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

Renaming both transduction rule variants to novTransduction and janTransduction

parent 87d711ea
Branches
Tags
No related merge requests found
@base <http://SolarSystemDev1/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#> .
ns1:atomClass_gravitation_g ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#gravitation> .
ns1:atomClass_object_o ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#object> .
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> ;
ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasManner> .
ns1:atomProperty_hasPart_p9 ns1:hasProperty12URI <https://tenet.tetras-libre.fr/extract-result#hasPart> ;
ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#hasPart> .
ns1:compositeClass_gravitation-binding-system-hasPart-sun-and-object_g ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#gravitation-binding-system-hasPart-sun-and-object> .
ns1:compositeClass_system-hasPart-sun-and-object-hasPart-object_s ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object-hasPart-object> .
ns1:compositeClass_system-hasPart-sun-and-object-hasPart-sun_s ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object-hasPart-sun> .
ns1:compositeClass_system-hasPart-sun-and-object_s ns1:hasClassURI <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object> .
ns1:compositeProperty_not-direct_d2 ns1:hasPropertyURI <https://tenet.tetras-libre.fr/extract-result#not-direct> .
ns1:individual_system_SolarSystem 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#gravitation-binding-system-hasPart-sun-and-object> a owl:Class ;
rdfs:label "gravitation-binding-system-hasPart-sun-and-object" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty <https://tenet.tetras-libre.fr/extract-result#bind-of> ;
owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object> ],
<https://tenet.tetras-libre.fr/extract-result#gravitation> ;
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>,
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object>,
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object-hasPart-object>,
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object-hasPart-sun> ;
rdfs:label "Solar System" ;
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#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#gravitation> a owl:Class ;
rdfs:label "gravitation" ;
rdfs:subClassOf ns2:Entity ;
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#system-hasPart-sun-and-object-hasPart-object> a owl:Class ;
rdfs:label "system-hasPart-sun-and-object-hasPart-object" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ;
owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ],
<https://tenet.tetras-libre.fr/extract-result#system>,
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object> ;
ns2:fromStructure "SSC-01-01" .
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object-hasPart-sun> a owl:Class ;
rdfs:label "system-hasPart-sun-and-object-hasPart-sun" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ;
owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ],
<https://tenet.tetras-libre.fr/extract-result#system>,
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object> ;
ns2:fromStructure "SSC-01-01" .
<https://tenet.tetras-libre.fr/extract-result#object> a owl:Class ;
rdfs:label "object" ;
rdfs:subClassOf ns2:Entity ;
ns2:fromStructure "SSC-01-01" .
<https://tenet.tetras-libre.fr/extract-result#sun> a owl:Class ;
rdfs:label "sun" ;
rdfs:subClassOf ns2:Entity ;
ns2:fromStructure "SSC-01-01" .
<https://tenet.tetras-libre.fr/extract-result#system-hasPart-sun-and-object> a owl:Class ;
rdfs:label "system-hasPart-sun-and-object" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ;
owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#sun> ],
[ a owl:Restriction ;
owl:onProperty <https://tenet.tetras-libre.fr/extract-result#hasPart> ;
owl:someValuesFrom <https://tenet.tetras-libre.fr/extract-result#object> ],
<https://tenet.tetras-libre.fr/extract-result#system> ;
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#system> a owl:Class ;
rdfs:label "system" ;
rdfs:subClassOf ns2:Entity ;
ns2:fromStructure "SSC-01-01" .
- INFO - [TENET] Extraction Processing
- INFO -
=== Process Initialization ===
- INFO - -- Process Setting
- INFO - ----- Corpus source: /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-1/ (amr)
- INFO - ----- Base output dir: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/SolarSystemDev1_factoid.ttl
- INFO - ----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/
- INFO - ----- Ontology target (id): SolarSystemDev1
- 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: SolarSystemDev1
----- source corpus: /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-1/
----- 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/SolarSystemDev1-20230202/SolarSystemDev1_factoid.ttl
----- output directory: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/SolarSystemDev1_factoid.ttlSolarSystemDev1-20230202/
----- sentence output directory: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/
----- technical dir path: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/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-1/**/*.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/SolarSystemDev1-20230202/technical-data/SolarSystemDev1.ttl
*** - ***
- DEBUG - -- Counting number of graph files (sentences)
- DEBUG - ----- Graph count: 1
- INFO -
=== Extraction Processing ===
- INFO - *** sentence 1 ***
- INFO - -- Work Structure Preparation
- DEBUG - --- Graph Initialization
- DEBUG - ----- Configuration Loading
- DEBUG - -------- RDF Schema (302)
- DEBUG - -------- Semantic Net Definition (509)
- DEBUG - -------- Config Parameter Definition (543)
- DEBUG - ----- Frame Ontology Loading
- DEBUG - -------- Base Ontology produced as output (573)
- DEBUG - --- Source Data Import
- DEBUG - ----- Sentence Loading
- DEBUG - -------- /home/lamenji/Workspace/Tetras/tenet/tests/input/amrDocuments/dev/solar-system-1/SSC-01-01.stog.amr.ttl (621)
- DEBUG - --- Export work graph as turtle
- DEBUG - ----- Work graph file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/SolarSystemDev1-1/SolarSystemDev1.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 (626, 0:00:00.061875)
- INFO - --- *** November Transduction *** Sequence: amr-reification-sequence
- INFO - ----- reclassify-concept-1: 10/10 new triples (636, 0:00:00.159759)
- DEBUG - ----- reclassify-concept-2: 0/0 new triple (636, 0:00:00.087548)
- INFO - ----- reclassify-concept-3: 12/12 new triples (648, 0:00:00.059360)
- INFO - ----- reclassify-concept-4: 16/16 new triples (664, 0:00:00.083676)
- INFO - ----- reclassify-concept-5: 2/4 new triples (666, 0:00:00.060560)
- INFO - ----- reify-roles-as-concept: 10/10 new triples (676, 0:00:00.068121)
- INFO - ----- reclassify-existing-variable: 45/45 new triples (721, 0:00:00.044178)
- INFO - ----- add-new-variable-for-reified-concept: 8/8 new triples (729, 0:00:00.075752)
- INFO - ----- add-amr-leaf-for-reclassified-concept: 33/33 new triples (762, 0:00:00.069700)
- INFO - ----- add-amr-leaf-for-reified-concept: 8/8 new triples (770, 0:00:00.042863)
- INFO - ----- add-amr-edge-for-core-relation: 27/27 new triples (797, 0:00:00.184305)
- INFO - ----- add-amr-edge-for-reified-concept: 12/12 new triples (809, 0:00:00.187072)
- INFO - ----- add-amr-edge-for-name-relation: 5/5 new triples (814, 0:00:00.098260)
- DEBUG - ----- add-value-for-quant-relation: 0/0 new triple (814, 0:00:00.099049)
- INFO - ----- add-amr-edge-for-polarity-relation: 5/5 new triples (819, 0:00:00.100185)
- INFO - ----- update-amr-edge-role-1: 15/15 new triples (834, 0:00:00.121480)
- INFO - ----- add-amr-root: 5/5 new triples (839, 0:00:00.035884)
- DEBUG - --- Serializing graph to SolarSystemDev1_preprocessing
- DEBUG - ----- step: preprocessing
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/SolarSystemDev1-1/SolarSystemDev1_preprocessing.ttl
- DEBUG - ----- base: http://SolarSystemDev1/preprocessing
- INFO - ----- 218 triples extracted during preprocessing step
- INFO - -- Applying extraction step: transduction
- INFO - --- *** November Transduction *** Sequence: atomic-extraction-sequence
- INFO - ----- create-atom-class-net: 35/35 new triples (874, 0:00:00.094645)
- DEBUG - ----- (refinement) refine-cover-node-1: 5 new triples (879)
- DEBUG - ----- (refinement) refine-cover-node-2: 5 new triples (884)
- INFO - ----- create-individual-net-1: 10/10 new triples (894, 0:00:00.121319)
- DEBUG - ----- (refinement) refine-cover-node-1: 1 new triples (895)
- INFO - ----- create-atom-property-net-1: 88/88 new triples (983, 0:00:00.188037)
- DEBUG - ----- (refinement) refine-cover-node-1: 6 new triples (989)
- INFO - ----- create-value-net: 17/17 new triples (1006, 0:00:00.066116)
- INFO - ----- create-phenomena-net-1: 24/25 new triples (1030, 0:00:00.090523)
- DEBUG - ----- (refinement) refine-cover-node-1: 2 new triples (1032)
- INFO - --- *** November Transduction *** Sequence: atomic-extraction-sequence
- INFO - ----- create-atom-class-net: 1/49 new triple (1033, 0:00:00.098275)
- DEBUG - ----- create-individual-net-1: 0/10 new triple (1033, 0:00:00.071779)
- INFO - ----- create-atom-property-net-1: 1/95 new triple (1034, 0:00:00.198957)
- DEBUG - ----- create-value-net: 0/17 new triple (1034, 0:00:00.062734)
- DEBUG - ----- create-phenomena-net-1: 0/25 new triple (1034, 0:00:00.073822)
- INFO - --- *** November Transduction *** Sequence: phenomena-application-polarity-sequence
- INFO - ----- polarity-phenomena-application: 8/9 new triples (1042, 0:00:00.151345)
- DEBUG - ----- (refinement) refine-cover-node-1: 1 new triples (1043)
- INFO - --- *** November Transduction *** Sequence: phenomena-application-mod-sequence
- DEBUG - ----- mod-phenomena-application-1: 0/0 new triple (1043, 0:00:00.100039)
- DEBUG - ----- mod-phenomena-application-2: 0/0 new triple (1043, 0:00:00.045232)
- DEBUG - ----- mod-phenomena-application-3: 0/0 new triple (1043, 0:00:00.099572)
- INFO - --- *** November Transduction *** Sequence: phenomena-application-and-sequence
- INFO - ----- and-conjunction-phenomena-application-1: 14/17 new triples (1057, 0:00:00.216425)
- DEBUG - ----- (refinement) refine-cover-node-1: 1 new triples (1058)
- INFO - ----- and-conjunction-phenomena-application-2: 1/1 new triple (1059, 0:00:00.184628)
- INFO - ----- and-conjunction-phenomena-application-3: 14/14 new triples (1073, 0:00:00.160059)
- INFO - ----- and-conjunction-phenomena-application-4: 14/14 new triples (1087, 0:00:00.167907)
- DEBUG - ----- (refinement) refine-cover-node-2: 1 new triples (1088)
- INFO - ----- and-conjunction-phenomena-application-5: 6/9 new triples (1094, 0:00:00.075913)
- INFO - ----- and-conjunction-phenomena-application-6: 2/2 new triples (1096, 0:00:00.231079)
- INFO - --- *** January Transduction *** Sequence: "or" phenomena analysis 1 (targetting class)
- DEBUG - ----- new net construction: 0/0 new triple (1096, 0:00:00.117536)
- INFO - --- *** January Transduction *** Sequence: "or" phenomena analysis 2 (targetting property)
- INFO - ----- new net construction: 9/9 new triples (1105, 0:00:00.105351)
- INFO - --- *** November Transduction *** Sequence: phenomena-checking-sequence
- INFO - ----- expand-and-conjunction-phenomena-net: 8/8 new triples (1113, 0:00:00.026123)
- DEBUG - ----- (refinement) refine-cover-node-2: 1 new triples (1114)
- DEBUG - ----- expand-degree-phenomena-net-1: 0/0 new triple (1114, 0:00:00.018200)
- DEBUG - ----- expand-degree-phenomena-net-2: 0/0 new triple (1114, 0:00:00.018200)
- DEBUG - ----- expand-degree-phenomena-net-3: 0/0 new triple (1114, 0:00:00.018742)
- DEBUG - ----- expand-degree-phenomena-net-4: 0/0 new triple (1114, 0:00:00.018266)
- DEBUG - ----- expand-degree-phenomena-net-5: 0/0 new triple (1114, 0:00:00.010691)
- DEBUG - ----- expand-degree-phenomena-net-6: 0/0 new triple (1114, 0:00:00.010776)
- INFO - --- *** November Transduction *** Sequence: composite-property-extraction-sequence
- DEBUG - ----- create-composite-class-net-from-property-1: 0/0 new triple (1114, 0:00:00.117036)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triple (1114, 0:00:00.240395)
- INFO - --- *** November Transduction *** Sequence: composite-class-extraction-sequence-1
- INFO - ----- create-composite-class-net-from-property-1: 48/54 new triples (1162, 0:00:00.775202)
- DEBUG - ----- (refinement) refine-cover-node-1: 7 new triples (1169)
- DEBUG - ----- (refinement) refine-cover-node-2: 3 new triples (1172)
- DEBUG - ----- create-composite-class-net-from-property-2: 0/0 new triple (1172, 0:00:00.186025)
- INFO - ----- create-composite-class-net-from-property-3: 50/57 new triples (1222, 0:00:00.586991)
- INFO - --- *** November Transduction *** Sequence: composite-class-extraction-sequence-2
- DEBUG - ----- create-composite-class-net-from-phenomena-1: 0/0 new triple (1222, 0:00:00.044763)
- DEBUG - ----- create-composite-class-net-from-phenomena-2: 0/0 new triple (1222, 0:00:00.047220)
- DEBUG - ----- create-composite-class-net-from-phenomena-3: 0/0 new triple (1222, 0:00:00.048970)
- DEBUG - ----- create-composite-class-net-from-phenomena-4: 0/0 new triple (1222, 0:00:00.061311)
- INFO - --- *** November Transduction *** Sequence: restriction-adding-sequence
- DEBUG - ----- add-restriction-to-class-net-from-property-1: 0/0 new triple (1222, 0:00:00.056377)
- INFO - --- *** November Transduction *** Sequence: classification-sequence
- INFO - ----- classify-net-from-core-1: 8/8 new triples (1230, 0:00:00.010373)
- INFO - ----- classify-net-from-core-2: 1/7 new triple (1231, 0:00:00.009624)
- DEBUG - ----- classify-net-from-core-3: 0/0 new triple (1231, 0:00:00.045449)
- DEBUG - ----- classify-net-from-part: 0/0 new triple (1231, 0:00:00.010059)
- INFO - ----- classify-net-from-domain: 9/9 new triples (1240, 0:00:00.009799)
- DEBUG - ----- classify-net-from-degree-phenomena-1: 0/0 new triple (1240, 0:00:00.016126)
- DEBUG - ----- classify-net-from-degree-phenomena-2: 0/0 new triple (1240, 0:00:00.048191)
- DEBUG - ----- classify-net-from-degree-phenomena-3: 0/0 new triple (1240, 0:00:00.011628)
- INFO - ----- propagate-individual-1: 1/1 new triple (1241, 0:00:00.008028)
- INFO - ----- propagate-individual-2: 5/5 new triples (1246, 0:00:00.008732)
- DEBUG - ----- reclassify-deprecated-net: 0/0 new triple (1246, 0:00:00.006958)
- DEBUG - --- Serializing graph to SolarSystemDev1_transduction
- DEBUG - ----- step: transduction
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/SolarSystemDev1-1/SolarSystemDev1_transduction.ttl
- DEBUG - ----- base: http://SolarSystemDev1/transduction
- INFO - ----- 407 triples extracted during transduction step
- INFO - -- Applying extraction step: generation
- INFO - --- *** November Transduction *** Sequence: main-generation-sequence
- INFO - ----- compute-uri-for-owl-declaration-1: 8/8 new triples (1254, 0:00:00.029926)
- INFO - ----- compute-uri-for-owl-declaration-2: 1/4 new triple (1255, 0:00:00.027398)
- INFO - ----- compute-uri-for-owl-declaration-3: 1/1 new triple (1256, 0:00:00.029405)
- DEBUG - ----- compute-uri-for-owl-declaration-4: 0/0 new triple (1256, 0:00:00.027252)
- INFO - ----- compute-uri-for-owl-declaration-5: 6/6 new triples (1262, 0:00:00.050396)
- INFO - ----- compute-uri-for-owl-declaration-6: 5/5 new triples (1267, 0:00:00.023763)
- INFO - ----- generate-atom-class: 12/12 new triples (1279, 0:00:00.011694)
- INFO - ----- classify-atom-class-1: 4/4 new triples (1283, 0:00:00.011161)
- DEBUG - ----- classify-atom-class-2: 0/0 new triple (1283, 0:00:00.015300)
- INFO - ----- generate-individual: 3/3 new triples (1286, 0:00:00.008690)
- DEBUG - ----- classify-individual-1: 0/0 new triple (1286, 0:00:00.007348)
- INFO - ----- classify-individual-2: 4/4 new triples (1290, 0:00:00.010528)
- INFO - ----- generate-atom-property-1: 16/16 new triples (1306, 0:00:00.010173)
- INFO - ----- generate-atom-property-12: 8/16 new triples (1314, 0:00:00.009924)
- DEBUG - ----- generate-inverse-relation: 0/0 new triple (1314, 0:00:00.008950)
- INFO - ----- generate-composite-class: 18/18 new triples (1332, 0:00:00.010623)
- DEBUG - ----- add-restriction-to-class-1: 0/0 new triple (1332, 0:00:00.018832)
- DEBUG - ----- add-restriction-to-class-2: 0/0 new triple (1332, 0:00:00.011936)
- INFO - ----- add-restriction-to-class-3: 20/24 new triples (1352, 0:00:00.026135)
- DEBUG - ----- add-restriction-to-class-4: 0/0 new triple (1352, 0:00:00.016401)
- DEBUG - ----- add-restriction-to-class-5: 0/0 new triple (1352, 0:00:00.017928)
- DEBUG - ----- add-restriction-to-class-6: 0/0 new triple (1352, 0:00:00.016283)
- DEBUG - ----- generate-composite-property: 0/0 new triple (1352, 0:00:00.015632)
- DEBUG - --- Serializing graph to SolarSystemDev1_generation
- DEBUG - ----- step: generation
- DEBUG - ----- id: SolarSystemDev1
- DEBUG - ----- work_file: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/SolarSystemDev1-1/SolarSystemDev1_generation.ttl
- DEBUG - ----- base: http://SolarSystemDev1/generation
- INFO - ----- 106 triples extracted during generation step
- INFO - -- Result: file containing only the factoids
- DEBUG - --- Making factoid graph with the last step result
- DEBUG - ----- Number of factoids: 121
- DEBUG - ----- Graph base: http://SolarSystemDev1/factoid
- DEBUG - --- Serializing graph to factoid file (/home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/technical-data/SolarSystemDev1-1/SolarSystemDev1_factoid.ttl)
- INFO -
=== Final Ontology Generation ===
- INFO - -- Making complete factoid graph by merging the result factoids
- INFO - ----- Total factoid number: 121
- INFO - -- Serializing graph to factoid string
- INFO - ----- Graph base: http://SolarSystemDev1/factoid
- INFO - -- Serializing graph to factoid file
- INFO - ----- Ontology Turtle File: /home/lamenji/Workspace/Tetras/tenet/tests/output/SolarSystemDev1-20230202/SolarSystemDev1_factoid.ttl
- INFO -
=== Done ===
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment