From 3d9aecd38d9f4bef7615a34e7a2d99fd0e2f39f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lamercerie?= <aurelien.lamercerie@tetras-libre.fr> Date: Fri, 2 Jun 2023 10:01:53 +0200 Subject: [PATCH] Minor Refactoring (tests) --- .../owl_generation/owl_class_generator.py | 62 +- tenet/tenet.log | 182 -- .../test_rule_restriction_generation.py | 70 + tests/main_tests/test_main_owl_extraction.py | 17 +- .../SolarSystemDev01_factoid.ttl | 101 - .../technical-data/tenet.log | 167 -- .../tenet.tetras-libre.fr_demo_01.ttl | 871 ------ .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 101 - ...net.tetras-libre.fr_demo_01_generation.ttl | 1486 ---------- ....tetras-libre.fr_demo_01_preprocessing.ttl | 1145 -------- .../SolarSystemDev01_factoid.ttl | 111 - .../technical-data/tenet.log | 168 -- .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 111 - ...net.tetras-libre.fr_demo_01_generation.ttl | 1558 ----------- .../SolarSystemDev01_factoid.ttl | 82 - .../technical-data/tenet.log | 169 -- .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 82 - ...net.tetras-libre.fr_demo_01_generation.ttl | 1607 ----------- .../technical-data/tenet.log | 174 -- .../SolarSystemDev01_factoid.ttl | 83 - .../technical-data/tenet.log | 175 -- .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 83 - .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 83 - .../SolarSystemDev01_factoid.ttl | 0 .../technical-data/tenet.log | 155 +- .../tenet.tetras-libre.fr_demo_01.ttl | 0 .../tenet.tetras-libre.fr_demo_01_factoid.ttl | 0 ...net.tetras-libre.fr_demo_01_generation.ttl | 0 ....tetras-libre.fr_demo_01_preprocessing.ttl | 0 ...t.tetras-libre.fr_demo_01_transduction.ttl | 0 .../SolarSystemSample_factoid.ttl | 542 ++++ .../SolarSystemSample.ttl} | 143 +- .../SolarSystemSample_factoid.ttl | 68 + .../SolarSystemSample_generation.ttl} | 1562 ++++++----- .../SolarSystemSample_preprocessing.ttl | 1220 +++++++++ .../SolarSystemSample_transduction.ttl} | 1378 +++++----- .../SolarSystemSample.ttl | 879 ++++++ .../SolarSystemSample_factoid.ttl | 79 + .../SolarSystemSample_generation.ttl} | 1621 +++++------ .../SolarSystemSample_preprocessing.ttl | 1275 +++++++++ .../SolarSystemSample_transduction.ttl} | 1519 ++++++----- .../SolarSystemSample-2/SolarSystemSample.ttl | 850 ++++++ .../SolarSystemSample_factoid.ttl | 77 + .../SolarSystemSample_generation.ttl | 1442 ++++++++++ .../SolarSystemSample_preprocessing.ttl | 1112 ++++++++ .../SolarSystemSample_transduction.ttl | 1370 ++++++++++ .../SolarSystemSample-3/SolarSystemSample.ttl | 838 ++++++ .../SolarSystemSample_factoid.ttl | 62 + .../SolarSystemSample_generation.ttl} | 1228 +++++---- .../SolarSystemSample_preprocessing.ttl} | 565 ++-- .../SolarSystemSample_transduction.ttl | 1330 +++++++++ .../SolarSystemSample.ttl} | 129 +- .../SolarSystemSample_factoid.ttl | 67 + .../SolarSystemSample_generation.ttl | 1375 ++++++++++ .../SolarSystemSample_preprocessing.ttl} | 571 ++-- .../SolarSystemSample_transduction.ttl | 1313 +++++++++ .../SolarSystemSample-5/SolarSystemSample.ttl | 958 +++++++ .../SolarSystemSample_factoid.ttl | 129 + .../SolarSystemSample_generation.ttl | 2396 +++++++++++++++++ .../SolarSystemSample_preprocessing.ttl | 1635 +++++++++++ .../SolarSystemSample_transduction.ttl | 2272 ++++++++++++++++ .../SolarSystemSample-6/SolarSystemSample.ttl | 824 ++++++ .../SolarSystemSample_factoid.ttl | 62 + .../SolarSystemSample_generation.ttl | 1298 +++++++++ .../SolarSystemSample_preprocessing.ttl} | 602 ++--- .../SolarSystemSample_transduction.ttl | 1241 +++++++++ .../SolarSystemSample.ttl} | 2 +- .../SolarSystemSample_factoid.ttl} | 2 +- .../SolarSystemSample_generation.ttl} | 101 +- .../SolarSystemSample_preprocessing.ttl} | 2 +- .../SolarSystemSample_transduction.ttl} | 101 +- .../SolarSystemSample.ttl} | 156 +- .../SolarSystemSample_factoid.ttl | 30 + .../SolarSystemSample_generation.ttl | 1077 ++++++++ .../SolarSystemSample_preprocessing.ttl | 953 +++++++ .../SolarSystemSample_transduction.ttl | 1052 ++++++++ .../SolarSystemSample-9/SolarSystemSample.ttl | 900 +++++++ .../SolarSystemSample_factoid.ttl | 89 + .../SolarSystemSample_generation.ttl | 1802 +++++++++++++ .../SolarSystemSample_preprocessing.ttl | 1317 +++++++++ .../SolarSystemSample_transduction.ttl | 1718 ++++++++++++ .../technical-data/tenet.log | 1214 +++++++++ 82 files changed, 39989 insertions(+), 13402 deletions(-) create mode 100644 tests/dev_technical_tests/test_rule_restriction_generation.py delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.log delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.log delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.log delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.log delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.log delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl delete mode 100644 tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526 => SolarSystemDev01-20230601}/SolarSystemDev01_factoid.ttl (100%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531 => SolarSystemDev01-20230601}/technical-data/tenet.log (78%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0 => SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1}/tenet.tetras-libre.fr_demo_01.ttl (100%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0 => SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1}/tenet.tetras-libre.fr_demo_01_factoid.ttl (100%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0 => SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1}/tenet.tetras-libre.fr_demo_01_generation.ttl (100%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0 => SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1}/tenet.tetras-libre.fr_demo_01_preprocessing.ttl (100%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0 => SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1}/tenet.tetras-libre.fr_demo_01_transduction.ttl (100%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample.ttl} (86%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_factoid.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_generation.ttl} (53%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_preprocessing.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_transduction.ttl} (55%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_factoid.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_generation.ttl} (55%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_preprocessing.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_transduction.ttl} (56%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_generation.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_preprocessing.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_transduction.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_factoid.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_generation.ttl} (57%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_preprocessing.ttl} (73%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_transduction.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample.ttl} (90%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_generation.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_preprocessing.ttl} (73%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_transduction.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_generation.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_preprocessing.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_transduction.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_generation.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_preprocessing.ttl} (71%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_transduction.ttl rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample.ttl} (99%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_factoid.ttl} (98%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_generation.ttl} (99%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_preprocessing.ttl} (99%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_transduction.ttl} (99%) rename tests/main_tests/test_owl_output/{SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl => SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample.ttl} (86%) create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_generation.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_preprocessing.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_transduction.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_factoid.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_generation.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_preprocessing.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_transduction.ttl create mode 100644 tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/tenet.log diff --git a/tenet/scheme/amr_master_rule/owl_generation/owl_class_generator.py b/tenet/scheme/amr_master_rule/owl_generation/owl_class_generator.py index 509d0558..ba4bbfda 100644 --- a/tenet/scheme/amr_master_rule/owl_generation/owl_class_generator.py +++ b/tenet/scheme/amr_master_rule/owl_generation/owl_class_generator.py @@ -174,10 +174,43 @@ def __generate_owl_triple_definition(graph, net): return triple_list + +def __generate_owl_triple_definition_of_simple_class(graph, class_net): + triple_list = __generate_owl_triple_definition(graph, class_net) + return triple_list + + +def __generate_owl_triple_definition_of_composite_class(graph, class_net): + triple_list = __generate_owl_triple_definition(graph, class_net) + + # Add logical restrictions + if class_net.logical_restrictions: + for restriction in class_net.logical_restrictions: + restriction_uri = produce_uriref(graph, f'restriction_{restriction}') + restriction_triple = (class_net.class_uri, produce_uriref(graph, 'rdfs:subClassOf'), restriction_uri) + triple_list.append(restriction_triple) + + restriction_triple = (restriction_uri, RDF.type, produce_uriref(graph, 'owl:Restriction')) + triple_list.append(restriction_triple) + + on_property_triple = (restriction_uri, produce_uriref(graph, 'owl:onProperty'), produce_uriref(graph, restriction['onProperty'])) + triple_list.append(on_property_triple) + + if restriction.get('someValuesFrom'): + some_values_triple = (restriction_uri, produce_uriref(graph, 'owl:someValuesFrom'), produce_uriref(graph, restriction['someValuesFrom'])) + triple_list.append(some_values_triple) + + if restriction.get('allValuesFrom'): + all_values_triple = (restriction_uri, produce_uriref(graph, 'owl:allValuesFrom'), produce_uriref(graph, restriction['allValuesFrom'])) + triple_list.append(all_values_triple) + + return triple_list + + #============================================================================== -# Main Method: analyze_phenomena_or_1 +# Main Method: generate_owl_class #============================================================================== def generate_owl_class(graph): @@ -189,16 +222,23 @@ def generate_owl_class(graph): # -- Get class net listings atom_class_net_list = __get_atom_class_net_list(graph) composite_class_net_list = __get_composite_class_net_list(graph) - mother_class_net_list = __get_mother_class_net_list(atom_class_net_list, - composite_class_net_list) - - # -- Triple Definition for 'not deprecated class net' - for class_net in (atom_class_net_list + composite_class_net_list): + mother_class_net_list = __get_mother_class_net_list(atom_class_net_list, composite_class_net_list) + + # Génération des triplets pour les classes atomiques + for class_net in atom_class_net_list: + if not class_net.is_deprecated(): + triple_list = __generate_owl_triple_definition_of_simple_class(graph, class_net) + rule_triple_list += triple_list + + # Génération des triplets pour les classes composites + for class_net in composite_class_net_list: if not class_net.is_deprecated(): - rule_triple_list += __generate_owl_triple_definition(graph, class_net) - - # -- Triple Definition for 'mother class net' + triple_list = __generate_owl_triple_definition_of_composite_class(graph, class_net) + rule_triple_list += triple_list + + # Génération des triplets pour les classes mères for class_net in mother_class_net_list: - rule_triple_list += __generate_owl_triple_definition(graph, class_net) - + triple_list = __generate_owl_triple_definition_of_simple_class(graph, class_net) + rule_triple_list += triple_list + return rule_label, rule_triple_list \ No newline at end of file diff --git a/tenet/tenet.log b/tenet/tenet.log index cc4b2f7d..e69de29b 100644 --- a/tenet/tenet.log +++ b/tenet/tenet.log @@ -1,182 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- 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/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- 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/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230531/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (320) -- DEBUG - -------- Semantic Net Definition (486) -- DEBUG - -------- Config Parameter Definition (520) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (550) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_master_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.039640) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.192898) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.067928) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.056336) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.069512) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.048901) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.055242) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.037881) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.054377) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.074481) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.048664) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.119393) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.150665) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.074775) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.078568) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.079529) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.183285) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.027759) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.153952) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.051652) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.223038) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.056399) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.068081) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.050067) -- INFO - --- *** February Transduction *** Sequence: classification sequence (1) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.022399) -- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.073223) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.113775) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.016841) -- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.013444) -- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.031810) -- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.033551) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.009921) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.018679) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.080789) -- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.267649) -- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.149071) -- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.012343) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.529373) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.025257) -- INFO - --- *** February Transduction *** Sequence: classification sequence (2) -- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.285318) -- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1215, 0:00:00.032858) -- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.014241) -- INFO - ----- Associate mother to class net from :domain relation: 5/34 new triples (1220, 0:00:00.081235) -- DEBUG - ----- Propagate individuals to net with same base node: 0/10 new triple (1220, 0:00:00.023326) -- INFO - ----- Propagate individuals to net with domain link: 3/60 new triples (1223, 0:00:00.108165) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 407 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** February Transduction *** Sequence: class_generation_sequence -- INFO - ----- generate OWL class: 32/35 new triples (1255, 0:00:00.523008) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 29/29 new triples (1284, 0:00:00.379346) -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- DEBUG - ----- generate-individual: 0/0 new triple (1284, 0:00:00.015632) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1284, 0:00:00.010806) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1284, 0:00:00.015326) -- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1284, 0:00:00.017602) -- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1284, 0:00:00.014531) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1284, 0:00:00.010692) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1284, 0:00:00.015239) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1284, 0:00:00.031440) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1284, 0:00:00.016106) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1284, 0:00:00.018612) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1284, 0:00:00.016749) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1284, 0:00:00.018862) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1284, 0:00:00.015577) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 61 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 64 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 64 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl -- INFO - - === Done === -- INFO - - *** Execution Time *** ------ Function: create_ontology_from_amrld_file (tenet.main) ------ Total Time: 0:00:06.636527 ------ Process Time: 0:00:06.529145 - *** - *** diff --git a/tests/dev_technical_tests/test_rule_restriction_generation.py b/tests/dev_technical_tests/test_rule_restriction_generation.py new file mode 100644 index 00000000..0c7dd0f3 --- /dev/null +++ b/tests/dev_technical_tests/test_rule_restriction_generation.py @@ -0,0 +1,70 @@ +#!/usr/bin/python3.10 +# -*- coding: utf-8 -*- + +#============================================================================== +# Test Module: Test generate_owl_triple_definition_of_composite_class +#============================================================================== + +from rdflib import Graph, URIRef + +from context import tenet +from tenet.transduction import net +from tenet.transduction import rdfterm_computer, prefix_handle +from tenet.scheme.amr_master_rule.owl_generation import owl_class_generator as dev_rule +from tenet.scheme import amr_master_rule as amr_rule + + +def run_test(): + # Create an empty RDF graph + graph = Graph() + + # Define a test Composite_Class_Net + class_net = net.CompositeClassNet(graph, uri='https://example.org/class_net_1') + class_net.class_uri = ['https://example.org/class_1'] + class_net.class_name = ['Class 1'] + class_net.structure = ['Structure 1'] + + # Define a logical restriction + restriction = { + 'onProperty': 'https://example.org/property_1', + 'someValuesFrom': 'https://example.org/some_value' + } + class_net.logical_restrictions = [restriction] + + # Call the method to be tested + triple_list = dev_rule.__generate_owl_triple_definition_of_composite_class(graph, class_net) + + # Display the generated triples + for triple in triple_list: + print(triple) + + # Verify the generated triples + expected_triples = [ + ( + URIRef('https://example.org/class_net_1'), + URIRef('https://www.w3.org/2000/01/rdf-schema#subClassOf'), + URIRef('https://example.org/restriction_restriction_0') + ), + ( + URIRef('https://example.org/restriction_restriction_0'), + URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), + URIRef('http://www.w3.org/2002/07/owl#Restriction') + ), + ( + URIRef('https://example.org/restriction_restriction_0'), + URIRef('http://www.w3.org/2002/07/owl#onProperty'), + URIRef('https://example.org/property_1') + ), + ( + URIRef('https://example.org/restriction_restriction_0'), + URIRef('http://www.w3.org/2002/07/owl#someValuesFrom'), + URIRef('https://example.org/some_value') + ) + ] + + assert triple_list == expected_triples + + +# Run the test +run_test() + diff --git a/tests/main_tests/test_main_owl_extraction.py b/tests/main_tests/test_main_owl_extraction.py index 38a700ba..b25c90c7 100644 --- a/tests/main_tests/test_main_owl_extraction.py +++ b/tests/main_tests/test_main_owl_extraction.py @@ -63,6 +63,7 @@ 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' # uuid_num = '03' # amrld_dir_path = f'{test_data_dir}dev/cc-sentence-examples/' @@ -87,17 +88,17 @@ technical_dir_path = f'{out_dir_path}technical-data/' os.chdir('..') # -- Extraction from a file -factoids = tenet.create_ontology_from_amrld_file(amrld_file_path, - onto_prefix=onto_prefix, - out_file_path=out_file_path, - technical_dir_path=technical_dir_path) +# factoids = tenet.create_ontology_from_amrld_file(amrld_file_path, +# onto_prefix=onto_prefix, +# out_file_path=out_file_path, +# technical_dir_path=technical_dir_path) # -- Extraction from a directory (all files in a directory) -# factoids = tenet.create_ontology_from_amrld_dir(amrld_dir_path, -# onto_prefix=onto_prefix, -# out_file_path=out_file_path, -# technical_dir_path=technical_dir_path) +factoids = tenet.create_ontology_from_amrld_dir(amrld_dir_path, + onto_prefix=onto_prefix, + out_file_path=out_file_path, + technical_dir_path=technical_dir_path) # print(factoids) diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl deleted file mode 100644 index c42cdbde..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl +++ /dev/null @@ -1,101 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@prefix ns1: <https://tenet.tetras-libre.fr/semantic-net#> . -@prefix ns2: <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#gravitation-bind-system> rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; - ns2:fromStructure "SSC-01-01" . - -ns1:atomClass_sun_s2 ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> . - -ns1:atomClass_system_p ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns1:atomClass_system_s ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns1:atomProperty_bind_b ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> . - -ns1:atomProperty_direct_d ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns1:atomProperty_direct_d2 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns1:atomProperty_hasManner_m9 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> . - -ns1:atomProperty_hasPart_p9 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> . - -ns1:atomProperty_orbit_o2 ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> . - -ns1:individual_SolarSystem_p ns1:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual, - <https://tenet.tetras-libre.fr/extract-result#system> ; - rdfs:label "Solar System" ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns2:Undetermined_Thing ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns2:Undetermined_Thing ; - ns2:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.log deleted file mode 100644 index 55bd1b04..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.log +++ /dev/null @@ -1,167 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- INFO - ----- Current path: /home/lamenji/Workspace/Tetras/tenet/tenet -- DEBUG - ----- Config file: /home/lamenji/Workspace/Tetras/tenet/tenet/config.xml -- DEBUG - - *** Config (Full Parameters) *** - -- Base Parameters - ----- config file: /home/lamenji/Workspace/Tetras/tenet/tenet/config.xml - ----- uuid: https://tenet.tetras-libre.fr/demo/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- target reference: base - ----- process level: sentence - ----- source type: amr - -- Compositional Transduction Scheme (CTS) - ----- CTS reference: 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/output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230405/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/ - -- Config File Definition - ----- schema file: ./structure/amr-rdf-schema.ttl - ----- semantic net file: ./structure/semantic-net.ttl - ----- config param file: ./structure/config-parameters.ttl - ----- base ontology file: ./structure/base-ontology.ttl - ----- CTS file: ./scheme/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/input/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (302) -- DEBUG - -------- Semantic Net Definition (513) -- DEBUG - -------- Config Parameter Definition (547) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (577) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (625) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (630, 0:00:00.029790) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (640, 0:00:00.114922) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (640, 0:00:00.069577) -- INFO - ----- reclassify-concept-3: 12/12 new triples (652, 0:00:00.043281) -- INFO - ----- reclassify-concept-4: 16/16 new triples (668, 0:00:00.056685) -- INFO - ----- reclassify-concept-5: 2/4 new triples (670, 0:00:00.042713) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (680, 0:00:00.068419) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (725, 0:00:00.042731) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (733, 0:00:00.054941) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (766, 0:00:00.062674) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (774, 0:00:00.040427) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (801, 0:00:00.134048) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (813, 0:00:00.160383) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (818, 0:00:00.089702) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (818, 0:00:00.091677) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (823, 0:00:00.162788) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (838, 0:00:00.089460) -- INFO - ----- add-amr-root: 5/5 new triples (843, 0:00:00.030722) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (873, 0:00:00.167937) -- INFO - ----- extract atom individuals: 7/7 new triples (880, 0:00:00.048820) -- INFO - ----- extract atomic properties: 75/75 new triples (955, 0:00:00.258095) -- INFO - ----- extract atom values: 8/8 new triples (963, 0:00:00.064426) -- INFO - ----- extract atom phenomena: 14/14 new triples (977, 0:00:00.079698) -- INFO - ----- propagate atom relations: 19/56 new triples (996, 0:00:00.563630) -- INFO - --- *** February Transduction *** Sequence: phenomena polarity analyze sequence -- DEBUG - ----- analyze "polarity" phenomena: 0/0 new triple (996, 0:00:00.008334) -- INFO - --- *** February Transduction *** Sequence: phenomena or analyze sequence -- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (996, 0:00:00.017571) -- INFO - ----- analyze "or" phenomena (2): 31/55 new triples (1027, 0:00:00.237376) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 50/50 new triples (1077, 0:00:00.228383) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1077, 0:00:00.026821) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 234 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- INFO - ----- compute-uri-for-owl-declaration-1: 3/3 new triples (1080, 0:00:00.030395) -- DEBUG - ----- compute-uri-for-owl-declaration-2: 0/0 new triple (1080, 0:00:00.025715) -- INFO - ----- compute-uri-for-owl-declaration-3: 1/1 new triple (1081, 0:00:00.032522) -- DEBUG - ----- compute-uri-for-owl-declaration-4: 0/0 new triple (1081, 0:00:00.022449) -- INFO - ----- compute-uri-for-owl-declaration-5: 5/5 new triples (1086, 0:00:00.026716) -- INFO - ----- compute-uri-for-owl-declaration-6: 5/5 new triples (1091, 0:00:00.030069) -- INFO - ----- compute-uri-for-owl-declaration-7: 1/1 new triple (1092, 0:00:00.020156) -- INFO - ----- generate-atom-class: 6/6 new triples (1098, 0:00:00.009315) -- DEBUG - ----- classify-atom-class-1: 0/0 new triple (1098, 0:00:00.007832) -- INFO - ----- classify-atom-class-2: 2/2 new triples (1100, 0:00:00.014380) -- INFO - ----- generate-individual: 3/3 new triples (1103, 0:00:00.017980) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1103, 0:00:00.010941) -- INFO - ----- classify-individual-2: 1/1 new triple (1104, 0:00:00.008479) -- INFO - ----- generate-atom-property-1: 20/20 new triples (1124, 0:00:00.011831) -- INFO - ----- generate-atom-property-12: 16/16 new triples (1140, 0:00:00.010912) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1140, 0:00:00.006730) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1140, 0:00:00.009244) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1140, 0:00:00.016102) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1140, 0:00:00.016526) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1140, 0:00:00.017753) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1140, 0:00:00.013066) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1140, 0:00:00.019950) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1140, 0:00:00.014247) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 7/31 new triples (1147, 0:00:00.311107) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 70 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 94 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 94 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev01-20230405/SolarSystemDev01_factoid.ttl -- INFO - - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl deleted file mode 100644 index 6f09c9db..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +++ /dev/null @@ -1,871 +0,0 @@ -@base <https://tenet.tetras-libre.fr/working/https://tenet.tetras-libre.fr/demo/01/> . -@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/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> . - -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> . - -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . - -<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:bind-01.ARG0 a ns3:FrameRole . - -ns3:bind-01.ARG1 a ns3:FrameRole . - -ns3:orbit-01.ARG0 a ns3:FrameRole . - -ns3:orbit-01.ARG1 a ns3:FrameRole . - -ns11:domain a ns2:Role, - owl:AnnotationProperty, - owl:NamedIndividual . - -ns11:manner a ns2:Role . - -ns11:op1 a ns2:Role . - -ns11:op2 a ns2:Role . - -ns11:part 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" . - -: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:Instance a owl:Class ; - rdfs:label "Semantic Net Instance" ; - rdfs:subClassOf net:Net_Structure . - -net:Logical_Set_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:Object a owl:Class ; - rdfs:label "Object using in semantic net instance" ; - rdfs:subClassOf net:Net_Structure . - -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:atom a owl:Class ; - rdfs:label "atom" ; - rdfs:subClassOf net:Type . - -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:class a owl:Class ; - rdfs:label "class" ; - rdfs:subClassOf net:Type . - -net:composite a owl:Class ; - rdfs:label "composite" ; - rdfs:subClassOf net:Type . - -net:conjunctive_list a owl:Class ; - rdfs:label "conjunctive-list" ; - rdfs:subClassOf net:list . - -net:disjunctive_list a owl:Class ; - rdfs:label "disjunctive-list" ; - rdfs:subClassOf net:list . - -net:entityClass a owl:AnnotationProperty ; - rdfs:label "entity class" ; - rdfs:subPropertyOf net:objectValue . - -net:entity_class_list a owl:Class ; - rdfs:label "entityClassList" ; - rdfs:subClassOf net:class_list . - -net:event a owl:Class ; - rdfs:label "event" ; - rdfs:subClassOf net:Type . - -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:relation a owl:Class ; - rdfs:label "relation" ; - rdfs:subClassOf net:Type . - -net:relationOf a owl:AnnotationProperty ; - rdfs:label "relation of" ; - rdfs:subPropertyOf net:typeProperty . - -net:state_property a owl:Class ; - rdfs:label "stateProperty" ; - rdfs:subClassOf net:Type . - -net:type a owl:AnnotationProperty ; - rdfs:label "type "@fr ; - rdfs:subPropertyOf net:netProperty . - -net:unary_list a owl:Class ; - rdfs:label "unary-list" ; - rdfs:subClassOf net:list . - -net:verbClass a owl:AnnotationProperty ; - rdfs:label "verb class" ; - rdfs:subPropertyOf net:objectValue . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 . - -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" . - -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation . - -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> . - -<http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity . - -ns3:bind-01 a ns2:Frame . - -ns3:orbit-01 a ns2:Frame . - -ns11:gravitation a ns2:Concept . - -ns11:object a ns2:Concept . - -ns11:sun a ns2:Concept . - -ns11:system a ns2:Concept . - -ns2:AMR a owl:Class ; - 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 . - -ns2:or 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:class_list a owl:Class ; - rdfs:label "classList" ; - rdfs:subClassOf net:Type . - -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/SSC-01-01#o> a ns11:object . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun . - -ns3:direct-02 a ns2:Frame . - -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:AMR_Phenomena 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: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_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 . - -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . - -net:has_relation_value a owl:AnnotationProperty ; - rdfs:label "has relation value" ; - rdfs:subPropertyOf net:has_object . - -net:list a owl:Class ; - rdfs:label "list" ; - rdfs:subClassOf net:Type . - -ns3:FrameRole a ns2: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" . - -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)." . - -rdf:Property a owl:Class . - -:AMR_Relation a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -net:Type a owl:Class ; - rdfs:label "Semantic Net Type" ; - rdfs:subClassOf net:Net_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/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl deleted file mode 100644 index c42cdbde..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl +++ /dev/null @@ -1,101 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@prefix ns1: <https://tenet.tetras-libre.fr/semantic-net#> . -@prefix ns2: <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#gravitation-bind-system> rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit-hasManner-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; - ns2:fromStructure "SSC-01-01" . - -ns1:atomClass_sun_s2 ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> . - -ns1:atomClass_system_p ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns1:atomClass_system_s ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns1:atomProperty_bind_b ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> . - -ns1:atomProperty_direct_d ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns1:atomProperty_direct_d2 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns1:atomProperty_hasManner_m9 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> . - -ns1:atomProperty_hasPart_p9 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> . - -ns1:atomProperty_orbit_o2 ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> . - -ns1:individual_SolarSystem_p ns1:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual, - <https://tenet.tetras-libre.fr/extract-result#system> ; - rdfs:label "Solar System" ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns2:Undetermined_Thing ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns2:Out_ObjectProperty ; - ns2:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns2:Undetermined_Thing ; - ns2:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl deleted file mode 100644 index 847a030c..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +++ /dev/null @@ -1,1486 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//generation> . -@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:bind-01.ARG0 a ns3:FrameRole . - -ns3:bind-01.ARG1 a ns3:FrameRole . - -ns3:orbit-01.ARG0 a ns3:FrameRole . - -ns3:orbit-01.ARG1 a ns3:FrameRole . - -ns11:domain a ns2:Role, - owl:AnnotationProperty, - owl:NamedIndividual . - -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 . - -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_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_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . - -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_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_domain_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" . - -: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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-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#gravitation-bind-system> rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . - -net:Composite_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . - -net:Instance a owl:Class ; - rdfs:label "Semantic Net Instance" ; - rdfs:subClassOf net:Net_Structure . - -net:Logical_Set_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:Object a owl:Class ; - rdfs:label "Object using in semantic net instance" ; - rdfs:subClassOf net:Net_Structure . - -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:atom a owl:Class ; - rdfs:label "atom" ; - rdfs:subClassOf net:Type . - -net:atomOf a owl:AnnotationProperty ; - rdfs:label "atom of" ; - rdfs:subPropertyOf net:typeProperty . - -net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; - :role_ARG0 net:atomClass_system_s ; - :role_ARG1 net:phenomena_conjunction-AND_a ; - net:coverBaseNode :leaf_hasPart_p9 ; - net:coverNode :leaf_hasPart_p9 ; - net:hasNaming "hasPart" ; - net:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - net:hasPropertyName "hasPart" ; - net:hasPropertyName01 "hasParting" ; - net:hasPropertyName10 "hasPart-by" ; - net:hasPropertyName12 "hasPart-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> ; - net:hasStructure "SSC-01-01" ; - 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:class a owl:Class ; - rdfs:label "class" ; - rdfs:subClassOf net:Type . - -net:composite a owl:Class ; - rdfs:label "composite" ; - rdfs:subClassOf net:Type . - -net:compositeProperty_gravitation-bind-system_g a net:Composite_Property_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:hasNaming "gravitation-bind-system" ; - net:hasRestriction net:restriction_bind-system_b ; - net:hasStructure "SSC-01-01" . - -net:compositeProperty_object-orbit-hasManner-direct-sun_o a net:Composite_Property_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:hasNaming "object-orbit-hasManner-direct-sun" ; - net:hasRestriction net:restriction_orbit-hasManner-direct-sun_o2 ; - net:hasStructure "SSC-01-01" . - -net:conjunctive_list a owl:Class ; - rdfs:label "conjunctive-list" ; - rdfs:subClassOf net:list . - -net:disjunctive_list a owl:Class ; - rdfs:label "disjunctive-list" ; - rdfs:subClassOf net:list . - -net:entityClass a owl:AnnotationProperty ; - rdfs:label "entity class" ; - rdfs:subPropertyOf net:objectValue . - -net:entity_class_list a owl:Class ; - rdfs:label "entityClassList" ; - rdfs:subClassOf net:class_list . - -net:event a owl:Class ; - rdfs:label "event" ; - rdfs:subClassOf net:Type . - -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:relation a owl:Class ; - rdfs:label "relation" ; - rdfs:subClassOf net:Type . - -net:relationOf a owl:AnnotationProperty ; - rdfs:label "relation of" ; - rdfs:subPropertyOf net:typeProperty . - -net:state_property a owl:Class ; - rdfs:label "stateProperty" ; - rdfs:subClassOf net:Type . - -net:type a owl:AnnotationProperty ; - rdfs:label "type "@fr ; - rdfs:subPropertyOf net:netProperty . - -net:unary_list a owl:Class ; - rdfs:label "unary-list" ; - rdfs:subClassOf net:list . - -net:value_SolarSystem_blankNode a net:Value_Net ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "Solar System" . - -net:value_negative_blankNode a net:Value_Net ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - -net:verbClass a owl:AnnotationProperty ; - rdfs:label "verb class" ; - rdfs:subPropertyOf net:objectValue . - -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:comment "bug" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Root a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ; - 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 "Solar System" . - -:variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - :label "a" . - -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . - -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . - -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . - -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#o> ; - :label "o" . - -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . - -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . - -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#s> ; - :label "s" . - -:variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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 . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual, - <https://tenet.tetras-libre.fr/extract-result#system> ; - rdfs:label "Solar System" ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -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:class_list a owl:Class ; - rdfs:label "classList" ; - rdfs:subClassOf net:Type . - -net:has_value a owl:AnnotationProperty ; - rdfs:subPropertyOf net:netProperty . - -net:individual_SolarSystem_p a net:Individual_Net ; - net:coverBaseNode :leaf_system_p ; - net:coverNode :leaf_system_p ; - net:hasIndividualLabel "Solar System" ; - net:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" . - -net:phenomena_conjunction-OR_o3 a net:Phenomena_Net ; - :role_op1 net:atomProperty_direct_d ; - :role_op2 net:atomProperty_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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:label "system" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:bind-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:orbit-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:gravitation a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:manner a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:object a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:part a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:sun a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:system a ns2:Concept ; - 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 ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Phenomena a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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_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_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_negative a :AMR_Value ; - rdfs:label "negative" . - -sys:Undetermined_Thing a owl:Class ; - rdfs:subClassOf sys:Out_Structure . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -net:Class_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:Value_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:atomClass_gravitation_g a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_gravitation_g ; - net:coverNode :leaf_gravitation_g ; - net:hasClassName "gravitation" ; - net:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -net:atomClass_system_p a net:Atom_Class_Net ; - net:coverBaseNode :leaf_system_p ; - net:coverNode :leaf_system_p ; - net:hasClassName "system" ; - net:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> ; - net:hasNaming "system" ; - net:hasStructure "SSC-01-01" . - -net:objectProperty a owl:AnnotationProperty ; - rdfs:label "object attribute" . - -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -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_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 . - -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -net:Composite_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . - -net:Deprecated_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:Restriction_Net a owl:Class ; - rdfs:subClassOf net:Net . - -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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - net:hasPropertyName "bind" ; - net:hasPropertyName01 "binding" ; - net:hasPropertyName10 "bind-by" ; - net:hasPropertyName12 "bind-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . - -net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; - :role_ARG0 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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - net:hasPropertyName "hasManner" ; - net:hasPropertyName01 "hasMannering" ; - net:hasPropertyName10 "hasManner-by" ; - net:hasPropertyName12 "hasManner-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . - -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:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . - -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 "SSC-01-01" . - -net:has_relation_value a owl:AnnotationProperty ; - rdfs:label "has relation value" ; - rdfs:subPropertyOf net:has_object . - -net:list a owl:Class ; - rdfs:label "list" ; - rdfs:subClassOf net:Type . - -ns3:FrameRole a ns2: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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; - :hasVariable :variable_a . - -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_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:atomClass_object_o a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . - -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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - net:hasPropertyName "direct" ; - net:hasPropertyName01 "directing" ; - net:hasPropertyName10 "direct-by" ; - net:hasPropertyName12 "direct-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" . - -net:atomProperty_direct_d2 a net:Atom_Property_Net ; - net:coverBaseNode :leaf_direct-02_d2 ; - net:coverNode :leaf_direct-02_d2 ; - net:hasNaming "direct" ; - net:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - net:hasPropertyName "direct" ; - net:hasPropertyName01 "directing" ; - net:hasPropertyName10 "direct-by" ; - net:hasPropertyName12 "direct-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - -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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . - -net:Relation a owl:Class ; - rdfs:subClassOf net:Net_Structure . - -net:atomClass_system_s a net:Atom_Class_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:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> ; - net:hasNaming "system" ; - net:hasStructure "SSC-01-01" . - -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_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_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . - -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 . - -:leaf_direct-02_d2 a :AMR_Leaf ; - :edge_d2_polarity_negative :value_negative ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d2 . - -: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_object_o a :AMR_Leaf ; - :hasConcept :concept_object ; - :hasVariable :variable_o . - -:leaf_sun_s2 a :AMR_Leaf ; - :hasConcept :concept_sun ; - :hasVariable :variable_s2 . - -net:Type a owl:Class ; - rdfs:label "Semantic Net Type" ; - rdfs:subClassOf net:Net_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_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . - -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - -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 . - -sys:Out_ObjectProperty a owl:ObjectProperty . - -: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/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl deleted file mode 100644 index 71d439cd..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +++ /dev/null @@ -1,1145 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//preprocessing> . -@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:bind-01.ARG0 a ns3:FrameRole . - -ns3:bind-01.ARG1 a ns3:FrameRole . - -ns3:orbit-01.ARG0 a ns3:FrameRole . - -ns3:orbit-01.ARG1 a ns3:FrameRole . - -ns11:domain a ns2:Role, - owl:AnnotationProperty, - owl:NamedIndividual . - -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 . - -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_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_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . - -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_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_domain_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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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" . - -: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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-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:Instance a owl:Class ; - rdfs:label "Semantic Net Instance" ; - rdfs:subClassOf net:Net_Structure . - -net:Logical_Set_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:Object a owl:Class ; - rdfs:label "Object using in semantic net instance" ; - rdfs:subClassOf net:Net_Structure . - -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:atom a owl:Class ; - rdfs:label "atom" ; - rdfs:subClassOf net:Type . - -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:class a owl:Class ; - rdfs:label "class" ; - rdfs:subClassOf net:Type . - -net:composite a owl:Class ; - rdfs:label "composite" ; - rdfs:subClassOf net:Type . - -net:conjunctive_list a owl:Class ; - rdfs:label "conjunctive-list" ; - rdfs:subClassOf net:list . - -net:disjunctive_list a owl:Class ; - rdfs:label "disjunctive-list" ; - rdfs:subClassOf net:list . - -net:entityClass a owl:AnnotationProperty ; - rdfs:label "entity class" ; - rdfs:subPropertyOf net:objectValue . - -net:entity_class_list a owl:Class ; - rdfs:label "entityClassList" ; - rdfs:subClassOf net:class_list . - -net:event a owl:Class ; - rdfs:label "event" ; - rdfs:subClassOf net:Type . - -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:relation a owl:Class ; - rdfs:label "relation" ; - rdfs:subClassOf net:Type . - -net:relationOf a owl:AnnotationProperty ; - rdfs:label "relation of" ; - rdfs:subPropertyOf net:typeProperty . - -net:state_property a owl:Class ; - rdfs:label "stateProperty" ; - rdfs:subClassOf net:Type . - -net:type a owl:AnnotationProperty ; - rdfs:label "type "@fr ; - rdfs:subPropertyOf net:netProperty . - -net:unary_list a owl:Class ; - rdfs:label "unary-list" ; - rdfs:subClassOf net:list . - -net:verbClass a owl:AnnotationProperty ; - rdfs:label "verb class" ; - rdfs:subPropertyOf net:objectValue . - -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:comment "bug" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Root a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :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_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; - :hasVariable :variable_o3 . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_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 "Solar System" . - -:value_negative a :AMR_Value ; - rdfs:label "negative" . - -:variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - :label "a" . - -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . - -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . - -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . - -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#o> ; - :label "o" . - -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . - -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . - -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#s> ; - :label "s" . - -:variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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:class_list a owl:Class ; - rdfs:label "classList" ; - rdfs:subClassOf net:Type . - -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/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:label "system" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:bind-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:orbit-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:gravitation a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:manner a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:object a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:part a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:sun a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:system a ns2:Concept ; - 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 ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Phenomena a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -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_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_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . - -net:has_relation_value a owl:AnnotationProperty ; - rdfs:label "has relation value" ; - rdfs:subPropertyOf net:has_object . - -net:list a owl:Class ; - rdfs:label "list" ; - rdfs:subClassOf net:Type . - -ns3:FrameRole a ns2: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" . - -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)." . - -rdf:Property a owl:Class . - -:AMR_Relation a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -net:Type a owl:Class ; - rdfs:label "Semantic Net Type" ; - rdfs:subClassOf net:Net_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/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl deleted file mode 100644 index 2e52241a..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl +++ /dev/null @@ -1,111 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . -@prefix ns2: <https://tenet.tetras-libre.fr/semantic-net#> . -@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#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -ns2:atomClass_gravitation_g ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#gravitation> . - -ns2:atomClass_object_o ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#object> . - -ns2:atomClass_sun_s2 ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> . - -ns2:atomClass_system_s ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns2:atomProperty_bind_b ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> . - -ns2:atomProperty_direct_d ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns2:atomProperty_hasManner_m9 ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> . - -ns2:atomProperty_hasPart_p9 ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> . - -ns2:atomProperty_orbit_o2 ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> . - -ns2:individual_SolarSystem_p ns2:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual ; - rdfs:label "Solar System" ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.log deleted file mode 100644 index efea4b81..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.log +++ /dev/null @@ -1,168 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- 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/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- 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/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230517/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (320) -- DEBUG - -------- Semantic Net Definition (486) -- DEBUG - -------- Config Parameter Definition (520) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (550) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_master_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.107442) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.151110) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.062944) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.043175) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.069443) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.051118) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.054098) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.031215) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.056760) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.049200) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.034791) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.123966) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.152911) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.094811) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.091672) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.088032) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.097919) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.026552) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.162678) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.050737) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.216072) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.052074) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.061439) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.135960) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1009, 0:00:00.102840) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1009, 0:00:00.017023) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1009, 0:00:00.011371) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1009, 0:00:00.012886) -- INFO - ----- analyze "or" phenomena (2): 56/82 new triples (1065, 0:00:00.276051) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 78/79 new triples (1143, 0:00:00.317769) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1143, 0:00:00.028135) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 327 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- INFO - ----- compute-uri-for-owl-declaration-1: 2/2 new triples (1145, 0:00:00.025479) -- INFO - ----- compute-uri-for-owl-declaration-2: 2/2 new triples (1147, 0:00:00.024029) -- INFO - ----- compute-uri-for-owl-declaration-3: 1/1 new triple (1148, 0:00:00.030747) -- DEBUG - ----- compute-uri-for-owl-declaration-4: 0/0 new triple (1148, 0:00:00.020293) -- INFO - ----- compute-uri-for-owl-declaration-5: 4/4 new triples (1152, 0:00:00.026166) -- INFO - ----- compute-uri-for-owl-declaration-6: 4/4 new triples (1156, 0:00:00.027428) -- INFO - ----- compute-uri-for-owl-declaration-7: 1/1 new triple (1157, 0:00:00.018957) -- INFO - ----- generate-atom-class: 12/12 new triples (1169, 0:00:00.008675) -- DEBUG - ----- classify-atom-class-1: 0/0 new triple (1169, 0:00:00.006454) -- INFO - ----- classify-atom-class-2: 4/4 new triples (1173, 0:00:00.012147) -- INFO - ----- generate-individual: 3/3 new triples (1176, 0:00:00.009825) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1176, 0:00:00.008026) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1176, 0:00:00.012284) -- INFO - ----- generate-atom-property-1: 20/20 new triples (1196, 0:00:00.010817) -- INFO - ----- generate-atom-property-12: 16/16 new triples (1212, 0:00:00.011441) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1212, 0:00:00.007958) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1212, 0:00:00.010288) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1212, 0:00:00.020049) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1212, 0:00:00.013673) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1212, 0:00:00.025784) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1212, 0:00:00.016558) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1212, 0:00:00.019843) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1212, 0:00:00.016422) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 9/29 new triples (1221, 0:00:00.289832) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 78 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 98 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 98 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/SolarSystemDev01_factoid.ttl -- INFO - - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl deleted file mode 100644 index 2e52241a..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl +++ /dev/null @@ -1,111 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> . -@prefix ns2: <https://tenet.tetras-libre.fr/semantic-net#> . -@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#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -ns2:atomClass_gravitation_g ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#gravitation> . - -ns2:atomClass_object_o ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#object> . - -ns2:atomClass_sun_s2 ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> . - -ns2:atomClass_system_s ns2:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> . - -ns2:atomProperty_bind_b ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> . - -ns2:atomProperty_direct_d ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> . - -ns2:atomProperty_hasManner_m9 ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> . - -ns2:atomProperty_hasPart_p9 ns2:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> . - -ns2:atomProperty_orbit_o2 ns2:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> . - -ns2:individual_SolarSystem_p ns2:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual ; - rdfs:label "Solar System" ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl deleted file mode 100644 index 9eeda657..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +++ /dev/null @@ -1,1558 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//generation> . -@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:bind-01.ARG0 a ns3:FrameRole . - -ns3:bind-01.ARG1 a ns3:FrameRole . - -ns3:orbit-01.ARG0 a ns3:FrameRole . - -ns3:orbit-01.ARG1 a ns3:FrameRole . - -ns11:domain a ns2:Role, - owl:AnnotationProperty, - owl:NamedIndividual . - -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 . - -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_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_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . - -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_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_domain_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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-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#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<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:atomProperty_hasPart_p9 a net:Atom_Property_Net ; - :role_ARG0 net:atomClass_system_s ; - :role_ARG1 net:phenomena_conjunction-AND_a ; - net:coverBaseNode :leaf_hasPart_p9 ; - net:coverNode :leaf_hasPart_p9 ; - net:hasNaming "hasPart" ; - net:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart-of> ; - net:hasPropertyName "hasPart" ; - net:hasPropertyName01 "hasParting" ; - net:hasPropertyName10 "hasPart-by" ; - net:hasPropertyName12 "hasPart-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> ; - net:hasStructure "SSC-01-01" ; - 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:comment "bug" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Root a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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/SSC-01-01#a> ; - :label "a" . - -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . - -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . - -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . - -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#o> ; - :label "o" . - -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . - -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . - -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#s> ; - :label "s" . - -:variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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 . - -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#bind-of> a owl:ObjectProperty ; - rdfs:label "bind-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct-of> a owl:ObjectProperty ; - rdfs:label "direct-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner-of> a owl:ObjectProperty ; - rdfs:label "hasManner-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart-of> a owl:ObjectProperty ; - rdfs:label "hasPart-of" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#solar-system> a owl:individual ; - rdfs:label "Solar System" ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -net:Feature a owl:Class ; - rdfs:subClassOf net:Net_Structure . - -net:Individual_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:has_value a owl:AnnotationProperty ; - rdfs:subPropertyOf net:netProperty . - -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 "Solar System" ; - net:hasIndividualURI <https://tenet.tetras-libre.fr/extract-result#solar-system> ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:label "system" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:bind-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:orbit-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:gravitation a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:manner a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:object a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:part a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:sun a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:system a ns2:Concept ; - 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 ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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_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_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 "Solar System" . - -net:Class_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:Value_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 "SSC-01-01" . - -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 "SSC-01-01" ; - net:hasValueLabel "Solar System" . - -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -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_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 . - -:value_negative a :AMR_Value ; - rdfs:label "negative" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -net:Axiom_Net a owl:Class ; - rdfs:subClassOf net: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: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:Deprecated_Net ; - net:coverBaseNode :leaf_gravitation_g ; - net:coverNode :leaf_gravitation_g ; - net:hasClassName "gravitation" ; - net:hasClassURI <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - net:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#bind-of> ; - net:hasPropertyName "bind" ; - net:hasPropertyName01 "binding" ; - net:hasPropertyName10 "bind-by" ; - net:hasPropertyName12 "bind-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#bind> ; - net:hasStructure "SSC-01-01" ; - 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 "SSC-01-01" . - -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 "SSC-01-01" . - -net:has_relation_value a owl:AnnotationProperty ; - rdfs:label "has relation value" ; - rdfs:subPropertyOf net:has_object . - -ns3:FrameRole a ns2: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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; - :hasVariable :variable_a . - -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_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" . - -sys:Undetermined_Thing a owl:Class ; - rdfs:subClassOf sys:Out_Structure . - -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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#direct-of> ; - net:hasPropertyName "direct" ; - net:hasPropertyName01 "directing" ; - net:hasPropertyName10 "direct-by" ; - net:hasPropertyName12 "direct-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#direct> ; - net:hasStructure "SSC-01-01" ; - 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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . - -net:Deprecated_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:Restriction_Net a owl:Class ; - rdfs:subClassOf net:Net . - -net:atomClass_system_s a net:Atom_Class_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:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system> ; - net:hasNaming "system" ; - net:hasStructure "SSC-01-01" . - -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:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#orbit> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . - -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_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . - -net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; - :role_ARG0 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:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasManner-of> ; - net:hasPropertyName "hasManner" ; - net:hasPropertyName01 "hasMannering" ; - net:hasPropertyName10 "hasManner-by" ; - net:hasPropertyName12 "hasManner-of" ; - net:hasPropertyType owl:ObjectProperty ; - net:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> ; - net:hasStructure "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . - -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:Relation a owl:Class ; - rdfs:subClassOf net:Net_Structure . - -net:atomClass_object_o a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasClassURI <https://tenet.tetras-libre.fr/extract-result#object> ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" . - -net:has_object a owl:AnnotationProperty ; - rdfs:label "relation" ; - rdfs:subPropertyOf net:netProperty . - -:AMR_Op_Role a owl:Class ; - rdfs:subClassOf :AMR_Role . - -: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_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - -:AMR_AnnotationProperty a owl:AnnotationProperty . - -:AMR_Core_Role a owl:Class ; - rdfs:subClassOf :AMR_Role . - -net:atomClass_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasClassURI <https://tenet.tetras-libre.fr/extract-result#sun> ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . - -: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 . - -sys:Out_ObjectProperty a owl:ObjectProperty . - -:AMR_Variable a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . - -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -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/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl deleted file mode 100644 index 605021ba..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl +++ /dev/null @@ -1,82 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.log deleted file mode 100644 index 7e0aba73..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.log +++ /dev/null @@ -1,169 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- 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/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- 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/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230522/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (320) -- DEBUG - -------- Semantic Net Definition (486) -- DEBUG - -------- Config Parameter Definition (520) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (550) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_master_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.028626) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.148671) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.061834) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.054853) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.111690) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.044237) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.054829) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.032948) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.055784) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.046270) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.034900) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.120014) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.134298) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.077203) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.105434) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.079188) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.093314) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.024025) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.153230) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.053921) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.205575) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.053396) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.068316) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.073603) -- INFO - --- *** February Transduction *** Sequence: classification sequence (1) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.015172) -- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.115780) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.087600) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.011359) -- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.011451) -- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.024934) -- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.025684) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.006927) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.014474) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.056036) -- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.230873) -- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.118047) -- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.011385) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 127/133 new triples (1205, 0:00:00.522516) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.024623) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 389 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** February Transduction *** Sequence: class_generation_sequence -- INFO - ----- generate OWL class: 31/31 new triples (1236, 0:00:00.345616) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 29/29 new triples (1265, 0:00:00.295023) -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- DEBUG - ----- generate-individual: 0/0 new triple (1265, 0:00:00.010263) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1265, 0:00:00.008962) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1265, 0:00:00.008878) -- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1265, 0:00:00.009353) -- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1265, 0:00:00.008426) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1265, 0:00:00.007267) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1265, 0:00:00.009181) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1265, 0:00:00.021048) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1265, 0:00:00.013317) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1265, 0:00:00.018661) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1265, 0:00:00.017335) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1265, 0:00:00.016346) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1265, 0:00:00.012538) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 60 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 60 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 60 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/SolarSystemDev01_factoid.ttl -- INFO - - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl deleted file mode 100644 index 605021ba..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl +++ /dev/null @@ -1,82 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl deleted file mode 100644 index 9c5393b2..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +++ /dev/null @@ -1,1607 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//generation> . -@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:bind-01.ARG0 a ns3:FrameRole . - -ns3:bind-01.ARG1 a ns3:FrameRole . - -ns3:orbit-01.ARG0 a ns3:FrameRole . - -ns3:orbit-01.ARG1 a ns3:FrameRole . - -ns11:domain a ns2:Role, - owl:AnnotationProperty, - owl:NamedIndividual . - -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 . - -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_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_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . - -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_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_domain_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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - sys:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - sys:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -net:compositeClass_system-hasPart-object_s a 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_s ; - net:hasNaming "system-hasPart-object" ; - net:hasRestriction net:restriction_hasPart-object_p9 ; - net:hasStructure "SSC-01-01" . - -net:compositeClass_system-hasPart-sun_s a 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_s ; - net:hasNaming "system-hasPart-sun" ; - net:hasRestriction net:restriction_hasPart-sun_p9 ; - net:hasStructure "SSC-01-01" . - -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/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:comment "bug" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Root a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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/SSC-01-01#a> ; - :label "a" . - -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . - -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . - -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . - -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#o> ; - :label "o" . - -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . - -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . - -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#s> ; - :label "s" . - -:variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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 . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -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: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:hasNaming "orbit" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-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 ns2:NamedEntity ; - rdfs:label "system" ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:bind-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:orbit-01 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:gravitation a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:manner a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:object a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:part a ns2:Role ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:sun a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -ns11:system a ns2:Concept ; - 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 ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 "Solar System" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . - -net:Class_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: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 "SSC-01-01" ; - net:hasValueLabel "Solar System" . - -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -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_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 . - -: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:Deprecated_Net ; - net:coverBaseNode :leaf_gravitation_g ; - net:coverNode :leaf_gravitation_g ; - net:hasClassName "gravitation" ; - net:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - 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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -ns3:FrameRole a ns2: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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; - :hasVariable :variable_a . - -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_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" . - -sys:Undetermined_Thing a owl:Class ; - rdfs:subClassOf sys:Out_Structure . - -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 "SSC-01-01" . - -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 "SSC-01-01" ; - 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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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 "SSC-01-01" ; - 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 "SSC-01-01" ; - 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 "SSC-01-01" ; - 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 . - -: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 "SSC-01-01" . - -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_system_s a net:Atom_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:hasNaming "system" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - -:AMR_AnnotationProperty a owl:AnnotationProperty . - -:AMR_Core_Role a owl:Class ; - rdfs:subClassOf :AMR_Role . - -: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_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - -net:atomClass_object_o a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . - -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -net:atomClass_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_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/SolarSystemDev01-20230526/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.log deleted file mode 100644 index dbaea76b..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.log +++ /dev/null @@ -1,174 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- 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/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- 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/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230526/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (320) -- DEBUG - -------- Semantic Net Definition (486) -- DEBUG - -------- Config Parameter Definition (520) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (550) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_master_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.031473) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.160563) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.060243) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.044155) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.056944) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.045606) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.051651) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.036240) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.067767) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.047631) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.034005) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.116606) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.142827) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.080437) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.168916) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.085452) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.093294) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.025947) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.169751) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.045202) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.220864) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.053945) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.077999) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.051146) -- INFO - --- *** February Transduction *** Sequence: classification sequence (1) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.022915) -- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.072621) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.105395) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.014670) -- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.019251) -- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.031005) -- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.029724) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.009488) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.018402) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.081188) -- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.293218) -- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.170594) -- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.010628) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.529900) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.033513) -- INFO - --- *** February Transduction *** Sequence: classification sequence (2) -- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.315279) -- DEBUG - ----- classify class net as entity from part relation: 0/0 new triple (1215, 0:00:00.010186) -- DEBUG - ----- classify class net as entity from degree arguments: 0/362 new triple (1215, 0:00:00.515378) -- INFO - ----- classify class net as mother from domain argument: 5/34 new triples (1220, 0:00:00.083868) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 404 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** February Transduction *** Sequence: class_generation_sequence -- INFO - ----- generate OWL class: 32/35 new triples (1252, 0:00:00.374151) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 29/29 new triples (1281, 0:00:00.344631) -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- DEBUG - ----- generate-individual: 0/0 new triple (1281, 0:00:00.010164) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1281, 0:00:00.009970) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1281, 0:00:00.009374) -- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1281, 0:00:00.013099) -- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1281, 0:00:00.007817) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1281, 0:00:00.006800) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1281, 0:00:00.010417) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1281, 0:00:00.018832) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1281, 0:00:00.014955) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1281, 0:00:00.015434) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1281, 0:00:00.012755) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1281, 0:00:00.015014) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1281, 0:00:00.015334) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 61 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 64 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 64 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttl -- INFO - - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl deleted file mode 100644 index 6bfa1b38..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl +++ /dev/null @@ -1,83 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Entity, - ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.log deleted file mode 100644 index cb5bb447..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.log +++ /dev/null @@ -1,175 +0,0 @@ -- INFO - [TENET] Extraction Processing -- INFO - - === Process Initialization === -- INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/ -- INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ -- 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/01/ - ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl - ----- 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/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230530/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.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/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01.ttl - *** - *** -- INFO - - === Extraction Processing === -- INFO - -- Work Structure Preparation -- DEBUG - --- Graph Initialization -- DEBUG - ----- Configuration Loading -- DEBUG - -------- RDF Schema (320) -- DEBUG - -------- Semantic Net Definition (486) -- DEBUG - -------- Config Parameter Definition (520) -- DEBUG - ----- Frame Ontology Loading -- DEBUG - -------- Base Ontology produced as output (550) -- DEBUG - --- Source Data Import -- DEBUG - ----- Sentence Loading -- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) -- DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl -- INFO - ----- Sentence (id): SSC-01-01 -- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. -- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) -- DEBUG - ----- Step number: 3 -- INFO - -- Loading Extraction Rules (amr_master_rule/*) -- DEBUG - ----- Total rule number: 87 -- INFO - -- Applying extraction step: preprocessing -- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.023113) -- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.120980) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.045704) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.040842) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.045418) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.039748) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.037734) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.026655) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.045703) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.035451) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.027703) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.088967) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.104814) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.054626) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.058440) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.058300) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.072374) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.019503) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing -- DEBUG - ----- step: preprocessing -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing -- INFO - ----- 218 triples extracted during preprocessing step -- INFO - -- Applying extraction step: transduction -- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.185503) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.036751) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.156762) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.041707) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.045740) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:00.747216) -- INFO - --- *** February Transduction *** Sequence: classification sequence (1) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.014141) -- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.047508) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.073344) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.013551) -- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.013388) -- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.026601) -- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.023382) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.006484) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.013816) -- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.052031) -- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.195463) -- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.106895) -- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.009299) -- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.356814) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.017951) -- INFO - --- *** February Transduction *** Sequence: classification sequence (2) -- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.188873) -- DEBUG - ----- classify class net as entity from part relation: 0/0 new triple (1215, 0:00:00.009753) -- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.015148) -- DEBUG - ----- classify class net from degree phenomena and ARG3 role: 0/0 new triple (1215, 0:00:00.009783) -- INFO - ----- Classify Class Net from relations corresponding to Non-Core property :DOMAIN: 5/34 new triples (1220, 0:00:00.083775) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction -- DEBUG - ----- step: transduction -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction -- INFO - ----- 404 triples extracted during transduction step -- INFO - -- Applying extraction step: generation -- INFO - --- *** February Transduction *** Sequence: class_generation_sequence -- INFO - ----- generate OWL class: 32/35 new triples (1252, 0:00:00.373919) -- INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 29/29 new triples (1281, 0:00:00.243386) -- INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- DEBUG - ----- generate-individual: 0/0 new triple (1281, 0:00:00.008701) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1281, 0:00:00.005431) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1281, 0:00:00.009813) -- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1281, 0:00:00.007515) -- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1281, 0:00:00.007004) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1281, 0:00:00.006387) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1281, 0:00:00.008004) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1281, 0:00:00.017527) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1281, 0:00:00.010690) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1281, 0:00:00.017494) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1281, 0:00:00.015489) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1281, 0:00:00.015248) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1281, 0:00:00.013536) -- DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation -- DEBUG - ----- step: generation -- DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl -- DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation -- INFO - ----- 61 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) -- DEBUG - ----- Number of factoids: 64 -- DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - - === Final Ontology Generation === -- INFO - -- Making complete factoid graph by merging the result factoids -- INFO - ----- Total factoid number: 64 -- INFO - -- Serializing graph to factoid string -- INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid -- INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/SolarSystemDev01_factoid.ttl -- INFO - - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl deleted file mode 100644 index 6bfa1b38..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl +++ /dev/null @@ -1,83 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Entity, - ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl deleted file mode 100644 index 6bfa1b38..00000000 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl +++ /dev/null @@ -1,83 +0,0 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . -@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#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; - rdfs:label "direct" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; - rdfs:label "hasPart" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - ns1:fromStructure "SSC-01-01" . - -<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 "SSC-01-01" . - -<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 "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; - rdfs:label "sun" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf ns1:Entity ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf ns1:Out_ObjectProperty ; - ns1:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf ns1:Entity, - ns1:Undetermined_Thing ; - ns1:fromStructure "SSC-01-01" . - diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/SolarSystemDev01_factoid.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.log similarity index 78% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.log rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.log index 9f7c16b3..b0028f73 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.log +++ b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.log @@ -2,9 +2,9 @@ - INFO - === Process Initialization === - INFO - -- Process Setting -- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (amr) -- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl -- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/ +- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/ (amr) +- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttl +- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/ - INFO - ----- Ontology target (id): https://tenet.tetras-libre.fr/demo/01/ - INFO - ----- Current path: /home/lamenji/Workspace/Tetras/tenet/tenet - DEBUG - ----- Config file: /home/lamenji/Workspace/Tetras/tenet/tenet/owl_amr_config.xml @@ -14,7 +14,7 @@ ----- config file: /home/lamenji/Workspace/Tetras/tenet/tenet/owl_amr_config.xml ----- uuid: https://tenet.tetras-libre.fr/demo/01/ ----- technical base name: tenet.tetras-libre.fr_demo_01 - ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl + ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/ ----- target reference: base ----- process level: sentence ----- source type: amr @@ -25,10 +25,10 @@ ----- 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/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl - ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230531/ - ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/ - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/ + ----- base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttl + ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttltenet.tetras-libre.fr_demo_01-20230601/ + ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/ + ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/ -- Config File Definition ----- schema file: ./structure/amr-rdf-schema.ttl ----- semantic net file: ./structure/owl-snet-schema.ttl @@ -40,16 +40,19 @@ ----- 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/dev/solar-system-01/SSC-01-01.stog.amr.ttl**/*.ttl + ----- source sentence file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/**/*.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/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01.ttl + ----- output file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01.ttl *** - *** +- DEBUG - -- Counting number of graph files (sentences) +- INFO - ----- Number of Graphs: 1 - INFO - === Extraction Processing === +- INFO - *** sentence 1 *** - INFO - -- Work Structure Preparation - DEBUG - --- Graph Initialization - DEBUG - ----- Configuration Loading @@ -62,7 +65,7 @@ - DEBUG - ----- Sentence Loading - DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/dev/solar-system-01/SSC-01-01.stog.amr.ttl (598) - DEBUG - --- Export work graph as turtle -- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01.ttl - INFO - ----- Sentence (id): SSC-01-01 - INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. - INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) @@ -71,97 +74,97 @@ - DEBUG - ----- Total rule number: 87 - INFO - -- Applying extraction step: preprocessing - INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence -- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.039640) +- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.036737) - INFO - --- *** November Transduction *** Sequence: amr-reification-sequence -- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.192898) -- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.067928) -- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.056336) -- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.069512) -- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.048901) -- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.055242) -- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.037881) -- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.054377) -- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.074481) -- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.048664) -- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.119393) -- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.150665) -- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.074775) -- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.078568) -- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.079529) -- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.183285) -- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.027759) +- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.265120) +- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.093313) +- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.163687) +- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.104331) +- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.063231) +- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.088242) +- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.056746) +- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.093029) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.077324) +- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.042511) +- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.160933) +- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.279943) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.091796) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.096694) +- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.092520) +- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.114401) +- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.039086) - DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_preprocessing - DEBUG - ----- step: preprocessing - DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_preprocessing.ttl - DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//preprocessing - INFO - ----- 218 triples extracted during preprocessing step - INFO - -- Applying extraction step: transduction - INFO - --- *** February Transduction *** Sequence: atomic extraction sequence -- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.153952) -- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.051652) -- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.223038) -- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.056399) -- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.068081) -- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.050067) +- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.246917) +- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.072088) +- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.241071) +- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.059935) +- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.071127) +- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.415950) - INFO - --- *** February Transduction *** Sequence: classification sequence (1) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.022399) -- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.073223) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.033046) +- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.120752) - INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) -- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.113775) -- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.016841) -- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.013444) -- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.031810) -- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.033551) -- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.009921) -- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.018679) +- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.159197) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.022641) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.019174) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.132963) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.039260) +- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.008718) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.022713) - INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) -- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.080789) -- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.267649) -- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.149071) -- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.012343) +- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.087204) +- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.335302) +- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.211548) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.012378) - INFO - --- *** February Transduction *** Sequence: composite class extraction sequence -- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.529373) -- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.025257) +- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.770409) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.033911) - INFO - --- *** February Transduction *** Sequence: classification sequence (2) -- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.285318) -- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1215, 0:00:00.032858) -- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.014241) -- INFO - ----- Associate mother to class net from :domain relation: 5/34 new triples (1220, 0:00:00.081235) -- DEBUG - ----- Propagate individuals to net with same base node: 0/10 new triple (1220, 0:00:00.023326) -- INFO - ----- Propagate individuals to net with domain link: 3/60 new triples (1223, 0:00:00.108165) +- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.388060) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1215, 0:00:00.014824) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.025773) +- INFO - ----- Associate mother to class net from :domain relation: 5/34 new triples (1220, 0:00:00.129066) +- DEBUG - ----- Propagate individuals to net with same base node: 0/10 new triple (1220, 0:00:00.040590) +- INFO - ----- Propagate individuals to net with domain link: 3/60 new triples (1223, 0:00:00.174728) - DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_transduction - DEBUG - ----- step: transduction - DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_transduction.ttl - DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//transduction - INFO - ----- 407 triples extracted during transduction step - INFO - -- Applying extraction step: generation - INFO - --- *** February Transduction *** Sequence: class_generation_sequence -- INFO - ----- generate OWL class: 32/35 new triples (1255, 0:00:00.523008) +- INFO - ----- generate OWL class: 32/35 new triples (1255, 0:00:00.555168) - INFO - --- *** February Transduction *** Sequence: property_generation_sequence -- INFO - ----- generate OWL property: 29/29 new triples (1284, 0:00:00.379346) +- INFO - ----- generate OWL property: 29/29 new triples (1284, 0:00:00.356338) - INFO - --- *** November Transduction *** Sequence: main-generation-sequence -- DEBUG - ----- generate-individual: 0/0 new triple (1284, 0:00:00.015632) -- DEBUG - ----- classify-individual-1: 0/0 new triple (1284, 0:00:00.010806) -- DEBUG - ----- classify-individual-2: 0/0 new triple (1284, 0:00:00.015326) -- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1284, 0:00:00.017602) -- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1284, 0:00:00.014531) -- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1284, 0:00:00.010692) -- DEBUG - ----- generate-composite-class: 0/0 new triple (1284, 0:00:00.015239) -- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1284, 0:00:00.031440) -- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1284, 0:00:00.016106) -- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1284, 0:00:00.018612) -- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1284, 0:00:00.016749) -- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1284, 0:00:00.018862) -- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1284, 0:00:00.015577) +- DEBUG - ----- generate-individual: 0/0 new triple (1284, 0:00:00.017389) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1284, 0:00:00.011032) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1284, 0:00:00.015122) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1284, 0:00:00.014822) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1284, 0:00:00.017490) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1284, 0:00:00.012809) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1284, 0:00:00.016623) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1284, 0:00:00.032624) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1284, 0:00:00.022459) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1284, 0:00:00.025024) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1284, 0:00:00.021292) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1284, 0:00:00.026875) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1284, 0:00:00.021005) - DEBUG - --- Serializing graph to tenet.tetras-libre.fr_demo_01_generation - DEBUG - ----- step: generation - DEBUG - ----- id: https://tenet.tetras-libre.fr/demo/01/ -- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_generation.ttl - DEBUG - ----- base: http://https://tenet.tetras-libre.fr/demo/01//generation - INFO - ----- 61 triples extracted during generation step -- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl) +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_factoid.ttl) - DEBUG - ----- Number of factoids: 64 - DEBUG - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid - INFO - @@ -171,6 +174,6 @@ - INFO - -- Serializing graph to factoid string - INFO - ----- Graph base: http://https://tenet.tetras-libre.fr/demo/01//factoid - INFO - -- Serializing graph to factoid file -- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl +- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/SolarSystemDev01_factoid.ttl - INFO - === Done === diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_factoid.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_factoid.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_factoid.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_generation.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_generation.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_preprocessing.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_preprocessing.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_transduction.ttl similarity index 100% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemDev01-20230601/technical-data/tenet.tetras-libre.fr_demo_01-1/tenet.tetras-libre.fr_demo_01_transduction.ttl diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..b243dbed --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl @@ -0,0 +1,542 @@ +@base <http://SolarSystemSample/factoid> . +@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 "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class ; + rdfs:label "almost" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-03-01", + "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#be> a owl:ObjectProperty ; + rdfs:label "be" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#before> a owl:Class ; + rdfs:label "before" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; + rdfs:label "bind" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01", + "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#cause> a owl:ObjectProperty ; + rdfs:label "cause" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#collapse-cause-gravity> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#collapse> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-06-01", + "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01", + "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-01-01", + "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#form> a owl:ObjectProperty ; + rdfs:label "form" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class ; + rdfs:label "gas" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#gravity> a owl:Class ; + rdfs:label "gravity" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; + rdfs:label "hasManner" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-01-01", + "SSC-02-01", + "SSC-05-01", + "SSC-06-01", + "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#helium> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class ; + rdfs:label "ice" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class ; + rdfs:label "inner" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental> a owl:Class ; + rdfs:label "intercontinental" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01", + "SSC-03-01", + "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass-be-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#mass> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#molecule> a owl:Class ; + rdfs:label "molecule" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<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 "SSC-02-01", + "SSC-03-01", + "SSC-06-01", + "SSC-07-01", + "SSC-08-01", + "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01", + "SSC-03-01", + "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#natural> a owl:ObjectProperty ; + rdfs:label "natural" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-01-01", + "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#now> a owl:Class ; + rdfs:label "now" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-include-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-mean-satellite> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-01-01" . + +<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 "SSC-01-01" . + +<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 "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01", + "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#satellite> a owl:Class ; + rdfs:label "satellite" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#size> a owl:Class ; + rdfs:label "size" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-02-01", + "SSC-03-01", + "SSC-06-01", + "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-01-01", + "SSC-02-01", + "SSC-03-01", + "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-mass> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#temporal-quantity> a owl:Class ; + rdfs:label "temporal-quantity" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01", + "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast> a owl:Class ; + rdfs:label "vast" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast-majority> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#majority> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#year> a owl:ObjectProperty ; + rdfs:label "year" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular> a owl:Class ; + rdfs:label "circular" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#collapse> a owl:Class ; + rdfs:label "collapse" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; + rdfs:label "gravitation" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-01-01" . + +<https://tenet.tetras-libre.fr/extract-result#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#majority> a owl:Class ; + rdfs:label "majority" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass> a owl:Class ; + rdfs:label "mass" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01", + "SSC-07-01", + "SSC-08-01" . + +<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 "SSC-01-01", + "SSC-02-01", + "SSC-03-01", + "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-02-01", + "SSC-06-01", + "SSC-07-01", + "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-01-01", + "SSC-02-01", + "SSC-03-01", + "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-01-01", + "SSC-05-01", + "SSC-06-01", + "SSC-07-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample.ttl similarity index 86% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample.ttl index bda0bbc1..b5109fe6 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample.ttl @@ -1,4 +1,4 @@ -@base <https://tenet.tetras-libre.fr/working/https://tenet.tetras-libre.fr/demo/01/> . +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . @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#> . @@ -21,19 +21,24 @@ ns2:Role a rdfs:Class, rdfs:label "AMR-Role" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-06-01#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#p6> . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> . +<http://amr.isi.edu/amr_data/SSC-06-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-06-01#m2> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-06-01#root01> a ns2:AMR ; + ns2:has-id "SSC-06-01" ; + ns2:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-06-01#p> . + +<http://amr.isi.edu/amr_data/SSC-06-01#s> a ns11:system ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + ns11:part <http://amr.isi.edu/amr_data/SSC-06-01#a> . <http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; ns2:hasSentence "The sun is a star." ; @@ -43,24 +48,30 @@ ns2:Role a rdfs:Class, ns2:hasSentence "Earth is a planet." ; ns2:root <http://amr.isi.edu/amr_data/test-2#p> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns3:compose-01.ARG1 a ns3:FrameRole . + +ns3:compose-01.ARG2 a ns3:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns3:have-degree-91.ARG1 a ns3:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns3:have-degree-91.ARG2 a ns3:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns3:have-degree-91.ARG3 a ns3:FrameRole . ns11:domain a ns2:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:manner a ns2:Role . +ns11:mod a ns2:Role . ns11:op1 a ns2:Role . ns11:op2 a ns2:Role . +ns11:op3 a ns2:Role . + +ns11:op4 a ns2:Role . + ns11:part a ns2:Role . ns2:hasID a owl:AnnotationProperty . @@ -620,42 +631,62 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> . +<http://amr.isi.edu/amr_data/SSC-06-01#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#m> . + +<http://amr.isi.edu/amr_data/SSC-06-01#ii> a ns11:inner . + +<http://amr.isi.edu/amr_data/SSC-06-01#m> a ns11:metal . + +<http://amr.isi.edu/amr_data/SSC-06-01#m2> a ns2:more . + +<http://amr.isi.edu/amr_data/SSC-06-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#t> . + +<http://amr.isi.edu/amr_data/SSC-06-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" . + +<http://amr.isi.edu/amr_data/SSC-06-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" . + +<http://amr.isi.edu/amr_data/SSC-06-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 . +<http://amr.isi.edu/amr_data/SSC-06-01#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" . +<http://amr.isi.edu/amr_data/SSC-06-01#p6> a ns11:primary . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation . +<http://amr.isi.edu/amr_data/SSC-06-01#r> a ns11:rock . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> . +<http://amr.isi.edu/amr_data/SSC-06-01#s2> a ns11:small . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet> ; - rdfs:label "Solar System" . +<http://amr.isi.edu/amr_data/SSC-06-01#t> a ns11:terrestrial . <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 ns2:NamedEntity . +ns3:compose-01 a ns2:Frame . + +ns3:have-degree-91 a ns2:Frame . -ns3:bind-01 a ns2:Frame . +ns11:inner a ns2:Concept . -ns3:orbit-01 a ns2:Frame . +ns11:metal a ns2:Concept . -ns11:gravitation a ns2:Concept . +ns11:primary a ns2:Concept . -ns11:object a ns2:Concept . +ns11:rock a ns2:Concept . -ns11:sun a ns2:Concept . +ns11:small a ns2:Concept . ns11:system a ns2:Concept . +ns11:terrestrial a ns2:Concept . + ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . @@ -666,9 +697,7 @@ ns2:NamedEntity a ns2:Concept, "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept . - -ns2:or a ns2:Concept . +ns2:more a ns2:Concept . sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -694,15 +723,13 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun . +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; + rdfs:subClassOf :AMR_Linked_Data . -ns3:direct-02 a ns2:Frame . +ns2:and a ns2:Concept . :AMR_Leaf a owl:Class ; rdfs:subClassOf :AMR_Structure . @@ -728,12 +755,6 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -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 . @@ -770,11 +791,11 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2:Role, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Role" ; - rdfs:subClassOf :AMR_Linked_Data . +<http://amr.isi.edu/amr_data/SSC-06-01#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + ns11:op4 <http://amr.isi.edu/amr_data/SSC-06-01#p5> . :AMR_Element a owl:Class ; rdfs:subClassOf :AMR_Structure . @@ -782,6 +803,14 @@ ns3:FrameRole a ns2:Role, net:typeProperty a owl:AnnotationProperty ; rdfs:label "type property" . +<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_NonCore_Role a owl:Class ; rdfs:subClassOf :AMR_Role . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..b28593cd --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_factoid.ttl @@ -0,0 +1,68 @@ +@base <http://SolarSystemSample/factoid> . +@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#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class ; + rdfs:label "inner" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-06-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_generation.ttl similarity index 53% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_generation.ttl index 16b56b21..03a44424 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_generation.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//transduction> . +@base <http://SolarSystemSample/generation> . @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#> . @@ -29,22 +29,30 @@ ns2:Role a rdfs:Class, ns2:hasSentence "Earth is a planet." ; ns2:root <http://amr.isi.edu/amr_data/test-2#p> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns3:compose-01.ARG1 a ns3:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns3:compose-01.ARG2 a ns3:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns3:have-degree-91.ARG1 a ns3:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . 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 . + +ns11:op4 a ns2:Role . + ns2:hasID a owl:AnnotationProperty . ns2:hasSentence a owl:AnnotationProperty . @@ -59,49 +67,69 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a2_op1_r a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a2_op2_m a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a_op1_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . -:edge_b_ARG1_s a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_a_op2_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_a_op3_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . -:edge_m9_ARG0_o2 a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a_op4_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_c_ARG1_a a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o2_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_c_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_mod_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_o2_ARG1_s2 a :AMR_Edge ; +:edge_h_ARG1_a a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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 ; @@ -111,14 +139,18 @@ ns2:root a owl:AnnotationProperty . :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; - :hasAmrRole :role_name ; - :hasRoleID "name" . - -:edge_s_domain_p a :AMR_Edge ; +:edge_p_domain_a a :AMR_Edge ; :hasAmrRole :role_domain ; :hasRoleID "domain" . +:edge_p_mod_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,10 +223,10 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:phenomena_degree a owl:Class ; - rdfs:subClassOf :AMR_Phenomena ; - :hasConceptLink "have-degree-91" ; - :label "degree" . +: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 ; @@ -256,14 +288,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -301,24 +325,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -348,15 +354,19 @@ ns2:root a owl:AnnotationProperty . :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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-06-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-06-01" ; + :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 . @@ -372,9 +382,6 @@ ns2:root a owl:AnnotationProperty . 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 . @@ -424,8 +431,64 @@ cprm:targetOntologyURI a rdf:Property ; rdfs:range xsd:string ; rdfs:subPropertyOf cprm:configParamProperty . +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner> a owl:Class ; + rdfs:label "inner" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#inner-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#metal> a owl:Class ; + rdfs:label "metal" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#primary> a owl:Class ; + rdfs:label "primary" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#rock> a owl:Class ; + rdfs:label "rock" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "SSC-06-01" . + <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 . @@ -435,6 +498,9 @@ net:Property_Axiom_Net a owl:Class ; 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 . @@ -443,107 +509,66 @@ 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 "SSC-06-01" ; + 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 "SSC-06-01" ; + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -net:compositeClass_system-hasPart-object_s a 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_s ; - net:hasNaming "system-hasPart-object" ; - net:hasRestriction net:restriction_hasPart-object_p9 ; - net:hasStructure "SSC-01-01" . - -net:compositeClass_system-hasPart-sun_s a 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_s ; - net:hasNaming "system-hasPart-sun" ; - net:hasRestriction net:restriction_hasPart-sun_p9 ; - net:hasStructure "SSC-01-01" . +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 "SSC-06-01" . net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; @@ -640,6 +665,26 @@ 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 "SSC-06-01" . + +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 "SSC-06-01" . + net:inverse_direction a owl:NamedIndividual . net:listBy a owl:AnnotationProperty ; @@ -664,6 +709,21 @@ net:modCat2 a owl:AnnotationProperty ; 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 "SSC-06-01" . + net:relationOf a owl:AnnotationProperty ; rdfs:label "relation of" ; rdfs:subPropertyOf net:typeProperty . @@ -676,75 +736,100 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-06-01#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; +<http://amr.isi.edu/amr_data/SSC-06-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-06-01#root01> a ns2:AMR ; + ns2:has-id "SSC-06-01" ; + ns2:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-06-01#p> . + +<http://amr.isi.edu/amr_data/SSC-06-01#s> a ns11:system ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + ns11:part <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . <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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . -: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_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:inner ; + :label "inner" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:metal ; + :label "metal" . -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; - :label "orbit-01" . +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:more ; + :label "more" . :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" . +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11: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 ; @@ -755,75 +840,94 @@ ns2:AMR a owl:Class ; :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_name a owl:Class, +:role_op3 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_NonCore_Role ; - :label "name" . + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . -:role_polarity a owl:Class, +:role_op4 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#a> ; :label "a" . -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + :label "a2" . -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#c> ; + :label "c" . -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#h> ; + :label "h" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + :label "ii" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m> ; + :label "m" . -:variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - :label "o" . +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; + :label "m2" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p> ; + :label "p" . -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + :label "p2" ; + :name "Mercury" . -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - :label "p" ; - :name "Solar System" . +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; + :label "p6" . :variable_p9 a ns11:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; :label "s2" . -sys:Degree a owl:Class ; - rdfs:subClassOf sys:Out_Structure . +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#t> ; + :label "t" . -sys:Entity a owl:Class ; +sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . sys:Feature a owl:Class ; @@ -831,220 +935,234 @@ sys:Feature a owl:Class ; sys:Out_AnnotationProperty a owl:AnnotationProperty . +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-06-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-06-01" . + +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_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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" ; + net:isCoreRoleLinked "true" . -net:atomClass_orbit_o2 a net:Atom_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:hasNaming "orbit" ; - net:hasStructure "SSC-01-01" . +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 "SSC-06-01" . 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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + net:hasStructure "SSC-06-01" . + +<http://amr.isi.edu/amr_data/SSC-06-01#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#m> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-06-01#ii> a ns11:inner ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-06-01#m> a ns11:metal ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-06-01#m2> a ns2:more ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-06-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#t> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-06-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-06-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p6> a ns11:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#r> a ns11:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#s2> a ns11:small ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-06-01#t> a ns11:terrestrial ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +ns3:compose-01 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +ns3:have-degree-91 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +ns11:inner a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +ns11:metal a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . ns11:part a ns2:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns11:primary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:rock a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . ns11:system a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns11:terrestrial a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; +ns2:more a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Relation_Concept a owl:Class ; rdfs:subClassOf :AMR_Concept . -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . - -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_ARG1_a :leaf_and_a ; + :edge_c_ARG2_a2 :leaf_and_a2 ; + :edge_c_mod_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_ARG1_a :leaf_and_a ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; :hasConceptLink "contrast-01", @@ -1052,15 +1170,15 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -: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_conjunction_or a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "or" ; - :label "conjunction-OR" . +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . :role_op1 a owl:Class, net:Relation ; @@ -1072,56 +1190,80 @@ ns2:or a ns2:Concept ; rdfs:subClassOf :AMR_Op_Role ; :label "op2" . -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . -sys:Out_ObjectProperty a owl:ObjectProperty . +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . -net:Class_Net a owl:Class ; - rdfs:subClassOf net:Net . +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . -net:Phenomena_Net a owl:Class ; - rdfs:subClassOf net:Net . +: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: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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . 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 "SSC-01-01" ; - net:hasValueLabel "Solar System" . +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Venus" . -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +ns2:and a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1130,6 +1272,9 @@ ns2:Frame a ns2:Concept, :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 . @@ -1143,286 +1288,280 @@ ns2:Frame a ns2:Concept, 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 . -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . -:value_negative a :AMR_Value ; - rdfs:label "negative" . +: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:Axiom_Net a owl:Class ; - rdfs:subClassOf net:Net . +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . -net:Composite_Property_Net a owl:Class ; +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:atomClass_gravitation_g a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_gravitation_g ; - net:coverNode :leaf_gravitation_g ; - net:hasClassName "gravitation" ; - net:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . -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 "SSC-01-01" . - -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 "SSC-01-01" . +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 "SSC-06-01" . 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 "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -ns3:FrameRole a ns2: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 . +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . -:leaf_and_a a :AMR_Leaf ; - :edge_a_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_r :leaf_rock_r ; + :edge_a2_op2_m :leaf_metal_m ; :hasConcept :concept_and ; - :hasVariable :variable_a . + :hasVariable :variable_a2 . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; - :hasVariable :variable_o3 . +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . -:role_ARG0 a owl:Class, +:role_name a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG0" . + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . -:role_ARG1 a owl:Class, - net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG1" . +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . -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 "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" . +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/SSC-06-01#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + ns11:op4 <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +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_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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_s :leaf_system_s ; - :hasConcept :concept_bind-01 ; - :hasVariable :variable_b . +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; - :hasConcept :concept_system ; +:leaf_planet_p a :AMR_Leaf ; + :edge_p_domain_a :leaf_and_a ; + :edge_p_mod_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" . -net:Composite_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . 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 "SSC-06-01" . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + :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" . +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . -net:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +:leaf_system_s a :AMR_Leaf ; + :edge_s_mod_ii :leaf_inner_ii ; + :hasConcept :concept_system ; + :hasVariable :variable_s . -net:Atom_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_and_a, - :leaf_system_s . +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . 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 . - -: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 . +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . -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 "SSC-01-01" . +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_p2 :leaf_planet_p2 ; + :edge_a_op2_p3 :leaf_planet_p3 ; + :edge_a_op3_p4 :leaf_planet_p4 ; + :edge_a_op4_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . net:has_object a owl:AnnotationProperty ; rdfs:label "relation" ; @@ -1434,91 +1573,32 @@ net:has_object a owl:AnnotationProperty ; net:Net a owl:Class ; rdfs:subClassOf net:Net_Structure . -net:atomClass_system_s a net:Atom_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:hasNaming "system" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - :AMR_AnnotationProperty a owl:AnnotationProperty . :AMR_Core_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -: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_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - -net:atomClass_object_o a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_Structure . +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . -net:atomClass_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . 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_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 . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..18bff635 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,1220 @@ +@base <http://SolarSystemSample/preprocessing> . +@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: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 . + +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 . + +ns11:op4 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 . + +:edge_a2_op1_r a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_op2_m a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_op1_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a_op3_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op4_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . + +:edge_c_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_mod_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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_domain_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_mod_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_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_ARG1_a :leaf_and_a ; + :edge_c_ARG2_a2 :leaf_and_a2 ; + :edge_c_mod_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_ARG1_a :leaf_and_a ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :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_SSC-06-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-06-01" ; + :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/SSC-06-01#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#root01> a ns2:AMR ; + ns2:has-id "SSC-06-01" ; + ns2:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-06-01#p> . + +<http://amr.isi.edu/amr_data/SSC-06-01#s> a ns11:system ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + ns11:part <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<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:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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 ns11:inner ; + :label "inner" . + +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:metal ; + :label "metal" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:more ; + :label "more" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:terrestrial ; + :label "terrestrial" . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_r :leaf_rock_r ; + :edge_a2_op2_m :leaf_metal_m ; + :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_domain_a :leaf_and_a ; + :edge_p_mod_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_mod_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/SSC-06-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#h> ; + :label "h" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; + :label "m2" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + :label "p2" ; + :name "Mercury" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; + :label "p6" . + +:variable_p9 a ns11:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#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/SSC-06-01#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#ii> a ns11:inner ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#m> a ns11:metal ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#m2> a ns2:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#p6> a ns11:primary ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#r> a ns11:rock ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#s2> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#t> a ns11:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:inner a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:metal a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:part a ns2:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:primary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:rock a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:terrestrial 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:more a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2: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" . + +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_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 . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_p2 :leaf_planet_p2 ; + :edge_a_op2_p3 :leaf_planet_p3 ; + :edge_a_op3_p4 :leaf_planet_p4 ; + :edge_a_op4_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/SSC-06-01#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + ns11:op4 <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +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 . + +: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 ns2: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/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_transduction.ttl similarity index 55% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_transduction.ttl index 9b12320b..7d77c17d 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230517/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_transduction.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//transduction> . +@base <http://SolarSystemSample/transduction> . @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#> . @@ -29,22 +29,30 @@ ns2:Role a rdfs:Class, ns2:hasSentence "Earth is a planet." ; ns2:root <http://amr.isi.edu/amr_data/test-2#p> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns3:compose-01.ARG1 a ns3:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns3:compose-01.ARG2 a ns3:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns3:have-degree-91.ARG1 a ns3:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns3:have-degree-91.ARG2 a ns3:FrameRole . + +ns3:have-degree-91.ARG3 a ns3:FrameRole . 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 . + +ns11:op4 a ns2:Role . + ns2:hasID a owl:AnnotationProperty . ns2:hasSentence a owl:AnnotationProperty . @@ -59,49 +67,69 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a2_op1_r a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a2_op2_m a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a_op1_p2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . -:edge_b_ARG1_s a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_a_op2_p3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_a_op3_p4 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . -:edge_m9_ARG0_o2 a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a_op4_p5 a :AMR_Edge ; + :hasAmrRole :role_op4 ; + :hasRoleID "op4" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_c_ARG1_a a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o2_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_c_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_mod_p6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_o2_ARG1_s2 a :AMR_Edge ; +:edge_h_ARG1_a a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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 ; @@ -111,14 +139,18 @@ ns2:root a owl:AnnotationProperty . :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; - :hasAmrRole :role_name ; - :hasRoleID "name" . - -:edge_s_domain_p a :AMR_Edge ; +:edge_p_domain_a a :AMR_Edge ; :hasAmrRole :role_domain ; :hasRoleID "domain" . +:edge_p_mod_t a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,10 +223,10 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:phenomena_degree a owl:Class ; - rdfs:subClassOf :AMR_Phenomena ; - :hasConceptLink "have-degree-91" ; - :label "degree" . +: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 ; @@ -256,14 +288,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -301,24 +325,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -348,15 +354,19 @@ ns2:root a owl:AnnotationProperty . :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_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-06-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-06-01" ; + :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 . @@ -426,6 +436,9 @@ cprm:targetOntologyURI a rdf:Property ; <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 . @@ -435,6 +448,9 @@ net:Property_Axiom_Net a owl:Class ; 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 . @@ -443,9 +459,38 @@ 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 "SSC-06-01" ; + 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 ; - :role_ARG1 net:phenomena_conjunction-AND_a ; + :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" ; @@ -454,7 +499,7 @@ net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; net:hasPropertyName10 "hasPart-by" ; net:hasPropertyName12 "hasPart-of" ; net:hasPropertyType owl:ObjectProperty ; - net:hasStructure "SSC-01-01" ; + net:hasStructure "SSC-06-01" ; net:isCoreRoleLinked "true" ; net:targetArgumentNode :leaf_and_a, :leaf_system_s . @@ -463,73 +508,17 @@ 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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . +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 "SSC-06-01" . net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; @@ -626,6 +615,26 @@ 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 "SSC-06-01" . + +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 "SSC-06-01" . + net:inverse_direction a owl:NamedIndividual . net:listBy a owl:AnnotationProperty ; @@ -650,6 +659,21 @@ net:modCat2 a owl:AnnotationProperty ; 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 "SSC-06-01" . + net:relationOf a owl:AnnotationProperty ; rdfs:label "relation of" ; rdfs:subPropertyOf net:typeProperty . @@ -662,75 +686,100 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-06-01#c> a ns3:compose-01 ; + ns3:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; +<http://amr.isi.edu/amr_data/SSC-06-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-06-01#root01> a ns2:AMR ; + ns2:has-id "SSC-06-01" ; + ns2:has-sentence "The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-06-01#p> . + +<http://amr.isi.edu/amr_data/SSC-06-01#s> a ns11:system ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + ns11:part <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . <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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +ns2:NamedEntity a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . - -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_compose-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:compose-01 ; + :label "compose-01" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . -: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_inner rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:inner ; + :label "inner" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_metal rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:metal ; + :label "metal" . -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; - :label "orbit-01" . +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:more ; + :label "more" . :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" . +:concept_primary rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:primary ; + :label "primary" . + +:concept_rock rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:rock ; + :label "rock" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11: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 ; @@ -741,75 +790,94 @@ ns2:AMR a owl:Class ; :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_name a owl:Class, +:role_op3 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_NonCore_Role ; - :label "name" . + rdfs:subClassOf :AMR_Op_Role ; + :label "op3" . -:role_polarity a owl:Class, +:role_op4 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . + rdfs:subClassOf :AMR_Op_Role ; + :label "op4" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#a> ; :label "a" . -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#a2> ; + :label "a2" . -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#c> ; + :label "c" . -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#h> ; + :label "h" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#ii> ; + :label "ii" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m> ; + :label "m" . -:variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - :label "o" . +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#m2> ; + :label "m2" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p> ; + :label "p" . -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + :label "p2" ; + :name "Mercury" . -:variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - :label "p" ; - :name "Solar System" . +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + :label "p3" ; + :name "Venus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + :label "p4" ; + :name "Earth" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + :label "p5" ; + :name "Mars" . + +:variable_p6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#p6> ; + :label "p6" . :variable_p9 a ns11:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#s2> ; :label "s2" . -sys:Degree a owl:Class ; - rdfs:subClassOf sys:Out_Structure . +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-06-01#t> ; + :label "t" . -sys:Entity a owl:Class ; +sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . sys:Feature a owl:Class ; @@ -817,196 +885,210 @@ sys:Feature a owl:Class ; 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_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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" ; + 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 "SSC-06-01" . net:has_value a owl:AnnotationProperty ; rdfs:subPropertyOf net:netProperty . -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 "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + net:hasStructure "SSC-06-01" . + +<http://amr.isi.edu/amr_data/SSC-06-01#a2> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#r> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#m> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-06-01#ii> a ns11:inner ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-06-01#m> a ns11:metal ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-06-01#m2> a ns2:more ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-06-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-06-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-06-01#t> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-06-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-06-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Venus" ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-06-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Earth" ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-06-01#p5> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mars" ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-06-01#p6> a ns11:primary ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +<http://amr.isi.edu/amr_data/SSC-06-01#r> a ns11:rock ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-06-01#s2> a ns11:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-06-01#t> a ns11:terrestrial ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:compose-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:inner a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:metal a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . ns11:part a ns2:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns11:primary a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:rock a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:small a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . ns11:system a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns11:terrestrial a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns2:Frame a ns2:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Frame" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; +ns2:more a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Relation_Concept a owl:Class ; rdfs:subClassOf :AMR_Concept . -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . - -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns2:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_compose-01_c a :AMR_Leaf ; + :edge_c_ARG1_a :leaf_and_a ; + :edge_c_ARG2_a2 :leaf_and_a2 ; + :edge_c_mod_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 ; @@ -1014,6 +1096,13 @@ ns2:or a ns2:Concept ; :hasVariable :variable_p9 ; :isReifiedLeaf true . +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_a :leaf_and_a ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; :hasConceptLink "contrast-01", @@ -1021,15 +1110,15 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -: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_conjunction_or a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "or" ; - :label "conjunction-OR" . +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . :role_op1 a owl:Class, net:Relation ; @@ -1041,65 +1130,82 @@ ns2:or a ns2:Concept ; rdfs:subClassOf :AMR_Op_Role ; :label "op2" . -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . +:value_Earth a :AMR_Value ; + rdfs:label "Earth" . -sys:Out_ObjectProperty a owl:ObjectProperty . +:value_Mars a :AMR_Value ; + rdfs:label "Mars" . -net:Class_Net a owl:Class ; - rdfs:subClassOf net:Net . +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . -net:Phenomena_Net a owl:Class ; - rdfs:subClassOf net:Net . +: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: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 "SSC-06-01" . -net:atomClass_system_p a net:Atom_Class_Net, +net:atomClass_planet_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 "SSC-01-01" . + :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 "SSC-06-01" . + +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 "SSC-06-01" . 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 "SSC-01-01" ; - net:hasValueLabel "Solar System" . - -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . +net:value_Earth_blankNode a net:Value_Net ; + net:coverAmrValue :value_Earth ; + net:hasNaming "Earth" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Earth" . + +net:value_Mars_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mars ; + net:hasNaming "Mars" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Mars" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Mercury" . + +net:value_Venus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Venus ; + net:hasNaming "Venus" ; + net:hasStructure "SSC-06-01" ; + net:hasValueLabel "Venus" . -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +ns2:and a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1108,6 +1214,9 @@ ns2:Frame a ns2:Concept, :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 . @@ -1121,259 +1230,275 @@ ns2:Frame a ns2:Concept, 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 . -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . - -:value_negative a :AMR_Value ; - rdfs:label "negative" . +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . -net:Axiom_Net a owl:Class ; - rdfs:subClassOf net:Net . +: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:Composite_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . -net:Composite_Property_Net a owl:Class ; +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:atomClass_gravitation_g a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_gravitation_g ; - net:coverNode :leaf_gravitation_g ; - net:hasClassName "gravitation" ; - net:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . +net:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . -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 "SSC-01-01" . - -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 "SSC-01-01" . +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 "SSC-06-01" . net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2: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 . +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . -:leaf_and_a a :AMR_Leaf ; - :edge_a_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_r :leaf_rock_r ; + :edge_a2_op2_m :leaf_metal_m ; :hasConcept :concept_and ; - :hasVariable :variable_a . + :hasVariable :variable_a2 . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_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" . +:leaf_primary_p6 a :AMR_Leaf ; + :hasConcept :concept_primary ; + :hasVariable :variable_p6 . -:role_ARG1 a owl:Class, +:role_name a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG1" . + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" . +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/SSC-06-01#a> a ns2:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-06-01#p2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-06-01#p3> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-06-01#p4> ; + ns11:op4 <http://amr.isi.edu/amr_data/SSC-06-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +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_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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_s :leaf_system_s ; - :hasConcept :concept_bind-01 ; - :hasVariable :variable_b . +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; - :hasConcept :concept_system ; +:leaf_planet_p a :AMR_Leaf ; + :edge_p_domain_a :leaf_and_a ; + :edge_p_mod_t :leaf_terrestrial_t ; + :hasConcept :concept_planet ; :hasVariable :variable_p . -sys:Out_Structure a owl:Class ; - rdfs:label "Output Ontology Structure" . +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . -net:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +:leaf_planet_p3 a :AMR_Leaf ; + :edge_p3_name_Venus :value_Venus ; + :hasConcept :concept_planet ; + :hasVariable :variable_p3 . -net:Deprecated_Net a owl:Class ; - rdfs:subClassOf net:Net . +:leaf_planet_p4 a :AMR_Leaf ; + :edge_p4_name_Earth :value_Earth ; + :hasConcept :concept_planet ; + :hasVariable :variable_p4 . -net:Restriction_Net a owl:Class ; - rdfs:subClassOf net:Net . +:leaf_planet_p5 a :AMR_Leaf ; + :edge_p5_name_Mars :value_Mars ; + :hasConcept :concept_planet ; + :hasVariable :variable_p5 . -net:atomClass_system_s a net:Atom_Class_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:hasNaming "system" ; - net:hasStructure "SSC-01-01" . +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . -net:atomProperty_orbit_o2 a net:Atom_Property_Net, +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 "SSC-06-01" . + +net:atomClass_planet_p2 a net:Atom_Class_Net, + net:Class_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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . + :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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . + +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 "SSC-06-01" . 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 "SSC-06-01" . + +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + :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 . +:leaf_inner_ii a :AMR_Leaf ; + :hasConcept :concept_inner ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_mod_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:Atom_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . -net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; - :role_ARG0 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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . 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:Relation a owl:Class ; - rdfs:subClassOf net:Net_Structure . +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . -net:atomClass_object_o a net:Atom_Class_Net, - net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" . +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_p2 :leaf_planet_p2 ; + :edge_a_op2_p3 :leaf_planet_p3 ; + :edge_a_op3_p4 :leaf_planet_p4 ; + :edge_a_op4_p5 :leaf_planet_p5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . net:has_object a owl:AnnotationProperty ; rdfs:label "relation" ; @@ -1382,76 +1507,35 @@ net:has_object a owl:AnnotationProperty ; :AMR_Op_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -: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_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - 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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - :AMR_AnnotationProperty a owl:AnnotationProperty . :AMR_Core_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -net:atomClass_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . - -: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 . +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . -:AMR_Variable a owl:Class ; - rdfs:subClassOf :AMR_Element . +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_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 . -:leaf_direct-02_d2 a :AMR_Leaf ; - :edge_d2_polarity_negative :value_negative ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d2 . +: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 . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample.ttl new file mode 100644 index 00000000..9a719569 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample.ttl @@ -0,0 +1,879 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-02-01#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o2> . + +<http://amr.isi.edu/amr_data/SSC-02-01#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m2> . + +<http://amr.isi.edu/amr_data/SSC-02-01#root01> a ns3:AMR ; + ns3:has-id "SSC-02-01" ; + ns3: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." ; + ns3:root <http://amr.isi.edu/amr_data/SSC-02-01#a> . + +<http://amr.isi.edu/amr_data/SSC-02-01#s4> a ns2:system ; + rdfs:label "Solar System" ; + ns2:part <http://amr.isi.edu/amr_data/SSC-02-01#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> . + +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 . + +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:op3 a ns3:Role . + +ns2: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/SSC-02-01#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#r> . + +<http://amr.isi.edu/amr_data/SSC-02-01#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + ns2:op3 <http://amr.isi.edu/amr_data/SSC-02-01#b> . + +<http://amr.isi.edu/amr_data/SSC-02-01#d2> a ns2:dwarf . + +<http://amr.isi.edu/amr_data/SSC-02-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/SSC-02-01#o> . + +<http://amr.isi.edu/amr_data/SSC-02-01#l> a ns2:large . + +<http://amr.isi.edu/amr_data/SSC-02-01#m> a ns3:most . + +<http://amr.isi.edu/amr_data/SSC-02-01#m2> a ns3:more . + +<http://amr.isi.edu/amr_data/SSC-02-01#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#s> . + +<http://amr.isi.edu/amr_data/SSC-02-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "8" . + +<http://amr.isi.edu/amr_data/SSC-02-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#d2> . + +<http://amr.isi.edu/amr_data/SSC-02-01#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#a2> . + +<http://amr.isi.edu/amr_data/SSC-02-01#s> a ns2:sun . + +<http://amr.isi.edu/amr_data/SSC-02-01#s2> a ns2:small . + +<http://amr.isi.edu/amr_data/SSC-02-01#s3> 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" . + +ns11:direct-02 a ns3:Frame . + +ns11:orbit-01 a ns3:Frame . + +ns11:remain-01 a ns3:Frame . + +ns2:body a ns3:Concept . + +ns2:dwarf a ns3:Concept . + +ns2:large a ns3:Concept . + +ns2:sun a ns3:Concept . + +ns2: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: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/SSC-02-01#b> a ns2:body ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#s3> . + +<http://amr.isi.edu/amr_data/SSC-02-01#o> a ns2:object . + +<http://amr.isi.edu/amr_data/SSC-02-01#o3> a ns2:object . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity . + +ns11:have-degree-91 a ns3:Frame . + +ns2:object a ns3:Concept . + +ns2:small 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" . + +: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" . + +: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 ns3: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..9ab93802 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_factoid.ttl @@ -0,0 +1,79 @@ +@base <http://SolarSystemSample/factoid> . +@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#direct> a owl:ObjectProperty ; + rdfs:label "direct" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class ; + rdfs:label "dwarf" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity, + ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-02-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_generation.ttl similarity index 55% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_generation.ttl index e1806eed..8c802c52 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_generation.ttl @@ -1,55 +1,67 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//generation> . +@base <http://SolarSystemSample/generation> . @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 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#> . -ns2:Concept a rdfs:Class, +ns3:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +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> 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-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> ns2:hasID "test-2" ; - ns2:hasSentence "Earth is a planet." ; - ns2:root <http://amr.isi.edu/amr_data/test-2#p> . +<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> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns11:direct-02.ARG1 a ns11:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG1 a ns11:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns11:have-degree-91.ARG2 a ns11:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG3 a ns11:FrameRole . -ns11:domain a ns2:Role, +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 . + +ns2:domain a ns3:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . +ns2:mod a ns3:Role . -ns11:op2 a ns2:Role . +ns2:op1 a ns3:Role . -ns2:hasID a owl:AnnotationProperty . +ns2:op2 a ns3:Role . -ns2:hasSentence a owl:AnnotationProperty . +ns2:op3 a ns3:Role . -ns2:root a owl:AnnotationProperty . +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 . @@ -59,66 +71,94 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a2_op1_o3 a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a2_op2_p2 a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a2_op3_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_mod_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . -:edge_b_ARG1_s a :AMR_Edge ; +:edge_h2_ARG1_o3 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_h2_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_m9_ARG0_o2 a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_h2_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_h_ARG1_p a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG5_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + :edge_o2_ARG0_o a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_o2_ARG1_s2 a :AMR_Edge ; +:edge_o2_ARG1_s a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_p2_mod_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_p9_ARG0_s a :AMR_Edge ; +:edge_p9_ARG0_s4 a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_p9_ARG1_a a :AMR_Edge ; +: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_ARG1_a2 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; +:edge_s4_name_SolarSystem a :AMR_Edge ; :hasAmrRole :role_name ; :hasRoleID "name" . -:edge_s_domain_p a :AMR_Edge ; - :hasAmrRole :role_domain ; - :hasRoleID "domain" . - :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,10 +231,10 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:phenomena_degree a owl:Class ; - rdfs:subClassOf :AMR_Phenomena ; - :hasConceptLink "have-degree-91" ; - :label "degree" . +: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 ; @@ -256,22 +296,10 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -288,6 +316,14 @@ ns2:root a owl:AnnotationProperty . 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> . @@ -301,20 +337,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -348,15 +370,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-02-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-02-01" ; + :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 . @@ -421,65 +443,75 @@ cprm:targetOntologyURI a rdf:Property ; rdfs:range xsd:string ; rdfs:subPropertyOf cprm:configParamProperty . -<https://tenet.tetras-libre.fr/extract-result#bind> a owl:ObjectProperty ; - rdfs:label "bind" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - <https://tenet.tetras-libre.fr/extract-result#direct> a owl:ObjectProperty ; rdfs:label "direct" ; rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#gravitation-bind-system> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gravitation> ; - sys:fromStructure "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#dwarf> a owl:Class ; + rdfs:label "dwarf" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#hasManner> a owl:ObjectProperty ; - rdfs:label "hasManner" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#dwarf-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "SSC-02-01" . <https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; rdfs:label "hasPart" ; rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . + sys:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . + sys:fromStructure "SSC-02-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - sys:fromStructure "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#object-orbit-hasManner-not-direct-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; - sys:fromStructure "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-02-01" . -<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 "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity, + sys:Undetermined_Thing ; + sys:fromStructure "SSC-02-01" . -<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 "SSC-01-01" . +<https://tenet.tetras-libre.fr/extract-result#small-body> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#body> ; + sys:fromStructure "SSC-02-01" . <https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; rdfs:label "sun" ; rdfs:subClassOf sys:Entity ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-object> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun> a owl:Class ; - rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; - sys:fromStructure "SSC-01-01" . + sys:fromStructure "SSC-02-01" . <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 . @@ -489,6 +521,9 @@ net:Property_Axiom_Net a owl:Class ; 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 . @@ -497,112 +532,43 @@ 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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; rdfs:subPropertyOf net:objectValue . @@ -698,6 +664,26 @@ 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 "SSC-02-01" . + +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 "SSC-02-01" . + net:inverse_direction a owl:NamedIndividual . net:listBy a owl:AnnotationProperty ; @@ -722,6 +708,27 @@ net:modCat2 a owl:AnnotationProperty ; 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 "SSC-02-01" . + +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 "SSC-02-01" . + net:relationOf a owl:AnnotationProperty ; rdfs:label "relation of" ; rdfs:subPropertyOf net:typeProperty . @@ -734,150 +741,194 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-02-01#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; +<http://amr.isi.edu/amr_data/SSC-02-01#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-02-01#root01> a ns3:AMR ; + ns3:has-id "SSC-02-01" ; + ns3: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." ; + ns3:root <http://amr.isi.edu/amr_data/SSC-02-01#a> . + +<http://amr.isi.edu/amr_data/SSC-02-01#s4> a ns2:system ; + rdfs:label "Solar System" ; + ns2:part <http://amr.isi.edu/amr_data/SSC-02-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . -<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-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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns3:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:body ; + :label "body" . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:dwarf ; + :label "dwarf" . -:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:manner ; - :isReifiedConcept true ; - :label "hasManner" . +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . -:concept_object rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:object ; - :label "object" . +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . :concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; + :fromAmrLk ns11:orbit-01 ; :label "orbit-01" . :concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; + :fromAmrLk ns2: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 ns11:sun ; + :fromAmrLk ns2:sun ; :label "sun" . -:role_domain a owl:Class, +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:role_ARG5 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_NonCore_Role ; - :hasRelationName "domain" ; - :label "domain" ; - :toReifyAsConcept "domain" ; - :toReifyWithBaseEdge "ARG0" ; - :toReifyWithHeadEdge "ARG1" . + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . :role_name a owl:Class, net:Relation ; rdfs:subClassOf :AMR_NonCore_Role ; :label "name" . -:role_polarity a owl:Class, +: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 "polarity" . + :label "quant" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a> ; :label "a" . +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; + :label "a2" . + :variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#b> ; :label "b" . :variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d> ; :label "d" . :variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; :label "d2" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + :label "h" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; + :label "m2" . :variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o> ; :label "o" . :variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; :label "o2" . :variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; :label "o3" . :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - :label "p" ; - :name "Solar System" . + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + :label "p2" . -:variable_p9 a ns11:part, +:variable_p9 a ns2:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; :label "s2" . +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s4> ; + :label "s4" ; + :name "Solar System" . + sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -886,210 +937,239 @@ sys:Feature a owl:Class ; sys:Out_AnnotationProperty a owl:AnnotationProperty . -sys:Undetermined_Thing a owl:Class ; - rdfs:subClassOf sys:Out_Structure . +<https://tenet.tetras-libre.fr/extract-result#body> a owl:Class ; + rdfs:label "body" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-02-01" . -<https://tenet.tetras-libre.fr/extract-result#gravitation> a owl:Class ; - rdfs:label "gravitation" ; +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; rdfs:subClassOf sys:Entity ; - sys:fromStructure "SSC-01-01" . + sys:fromStructure "SSC-02-01" . + +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_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 "SSC-02-01" . net:atomClass_orbit_o2 a net:Atom_Class_Net, - net:Class_Net, - net:Deprecated_Net ; + net:Class_Net ; :role_ARG0 net:atomClass_object_o ; - :role_ARG1 net:atomClass_sun_s2 ; + :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 "SSC-01-01" . + net:hasStructure "SSC-02-01" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_p_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-02-01" . + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + net:hasStructure "SSC-02-01" . + +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 "SSC-02-01" . + +net:value_p_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "p" ; + net:hasStructure "SSC-02-01" ; + net:hasValueLabel "p" . + +<http://amr.isi.edu/amr_data/SSC-02-01#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#r> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-02-01#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + ns2:op3 <http://amr.isi.edu/amr_data/SSC-02-01#b> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-02-01#d2> a ns2:dwarf ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-02-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-02-01#l> a ns2:large ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-02-01#m> a ns3:most ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-02-01#m2> a ns3:more ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-02-01#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#s> ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-02-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "8" ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +<http://amr.isi.edu/amr_data/SSC-02-01#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#s> a ns2:sun ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +<http://amr.isi.edu/amr_data/SSC-02-01#s2> a ns2:small ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#s3> a ns2:small ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns11:direct-02 a ns3:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:body a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:dwarf a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns3:more a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; +ns3:most a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Relation_Concept a owl:Class ; @@ -1098,18 +1178,50 @@ ns2:or a ns2:Concept ; :AMR_Value a owl:Class ; rdfs:subClassOf :AMR_Element . -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +: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 ns2: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 ns2:small ; + :label "small" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_ARG1_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_ARG1_o3 :leaf_object_o3 ; + :edge_h2_ARG2_s2 :leaf_small_s2 ; + :edge_h2_ARG3_m2 :leaf_more_m2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; :hasConceptLink "contrast-01", @@ -1117,15 +1229,31 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -:phenomena_conjunction_and a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "and" ; - :label "conjunction-AND" . +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . -:phenomena_conjunction_or a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "or" ; - :label "conjunction-OR" . +: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 ; @@ -1137,27 +1265,17 @@ ns2:or a ns2:Concept ; rdfs:subClassOf :AMR_Op_Role ; :label "op2" . +:value_8 a :AMR_Value ; + rdfs:label "p" . + :value_SolarSystem a :AMR_Value ; rdfs:label "Solar System" . -<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; - rdfs:label "object" ; - rdfs:subClassOf sys:Entity ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:ObjectProperty ; - rdfs:label "orbit" ; - rdfs:subPropertyOf sys:Out_ObjectProperty ; - sys:fromStructure "SSC-01-01" . - -<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; - rdfs:label "system" ; - rdfs:subClassOf sys:Entity, - sys:Undetermined_Thing ; - sys:fromStructure "SSC-01-01" . +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . -net:Phenomena_Net a owl:Class ; - rdfs:subClassOf net:Net . +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . net:Property_Net a owl:Class ; rdfs:subClassOf net:Net . @@ -1165,39 +1283,88 @@ net:Property_Net a owl:Class ; 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 "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" ; + 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 "SSC-02-01" . + 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 "SSC-01-01" ; + net:hasStructure "SSC-02-01" ; net:hasValueLabel "Solar System" . -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . +<http://amr.isi.edu/amr_data/SSC-02-01#b> a ns2:body ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; +<http://amr.isi.edu/amr_data/SSC-02-01#o> a ns2:object ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; +<http://amr.isi.edu/amr_data/SSC-02-01#o3> a ns2:object ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns3:direct-02 a ns2:Frame ; +ns11:have-degree-91 a ns3:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1219,143 +1386,144 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :edge_h_ARG5_o :leaf_object_o ; + :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_ARG1_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 . -:value_negative a :AMR_Value ; - rdfs:label "negative" . - -net:Axiom_Net a owl:Class ; +net:Individual_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: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 "gravitation" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . + net:hasNaming "object" ; + net:hasStructure "SSC-02-01" . -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 "SSC-01-01" . +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 "SSC-02-01" . -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 "SSC-01-01" . +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 "SSC-02-01" . 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 "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -ns3:FrameRole a ns2:Role, +ns3:Frame a ns3:Concept, owl:Class, owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Role" ; + rdfs:label "AMR-PropBank-Frame" ; 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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_o3 :leaf_object_o3 ; + :edge_a2_op2_p2 :leaf_planet_p2 ; + :edge_a2_op3_b :leaf_body_b ; :hasConcept :concept_and ; - :hasVariable :variable_a . + :hasVariable :variable_a2 . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; :hasVariable :variable_o3 . -:role_ARG0 a owl:Class, - net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG0" . +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . -:role_ARG1 a owl:Class, - net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG1" . +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" . +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 "SSC-02-01" . net:typeProperty a owl:AnnotationProperty ; rdfs:label "type property" . @@ -1363,28 +1531,45 @@ net:typeProperty a owl:AnnotationProperty ; :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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_s :leaf_system_s ; - :hasConcept :concept_bind-01 ; - :hasVariable :variable_b . +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; - :hasConcept :concept_system ; - :hasVariable :variable_p . +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_mod_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . 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_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 "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" . net:netProperty a owl:AnnotationProperty ; rdfs:label "netProperty" . @@ -1392,117 +1577,61 @@ net:netProperty a owl:AnnotationProperty ; :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_gravitation_g a :AMR_Leaf ; - :hasConcept :concept_gravitation ; - :hasVariable :variable_g . +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . -cprm:configParamProperty a rdf:Property ; - rdfs:label "Config Parameter Property" . +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_ARG0_o :leaf_object_o ; + :edge_o2_ARG1_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o2 . -net:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . -net:Atom_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . +:leaf_system_s4 a :AMR_Leaf ; + :edge_s4_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s4 . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_and_a, - :leaf_system_s . +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . +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_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 "SSC-01-01" . - -: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_body_b a :AMR_Leaf ; + :edge_b_mod_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . 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 "SSC-01-01" . +ns11: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:has_object a owl:AnnotationProperty ; rdfs:label "relation" ; @@ -1511,108 +1640,36 @@ net:has_object a owl:AnnotationProperty ; :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: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 "SSC-01-01" . - -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 "SSC-01-01" ; - 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:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . -:leaf_object_o a :AMR_Leaf ; - :hasConcept :concept_object ; - :hasVariable :variable_o . +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . -:leaf_sun_s2 a :AMR_Leaf ; - :hasConcept :concept_sun ; - :hasVariable :variable_s2 . +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . -: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 . +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 . -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_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 "SSC-01-01" . - :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 "SSC-01-01" . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_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 . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..d69646c1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,1275 @@ +@base <http://SolarSystemSample/preprocessing> . +@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: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 . + +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: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 . + +:edge_a2_op1_o3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_op2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a2_op3_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_mod_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG5_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + +:edge_o2_ARG0_o a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o2_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p2_mod_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_ARG1_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_ARG1_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_ARG1_o3 :leaf_object_o3 ; + :edge_h2_ARG2_s2 :leaf_small_s2 ; + :edge_h2_ARG3_m2 :leaf_more_m2 ; + :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_SSC-02-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-02-01" ; + :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/SSC-02-01#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#root01> a ns3:AMR ; + ns3:has-id "SSC-02-01" ; + ns3: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." ; + ns3:root <http://amr.isi.edu/amr_data/SSC-02-01#a> . + +<http://amr.isi.edu/amr_data/SSC-02-01#s4> a ns2:system ; + rdfs:label "Solar System" ; + ns2:part <http://amr.isi.edu/amr_data/SSC-02-01#b> ; + 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" . + +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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2: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 ns2:dwarf ; + :label "dwarf" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . + +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3: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 ns2: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 ns2:sun ; + :label "sun" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_o3 :leaf_object_o3 ; + :edge_a2_op2_p2 :leaf_planet_p2 ; + :edge_a2_op3_b :leaf_body_b ; + :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_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :edge_h_ARG5_o :leaf_object_o ; + :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_ARG0_o :leaf_object_o ; + :edge_o2_ARG1_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_mod_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_ARG1_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 "p" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "Solar System" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; + :label "a2" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#b> ; + :label "b" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d> ; + :label "d" . + +:variable_d2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; + :label "d2" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + :label "p2" . + +:variable_p9 a ns2:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#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/SSC-02-01#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#r> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + ns2:op3 <http://amr.isi.edu/amr_data/SSC-02-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#d2> a ns2:dwarf ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#l> a ns2:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#m2> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#s> a ns2:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#s2> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#s3> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:direct-02 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:body a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:dwarf a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns3:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:sun a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +: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 ns3: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 ns2: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 ns2:small ; + :label "small" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_body_b a :AMR_Leaf ; + :edge_b_mod_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/SSC-02-01#b> a ns2:body ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#o> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-02-01#o3> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:have-degree-91 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and 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_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" . + +: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 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: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/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_transduction.ttl similarity index 56% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_transduction.ttl index c93a42d6..10b72ea9 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_transduction.ttl @@ -1,55 +1,67 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//transduction> . +@base <http://SolarSystemSample/transduction> . @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 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#> . -ns2:Concept a rdfs:Class, +ns3:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +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> 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-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> ns2:hasID "test-2" ; - ns2:hasSentence "Earth is a planet." ; - ns2:root <http://amr.isi.edu/amr_data/test-2#p> . +<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> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns11:direct-02.ARG1 a ns11:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG1 a ns11:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns11:have-degree-91.ARG2 a ns11:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG3 a ns11:FrameRole . -ns11:domain a ns2:Role, +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 . + +ns2:domain a ns3:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . +ns2:mod a ns3:Role . -ns11:op2 a ns2:Role . +ns2:op1 a ns3:Role . -ns2:hasID a owl:AnnotationProperty . +ns2:op2 a ns3:Role . -ns2:hasSentence a owl:AnnotationProperty . +ns2:op3 a ns3:Role . -ns2:root a owl:AnnotationProperty . +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 . @@ -59,66 +71,94 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a2_op1_o3 a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a2_op2_p2 a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_a2_op3_b a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_r a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_mod_s3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_d_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . -:edge_b_ARG1_s a :AMR_Edge ; +:edge_h2_ARG1_o3 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_h2_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_m9_ARG0_o2 a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_h2_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_h_ARG1_p a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG5_o a :AMR_Edge ; + :hasAmrRole :role_ARG5 ; + :hasRoleID "ARG5" . + :edge_o2_ARG0_o a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_o2_ARG1_s2 a :AMR_Edge ; +:edge_o2_ARG1_s a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_p2_mod_d2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_p9_ARG0_s a :AMR_Edge ; +:edge_p9_ARG0_s4 a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_p9_ARG1_a a :AMR_Edge ; +: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_ARG1_a2 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; +:edge_s4_name_SolarSystem a :AMR_Edge ; :hasAmrRole :role_name ; :hasRoleID "name" . -:edge_s_domain_p a :AMR_Edge ; - :hasAmrRole :role_domain ; - :hasRoleID "domain" . - :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,10 +231,10 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:phenomena_degree a owl:Class ; - rdfs:subClassOf :AMR_Phenomena ; - :hasConceptLink "have-degree-91" ; - :label "degree" . +: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 ; @@ -256,22 +296,10 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -288,6 +316,14 @@ ns2:root a owl:AnnotationProperty . 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> . @@ -301,20 +337,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -348,15 +370,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-02-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-02-01" ; + :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 . @@ -426,6 +448,9 @@ cprm:targetOntologyURI a rdf:Property ; <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 . @@ -435,6 +460,9 @@ net:Property_Axiom_Net a owl:Class ; 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 . @@ -443,112 +471,43 @@ 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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; rdfs:subPropertyOf net:objectValue . @@ -644,6 +603,26 @@ 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 "SSC-02-01" . + +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 "SSC-02-01" . + net:inverse_direction a owl:NamedIndividual . net:listBy a owl:AnnotationProperty ; @@ -668,6 +647,27 @@ net:modCat2 a owl:AnnotationProperty ; 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 "SSC-02-01" . + +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 "SSC-02-01" . + net:relationOf a owl:AnnotationProperty ; rdfs:label "relation of" ; rdfs:subPropertyOf net:typeProperty . @@ -680,150 +680,194 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-02-01#d> a ns11:direct-02 ; + ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; +<http://amr.isi.edu/amr_data/SSC-02-01#h2> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-02-01#root01> a ns3:AMR ; + ns3:has-id "SSC-02-01" ; + ns3: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." ; + ns3:root <http://amr.isi.edu/amr_data/SSC-02-01#a> . + +<http://amr.isi.edu/amr_data/SSC-02-01#s4> a ns2:system ; + rdfs:label "Solar System" ; + ns2:part <http://amr.isi.edu/amr_data/SSC-02-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . -<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-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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns3:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +ns3:NamedEntity a ns3:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . +:concept_body rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:body ; + :label "body" . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns11:direct-02 ; + :label "direct-02" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_dwarf rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:dwarf ; + :label "dwarf" . -:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:manner ; - :isReifiedConcept true ; - :label "hasManner" . +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . -:concept_object rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:object ; - :label "object" . +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:more ; + :label "more" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:most ; + :label "most" . :concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; + :fromAmrLk ns11:orbit-01 ; :label "orbit-01" . :concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; + :fromAmrLk ns2: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 ns11:sun ; + :fromAmrLk ns2:sun ; :label "sun" . -:role_domain a owl:Class, +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:system ; + :label "system" . + +:role_ARG5 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_NonCore_Role ; - :hasRelationName "domain" ; - :label "domain" ; - :toReifyAsConcept "domain" ; - :toReifyWithBaseEdge "ARG0" ; - :toReifyWithHeadEdge "ARG1" . + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG5" . :role_name a owl:Class, net:Relation ; rdfs:subClassOf :AMR_NonCore_Role ; :label "name" . -:role_polarity a owl:Class, +: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 "polarity" . + :label "quant" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a> ; :label "a" . +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; + :label "a2" . + :variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#b> ; :label "b" . :variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d> ; :label "d" . :variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; :label "d2" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + :label "h" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h2> ; + :label "h2" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m2> ; + :label "m2" . :variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o> ; :label "o" . :variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o2> ; :label "o2" . :variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; :label "o3" . :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - :label "p" ; - :name "Solar System" . + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + :label "p2" . -:variable_p9 a ns11:part, +:variable_p9 a ns2:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s2> ; :label "s2" . +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s4> ; + :label "s4" ; + :name "Solar System" . + sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -832,202 +876,229 @@ sys:Feature a owl:Class ; 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_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 "SSC-02-01" . net:atomClass_orbit_o2 a net:Atom_Class_Net, - net:Class_Net, - net:Deprecated_Net ; + net:Class_Net ; :role_ARG0 net:atomClass_object_o ; - :role_ARG1 net:atomClass_sun_s2 ; + :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 "SSC-01-01" . + net:hasStructure "SSC-02-01" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:value_p_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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 "SSC-02-01" ; + 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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s4 ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-02-01" . + 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: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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + net:hasStructure "SSC-02-01" . + +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 "SSC-02-01" . + +net:value_p_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "p" ; + net:hasStructure "SSC-02-01" ; + net:hasValueLabel "p" . + +<http://amr.isi.edu/amr_data/SSC-02-01#a> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#r> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-02-01#a2> a ns3:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#p2> ; + ns2:op3 <http://amr.isi.edu/amr_data/SSC-02-01#b> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-02-01#d2> a ns2:dwarf ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-02-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#l> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m> ; + ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-02-01#l> a ns2:large ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-02-01#m> a ns3:most ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-02-01#m2> a ns3:more ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-02-01#o2> a ns11:orbit-01 ; + ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-02-01#o> ; + ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#s> ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-02-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns2:quant "8" ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#d2> ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +<http://amr.isi.edu/amr_data/SSC-02-01#r> a ns11:remain-01 ; + ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#a2> ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#s> a ns2:sun ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +<http://amr.isi.edu/amr_data/SSC-02-01#s2> a ns2:small ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +<http://amr.isi.edu/amr_data/SSC-02-01#s3> a ns2:small ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns11:direct-02 a ns3:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns11:orbit-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:remain-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:body a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:dwarf a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:part a ns3:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns2:sun a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; +ns2:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:more a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:most a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Relation_Concept a owl:Class ; @@ -1036,18 +1107,50 @@ ns2:or a ns2:Concept ; :AMR_Value a owl:Class ; rdfs:subClassOf :AMR_Element . -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +: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 ns2: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 ns2:small ; + :label "small" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_ARG1_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_ARG1_o3 :leaf_object_o3 ; + :edge_h2_ARG2_s2 :leaf_small_s2 ; + :edge_h2_ARG3_m2 :leaf_more_m2 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; :hasConceptLink "contrast-01", @@ -1055,33 +1158,52 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -:phenomena_conjunction_and a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "and" ; - :label "conjunction-AND" . +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . -:phenomena_conjunction_or a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "or" ; - :label "conjunction-OR" . +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . -:role_op1 a owl:Class, +:role_ARG3 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op1" . + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . -:role_op2 a owl:Class, +:role_mod a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Op_Role ; + 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 "p" . + :value_SolarSystem a :AMR_Value ; rdfs:label "Solar System" . sys:Out_ObjectProperty a owl:ObjectProperty . -net:Phenomena_Net a owl:Class ; - rdfs:subClassOf net:Net . +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . net:Property_Net a owl:Class ; rdfs:subClassOf net:Net . @@ -1089,39 +1211,88 @@ net:Property_Net a owl:Class ; 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 "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" ; + 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 "SSC-02-01" . + 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 "SSC-01-01" ; + net:hasStructure "SSC-02-01" ; net:hasValueLabel "Solar System" . -net:value_negative_blankNode a net:Value_Net ; - net:coverAmrValue :value_negative ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . +<http://amr.isi.edu/amr_data/SSC-02-01#b> a ns2:body ; + ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#s3> ; + rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; +<http://amr.isi.edu/amr_data/SSC-02-01#o> a ns2:object ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; +<http://amr.isi.edu/amr_data/SSC-02-01#o3> a ns2:object ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; +<http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns3:direct-02 a ns2:Frame ; +ns11:have-degree-91 a ns3:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +ns2:object a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:and a ns3:Concept ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1143,143 +1314,144 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_r :leaf_remain-01_r ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :edge_h_ARG5_o :leaf_object_o ; + :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_ARG1_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 . -:value_negative a :AMR_Value ; - rdfs:label "negative" . - -net:Axiom_Net a owl:Class ; +net:Individual_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: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 "gravitation" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . + net:hasNaming "object" ; + net:hasStructure "SSC-02-01" . -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 "SSC-01-01" . +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 "SSC-02-01" . -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 "SSC-01-01" . +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 "SSC-02-01" . 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 "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . - -ns3:FrameRole a ns2:Role, +ns3:Frame a ns3:Concept, owl:Class, owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Role" ; + rdfs:label "AMR-PropBank-Frame" ; 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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_o3 :leaf_object_o3 ; + :edge_a2_op2_p2 :leaf_planet_p2 ; + :edge_a2_op3_b :leaf_body_b ; :hasConcept :concept_and ; - :hasVariable :variable_a . + :hasVariable :variable_a2 . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; +:leaf_object_o3 a :AMR_Leaf ; + :hasConcept :concept_object ; :hasVariable :variable_o3 . -:role_ARG0 a owl:Class, - net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG0" . +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . -:role_ARG1 a owl:Class, - net:Relation ; - rdfs:subClassOf :AMR_Core_Role ; - :label "ARG1" . +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" . +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 "SSC-02-01" . net:typeProperty a owl:AnnotationProperty ; rdfs:label "type property" . @@ -1287,28 +1459,45 @@ net:typeProperty a owl:AnnotationProperty ; :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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_s :leaf_system_s ; - :hasConcept :concept_bind-01 ; - :hasVariable :variable_b . +:leaf_object_o a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; - :hasConcept :concept_system ; - :hasVariable :variable_p . +:leaf_planet_p2 a :AMR_Leaf ; + :edge_p2_mod_d2 :leaf_dwarf_d2 ; + :hasConcept :concept_planet ; + :hasVariable :variable_p2 . 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_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 "SSC-02-01" . + +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 "SSC-02-01" . + +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 "SSC-02-01" . net:netProperty a owl:AnnotationProperty ; rdfs:label "netProperty" . @@ -1316,118 +1505,59 @@ net:netProperty a owl:AnnotationProperty ; :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_gravitation_g a :AMR_Leaf ; - :hasConcept :concept_gravitation ; - :hasVariable :variable_g . +:leaf_dwarf_d2 a :AMR_Leaf ; + :hasConcept :concept_dwarf ; + :hasVariable :variable_d2 . -sys:Entity a owl:Class ; - rdfs:subClassOf sys:Out_Structure . +:leaf_orbit-01_o2 a :AMR_Leaf ; + :edge_o2_ARG0_o :leaf_object_o ; + :edge_o2_ARG1_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_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 "SSC-01-01" ; - 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 "SSC-01-01" ; - 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 "SSC-01-01" ; - 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 "SSC-01-01" . +:leaf_body_b a :AMR_Leaf ; + :edge_b_mod_s3 :leaf_small_s3 ; + :hasConcept :concept_body ; + :hasVariable :variable_b . -: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 . +ns11:FrameRole a ns3:Role, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-PropBank-Role" ; + rdfs:subClassOf :AMR_Linked_Data . -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 "SSC-01-01" . +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . net:has_object a owl:AnnotationProperty ; rdfs:label "relation" ; @@ -1436,104 +1566,35 @@ net:has_object a owl:AnnotationProperty ; :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: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 "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . - :AMR_AnnotationProperty a owl:AnnotationProperty . :AMR_Core_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -: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_domain_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 "SSC-01-01" . +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . -:AMR_Leaf a owl:Class ; - rdfs:subClassOf :AMR_Structure . +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . -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 "SSC-01-01" . +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . 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_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 . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample.ttl new file mode 100644 index 00000000..a4dd0a4e --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample.ttl @@ -0,0 +1,850 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-04-01#c3> a ns2:cause-01 ; + ns2:cause-01.ARG0 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns2:cause-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#g2> . + +<http://amr.isi.edu/amr_data/SSC-04-01#m> a ns11:molecule ; + ns11:consist <http://amr.isi.edu/amr_data/SSC-04-01#c2> . + +<http://amr.isi.edu/amr_data/SSC-04-01#root01> a ns3:AMR ; + ns3:has-id "SSC-04-01" ; + 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/SSC-04-01#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> . + +ns2:cause-01.ARG0 a ns2:FrameRole . + +ns2:cause-01.ARG1 a ns2:FrameRole . + +ns2:collapse-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG2 a ns2:FrameRole . + +ns11:consist a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:quant a ns3:Role . + +ns11:time a ns3:Role . + +ns11: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/SSC-04-01#b> a ns11:before ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + ns11:quant <http://amr.isi.edu/amr_data/SSC-04-01#t> . + +<http://amr.isi.edu/amr_data/SSC-04-01#f> a ns2:form-01 ; + ns2:form-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + ns2:form-01.ARG2 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns11:time <http://amr.isi.edu/amr_data/SSC-04-01#b> . + +<http://amr.isi.edu/amr_data/SSC-04-01#g> a ns11:giant . + +<http://amr.isi.edu/amr_data/SSC-04-01#g2> a ns11:gravity . + +<http://amr.isi.edu/amr_data/SSC-04-01#ii> a ns11:intercontinental . + +<http://amr.isi.edu/amr_data/SSC-04-01#n2> a ns11:now . + +<http://amr.isi.edu/amr_data/SSC-04-01#s> a ns11:system ; + rdfs:label "Solar System" . + +<http://amr.isi.edu/amr_data/SSC-04-01#t> a ns11:temporal-quantity ; + ns11:quant "4600000000" ; + ns11:unit <http://amr.isi.edu/amr_data/SSC-04-01#y> . + +<http://amr.isi.edu/amr_data/SSC-04-01#y> a ns3:year . + +<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:cause-01 a ns3:Frame . + +ns2:collapse-01 a ns3:Frame . + +ns2:form-01 a ns3:Frame . + +ns11:before a ns3:Concept . + +ns11:cloud a ns3:Concept . + +ns11:giant a ns3:Concept . + +ns11:gravity a ns3:Concept . + +ns11:intercontinental a ns3:Concept . + +ns11:molecule a ns3:Concept . + +ns11:now a ns3:Concept . + +ns11:system a ns3:Concept . + +ns11: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/SSC-04-01#c> a ns2:collapse-01 ; + ns2:collapse-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#c2> . + +<http://amr.isi.edu/amr_data/SSC-04-01#c2> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-04-01#g>, + <http://amr.isi.edu/amr_data/SSC-04-01#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" . + +ns2: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..87526333 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_factoid.ttl @@ -0,0 +1,77 @@ +@base <http://SolarSystemSample/factoid> . +@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#before> a owl:Class ; + rdfs:label "before" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#cause> a owl:ObjectProperty ; + rdfs:label "cause" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#collapse-cause-gravity> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#collapse> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#form> a owl:ObjectProperty ; + rdfs:label "form" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#gravity> a owl:Class ; + rdfs:label "gravity" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental> a owl:Class ; + rdfs:label "intercontinental" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#molecule> a owl:Class ; + rdfs:label "molecule" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#now> a owl:Class ; + rdfs:label "now" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#temporal-quantity> a owl:Class ; + rdfs:label "temporal-quantity" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#year> a owl:ObjectProperty ; + rdfs:label "year" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#collapse> a owl:Class ; + rdfs:label "collapse" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-04-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..bb6b0173 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_generation.ttl @@ -0,0 +1,1442 @@ +@base <http://SolarSystemSample/generation> . +@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:cause-01.ARG0 a ns2:FrameRole . + +ns2:cause-01.ARG1 a ns2:FrameRole . + +ns2:collapse-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG2 a ns2:FrameRole . + +ns11:consist a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:quant a ns3:Role . + +ns11:time a ns3:Role . + +ns11: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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:edge_b_op1_n2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_quant_t a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_c2_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG0_c a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c3_ARG1_g2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG1_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_f_time_b a :AMR_Edge ; + :hasRoleID "time" . + +:edge_m_consist_c2 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_t_quant_4600000000 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_unit_y a :AMR_Edge ; + :hasRoleID "unit" . + +: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_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_SSC-04-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#root01> ; + :hasRootLeaf :leaf_form-01_f ; + :hasSentenceID "SSC-04-01" ; + :hasSentenceStatement "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." . + +: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#before> a owl:Class ; + rdfs:label "before" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#cause> a owl:ObjectProperty ; + rdfs:label "cause" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#collapse-cause-gravity> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#collapse> ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#form> a owl:ObjectProperty ; + rdfs:label "form" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#gravity> a owl:Class ; + rdfs:label "gravity" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental> a owl:Class ; + rdfs:label "intercontinental" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#intercontinental-cloud> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#cloud> ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#molecule> a owl:Class ; + rdfs:label "molecule" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#now> a owl:Class ; + rdfs:label "now" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#temporal-quantity> a owl:Class ; + rdfs:label "temporal-quantity" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-04-01" . + +<https://tenet.tetras-libre.fr/extract-result#year> a owl:ObjectProperty ; + rdfs:label "year" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-04-01" . + +<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:atomClass_before_b a net:Atom_Class_Net ; + :role_op1 net:atomClass_now_n2 ; + :role_quant net:atomClass_temporal-quantity_t ; + net:coverBaseNode :leaf_before_b ; + net:coverNode :leaf_before_b ; + net:hasClassName "before" ; + net:hasNaming "before" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_molecule_m a net:Atom_Class_Net ; + net:coverBaseNode :leaf_molecule_m ; + net:coverNode :leaf_molecule_m ; + net:hasClassName "molecule" ; + net:hasNaming "molecule" ; + net:hasStructure "SSC-04-01" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_form_f a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_system_s, + net:individual_SolarSystem_s ; + :role_ARG2 net:atomClass_collapse_c, + net:atomProperty_collapse_c ; + net:coverBaseNode :leaf_form-01_f ; + net:coverNode :leaf_form-01_f ; + net:hasNaming "form" ; + net:hasPropertyName "form" ; + net:hasPropertyName01 "forming" ; + net:hasPropertyName10 "form-by" ; + net:hasPropertyName12 "form-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_collapse-01_c, + :leaf_system_s . + +net:atomProperty_year_y a net:Atom_Property_Net ; + net:coverBaseNode :leaf_year_y ; + net:coverNode :leaf_year_y ; + net:hasNaming "year" ; + net:hasPropertyName "year" ; + net:hasPropertyName01 "yearing" ; + net:hasPropertyName10 "year-by" ; + net:hasPropertyName12 "year-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_collapse-cause-gravity_c a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:composeFrom net:atomClass_collapse_c, + net:atomClass_gravity_g2, + net:atomProperty_cause_c3 ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_cause-01_c3, + :leaf_collapse-01_c, + :leaf_gravity_g2 ; + net:hasMotherClassNet net:atomClass_collapse_c ; + net:hasNaming "collapse-cause-gravity" ; + net:hasRestriction net:restriction_cause-gravity_c3 ; + net:hasStructure "SSC-04-01" . + +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 "SSC-04-01" . + +net:individual_intercontinental_ii a net:Individual_Net ; + net:composeFrom net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_intercontinental_ii ; + net:coverNode :leaf_intercontinental_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "intercontinental" ; + net:hasMotherClassNet net:atomClass_intercontinental_ii ; + net:hasNaming "intercontinental" ; + net:hasStructure "SSC-04-01" . + +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/SSC-04-01#c3> a ns2:cause-01 ; + ns2:cause-01.ARG0 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns2:cause-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#m> a ns11:molecule ; + ns11:consist <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#root01> a ns3:AMR ; + ns3:has-id "SSC-04-01" ; + 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/SSC-04-01#f> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_before rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:before ; + :label "before" . + +:concept_cause-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:cause-01 ; + :label "cause-01" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_collapse-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:collapse-01 ; + :label "collapse-01" . + +:concept_form-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:form-01 ; + :label "form-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_gravity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravity ; + :label "gravity" . + +:concept_intercontinental rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:intercontinental ; + :label "intercontinental" . + +:concept_molecule rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:molecule ; + :label "molecule" . + +:concept_now rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:now ; + :label "now" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_temporal-quantity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:temporal-quantity ; + :label "temporal-quantity" . + +:concept_year rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:year ; + :label "year" . + +: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_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" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c3> ; + :label "c3" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#f> ; + :label "f" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + :label "g2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#m> ; + :label "m" . + +:variable_n2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + :label "n2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + :label "t" . + +:variable_y a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + :label "y" . + +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#collapse> a owl:Class ; + rdfs:label "collapse" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-04-01" . + +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:atomClass_now_n2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_now_n2 ; + net:coverNode :leaf_now_n2 ; + net:hasClassName "now" ; + net:hasNaming "now" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_temporal-quantity_t a net:Atom_Class_Net ; + :role_quant net:value_t_blankNode ; + net:coverBaseNode :leaf_temporal-quantity_t ; + net:coverNode :leaf_temporal-quantity_t ; + net:hasClassName "temporal-quantity" ; + net:hasNaming "temporal-quantity" ; + net:hasStructure "SSC-04-01" . + +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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-04-01" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_cause-gravity_c3 a net:Restriction_Net ; + net:composeFrom net:atomClass_gravity_g2, + net:atomProperty_cause_c3 ; + net:coverBaseNode :leaf_cause-01_c3 ; + net:coverNode :leaf_cause-01_c3, + :leaf_gravity_g2 ; + net:hasNaming "cause-gravity" ; + net:hasRestrictionNetValue net:atomClass_gravity_g2 ; + net:hasRestrictionOnProperty net:atomProperty_cause_c3 ; + net:hasStructure "SSC-04-01" . + +net:value_t_blankNode a net:Value_Net ; + net:coverAmrValue :value_4600000000 ; + net:hasNaming "t" ; + net:hasStructure "SSC-04-01" ; + net:hasValueLabel "t" . + +<http://amr.isi.edu/amr_data/SSC-04-01#b> a ns11:before ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + ns11:quant <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#f> a ns2:form-01 ; + ns2:form-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + ns2:form-01.ARG2 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns11:time <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g> a ns11:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g2> a ns11:gravity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#ii> a ns11:intercontinental ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#n2> a ns11:now ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#s> a ns11:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#t> a ns11:temporal-quantity ; + ns11:quant "4600000000" ; + ns11:unit <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#y> a ns3:year ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:cause-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:collapse-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:form-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:before a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:intercontinental a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:molecule a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:now a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:temporal-quantity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:year a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_molecule_m a :AMR_Leaf ; + :edge_m_consist_c2 :leaf_cloud_c2 ; + :hasConcept :concept_molecule ; + :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" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_4600000000 a :AMR_Value ; + rdfs:label "t" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "Solar System" . + +<https://tenet.tetras-libre.fr/extract-result#cloud> a owl:Class ; + rdfs:label "cloud" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-04-01" . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +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 "SSC-04-01" . + +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 "SSC-04-01" ; + net:hasValueLabel "Solar System" . + +<http://amr.isi.edu/amr_data/SSC-04-01#c> a ns2:collapse-01 ; + ns2:collapse-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#c2> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-04-01#g>, + <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + 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 . + +: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_before_b a :AMR_Leaf ; + :edge_b_op1_n2 :leaf_now_n2 ; + :edge_b_quant_t :leaf_temporal-quantity_t ; + :hasConcept :concept_before ; + :hasVariable :variable_b . + +:leaf_form-01_f a :AMR_Leaf ; + :edge_f_ARG1_s :leaf_system_s ; + :edge_f_ARG2_c :leaf_collapse-01_c ; + :edge_f_time_b :leaf_before_b ; + :hasConcept :concept_form-01 ; + :hasVariable :variable_f . + +:leaf_now_n2 a :AMR_Leaf ; + :hasConcept :concept_now ; + :hasVariable :variable_n2 . + +:leaf_temporal-quantity_t a :AMR_Leaf ; + :edge_t_quant_4600000000 :value_4600000000 ; + :edge_t_unit_y :leaf_year_y ; + :hasConcept :concept_temporal-quantity ; + :hasVariable :variable_t . + +:leaf_year_y a :AMR_Leaf ; + :hasConcept :concept_year ; + :hasVariable :variable_y . + +: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: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:atomProperty_cause_c3 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_collapse_c, + net:atomProperty_collapse_c ; + :role_ARG1 net:atomClass_gravity_g2 ; + net:coverBaseNode :leaf_cause-01_c3 ; + net:coverNode :leaf_cause-01_c3 ; + net:hasNaming "cause" ; + net:hasPropertyName "cause" ; + net:hasPropertyName01 "causeing" ; + net:hasPropertyName10 "cause-by" ; + net:hasPropertyName12 "cause-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_collapse-01_c, + :leaf_gravity_g2 . + +net:atomProperty_collapse_c a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_collapse-01_c ; + net:hasNaming "collapse" ; + net:hasPropertyName "collapse" ; + net:hasPropertyName01 "collapseing" ; + net:hasPropertyName10 "collapse-by" ; + net:hasPropertyName12 "collapse-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_cloud_c2 . + +net:compositeClass_giant-cloud_c2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:composeFrom net:atomClass_cloud_c2, + net:atomClass_giant_g ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2, + :leaf_giant_g ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c2 ; + net:hasNaming "giant-cloud" ; + net:hasStructure "SSC-04-01" . + +net:compositeClass_intercontinental-cloud_c2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:composeFrom net:atomClass_cloud_c2, + net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2, + :leaf_intercontinental_ii ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c2 ; + net:hasNaming "intercontinental-cloud" ; + net:hasStructure "SSC-04-01" . + +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_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_collapse_c a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:composeFrom net:atomProperty_collapse_c ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_collapse-01_c ; + net:hasClassName "collapse" ; + net:hasClassType sys:Entity ; + net:hasNaming "collapse" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_gravity_g2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_gravity_g2 ; + net:coverNode :leaf_gravity_g2 ; + net:hasClassName "gravity" ; + net:hasClassType sys:Entity ; + net:hasNaming "gravity" ; + net:hasStructure "SSC-04-01" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns2: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 . + +:leaf_cause-01_c3 a :AMR_Leaf ; + :edge_c3_ARG0_c :leaf_collapse-01_c ; + :edge_c3_ARG1_g2 :leaf_gravity_g2 ; + :hasConcept :concept_cause-01 ; + :hasVariable :variable_c3 . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +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 . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_gravity_g2 a :AMR_Leaf ; + :hasConcept :concept_gravity ; + :hasVariable :variable_g2 . + +:leaf_intercontinental_ii a :AMR_Leaf ; + :hasConcept :concept_intercontinental ; + :hasVariable :variable_ii . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +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 "SSC-04-01" . + +net:atomClass_intercontinental_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_intercontinental_ii ; + net:coverNode :leaf_intercontinental_ii ; + net:hasClassName "intercontinental" ; + net:hasNaming "intercontinental" ; + net:hasStructure "SSC-04-01" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_cloud_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2 ; + net:hasClassName "cloud" ; + net:hasClassType sys:Entity ; + net:hasNaming "cloud" ; + net:hasStructure "SSC-04-01" . + +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 . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_cloud_c2 a :AMR_Leaf ; + :edge_c2_mod_g :leaf_giant_g ; + :edge_c2_mod_ii :leaf_intercontinental_ii ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c2 . + +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_collapse-01_c a :AMR_Leaf ; + :edge_c_ARG1_c2 :leaf_cloud_c2 ; + :hasConcept :concept_collapse-01 ; + :hasVariable :variable_c . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +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 . + +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/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..4469fff3 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,1112 @@ +@base <http://SolarSystemSample/preprocessing> . +@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:cause-01.ARG0 a ns2:FrameRole . + +ns2:cause-01.ARG1 a ns2:FrameRole . + +ns2:collapse-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG2 a ns2:FrameRole . + +ns11:consist a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:quant a ns3:Role . + +ns11:time a ns3:Role . + +ns11: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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:edge_b_op1_n2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_quant_t a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_c2_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG0_c a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c3_ARG1_g2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG1_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_f_time_b a :AMR_Edge ; + :hasRoleID "time" . + +:edge_m_consist_c2 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_t_quant_4600000000 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_unit_y a :AMR_Edge ; + :hasRoleID "unit" . + +: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_cause-01_c3 a :AMR_Leaf ; + :edge_c3_ARG0_c :leaf_collapse-01_c ; + :edge_c3_ARG1_g2 :leaf_gravity_g2 ; + :hasConcept :concept_cause-01 ; + :hasVariable :variable_c3 . + +:leaf_molecule_m a :AMR_Leaf ; + :edge_m_consist_c2 :leaf_cloud_c2 ; + :hasConcept :concept_molecule ; + :hasVariable :variable_m . + +: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_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_SSC-04-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#root01> ; + :hasRootLeaf :leaf_form-01_f ; + :hasSentenceID "SSC-04-01" ; + :hasSentenceStatement "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." . + +: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/SSC-04-01#c3> a ns2:cause-01 ; + ns2:cause-01.ARG0 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns2:cause-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#m> a ns11:molecule ; + ns11:consist <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#root01> a ns3:AMR ; + ns3:has-id "SSC-04-01" ; + 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/SSC-04-01#f> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_before rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:before ; + :label "before" . + +:concept_cause-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:cause-01 ; + :label "cause-01" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_collapse-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:collapse-01 ; + :label "collapse-01" . + +:concept_form-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:form-01 ; + :label "form-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_gravity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravity ; + :label "gravity" . + +:concept_intercontinental rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:intercontinental ; + :label "intercontinental" . + +:concept_molecule rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:molecule ; + :label "molecule" . + +:concept_now rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:now ; + :label "now" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_temporal-quantity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:temporal-quantity ; + :label "temporal-quantity" . + +:concept_year rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:year ; + :label "year" . + +:leaf_before_b a :AMR_Leaf ; + :edge_b_op1_n2 :leaf_now_n2 ; + :edge_b_quant_t :leaf_temporal-quantity_t ; + :hasConcept :concept_before ; + :hasVariable :variable_b . + +:leaf_form-01_f a :AMR_Leaf ; + :edge_f_ARG1_s :leaf_system_s ; + :edge_f_ARG2_c :leaf_collapse-01_c ; + :edge_f_time_b :leaf_before_b ; + :hasConcept :concept_form-01 ; + :hasVariable :variable_f . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_gravity_g2 a :AMR_Leaf ; + :hasConcept :concept_gravity ; + :hasVariable :variable_g2 . + +:leaf_intercontinental_ii a :AMR_Leaf ; + :hasConcept :concept_intercontinental ; + :hasVariable :variable_ii . + +:leaf_now_n2 a :AMR_Leaf ; + :hasConcept :concept_now ; + :hasVariable :variable_n2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_name_SolarSystem :value_SolarSystem ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_temporal-quantity_t a :AMR_Leaf ; + :edge_t_quant_4600000000 :value_4600000000 ; + :edge_t_unit_y :leaf_year_y ; + :hasConcept :concept_temporal-quantity ; + :hasVariable :variable_t . + +:leaf_year_y a :AMR_Leaf ; + :hasConcept :concept_year ; + :hasVariable :variable_y . + +: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_name a owl:Class ; + rdfs:subClassOf :AMR_NonCore_Role ; + :label "name" . + +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . + +:value_4600000000 a :AMR_Value ; + rdfs:label "t" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "Solar System" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c3> ; + :label "c3" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#f> ; + :label "f" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + :label "g2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#m> ; + :label "m" . + +:variable_n2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + :label "n2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + :label "t" . + +:variable_y a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + :label "y" . + +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/SSC-04-01#b> a ns11:before ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + ns11:quant <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#f> a ns2:form-01 ; + ns2:form-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + ns2:form-01.ARG2 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns11:time <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g> a ns11:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g2> a ns11:gravity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#ii> a ns11:intercontinental ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#n2> a ns11:now ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#s> a ns11:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#t> a ns11:temporal-quantity ; + ns11:quant "4600000000" ; + ns11:unit <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#y> a ns3:year ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:cause-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:collapse-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:form-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:before a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:intercontinental a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:molecule a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:now a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:temporal-quantity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:year a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_cloud_c2 a :AMR_Leaf ; + :edge_c2_mod_g :leaf_giant_g ; + :edge_c2_mod_ii :leaf_intercontinental_ii ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c2 . + +:leaf_collapse-01_c a :AMR_Leaf ; + :edge_c_ARG1_c2 :leaf_cloud_c2 ; + :hasConcept :concept_collapse-01 ; + :hasVariable :variable_c . + +: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" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +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/SSC-04-01#c> a ns2:collapse-01 ; + ns2:collapse-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#c2> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-04-01#g>, + <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + 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 . + +: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" . + +: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_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns2: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_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 . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +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/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..4d101476 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_transduction.ttl @@ -0,0 +1,1370 @@ +@base <http://SolarSystemSample/transduction> . +@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:cause-01.ARG0 a ns2:FrameRole . + +ns2:cause-01.ARG1 a ns2:FrameRole . + +ns2:collapse-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG1 a ns2:FrameRole . + +ns2:form-01.ARG2 a ns2:FrameRole . + +ns11:consist a ns3:Role . + +ns11:domain a ns3:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod a ns3:Role . + +ns11:op1 a ns3:Role . + +ns11:quant a ns3:Role . + +ns11:time a ns3:Role . + +ns11: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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:edge_b_op1_n2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_b_quant_t a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_c2_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c2_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG0_c a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c3_ARG1_g2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG1_c2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_ARG2_c a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_f_time_b a :AMR_Edge ; + :hasRoleID "time" . + +:edge_m_consist_c2 a :AMR_Edge ; + :hasRoleID "consist" . + +:edge_s_name_SolarSystem a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_t_quant_4600000000 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_unit_y a :AMR_Edge ; + :hasRoleID "unit" . + +: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_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_SSC-04-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#root01> ; + :hasRootLeaf :leaf_form-01_f ; + :hasSentenceID "SSC-04-01" ; + :hasSentenceStatement "The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud." . + +: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:atomClass_before_b a net:Atom_Class_Net ; + :role_op1 net:atomClass_now_n2 ; + :role_quant net:atomClass_temporal-quantity_t ; + net:coverBaseNode :leaf_before_b ; + net:coverNode :leaf_before_b ; + net:hasClassName "before" ; + net:hasNaming "before" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_molecule_m a net:Atom_Class_Net ; + net:coverBaseNode :leaf_molecule_m ; + net:coverNode :leaf_molecule_m ; + net:hasClassName "molecule" ; + net:hasNaming "molecule" ; + net:hasStructure "SSC-04-01" . + +net:atomOf a owl:AnnotationProperty ; + rdfs:label "atom of" ; + rdfs:subPropertyOf net:typeProperty . + +net:atomProperty_form_f a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_system_s, + net:individual_SolarSystem_s ; + :role_ARG2 net:atomClass_collapse_c, + net:atomProperty_collapse_c ; + net:coverBaseNode :leaf_form-01_f ; + net:coverNode :leaf_form-01_f ; + net:hasNaming "form" ; + net:hasPropertyName "form" ; + net:hasPropertyName01 "forming" ; + net:hasPropertyName10 "form-by" ; + net:hasPropertyName12 "form-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_collapse-01_c, + :leaf_system_s . + +net:atomProperty_year_y a net:Atom_Property_Net ; + net:coverBaseNode :leaf_year_y ; + net:coverNode :leaf_year_y ; + net:hasNaming "year" ; + net:hasPropertyName "year" ; + net:hasPropertyName01 "yearing" ; + net:hasPropertyName10 "year-by" ; + net:hasPropertyName12 "year-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_collapse-cause-gravity_c a net:Composite_Class_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:composeFrom net:atomClass_collapse_c, + net:atomClass_gravity_g2, + net:atomProperty_cause_c3 ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_cause-01_c3, + :leaf_collapse-01_c, + :leaf_gravity_g2 ; + net:hasMotherClassNet net:atomClass_collapse_c ; + net:hasNaming "collapse-cause-gravity" ; + net:hasRestriction net:restriction_cause-gravity_c3 ; + net:hasStructure "SSC-04-01" . + +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 "SSC-04-01" . + +net:individual_intercontinental_ii a net:Individual_Net ; + net:composeFrom net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_intercontinental_ii ; + net:coverNode :leaf_intercontinental_ii ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "intercontinental" ; + net:hasMotherClassNet net:atomClass_intercontinental_ii ; + net:hasNaming "intercontinental" ; + net:hasStructure "SSC-04-01" . + +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/SSC-04-01#c3> a ns2:cause-01 ; + ns2:cause-01.ARG0 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns2:cause-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#m> a ns11:molecule ; + ns11:consist <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#root01> a ns3:AMR ; + ns3:has-id "SSC-04-01" ; + 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/SSC-04-01#f> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_before rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:before ; + :label "before" . + +:concept_cause-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:cause-01 ; + :label "cause-01" . + +:concept_cloud rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:cloud ; + :label "cloud" . + +:concept_collapse-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:collapse-01 ; + :label "collapse-01" . + +:concept_form-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:form-01 ; + :label "form-01" . + +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:giant ; + :label "giant" . + +:concept_gravity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:gravity ; + :label "gravity" . + +:concept_intercontinental rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:intercontinental ; + :label "intercontinental" . + +:concept_molecule rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:molecule ; + :label "molecule" . + +:concept_now rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:now ; + :label "now" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:system ; + :label "system" . + +:concept_temporal-quantity rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:temporal-quantity ; + :label "temporal-quantity" . + +:concept_year rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:year ; + :label "year" . + +: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_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" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#c3> ; + :label "c3" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#f> ; + :label "f" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#g2> ; + :label "g2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + :label "ii" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#m> ; + :label "m" . + +:variable_n2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + :label "n2" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + :label "t" . + +:variable_y a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + :label "y" . + +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:atomClass_now_n2 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_now_n2 ; + net:coverNode :leaf_now_n2 ; + net:hasClassName "now" ; + net:hasNaming "now" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_temporal-quantity_t a net:Atom_Class_Net ; + :role_quant net:value_t_blankNode ; + net:coverBaseNode :leaf_temporal-quantity_t ; + net:coverNode :leaf_temporal-quantity_t ; + net:hasClassName "temporal-quantity" ; + net:hasNaming "temporal-quantity" ; + net:hasStructure "SSC-04-01" . + +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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-04-01" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_cause-gravity_c3 a net:Restriction_Net ; + net:composeFrom net:atomClass_gravity_g2, + net:atomProperty_cause_c3 ; + net:coverBaseNode :leaf_cause-01_c3 ; + net:coverNode :leaf_cause-01_c3, + :leaf_gravity_g2 ; + net:hasNaming "cause-gravity" ; + net:hasRestrictionNetValue net:atomClass_gravity_g2 ; + net:hasRestrictionOnProperty net:atomProperty_cause_c3 ; + net:hasStructure "SSC-04-01" . + +net:value_t_blankNode a net:Value_Net ; + net:coverAmrValue :value_4600000000 ; + net:hasNaming "t" ; + net:hasStructure "SSC-04-01" ; + net:hasValueLabel "t" . + +<http://amr.isi.edu/amr_data/SSC-04-01#b> a ns11:before ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-04-01#n2> ; + ns11:quant <http://amr.isi.edu/amr_data/SSC-04-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#f> a ns2:form-01 ; + ns2:form-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#s> ; + ns2:form-01.ARG2 <http://amr.isi.edu/amr_data/SSC-04-01#c> ; + ns11:time <http://amr.isi.edu/amr_data/SSC-04-01#b> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g> a ns11:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#g2> a ns11:gravity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#ii> a ns11:intercontinental ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#n2> a ns11:now ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#s> a ns11:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#t> a ns11:temporal-quantity ; + ns11:quant "4600000000" ; + ns11:unit <http://amr.isi.edu/amr_data/SSC-04-01#y> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#y> a ns3:year ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:cause-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:collapse-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:form-01 a ns3:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:before a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:cloud a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:giant a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:gravity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:intercontinental a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:molecule a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:now a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:system a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:temporal-quantity a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:year a ns3:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_molecule_m a :AMR_Leaf ; + :edge_m_consist_c2 :leaf_cloud_c2 ; + :hasConcept :concept_molecule ; + :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" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_4600000000 a :AMR_Value ; + rdfs:label "t" . + +:value_SolarSystem a :AMR_Value ; + rdfs:label "Solar System" . + +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_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 "SSC-04-01" . + +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 "SSC-04-01" ; + net:hasValueLabel "Solar System" . + +<http://amr.isi.edu/amr_data/SSC-04-01#c> a ns2:collapse-01 ; + ns2:collapse-01.ARG1 <http://amr.isi.edu/amr_data/SSC-04-01#c2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-04-01#c2> a ns11:cloud ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-04-01#g>, + <http://amr.isi.edu/amr_data/SSC-04-01#ii> ; + 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 . + +: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_before_b a :AMR_Leaf ; + :edge_b_op1_n2 :leaf_now_n2 ; + :edge_b_quant_t :leaf_temporal-quantity_t ; + :hasConcept :concept_before ; + :hasVariable :variable_b . + +:leaf_form-01_f a :AMR_Leaf ; + :edge_f_ARG1_s :leaf_system_s ; + :edge_f_ARG2_c :leaf_collapse-01_c ; + :edge_f_time_b :leaf_before_b ; + :hasConcept :concept_form-01 ; + :hasVariable :variable_f . + +:leaf_now_n2 a :AMR_Leaf ; + :hasConcept :concept_now ; + :hasVariable :variable_n2 . + +:leaf_temporal-quantity_t a :AMR_Leaf ; + :edge_t_quant_4600000000 :value_4600000000 ; + :edge_t_unit_y :leaf_year_y ; + :hasConcept :concept_temporal-quantity ; + :hasVariable :variable_t . + +:leaf_year_y a :AMR_Leaf ; + :hasConcept :concept_year ; + :hasVariable :variable_y . + +: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: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:atomProperty_cause_c3 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_collapse_c, + net:atomProperty_collapse_c ; + :role_ARG1 net:atomClass_gravity_g2 ; + net:coverBaseNode :leaf_cause-01_c3 ; + net:coverNode :leaf_cause-01_c3 ; + net:hasNaming "cause" ; + net:hasPropertyName "cause" ; + net:hasPropertyName01 "causeing" ; + net:hasPropertyName10 "cause-by" ; + net:hasPropertyName12 "cause-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_collapse-01_c, + :leaf_gravity_g2 . + +net:atomProperty_collapse_c a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_collapse-01_c ; + net:hasNaming "collapse" ; + net:hasPropertyName "collapse" ; + net:hasPropertyName01 "collapseing" ; + net:hasPropertyName10 "collapse-by" ; + net:hasPropertyName12 "collapse-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-04-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_cloud_c2 . + +net:compositeClass_giant-cloud_c2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:composeFrom net:atomClass_cloud_c2, + net:atomClass_giant_g ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2, + :leaf_giant_g ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c2 ; + net:hasNaming "giant-cloud" ; + net:hasStructure "SSC-04-01" . + +net:compositeClass_intercontinental-cloud_c2 a net:Class_Net, + net:Composite_Class_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:composeFrom net:atomClass_cloud_c2, + net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2, + :leaf_intercontinental_ii ; + net:hasClassType sys:Entity ; + net:hasMotherClassNet net:atomClass_cloud_c2 ; + net:hasNaming "intercontinental-cloud" ; + net:hasStructure "SSC-04-01" . + +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_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_collapse_c a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_cloud_c2, + net:compositeClass_giant-cloud_c2, + net:compositeClass_intercontinental-cloud_c2 ; + net:composeFrom net:atomProperty_collapse_c ; + net:coverBaseNode :leaf_collapse-01_c ; + net:coverNode :leaf_collapse-01_c ; + net:hasClassName "collapse" ; + net:hasClassType sys:Entity ; + net:hasNaming "collapse" ; + net:hasStructure "SSC-04-01" . + +net:atomClass_gravity_g2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_gravity_g2 ; + net:coverNode :leaf_gravity_g2 ; + net:hasClassName "gravity" ; + net:hasClassType sys:Entity ; + net:hasNaming "gravity" ; + net:hasStructure "SSC-04-01" . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns2: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 . + +:leaf_cause-01_c3 a :AMR_Leaf ; + :edge_c3_ARG0_c :leaf_collapse-01_c ; + :edge_c3_ARG1_g2 :leaf_gravity_g2 ; + :hasConcept :concept_cause-01 ; + :hasVariable :variable_c3 . + +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 . + +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; + :hasVariable :variable_g . + +:leaf_gravity_g2 a :AMR_Leaf ; + :hasConcept :concept_gravity ; + :hasVariable :variable_g2 . + +:leaf_intercontinental_ii a :AMR_Leaf ; + :hasConcept :concept_intercontinental ; + :hasVariable :variable_ii . + +: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: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 "SSC-04-01" . + +net:atomClass_intercontinental_ii a net:Atom_Class_Net ; + net:coverBaseNode :leaf_intercontinental_ii ; + net:coverNode :leaf_intercontinental_ii ; + net:hasClassName "intercontinental" ; + net:hasNaming "intercontinental" ; + net:hasStructure "SSC-04-01" . + +rdf:Property a owl:Class . + +:AMR_Relation a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_cloud_c2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_giant_g, + net:atomClass_intercontinental_ii ; + net:coverBaseNode :leaf_cloud_c2 ; + net:coverNode :leaf_cloud_c2 ; + net:hasClassName "cloud" ; + net:hasClassType sys:Entity ; + net:hasNaming "cloud" ; + net:hasStructure "SSC-04-01" . + +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 . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_cloud_c2 a :AMR_Leaf ; + :edge_c2_mod_g :leaf_giant_g ; + :edge_c2_mod_ii :leaf_intercontinental_ii ; + :hasConcept :concept_cloud ; + :hasVariable :variable_c2 . + +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_collapse-01_c a :AMR_Leaf ; + :edge_c_ARG1_c2 :leaf_cloud_c2 ; + :hasConcept :concept_collapse-01 ; + :hasVariable :variable_c . + +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 . + +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/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample.ttl new file mode 100644 index 00000000..ef31813a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample.ttl @@ -0,0 +1,838 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-05-01#r> a ns21:remain-01 ; + ns21:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> . + +<http://amr.isi.edu/amr_data/SSC-05-01#root01> a ns1:AMR ; + ns1:has-id "SSC-05-01" ; + ns1:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-05-01#a> . + +<http://amr.isi.edu/amr_data/SSC-05-01#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/SSC-05-01#m> . + +<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:be-located-at-91.ARG1 a ns21:FrameRole . + +ns21:be-located-at-91.ARG2 a ns21:FrameRole . + +ns21:contain-01.ARG0 a ns21:FrameRole . + +ns21:contain-01.ARG1 a ns21:FrameRole . + +ns21:remain-01.ARG1 a ns21:FrameRole . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns3:op1 a ns1:Role . + +ns3:op2 a ns1:Role . + +ns3:part a ns1:Role . + +ns3: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/SSC-05-01#a> a ns1:and ; + ns3:op1 <http://amr.isi.edu/amr_data/SSC-05-01#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/SSC-05-01#c> . + +<http://amr.isi.edu/amr_data/SSC-05-01#b> a ns21:be-located-at-91 ; + ns21:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + ns21:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/SSC-05-01#s2> . + +<http://amr.isi.edu/amr_data/SSC-05-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-05-01#p> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> . + +<http://amr.isi.edu/amr_data/SSC-05-01#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-05-01#v> . + +<http://amr.isi.edu/amr_data/SSC-05-01#m4> a ns3:majority . + +<http://amr.isi.edu/amr_data/SSC-05-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/SSC-05-01#s2> a ns3:sun . + +<http://amr.isi.edu/amr_data/SSC-05-01#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 ns1:NamedEntity . + +ns21:be-located-at-91 a ns1:Frame . + +ns21:contain-01 a ns1:Frame . + +ns21:remain-01 a ns1:Frame . + +ns3:sun a ns1:Concept . + +ns3:system a ns1:Concept . + +ns3:vast 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: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/SSC-05-01#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m2> . + +<http://amr.isi.edu/amr_data/SSC-05-01#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m4> . + +ns3:majority a ns1:Concept . + +ns3:mass 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" . + +ns1:Frame a ns1: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" . + +ns21: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..036642c3 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_factoid.ttl @@ -0,0 +1,62 @@ +@base <http://SolarSystemSample/factoid> . +@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#be> a owl:ObjectProperty ; + rdfs:label "be" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass-be-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#mass> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-mass> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast> a owl:Class ; + rdfs:label "vast" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast-majority> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#majority> ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#majority> a owl:Class ; + rdfs:label "majority" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass> a owl:Class ; + rdfs:label "mass" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-05-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_generation.ttl similarity index 57% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_generation.ttl index ecebbe68..12c36d29 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230405/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_generation.ttl @@ -1,55 +1,61 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//transduction> . +@base <http://SolarSystemSample/generation> . @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 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#> . -ns2:Concept a rdfs:Class, +ns1:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +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> 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-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> ns2:hasID "test-2" ; - ns2:hasSentence "Earth is a planet." ; - ns2:root <http://amr.isi.edu/amr_data/test-2#p> . +<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:bind-01.ARG0 a ns3:FrameRole . +ns21:be-located-at-91.ARG1 a ns21:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns21:be-located-at-91.ARG2 a ns21:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns21:contain-01.ARG0 a ns21:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns21:contain-01.ARG1 a ns21:FrameRole . -ns11:domain a ns2:Role, +ns21:remain-01.ARG1 a ns21:FrameRole . + +ns3:domain a ns1:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . +ns3:mod a ns1:Role . + +ns3:op1 a ns1:Role . + +ns3:op2 a ns1:Role . -ns11:op2 a ns2:Role . +ns3:quant a ns1:Role . -ns2:hasID a owl:AnnotationProperty . +ns1:hasID a owl:AnnotationProperty . -ns2:hasSentence a owl:AnnotationProperty . +ns1:hasSentence a owl:AnnotationProperty . -ns2:root a owl:AnnotationProperty . +ns1:root a owl:AnnotationProperty . <https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; owl:versionIRI :0.1 . @@ -59,65 +65,57 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a_op1_b a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a_op2_c a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_s a :AMR_Edge ; +:edge_b_ARG1_m a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_b_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_m9_ARG0_o2 a :AMR_Edge ; +:edge_c_ARG0_p a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_c_ARG1_m3 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o2_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_m2_mod_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . +:edge_m3_quant_m4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_m_quant_m2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . :edge_p9_ARG0_s a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_p9_ARG1_a a :AMR_Edge ; +:edge_p9_ARG1_m a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; +:edge_p_name_Jupiter a :AMR_Edge ; :hasAmrRole :role_name ; :hasRoleID "name" . -:edge_s_domain_p a :AMR_Edge ; - :hasAmrRole :role_domain ; - :hasRoleID "domain" . +:edge_r_ARG1_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,11 +189,35 @@ ns2:root a owl:AnnotationProperty . :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 ; @@ -237,10 +259,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -269,6 +287,14 @@ ns2:root a owl:AnnotationProperty . 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> . @@ -282,16 +308,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -329,15 +345,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-05-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-05-01" ; + :hasSentenceStatement "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." . :toReifyAsConcept a owl:AnnotationProperty ; rdfs:subPropertyOf :toReify . @@ -353,9 +369,6 @@ ns2:root a owl:AnnotationProperty . 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 . @@ -405,22 +418,56 @@ cprm:targetOntologyURI a rdf:Property ; rdfs:range xsd:string ; rdfs:subPropertyOf cprm:configParamProperty . -<https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology . +<https://tenet.tetras-libre.fr/extract-result#be> a owl:ObjectProperty ; + rdfs:label "be" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-05-01" . -net:Composite_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-05-01" . -net:Instance a owl:Class ; - rdfs:label "Semantic Net Instance" ; - rdfs:subClassOf net:Net_Structure . +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass-be-sun> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#mass> ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#remain> a owl:ObjectProperty ; + rdfs:label "remain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system-hasPart-mass> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast> a owl:Class ; + rdfs:label "vast" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#vast-majority> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#majority> ; + sys:fromStructure "SSC-05-01" . + +<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:Object a owl:Class ; - rdfs:label "Object using in semantic net instance" ; - rdfs:subClassOf net:Net_Structure . - net:Property_Axiom_Net a owl:Class ; rdfs:subClassOf net:Axiom_Net . @@ -431,89 +478,60 @@ net:abstractionClass a owl:AnnotationProperty ; rdfs:label "abstraction class" ; rdfs:subPropertyOf net:objectValue . -net:atom a owl:Class ; - rdfs:label "atom" ; - rdfs:subClassOf net:Type . - net:atomOf a owl:AnnotationProperty ; rdfs:label "atom of" ; rdfs:subPropertyOf net:typeProperty . -net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; - :role_ARG0 net:atomClass_system_s ; - :role_ARG1 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:atomProperty_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_mass_m3 ; + 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 "SSC-01-01" ; + net:hasStructure "SSC-05-01" ; net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_and_a, - :leaf_system_s . + net:targetArgumentNode :leaf_mass_m3 . net:atomType a owl:AnnotationProperty ; rdfs:label "atom type" ; rdfs:subPropertyOf net:objectType . -net:class a owl:Class ; - rdfs:label "class" ; - rdfs:subClassOf net:Type . - -net:composite a owl:Class ; - rdfs:label "composite" ; - rdfs:subClassOf net:Type . - -net:compositeProperty_gravitation-bind-system_g a net:Composite_Property_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:hasNaming "gravitation-bind-system" ; - net:hasRestriction net:restriction_bind-system_b ; - net:hasStructure "SSC-01-01" . - -net:compositeProperty_object-orbit-hasManner-direct-sun_o a net:Composite_Property_Net ; - net:composeFrom net:atomClass_object_o, +net:compositeClass_mass-be-sun_m a net:Composite_Class_Net ; + :role_quant net:atomClass_majority_m2, + net:compositeClass_vast-majority_m2 ; + net:composeFrom net:atomClass_mass_m, 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, + net:atomProperty_be_b ; + net:coverBaseNode :leaf_mass_m ; + net:coverNode :leaf_be-located-at-91_b, + :leaf_mass_m, :leaf_sun_s2 ; - net:hasNaming "object-orbit-hasManner-direct-sun" ; - net:hasRestriction net:restriction_orbit-hasManner-direct-sun_o2 ; - net:hasStructure "SSC-01-01" . + net:hasMotherClassNet net:atomClass_mass_m ; + net:hasNaming "mass-be-sun" ; + net:hasRestriction net:restriction_be-sun_b ; + net:hasStructure "SSC-05-01" . -net:conjunctive_list a owl:Class ; - rdfs:label "conjunctive-list" ; - rdfs:subClassOf net:list . - -net:disjunctive_list a owl:Class ; - rdfs:label "disjunctive-list" ; - rdfs:subClassOf net:list . +net:compositeClass_system-hasPart-mass_s a net:Composite_Class_Net ; + net:composeFrom net:atomClass_mass_m, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_mass_m, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "system-hasPart-mass" ; + net:hasRestriction net:restriction_hasPart-mass_p9 ; + net:hasStructure "SSC-05-01" . net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; rdfs:subPropertyOf net:objectValue . -net:entity_class_list a owl:Class ; - rdfs:label "entityClassList" ; - rdfs:subClassOf net:class_list . - -net:event a owl:Class ; - rdfs:label "event" ; - rdfs:subClassOf net:Type . - net:featureClass a owl:AnnotationProperty ; rdfs:label "feature class" ; rdfs:subPropertyOf net:objectValue . @@ -605,6 +623,16 @@ net:has_target a owl:AnnotationProperty ; rdfs:label "has target" ; rdfs:subPropertyOf net:has_relation_value . +net:individual_vast_v a net:Individual_Net ; + net:composeFrom net:atomClass_vast_v ; + net:coverBaseNode :leaf_vast_v ; + net:coverNode :leaf_vast_v ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "vast" ; + net:hasMotherClassNet net:atomClass_vast_v ; + net:hasNaming "vast" ; + net:hasStructure "SSC-05-01" . + net:inverse_direction a owl:NamedIndividual . net:listBy a owl:AnnotationProperty ; @@ -629,189 +657,188 @@ net:modCat2 a owl:AnnotationProperty ; net:normal_direction a owl:NamedIndividual . -net:relation a owl:Class ; - rdfs:label "relation" ; - rdfs:subClassOf net:Type . +net:phenomena_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:atomProperty_be_b ; + :role_op2 net:atomProperty_contain_c ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "SSC-05-01" . net:relationOf a owl:AnnotationProperty ; rdfs:label "relation of" ; rdfs:subPropertyOf net:typeProperty . -net:state_property a owl:Class ; - rdfs:label "stateProperty" ; - rdfs:subClassOf net:Type . - net:type a owl:AnnotationProperty ; rdfs:label "type "@fr ; rdfs:subPropertyOf net:netProperty . -net:unary_list a owl:Class ; - rdfs:label "unary-list" ; - rdfs:subClassOf net:list . - -net:value_SolarSystem_blankNode a net:Value_Net ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "Solar System" . - -net:value_negative_blankNode a net:Value_Net ; - net:hasNaming "negative" ; - net:hasStructure "SSC-01-01" ; - net:hasValueLabel "negative" . - net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-05-01#r> a ns21:remain-01 ; + ns21:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . +<http://amr.isi.edu/amr_data/SSC-05-01#root01> a ns1:AMR ; + ns1:has-id "SSC-05-01" ; + ns1:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-05-01#a> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-05-01#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . -<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-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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns1:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +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 . + :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + :concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; + :fromAmrLk ns1:and ; :hasPhenomenaLink :phenomena_conjunction_and ; :label "and" . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_be-located-at-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:be-located-at-91 ; + :label "be-located-at-91" . -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; - :label "orbit-01" . +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . :concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; + :fromAmrLk ns3:part ; :isReifiedConcept true ; :label "hasPart" . +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:remain-01 ; + :label "remain-01" . + :concept_sun rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:sun ; + :fromAmrLk ns3:sun ; :label "sun" . -:role_domain a owl:Class, +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_vast rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:vast ; + :label "vast" . + +: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 ; - :hasRelationName "domain" ; - :label "domain" ; - :toReifyAsConcept "domain" ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_name a owl:Class ; +:role_name a owl:Class, + net:Relation ; rdfs:subClassOf :AMR_NonCore_Role ; :label "name" . -:role_polarity a owl:Class ; - rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . +:role_op1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . +: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/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#a> ; :label "a" . :variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#b> ; :label "b" . -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#c> ; + :label "c" . -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . - -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . - -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + :label "m" . -:variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - :label "o" . +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; + :label "m2" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; + :label "m3" . -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; + :label "m4" . :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#p> ; :label "p" ; - :name "Solar System" . + :name "Jupiter" . -:variable_p9 a ns11:part, +:variable_p9 a ns3:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; :label "s2" . -sys:Degree a owl:Class ; - rdfs:subClassOf sys:Out_Structure . +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#v> ; + :label "v" . -sys:Entity a owl:Class ; +sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . sys:Feature a owl:Class ; @@ -819,186 +846,169 @@ sys:Feature a owl:Class ; sys:Out_AnnotationProperty a owl:AnnotationProperty . +<https://tenet.tetras-libre.fr/extract-result#majority> a owl:Class ; + rdfs:label "majority" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#mass> a owl:Class ; + rdfs:label "mass" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-05-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-05-01" . + 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 ; +net:Phenomena_Net a owl:Class ; rdfs:subClassOf net:Net . -net:class_list a owl:Class ; - rdfs:label "classList" ; - rdfs:subClassOf net:Type . +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_majority_m4 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_majority_m4 ; + net:coverNode :leaf_majority_m4 ; + net:hasClassName "majority" ; + net:hasNaming "majority" ; + net:hasStructure "SSC-05-01" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Jupiter_p ; + :role_ARG1 net:atomClass_mass_m3 ; + 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 "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m3, + :leaf_planet_p . net:has_value a owl:AnnotationProperty ; rdfs:subPropertyOf net:netProperty . -net:individual_SolarSystem_p a net:Individual_Net ; - net:coverBaseNode :leaf_system_p ; - net:coverNode :leaf_system_p ; - net:hasIndividualLabel "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; - net:hasNaming "SolarSystem" ; - net:hasStructure "SSC-01-01" . +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 "SSC-05-01" . 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 "SSC-01-01" . - -net:phenomena_conjunction-OR_o3 a net:Phenomena_Net ; - :role_op1 net:atomProperty_direct_d ; - :role_op2 net:atomProperty_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 "SSC-01-01" . - -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 "SSC-01-01" . - -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 "SSC-01-01" . - -net:restriction_orbit-hasManner-direct-sun_o2 a net:Restriction_Net ; +net:restriction_be-sun_b 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, + net:atomProperty_be_b ; + net:coverBaseNode :leaf_be-located-at-91_b ; + net:coverNode :leaf_be-located-at-91_b, :leaf_sun_s2 ; - net:hasNaming "orbit-hasManner-direct-sun" ; + net:hasNaming "be-sun" ; net:hasRestrictionNetValue net:atomClass_sun_s2 ; - net:hasRestrictionOnProperty net:compositeProperty_orbit-hasManner-direct_o2 ; - net:hasStructure "SSC-01-01" . + net:hasRestrictionOnProperty net:atomProperty_be_b ; + net:hasStructure "SSC-05-01" . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; +net:restriction_hasPart-mass_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_mass_m, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_mass_m ; + net:hasNaming "hasPart-mass" ; + net:hasRestrictionNetValue net:atomClass_mass_m ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "SSC-05-01" . + +<http://amr.isi.edu/amr_data/SSC-05-01#a> a ns1:and ; + ns3:op1 <http://amr.isi.edu/amr_data/SSC-05-01#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/SSC-05-01#c> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-05-01#b> a ns21:be-located-at-91 ; + ns21:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + ns21:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-05-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-05-01#p> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-05-01#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-05-01#v> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-05-01#m4> a ns3:majority ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-05-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-05-01#s2> a ns3:sun ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-05-01#v> a ns3:vast ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +ns21:be-located-at-91 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +ns21:contain-01 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +ns21:remain-01 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +ns3:part a ns1:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns3:sun a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns3:system a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns3:vast a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns1:and a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Phenomena a owl:Class ; - rdfs:subClassOf :AMR_Structure . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . +:concept_majority rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:majority ; + :label "majority" . -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +:concept_mass rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:mass ; + :label "mass" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -: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_remain-01_r a :AMR_Leaf ; + :edge_r_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; @@ -1012,71 +1022,87 @@ ns2:or a ns2:Concept ; :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, +:role_ARG0 a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op1" . + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . -:role_op2 a owl:Class, +:role_quant a owl:Class, net:Relation ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op2" . - -:value_negative a :AMR_Value ; - rdfs:label "negative" . + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . -sys:Out_ObjectProperty a owl:ObjectProperty . +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . -net:Class_Net a owl:Class ; - rdfs:subClassOf net:Net . +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . -net:Phenomena_Net a owl:Class ; +net:Individual_Net a owl:Class ; rdfs:subClassOf net:Net . net:Property_Net a owl:Class ; rdfs:subClassOf net:Net . -net:Value_Net a owl:Class ; +net:Restriction_Net a owl:Class ; rdfs:subClassOf net:Net . -net:atomClass_gravitation_g a net:Atom_Class_Net, +net:atomClass_mass_m3 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:atomClass_majority_m4 ; + net:coverBaseNode :leaf_mass_m3 ; + net:coverNode :leaf_mass_m3 ; + net:hasClassName "mass" ; + net:hasClassType sys:Entity ; + net:hasNaming "mass" ; + net:hasStructure "SSC-05-01" . + +net:atomClass_planet_p 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:hasNaming "gravitation" ; - net:hasStructure "SSC-01-01" . - -net:atomClass_system_p a net:Atom_Class_Net ; - net:coverBaseNode :leaf_system_p ; - net:coverNode :leaf_system_p ; - net:hasClassName "system" ; - net:hasNaming "system" ; - net:hasStructure "SSC-01-01" . + :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 "SSC-05-01" . + +net:compositeClass_vast-majority_m2 a net:Composite_Class_Net ; + :role_mod net:atomClass_vast_v ; + net:composeFrom net:atomClass_majority_m2, + net:atomClass_vast_v ; + net:coverBaseNode :leaf_majority_m2 ; + net:coverNode :leaf_majority_m2, + :leaf_vast_v ; + net:hasMotherClassNet net:atomClass_majority_m2 ; + net:hasNaming "vast-majority" ; + net:hasStructure "SSC-05-01" . net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "SSC-05-01" ; + net:hasValueLabel "Jupiter" . + +<http://amr.isi.edu/amr_data/SSC-05-01#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; +<http://amr.isi.edu/amr_data/SSC-05-01#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; +ns3:majority a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns3:direct-02 a ns2:Frame ; +ns3:mass a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Frame a ns2:Concept, +ns1:Frame a ns1:Concept, owl:Class, owl:NamedIndividual ; rdfs:label "AMR-PropBank-Frame" ; @@ -1085,6 +1111,9 @@ ns2:Frame a ns2:Concept, :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 . @@ -1098,200 +1127,152 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:toReify a owl:AnnotationProperty ; - rdfs:subPropertyOf :AMR_AnnotationProperty . +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_b :leaf_be-located-at-91_b ; + :edge_a_op2_c :leaf_contain-01_c ; + :hasConcept :concept_and ; + :hasVariable :variable_a . -net:Composite_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_ARG0_p :leaf_planet_p ; + :edge_c_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . -net:Deprecated_Net a owl:Class ; - rdfs:subClassOf net:Net . +:leaf_majority_m4 a :AMR_Leaf ; + :hasConcept :concept_majority ; + :hasVariable :variable_m4 . -net:Restriction_Net a owl:Class ; - rdfs:subClassOf net:Net . +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_gravitation_g, - :leaf_system_s . +:toReify a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . -net:atomProperty_hasManner_m9 a net:Atom_Property_Net ; - :role_ARG0 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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_or_o3, - :leaf_orbit-01_o2 . +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_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:atomProperty_orbit_o2 a net:Atom_Property_Net, +net:atomClass_system_s a net:Atom_Class_Net, + net:Class_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 "SSC-01-01" ; - net:isCoreRoleLinked "true" ; - net:targetArgumentNode :leaf_object_o, - :leaf_sun_s2 . + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "SSC-05-01" . -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:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s ; + :role_ARG1 net:atomClass_mass_m ; + 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:hasRestriction net:restriction_hasManner-direct_m9 ; - net:hasStructure "SSC-01-01" . + net:hasStructure "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m, + :leaf_system_s . net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -net:list a owl:Class ; - rdfs:label "list" ; - rdfs:subClassOf net:Type . - -ns3:FrameRole a ns2: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 ; +:AMR_Predicat_Concept a owl:Class ; rdfs:subClassOf :AMR_Concept . -:leaf_and_a a :AMR_Leaf ; - :edge_a_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; - :hasVariable :variable_a . - -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_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:atomClass_object_o a net:Atom_Class_Net, +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_majority_m2 a net:Atom_Class_Net, net:Deprecated_Net ; - net:coverBaseNode :leaf_object_o ; - net:coverNode :leaf_object_o ; - net:hasClassName "object" ; - net:hasNaming "object" ; - net:hasStructure "SSC-01-01" . - -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 "SSC-01-01" ; - net:isCoreRoleLinked "true" . - -net:atomProperty_direct_d2 a net:Atom_Property_Net ; - 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" ; + :role_mod net:atomClass_vast_v ; + net:coverBaseNode :leaf_majority_m2 ; + net:coverNode :leaf_majority_m2 ; + net:hasClassName "majority" ; + net:hasNaming "majority" ; + net:hasStructure "SSC-05-01" . + +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 "SSC-05-01" . + +net:atomProperty_be_b a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_mass_m ; + :role_ARG2 net:atomClass_sun_s2 ; + net:coverBaseNode :leaf_be-located-at-91_b ; + net:coverNode :leaf_be-located-at-91_b ; + net:hasNaming "be" ; + net:hasPropertyName "be" ; + net:hasPropertyName01 "being" ; + net:hasPropertyName10 "be-by" ; + net:hasPropertyName12 "be-of" ; net:hasPropertyType owl:ObjectProperty ; - net:hasStructure "SSC-01-01" ; + net:hasStructure "SSC-05-01" ; net:isCoreRoleLinked "true" ; - net:targetArgumentNode :value_negative . + net:targetArgumentNode :leaf_mass_m, + :leaf_sun_s2 . net:typeProperty a owl:AnnotationProperty ; rdfs:label "type property" . +ns21: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_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_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_s :leaf_system_s ; - :hasConcept :concept_bind-01 ; - :hasVariable :variable_b . +:leaf_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_m :leaf_mass_m ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; - :hasConcept :concept_system ; - :hasVariable :variable_p . +:leaf_majority_m2 a :AMR_Leaf ; + :edge_m2_mod_v :leaf_vast_v ; + :hasConcept :concept_majority ; + :hasVariable :variable_m2 . sys:Out_Structure a owl:Class ; rdfs:label "Output Ontology Structure" . -net:Atom_Class_Net a owl:Class ; - rdfs:subClassOf net:Class_Net . - -net:Relation a owl:Class ; - rdfs:subClassOf net:Net_Structure . - -net:atomClass_system_s a net:Atom_Class_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:hasNaming "system" ; - net:hasStructure "SSC-01-01" . +net:atomClass_vast_v a net:Atom_Class_Net ; + net:coverBaseNode :leaf_vast_v ; + net:coverNode :leaf_vast_v ; + net:hasClassName "vast" ; + net:hasNaming "vast" ; + net:hasStructure "SSC-05-01" . net:netProperty a owl:AnnotationProperty ; rdfs:label "netProperty" . @@ -1301,58 +1282,66 @@ net:netProperty a owl:AnnotationProperty ; :AMR_Structure a owl:Class . -:leaf_gravitation_g a :AMR_Leaf ; - :hasConcept :concept_gravitation ; - :hasVariable :variable_g . +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . -cprm:configParamProperty a rdf:Property ; - rdfs:label "Config Parameter Property" . +:leaf_be-located-at-91_b a :AMR_Leaf ; + :edge_b_ARG1_m :leaf_mass_m ; + :edge_b_ARG2_s2 :leaf_sun_s2 ; + :hasConcept :concept_be-located-at-91 ; + :hasVariable :variable_b . -net:Atom_Property_Net a owl:Class ; - rdfs:subClassOf net:Property_Net . +:leaf_mass_m3 a :AMR_Leaf ; + :edge_m3_quant_m4 :leaf_majority_m4 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m3 . -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)." . +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . -net:atomClass_sun_s2 a net:Atom_Class_Net ; - net:coverBaseNode :leaf_sun_s2 ; - net:coverNode :leaf_sun_s2 ; - net:hasClassName "sun" ; - net:hasNaming "sun" ; - net:hasStructure "SSC-01-01" . +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_vast_v a :AMR_Leaf ; + :hasConcept :concept_vast ; + :hasVariable :variable_v . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . 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 . - -:leaf_direct-02_d2 a :AMR_Leaf ; - :edge_d2_polarity_negative :value_negative ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d2 . - -: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 . +net:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . -:leaf_object_o a :AMR_Leaf ; - :hasConcept :concept_object ; - :hasVariable :variable_o . +net:atomClass_mass_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_quant net:atomClass_majority_m2, + net:compositeClass_vast-majority_m2 ; + net:coverBaseNode :leaf_mass_m ; + net:coverNode :leaf_mass_m ; + net:hasClassName "mass" ; + net:hasClassType sys:Entity ; + net:hasNaming "mass" ; + net:hasStructure "SSC-05-01" . -:leaf_sun_s2 a :AMR_Leaf ; - :hasConcept :concept_sun ; - :hasVariable :variable_s2 . +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . -net:Type a owl:Class ; - rdfs:label "Semantic Net Type" ; +net:Relation a owl:Class ; rdfs:subClassOf net:Net_Structure . net:has_object a owl:AnnotationProperty ; @@ -1362,16 +1351,8 @@ net:has_object a owl:AnnotationProperty ; :AMR_Op_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . - -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . net:Net a owl:Class ; rdfs:subClassOf net:Net_Structure . @@ -1381,19 +1362,24 @@ net:Net a owl:Class ; :AMR_Core_Role a owl:Class ; rdfs:subClassOf :AMR_Role . +:leaf_mass_m a :AMR_Leaf ; + :edge_m_quant_m2 :leaf_majority_m2 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m . + :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_Edge a owl:Class ; - rdfs:subClassOf :AMR_Structure . - :AMR_Linked_Data a owl:Class . [] a owl:AllDisjointClasses ; diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_preprocessing.ttl similarity index 73% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_preprocessing.ttl index 77b18679..39cb512f 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_preprocessing.ttl @@ -1,55 +1,61 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//preprocessing> . +@base <http://SolarSystemSample/preprocessing> . @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 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#> . -ns2:Concept a rdfs:Class, +ns1:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +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> 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-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> ns2:hasID "test-2" ; - ns2:hasSentence "Earth is a planet." ; - ns2:root <http://amr.isi.edu/amr_data/test-2#p> . +<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:bind-01.ARG0 a ns3:FrameRole . +ns21:be-located-at-91.ARG1 a ns21:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns21:be-located-at-91.ARG2 a ns21:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns21:contain-01.ARG0 a ns21:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns21:contain-01.ARG1 a ns21:FrameRole . -ns11:domain a ns2:Role, +ns21:remain-01.ARG1 a ns21:FrameRole . + +ns3:domain a ns1:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . +ns3:mod a ns1:Role . + +ns3:op1 a ns1:Role . + +ns3:op2 a ns1:Role . -ns11:op2 a ns2:Role . +ns3:quant a ns1:Role . -ns2:hasID a owl:AnnotationProperty . +ns1:hasID a owl:AnnotationProperty . -ns2:hasSentence a owl:AnnotationProperty . +ns1:hasSentence a owl:AnnotationProperty . -ns2:root a owl:AnnotationProperty . +ns1:root a owl:AnnotationProperty . <https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; owl:versionIRI :0.1 . @@ -59,65 +65,57 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; +:edge_a_op1_b a :AMR_Edge ; :hasAmrRole :role_op1 ; :hasRoleID "op1" . -:edge_a_op2_o a :AMR_Edge ; +:edge_a_op2_c a :AMR_Edge ; :hasAmrRole :role_op2 ; :hasRoleID "op2" . -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_s a :AMR_Edge ; +:edge_b_ARG1_m a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_b_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_m9_ARG0_o2 a :AMR_Edge ; +:edge_c_ARG0_p a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_c_ARG1_m3 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o2_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_m2_mod_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_m3_quant_m4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_m_quant_m2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . :edge_p9_ARG0_s a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_p9_ARG1_a a :AMR_Edge ; +:edge_p9_ARG1_m a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; +:edge_p_name_Jupiter a :AMR_Edge ; :hasAmrRole :role_name ; :hasRoleID "name" . -:edge_s_domain_p a :AMR_Edge ; - :hasAmrRole :role_domain ; - :hasRoleID "domain" . +:edge_r_ARG1_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,26 +189,23 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_bind-01_b a :AMR_Leaf ; - :edge_b_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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 ; + :edge_p9_ARG1_m :leaf_mass_m ; :hasConcept :concept_part ; :hasVariable :variable_p9 ; :isReifiedLeaf true . +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +: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" ; @@ -276,10 +271,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -308,6 +299,14 @@ ns2:root a owl:AnnotationProperty . 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> . @@ -321,16 +320,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -368,15 +357,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-05-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-05-01" ; + :hasSentenceStatement "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." . :toReifyAsConcept a owl:AnnotationProperty ; rdfs:subPropertyOf :toReify . @@ -628,127 +617,140 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-05-01#r> a ns21:remain-01 ; + ns21:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . +<http://amr.isi.edu/amr_data/SSC-05-01#root01> a ns1:AMR ; + ns1:has-id "SSC-05-01" ; + ns1:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-05-01#a> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-05-01#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . -<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-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 ns2:NamedEntity ; - rdfs:comment "bug" ; +ns1:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:AMR a owl:Class ; +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 . + :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + :concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; + :fromAmrLk ns1:and ; :hasPhenomenaLink :phenomena_conjunction_and ; :label "and" . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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_be-located-at-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:be-located-at-91 ; + :label "be-located-at-91" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; - :label "orbit-01" . +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . :concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; + :fromAmrLk ns3:part ; :isReifiedConcept true ; :label "hasPart" . +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:remain-01 ; + :label "remain-01" . + :concept_sun rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:sun ; + :fromAmrLk ns3:sun ; :label "sun" . +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:concept_vast rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:vast ; + :label "vast" . + :leaf_and_a a :AMR_Leaf ; - :edge_a_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; + :edge_a_op1_b :leaf_be-located-at-91_b ; + :edge_a_op2_c :leaf_contain-01_c ; :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_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; - :hasVariable :variable_o3 . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_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 ; +:leaf_be-located-at-91_b a :AMR_Leaf ; + :edge_b_ARG1_m :leaf_mass_m ; + :edge_b_ARG2_s2 :leaf_sun_s2 ; + :hasConcept :concept_be-located-at-91 ; + :hasVariable :variable_b . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_ARG0_p :leaf_planet_p ; + :edge_c_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_majority_m2 a :AMR_Leaf ; + :edge_m2_mod_v :leaf_vast_v ; + :hasConcept :concept_majority ; + :hasVariable :variable_m2 . + +:leaf_majority_m4 a :AMR_Leaf ; + :hasConcept :concept_majority ; + :hasVariable :variable_m4 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; :hasVariable :variable_p . +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_vast_v a :AMR_Leaf ; + :hasConcept :concept_vast ; + :hasVariable :variable_v . + :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_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . -:role_domain a owl:Class ; +:role_mod a owl:Class ; rdfs:subClassOf :AMR_NonCore_Role ; - :hasRelationName "domain" ; - :label "domain" ; - :toReifyAsConcept "domain" ; + :getDirectPropertyName "hasFeature"^^xsd:string ; + :getPropertyType rdfs:subClassOf, + owl:ObjectProperty ; + :label "mod" ; + :toReifyAsConcept "mod" ; :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . @@ -756,71 +758,71 @@ ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_NonCore_Role ; :label "name" . -:role_polarity a owl:Class ; - rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . +:role_op1 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op1" . -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . +:role_op2 a owl:Class ; + rdfs:subClassOf :AMR_Op_Role ; + :label "op2" . -:value_negative a :AMR_Value ; - rdfs:label "negative" . +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#a> ; :label "a" . :variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#b> ; :label "b" . -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . - -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#c> ; + :label "c" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . - -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + :label "m" . -:variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - :label "o" . +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; + :label "m2" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; + :label "m3" . -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; + :label "m4" . :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#p> ; :label "p" ; - :name "Solar System" . + :name "Jupiter" . -:variable_p9 a ns11:part, +:variable_p9 a ns3:part, :AMR_Variable ; :isReifiedVariable true ; :label "p9" . +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#r> ; + :label "r" . + :variable_s a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; :label "s2" . +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#v> ; + :label "v" . + sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -845,97 +847,85 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; +<http://amr.isi.edu/amr_data/SSC-05-01#a> a ns1:and ; + ns3:op1 <http://amr.isi.edu/amr_data/SSC-05-01#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/SSC-05-01#c> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-05-01#b> a ns21:be-located-at-91 ; + ns21:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + ns21:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-05-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-05-01#p> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-05-01#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-05-01#v> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-05-01#m4> a ns3:majority ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-05-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/amr_data/SSC-05-01#s2> a ns3:sun ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/amr_data/SSC-05-01#v> a ns3:vast ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +ns21:be-located-at-91 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +ns21:contain-01 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +ns21:remain-01 a ns1:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +ns3:part a ns1:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns3:sun a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns3:system a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns3:vast a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns1:and a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . +:concept_majority rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:majority ; + :label "majority" . -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . - -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +:concept_mass rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:mass ; + :label "mass" . :hasLink a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_object_o a :AMR_Leaf ; - :hasConcept :concept_object ; - :hasVariable :variable_o . +:leaf_mass_m a :AMR_Leaf ; + :edge_m_quant_m2 :leaf_majority_m2 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m . -:leaf_sun_s2 a :AMR_Leaf ; - :hasConcept :concept_sun ; - :hasVariable :variable_s2 . +:leaf_mass_m3 a :AMR_Leaf ; + :edge_m3_quant_m4 :leaf_majority_m4 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m3 . :phenomena_conjunction a owl:Class ; rdfs:subClassOf :AMR_Phenomena ; @@ -944,13 +934,13 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -:role_op1 a owl:Class ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op1" . +:role_ARG0 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . -:role_op2 a owl:Class ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op2" . +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . sys:Out_ObjectProperty a owl:ObjectProperty . @@ -963,21 +953,21 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; +<http://amr.isi.edu/amr_data/SSC-05-01#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; +<http://amr.isi.edu/amr_data/SSC-05-01#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; +ns3:majority a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns3:direct-02 a ns2:Frame ; +ns3:mass a ns1:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Frame a ns2:Concept, +ns1:Frame a ns1:Concept, owl:Class, owl:NamedIndividual ; rdfs:label "AMR-PropBank-Frame" ; @@ -1002,11 +992,6 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - :phenomena_modality a owl:Class ; rdfs:subClassOf :AMR_Phenomena . @@ -1021,22 +1006,12 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2: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 ; +:AMR_Predicat_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" . @@ -1044,12 +1019,15 @@ ns3:FrameRole a ns2:Role, net:typeProperty a owl:AnnotationProperty ; rdfs:label "type property" . +ns21: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_Predicat_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - :AMR_Role a owl:Class ; rdfs:subClassOf :AMR_Element . @@ -1064,6 +1042,9 @@ net:netProperty a owl:AnnotationProperty ; :AMR_Structure a owl:Class . +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + cprm:configParamProperty a rdf:Property ; rdfs:label "Config Parameter Property" . @@ -1093,13 +1074,13 @@ net:Net a owl:Class ; :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_Edge a owl:Class ; - rdfs:subClassOf :AMR_Structure . - :AMR_Linked_Data a owl:Class . [] a owl:AllDisjointClasses ; diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..9c4a4ce7 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_transduction.ttl @@ -0,0 +1,1330 @@ +@base <http://SolarSystemSample/transduction> . +@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:be-located-at-91.ARG1 a ns21:FrameRole . + +ns21:be-located-at-91.ARG2 a ns21:FrameRole . + +ns21:contain-01.ARG0 a ns21:FrameRole . + +ns21:contain-01.ARG1 a ns21:FrameRole . + +ns21:remain-01.ARG1 a ns21:FrameRole . + +ns3:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns3:mod a ns1:Role . + +ns3:op1 a ns1:Role . + +ns3:op2 a ns1:Role . + +ns3: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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:edge_a_op1_b a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_c a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_b_ARG1_m a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_b_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_ARG0_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_ARG1_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m2_mod_v a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_m3_quant_m4 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_m_quant_m2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p9_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_p9_ARG1_m a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_ARG1_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +: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" . + +:root_SSC-05-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-05-01" ; + :hasSentenceStatement "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." . + +: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_remain_r a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_mass_m3 ; + 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 "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m3 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:compositeClass_mass-be-sun_m a net:Composite_Class_Net ; + :role_quant net:atomClass_majority_m2, + net:compositeClass_vast-majority_m2 ; + net:composeFrom net:atomClass_mass_m, + net:atomClass_sun_s2, + net:atomProperty_be_b ; + net:coverBaseNode :leaf_mass_m ; + net:coverNode :leaf_be-located-at-91_b, + :leaf_mass_m, + :leaf_sun_s2 ; + net:hasMotherClassNet net:atomClass_mass_m ; + net:hasNaming "mass-be-sun" ; + net:hasRestriction net:restriction_be-sun_b ; + net:hasStructure "SSC-05-01" . + +net:compositeClass_system-hasPart-mass_s a net:Composite_Class_Net ; + net:composeFrom net:atomClass_mass_m, + net:atomClass_system_s, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_hasPart_p9, + :leaf_mass_m, + :leaf_system_s ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "system-hasPart-mass" ; + net:hasRestriction net:restriction_hasPart-mass_p9 ; + net:hasStructure "SSC-05-01" . + +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_vast_v a net:Individual_Net ; + net:composeFrom net:atomClass_vast_v ; + net:coverBaseNode :leaf_vast_v ; + net:coverNode :leaf_vast_v ; + net:hasBaseClassName "Feature" ; + net:hasIndividualLabel "vast" ; + net:hasMotherClassNet net:atomClass_vast_v ; + net:hasNaming "vast" ; + net:hasStructure "SSC-05-01" . + +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:atomProperty_be_b ; + :role_op2 net:atomProperty_contain_c ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "SSC-05-01" . + +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/SSC-05-01#r> a ns21:remain-01 ; + ns21:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#root01> a ns1:AMR ; + ns1:has-id "SSC-05-01" ; + ns1:has-sentence "The vast majority of the system's mass is in the Sun, with the majority of the remaining mass contained in Jupiter." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-05-01#a> . + +<http://amr.isi.edu/amr_data/SSC-05-01#s> a ns3:system ; + ns3:part <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + 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 . + +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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_be-located-at-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:be-located-at-91 ; + :label "be-located-at-91" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . + +:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:part ; + :isReifiedConcept true ; + :label "hasPart" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21: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" . + +:concept_vast rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:vast ; + :label "vast" . + +: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" . + +: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" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#a> ; + :label "a" . + +:variable_b a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#b> ; + :label "b" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#c> ; + :label "c" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; + :label "m4" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p9 a ns3:part, + :AMR_Variable ; + :isReifiedVariable true ; + :label "p9" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; + :label "s2" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-05-01#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:Phenomena_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_majority_m4 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_majority_m4 ; + net:coverNode :leaf_majority_m4 ; + net:hasClassName "majority" ; + net:hasNaming "majority" ; + net:hasStructure "SSC-05-01" . + +net:atomProperty_contain_c a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_planet_p, + net:individual_Jupiter_p ; + :role_ARG1 net:atomClass_mass_m3 ; + 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 "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m3, + :leaf_planet_p . + +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 "SSC-05-01" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +net:restriction_be-sun_b a net:Restriction_Net ; + net:composeFrom net:atomClass_sun_s2, + net:atomProperty_be_b ; + net:coverBaseNode :leaf_be-located-at-91_b ; + net:coverNode :leaf_be-located-at-91_b, + :leaf_sun_s2 ; + net:hasNaming "be-sun" ; + net:hasRestrictionNetValue net:atomClass_sun_s2 ; + net:hasRestrictionOnProperty net:atomProperty_be_b ; + net:hasStructure "SSC-05-01" . + +net:restriction_hasPart-mass_p9 a net:Restriction_Net ; + net:composeFrom net:atomClass_mass_m, + net:atomProperty_hasPart_p9 ; + net:coverBaseNode :leaf_hasPart_p9 ; + net:coverNode :leaf_hasPart_p9, + :leaf_mass_m ; + net:hasNaming "hasPart-mass" ; + net:hasRestrictionNetValue net:atomClass_mass_m ; + net:hasRestrictionOnProperty net:atomProperty_hasPart_p9 ; + net:hasStructure "SSC-05-01" . + +<http://amr.isi.edu/amr_data/SSC-05-01#a> a ns1:and ; + ns3:op1 <http://amr.isi.edu/amr_data/SSC-05-01#b> ; + ns3:op2 <http://amr.isi.edu/amr_data/SSC-05-01#c> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#b> a ns21:be-located-at-91 ; + ns21:be-located-at-91.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m> ; + ns21:be-located-at-91.ARG2 <http://amr.isi.edu/amr_data/SSC-05-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-05-01#p> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-05-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#m2> a ns3:majority ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-05-01#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#m4> a ns3:majority ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#s2> a ns3:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#v> a ns3:vast ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:be-located-at-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:remain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:part a ns1:Role ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:system a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:vast a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:concept_majority rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:majority ; + :label "majority" . + +:concept_mass rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:mass ; + :label "mass" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_remain-01_r a :AMR_Leaf ; + :edge_r_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_remain-01 ; + :hasVariable :variable_r . + +: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_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_Jupiter a :AMR_Value ; + rdfs:label "Jupiter" . + +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:Restriction_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_mass_m3 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:atomClass_majority_m4 ; + net:coverBaseNode :leaf_mass_m3 ; + net:coverNode :leaf_mass_m3 ; + net:hasClassName "mass" ; + net:hasClassType sys:Entity ; + net:hasNaming "mass" ; + net:hasStructure "SSC-05-01" . + +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 "SSC-05-01" . + +net:compositeClass_vast-majority_m2 a net:Composite_Class_Net ; + :role_mod net:atomClass_vast_v ; + net:composeFrom net:atomClass_majority_m2, + net:atomClass_vast_v ; + net:coverBaseNode :leaf_majority_m2 ; + net:coverNode :leaf_majority_m2, + :leaf_vast_v ; + net:hasMotherClassNet net:atomClass_majority_m2 ; + net:hasNaming "vast-majority" ; + net:hasStructure "SSC-05-01" . + +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 "SSC-05-01" ; + net:hasValueLabel "Jupiter" . + +<http://amr.isi.edu/amr_data/SSC-05-01#m> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-05-01#m3> a ns3:mass ; + ns3:quant <http://amr.isi.edu/amr_data/SSC-05-01#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:majority a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:mass 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 . + +: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_op1_b :leaf_be-located-at-91_b ; + :edge_a_op2_c :leaf_contain-01_c ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_ARG0_p :leaf_planet_p ; + :edge_c_ARG1_m3 :leaf_mass_m3 ; + :hasConcept :concept_contain-01 ; + :hasVariable :variable_c . + +:leaf_majority_m4 a :AMR_Leaf ; + :hasConcept :concept_majority ; + :hasVariable :variable_m4 . + +: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: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_system_s a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_system_s ; + net:coverNode :leaf_system_s ; + net:hasClassName "system" ; + net:hasClassType sys:Entity ; + net:hasNaming "system" ; + net:hasStructure "SSC-05-01" . + +net:atomProperty_hasPart_p9 a net:Atom_Property_Net ; + :role_ARG0 net:atomClass_system_s ; + :role_ARG1 net:atomClass_mass_m ; + 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 "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m, + :leaf_system_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_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_majority_m2 a net:Atom_Class_Net, + net:Deprecated_Net ; + :role_mod net:atomClass_vast_v ; + net:coverBaseNode :leaf_majority_m2 ; + net:coverNode :leaf_majority_m2 ; + net:hasClassName "majority" ; + net:hasNaming "majority" ; + net:hasStructure "SSC-05-01" . + +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 "SSC-05-01" . + +net:atomProperty_be_b a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_mass_m ; + :role_ARG2 net:atomClass_sun_s2 ; + net:coverBaseNode :leaf_be-located-at-91_b ; + net:coverNode :leaf_be-located-at-91_b ; + net:hasNaming "be" ; + net:hasPropertyName "be" ; + net:hasPropertyName01 "being" ; + net:hasPropertyName10 "be-by" ; + net:hasPropertyName12 "be-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-05-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_mass_m, + :leaf_sun_s2 . + +net:typeProperty a owl:AnnotationProperty ; + rdfs:label "type property" . + +ns21: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_hasPart_p9 a :AMR_Leaf ; + :edge_p9_ARG0_s :leaf_system_s ; + :edge_p9_ARG1_m :leaf_mass_m ; + :hasConcept :concept_part ; + :hasVariable :variable_p9 ; + :isReifiedLeaf true . + +:leaf_majority_m2 a :AMR_Leaf ; + :edge_m2_mod_v :leaf_vast_v ; + :hasConcept :concept_majority ; + :hasVariable :variable_m2 . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_vast_v a net:Atom_Class_Net ; + net:coverBaseNode :leaf_vast_v ; + net:coverNode :leaf_vast_v ; + net:hasClassName "vast" ; + net:hasNaming "vast" ; + net:hasStructure "SSC-05-01" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_be-located-at-91_b a :AMR_Leaf ; + :edge_b_ARG1_m :leaf_mass_m ; + :edge_b_ARG2_s2 :leaf_sun_s2 ; + :hasConcept :concept_be-located-at-91 ; + :hasVariable :variable_b . + +:leaf_mass_m3 a :AMR_Leaf ; + :edge_m3_quant_m4 :leaf_majority_m4 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m3 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Jupiter :value_Jupiter ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_sun_s2 a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :hasConcept :concept_system ; + :hasVariable :variable_s . + +:leaf_vast_v a :AMR_Leaf ; + :hasConcept :concept_vast ; + :hasVariable :variable_v . + +sys:Entity a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +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:Class_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomClass_mass_m a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_quant net:atomClass_majority_m2, + net:compositeClass_vast-majority_m2 ; + net:coverBaseNode :leaf_mass_m ; + net:coverNode :leaf_mass_m ; + net:hasClassName "mass" ; + net:hasClassType sys:Entity ; + net:hasNaming "mass" ; + net:hasStructure "SSC-05-01" . + +net:Atom_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Relation a owl:Class ; + rdfs:subClassOf net:Net_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 . + +:leaf_mass_m a :AMR_Leaf ; + :edge_m_quant_m2 :leaf_majority_m2 ; + :hasConcept :concept_mass ; + :hasVariable :variable_m . + +: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/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample.ttl similarity index 90% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample.ttl index bda0bbc1..d91c3f12 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample.ttl @@ -1,4 +1,4 @@ -@base <https://tenet.tetras-libre.fr/working/https://tenet.tetras-libre.fr/demo/01/> . +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . @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#> . @@ -21,19 +21,22 @@ ns2:Role a rdfs:Class, rdfs:label "AMR-Role" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-09-01#c2> a ns3:call-01 ; + ns3:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns3:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#t> . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> . +<http://amr.isi.edu/amr_data/SSC-09-01#f> a ns3:flat-06 ; + ns3:flat-06.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns11:degree <http://amr.isi.edu/amr_data/SSC-09-01#n> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-09-01#l> a ns3:lie-07 ; + ns3:lie-07.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + ns3:lie-07.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#d> . + +<http://amr.isi.edu/amr_data/SSC-09-01#root01> a ns2:AMR ; + ns2:has-id "SSC-09-01" ; + ns2:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-09-01#o> . <http://amr.isi.edu/amr_data/test-1#root01> ns2:hasID "test-1" ; ns2:hasSentence "The sun is a star." ; @@ -43,25 +46,25 @@ ns2:Role a rdfs:Class, ns2:hasSentence "Earth is a planet." ; ns2:root <http://amr.isi.edu/amr_data/test-2#p> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns3:call-01.ARG1 a ns3:FrameRole . + +ns3:call-01.ARG2 a ns3:FrameRole . + +ns3:flat-06.ARG1 a ns3:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns3:lie-07.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG2 a ns3:FrameRole . ns3:orbit-01.ARG0 a ns3:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns11:degree a ns2:Role . ns11:domain a ns2:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:manner a ns2:Role . - -ns11:op1 a ns2:Role . - -ns11:op2 a ns2:Role . - -ns11:part a ns2:Role . +ns11:mod a ns2:Role . ns2:hasID a owl:AnnotationProperty . @@ -620,23 +623,21 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> . +<http://amr.isi.edu/amr_data/SSC-09-01#a> a ns2:all . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 . +<http://amr.isi.edu/amr_data/SSC-09-01#a2> a ns11:almost . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" . +<http://amr.isi.edu/amr_data/SSC-09-01#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a2> . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation . +<http://amr.isi.edu/amr_data/SSC-09-01#n> a ns2:near . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> . +<http://amr.isi.edu/amr_data/SSC-09-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a> ; + ns11:quant "8" . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet> ; - rdfs:label "Solar System" . +<http://amr.isi.edu/amr_data/SSC-09-01#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> . @@ -644,31 +645,28 @@ net:verbClass a owl:AnnotationProperty ; <http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . -ns3:bind-01 a ns2:Frame . +<http://amr.isi.edu/entity-types#thing> a ns2:NamedEntity . -ns3:orbit-01 a ns2:Frame . +ns3:call-01 a ns2:Frame . -ns11:gravitation a ns2:Concept . +ns3:flat-06 a ns2:Frame . -ns11:object a ns2:Concept . +ns3:lie-07 a ns2:Frame . -ns11:sun a ns2:Concept . +ns3:orbit-01 a ns2:Frame . -ns11:system a ns2:Concept . +ns11:almost a ns2:Concept . -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . +ns11:circular a ns2:Concept . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns11:disc a ns2:Concept . + +ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept . +ns2:all a ns2:Concept . -ns2:or a ns2:Concept . +ns2:near a ns2:Concept . sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -694,15 +692,16 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> . +<http://amr.isi.edu/amr_data/SSC-09-01#o> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#c> . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun . - -ns3:direct-02 a ns2:Frame . +ns2:NamedEntity a ns2: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 . @@ -728,11 +727,7 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; - rdfs:subClassOf :AMR_Linked_Data . +<http://amr.isi.edu/amr_data/SSC-09-01#d> a ns11:disc . :AMR_Concept a owl:Class ; rdfs:subClassOf :AMR_Element . @@ -770,10 +765,10 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2:Role, +ns2:Frame a ns2:Concept, owl:Class, owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Role" ; + rdfs:label "AMR-PropBank-Frame" ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Element a owl:Class ; @@ -794,6 +789,12 @@ sys:Out_Structure a owl:Class ; net:netProperty a owl:AnnotationProperty ; rdfs:label "netProperty" . +ns3:FrameRole a ns2: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 ; diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..b30892d7 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_factoid.ttl @@ -0,0 +1,67 @@ +@base <http://SolarSystemSample/factoid> . +@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 "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class ; + rdfs:label "almost" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular> a owl:Class ; + rdfs:label "circular" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + ns1:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-09-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..389c08c0 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_generation.ttl @@ -0,0 +1,1375 @@ +@base <http://SolarSystemSample/generation> . +@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:call-01.ARG1 a ns3:FrameRole . + +ns3:call-01.ARG2 a ns3:FrameRole . + +ns3:flat-06.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG2 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns11:degree a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod 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_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:edge_c2_ARG1_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_ARG2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_mod_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_f_ARG1_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_degree_n a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_l_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_ARG2_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o_ARG0_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_mod_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_mod_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_SSC-09-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "SSC-09-01" ; + :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 "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost> a owl:Class ; + rdfs:label "almost" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#almost-circular> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular> ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit-lie-disc> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#circular-orbit> ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#disc> a owl:Class ; + rdfs:label "disc" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#flat> a owl:ObjectProperty ; + rdfs:label "flat" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#lie> a owl:ObjectProperty ; + rdfs:label "lie" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#near> a owl:ObjectProperty ; + rdfs:label "near" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-09-01" . + +<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 "SSC-09-01" ; + 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 "SSC-09-01" ; + 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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +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 "SSC-09-01" . + +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/SSC-09-01#c2> a ns3:call-01 ; + ns3:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns3:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#f> a ns3:flat-06 ; + ns3:flat-06.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns11:degree <http://amr.isi.edu/amr_data/SSC-09-01#n> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#l> a ns3:lie-07 ; + ns3:lie-07.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + ns3:lie-07.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#root01> a ns2:AMR ; + ns2:has-id "SSC-09-01" ; + ns2:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-09-01#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" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:all ; + :label "all" . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3: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 ns3:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:near ; + :label "near" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3: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/SSC-09-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c2> ; + :label "c2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#f> ; + :label "f" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#l> ; + :label "l" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + :label "p" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#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#circular> a owl:Class ; + rdfs:label "circular" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#circular-orbit> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#orbit> ; + sys:fromStructure "SSC-09-01" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-09-01" . + +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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +net:value_p_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "p" ; + net:hasStructure "SSC-09-01" ; + net:hasValueLabel "p" . + +<http://amr.isi.edu/amr_data/SSC-09-01#a> a ns2:all ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#a2> a ns11:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#n> a ns2:near ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a> ; + ns11:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#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 ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#thing> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:call-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:flat-06 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:lie-07 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:orbit-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:almost a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:circular a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:disc a ns2:Concept ; + 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:all a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:near a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_d :leaf_disc_d ; + :edge_c2_ARG2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_ARG1_d :leaf_disc_d ; + :edge_f_degree_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 "p" . + +:value_ecliptic a :AMR_Value ; + rdfs:label "ecliptic" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +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 "SSC-09-01" . + +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 "SSC-09-01" ; + 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 "SSC-09-01" ; + net:hasValueLabel "ecliptic" . + +<http://amr.isi.edu/amr_data/SSC-09-01#o> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#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 . + +: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 "SSC-09-01" . + +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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/SSC-09-01#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2: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_mod_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_p_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-09-01" . + +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_ARG1_o :leaf_orbit-01_o ; + :edge_l_ARG2_d :leaf_disc_d ; + :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 "SSC-09-01" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:FrameRole a ns2: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 "SSC-09-01" . + +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 "SSC-09-01" . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_circular_c a :AMR_Leaf ; + :edge_c_mod_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_ARG0_p :leaf_planet_p ; + :edge_o_mod_c :leaf_circular_c ; + :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/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_preprocessing.ttl similarity index 73% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_preprocessing.ttl index 77b18679..2338e618 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_preprocessing.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//preprocessing> . +@base <http://SolarSystemSample/preprocessing> . @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#> . @@ -29,21 +29,25 @@ ns2:Role a rdfs:Class, ns2:hasSentence "Earth is a planet." ; ns2:root <http://amr.isi.edu/amr_data/test-2#p> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns3:call-01.ARG1 a ns3:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns3:call-01.ARG2 a ns3:FrameRole . + +ns3:flat-06.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG2 a ns3:FrameRole . ns3:orbit-01.ARG0 a ns3:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns11:degree a ns2:Role . ns11:domain a ns2:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . - -ns11:op2 a ns2:Role . +ns11:mod a ns2:Role . ns2:hasID a owl:AnnotationProperty . @@ -59,66 +63,56 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . -:edge_b_ARG1_s a :AMR_Edge ; +:edge_c2_ARG1_d a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_c2_ARG2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_m9_ARG0_o2 a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_c_mod_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_m9_ARG1_o3 a :AMR_Edge ; +:edge_f_ARG1_d a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o2_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_f_degree_n a :AMR_Edge ; + :hasRoleID "degree" . -:edge_o2_ARG1_s2 a :AMR_Edge ; +:edge_l_ARG1_o a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +:edge_l_ARG2_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -:edge_p9_ARG0_s a :AMR_Edge ; +:edge_o_ARG0_p a :AMR_Edge ; :hasAmrRole :role_ARG0 ; :hasRoleID "ARG0" . -:edge_p9_ARG1_a a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_o_mod_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_mod_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . -:edge_p_name_SolarSystem a :AMR_Edge ; +:edge_p_quant_8 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_t_name_ecliptic a :AMR_Edge ; :hasAmrRole :role_name ; :hasRoleID "name" . -:edge_s_domain_p a :AMR_Edge ; - :hasAmrRole :role_domain ; - :hasRoleID "domain" . - :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,25 +185,33 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_bind-01_b a :AMR_Leaf ; - :edge_b_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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 . +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_d :leaf_disc_d ; + :edge_c2_ARG2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_ARG1_d :leaf_disc_d ; + :edge_f_degree_n :leaf_near_n ; + :hasConcept :concept_flat-06 ; + :hasVariable :variable_f . + +:leaf_lie-07_l a :AMR_Leaf ; + :edge_l_ARG1_o :leaf_orbit-01_o ; + :edge_l_ARG2_d :leaf_disc_d ; + :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 ; @@ -276,10 +278,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -308,6 +306,14 @@ ns2:root a owl:AnnotationProperty . 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> . @@ -321,15 +327,13 @@ ns2:root a owl:AnnotationProperty . :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_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 ; @@ -368,15 +372,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-09-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "SSC-09-01" ; + :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 . @@ -628,198 +632,170 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-09-01#c2> a ns3:call-01 ; + ns3:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns3:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#f> a ns3:flat-06 ; + ns3:flat-06.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns11:degree <http://amr.isi.edu/amr_data/SSC-09-01#n> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; +<http://amr.isi.edu/amr_data/SSC-09-01#l> a ns3:lie-07 ; + ns3:lie-07.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + ns3:lie-07.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-09-01#root01> a ns2:AMR ; + ns2:has-id "SSC-09-01" ; + ns2:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-09-01#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" . -<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; - rdfs:comment "bug" ; - rdfs:subClassOf :AMR_Linked_Data . - ns2:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:all ; + :label "all" . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:call-01 ; + :label "call-01" . -:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:manner ; - :isReifiedConcept true ; - :label "hasManner" . +:concept_circular rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:circular ; + :label "circular" . -:concept_object rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:object ; - :label "object" . +:concept_disc rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:disc ; + :label "disc" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . +:concept_flat-06 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:near ; + :label "near" . :concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; :fromAmrLk ns3:orbit-01 ; :label "orbit-01" . -:concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; - :isReifiedConcept true ; - :label "hasPart" . +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . -:concept_sun rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:sun ; - :label "sun" . +:concept_thing rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#thing> ; + :label "thing" . -:leaf_and_a a :AMR_Leaf ; - :edge_a_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; +:leaf_all_a a :AMR_Leaf ; + :hasConcept :concept_all ; :hasVariable :variable_a . -:leaf_direct-02_d a :AMR_Leaf ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d . +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . -:leaf_direct-02_d2 a :AMR_Leaf ; - :edge_d2_polarity_negative :value_negative ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d2 . +:leaf_circular_c a :AMR_Leaf ; + :edge_c_mod_a2 :leaf_almost_a2 ; + :hasConcept :concept_circular ; + :hasVariable :variable_c . -:leaf_gravitation_g a :AMR_Leaf ; - :hasConcept :concept_gravitation ; - :hasVariable :variable_g . +:leaf_near_n a :AMR_Leaf ; + :hasConcept :concept_near ; + :hasVariable :variable_n . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; - :hasVariable :variable_o3 . - -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_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 ; +:leaf_planet_p a :AMR_Leaf ; + :edge_p_mod_a :leaf_all_a ; + :edge_p_quant_8 :value_8 ; + :hasConcept :concept_planet ; :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" . +:leaf_thing_t a :AMR_Leaf ; + :edge_t_name_ecliptic :value_ecliptic ; + :hasConcept :concept_thing ; + :hasVariable :variable_t . -:role_domain a owl:Class ; - rdfs:subClassOf :AMR_NonCore_Role ; - :hasRelationName "domain" ; - :label "domain" ; - :toReifyAsConcept "domain" ; - :toReifyWithBaseEdge "ARG0" ; - :toReifyWithHeadEdge "ARG1" . +: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_polarity a owl:Class ; +:role_quant a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . + :label "quant" . -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . +:value_8 a :AMR_Value ; + rdfs:label "p" . -:value_negative a :AMR_Value ; - rdfs:label "negative" . +:value_ecliptic a :AMR_Value ; + rdfs:label "ecliptic" . :variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#a> ; :label "a" . -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c2> ; + :label "c2" . :variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#d> ; :label "d" . -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#f> ; + :label "f" . -:variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - :label "g" . +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#l> ; + :label "l" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#n> ; + :label "n" . :variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#o> ; :label "o" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . - -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . - :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-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/SSC-01-01#s> ; - :label "s" . + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + :label "p" . -:variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - :label "s2" . +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#t> ; + :label "t" ; + :name "ecliptic" . sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -845,57 +821,53 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; +<http://amr.isi.edu/amr_data/SSC-09-01#a> a ns2:all ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-09-01#a2> a ns11:almost ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-09-01#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-09-01#n> a ns2:near ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-09-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a> ; + ns11:quant "8" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-09-01#t> a <http://amr.isi.edu/entity-types#thing> ; + rdfs:label "ecliptic" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +<http://amr.isi.edu/entity-types#thing> a ns2:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +ns3:call-01 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +ns3:flat-06 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +ns3:lie-07 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +ns3:orbit-01 a ns2:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +ns11:almost a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns11:circular a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns11:disc a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . ns2:NamedEntity a ns2:Concept, @@ -905,38 +877,24 @@ ns2:NamedEntity a ns2:Concept, "AMR-Term" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept ; +ns2:all a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns2:or a ns2:Concept ; +ns2:near a ns2:Concept ; rdfs:subClassOf :AMR_Linked_Data . -:AMR_Relation_Concept a owl:Class ; - rdfs:subClassOf :AMR_Concept . - :AMR_Value a owl:Class ; rdfs:subClassOf :AMR_Element . -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3: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 ; +:leaf_orbit-01_o a :AMR_Leaf ; + :edge_o_ARG0_p :leaf_planet_p ; + :edge_o_mod_c :leaf_circular_c ; + :hasConcept :concept_orbit-01 ; :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", @@ -944,13 +902,9 @@ ns2:or a ns2:Concept ; "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" . +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . sys:Out_ObjectProperty a owl:ObjectProperty . @@ -963,24 +917,9 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - rdfs:subClassOf :AMR_Linked_Data . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +<http://amr.isi.edu/amr_data/SSC-09-01#o> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#c> ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1002,14 +941,27 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . +: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 . @@ -1021,47 +973,48 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2:Role, +<http://amr.isi.edu/amr_data/SSC-09-01#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2:Concept, owl:Class, owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Role" ; + rdfs:label "AMR-PropBank-Frame" ; 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 . +: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" . +ns3:FrameRole a ns2: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 ; @@ -1093,13 +1046,13 @@ net:Net a owl:Class ; :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_Edge a owl:Class ; - rdfs:subClassOf :AMR_Structure . - :AMR_Linked_Data a owl:Class . [] a owl:AllDisjointClasses ; diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..4861e86d --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_transduction.ttl @@ -0,0 +1,1313 @@ +@base <http://SolarSystemSample/transduction> . +@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:call-01.ARG1 a ns3:FrameRole . + +ns3:call-01.ARG2 a ns3:FrameRole . + +ns3:flat-06.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG1 a ns3:FrameRole . + +ns3:lie-07.ARG2 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns11:degree a ns2:Role . + +ns11:domain a ns2:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns11:mod 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_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:edge_c2_ARG1_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_ARG2_t a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_mod_a2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_f_ARG1_d a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_f_degree_n a :AMR_Edge ; + :hasRoleID "degree" . + +:edge_l_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_l_ARG2_d a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_o_ARG0_p a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o_mod_c a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_mod_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_SSC-09-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#root01> ; + :hasRootLeaf :leaf_orbit-01_o ; + :hasSentenceID "SSC-09-01" ; + :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 "SSC-09-01" ; + 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 "SSC-09-01" ; + 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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +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 "SSC-09-01" . + +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/SSC-09-01#c2> a ns3:call-01 ; + ns3:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns3:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#f> a ns3:flat-06 ; + ns3:flat-06.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + ns11:degree <http://amr.isi.edu/amr_data/SSC-09-01#n> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#l> a ns3:lie-07 ; + ns3:lie-07.ARG1 <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + ns3:lie-07.ARG2 <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#root01> a ns2:AMR ; + ns2:has-id "SSC-09-01" ; + ns2:has-sentence "All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic." ; + ns2:root <http://amr.isi.edu/amr_data/SSC-09-01#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" . + +ns2:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_all rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:all ; + :label "all" . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns11:almost ; + :label "almost" . + +:concept_call-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3: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 ns3:flat-06 ; + :label "flat-06" . + +:concept_lie-07 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:lie-07 ; + :label "lie-07" . + +:concept_near rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns2:near ; + :label "near" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3: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/SSC-09-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; + :label "a2" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#c2> ; + :label "c2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#d> ; + :label "d" . + +:variable_f a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#f> ; + :label "f" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#l> ; + :label "l" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + :label "p" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-09-01#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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +net:value_p_blankNode a net:Value_Net ; + net:coverAmrValue :value_8 ; + net:hasNaming "p" ; + net:hasStructure "SSC-09-01" ; + net:hasValueLabel "p" . + +<http://amr.isi.edu/amr_data/SSC-09-01#a> a ns2:all ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#a2> a ns11:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#c> a ns11:circular ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#n> a ns2:near ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#a> ; + ns11:quant "8" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-09-01#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 ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#thing> a ns2:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:call-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:flat-06 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:lie-07 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:orbit-01 a ns2:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:almost a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:circular a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns11:disc a ns2:Concept ; + 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:all a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:near a ns2:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_call-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_d :leaf_disc_d ; + :edge_c2_ARG2_t :leaf_thing_t ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c2 . + +:leaf_flat-06_f a :AMR_Leaf ; + :edge_f_ARG1_d :leaf_disc_d ; + :edge_f_degree_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 "p" . + +: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 "SSC-09-01" . + +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 "SSC-09-01" ; + 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 "SSC-09-01" ; + net:hasValueLabel "ecliptic" . + +<http://amr.isi.edu/amr_data/SSC-09-01#o> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-09-01#p> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-09-01#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 . + +: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 "SSC-09-01" . + +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 "SSC-09-01" ; + 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 "SSC-09-01" . + +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 "SSC-09-01" . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +<http://amr.isi.edu/amr_data/SSC-09-01#d> a ns11:disc ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:Frame a ns2: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_mod_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_p_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-09-01" . + +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_ARG1_o :leaf_orbit-01_o ; + :edge_l_ARG2_d :leaf_disc_d ; + :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 "SSC-09-01" . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +ns3:FrameRole a ns2: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 "SSC-09-01" . + +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 "SSC-09-01" . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:leaf_circular_c a :AMR_Leaf ; + :edge_c_mod_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_ARG0_p :leaf_planet_p ; + :edge_o_mod_c :leaf_circular_c ; + :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/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample.ttl new file mode 100644 index 00000000..070ae864 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample.ttl @@ -0,0 +1,958 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-08-01#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m2> . + +<http://amr.isi.edu/amr_data/SSC-08-01#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m6> . + +<http://amr.isi.edu/amr_data/SSC-08-01#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#v> . + +<http://amr.isi.edu/amr_data/SSC-08-01#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m> . + +<http://amr.isi.edu/amr_data/SSC-08-01#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-08-01#a4> . + +<http://amr.isi.edu/amr_data/SSC-08-01#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#m4> . + +<http://amr.isi.edu/amr_data/SSC-08-01#root01> a ns3:AMR ; + ns3:has-id "SSC-08-01" ; + 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/SSC-08-01#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/SSC-08-01#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h3> . + +<http://amr.isi.edu/amr_data/SSC-08-01#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-08-01#m5> . + +<http://amr.isi.edu/amr_data/SSC-08-01#a6> a ns11:ammonia . + +<http://amr.isi.edu/amr_data/SSC-08-01#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#g3> . + +<http://amr.isi.edu/amr_data/SSC-08-01#g2> a ns11:gas . + +<http://amr.isi.edu/amr_data/SSC-08-01#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#ii> . + +<http://amr.isi.edu/amr_data/SSC-08-01#h2> a ns11:hydrogen . + +<http://amr.isi.edu/amr_data/SSC-08-01#h3> a ns11:helium . + +<http://amr.isi.edu/amr_data/SSC-08-01#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#p5> . + +<http://amr.isi.edu/amr_data/SSC-08-01#h6> a ns11:hydrogen . + +<http://amr.isi.edu/amr_data/SSC-08-01#h7> a ns11:helium . + +<http://amr.isi.edu/amr_data/SSC-08-01#ii> a ns11:ice . + +<http://amr.isi.edu/amr_data/SSC-08-01#l> a ns11:large . + +<http://amr.isi.edu/amr_data/SSC-08-01#m> a ns3:most . + +<http://amr.isi.edu/amr_data/SSC-08-01#m2> a ns11:main . + +<http://amr.isi.edu/amr_data/SSC-08-01#m3> a ns2:melt-01 . + +<http://amr.isi.edu/amr_data/SSC-08-01#m5> a ns11:methane . + +<http://amr.isi.edu/amr_data/SSC-08-01#m6> a ns3:most . + +<http://amr.isi.edu/amr_data/SSC-08-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" . + +<http://amr.isi.edu/amr_data/SSC-08-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" . + +<http://amr.isi.edu/amr_data/SSC-08-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" . + +<http://amr.isi.edu/amr_data/SSC-08-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" . + +<http://amr.isi.edu/amr_data/SSC-08-01#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m3> . + +<http://amr.isi.edu/amr_data/SSC-08-01#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/SSC-08-01#a5> . + +<http://amr.isi.edu/amr_data/SSC-08-01#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/SSC-08-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p2> . + +<http://amr.isi.edu/amr_data/SSC-08-01#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p4> . + +<http://amr.isi.edu/amr_data/SSC-08-01#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h7> . + +<http://amr.isi.edu/amr_data/SSC-08-01#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#g2> . + +<http://amr.isi.edu/amr_data/SSC-08-01#m4> a ns3:more . + +<http://amr.isi.edu/amr_data/SSC-08-01#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/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..bd078924 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_factoid.ttl @@ -0,0 +1,129 @@ +@base <http://SolarSystemSample/factoid> . +@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#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class ; + rdfs:label "gas" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#helium> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class ; + rdfs:label "ice" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class ; + rdfs:label "more" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + ns1:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-08-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..085b2c74 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_generation.ttl @@ -0,0 +1,2396 @@ +@base <http://SolarSystemSample/generation> . +@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 . + +:edge_a2_op1_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_op2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_op1_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_op2_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_op1_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_op2_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op1_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a5_op2_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op3_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_mod_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG1_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_ARG2_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c3_mod_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c4_ARG1_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_ARG2_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG2_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_domain_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_domain_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_mod_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h4_ARG2_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_ARG3_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_ARG4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h5_ARG1_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_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_mod_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_ARG2_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_example_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_SSC-08-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "SSC-08-01" ; + :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#ammonia> a owl:Class ; + rdfs:label "ammonia" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#call> a owl:ObjectProperty ; + rdfs:label "call" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#compose> a owl:ObjectProperty ; + rdfs:label "compose" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas> a owl:Class ; + rdfs:label "gas" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-helium> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#gas-giant-compose-hydrogen> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#gas-giant> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#helium-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#helium> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#high> a owl:ObjectProperty ; + rdfs:label "high" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen-call-volatile> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#hydrogen> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice> a owl:Class ; + rdfs:label "ice" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#ice-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#main> a owl:Class ; + rdfs:label "main" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#melt> a owl:ObjectProperty ; + rdfs:label "melt" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#methane> a owl:Class ; + rdfs:label "methane" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class ; + rdfs:label "more" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#point> a owl:Class ; + rdfs:label "point" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#relative> a owl:ObjectProperty ; + rdfs:label "relative" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#substance> a owl:Class ; + rdfs:label "substance" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#volatile> a owl:Class ; + rdfs:label "volatile" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#water> a owl:Class ; + rdfs:label "water" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-08-01" . + +<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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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/SSC-08-01#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#root01> a ns3:AMR ; + ns3:has-id "SSC-08-01" ; + 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/SSC-08-01#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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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/SSC-08-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#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#helium> a owl:Class ; + rdfs:label "helium" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#hydrogen> a owl:Class ; + rdfs:label "hydrogen" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +<http://amr.isi.edu/amr_data/SSC-08-01#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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_ARG1_a3 :leaf_and_a3 ; + :edge_c3_ARG2_s :leaf_substance_s ; + :edge_c3_mod_m6 :leaf_most_m6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_a :leaf_and_a ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_ARG1_s :leaf_substance_s ; + :edge_h4_ARG2_h5 :leaf_high-02_h5 ; + :edge_h4_ARG3_m4 :leaf_more_m4 ; + :edge_h4_ARG4_a4 :leaf_and_a4 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_ARG2_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#gas-giant> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#giant> ; + sys:fromStructure "SSC-08-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Jupiter" . + +net:value_Neptune_blankNode a net:Value_Net ; + net:coverAmrValue :value_Neptune ; + net:hasNaming "Neptune" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Neptune" . + +net:value_Saturn_blankNode a net:Value_Net ; + net:coverAmrValue :value_Saturn ; + net:hasNaming "Saturn" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Saturn" . + +net:value_Uranus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Uranus ; + net:hasNaming "Uranus" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Uranus" . + +<http://amr.isi.edu/amr_data/SSC-08-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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_op1_w :leaf_water_w ; + :edge_a5_op2_a6 :leaf_ammonia_a6 ; + :edge_a5_op3_m5 :leaf_methane_m5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_ARG1_g :leaf_giant_g ; + :edge_c_ARG2_g3 :leaf_giant_g3 ; + :hasConcept :concept_contrast-01 ; + :hasVariable :variable_c . + +:leaf_high-02_h5 a :AMR_Leaf ; + :edge_h5_ARG1_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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 "SSC-08-01" . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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_and_a a :AMR_Leaf ; + :edge_a_op1_p :leaf_planet_p ; + :edge_a_op2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_h2 :leaf_hydrogen_h2 ; + :edge_a2_op2_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_mod_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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_op1_p3 :leaf_planet_p3 ; + :edge_a3_op2_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_op1_h6 :leaf_hydrogen_h6 ; + :edge_a4_op2_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g3 a :AMR_Leaf ; + :edge_g3_domain_a3 :leaf_and_a3 ; + :edge_g3_mod_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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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_ARG1_a4 :leaf_and_a4 ; + :edge_c4_ARG2_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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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_example_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 "SSC-08-01" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_g :leaf_giant_g ; + :edge_c2_ARG2_a2 :leaf_and_a2 ; + :edge_c2_mod_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_domain_a :leaf_and_a ; + :edge_g_mod_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/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..c54b3415 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,1635 @@ +@base <http://SolarSystemSample/preprocessing> . +@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 . + +:edge_a2_op1_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_op2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_op1_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_op2_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_op1_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_op2_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op1_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a5_op2_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op3_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_mod_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG1_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_ARG2_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c3_mod_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c4_ARG1_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_ARG2_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG2_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_domain_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_domain_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_mod_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h4_ARG2_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_ARG3_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_ARG4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h5_ARG1_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_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_mod_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_ARG2_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_example_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_ARG1_a4 :leaf_and_a4 ; + :edge_c4_ARG2_v :leaf_volatile_v ; + :hasConcept :concept_call-01 ; + :hasVariable :variable_c4 . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_g :leaf_giant_g ; + :edge_c2_ARG2_a2 :leaf_and_a2 ; + :edge_c2_mod_m2 :leaf_main_m2 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c2 . + +:leaf_compose-01_c3 a :AMR_Leaf ; + :edge_c3_ARG1_a3 :leaf_and_a3 ; + :edge_c3_ARG2_s :leaf_substance_s ; + :edge_c3_mod_m6 :leaf_most_m6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_a :leaf_and_a ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_ARG1_s :leaf_substance_s ; + :edge_h4_ARG2_h5 :leaf_high-02_h5 ; + :edge_h4_ARG3_m4 :leaf_more_m4 ; + :edge_h4_ARG4_a4 :leaf_and_a4 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_ARG2_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_SSC-08-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "SSC-08-01" ; + :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/SSC-08-01#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#root01> a ns3:AMR ; + ns3:has-id "SSC-08-01" ; + 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/SSC-08-01#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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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_op1_h2 :leaf_hydrogen_h2 ; + :edge_a2_op2_h3 :leaf_helium_h3 ; + :hasConcept :concept_and ; + :hasVariable :variable_a2 . + +:leaf_and_a5 a :AMR_Leaf ; + :edge_a5_op1_w :leaf_water_w ; + :edge_a5_op2_a6 :leaf_ammonia_a6 ; + :edge_a5_op3_m5 :leaf_methane_m5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_ARG1_g :leaf_giant_g ; + :edge_c_ARG2_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_domain_a3 :leaf_and_a3 ; + :edge_g3_mod_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_ARG1_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_mod_m3 :leaf_melt-01_m3 ; + :hasConcept :concept_point ; + :hasVariable :variable_p5 . + +:leaf_volatile_v a :AMR_Leaf ; + :edge_v_example_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/SSC-08-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#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/SSC-08-01#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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_op1_p :leaf_planet_p ; + :edge_a_op2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_op1_p3 :leaf_planet_p3 ; + :edge_a3_op2_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_op1_h6 :leaf_hydrogen_h6 ; + :edge_a4_op2_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g a :AMR_Leaf ; + :edge_g_domain_a :leaf_and_a ; + :edge_g_mod_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/SSC-08-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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 . + +: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" . + +: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 . + +: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..803f4e92 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_transduction.ttl @@ -0,0 +1,2272 @@ +@base <http://SolarSystemSample/transduction> . +@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 . + +:edge_a2_op1_h2 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a2_op2_h3 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a3_op1_p3 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a3_op2_p4 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a4_op1_h6 a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a4_op2_h7 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op1_w a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a5_op2_a6 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_a5_op3_m5 a :AMR_Edge ; + :hasAmrRole :role_op3 ; + :hasRoleID "op3" . + +:edge_a_op1_p a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_p2 a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_c2_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c2_ARG2_a2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c2_mod_m2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c3_ARG1_a3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c3_ARG2_s a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c3_mod_m6 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_c4_ARG1_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c4_ARG2_v a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_c_ARG1_g a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_ARG2_g3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_g3_domain_a3 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g3_mod_ii a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_g_domain_a a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_g_mod_g2 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h4_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h4_ARG2_h5 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h4_ARG3_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h4_ARG4_a4 a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_h5_ARG1_p5 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG1_a a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_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_mod_m3 a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_p_name_Jupiter a :AMR_Edge ; + :hasAmrRole :role_name ; + :hasRoleID "name" . + +:edge_r_ARG2_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_v_example_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_SSC-08-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#root01> ; + :hasRootLeaf :leaf_contrast-01_c ; + :hasSentenceID "SSC-08-01" ; + :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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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/SSC-08-01#c2> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c3> a ns2:compose-01 ; + ns2:compose-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns2:compose-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c4> a ns2:call-01 ; + ns2:call-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + ns2:call-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h4> a ns2:have-degree-91 ; + ns2:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + ns2:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + ns2:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + ns2:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#r> a ns2:relative-05 ; + ns2:relative-05.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#root01> a ns3:AMR ; + ns3:has-id "SSC-08-01" ; + 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/SSC-08-01#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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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/SSC-08-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a2> ; + :label "a2" . + +:variable_a3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + :label "a3" . + +:variable_a4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a4> ; + :label "a4" . + +:variable_a5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + :label "a5" . + +:variable_a6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + :label "a6" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c> ; + :label "c" . + +:variable_c2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c2> ; + :label "c2" . + +:variable_c3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c3> ; + :label "c3" . + +:variable_c4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#c4> ; + :label "c4" . + +:variable_g a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + :label "g" . + +:variable_g2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + :label "g2" . + +:variable_g3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + :label "g3" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + :label "h2" . + +:variable_h3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + :label "h3" . + +:variable_h4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h4> ; + :label "h4" . + +:variable_h5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h5> ; + :label "h5" . + +:variable_h6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + :label "h6" . + +:variable_h7 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + :label "h7" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m4> ; + :label "m4" . + +:variable_m5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + :label "m5" . + +:variable_m6 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#m6> ; + :label "m6" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + :label "p" ; + :name "Jupiter" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + :label "p2" ; + :name "Saturn" . + +:variable_p3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + :label "p3" ; + :name "Uranus" . + +:variable_p4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + :label "p4" ; + :name "Neptune" . + +:variable_p5 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + :label "p5" . + +:variable_r a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#r> ; + :label "r" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#s> ; + :label "s" . + +:variable_v a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#v> ; + :label "v" . + +:variable_w a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-08-01#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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +<http://amr.isi.edu/amr_data/SSC-08-01#a2> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h2> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a5> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#w> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#a6> ; + ns11:op3 <http://amr.isi.edu/amr_data/SSC-08-01#m5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a6> a ns11:ammonia ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#c> a ns2:contrast-01 ; + ns2:contrast-01.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#g> ; + ns2:contrast-01.ARG2 <http://amr.isi.edu/amr_data/SSC-08-01#g3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g2> a ns11:gas ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g3> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a3> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#ii> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h2> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h3> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h5> a ns2:high-02 ; + ns2:high-02.ARG1 <http://amr.isi.edu/amr_data/SSC-08-01#p5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h6> a ns11:hydrogen ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#h7> a ns11:helium ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#ii> a ns11:ice ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#l> a ns11:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m2> a ns11:main ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m3> a ns2:melt-01 ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m5> a ns11:methane ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m6> a ns3:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Jupiter" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Saturn" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p3> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Uranus" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p4> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Neptune" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#p5> a ns11:point ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#v> a ns11:volatile ; + ns11:example <http://amr.isi.edu/amr_data/SSC-08-01#a5> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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_ARG1_a3 :leaf_and_a3 ; + :edge_c3_ARG2_s :leaf_substance_s ; + :edge_c3_mod_m6 :leaf_most_m6 ; + :hasConcept :concept_compose-01 ; + :hasVariable :variable_c3 . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_a :leaf_and_a ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m :leaf_most_m ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h . + +:leaf_have-degree-91_h4 a :AMR_Leaf ; + :edge_h4_ARG1_s :leaf_substance_s ; + :edge_h4_ARG2_h5 :leaf_high-02_h5 ; + :edge_h4_ARG3_m4 :leaf_more_m4 ; + :edge_h4_ARG4_a4 :leaf_and_a4 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h4 . + +:leaf_relative-05_r a :AMR_Leaf ; + :edge_r_ARG2_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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +net:value_Jupiter_blankNode a net:Value_Net ; + net:coverAmrValue :value_Jupiter ; + net:hasNaming "Jupiter" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Jupiter" . + +net:value_Neptune_blankNode a net:Value_Net ; + net:coverAmrValue :value_Neptune ; + net:hasNaming "Neptune" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Neptune" . + +net:value_Saturn_blankNode a net:Value_Net ; + net:coverAmrValue :value_Saturn ; + net:hasNaming "Saturn" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Saturn" . + +net:value_Uranus_blankNode a net:Value_Net ; + net:coverAmrValue :value_Uranus ; + net:hasNaming "Uranus" ; + net:hasStructure "SSC-08-01" ; + net:hasValueLabel "Uranus" . + +<http://amr.isi.edu/amr_data/SSC-08-01#a> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a3> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#p3> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#p4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#a4> a ns3:and ; + ns11:op1 <http://amr.isi.edu/amr_data/SSC-08-01#h6> ; + ns11:op2 <http://amr.isi.edu/amr_data/SSC-08-01#h7> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#g> a ns11:giant ; + ns11:domain <http://amr.isi.edu/amr_data/SSC-08-01#a> ; + ns11:mod <http://amr.isi.edu/amr_data/SSC-08-01#g2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#m4> a ns3:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-08-01#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_op1_w :leaf_water_w ; + :edge_a5_op2_a6 :leaf_ammonia_a6 ; + :edge_a5_op3_m5 :leaf_methane_m5 ; + :hasConcept :concept_and ; + :hasVariable :variable_a5 . + +:leaf_contrast-01_c a :AMR_Leaf ; + :edge_c_ARG1_g :leaf_giant_g ; + :edge_c_ARG2_g3 :leaf_giant_g3 ; + :hasConcept :concept_contrast-01 ; + :hasVariable :variable_c . + +:leaf_high-02_h5 a :AMR_Leaf ; + :edge_h5_ARG1_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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 "SSC-08-01" . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +: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_and_a a :AMR_Leaf ; + :edge_a_op1_p :leaf_planet_p ; + :edge_a_op2_p2 :leaf_planet_p2 ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_and_a2 a :AMR_Leaf ; + :edge_a2_op1_h2 :leaf_hydrogen_h2 ; + :edge_a2_op2_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_mod_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 "SSC-08-01" . + +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 "SSC-08-01" ; + 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 . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns3:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:leaf_and_a3 a :AMR_Leaf ; + :edge_a3_op1_p3 :leaf_planet_p3 ; + :edge_a3_op2_p4 :leaf_planet_p4 ; + :hasConcept :concept_and ; + :hasVariable :variable_a3 . + +:leaf_and_a4 a :AMR_Leaf ; + :edge_a4_op1_h6 :leaf_hydrogen_h6 ; + :edge_a4_op2_h7 :leaf_helium_h7 ; + :hasConcept :concept_and ; + :hasVariable :variable_a4 . + +:leaf_giant_g3 a :AMR_Leaf ; + :edge_g3_domain_a3 :leaf_and_a3 ; + :edge_g3_mod_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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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 "SSC-08-01" . + +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_ARG1_a4 :leaf_and_a4 ; + :edge_c4_ARG2_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 "SSC-08-01" ; + 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 "SSC-08-01" . + +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_example_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 "SSC-08-01" . + +:leaf_compose-01_c2 a :AMR_Leaf ; + :edge_c2_ARG1_g :leaf_giant_g ; + :edge_c2_ARG2_a2 :leaf_and_a2 ; + :edge_c2_mod_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_domain_a :leaf_and_a ; + :edge_g_mod_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/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample.ttl new file mode 100644 index 00000000..92f76ad0 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample.ttl @@ -0,0 +1,824 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-07-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-07-01#t> . + +<http://amr.isi.edu/amr_data/SSC-07-01#root01> a ns21:AMR ; + ns21:has-id "SSC-07-01" ; + 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/SSC-07-01#p> . + +<http://amr.isi.edu/amr_data/SSC-07-01#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + ns3:part <http://amr.isi.edu/amr_data/SSC-07-01#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/SSC-07-01#g> a ns3:giant . + +<http://amr.isi.edu/amr_data/SSC-07-01#m> a ns3:massive . + +<http://amr.isi.edu/amr_data/SSC-07-01#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/SSC-07-01#s2> . + +<http://amr.isi.edu/amr_data/SSC-07-01#o> a ns3:outer . + +<http://amr.isi.edu/amr_data/SSC-07-01#s2> a ns3:substantial . + +<http://amr.isi.edu/amr_data/SSC-07-01#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/SSC-07-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/SSC-07-01#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#g> . + +<http://amr.isi.edu/amr_data/SSC-07-01#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/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..b2d3a65d --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_factoid.ttl @@ -0,0 +1,62 @@ +@base <http://SolarSystemSample/factoid> . +@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> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class ; + rdfs:label "outer" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-07-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..0a0a28d1 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_generation.ttl @@ -0,0 +1,1298 @@ +@base <http://SolarSystemSample/generation> . +@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 . + +:edge_h_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG4_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_degree_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_domain_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_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_SSC-07-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-07-01" ; + :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> a owl:Class ; + rdfs:label "giant" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#giant-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#planet> ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#hasPart> a owl:ObjectProperty ; + rdfs:label "hasPart" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#massive> a owl:Class ; + rdfs:label "massive" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer> a owl:Class ; + rdfs:label "outer" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#outer-system-hasPart-planet> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#outer-system> ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#substantial> a owl:Class ; + rdfs:label "substantial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#terrestrial> a owl:Class ; + rdfs:label "terrestrial" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-07-01" . + +<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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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/SSC-07-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-07-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#root01> a ns21:AMR ; + ns21:has-id "SSC-07-01" ; + 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/SSC-07-01#p> . + +<http://amr.isi.edu/amr_data/SSC-07-01#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + ns3:part <http://amr.isi.edu/amr_data/SSC-07-01#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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +: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/SSC-07-01#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#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/SSC-07-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#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#outer-system> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#system> ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#planet> a owl:Class ; + rdfs:label "planet" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-07-01" . + +<https://tenet.tetras-libre.fr/extract-result#system> a owl:Class ; + rdfs:label "system" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" ; + 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 "SSC-07-01" . + +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 "SSC-07-01" . + +net:value_p2_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "p2" ; + net:hasStructure "SSC-07-01" ; + net:hasValueLabel "p2" . + +<http://amr.isi.edu/amr_data/SSC-07-01#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#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 . + +: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_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_m :leaf_massive_m ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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 "p2" . + +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/SSC-07-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/SSC-07-01#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#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_degree_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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" ; + 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 "SSC-07-01" . + +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 "SSC-07-01" . + +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_domain_p2 :leaf_planet_p2 ; + :edge_p_mod_g :leaf_giant_g ; + :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 "SSC-07-01" . + +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_mod_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_p2_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-07-01" . + +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/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_preprocessing.ttl similarity index 71% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_preprocessing.ttl index 77b18679..00e15c89 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_preprocessing.ttl @@ -1,55 +1,55 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//preprocessing> . +@base <http://SolarSystemSample/preprocessing> . @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 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#> . -ns2:Concept a rdfs:Class, +ns21:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +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> 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-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> ns2:hasID "test-2" ; - ns2:hasSentence "Earth is a planet." ; - ns2:root <http://amr.isi.edu/amr_data/test-2#p> . +<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> . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns11:have-degree-91.ARG1 a ns11:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG2 a ns11:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns11:have-degree-91.ARG3 a ns11:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns11:have-degree-91.ARG4 a ns11:FrameRole . -ns11:domain a ns2:Role, +ns3:degree a ns21:Role . + +ns3:domain a ns21:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:op1 a ns2:Role . - -ns11:op2 a ns2:Role . +ns3:mod a ns21:Role . -ns2:hasID a owl:AnnotationProperty . +ns21:hasID a owl:AnnotationProperty . -ns2:hasSentence a owl:AnnotationProperty . +ns21:hasSentence a owl:AnnotationProperty . -ns2:root a owl:AnnotationProperty . +ns21:root a owl:AnnotationProperty . <https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; owl:versionIRI :0.1 . @@ -59,66 +59,49 @@ ns2:root a owl:AnnotationProperty . :AMR_Prep_Role a owl:Class ; rdfs:subClassOf :AMR_Role . -:edge_a_op1_s2 a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . - -:edge_a_op2_o a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . - -:edge_b_ARG0_g a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . - -:edge_b_ARG1_s a :AMR_Edge ; +:edge_h_ARG1_p a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_d2_polarity_negative a :AMR_Edge ; - :hasAmrRole :role_polarity ; - :hasRoleID "polarity" . +:edge_h_ARG2_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . -: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_ARG0_o a :AMR_Edge ; - :hasAmrRole :role_ARG0 ; - :hasRoleID "ARG0" . +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . -:edge_o2_ARG1_s2 a :AMR_Edge ; - :hasAmrRole :role_ARG1 ; - :hasRoleID "ARG1" . +:edge_h_ARG4_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . -:edge_o3_op1_d a :AMR_Edge ; - :hasAmrRole :role_op1 ; - :hasRoleID "op1" . +:edge_m2_degree_s2 a :AMR_Edge ; + :hasRoleID "degree" . -:edge_o3_op2_d2 a :AMR_Edge ; - :hasAmrRole :role_op2 ; - :hasRoleID "op2" . +: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_a a :AMR_Edge ; +:edge_p9_ARG1_p2 a :AMR_Edge ; :hasAmrRole :role_ARG1 ; :hasRoleID "ARG1" . -:edge_p_name_SolarSystem a :AMR_Edge ; - :hasAmrRole :role_name ; - :hasRoleID "name" . - -:edge_s_domain_p a :AMR_Edge ; +:edge_p_domain_p2 a :AMR_Edge ; :hasAmrRole :role_domain ; :hasRoleID "domain" . +:edge_p_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_o a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + :fromAmrLkFramerole a owl:AnnotationProperty ; rdfs:subPropertyOf :fromAmrLk . @@ -191,30 +174,30 @@ ns2:root a owl:AnnotationProperty . :label a owl:AnnotationProperty ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_bind-01_b a :AMR_Leaf ; - :edge_b_ARG0_g :leaf_gravitation_g ; - :edge_b_ARG1_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 ; + :edge_p9_ARG1_p2 :leaf_planet_p2 ; :hasConcept :concept_part ; :hasVariable :variable_p9 ; :isReifiedLeaf true . -:phenomena_degree a owl:Class ; - rdfs:subClassOf :AMR_Phenomena ; - :hasConceptLink "have-degree-91" ; - :label "degree" . +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_m :leaf_massive_m ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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 ; @@ -276,18 +259,6 @@ ns2:root a owl:AnnotationProperty . :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" . @@ -321,15 +292,17 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_mod a owl:Class ; +:role_name 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" . + :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 ; @@ -368,15 +341,15 @@ ns2:root a owl:AnnotationProperty . :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_quant a owl:Class ; +:role_polarity a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "quant" . + :label "polarity" . -:root_SSC-01-01 a :AMR_Root ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#root01> ; - :hasRootLeaf :leaf_system_s ; - :hasSentenceID "SSC-01-01" ; - :hasSentenceStatement "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." . +:root_SSC-07-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-07-01" ; + :hasSentenceStatement "The four outer system planets are giant planets, being substantially more massive than the terrestrials." . :toReifyAsConcept a owl:AnnotationProperty ; rdfs:subPropertyOf :toReify . @@ -628,121 +601,140 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> ; +<http://amr.isi.edu/amr_data/SSC-07-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-07-01#t> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - rdfs:subClassOf :AMR_Linked_Data . +<http://amr.isi.edu/amr_data/SSC-07-01#root01> a ns21:AMR ; + ns21:has-id "SSC-07-01" ; + 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/SSC-07-01#p> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-07-01#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + ns3:part <http://amr.isi.edu/amr_data/SSC-07-01#p2> ; + rdfs:subClassOf :AMR_Linked_Data . -<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-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 ns2:NamedEntity ; - rdfs:comment "bug" ; +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 . -ns2:AMR a owl:Class ; +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 . + :AMR_Root a owl:Class ; rdfs:subClassOf :AMR_Structure . -:concept_and rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:and ; - :hasPhenomenaLink :phenomena_conjunction_and ; - :label "and" . +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . -:concept_bind-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:bind-01 ; - :label "bind-01" . +:concept_giant rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:giant ; + :label "giant" . -:concept_gravitation rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:gravitation ; - :label "gravitation" . +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns11:have-degree-91 ; + :hasPhenomenaLink :phenomena_degree ; + :label "have-degree-91" . -:concept_manner rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:manner ; - :isReifiedConcept true ; - :label "hasManner" . +:concept_massive rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:massive ; + :label "massive" . -:concept_object rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk ns11:object ; - :label "object" . +:concept_more rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:more ; + :label "more" . -:concept_or rdfs:subClassOf :AMR_Relation_Concept ; - :fromAmrLk ns2:or ; - :hasPhenomenaLink :phenomena_conjunction_or ; - :label "or" . - -:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:orbit-01 ; - :label "orbit-01" . +:concept_outer rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:outer ; + :label "outer" . :concept_part rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns11:part ; + :fromAmrLk ns3: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_op1_s2 :leaf_sun_s2 ; - :edge_a_op2_o :leaf_object_o ; - :hasConcept :concept_and ; - :hasVariable :variable_a . +:concept_substantial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:substantial ; + :label "substantial" . -:leaf_direct-02_d a :AMR_Leaf ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d . +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . -:leaf_direct-02_d2 a :AMR_Leaf ; - :edge_d2_polarity_negative :value_negative ; - :hasConcept :concept_direct-02 ; - :hasVariable :variable_d2 . +:concept_terrestrial rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:terrestrial ; + :label "terrestrial" . -:leaf_gravitation_g a :AMR_Leaf ; - :hasConcept :concept_gravitation ; +:leaf_giant_g a :AMR_Leaf ; + :hasConcept :concept_giant ; :hasVariable :variable_g . -:leaf_or_o3 a :AMR_Leaf ; - :edge_o3_op1_d :leaf_direct-02_d ; - :edge_o3_op2_d2 :leaf_direct-02_d2 ; - :hasConcept :concept_or ; - :hasVariable :variable_o3 . +:leaf_massive_m a :AMR_Leaf ; + :hasConcept :concept_massive ; + :hasVariable :variable_m . + +:leaf_more_m2 a :AMR_Leaf ; + :edge_m2_degree_s2 :leaf_substantial_s2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m2 . -:leaf_orbit-01_o2 a :AMR_Leaf ; - :edge_o2_ARG0_o :leaf_object_o ; - :edge_o2_ARG1_s2 :leaf_sun_s2 ; - :hasConcept :concept_orbit-01 ; - :hasVariable :variable_o2 . +:leaf_outer_o a :AMR_Leaf ; + :hasConcept :concept_outer ; + :hasVariable :variable_o . -:leaf_system_p a :AMR_Leaf ; - :edge_p_name_SolarSystem :value_SolarSystem ; +:leaf_substantial_s2 a :AMR_Leaf ; + :hasConcept :concept_substantial ; + :hasVariable :variable_s2 . + +:leaf_system_s a :AMR_Leaf ; + :edge_s_mod_o :leaf_outer_o ; :hasConcept :concept_system ; - :hasVariable :variable_p . + :hasVariable :variable_s . -:phenomena_conjunction_and a owl:Class ; - rdfs:subClassOf :phenomena_conjunction ; - :hasConceptLink "and" ; - :label "conjunction-AND" . +:leaf_terrestrial_t a :AMR_Leaf ; + :hasConcept :concept_terrestrial ; + :hasVariable :variable_t . -: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" . + +: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 ; @@ -752,75 +744,58 @@ ns2:AMR a owl:Class ; :toReifyWithBaseEdge "ARG0" ; :toReifyWithHeadEdge "ARG1" . -:role_name a owl:Class ; - rdfs:subClassOf :AMR_NonCore_Role ; - :label "name" . - -:role_polarity a owl:Class ; +:role_quant a owl:Class ; rdfs:subClassOf :AMR_Specific_Role ; - :label "polarity" . - -:value_SolarSystem a :AMR_Value ; - rdfs:label "Solar System" . - -:value_negative a :AMR_Value ; - rdfs:label "negative" . - -:variable_a a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#a> ; - :label "a" . - -:variable_b a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#b> ; - :label "b" . - -:variable_d a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - :label "d" . + :label "quant" . -:variable_d2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; - :label "d2" . +:value_4 a :AMR_Value ; + rdfs:label "p2" . :variable_g a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#g> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#g> ; :label "g" . -:variable_m9 a ns11:manner, - :AMR_Variable ; - :isReifiedVariable true ; - :label "m9" . +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#h> ; + :label "h" . -:variable_o a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - :label "o" . +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + :label "m" . -:variable_o2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o2> ; - :label "o2" . +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + :label "m2" . -:variable_o3 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#o3> ; - :label "o3" . +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + :label "o" . :variable_p a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - :label "p" ; - :name "Solar System" . + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + :label "p" . -:variable_p9 a ns11:part, +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#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/SSC-01-01#s> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#s> ; :label "s" . :variable_s2 a :AMR_Variable ; - :fromAmrLk <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; :label "s2" . +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#t> ; + :label "t" . + sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -845,97 +820,72 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; +<http://amr.isi.edu/amr_data/SSC-07-01#g> a ns3:giant ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 ; +<http://amr.isi.edu/amr_data/SSC-07-01#m> a ns3:massive ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" ; +<http://amr.isi.edu/amr_data/SSC-07-01#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation ; +<http://amr.isi.edu/amr_data/SSC-07-01#o> a ns3:outer ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> ; +<http://amr.isi.edu/amr_data/SSC-07-01#s2> a ns3:substantial ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet>, - <http://amr.isi.edu/entity-types#system> ; - rdfs:label "Solar System" ; +<http://amr.isi.edu/amr_data/SSC-07-01#t> a ns3:terrestrial ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/entity-types#system> a ns2:NamedEntity ; - rdfs:label "system" ; +ns11:have-degree-91 a ns21:Frame ; rdfs:subClassOf :AMR_Linked_Data . -ns3:bind-01 a ns2:Frame ; +ns3:giant a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns3:orbit-01 a ns2:Frame ; +ns3:massive a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:gravitation a ns2:Concept ; +ns3:outer a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:manner a ns2:Role ; +ns3:part a ns21:Role ; rdfs:subClassOf :AMR_Linked_Data . -ns11:object a ns2:Concept ; +ns3:substantial a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:part a ns2:Role ; +ns3:system a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:sun a ns2:Concept ; +ns3:terrestrial a ns21:Concept ; rdfs:subClassOf :AMR_Linked_Data . -ns11:system a ns2:Concept ; +ns21:more a ns21:Concept ; 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 ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:or a ns2:Concept ; - rdfs:subClassOf :AMR_Linked_Data . - -:AMR_Relation_Concept a owl:Class ; +:AMR_Predicat_Concept a owl:Class ; rdfs:subClassOf :AMR_Concept . -:AMR_Value a owl:Class ; - rdfs:subClassOf :AMR_Element . - -:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; - :fromAmrLk ns3:direct-02 ; - :label "direct-02" . - -:concept_system rdfs:subClassOf :AMR_Term_Concept ; - :fromAmrLk <http://amr.isi.edu/entity-types#system>, - ns11:system ; - :label "system" . +: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_object_o a :AMR_Leaf ; - :hasConcept :concept_object ; - :hasVariable :variable_o . +:leaf_planet_p a :AMR_Leaf ; + :edge_p_domain_p2 :leaf_planet_p2 ; + :edge_p_mod_g :leaf_giant_g ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . -:leaf_sun_s2 a :AMR_Leaf ; - :hasConcept :concept_sun ; - :hasVariable :variable_s2 . +: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 ; @@ -944,13 +894,19 @@ ns2:or a ns2:Concept ; "neither" ; :label "conjunction" . -:role_op1 a owl:Class ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op1" . +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . -:role_op2 a owl:Class ; - rdfs:subClassOf :AMR_Op_Role ; - :label "op2" . +: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 . @@ -963,24 +919,16 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object ; +<http://amr.isi.edu/amr_data/SSC-07-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/SSC-07-01#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#g> ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> ; +<http://amr.isi.edu/amr_data/SSC-07-01#p2> a <http://amr.isi.edu/entity-types#planet> ; + ns3:quant "4" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun ; - rdfs:subClassOf :AMR_Linked_Data . - -ns3:direct-02 a ns2:Frame ; - rdfs:subClassOf :AMR_Linked_Data . - -ns2:Frame a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-PropBank-Frame" ; +<http://amr.isi.edu/entity-types#planet> a ns21:NamedEntity ; rdfs:subClassOf :AMR_Linked_Data . :AMR_Concept a owl:Class ; @@ -1002,11 +950,6 @@ ns2:Frame a ns2:Concept, rdfs:range rdfs:Literal ; rdfs:subPropertyOf :AMR_AnnotationProperty . -:leaf_system_s a :AMR_Leaf ; - :edge_s_domain_p :leaf_system_p ; - :hasConcept :concept_system ; - :hasVariable :variable_s . - :phenomena_modality a owl:Class ; rdfs:subClassOf :AMR_Phenomena . @@ -1021,7 +964,7 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2:Role, +ns11:FrameRole a ns21:Role, owl:Class, owl:NamedIndividual ; rdfs:label "AMR-PropBank-Role" ; @@ -1030,26 +973,12 @@ ns3:FrameRole a ns2:Role, :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 . @@ -1072,6 +1001,9 @@ 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 . @@ -1093,13 +1025,13 @@ net:Net a owl:Class ; :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_Edge a owl:Class ; - rdfs:subClassOf :AMR_Structure . - :AMR_Linked_Data a owl:Class . [] a owl:AllDisjointClasses ; diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..3a4d01de --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_transduction.ttl @@ -0,0 +1,1241 @@ +@base <http://SolarSystemSample/transduction> . +@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 . + +:edge_h_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_m a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG4_t a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_m2_degree_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_domain_p2 a :AMR_Edge ; + :hasAmrRole :role_domain ; + :hasRoleID "domain" . + +:edge_p_mod_g a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_s_mod_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_SSC-07-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#root01> ; + :hasRootLeaf :leaf_planet_p ; + :hasSentenceID "SSC-07-01" ; + :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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" . + +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/SSC-07-01#h> a ns11:have-degree-91 ; + ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + ns11:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-07-01#t> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#root01> a ns21:AMR ; + ns21:has-id "SSC-07-01" ; + 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/SSC-07-01#p> . + +<http://amr.isi.edu/amr_data/SSC-07-01#s> a ns3:system ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + ns3:part <http://amr.isi.edu/amr_data/SSC-07-01#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 . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +: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/SSC-07-01#g> ; + :label "g" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#m2> ; + :label "m2" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#o> ; + :label "o" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#p> ; + :label "p" . + +:variable_p2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#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/SSC-07-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; + :label "s2" . + +:variable_t a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-07-01#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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" ; + 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 "SSC-07-01" . + +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 "SSC-07-01" . + +net:value_p2_blankNode a net:Value_Net ; + net:coverAmrValue :value_4 ; + net:hasNaming "p2" ; + net:hasStructure "SSC-07-01" ; + net:hasValueLabel "p2" . + +<http://amr.isi.edu/amr_data/SSC-07-01#g> a ns3:giant ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#m> a ns3:massive ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#m2> a ns21:more ; + ns3:degree <http://amr.isi.edu/amr_data/SSC-07-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#o> a ns3:outer ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#s2> a ns3:substantial ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#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 . + +: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_ARG1_p :leaf_planet_p ; + :edge_h_ARG2_m :leaf_massive_m ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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 "p2" . + +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/SSC-07-01#p> a <http://amr.isi.edu/entity-types#planet> ; + ns3:domain <http://amr.isi.edu/amr_data/SSC-07-01#p2> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-07-01#g> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-07-01#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_degree_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 "SSC-07-01" . + +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 "SSC-07-01" . + +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 "SSC-07-01" ; + 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 "SSC-07-01" . + +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 "SSC-07-01" . + +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_domain_p2 :leaf_planet_p2 ; + :edge_p_mod_g :leaf_giant_g ; + :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 "SSC-07-01" . + +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_mod_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_p2_blankNode ; + net:coverBaseNode :leaf_planet_p2 ; + net:coverNode :leaf_planet_p2 ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-07-01" . + +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/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample.ttl similarity index 99% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample.ttl index bda0bbc1..05242848 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230522/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample.ttl @@ -1,4 +1,4 @@ -@base <https://tenet.tetras-libre.fr/working/https://tenet.tetras-libre.fr/demo/01/> . +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . @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#> . diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_factoid.ttl similarity index 98% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_factoid.ttl index 6bfa1b38..f6c43eae 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/SolarSystemDev01_factoid.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_factoid.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//factoid> . +@base <http://SolarSystemSample/factoid> . @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#> . diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_generation.ttl similarity index 99% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_generation.ttl index e1806eed..183858dc 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_generation.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_generation.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//generation> . +@base <http://SolarSystemSample/generation> . @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#> . @@ -569,40 +569,6 @@ net:compositeClass_object-orbit-hasManner-not-direct-sun_o a net:Composite_Class net:hasRestriction net:restriction_orbit-hasManner-not-direct-sun_o2 ; net:hasStructure "SSC-01-01" . -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 "SSC-01-01" . - -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 "SSC-01-01" . - net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; rdfs:subPropertyOf net:objectValue . @@ -913,6 +879,40 @@ net:atomClass_orbit_o2 a net:Atom_Class_Net, net:hasNaming "orbit" ; net:hasStructure "SSC-01-01" . +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 "SSC-01-01" . + +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 "SSC-01-01" . + net:has_value a owl:AnnotationProperty ; rdfs:subPropertyOf net:netProperty . @@ -1307,7 +1307,10 @@ net:individual_SolarSystem_p a net:Individual_Net ; net:coverBaseNode :leaf_system_p ; net:coverNode :leaf_system_p ; net:hasIndividualLabel "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; + 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 "SSC-01-01" . @@ -1517,19 +1520,6 @@ net:Class_Net a owl:Class ; net:Net a owl:Class ; rdfs:subClassOf net:Net_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 "SSC-01-01" . - net:atomProperty_direct_d2 a net:Atom_Property_Net, net:Deprecated_Net ; :role_polarity net:value_negative_blankNode ; @@ -1553,6 +1543,19 @@ net:atomProperty_direct_d2 a net:Atom_Property_Net, 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 "SSC-01-01" . + :leaf_object_o a :AMR_Leaf ; :hasConcept :concept_object ; :hasVariable :variable_o . diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_preprocessing.ttl similarity index 99% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_preprocessing.ttl index 77b18679..c6380dd8 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230526/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_preprocessing.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_preprocessing.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//preprocessing> . +@base <http://SolarSystemSample/preprocessing> . @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#> . diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_transduction.ttl similarity index 99% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_transduction.ttl index c93a42d6..bdf417ae 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230530/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01_transduction.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_transduction.ttl @@ -1,4 +1,4 @@ -@base <http://https://tenet.tetras-libre.fr/demo/01//transduction> . +@base <http://SolarSystemSample/transduction> . @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#> . @@ -515,40 +515,6 @@ net:compositeClass_object-orbit-hasManner-not-direct-sun_o a net:Composite_Class net:hasRestriction net:restriction_orbit-hasManner-not-direct-sun_o2 ; net:hasStructure "SSC-01-01" . -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 "SSC-01-01" . - -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 "SSC-01-01" . - net:entityClass a owl:AnnotationProperty ; rdfs:label "entity class" ; rdfs:subPropertyOf net:objectValue . @@ -851,6 +817,40 @@ net:atomClass_orbit_o2 a net:Atom_Class_Net, net:hasNaming "orbit" ; net:hasStructure "SSC-01-01" . +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 "SSC-01-01" . + +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 "SSC-01-01" . + net:has_value a owl:AnnotationProperty ; rdfs:subPropertyOf net:netProperty . @@ -1231,7 +1231,10 @@ net:individual_SolarSystem_p a net:Individual_Net ; net:coverBaseNode :leaf_system_p ; net:coverNode :leaf_system_p ; net:hasIndividualLabel "Solar System" ; - net:hasMotherClassNet net:atomClass_system_p ; + 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 "SSC-01-01" . @@ -1442,19 +1445,6 @@ net:Class_Net a owl:Class ; net:Net a owl:Class ; rdfs:subClassOf net:Net_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 "SSC-01-01" . - net:atomProperty_direct_d2 a net:Atom_Property_Net, net:Deprecated_Net ; :role_polarity net:value_negative_blankNode ; @@ -1475,6 +1465,19 @@ net:atomProperty_direct_d2 a net:Atom_Property_Net, :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 "SSC-01-01" . + :leaf_object_o a :AMR_Leaf ; :hasConcept :concept_object ; :hasVariable :variable_o . diff --git a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample.ttl similarity index 86% rename from tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl rename to tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample.ttl index bda0bbc1..36318d8b 100644 --- a/tests/main_tests/test_owl_output/SolarSystemDev01-20230531/technical-data/tenet.tetras-libre.fr_demo_01-0/tenet.tetras-libre.fr_demo_01.ttl +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample.ttl @@ -1,73 +1,72 @@ -@base <https://tenet.tetras-libre.fr/working/https://tenet.tetras-libre.fr/demo/01/> . +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . @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 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#> . -ns2:Concept a rdfs:Class, +ns1:Concept a rdfs:Class, owl:Class ; rdfs:label "AMR-Concept" ; rdfs:subClassOf :AMR_Linked_Data . -ns2:Role a rdfs:Class, +ns1:Role a rdfs:Class, owl:Class ; rdfs:label "AMR-Role" ; rdfs:subClassOf :AMR_Linked_Data . -<http://amr.isi.edu/amr_data/SSC-01-01#b> a ns3:bind-01 ; - ns3:bind-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#g> ; - ns3:bind-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s> . +<http://amr.isi.edu/amr_data/SSC-10-01#h> a ns21:have-degree-91 ; + ns21:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns21:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-10-01#s2> ; + ns21:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-10-01#m> . -<http://amr.isi.edu/amr_data/SSC-01-01#o2> a ns3:orbit-01 ; - ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-01-01#o> ; - ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:manner <http://amr.isi.edu/amr_data/SSC-01-01#o3> . +<http://amr.isi.edu/amr_data/SSC-10-01#root01> a ns1:AMR ; + ns1:has-id "SSC-10-01" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-10-01#c> . -<http://amr.isi.edu/amr_data/SSC-01-01#root01> a ns2:AMR ; - ns2:has-id "SSC-01-01" ; - ns2:has-sentence "The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly." ; - ns2:root <http://amr.isi.edu/amr_data/SSC-01-01#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-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> ns1:hasID "test-2" ; + ns1:hasSentence "Earth is a planet." ; + ns1:root <http://amr.isi.edu/amr_data/test-2#p> . -<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> . +ns21:contain-01.ARG0 a ns21:FrameRole . -ns3:bind-01.ARG0 a ns3:FrameRole . +ns21:contain-01.ARG1 a ns21:FrameRole . -ns3:bind-01.ARG1 a ns3:FrameRole . +ns21:have-degree-91.ARG1 a ns21:FrameRole . -ns3:orbit-01.ARG0 a ns3:FrameRole . +ns21:have-degree-91.ARG2 a ns21:FrameRole . -ns3:orbit-01.ARG1 a ns3:FrameRole . +ns21:have-degree-91.ARG3 a ns21:FrameRole . -ns11:domain a ns2:Role, +ns3:domain a ns1:Role, owl:AnnotationProperty, owl:NamedIndividual . -ns11:manner a ns2:Role . +ns3:mod a ns1:Role . -ns11:op1 a ns2:Role . - -ns11:op2 a ns2:Role . - -ns11:part a ns2:Role . +ns1:NamedEntity a ns1:Concept, + owl:Class, + owl:NamedIndividual ; + rdfs:label "AMR-EntityType", + "AMR-Term" ; + rdfs:subClassOf :AMR_Linked_Data . -ns2:hasID a owl:AnnotationProperty . +ns1:hasID a owl:AnnotationProperty . -ns2:hasSentence a owl:AnnotationProperty . +ns1:hasSentence a owl:AnnotationProperty . -ns2:root a owl:AnnotationProperty . +ns1:root a owl:AnnotationProperty . <https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ; owl:versionIRI :0.1 . @@ -620,55 +619,40 @@ net:verbClass a owl:AnnotationProperty ; rdfs:label "verb class" ; rdfs:subPropertyOf net:objectValue . -<http://amr.isi.edu/amr_data/SSC-01-01#a> a ns2:and ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#s2> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#o> . - -<http://amr.isi.edu/amr_data/SSC-01-01#d> a ns3:direct-02 . +<http://amr.isi.edu/amr_data/SSC-10-01#a> a ns3:also . -<http://amr.isi.edu/amr_data/SSC-01-01#d2> a ns3:direct-02 ; - ns11:polarity "-" . +<http://amr.isi.edu/amr_data/SSC-10-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-10-01#a> . -<http://amr.isi.edu/amr_data/SSC-01-01#g> a ns11:gravitation . +<http://amr.isi.edu/amr_data/SSC-10-01#m> a ns1:more . -<http://amr.isi.edu/amr_data/SSC-01-01#o3> a ns2:or ; - ns11:op1 <http://amr.isi.edu/amr_data/SSC-01-01#d> ; - ns11:op2 <http://amr.isi.edu/amr_data/SSC-01-01#d2> . - -<http://amr.isi.edu/amr_data/SSC-01-01#p> a <http://amr.isi.edu/entity-types#planet> ; +<http://amr.isi.edu/amr_data/SSC-10-01#s> a ns3:system ; 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/amr_data/SSC-10-01#s2> a ns3:small . -<http://amr.isi.edu/entity-types#planet> a ns2:NamedEntity . +<http://amr.isi.edu/amr_data/test-1#s> ns3:domain <http://amr.isi.edu/amr_data/test-1#s2> . -ns3:bind-01 a ns2:Frame . +<http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" . -ns3:orbit-01 a ns2:Frame . +ns21:contain-01 a ns1:Frame . -ns11:gravitation a ns2:Concept . +ns21:have-degree-91 a ns1:Frame . -ns11:object a ns2:Concept . +ns3:also a ns1:Concept . -ns11:sun a ns2:Concept . +ns3:object a ns1:Concept . -ns11:system a ns2:Concept . +ns3:small a ns1:Concept . -ns2:AMR a owl:Class ; - rdfs:subClassOf :AMR_Linked_Data . +ns3:system a ns1:Concept . -ns2:NamedEntity a ns2:Concept, - owl:Class, - owl:NamedIndividual ; - rdfs:label "AMR-EntityType", - "AMR-Term" ; +ns1:AMR a owl:Class ; rdfs:subClassOf :AMR_Linked_Data . -ns2:and a ns2:Concept . - -ns2:or a ns2:Concept . +ns1:more a ns1:Concept . sys:Degree a owl:Class ; rdfs:subClassOf sys:Out_Structure . @@ -694,15 +678,13 @@ net:objectType a owl:AnnotationProperty ; rdfs:label "object type" ; rdfs:subPropertyOf net:objectProperty . -<http://amr.isi.edu/amr_data/SSC-01-01#o> a ns11:object . - -<http://amr.isi.edu/amr_data/SSC-01-01#s> a ns11:system ; - ns11:domain <http://amr.isi.edu/amr_data/SSC-01-01#p> ; - ns11:part <http://amr.isi.edu/amr_data/SSC-01-01#a> . - -<http://amr.isi.edu/amr_data/SSC-01-01#s2> a ns11:sun . +<http://amr.isi.edu/amr_data/SSC-10-01#o> a ns3:object . -ns3:direct-02 a ns2:Frame . +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 . @@ -728,12 +710,6 @@ net:Property_Net a owl:Class ; net:objectProperty a owl:AnnotationProperty ; rdfs:label "object attribute" . -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 . @@ -770,18 +746,18 @@ net:has_relation_value a owl:AnnotationProperty ; rdfs:label "has relation value" ; rdfs:subPropertyOf net:has_object . -ns3:FrameRole a ns2: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" . +ns21: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 . diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..1f2ca09a --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_factoid.ttl @@ -0,0 +1,30 @@ +@base <http://SolarSystemSample/factoid> . +@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#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-10-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..faa8e63b --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_generation.ttl @@ -0,0 +1,1077 @@ +@base <http://SolarSystemSample/generation> . +@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:contain-01.ARG0 a ns21:FrameRole . + +ns21:contain-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 . + +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 . + +:edge_c_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_mod_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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_SSC-10-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "SSC-10-01" ; + :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#also> a owl:Class ; + rdfs:label "also" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#contain> a owl:ObjectProperty ; + rdfs:label "contain" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-10-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-10-01" . + +<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 "SSC-10-01" ; + 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 "SSC-10-01" . + +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/SSC-10-01#h> a ns21:have-degree-91 ; + ns21:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns21:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-10-01#s2> ; + ns21:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#root01> a ns1:AMR ; + ns1:has-id "SSC-10-01" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-10-01#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" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21: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 ns3:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3: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/SSC-10-01#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-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 . + +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 "SSC-10-01" . + +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 "SSC-10-01" . + +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 "SSC-10-01" ; + 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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-10-01" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/SSC-10-01#a> a ns3:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-10-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s> a ns3:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3: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 . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_o :leaf_object_o ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m :leaf_more_m ; + :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 "Solar System" . + +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 "SSC-10-01" . + +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 "SSC-10-01" . + +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 "SSC-10-01" ; + net:hasValueLabel "Solar System" . + +<http://amr.isi.edu/amr_data/SSC-10-01#o> a ns3: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_ARG0_s :leaf_system_s ; + :edge_c_ARG1_o :leaf_object_o ; + :edge_c_mod_a :leaf_also_a ; + :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" . + +ns21: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..4cc3eb41 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,953 @@ +@base <http://SolarSystemSample/preprocessing> . +@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:contain-01.ARG0 a ns21:FrameRole . + +ns21:contain-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 . + +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 . + +:edge_c_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_mod_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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_ARG1_o :leaf_object_o ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m :leaf_more_m ; + :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_SSC-10-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "SSC-10-01" ; + :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/SSC-10-01#h> a ns21:have-degree-91 ; + ns21:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns21:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-10-01#s2> ; + ns21:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#root01> a ns1:AMR ; + ns1:has-id "SSC-10-01" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-10-01#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" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21: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 ns3:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:system ; + :label "system" . + +:leaf_also_a a :AMR_Leaf ; + :hasConcept :concept_also ; + :hasVariable :variable_a . + +:leaf_contain-01_c a :AMR_Leaf ; + :edge_c_ARG0_s :leaf_system_s ; + :edge_c_ARG1_o :leaf_object_o ; + :edge_c_mod_a :leaf_also_a ; + :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 "Solar System" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-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/SSC-10-01#a> a ns3:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-10-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s> a ns3:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3: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 . + +: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/SSC-10-01#o> a ns3: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" . + +ns21: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..4f903404 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_transduction.ttl @@ -0,0 +1,1052 @@ +@base <http://SolarSystemSample/transduction> . +@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:contain-01.ARG0 a ns21:FrameRole . + +ns21:contain-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 . + +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 . + +:edge_c_ARG0_s a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_c_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_c_mod_a a :AMR_Edge ; + :hasAmrRole :role_mod ; + :hasRoleID "mod" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +: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_SSC-10-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#root01> ; + :hasRootLeaf :leaf_contain-01_c ; + :hasSentenceID "SSC-10-01" ; + :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 "SSC-10-01" ; + 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 "SSC-10-01" . + +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/SSC-10-01#h> a ns21:have-degree-91 ; + ns21:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns21:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-10-01#s2> ; + ns21:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#root01> a ns1:AMR ; + ns1:has-id "SSC-10-01" ; + ns1:has-sentence "The Solar System also contains smaller objects." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-10-01#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" . + +ns1:AMR a owl:Class ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:AMR_Value a owl:Class ; + rdfs:subClassOf :AMR_Element . + +:concept_also rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:also ; + :label "also" . + +:concept_contain-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns21:contain-01 ; + :label "contain-01" . + +:concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns21: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 ns3:object ; + :label "object" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3:small ; + :label "small" . + +:concept_system rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns3: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/SSC-10-01#a> ; + :label "a" . + +:variable_c a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#c> ; + :label "c" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#h> ; + :label "h" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#m> ; + :label "m" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + :label "o" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + :label "s" ; + :name "Solar System" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-10-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: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 "SSC-10-01" . + +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 "SSC-10-01" . + +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 "SSC-10-01" ; + 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 "Solar System" ; + net:hasMotherClassNet net:atomClass_system_s ; + net:hasNaming "SolarSystem" ; + net:hasStructure "SSC-10-01" . + +net:objectType a owl:AnnotationProperty ; + rdfs:label "object type" ; + rdfs:subPropertyOf net:objectProperty . + +<http://amr.isi.edu/amr_data/SSC-10-01#a> a ns3:also ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#c> a ns21:contain-01 ; + ns21:contain-01.ARG0 <http://amr.isi.edu/amr_data/SSC-10-01#s> ; + ns21:contain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-10-01#o> ; + ns3:mod <http://amr.isi.edu/amr_data/SSC-10-01#a> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#m> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s> a ns3:system ; + rdfs:label "Solar System" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-10-01#s2> a ns3:small ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:contain-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns21:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:also a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3: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 . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_o :leaf_object_o ; + :edge_h_ARG2_s2 :leaf_small_s2 ; + :edge_h_ARG3_m :leaf_more_m ; + :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 "Solar System" . + +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 "SSC-10-01" . + +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 "SSC-10-01" . + +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 "SSC-10-01" ; + net:hasValueLabel "Solar System" . + +<http://amr.isi.edu/amr_data/SSC-10-01#o> a ns3: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_ARG0_s :leaf_system_s ; + :edge_c_ARG1_o :leaf_object_o ; + :edge_c_mod_a :leaf_also_a ; + :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" . + +ns21: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample.ttl new file mode 100644 index 00000000..340c77db --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample.ttl @@ -0,0 +1,900 @@ +@base <https://tenet.tetras-libre.fr/working/SolarSystemSample> . +@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/SSC-03-01#d> a ns3:direct-02 ; + ns3:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + ns2:polarity "-" . + +<http://amr.isi.edu/amr_data/SSC-03-01#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m3> . + +<http://amr.isi.edu/amr_data/SSC-03-01#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#o2> . + +<http://amr.isi.edu/amr_data/SSC-03-01#m> a ns3:mean-01 ; + ns3:mean-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:mean-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s2> . + +<http://amr.isi.edu/amr_data/SSC-03-01#n> a ns3:natural-03 ; + ns3:natural-03.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s2> . + +<http://amr.isi.edu/amr_data/SSC-03-01#root01> a ns1:AMR ; + ns1:has-id "SSC-03-01" ; + ns1: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." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-03-01#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:direct-02.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG2 a ns3:FrameRole . + +ns3:equal-01.ARG3 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:have-degree-91.ARG4 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:mean-01.ARG1 a ns3:FrameRole . + +ns3:mean-01.ARG2 a ns3:FrameRole . + +ns3:natural-03.ARG1 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns3:orbit-01.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:op1 a ns1:Role . + +ns2:op2 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/SSC-03-01#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-03-01#e> . + +<http://amr.isi.edu/amr_data/SSC-03-01#a2> a ns2:almost . + +<http://amr.isi.edu/amr_data/SSC-03-01#e> a ns3:equal-01 ; + ns3:equal-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + ns3:equal-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:equal-01.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#s4> . + +<http://amr.isi.edu/amr_data/SSC-03-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + ns3:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-03-01#p> . + +<http://amr.isi.edu/amr_data/SSC-03-01#l> a ns2:large . + +<http://amr.isi.edu/amr_data/SSC-03-01#m2> a ns1:more . + +<http://amr.isi.edu/amr_data/SSC-03-01#m3> a ns1:most . + +<http://amr.isi.edu/amr_data/SSC-03-01#m4> a ns1:more ; + ns2:quant <http://amr.isi.edu/amr_data/SSC-03-01#a2> . + +<http://amr.isi.edu/amr_data/SSC-03-01#o3> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s> . + +<http://amr.isi.edu/amr_data/SSC-03-01#s> a ns2:sun . + +<http://amr.isi.edu/amr_data/SSC-03-01#s3> a ns2:small . + +<http://amr.isi.edu/amr_data/SSC-03-01#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 ns1:NamedEntity . + +ns3:direct-02 a ns1:Frame . + +ns3:equal-01 a ns1:Frame . + +ns3:include-91 a ns1:Frame . + +ns3:mean-01 a ns1:Frame . + +ns3:natural-03 a ns1:Frame . + +ns3:orbit-01 a ns1:Frame . + +ns2:almost a ns1:Concept . + +ns2:large a ns1:Concept . + +ns2:satellite a ns1:Concept . + +ns2:size a ns1:Concept . + +ns2:small a ns1:Concept . + +ns2:sun 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:and a ns1:Concept . + +ns1:most 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/SSC-03-01#o> a ns2:object ; + ns2:quant "2" . + +<http://amr.isi.edu/amr_data/SSC-03-01#s2> a ns2:satellite . + +ns3:have-degree-91 a ns1:Frame . + +ns2:object a ns1:Concept . + +ns1:more 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/SSC-03-01#o2> a ns2:object . + +<http://amr.isi.edu/amr_data/SSC-03-01#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" . + +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 . + +:AMR_AnnotationProperty a owl:AnnotationProperty . + +:AMR_Core_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +ns3:FrameRole a ns1: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_factoid.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_factoid.ttl new file mode 100644 index 00000000..e792e27f --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_factoid.ttl @@ -0,0 +1,89 @@ +@base <http://SolarSystemSample/factoid> . +@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#almost> a owl:Class ; + rdfs:label "almost" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<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 "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#natural> a owl:ObjectProperty ; + rdfs:label "natural" ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf ns1:Out_ObjectProperty ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-include-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-mean-satellite> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#satellite> a owl:Class ; + rdfs:label "satellite" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#size> a owl:Class ; + rdfs:label "size" ; + rdfs:subClassOf ns1:Undetermined_Thing ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf ns1:Entity ; + ns1:fromStructure "SSC-03-01" . + diff --git a/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_generation.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_generation.ttl new file mode 100644 index 00000000..7e9d8790 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_generation.ttl @@ -0,0 +1,1802 @@ +@base <http://SolarSystemSample/generation> . +@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:direct-02.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG2 a ns3:FrameRole . + +ns3:equal-01.ARG3 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:have-degree-91.ARG4 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:mean-01.ARG1 a ns3:FrameRole . + +ns3:mean-01.ARG2 a ns3:FrameRole . + +ns3:natural-03.ARG1 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns3:orbit-01.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:op1 a ns1:Role . + +ns2:op2 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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_e a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_d_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_e_ARG1_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_ARG2_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_ARG3_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_ARG2_s3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_ARG3_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG4_p a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_ii_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_ARG2_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m4_quant_a2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_m_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_n_ARG1_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o3_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p_name_Mercury 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_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_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" . + +:root_SSC-03-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-03-01" ; + :hasSentenceStatement "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." . + +: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#almost> a owl:Class ; + rdfs:label "almost" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#equal> a owl:ObjectProperty ; + rdfs:label "equal" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#include> a owl:ObjectProperty ; + rdfs:label "include" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#large> a owl:Class ; + rdfs:label "large" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#mean> a owl:ObjectProperty ; + rdfs:label "mean" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#more> a owl:Class, + owl:ObjectProperty ; + rdfs:label "more" ; + rdfs:subClassOf sys:Entity ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#most> a owl:ObjectProperty ; + rdfs:label "most" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#natural> a owl:ObjectProperty ; + rdfs:label "natural" ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#not-direct> a owl:ObjectProperty ; + rdfs:subPropertyOf sys:Out_ObjectProperty ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-include-object> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#object-mean-satellite> a owl:Class ; + rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#object> ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#orbit> a owl:Class ; + rdfs:label "orbit" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#satellite> a owl:Class ; + rdfs:label "satellite" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#size> a owl:Class ; + rdfs:label "size" ; + rdfs:subClassOf sys:Undetermined_Thing ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#small> a owl:Class ; + rdfs:label "small" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ; + rdfs:label "sun" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +<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:atomProperty_natural_n a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_satellite_s2 ; + net:coverBaseNode :leaf_natural-03_n ; + net:coverNode :leaf_natural-03_n ; + net:hasNaming "natural" ; + net:hasPropertyName "natural" ; + net:hasPropertyName01 "naturaling" ; + net:hasPropertyName10 "natural-by" ; + net:hasPropertyName12 "natural-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_satellite_s2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:axiom_disjointProperty_direct_not-direct_d a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_direct_not-direct" ; + net:hasNetArgument net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:hasStructure "SSC-03-01" . + +net:axiom_disjointProperty_not-direct_direct_d a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_not-direct_direct" ; + net:hasNetArgument net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:hasStructure "SSC-03-01" . + +net:compositeClass_object-include-object_o a net:Composite_Class_Net ; + :role_quant net:value_o_blankNode ; + net:composeFrom net:atomClass_object_o, + net:atomClass_object_o2, + net:atomProperty_include_ii ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_include-91_ii, + :leaf_object_o, + :leaf_object_o2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-include-object" ; + net:hasRestriction net:restriction_include-object_ii ; + net:hasStructure "SSC-03-01" . + +net:compositeClass_object-mean-satellite_o2 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o2, + net:atomClass_satellite_s2, + net:atomProperty_mean_m ; + net:coverBaseNode :leaf_object_o2 ; + net:coverNode :leaf_mean-01_m, + :leaf_object_o2, + :leaf_satellite_s2 ; + net:hasMotherClassNet net:atomClass_object_o2 ; + net:hasNaming "object-mean-satellite" ; + net:hasRestriction net:restriction_mean-satellite_m ; + net:hasStructure "SSC-03-01" . + +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_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_equal_e ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "SSC-03-01" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:individual_Mercury_p ; + :role_ARG2 net:atomClass_small_s3 ; + :role_ARG3 net:atomProperty_most_m3 ; + 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 "SSC-03-01" . + +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/SSC-03-01#d> a ns3:direct-02 ; + ns3:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + ns2:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m> a ns3:mean-01 ; + ns3:mean-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:mean-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#n> a ns3:natural-03 ; + ns3:natural-03.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#root01> a ns1:AMR ; + ns1:has-id "SSC-03-01" ; + ns1: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." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-03-01#a> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:almost ; + :label "almost" . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:direct-02 ; + :label "direct-02" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:equal-01 ; + :label "equal-01" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:mean-01 ; + :label "mean-01" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_natural-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:natural-03 ; + :label "natural-03" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_satellite rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:satellite ; + :label "satellite" . + +:concept_size rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:size ; + :label "size" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:sun ; + :label "sun" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +: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" . + +: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/SSC-03-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + :label "a2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + :label "e" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + :label "m4" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + :label "p" ; + :name "Mercury" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + :label "s4" . + +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:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +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 "SSC-03-01" . + +net:atomClass_more_m4 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:atomClass_almost_a2 ; + 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 "SSC-03-01" . + +net:atomClass_size_s4 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_size_s4 ; + net:coverNode :leaf_size_s4 ; + net:hasClassName "size" ; + net:hasNaming "size" ; + net:hasStructure "SSC-03-01" . + +net:atomClass_small_s3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "SSC-03-01" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + :role_ARG2 net:atomClass_planet_p, + net:individual_Mercury_p ; + :role_ARG3 net:atomClass_size_s4 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_more_m4, + :leaf_planet_p, + :leaf_size_s4 . + +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 "SSC-03-01" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m3 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m3 ; + net:coverNode :leaf_most_m3 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" . + +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_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_planet_p, + net:individual_Mercury_p ; + 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 "SSC-03-01" . + +net:restriction_include-object_ii a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o2, + net:atomProperty_include_ii ; + net:coverBaseNode :leaf_include-91_ii ; + net:coverNode :leaf_include-91_ii, + :leaf_object_o2 ; + net:hasNaming "include-object" ; + net:hasRestrictionNetValue net:atomClass_object_o2 ; + net:hasRestrictionOnProperty net:atomProperty_include_ii ; + net:hasStructure "SSC-03-01" . + +net:restriction_mean-satellite_m a net:Restriction_Net ; + net:composeFrom net:atomClass_satellite_s2, + net:atomProperty_mean_m ; + net:coverBaseNode :leaf_mean-01_m ; + net:coverNode :leaf_mean-01_m, + :leaf_satellite_s2 ; + net:hasNaming "mean-satellite" ; + net:hasRestrictionNetValue net:atomClass_satellite_s2 ; + net:hasRestrictionOnProperty net:atomProperty_mean_m ; + net:hasStructure "SSC-03-01" . + +<http://amr.isi.edu/amr_data/SSC-03-01#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#a2> a ns2:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#e> a ns3:equal-01 ; + ns3:equal-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + ns3:equal-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:equal-01.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + ns3:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#l> a ns2:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m3> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m4> a ns1:more ; + ns2:quant <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#o3> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s> a ns2:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s3> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s4> a ns2:size ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:direct-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:mean-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:natural-03 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:orbit-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:almost a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:satellite a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:size a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +: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" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_ARG1_p :leaf_planet_p ; + :edge_h2_ARG2_s3 :leaf_small_s3 ; + :edge_h2_ARG3_m3 :leaf_most_m3 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_natural-03_n a :AMR_Leaf ; + :edge_n_ARG1_s2 :leaf_satellite_s2 ; + :hasConcept :concept_natural-03 ; + :hasVariable :variable_n . + +: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_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_2 a :AMR_Value ; + rdfs:label "o" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +sys:Undetermined_Thing a owl:Class ; + rdfs:subClassOf sys:Out_Structure . + +<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ; + rdfs:label "object" ; + rdfs:subClassOf sys:Entity ; + sys:fromStructure "SSC-03-01" . + +net:Composite_Class_Net a owl:Class ; + rdfs:subClassOf net:Class_Net . + +net:Property_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:Restriction_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 "SSC-03-01" . + +net:atomClass_orbit_o3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o2 ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o3 ; + net:coverBaseNode :leaf_orbit-01_o3 ; + net:coverNode :leaf_orbit-01_o3 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "SSC-03-01" . + +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 "SSC-03-01" . + +net:atomProperty_more_m4 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_quant net:atomClass_almost_a2 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_almost_a2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "Mercury" . + +net:value_negative_blankNode a net:Value_Net ; + net:coverAmrValue :value_negative ; + net:hasNaming "negative" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "negative" . + +net:value_o_blankNode a net:Value_Net ; + net:coverAmrValue :value_2 ; + net:hasNaming "o" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "o" . + +<http://amr.isi.edu/amr_data/SSC-03-01#o> a ns2:object ; + ns2:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s2> a ns2:satellite ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more 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 . + +: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_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_e :leaf_equal-01_e ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_ARG1_m4 :leaf_more_m4 ; + :edge_e_ARG2_p :leaf_planet_p ; + :edge_e_ARG3_s4 :leaf_size_s4 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_o :leaf_object_o ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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_m3 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m3 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +: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: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:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_object_o2 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_object_o2 . + +net:atomProperty_mean_m a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o2 ; + :role_ARG2 net:atomClass_satellite_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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o2, + :leaf_satellite_s2 . + +net:atomProperty_orbit_o3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o2 ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o3 ; + net:coverNode :leaf_orbit-01_o3 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o2, + :leaf_sun_s . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_Mercury_p a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-03-01" . + +<http://amr.isi.edu/amr_data/SSC-03-01#o2> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_size_s4 a :AMR_Leaf ; + :hasConcept :concept_size ; + :hasVariable :variable_s4 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_quant net:value_o_blankNode ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "SSC-03-01" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-03-01" . + +net:compositeProperty_not-direct_d a net:Composite_Property_Net ; + :role_ARG1 net:atomClass_orbit_o3, + net:atomProperty_orbit_o3 ; + :role_polarity net:value_negative_blankNode ; + net:composeFrom net:atomProperty_direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" . + +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_include-91_ii a :AMR_Leaf ; + :edge_ii_ARG1_o :leaf_object_o ; + :edge_ii_ARG2_o2 :leaf_object_o2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_ARG1_o2 :leaf_object_o2 ; + :edge_m_ARG2_s2 :leaf_satellite_s2 ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_satellite_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_satellite_s2 ; + net:coverNode :leaf_satellite_s2 ; + net:hasClassName "satellite" ; + net:hasClassType sys:Entity ; + net:hasNaming "satellite" ; + net:hasStructure "SSC-03-01" . + +net:atomProperty_direct_d a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_orbit_o3, + net:atomProperty_orbit_o3 ; + :role_polarity net:value_negative_blankNode ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o3, + :value_negative . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_more_m4 a :AMR_Leaf ; + :edge_m4_quant_a2 :leaf_almost_a2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_orbit-01_o3 a :AMR_Leaf ; + :edge_o3_ARG0_o2 :leaf_object_o2 ; + :edge_o3_ARG1_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o3 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +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 . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_quant_2 :value_2 ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_ARG1_o3 :leaf_orbit-01_o3 ; + :edge_d_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_satellite_s2 a :AMR_Leaf ; + :hasConcept :concept_satellite ; + :hasVariable :variable_s2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +net:has_object a owl:AnnotationProperty ; + rdfs:label "relation" ; + rdfs:subPropertyOf net:netProperty . + +:AMR_Op_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +sys:Out_ObjectProperty a owl:ObjectProperty . + +net:Atom_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Net a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:atomClass_object_o2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_object_o2 ; + net:coverNode :leaf_object_o2 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "SSC-03-01" . + +: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 . + +:leaf_object_o2 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o2 . + +ns3:FrameRole a ns1: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 . + +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/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_preprocessing.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_preprocessing.ttl new file mode 100644 index 00000000..addf14fe --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_preprocessing.ttl @@ -0,0 +1,1317 @@ +@base <http://SolarSystemSample/preprocessing> . +@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:direct-02.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG2 a ns3:FrameRole . + +ns3:equal-01.ARG3 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:have-degree-91.ARG4 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:mean-01.ARG1 a ns3:FrameRole . + +ns3:mean-01.ARG2 a ns3:FrameRole . + +ns3:natural-03.ARG1 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns3:orbit-01.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:op1 a ns1:Role . + +ns2:op2 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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_e a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_d_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_e_ARG1_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_ARG2_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_ARG3_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_ARG2_s3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_ARG3_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG4_p a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_ii_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_ARG2_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m4_quant_a2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_m_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_n_ARG1_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o3_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p_name_Mercury 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_ARG1_o3 :leaf_orbit-01_o3 ; + :edge_d_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_ARG1_p :leaf_planet_p ; + :edge_h2_ARG2_s3 :leaf_small_s3 ; + :edge_h2_ARG3_m3 :leaf_most_m3 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_include-91_ii a :AMR_Leaf ; + :edge_ii_ARG1_o :leaf_object_o ; + :edge_ii_ARG2_o2 :leaf_object_o2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_ARG1_o2 :leaf_object_o2 ; + :edge_m_ARG2_s2 :leaf_satellite_s2 ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:leaf_natural-03_n a :AMR_Leaf ; + :edge_n_ARG1_s2 :leaf_satellite_s2 ; + :hasConcept :concept_natural-03 ; + :hasVariable :variable_n . + +: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_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_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" . + +:root_SSC-03-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-03-01" ; + :hasSentenceStatement "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." . + +: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/SSC-03-01#d> a ns3:direct-02 ; + ns3:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + ns2:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m> a ns3:mean-01 ; + ns3:mean-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:mean-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#n> a ns3:natural-03 ; + ns3:natural-03.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#root01> a ns1:AMR ; + ns1:has-id "SSC-03-01" ; + ns1: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." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-03-01#a> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:almost ; + :label "almost" . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:direct-02 ; + :label "direct-02" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:equal-01 ; + :label "equal-01" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:mean-01 ; + :label "mean-01" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_natural-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:natural-03 ; + :label "natural-03" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_satellite rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:satellite ; + :label "satellite" . + +:concept_size rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:size ; + :label "size" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:sun ; + :label "sun" . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_and_a a :AMR_Leaf ; + :edge_a_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_e :leaf_equal-01_e ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_ARG1_m4 :leaf_more_m4 ; + :edge_e_ARG2_p :leaf_planet_p ; + :edge_e_ARG3_s4 :leaf_size_s4 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_o :leaf_object_o ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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_more_m4 a :AMR_Leaf ; + :edge_m4_quant_a2 :leaf_almost_a2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_most_m3 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m3 . + +:leaf_orbit-01_o3 a :AMR_Leaf ; + :edge_o3_ARG0_o2 :leaf_object_o2 ; + :edge_o3_ARG1_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o3 . + +:leaf_size_s4 a :AMR_Leaf ; + :hasConcept :concept_size ; + :hasVariable :variable_s4 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +: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_ARG4 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +: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_polarity a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "polarity" . + +:value_2 a :AMR_Value ; + rdfs:label "o" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +:value_negative a :AMR_Value ; + rdfs:label "negative" . + +:variable_a a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + :label "a2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + :label "e" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + :label "m4" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + :label "p" ; + :name "Mercury" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + :label "s4" . + +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/SSC-03-01#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#a2> a ns2:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#e> a ns3:equal-01 ; + ns3:equal-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + ns3:equal-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:equal-01.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + ns3:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#l> a ns2:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m3> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m4> a ns1:more ; + ns2:quant <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#o3> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s> a ns2:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s3> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s4> a ns2:size ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:direct-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:mean-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:natural-03 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:orbit-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:almost a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:satellite a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:size a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +: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" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_quant_2 :value_2 ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:leaf_satellite_s2 a :AMR_Leaf ; + :hasConcept :concept_satellite ; + :hasVariable :variable_s2 . + +:phenomena_conjunction a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "contrast-01", + "either", + "neither" ; + :label "conjunction" . + +:role_quant a owl:Class ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +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/SSC-03-01#o> a ns2:object ; + ns2:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s2> a ns2:satellite ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more 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 . + +: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_object_o2 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o2 . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG3 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +: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/SSC-03-01#o2> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + 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 . + +:role_ARG2 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +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" . + +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 . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:role_ARG1 a owl:Class ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +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 . + +ns3:FrameRole a ns1: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 . + +: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/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_transduction.ttl b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_transduction.ttl new file mode 100644 index 00000000..7071cce3 --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_transduction.ttl @@ -0,0 +1,1718 @@ +@base <http://SolarSystemSample/transduction> . +@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:direct-02.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG1 a ns3:FrameRole . + +ns3:equal-01.ARG2 a ns3:FrameRole . + +ns3:equal-01.ARG3 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:have-degree-91.ARG4 a ns3:FrameRole . + +ns3:include-91.ARG1 a ns3:FrameRole . + +ns3:include-91.ARG2 a ns3:FrameRole . + +ns3:mean-01.ARG1 a ns3:FrameRole . + +ns3:mean-01.ARG2 a ns3:FrameRole . + +ns3:natural-03.ARG1 a ns3:FrameRole . + +ns3:orbit-01.ARG0 a ns3:FrameRole . + +ns3:orbit-01.ARG1 a ns3:FrameRole . + +ns2:domain a ns1:Role, + owl:AnnotationProperty, + owl:NamedIndividual . + +ns2:op1 a ns1:Role . + +ns2:op2 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_Prep_Role a owl:Class ; + rdfs:subClassOf :AMR_Role . + +:edge_a_op1_h a :AMR_Edge ; + :hasAmrRole :role_op1 ; + :hasRoleID "op1" . + +:edge_a_op2_e a :AMR_Edge ; + :hasAmrRole :role_op2 ; + :hasRoleID "op2" . + +:edge_d_ARG1_o3 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_d_polarity_negative a :AMR_Edge ; + :hasAmrRole :role_polarity ; + :hasRoleID "polarity" . + +:edge_e_ARG1_m4 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_e_ARG2_p a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_e_ARG3_s4 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h2_ARG1_p a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h2_ARG2_s3 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h2_ARG3_m3 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_h_ARG2_l a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_h_ARG3_m2 a :AMR_Edge ; + :hasAmrRole :role_ARG3 ; + :hasRoleID "ARG3" . + +:edge_h_ARG4_p a :AMR_Edge ; + :hasAmrRole :role_ARG4 ; + :hasRoleID "ARG4" . + +:edge_ii_ARG1_o a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_ii_ARG2_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_m4_quant_a2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_m_ARG1_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_m_ARG2_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG2 ; + :hasRoleID "ARG2" . + +:edge_n_ARG1_s2 a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o3_ARG0_o2 a :AMR_Edge ; + :hasAmrRole :role_ARG0 ; + :hasRoleID "ARG0" . + +:edge_o3_ARG1_s a :AMR_Edge ; + :hasAmrRole :role_ARG1 ; + :hasRoleID "ARG1" . + +:edge_o_quant_2 a :AMR_Edge ; + :hasAmrRole :role_quant ; + :hasRoleID "quant" . + +:edge_p_name_Mercury 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_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_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" . + +:root_SSC-03-01 a :AMR_Root ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#root01> ; + :hasRootLeaf :leaf_and_a ; + :hasSentenceID "SSC-03-01" ; + :hasSentenceStatement "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." . + +: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:atomProperty_natural_n a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_satellite_s2 ; + net:coverBaseNode :leaf_natural-03_n ; + net:coverNode :leaf_natural-03_n ; + net:hasNaming "natural" ; + net:hasPropertyName "natural" ; + net:hasPropertyName01 "naturaling" ; + net:hasPropertyName10 "natural-by" ; + net:hasPropertyName12 "natural-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_satellite_s2 . + +net:atomType a owl:AnnotationProperty ; + rdfs:label "atom type" ; + rdfs:subPropertyOf net:objectType . + +net:axiom_disjointProperty_direct_not-direct_d a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_direct_not-direct" ; + net:hasNetArgument net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:hasStructure "SSC-03-01" . + +net:axiom_disjointProperty_not-direct_direct_d a net:Axiom_Net ; + net:composeFrom net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasAxiomName "disjointProperty" ; + net:hasAxiomURI owl:propertyDisjointWith ; + net:hasNaming "disjointProperty_not-direct_direct" ; + net:hasNetArgument net:atomProperty_direct_d, + net:compositeProperty_not-direct_d ; + net:hasStructure "SSC-03-01" . + +net:compositeClass_object-include-object_o a net:Composite_Class_Net ; + :role_quant net:value_o_blankNode ; + net:composeFrom net:atomClass_object_o, + net:atomClass_object_o2, + net:atomProperty_include_ii ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_include-91_ii, + :leaf_object_o, + :leaf_object_o2 ; + net:hasMotherClassNet net:atomClass_object_o ; + net:hasNaming "object-include-object" ; + net:hasRestriction net:restriction_include-object_ii ; + net:hasStructure "SSC-03-01" . + +net:compositeClass_object-mean-satellite_o2 a net:Composite_Class_Net ; + net:composeFrom net:atomClass_object_o2, + net:atomClass_satellite_s2, + net:atomProperty_mean_m ; + net:coverBaseNode :leaf_object_o2 ; + net:coverNode :leaf_mean-01_m, + :leaf_object_o2, + :leaf_satellite_s2 ; + net:hasMotherClassNet net:atomClass_object_o2 ; + net:hasNaming "object-mean-satellite" ; + net:hasRestriction net:restriction_mean-satellite_m ; + net:hasStructure "SSC-03-01" . + +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_conjunction-AND_a a net:Phenomena_Net ; + :role_op1 net:phenomena_degree_h ; + :role_op2 net:atomProperty_equal_e ; + net:coverBaseNode :leaf_and_a ; + net:coverNode :leaf_and_a ; + net:hasNaming "conjunction-AND" ; + net:hasPhenomenaRef "and" ; + net:hasPhenomenaType :phenomena_conjunction_and ; + net:hasStructure "SSC-03-01" . + +net:phenomena_degree_h2 a net:Phenomena_Net ; + :role_ARG1 net:atomClass_planet_p, + net:individual_Mercury_p ; + :role_ARG2 net:atomClass_small_s3 ; + :role_ARG3 net:atomProperty_most_m3 ; + 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 "SSC-03-01" . + +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/SSC-03-01#d> a ns3:direct-02 ; + ns3:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + ns2:polarity "-" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h2> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#ii> a ns3:include-91 ; + ns3:include-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:include-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m> a ns3:mean-01 ; + ns3:mean-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:mean-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#n> a ns3:natural-03 ; + ns3:natural-03.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#root01> a ns1:AMR ; + ns1:has-id "SSC-03-01" ; + ns1: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." ; + ns1:root <http://amr.isi.edu/amr_data/SSC-03-01#a> . + +<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_Root a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:concept_almost rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:almost ; + :label "almost" . + +:concept_and rdfs:subClassOf :AMR_Relation_Concept ; + :fromAmrLk ns1:and ; + :hasPhenomenaLink :phenomena_conjunction_and ; + :label "and" . + +:concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:direct-02 ; + :label "direct-02" . + +:concept_equal-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:equal-01 ; + :label "equal-01" . + +:concept_include-91 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:include-91 ; + :label "include-91" . + +:concept_large rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:large ; + :label "large" . + +:concept_mean-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:mean-01 ; + :label "mean-01" . + +:concept_most rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns1:most ; + :label "most" . + +:concept_natural-03 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:natural-03 ; + :label "natural-03" . + +:concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ; + :fromAmrLk ns3:orbit-01 ; + :label "orbit-01" . + +:concept_planet rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk <http://amr.isi.edu/entity-types#planet> ; + :label "planet" . + +:concept_satellite rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:satellite ; + :label "satellite" . + +:concept_size rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:size ; + :label "size" . + +:concept_small rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:small ; + :label "small" . + +:concept_sun rdfs:subClassOf :AMR_Term_Concept ; + :fromAmrLk ns2:sun ; + :label "sun" . + +:role_ARG0 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG0" . + +:role_ARG4 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG4" . + +: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" . + +: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/SSC-03-01#a> ; + :label "a" . + +:variable_a2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + :label "a2" . + +:variable_d a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#d> ; + :label "d" . + +:variable_e a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + :label "e" . + +:variable_h a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + :label "h" . + +:variable_h2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#h2> ; + :label "h2" . + +:variable_ii a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#ii> ; + :label "ii" . + +:variable_l a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + :label "l" . + +:variable_m a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m> ; + :label "m" . + +:variable_m2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + :label "m2" . + +:variable_m3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m3> ; + :label "m3" . + +:variable_m4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + :label "m4" . + +:variable_n a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#n> ; + :label "n" . + +:variable_o a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + :label "o" . + +:variable_o2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + :label "o2" . + +:variable_o3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#o3> ; + :label "o3" . + +:variable_p a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + :label "p" ; + :name "Mercury" . + +:variable_s a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + :label "s" . + +:variable_s2 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s2> ; + :label "s2" . + +:variable_s3 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s3> ; + :label "s3" . + +:variable_s4 a :AMR_Variable ; + :fromAmrLk <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + :label "s4" . + +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:Composite_Property_Net a owl:Class ; + rdfs:subClassOf net:Property_Net . + +net:Feature a owl:Class ; + rdfs:subClassOf net:Net_Structure . + +net:Individual_Net a owl:Class ; + rdfs:subClassOf net:Net . + +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 "SSC-03-01" . + +net:atomClass_more_m4 a net:Atom_Class_Net, + net:Class_Net ; + :role_quant net:atomClass_almost_a2 ; + 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 "SSC-03-01" . + +net:atomClass_size_s4 a net:Atom_Class_Net ; + net:coverBaseNode :leaf_size_s4 ; + net:coverNode :leaf_size_s4 ; + net:hasClassName "size" ; + net:hasNaming "size" ; + net:hasStructure "SSC-03-01" . + +net:atomClass_small_s3 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_small_s3 ; + net:coverNode :leaf_small_s3 ; + net:hasClassName "small" ; + net:hasClassType sys:Entity ; + net:hasNaming "small" ; + net:hasStructure "SSC-03-01" . + +net:atomProperty_equal_e a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_more_m4, + net:atomProperty_more_m4 ; + :role_ARG2 net:atomClass_planet_p, + net:individual_Mercury_p ; + :role_ARG3 net:atomClass_size_s4 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_more_m4, + :leaf_planet_p, + :leaf_size_s4 . + +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 "SSC-03-01" ; + net:isCoreRoleLinked "true" . + +net:atomProperty_most_m3 a net:Atom_Property_Net ; + net:coverBaseNode :leaf_most_m3 ; + net:coverNode :leaf_most_m3 ; + net:hasNaming "most" ; + net:hasPropertyName "most" ; + net:hasPropertyName01 "mosting" ; + net:hasPropertyName10 "most-by" ; + net:hasPropertyName12 "most-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" . + +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_degree_h a net:Phenomena_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_large_l ; + :role_ARG3 net:atomProperty_more_m2 ; + :role_ARG4 net:atomClass_planet_p, + net:individual_Mercury_p ; + 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 "SSC-03-01" . + +net:restriction_include-object_ii a net:Restriction_Net ; + net:composeFrom net:atomClass_object_o2, + net:atomProperty_include_ii ; + net:coverBaseNode :leaf_include-91_ii ; + net:coverNode :leaf_include-91_ii, + :leaf_object_o2 ; + net:hasNaming "include-object" ; + net:hasRestrictionNetValue net:atomClass_object_o2 ; + net:hasRestrictionOnProperty net:atomProperty_include_ii ; + net:hasStructure "SSC-03-01" . + +net:restriction_mean-satellite_m a net:Restriction_Net ; + net:composeFrom net:atomClass_satellite_s2, + net:atomProperty_mean_m ; + net:coverBaseNode :leaf_mean-01_m ; + net:coverNode :leaf_mean-01_m, + :leaf_satellite_s2 ; + net:hasNaming "mean-satellite" ; + net:hasRestrictionNetValue net:atomClass_satellite_s2 ; + net:hasRestrictionOnProperty net:atomProperty_mean_m ; + net:hasStructure "SSC-03-01" . + +<http://amr.isi.edu/amr_data/SSC-03-01#a> a ns1:and ; + ns2:op1 <http://amr.isi.edu/amr_data/SSC-03-01#h> ; + ns2:op2 <http://amr.isi.edu/amr_data/SSC-03-01#e> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#a2> a ns2:almost ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#e> a ns3:equal-01 ; + ns3:equal-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#m4> ; + ns3:equal-01.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + ns3:equal-01.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#s4> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#h> a ns3:have-degree-91 ; + ns3:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#o> ; + ns3:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-03-01#l> ; + ns3:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-03-01#m2> ; + ns3:have-degree-91.ARG4 <http://amr.isi.edu/amr_data/SSC-03-01#p> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#l> a ns2:large ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m2> a ns1:more ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m3> a ns1:most ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#m4> a ns1:more ; + ns2:quant <http://amr.isi.edu/amr_data/SSC-03-01#a2> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#o3> a ns3:orbit-01 ; + ns3:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-03-01#o2> ; + ns3:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-03-01#s> ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s> a ns2:sun ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s3> a ns2:small ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s4> a ns2:size ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/entity-types#planet> a ns1:NamedEntity ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:direct-02 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:equal-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:include-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:mean-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:natural-03 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:orbit-01 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:almost a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:large a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:satellite a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:size a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:small a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:sun a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:and a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:most a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Relation_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +: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" . + +:hasLink a owl:AnnotationProperty ; + rdfs:subPropertyOf :AMR_AnnotationProperty . + +:leaf_have-degree-91_h2 a :AMR_Leaf ; + :edge_h2_ARG1_p :leaf_planet_p ; + :edge_h2_ARG2_s3 :leaf_small_s3 ; + :edge_h2_ARG3_m3 :leaf_most_m3 ; + :hasConcept :concept_have-degree-91 ; + :hasVariable :variable_h2 . + +:leaf_natural-03_n a :AMR_Leaf ; + :edge_n_ARG1_s2 :leaf_satellite_s2 ; + :hasConcept :concept_natural-03 ; + :hasVariable :variable_n . + +: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_quant a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Specific_Role ; + :label "quant" . + +:value_2 a :AMR_Value ; + rdfs:label "o" . + +:value_Mercury a :AMR_Value ; + rdfs:label "Mercury" . + +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:Restriction_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 "SSC-03-01" . + +net:atomClass_orbit_o3 a net:Atom_Class_Net, + net:Class_Net ; + :role_ARG0 net:atomClass_object_o2 ; + :role_ARG1 net:atomClass_sun_s ; + net:composeFrom net:atomProperty_orbit_o3 ; + net:coverBaseNode :leaf_orbit-01_o3 ; + net:coverNode :leaf_orbit-01_o3 ; + net:hasClassName "orbit" ; + net:hasClassType sys:Entity ; + net:hasNaming "orbit" ; + net:hasStructure "SSC-03-01" . + +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 "SSC-03-01" . + +net:atomProperty_more_m4 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_quant net:atomClass_almost_a2 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_almost_a2 . + +net:objectProperty a owl:AnnotationProperty ; + rdfs:label "object attribute" . + +net:value_Mercury_blankNode a net:Value_Net ; + net:coverAmrValue :value_Mercury ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "Mercury" . + +net:value_negative_blankNode a net:Value_Net ; + net:coverAmrValue :value_negative ; + net:hasNaming "negative" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "negative" . + +net:value_o_blankNode a net:Value_Net ; + net:coverAmrValue :value_2 ; + net:hasNaming "o" ; + net:hasStructure "SSC-03-01" ; + net:hasValueLabel "o" . + +<http://amr.isi.edu/amr_data/SSC-03-01#o> a ns2:object ; + ns2:quant "2" ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#s2> a ns2:satellite ; + rdfs:subClassOf :AMR_Linked_Data . + +ns3:have-degree-91 a ns1:Frame ; + rdfs:subClassOf :AMR_Linked_Data . + +ns2:object a ns1:Concept ; + rdfs:subClassOf :AMR_Linked_Data . + +ns1:more 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 . + +: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_op1_h :leaf_have-degree-91_h ; + :edge_a_op2_e :leaf_equal-01_e ; + :hasConcept :concept_and ; + :hasVariable :variable_a . + +:leaf_equal-01_e a :AMR_Leaf ; + :edge_e_ARG1_m4 :leaf_more_m4 ; + :edge_e_ARG2_p :leaf_planet_p ; + :edge_e_ARG3_s4 :leaf_size_s4 ; + :hasConcept :concept_equal-01 ; + :hasVariable :variable_e . + +:leaf_have-degree-91_h a :AMR_Leaf ; + :edge_h_ARG1_o :leaf_object_o ; + :edge_h_ARG2_l :leaf_large_l ; + :edge_h_ARG3_m2 :leaf_more_m2 ; + :edge_h_ARG4_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_m3 a :AMR_Leaf ; + :hasConcept :concept_most ; + :hasVariable :variable_m3 . + +:leaf_small_s3 a :AMR_Leaf ; + :hasConcept :concept_small ; + :hasVariable :variable_s3 . + +:phenomena_degree a owl:Class ; + rdfs:subClassOf :AMR_Phenomena ; + :hasConceptLink "have-degree-91" ; + :label "degree" . + +:phenomena_modality a owl:Class ; + rdfs:subClassOf :AMR_Phenomena . + +:role_ARG3 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG3" . + +: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: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:Value_Net a owl:Class ; + rdfs:subClassOf net:Net . + +net:atomProperty_include_ii a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o ; + :role_ARG2 net:atomClass_object_o2 ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o, + :leaf_object_o2 . + +net:atomProperty_mean_m a net:Atom_Property_Net ; + :role_ARG1 net:atomClass_object_o2 ; + :role_ARG2 net:atomClass_satellite_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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o2, + :leaf_satellite_s2 . + +net:atomProperty_orbit_o3 a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG0 net:atomClass_object_o2 ; + :role_ARG1 net:atomClass_sun_s ; + net:coverBaseNode :leaf_orbit-01_o3 ; + net:coverNode :leaf_orbit-01_o3 ; + net:hasNaming "orbit" ; + net:hasPropertyName "orbit" ; + net:hasPropertyName01 "orbiting" ; + net:hasPropertyName10 "orbit-by" ; + net:hasPropertyName12 "orbit-of" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_object_o2, + :leaf_sun_s . + +net:has_relation_value a owl:AnnotationProperty ; + rdfs:label "has relation value" ; + rdfs:subPropertyOf net:has_object . + +net:individual_Mercury_p a net:Individual_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasIndividualLabel "Mercury" ; + net:hasMotherClassNet net:atomClass_planet_p ; + net:hasNaming "Mercury" ; + net:hasStructure "SSC-03-01" . + +<http://amr.isi.edu/amr_data/SSC-03-01#o2> a ns2:object ; + rdfs:subClassOf :AMR_Linked_Data . + +<http://amr.isi.edu/amr_data/SSC-03-01#p> a <http://amr.isi.edu/entity-types#planet> ; + rdfs:label "Mercury" ; + rdfs:subClassOf :AMR_Linked_Data . + +:AMR_Element a owl:Class ; + rdfs:subClassOf :AMR_Structure . + +:leaf_almost_a2 a :AMR_Leaf ; + :hasConcept :concept_almost ; + :hasVariable :variable_a2 . + +:leaf_size_s4 a :AMR_Leaf ; + :hasConcept :concept_size ; + :hasVariable :variable_s4 . + +:leaf_sun_s a :AMR_Leaf ; + :hasConcept :concept_sun ; + :hasVariable :variable_s . + +net:atomClass_object_o a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_quant net:value_o_blankNode ; + net:coverBaseNode :leaf_object_o ; + net:coverNode :leaf_object_o ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "SSC-03-01" . + +net:atomClass_planet_p a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + :role_name net:value_Mercury_blankNode ; + net:coverBaseNode :leaf_planet_p ; + net:coverNode :leaf_planet_p ; + net:hasClassName "planet" ; + net:hasClassType sys:Entity ; + net:hasNaming "planet" ; + net:hasStructure "SSC-03-01" . + +net:compositeProperty_not-direct_d a net:Composite_Property_Net ; + :role_ARG1 net:atomClass_orbit_o3, + net:atomProperty_orbit_o3 ; + :role_polarity net:value_negative_blankNode ; + net:composeFrom net:atomProperty_direct_d ; + net:coverBaseNode :leaf_direct-02_d ; + net:coverNode :leaf_direct-02_d ; + net:hasNaming "not-direct" ; + net:hasPropertyType owl:ObjectProperty ; + net:hasStructure "SSC-03-01" . + +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_include-91_ii a :AMR_Leaf ; + :edge_ii_ARG1_o :leaf_object_o ; + :edge_ii_ARG2_o2 :leaf_object_o2 ; + :hasConcept :concept_include-91 ; + :hasVariable :variable_ii . + +:leaf_mean-01_m a :AMR_Leaf ; + :edge_m_ARG1_o2 :leaf_object_o2 ; + :edge_m_ARG2_s2 :leaf_satellite_s2 ; + :hasConcept :concept_mean-01 ; + :hasVariable :variable_m . + +:role_ARG2 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG2" . + +sys:Out_Structure a owl:Class ; + rdfs:label "Output Ontology Structure" . + +net:atomClass_satellite_s2 a net:Atom_Class_Net, + net:Class_Net ; + net:coverBaseNode :leaf_satellite_s2 ; + net:coverNode :leaf_satellite_s2 ; + net:hasClassName "satellite" ; + net:hasClassType sys:Entity ; + net:hasNaming "satellite" ; + net:hasStructure "SSC-03-01" . + +net:atomProperty_direct_d a net:Atom_Property_Net, + net:Deprecated_Net ; + :role_ARG1 net:atomClass_orbit_o3, + net:atomProperty_orbit_o3 ; + :role_polarity net:value_negative_blankNode ; + 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 "SSC-03-01" ; + net:isCoreRoleLinked "true" ; + net:targetArgumentNode :leaf_orbit-01_o3, + :value_negative . + +net:netProperty a owl:AnnotationProperty ; + rdfs:label "netProperty" . + +:AMR_ObjectProperty a owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty . + +:AMR_Structure a owl:Class . + +:leaf_more_m4 a :AMR_Leaf ; + :edge_m4_quant_a2 :leaf_almost_a2 ; + :hasConcept :concept_more ; + :hasVariable :variable_m4 . + +:leaf_orbit-01_o3 a :AMR_Leaf ; + :edge_o3_ARG0_o2 :leaf_object_o2 ; + :edge_o3_ARG1_s :leaf_sun_s ; + :hasConcept :concept_orbit-01 ; + :hasVariable :variable_o3 . + +cprm:configParamProperty a rdf:Property ; + rdfs:label "Config Parameter Property" . + +net:Deprecated_Net a owl:Class ; + rdfs:subClassOf net:Net . + +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 . + +:leaf_object_o a :AMR_Leaf ; + :edge_o_quant_2 :value_2 ; + :hasConcept :concept_object ; + :hasVariable :variable_o . + +:AMR_Predicat_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:AMR_Term_Concept a owl:Class ; + rdfs:subClassOf :AMR_Concept . + +:leaf_direct-02_d a :AMR_Leaf ; + :edge_d_ARG1_o3 :leaf_orbit-01_o3 ; + :edge_d_polarity_negative :value_negative ; + :hasConcept :concept_direct-02 ; + :hasVariable :variable_d . + +:leaf_planet_p a :AMR_Leaf ; + :edge_p_name_Mercury :value_Mercury ; + :hasConcept :concept_planet ; + :hasVariable :variable_p . + +:leaf_satellite_s2 a :AMR_Leaf ; + :hasConcept :concept_satellite ; + :hasVariable :variable_s2 . + +:role_ARG1 a owl:Class, + net:Relation ; + rdfs:subClassOf :AMR_Core_Role ; + :label "ARG1" . + +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 . + +net:atomClass_object_o2 a net:Atom_Class_Net, + net:Class_Net, + net:Deprecated_Net ; + net:coverBaseNode :leaf_object_o2 ; + net:coverNode :leaf_object_o2 ; + net:hasClassName "object" ; + net:hasClassType sys:Entity ; + net:hasNaming "object" ; + net:hasStructure "SSC-03-01" . + +: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: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 . + +:leaf_object_o2 a :AMR_Leaf ; + :hasConcept :concept_object ; + :hasVariable :variable_o2 . + +ns3:FrameRole a ns1: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 . + +: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/SolarSystemSample-20230601/technical-data/tenet.log b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/tenet.log new file mode 100644 index 00000000..632f488e --- /dev/null +++ b/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/tenet.log @@ -0,0 +1,1214 @@ +- INFO - [TENET] Extraction Processing +- INFO - + === Process Initialization === +- INFO - -- Process Setting +- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/ (amr) +- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl +- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/ +- INFO - ----- Ontology target (id): SolarSystemSample +- 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: SolarSystemSample + ----- technical base name: SolarSystemSample + ----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/ + ----- 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/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl + ----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttlSolarSystemSample-20230601/ + ----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/ + ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/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/samples/solar-system/**/*.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/SolarSystemSample-20230601/technical-data/SolarSystemSample.ttl + *** - *** +- DEBUG - -- Counting number of graph files (sentences) +- INFO - ----- Number of Graphs: 10 +- INFO - + === Extraction Processing === +- INFO - *** sentence 1 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-06-01.stog.amr.ttl (616) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-06-01 +- INFO - ----- Sentence (text): The four smaller inner system planets, Mercury, Venus, Earth and Mars, are terrestrial planets, being primarily composed of rock and metal. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (616, 0:00:00.038006) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 10/10 new triples (626, 0:00:00.174939) +- INFO - ----- reclassify-concept-2: 4/4 new triples (630, 0:00:00.064179) +- INFO - ----- reclassify-concept-3: 4/4 new triples (634, 0:00:00.051031) +- INFO - ----- reclassify-concept-4: 28/28 new triples (662, 0:00:00.063290) +- INFO - ----- reclassify-concept-5: 4/4 new triples (666, 0:00:00.049528) +- INFO - ----- reify-roles-as-concept: 5/5 new triples (671, 0:00:00.076195) +- INFO - ----- reclassify-existing-variable: 72/72 new triples (743, 0:00:00.050459) +- INFO - ----- add-new-variable-for-reified-concept: 4/4 new triples (747, 0:00:00.077627) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 51/51 new triples (798, 0:00:00.084452) +- INFO - ----- add-amr-leaf-for-reified-concept: 4/4 new triples (802, 0:00:00.027724) +- INFO - ----- add-amr-edge-for-core-relation: 45/45 new triples (847, 0:00:00.148431) +- INFO - ----- add-amr-edge-for-reified-concept: 6/6 new triples (853, 0:00:00.141020) +- INFO - ----- add-amr-edge-for-name-relation: 20/20 new triples (873, 0:00:00.083743) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (873, 0:00:00.077524) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (873, 0:00:00.079317) +- INFO - ----- update-amr-edge-role-1: 21/21 new triples (894, 0:00:00.109545) +- INFO - ----- add-amr-root: 5/5 new triples (899, 0:00:00.026882) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 283 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 72/72 new triples (971, 0:00:00.507618) +- INFO - ----- extract atom individuals: 32/32 new triples (1003, 0:00:00.156598) +- INFO - ----- extract atomic properties: 38/38 new triples (1041, 0:00:00.147883) +- INFO - ----- extract atom values: 20/20 new triples (1061, 0:00:00.129717) +- INFO - ----- extract atom phenomena: 21/21 new triples (1082, 0:00:00.098969) +- INFO - ----- propagate atom relations: 40/124 new triples (1122, 0:00:02.000544) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1122, 0:00:00.031739) +- DEBUG - ----- reclassify argument property to class: 0/0 new triple (1122, 0:00:00.033590) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (1122, 0:00:00.009802) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1122, 0:00:00.016567) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1122, 0:00:00.016911) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1122, 0:00:00.031102) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1122, 0:00:00.028195) +- INFO - ----- analyze modifier phenomena (mod): 42/48 new triples (1164, 0:00:00.149707) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1164, 0:00:00.020417) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1164, 0:00:00.009630) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (1164, 0:00:00.008785) +- INFO - ----- analyze "and" phenomena (1): 10/106 new triples (1174, 0:00:00.347003) +- INFO - ----- analyze "and" phenomena (2): 4/44 new triples (1178, 0:00:00.127921) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (1178, 0:00:00.027734) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (1178, 0:00:00.034136) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 18/185 new triples (1196, 0:00:00.313688) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1196, 0:00:00.013261) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1196, 0:00:00.025304) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1196, 0:00:00.008817) +- DEBUG - ----- Propagate individuals to net with same base node: 0/52 new triple (1196, 0:00:00.171814) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1196, 0:00:00.008829) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 297 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 38/38 new triples (1234, 0:00:00.364682) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 12/12 new triples (1246, 0:00:00.108321) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1246, 0:00:00.009673) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1246, 0:00:00.006712) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1246, 0:00:00.009851) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1246, 0:00:00.008077) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1246, 0:00:00.009143) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1246, 0:00:00.007466) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1246, 0:00:00.012075) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1246, 0:00:00.084425) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1246, 0:00:00.015235) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1246, 0:00:00.013238) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1246, 0:00:00.012970) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1246, 0:00:00.012666) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1246, 0:00:00.012913) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 50 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-1/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 50 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 2 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-04-01.stog.amr.ttl (607) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-04-01 +- INFO - ----- Sentence (text): The Solar System formed 4.6 billion years ago from the gravitational collapse of a giant interstellar molecular cloud. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (607, 0:00:00.030288) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- DEBUG - ----- reclassify-concept-1: 0/0 new triple (607, 0:00:00.182879) +- INFO - ----- reclassify-concept-2: 4/4 new triples (611, 0:00:00.062183) +- INFO - ----- reclassify-concept-3: 12/12 new triples (623, 0:00:00.038131) +- INFO - ----- reclassify-concept-4: 36/36 new triples (659, 0:00:00.071028) +- DEBUG - ----- reclassify-concept-5: 0/0 new triple (659, 0:00:00.049191) +- DEBUG - ----- reify-roles-as-concept: 0/0 new triple (659, 0:00:00.048891) +- INFO - ----- reclassify-existing-variable: 53/53 new triples (712, 0:00:00.044333) +- DEBUG - ----- add-new-variable-for-reified-concept: 0/0 new triple (712, 0:00:00.053820) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 39/39 new triples (751, 0:00:00.054058) +- DEBUG - ----- add-amr-leaf-for-reified-concept: 0/0 new triple (751, 0:00:00.033976) +- INFO - ----- add-amr-edge-for-core-relation: 36/36 new triples (787, 0:00:00.133931) +- DEBUG - ----- add-amr-edge-for-reified-concept: 0/0 new triple (787, 0:00:00.075982) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (792, 0:00:00.076608) +- INFO - ----- add-value-for-quant-relation: 5/5 new triples (797, 0:00:00.071324) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (797, 0:00:00.078354) +- INFO - ----- update-amr-edge-role-1: 11/11 new triples (808, 0:00:00.081182) +- INFO - ----- add-amr-root: 5/5 new triples (813, 0:00:00.025366) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 206 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 54/54 new triples (867, 0:00:00.260535) +- INFO - ----- extract atom individuals: 8/8 new triples (875, 0:00:00.044206) +- INFO - ----- extract atomic properties: 49/49 new triples (924, 0:00:00.252327) +- INFO - ----- extract atom values: 10/10 new triples (934, 0:00:00.050894) +- DEBUG - ----- extract atom phenomena: 0/0 new triple (934, 0:00:00.010075) +- INFO - ----- propagate atom relations: 20/52 new triples (954, 0:00:01.043439) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (954, 0:00:00.019414) +- INFO - ----- reclassify argument property to class: 11/28 new triples (965, 0:00:00.110792) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (965, 0:00:00.009776) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (965, 0:00:00.018267) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (965, 0:00:00.013596) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (965, 0:00:00.038269) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (965, 0:00:00.036239) +- INFO - ----- analyze modifier phenomena (mod): 45/56 new triples (1010, 0:00:00.185819) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1010, 0:00:00.018385) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1010, 0:00:00.013241) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (1010, 0:00:00.015094) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (1010, 0:00:00.011080) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1010, 0:00:00.012713) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- INFO - ----- extract composite classes (1): 26/30 new triples (1036, 0:00:00.135414) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (1036, 0:00:00.036538) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 12/148 new triples (1048, 0:00:00.238307) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1048, 0:00:00.009304) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1048, 0:00:00.016097) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1048, 0:00:00.008698) +- DEBUG - ----- Propagate individuals to net with same base node: 0/16 new triple (1048, 0:00:00.079046) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1048, 0:00:00.008053) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 235 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 45/45 new triples (1093, 0:00:00.399061) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 12/12 new triples (1105, 0:00:00.102271) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1105, 0:00:00.008336) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1105, 0:00:00.006600) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1105, 0:00:00.009896) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1105, 0:00:00.008023) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1105, 0:00:00.010309) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1105, 0:00:00.008713) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1105, 0:00:00.009265) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1105, 0:00:00.021462) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1105, 0:00:00.014851) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1105, 0:00:00.012260) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1105, 0:00:00.014703) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1105, 0:00:00.016266) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1105, 0:00:00.012854) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 57 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-2/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 57 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 3 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-05-01.stog.amr.ttl (600) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-05-01 +- INFO - ----- 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 - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (600, 0:00:00.030653) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 5/5 new triples (605, 0:00:00.151504) +- DEBUG - ----- reclassify-concept-2: 0/0 new triple (605, 0:00:00.071678) +- INFO - ----- reclassify-concept-3: 12/12 new triples (617, 0:00:00.044332) +- INFO - ----- reclassify-concept-4: 20/20 new triples (637, 0:00:00.234828) +- INFO - ----- reclassify-concept-5: 4/4 new triples (641, 0:00:00.044649) +- INFO - ----- reify-roles-as-concept: 5/5 new triples (646, 0:00:00.046099) +- INFO - ----- reclassify-existing-variable: 49/49 new triples (695, 0:00:00.037119) +- INFO - ----- add-new-variable-for-reified-concept: 4/4 new triples (699, 0:00:00.048337) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 36/36 new triples (735, 0:00:00.053674) +- INFO - ----- add-amr-leaf-for-reified-concept: 4/4 new triples (739, 0:00:00.031439) +- INFO - ----- add-amr-edge-for-core-relation: 30/30 new triples (769, 0:00:00.120675) +- INFO - ----- add-amr-edge-for-reified-concept: 6/6 new triples (775, 0:00:00.108510) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (780, 0:00:00.072242) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (780, 0:00:00.087413) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (780, 0:00:00.103373) +- INFO - ----- update-amr-edge-role-1: 13/13 new triples (793, 0:00:00.072506) +- INFO - ----- add-amr-root: 5/5 new triples (798, 0:00:00.022688) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 198 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 48/48 new triples (846, 0:00:00.204557) +- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.072107) +- INFO - ----- extract atomic properties: 51/51 new triples (905, 0:00:00.268417) +- INFO - ----- extract atom values: 5/5 new triples (910, 0:00:00.034264) +- INFO - ----- extract atom phenomena: 7/7 new triples (917, 0:00:00.077948) +- INFO - ----- propagate atom relations: 23/62 new triples (940, 0:00:01.355401) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (940, 0:00:00.055496) +- DEBUG - ----- reclassify argument property to class: 0/0 new triple (940, 0:00:00.065144) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (940, 0:00:00.016592) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (940, 0:00:00.038469) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (940, 0:00:00.032869) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (940, 0:00:00.060955) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (940, 0:00:00.042609) +- INFO - ----- analyze modifier phenomena (mod): 21/24 new triples (961, 0:00:00.126573) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (961, 0:00:00.028058) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (961, 0:00:00.016941) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (961, 0:00:00.014861) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (961, 0:00:00.017189) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (961, 0:00:00.017595) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- INFO - ----- extract composite classes (1): 23/24 new triples (984, 0:00:00.149718) +- INFO - ----- extract composite classes (2): 25/28 new triples (1009, 0:00:00.235444) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 10/54 new triples (1019, 0:00:00.133435) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1019, 0:00:00.007822) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1019, 0:00:00.013666) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1019, 0:00:00.012341) +- DEBUG - ----- Propagate individuals to net with same base node: 0/14 new triple (1019, 0:00:00.082248) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1019, 0:00:00.017086) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 221 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 29/37 new triples (1048, 0:00:00.496508) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 16/16 new triples (1064, 0:00:00.151751) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1064, 0:00:00.011581) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1064, 0:00:00.006503) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1064, 0:00:00.010136) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1064, 0:00:00.012646) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1064, 0:00:00.009949) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1064, 0:00:00.012388) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1064, 0:00:00.015526) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1064, 0:00:00.026420) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1064, 0:00:00.023024) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1064, 0:00:00.030027) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1064, 0:00:00.023687) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1064, 0:00:00.022504) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1064, 0:00:00.024596) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 45 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-3/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 53 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 4 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-09-01.stog.amr.ttl (598) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-09-01 +- INFO - ----- Sentence (text): All eight planets have almost circular orbits that lie within a nearly flat disc called the ecliptic. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (598, 0:00:00.024879) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- DEBUG - ----- reclassify-concept-1: 0/0 new triple (598, 0:00:00.179780) +- INFO - ----- reclassify-concept-2: 8/8 new triples (606, 0:00:00.068293) +- INFO - ----- reclassify-concept-3: 16/16 new triples (622, 0:00:00.046678) +- INFO - ----- reclassify-concept-4: 12/12 new triples (634, 0:00:00.077742) +- INFO - ----- reclassify-concept-5: 8/8 new triples (642, 0:00:00.055857) +- DEBUG - ----- reify-roles-as-concept: 0/0 new triple (642, 0:00:00.048859) +- INFO - ----- reclassify-existing-variable: 45/45 new triples (687, 0:00:00.035083) +- DEBUG - ----- add-new-variable-for-reified-concept: 0/0 new triple (687, 0:00:00.062301) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (720, 0:00:00.048257) +- DEBUG - ----- add-amr-leaf-for-reified-concept: 0/0 new triple (720, 0:00:00.029778) +- INFO - ----- add-amr-edge-for-core-relation: 30/30 new triples (750, 0:00:00.120063) +- DEBUG - ----- add-amr-edge-for-reified-concept: 0/0 new triple (750, 0:00:00.094161) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (755, 0:00:00.135118) +- INFO - ----- add-value-for-quant-relation: 5/5 new triples (760, 0:00:00.126792) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (760, 0:00:00.121953) +- INFO - ----- update-amr-edge-role-1: 11/11 new triples (771, 0:00:00.071295) +- INFO - ----- add-amr-root: 5/5 new triples (776, 0:00:00.024419) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 178 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 30/30 new triples (806, 0:00:00.260567) +- INFO - ----- extract atom individuals: 8/8 new triples (814, 0:00:00.054216) +- INFO - ----- extract atomic properties: 73/73 new triples (887, 0:00:00.225340) +- INFO - ----- extract atom values: 10/10 new triples (897, 0:00:00.056622) +- DEBUG - ----- extract atom phenomena: 0/0 new triple (897, 0:00:00.009125) +- INFO - ----- propagate atom relations: 19/52 new triples (916, 0:00:00.895481) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (916, 0:00:00.027311) +- INFO - ----- reclassify argument property to class: 11/14 new triples (927, 0:00:00.089498) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (927, 0:00:00.011984) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (927, 0:00:00.017464) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (927, 0:00:00.019392) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (927, 0:00:00.054397) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (927, 0:00:00.046934) +- INFO - ----- analyze modifier phenomena (mod): 44/52 new triples (971, 0:00:00.205398) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (971, 0:00:00.018060) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (971, 0:00:00.009072) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (971, 0:00:00.011055) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (971, 0:00:00.008863) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (971, 0:00:00.008006) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (971, 0:00:00.019169) +- INFO - ----- extract composite classes (2): 26/29 new triples (997, 0:00:00.117374) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 10/107 new triples (1007, 0:00:00.187137) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1007, 0:00:00.014073) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1007, 0:00:00.019610) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1007, 0:00:00.010850) +- INFO - ----- Propagate individuals to net with same base node: 1/18 new triple (1008, 0:00:00.106537) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1008, 0:00:00.013543) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 232 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 29/29 new triples (1037, 0:00:00.294265) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 20/20 new triples (1057, 0:00:00.162999) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1057, 0:00:00.010961) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1057, 0:00:00.007636) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1057, 0:00:00.008988) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1057, 0:00:00.008505) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1057, 0:00:00.008735) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1057, 0:00:00.006742) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1057, 0:00:00.009240) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1057, 0:00:00.015642) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1057, 0:00:00.019500) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1057, 0:00:00.016968) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1057, 0:00:00.013520) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1057, 0:00:00.012983) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1057, 0:00:00.012889) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 49 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-4/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 49 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 5 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-08-01.stog.amr.ttl (674) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-08-01 +- INFO - ----- 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 - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (674, 0:00:00.026098) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 15/15 new triples (689, 0:00:00.238905) +- INFO - ----- reclassify-concept-2: 8/8 new triples (697, 0:00:00.072136) +- INFO - ----- reclassify-concept-3: 20/20 new triples (717, 0:00:00.127450) +- INFO - ----- reclassify-concept-4: 52/52 new triples (769, 0:00:00.071445) +- INFO - ----- reclassify-concept-5: 4/4 new triples (773, 0:00:00.048216) +- DEBUG - ----- reify-roles-as-concept: 0/0 new triple (773, 0:00:00.063915) +- INFO - ----- reclassify-existing-variable: 152/152 new triples (925, 0:00:00.039440) +- DEBUG - ----- add-new-variable-for-reified-concept: 0/0 new triple (925, 0:00:00.056956) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 111/111 new triples (1036, 0:00:00.114521) +- DEBUG - ----- add-amr-leaf-for-reified-concept: 0/0 new triple (1036, 0:00:00.028128) +- INFO - ----- add-amr-edge-for-core-relation: 108/108 new triples (1144, 0:00:00.326875) +- DEBUG - ----- add-amr-edge-for-reified-concept: 0/0 new triple (1144, 0:00:00.108949) +- INFO - ----- add-amr-edge-for-name-relation: 20/20 new triples (1164, 0:00:00.120780) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (1164, 0:00:00.119344) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (1164, 0:00:00.078587) +- INFO - ----- update-amr-edge-role-1: 39/39 new triples (1203, 0:00:00.159945) +- INFO - ----- add-amr-root: 5/5 new triples (1208, 0:00:00.022527) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 534 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 120/120 new triples (1328, 0:00:00.543046) +- INFO - ----- extract atom individuals: 32/32 new triples (1360, 0:00:00.167891) +- INFO - ----- extract atomic properties: 109/109 new triples (1469, 0:00:00.318955) +- INFO - ----- extract atom values: 20/20 new triples (1489, 0:00:00.086579) +- INFO - ----- extract atom phenomena: 56/56 new triples (1545, 0:00:00.352350) +- INFO - ----- propagate atom relations: 57/196 new triples (1602, 0:00:04.953498) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1602, 0:00:00.021671) +- INFO - ----- reclassify argument property to class: 10/12 new triples (1612, 0:00:00.066303) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (1612, 0:00:00.013270) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1612, 0:00:00.016733) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1612, 0:00:00.016124) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1612, 0:00:00.030955) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1612, 0:00:00.037987) +- INFO - ----- analyze modifier phenomena (mod): 45/54 new triples (1657, 0:00:00.253908) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1657, 0:00:00.037058) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1657, 0:00:00.021927) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (1657, 0:00:00.021934) +- INFO - ----- analyze "and" phenomena (1): 6/54 new triples (1663, 0:00:00.974805) +- INFO - ----- analyze "and" phenomena (2): 4/44 new triples (1667, 0:00:00.230903) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (1667, 0:00:00.019564) +- INFO - ----- extract composite classes (2): 87/106 new triples (1754, 0:00:00.470687) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 34/159 new triples (1788, 0:00:00.359727) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1788, 0:00:00.008879) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1788, 0:00:00.017618) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1788, 0:00:00.008996) +- DEBUG - ----- Propagate individuals to net with same base node: 0/52 new triple (1788, 0:00:00.183755) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1788, 0:00:00.012713) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 580 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 74/86 new triples (1862, 0:00:00.779875) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 24/32 new triples (1886, 0:00:00.268822) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1886, 0:00:00.011277) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1886, 0:00:00.011146) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1886, 0:00:00.009771) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1886, 0:00:00.013243) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1886, 0:00:00.009230) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1886, 0:00:00.006636) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1886, 0:00:00.009111) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1886, 0:00:00.016542) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1886, 0:00:00.013949) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1886, 0:00:00.013596) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1886, 0:00:00.013532) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1886, 0:00:00.014285) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1886, 0:00:00.015452) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 98 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-5/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 118 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 6 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-07-01.stog.amr.ttl (592) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-07-01 +- INFO - ----- Sentence (text): The four outer system planets are giant planets, being substantially more massive than the terrestrials. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (592, 0:00:00.030529) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 5/5 new triples (597, 0:00:00.153730) +- INFO - ----- reclassify-concept-2: 4/4 new triples (601, 0:00:00.068929) +- DEBUG - ----- reclassify-concept-3: 0/0 new triple (601, 0:00:00.052461) +- INFO - ----- reclassify-concept-4: 24/24 new triples (625, 0:00:00.065779) +- INFO - ----- reclassify-concept-5: 4/4 new triples (629, 0:00:00.057170) +- INFO - ----- reify-roles-as-concept: 5/5 new triples (634, 0:00:00.051452) +- INFO - ----- reclassify-existing-variable: 40/40 new triples (674, 0:00:00.041041) +- INFO - ----- add-new-variable-for-reified-concept: 4/4 new triples (678, 0:00:00.062044) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 30/30 new triples (708, 0:00:00.045660) +- INFO - ----- add-amr-leaf-for-reified-concept: 4/4 new triples (712, 0:00:00.033348) +- INFO - ----- add-amr-edge-for-core-relation: 24/24 new triples (736, 0:00:00.118900) +- INFO - ----- add-amr-edge-for-reified-concept: 6/6 new triples (742, 0:00:00.189580) +- DEBUG - ----- add-amr-edge-for-name-relation: 0/0 new triple (742, 0:00:00.084678) +- INFO - ----- add-value-for-quant-relation: 5/5 new triples (747, 0:00:00.067075) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (747, 0:00:00.085812) +- INFO - ----- update-amr-edge-role-1: 10/10 new triples (757, 0:00:00.062842) +- INFO - ----- add-amr-root: 5/5 new triples (762, 0:00:00.032208) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 170 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 48/48 new triples (810, 0:00:00.258034) +- DEBUG - ----- extract atom individuals: 0/0 new triple (810, 0:00:00.015112) +- INFO - ----- extract atomic properties: 24/24 new triples (834, 0:00:00.078296) +- INFO - ----- extract atom values: 5/5 new triples (839, 0:00:00.028553) +- INFO - ----- extract atom phenomena: 7/7 new triples (846, 0:00:00.037664) +- INFO - ----- propagate atom relations: 18/38 new triples (864, 0:00:00.720105) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (864, 0:00:00.023377) +- DEBUG - ----- reclassify argument property to class: 0/0 new triple (864, 0:00:00.028435) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (864, 0:00:00.010752) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (864, 0:00:00.012798) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (864, 0:00:00.011827) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (864, 0:00:00.034376) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (864, 0:00:00.029188) +- INFO - ----- analyze modifier phenomena (mod): 43/50 new triples (907, 0:00:00.191299) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (907, 0:00:00.020268) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (907, 0:00:00.008863) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (907, 0:00:00.009339) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (907, 0:00:00.008539) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (907, 0:00:00.014714) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- INFO - ----- extract composite classes (1): 25/27 new triples (932, 0:00:00.107191) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (932, 0:00:00.020703) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 12/45 new triples (944, 0:00:00.120786) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (944, 0:00:00.007489) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (944, 0:00:00.013524) +- INFO - ----- Associate mother to class net from :domain relation: 2/68 new triples (946, 0:00:00.128096) +- DEBUG - ----- Propagate individuals to net with same base node: 0/4 new triple (946, 0:00:00.036788) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (946, 0:00:00.008425) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 184 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 37/45 new triples (983, 0:00:00.322960) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 8/8 new triples (991, 0:00:00.075042) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (991, 0:00:00.017650) +- DEBUG - ----- classify-individual-1: 0/0 new triple (991, 0:00:00.009766) +- DEBUG - ----- classify-individual-2: 0/0 new triple (991, 0:00:00.018192) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (991, 0:00:00.017012) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (991, 0:00:00.015555) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (991, 0:00:00.011364) +- DEBUG - ----- generate-composite-class: 0/0 new triple (991, 0:00:00.016901) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (991, 0:00:00.023809) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (991, 0:00:00.015147) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (991, 0:00:00.023643) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (991, 0:00:00.023820) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (991, 0:00:00.023785) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (991, 0:00:00.016639) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 45 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-6/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 53 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 7 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-01-01.stog.amr.ttl (598) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-01-01 +- INFO - ----- Sentence (text): The Solar System is the gravitationally bound system of the Sun and the objects that orbit it, either directly or indirectly. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- INFO - ----- fix-amr-bug-about-system-solar-planet: 5/5 new triples (603, 0:00:00.097810) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 10/10 new triples (613, 0:00:00.182974) +- DEBUG - ----- reclassify-concept-2: 0/0 new triple (613, 0:00:00.051504) +- INFO - ----- reclassify-concept-3: 12/12 new triples (625, 0:00:00.043139) +- INFO - ----- reclassify-concept-4: 16/16 new triples (641, 0:00:00.058269) +- INFO - ----- reclassify-concept-5: 2/4 new triples (643, 0:00:00.045705) +- INFO - ----- reify-roles-as-concept: 10/10 new triples (653, 0:00:00.039018) +- INFO - ----- reclassify-existing-variable: 45/45 new triples (698, 0:00:00.028792) +- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (706, 0:00:00.045378) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (739, 0:00:00.056732) +- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (747, 0:00:00.030922) +- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (774, 0:00:00.103965) +- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (786, 0:00:00.127451) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (791, 0:00:00.061522) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (791, 0:00:00.059525) +- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (796, 0:00:00.073892) +- INFO - ----- update-amr-edge-role-1: 15/15 new triples (811, 0:00:00.077317) +- INFO - ----- add-amr-root: 5/5 new triples (816, 0:00:00.030921) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 218 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 30/30 new triples (846, 0:00:00.159234) +- INFO - ----- extract atom individuals: 8/8 new triples (854, 0:00:00.046547) +- INFO - ----- extract atomic properties: 75/75 new triples (929, 0:00:00.197249) +- INFO - ----- extract atom values: 10/10 new triples (939, 0:00:00.044069) +- INFO - ----- extract atom phenomena: 14/14 new triples (953, 0:00:00.081404) +- INFO - ----- propagate atom relations: 24/68 new triples (977, 0:00:01.150622) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (977, 0:00:00.018581) +- INFO - ----- reclassify argument property to class: 11/14 new triples (988, 0:00:00.076176) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- INFO - ----- analyze "polarity" phenomena (1): 32/36 new triples (1020, 0:00:00.105278) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1020, 0:00:00.015229) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1020, 0:00:00.012048) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1020, 0:00:00.028615) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1020, 0:00:00.035533) +- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1020, 0:00:00.015343) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1020, 0:00:00.027133) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- INFO - ----- analyze "or" phenomena (1): 1/1 new triple (1021, 0:00:00.076443) +- INFO - ----- analyze "or" phenomena (2): 55/82 new triples (1076, 0:00:00.263920) +- INFO - ----- analyze "and" phenomena (1): 2/14 new triples (1078, 0:00:00.165705) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1078, 0:00:00.014708) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- INFO - ----- extract composite classes (1): 127/138 new triples (1205, 0:00:00.509032) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (1205, 0:00:00.031816) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 10/181 new triples (1215, 0:00:00.293810) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1215, 0:00:00.012408) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1215, 0:00:00.016767) +- INFO - ----- Associate mother to class net from :domain relation: 5/34 new triples (1220, 0:00:00.083203) +- DEBUG - ----- Propagate individuals to net with same base node: 0/10 new triple (1220, 0:00:00.028280) +- INFO - ----- Propagate individuals to net with domain link: 3/60 new triples (1223, 0:00:00.130676) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 407 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 32/35 new triples (1255, 0:00:00.374449) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 29/29 new triples (1284, 0:00:00.307763) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1284, 0:00:00.009576) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1284, 0:00:00.008138) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1284, 0:00:00.009528) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1284, 0:00:00.008370) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1284, 0:00:00.008023) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1284, 0:00:00.006456) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1284, 0:00:00.008999) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1284, 0:00:00.029337) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1284, 0:00:00.015955) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1284, 0:00:00.017661) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1284, 0:00:00.015428) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1284, 0:00:00.014337) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1284, 0:00:00.012241) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 61 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-7/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 64 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 8 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-10-01.stog.amr.ttl (583) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-10-01 +- INFO - ----- Sentence (text): The Solar System also contains smaller objects. +- INFO - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (583, 0:00:00.028423) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 5/5 new triples (588, 0:00:00.134643) +- INFO - ----- reclassify-concept-2: 4/4 new triples (592, 0:00:00.145635) +- INFO - ----- reclassify-concept-3: 4/4 new triples (596, 0:00:00.049066) +- INFO - ----- reclassify-concept-4: 16/16 new triples (612, 0:00:00.059966) +- DEBUG - ----- reclassify-concept-5: 0/0 new triple (612, 0:00:00.038243) +- DEBUG - ----- reify-roles-as-concept: 0/0 new triple (612, 0:00:00.046009) +- INFO - ----- reclassify-existing-variable: 29/29 new triples (641, 0:00:00.042582) +- DEBUG - ----- add-new-variable-for-reified-concept: 0/0 new triple (641, 0:00:00.061228) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 21/21 new triples (662, 0:00:00.037494) +- DEBUG - ----- add-amr-leaf-for-reified-concept: 0/0 new triple (662, 0:00:00.027309) +- INFO - ----- add-amr-edge-for-core-relation: 18/18 new triples (680, 0:00:00.117954) +- DEBUG - ----- add-amr-edge-for-reified-concept: 0/0 new triple (680, 0:00:00.062076) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (685, 0:00:00.068075) +- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (685, 0:00:00.062142) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (685, 0:00:00.067548) +- INFO - ----- update-amr-edge-role-1: 7/7 new triples (692, 0:00:00.041747) +- INFO - ----- add-amr-root: 5/5 new triples (697, 0:00:00.021171) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 114 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 24/24 new triples (721, 0:00:00.120137) +- INFO - ----- extract atom individuals: 8/8 new triples (729, 0:00:00.041727) +- INFO - ----- extract atomic properties: 25/25 new triples (754, 0:00:00.085738) +- INFO - ----- extract atom values: 5/5 new triples (759, 0:00:00.042787) +- INFO - ----- extract atom phenomena: 7/7 new triples (766, 0:00:00.053341) +- INFO - ----- propagate atom relations: 15/38 new triples (781, 0:00:00.627040) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (781, 0:00:00.018250) +- DEBUG - ----- reclassify argument property to class: 0/0 new triple (781, 0:00:00.022814) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (781, 0:00:00.007502) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (781, 0:00:00.021651) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (781, 0:00:00.012969) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (781, 0:00:00.036411) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (781, 0:00:00.026954) +- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (781, 0:00:00.007023) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (781, 0:00:00.014803) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (781, 0:00:00.010031) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (781, 0:00:00.008676) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (781, 0:00:00.008600) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (781, 0:00:00.008233) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (781, 0:00:00.022262) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (781, 0:00:00.018436) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 6/23 new triples (787, 0:00:00.070493) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (787, 0:00:00.009371) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (787, 0:00:00.019590) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (787, 0:00:00.010398) +- DEBUG - ----- Propagate individuals to net with same base node: 0/12 new triple (787, 0:00:00.032231) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (787, 0:00:00.006275) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 90 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 12/12 new triples (799, 0:00:00.083181) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 8/8 new triples (807, 0:00:00.059911) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (807, 0:00:00.010215) +- DEBUG - ----- classify-individual-1: 0/0 new triple (807, 0:00:00.005600) +- DEBUG - ----- classify-individual-2: 0/0 new triple (807, 0:00:00.006669) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (807, 0:00:00.007007) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (807, 0:00:00.008257) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (807, 0:00:00.008873) +- DEBUG - ----- generate-composite-class: 0/0 new triple (807, 0:00:00.009500) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (807, 0:00:00.018170) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (807, 0:00:00.014647) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (807, 0:00:00.019572) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (807, 0:00:00.014209) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (807, 0:00:00.012762) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (807, 0:00:00.010298) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 20 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-8/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 20 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 9 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-03-01.stog.amr.ttl (637) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-03-01 +- INFO - ----- 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 - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (637, 0:00:00.024680) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 10/10 new triples (647, 0:00:00.231880) +- INFO - ----- reclassify-concept-2: 8/8 new triples (655, 0:00:00.070480) +- INFO - ----- reclassify-concept-3: 24/24 new triples (679, 0:00:00.061071) +- INFO - ----- reclassify-concept-4: 28/28 new triples (707, 0:00:00.071054) +- INFO - ----- reclassify-concept-5: 4/4 new triples (711, 0:00:00.052005) +- DEBUG - ----- reify-roles-as-concept: 0/0 new triple (711, 0:00:00.050927) +- INFO - ----- reclassify-existing-variable: 85/85 new triples (796, 0:00:00.044010) +- DEBUG - ----- add-new-variable-for-reified-concept: 0/0 new triple (796, 0:00:00.056797) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 63/63 new triples (859, 0:00:00.081573) +- DEBUG - ----- add-amr-leaf-for-reified-concept: 0/0 new triple (859, 0:00:00.045756) +- INFO - ----- add-amr-edge-for-core-relation: 63/63 new triples (922, 0:00:00.175644) +- DEBUG - ----- add-amr-edge-for-reified-concept: 0/0 new triple (922, 0:00:00.069001) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (927, 0:00:00.087146) +- INFO - ----- add-value-for-quant-relation: 5/5 new triples (932, 0:00:00.097481) +- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (937, 0:00:00.097853) +- INFO - ----- update-amr-edge-role-1: 24/24 new triples (961, 0:00:00.130122) +- INFO - ----- add-amr-root: 5/5 new triples (966, 0:00:00.031240) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 329 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 54/54 new triples (1020, 0:00:00.270313) +- INFO - ----- extract atom individuals: 8/8 new triples (1028, 0:00:00.051144) +- INFO - ----- extract atomic properties: 112/112 new triples (1140, 0:00:00.376200) +- INFO - ----- extract atom values: 15/15 new triples (1155, 0:00:00.074076) +- INFO - ----- extract atom phenomena: 21/21 new triples (1176, 0:00:00.087550) +- INFO - ----- propagate atom relations: 38/118 new triples (1214, 0:00:01.731166) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1214, 0:00:00.021120) +- INFO - ----- reclassify argument property to class: 21/26 new triples (1235, 0:00:00.112409) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- INFO - ----- analyze "polarity" phenomena (1): 33/38 new triples (1268, 0:00:00.093231) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1268, 0:00:00.019988) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1268, 0:00:00.019517) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1268, 0:00:00.034621) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1268, 0:00:00.037500) +- DEBUG - ----- analyze modifier phenomena (mod): 0/0 new triple (1268, 0:00:00.008368) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1268, 0:00:00.017726) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1268, 0:00:00.011925) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (1268, 0:00:00.011190) +- DEBUG - ----- analyze "and" phenomena (1): 0/0 new triple (1268, 0:00:00.011782) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1268, 0:00:00.010377) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (1268, 0:00:00.028376) +- INFO - ----- extract composite classes (2): 47/50 new triples (1315, 0:00:00.217885) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 18/142 new triples (1333, 0:00:00.328114) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1333, 0:00:00.008320) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1333, 0:00:00.018622) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1333, 0:00:00.014218) +- DEBUG - ----- Propagate individuals to net with same base node: 0/20 new triple (1333, 0:00:00.040050) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1333, 0:00:00.006690) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 367 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 42/46 new triples (1375, 0:00:00.348861) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 25/27 new triples (1400, 0:00:00.300095) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1400, 0:00:00.014278) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1400, 0:00:00.013696) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1400, 0:00:00.016741) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1400, 0:00:00.007616) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1400, 0:00:00.006944) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1400, 0:00:00.006819) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1400, 0:00:00.007966) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1400, 0:00:00.012604) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1400, 0:00:00.010608) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1400, 0:00:00.014257) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1400, 0:00:00.017897) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1400, 0:00:00.012054) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1400, 0:00:00.011608) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 67 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-9/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 73 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - *** sentence 10 *** +- INFO - -- Work Structure Preparation +- DEBUG - --- Graph Initialization +- DEBUG - ----- Configuration Loading +- DEBUG - -------- RDF Schema (320) +- DEBUG - -------- Semantic Net Definition (486) +- DEBUG - -------- Config Parameter Definition (520) +- DEBUG - ----- Frame Ontology Loading +- DEBUG - -------- Base Ontology produced as output (550) +- DEBUG - --- Source Data Import +- DEBUG - ----- Sentence Loading +- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_data/amrDocuments/samples/solar-system/SSC-02-01.stog.amr.ttl (625) +- DEBUG - --- Export work graph as turtle +- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample.ttl +- INFO - ----- Sentence (id): SSC-02-01 +- INFO - ----- 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 - -- Loading Extraction Scheme (owl_amr_scheme_1) +- DEBUG - ----- Step number: 3 +- INFO - -- Loading Extraction Rules (amr_master_rule/*) +- DEBUG - ----- Total rule number: 87 +- INFO - -- Applying extraction step: preprocessing +- INFO - --- *** November Transduction *** Sequence: amrld-correcting-sequence +- DEBUG - ----- fix-amr-bug-about-system-solar-planet: 0/0 new triple (625, 0:00:00.024591) +- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence +- INFO - ----- reclassify-concept-1: 10/10 new triples (635, 0:00:00.151854) +- INFO - ----- reclassify-concept-2: 8/8 new triples (643, 0:00:00.052762) +- INFO - ----- reclassify-concept-3: 12/12 new triples (655, 0:00:00.040462) +- INFO - ----- reclassify-concept-4: 28/28 new triples (683, 0:00:00.055398) +- INFO - ----- reclassify-concept-5: 4/4 new triples (687, 0:00:00.059775) +- INFO - ----- reify-roles-as-concept: 5/5 new triples (692, 0:00:00.045192) +- INFO - ----- reclassify-existing-variable: 81/81 new triples (773, 0:00:00.036471) +- INFO - ----- add-new-variable-for-reified-concept: 4/4 new triples (777, 0:00:00.051187) +- INFO - ----- add-amr-leaf-for-reclassified-concept: 60/60 new triples (837, 0:00:00.077340) +- INFO - ----- add-amr-leaf-for-reified-concept: 4/4 new triples (841, 0:00:00.028965) +- INFO - ----- add-amr-edge-for-core-relation: 54/54 new triples (895, 0:00:00.156385) +- INFO - ----- add-amr-edge-for-reified-concept: 6/6 new triples (901, 0:00:00.164540) +- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (906, 0:00:00.088955) +- INFO - ----- add-value-for-quant-relation: 5/5 new triples (911, 0:00:00.096857) +- DEBUG - ----- add-amr-edge-for-polarity-relation: 0/0 new triple (911, 0:00:00.095519) +- INFO - ----- update-amr-edge-role-1: 22/22 new triples (933, 0:00:00.103420) +- INFO - ----- add-amr-root: 5/5 new triples (938, 0:00:00.030177) +- DEBUG - --- Serializing graph to SolarSystemSample_preprocessing +- DEBUG - ----- step: preprocessing +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_preprocessing.ttl +- DEBUG - ----- base: http://SolarSystemSample/preprocessing +- INFO - ----- 313 triples extracted during preprocessing step +- INFO - -- Applying extraction step: transduction +- INFO - --- *** February Transduction *** Sequence: atomic extraction sequence +- INFO - ----- extract atom classes: 66/66 new triples (1004, 0:00:00.361729) +- INFO - ----- extract atom individuals: 8/8 new triples (1012, 0:00:00.059971) +- INFO - ----- extract atomic properties: 72/72 new triples (1084, 0:00:00.216161) +- INFO - ----- extract atom values: 10/10 new triples (1094, 0:00:00.060127) +- INFO - ----- extract atom phenomena: 28/28 new triples (1122, 0:00:00.127967) +- INFO - ----- propagate atom relations: 35/96 new triples (1157, 0:00:01.951814) +- INFO - --- *** February Transduction *** Sequence: classification sequence (1) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1157, 0:00:00.019093) +- INFO - ----- reclassify argument property to class: 11/14 new triples (1168, 0:00:00.073352) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (1) +- DEBUG - ----- analyze "polarity" phenomena (1): 0/0 new triple (1168, 0:00:00.010795) +- DEBUG - ----- analyze "polarity" phenomena (2): 0/0 new triple (1168, 0:00:00.011914) +- DEBUG - ----- analyze "polarity" phenomena (3): 0/0 new triple (1168, 0:00:00.014968) +- DEBUG - ----- analyze "polarity" phenomena (4): 0/0 new triple (1168, 0:00:00.033880) +- DEBUG - ----- analyze "polarity" phenomena (5): 0/0 new triple (1168, 0:00:00.032834) +- INFO - ----- analyze modifier phenomena (mod): 43/50 new triples (1211, 0:00:00.186327) +- DEBUG - ----- classify modality phenomena: 0/0 new triple (1211, 0:00:00.023806) +- INFO - --- *** February Transduction *** Sequence: phenomena analyze sequence (2) +- DEBUG - ----- analyze "or" phenomena (1): 0/0 new triple (1211, 0:00:00.011888) +- DEBUG - ----- analyze "or" phenomena (2): 0/0 new triple (1211, 0:00:00.016937) +- INFO - ----- analyze "and" phenomena (1): 5/50 new triples (1216, 0:00:00.138644) +- DEBUG - ----- analyze "and" phenomena (2): 0/0 new triple (1216, 0:00:00.017311) +- INFO - --- *** February Transduction *** Sequence: composite class extraction sequence +- DEBUG - ----- extract composite classes (1): 0/0 new triple (1216, 0:00:00.043334) +- DEBUG - ----- extract composite classes (2): 0/0 new triple (1216, 0:00:00.043860) +- INFO - --- *** February Transduction *** Sequence: classification sequence (2) +- INFO - ----- classify class net as entity from core arguments: 24/132 new triples (1240, 0:00:00.344415) +- DEBUG - ----- classify class net as entity from :part relation: 0/0 new triple (1240, 0:00:00.008786) +- DEBUG - ----- classify class net as entity from degree arguments: 0/0 new triple (1240, 0:00:00.017302) +- DEBUG - ----- Associate mother to class net from :domain relation: 0/0 new triple (1240, 0:00:00.008847) +- DEBUG - ----- Propagate individuals to net with same base node: 0/16 new triple (1240, 0:00:00.078423) +- DEBUG - ----- Propagate individuals to net with domain link: 0/0 new triple (1240, 0:00:00.010964) +- DEBUG - --- Serializing graph to SolarSystemSample_transduction +- DEBUG - ----- step: transduction +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_transduction.ttl +- DEBUG - ----- base: http://SolarSystemSample/transduction +- INFO - ----- 302 triples extracted during transduction step +- INFO - -- Applying extraction step: generation +- INFO - --- *** February Transduction *** Sequence: class_generation_sequence +- INFO - ----- generate OWL class: 39/50 new triples (1279, 0:00:00.404100) +- INFO - --- *** February Transduction *** Sequence: property_generation_sequence +- INFO - ----- generate OWL property: 20/20 new triples (1299, 0:00:00.155789) +- INFO - --- *** November Transduction *** Sequence: main-generation-sequence +- DEBUG - ----- generate-individual: 0/0 new triple (1299, 0:00:00.010125) +- DEBUG - ----- classify-individual-1: 0/0 new triple (1299, 0:00:00.010048) +- DEBUG - ----- classify-individual-2: 0/0 new triple (1299, 0:00:00.011954) +- DEBUG - ----- generate-atom-property-1: 0/0 new triple (1299, 0:00:00.008955) +- DEBUG - ----- generate-atom-property-12: 0/0 new triple (1299, 0:00:00.011194) +- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1299, 0:00:00.009715) +- DEBUG - ----- generate-composite-class: 0/0 new triple (1299, 0:00:00.010638) +- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1299, 0:00:00.012792) +- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1299, 0:00:00.010522) +- DEBUG - ----- add-restriction-to-class-3: 0/0 new triple (1299, 0:00:00.011725) +- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1299, 0:00:00.015535) +- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1299, 0:00:00.012581) +- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1299, 0:00:00.010341) +- DEBUG - --- Serializing graph to SolarSystemSample_generation +- DEBUG - ----- step: generation +- DEBUG - ----- id: SolarSystemSample +- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_generation.ttl +- DEBUG - ----- base: http://SolarSystemSample/generation +- INFO - ----- 59 triples extracted during generation step +- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/technical-data/SolarSystemSample-10/SolarSystemSample_factoid.ttl) +- DEBUG - ----- Number of factoids: 70 +- DEBUG - ----- Graph base: http://SolarSystemSample/factoid +- INFO - + === Final Ontology Generation === +- INFO - -- Making complete factoid graph by merging the result factoids +- INFO - ----- Total factoid number: 607 +- INFO - -- Serializing graph to factoid string +- INFO - ----- Graph base: http://SolarSystemSample/factoid +- INFO - -- Serializing graph to factoid file +- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/main_tests/test_owl_output/SolarSystemSample-20230601/SolarSystemSample_factoid.ttl +- INFO - + === Done === -- GitLab