From 680b3722ab631a8606f763d47dd5c2fd7a5b06a2 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:36:47 +0200 Subject: [PATCH] Delete target directory --- target/classes/config/application.properties | 8 - .../annotation_of_answer_json/de_list_item | 1 - .../annotation_of_answer_json/de_prefix | 0 .../annotation_of_answer_json/en_list_item | 1 - .../annotation_of_answer_json/en_prefix | 0 .../annotation_of_answer_sparql/de_list_item | 1 - .../annotation_of_answer_sparql/de_prefix | 0 .../annotation_of_answer_sparql/en_list_item | 1 - .../annotation_of_answer_sparql/en_prefix | 0 .../annotation_of_instance/de_list_item | 1 - .../annotation_of_instance/de_prefix | 0 .../annotation_of_instance/en_list_item | 1 - .../annotation_of_instance/en_prefix | 0 .../de_list_item | 1 - .../annotation_of_question_language/de_prefix | 1 - .../en_list_item | 1 - .../annotation_of_question_language/en_prefix | 1 - .../de_list_item | 1 - .../de_prefix | 1 - .../en_list_item | 1 - .../en_prefix | 1 - .../annotation_of_relation/de_list_item | 1 - .../annotation_of_relation/de_prefix | 1 - .../annotation_of_relation/en_list_item | 1 - .../annotation_of_relation/en_prefix | 1 - .../annotation_of_spot_instance/de_list_item | 1 - .../annotation_of_spot_instance/de_prefix | 1 - .../annotation_of_spot_instance/en_list_item | 1 - .../annotation_of_spot_instance/en_prefix | 1 - .../queries/annotations_sparql_query.rq | 13 -- .../queries/components_sparql_query.rq | 9 - .../annotations_of_answer_json_query.rq | 22 -- .../annotations_of_answer_sparql_query.rq | 18 -- .../annotations_of_instance_query.rq | 24 -- .../annotations_of_question_language_query.rq | 13 -- ...notations_of_question_translation_query.rq | 13 -- .../annotations_of_relation_query.rq | 27 --- .../annotations_of_spot_intance_query.rq | 21 -- .../fetch_all_annotation_types.rq | 10 - target/classes/queries/question_query.rq | 9 - .../compile/default-compile/createdFiles.lst | 21 -- .../compile/default-compile/inputFiles.lst | 18 -- .../default-testCompile/createdFiles.lst | 19 -- .../default-testCompile/inputFiles.lst | 10 - ...naryExplanationServiceApplicationTests.xml | 65 ------ ...ce.controller.AnnotationControllerTest.xml | 130 ----------- ...ryBuilderTests$QaSystemExplanationTest.xml | 122 ----------- ...nationControllerTest$QueryBuilderTests.xml | 60 ----- ...e.controller.ExplanationControllerTest.xml | 95 -------- ...ce.repositories.AbstractRepositoryTest.xml | 90 -------- ...nServiceTest$ComponentExplanationTests.xml | 207 ------------------ ...tionServiceTest$ExplanationAsRdfTurtle.xml | 72 ------ ...ionServiceTest$QaSystemExplanationTest.xml | 123 ----------- ...ervice.services.ExplanationServiceTest.xml | 60 ----- ...tAnnotationServiceTest$ConversionTests.xml | 71 ------ ...vice.services.GetAnnotationServiceTest.xml | 60 ----- ...naryExplanationServiceApplicationTests.txt | 4 - ...ce.controller.AnnotationControllerTest.txt | 4 - ...ryBuilderTests$QaSystemExplanationTest.txt | 4 - ...nationControllerTest$QueryBuilderTests.txt | 4 - ...e.controller.ExplanationControllerTest.txt | 4 - ...ce.repositories.AbstractRepositoryTest.txt | 4 - ...nServiceTest$ComponentExplanationTests.txt | 4 - ...tionServiceTest$ExplanationAsRdfTurtle.txt | 4 - ...ionServiceTest$QaSystemExplanationTest.txt | 4 - ...ervice.services.ExplanationServiceTest.txt | 4 - ...tAnnotationServiceTest$ConversionTests.txt | 4 - ...vice.services.GetAnnotationServiceTest.txt | 4 - .../annotationofanswerjson/de_list_item | 1 - .../annotationofanswerjson/en_list_item | 1 - .../annotationofanswersparql/de_list_item | 1 - .../annotationofanswersparql/en_list_item | 1 - .../annotationofinstance/de_list_item | 1 - .../annotationofinstance/en_list_item | 1 - .../annotationofquestionlanguage/de_list_item | 1 - .../annotationofquestionlanguage/en_list_item | 1 - .../de_list_item | 1 - .../en_list_item | 1 - .../annotationofrelation/de_list_item | 1 - .../annotationofrelation/en_list_item | 1 - .../annotationofspotinstance/de_list_item | 1 - .../annotationofspotinstance/en_list_item | 1 - .../expectedModel.ttl | 43 ---- .../modelForRandomComponent1.ttl | 9 - .../modelForRandomComponent2.ttl | 9 - target/test-classes/testRdfData.rdf | 26 --- 86 files changed, 1581 deletions(-) delete mode 100644 target/classes/config/application.properties delete mode 100644 target/classes/explanations/annotation_of_answer_json/de_list_item delete mode 100644 target/classes/explanations/annotation_of_answer_json/de_prefix delete mode 100644 target/classes/explanations/annotation_of_answer_json/en_list_item delete mode 100644 target/classes/explanations/annotation_of_answer_json/en_prefix delete mode 100644 target/classes/explanations/annotation_of_answer_sparql/de_list_item delete mode 100644 target/classes/explanations/annotation_of_answer_sparql/de_prefix delete mode 100644 target/classes/explanations/annotation_of_answer_sparql/en_list_item delete mode 100644 target/classes/explanations/annotation_of_answer_sparql/en_prefix delete mode 100644 target/classes/explanations/annotation_of_instance/de_list_item delete mode 100644 target/classes/explanations/annotation_of_instance/de_prefix delete mode 100644 target/classes/explanations/annotation_of_instance/en_list_item delete mode 100644 target/classes/explanations/annotation_of_instance/en_prefix delete mode 100644 target/classes/explanations/annotation_of_question_language/de_list_item delete mode 100644 target/classes/explanations/annotation_of_question_language/de_prefix delete mode 100644 target/classes/explanations/annotation_of_question_language/en_list_item delete mode 100644 target/classes/explanations/annotation_of_question_language/en_prefix delete mode 100644 target/classes/explanations/annotation_of_question_translation/de_list_item delete mode 100644 target/classes/explanations/annotation_of_question_translation/de_prefix delete mode 100644 target/classes/explanations/annotation_of_question_translation/en_list_item delete mode 100644 target/classes/explanations/annotation_of_question_translation/en_prefix delete mode 100644 target/classes/explanations/annotation_of_relation/de_list_item delete mode 100644 target/classes/explanations/annotation_of_relation/de_prefix delete mode 100644 target/classes/explanations/annotation_of_relation/en_list_item delete mode 100644 target/classes/explanations/annotation_of_relation/en_prefix delete mode 100644 target/classes/explanations/annotation_of_spot_instance/de_list_item delete mode 100644 target/classes/explanations/annotation_of_spot_instance/de_prefix delete mode 100644 target/classes/explanations/annotation_of_spot_instance/en_list_item delete mode 100644 target/classes/explanations/annotation_of_spot_instance/en_prefix delete mode 100644 target/classes/queries/annotations_sparql_query.rq delete mode 100644 target/classes/queries/components_sparql_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_answer_json_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_answer_sparql_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_instance_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_question_language_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_question_translation_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_relation_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/annotations_of_spot_intance_query.rq delete mode 100644 target/classes/queries/queries_for_annotation_types/fetch_all_annotation_types.rq delete mode 100644 target/classes/queries/question_query.rq delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.xml delete mode 100644 target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.xml delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.txt delete mode 100644 target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.txt delete mode 100644 target/test-classes/expected_list_explanations/annotationofanswerjson/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofanswerjson/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofanswersparql/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofanswersparql/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofinstance/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofinstance/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofquestionlanguage/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofquestionlanguage/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofquestiontranslation/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofquestiontranslation/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofrelation/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofrelation/en_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofspotinstance/de_list_item delete mode 100644 target/test-classes/expected_list_explanations/annotationofspotinstance/en_list_item delete mode 100644 target/test-classes/qa-system-explanation-models/expectedModel.ttl delete mode 100644 target/test-classes/qa-system-explanation-models/modelForRandomComponent1.ttl delete mode 100644 target/test-classes/qa-system-explanation-models/modelForRandomComponent2.ttl delete mode 100644 target/test-classes/testRdfData.rdf diff --git a/target/classes/config/application.properties b/target/classes/config/application.properties deleted file mode 100644 index 1d0f39d..0000000 --- a/target/classes/config/application.properties +++ /dev/null @@ -1,8 +0,0 @@ -spring.application.name=Qanary explanation service -server.port=4000 -sparqlEndpoint=http://demos.swe.htwk-leipzig.de:8080/sparql -# swagger-ui custom path -springdoc.swagger-ui.path=/swagger-ui.html -# api-docs custom path -springdoc.api-docs.path=/api-docs -springdoc.version=2.1.0 diff --git a/target/classes/explanations/annotation_of_answer_json/de_list_item b/target/classes/explanations/annotation_of_answer_json/de_list_item deleted file mode 100644 index 84644a7..0000000 --- a/target/classes/explanations/annotation_of_answer_json/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} eine SPARQL-query ausgeführt und folgende JSON zurückgegeben ' ${answerJson} ' &{mit einer Konfidenz von ${score}}& \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_answer_json/de_prefix b/target/classes/explanations/annotation_of_answer_json/de_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_answer_json/en_list_item b/target/classes/explanations/annotation_of_answer_json/en_list_item deleted file mode 100644 index b1da98a..0000000 --- a/target/classes/explanations/annotation_of_answer_json/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on ${createdAt} a SPARQL-query was executed and returned the following JSON ' ${answerJson} ' &{with a confidence of ${score}}& \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_answer_json/en_prefix b/target/classes/explanations/annotation_of_answer_json/en_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_answer_sparql/de_list_item b/target/classes/explanations/annotation_of_answer_sparql/de_list_item deleted file mode 100644 index ce01b72..0000000 --- a/target/classes/explanations/annotation_of_answer_sparql/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} mit einer Konfidenz von ${score} die SPARQL-query ' ${body} ' \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_answer_sparql/de_prefix b/target/classes/explanations/annotation_of_answer_sparql/de_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_answer_sparql/en_list_item b/target/classes/explanations/annotation_of_answer_sparql/en_list_item deleted file mode 100644 index d3c08ef..0000000 --- a/target/classes/explanations/annotation_of_answer_sparql/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on ${createdAt} with a confidence of ${score} the SPARQL-query ' ${body} ' \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_answer_sparql/en_prefix b/target/classes/explanations/annotation_of_answer_sparql/en_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_instance/de_list_item b/target/classes/explanations/annotation_of_instance/de_list_item deleted file mode 100644 index 54831a4..0000000 --- a/target/classes/explanations/annotation_of_instance/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} &{mit einer Konfidenz von ${score}}& die Resource ${body} \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_instance/de_prefix b/target/classes/explanations/annotation_of_instance/de_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_instance/en_list_item b/target/classes/explanations/annotation_of_instance/en_list_item deleted file mode 100644 index 6ad5d5b..0000000 --- a/target/classes/explanations/annotation_of_instance/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on ${createdAt} &{with a confidence of ${score}}& and the resource ${body} \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_instance/en_prefix b/target/classes/explanations/annotation_of_instance/en_prefix deleted file mode 100644 index e69de29..0000000 diff --git a/target/classes/explanations/annotation_of_question_language/de_list_item b/target/classes/explanations/annotation_of_question_language/de_list_item deleted file mode 100644 index e11c9c9..0000000 --- a/target/classes/explanations/annotation_of_question_language/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} für die Frage mit der URI '${hasTarget}' die Sprache '${body}' \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_language/de_prefix b/target/classes/explanations/annotation_of_question_language/de_prefix deleted file mode 100644 index 175d20e..0000000 --- a/target/classes/explanations/annotation_of_question_language/de_prefix +++ /dev/null @@ -1 +0,0 @@ - und hat für die folgende(n) Frage(n) die Sprachen bestimmt \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_language/en_list_item b/target/classes/explanations/annotation_of_question_language/en_list_item deleted file mode 100644 index 821d88d..0000000 --- a/target/classes/explanations/annotation_of_question_language/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at ${createdAt} for the question with the URI '${hasTarget}' the language '${body}' \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_language/en_prefix b/target/classes/explanations/annotation_of_question_language/en_prefix deleted file mode 100644 index 127bd23..0000000 --- a/target/classes/explanations/annotation_of_question_language/en_prefix +++ /dev/null @@ -1 +0,0 @@ - and has found the languages for the following question(s) \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_translation/de_list_item b/target/classes/explanations/annotation_of_question_translation/de_list_item deleted file mode 100644 index f73421a..0000000 --- a/target/classes/explanations/annotation_of_question_translation/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} die Frage mit der ID '${question}' in "${translation}" \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_translation/de_prefix b/target/classes/explanations/annotation_of_question_translation/de_prefix deleted file mode 100644 index e672f22..0000000 --- a/target/classes/explanations/annotation_of_question_translation/de_prefix +++ /dev/null @@ -1 +0,0 @@ - und hat folgende Fragen übersetzt \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_translation/en_list_item b/target/classes/explanations/annotation_of_question_translation/en_list_item deleted file mode 100644 index db23757..0000000 --- a/target/classes/explanations/annotation_of_question_translation/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at ${createdAt} the question with the ID '${question}' into "${translation}" \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_question_translation/en_prefix b/target/classes/explanations/annotation_of_question_translation/en_prefix deleted file mode 100644 index 36af31c..0000000 --- a/target/classes/explanations/annotation_of_question_translation/en_prefix +++ /dev/null @@ -1 +0,0 @@ - and computed the following translation(s) \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_relation/de_list_item b/target/classes/explanations/annotation_of_relation/de_list_item deleted file mode 100644 index 815f56d..0000000 --- a/target/classes/explanations/annotation_of_relation/de_list_item +++ /dev/null @@ -1 +0,0 @@ -' ${body} ' am ${createdAt} &{beginnend bei ${start} und endend bei ${end}}& &{mit einer Konfidenz von ${score}}& \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_relation/de_prefix b/target/classes/explanations/annotation_of_relation/de_prefix deleted file mode 100644 index 27a67bc..0000000 --- a/target/classes/explanations/annotation_of_relation/de_prefix +++ /dev/null @@ -1 +0,0 @@ - und dabei wurden folgende Relationen aus der Ursprungsfrage gefunden \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_relation/en_list_item b/target/classes/explanations/annotation_of_relation/en_list_item deleted file mode 100644 index 4679ec9..0000000 --- a/target/classes/explanations/annotation_of_relation/en_list_item +++ /dev/null @@ -1 +0,0 @@ -' ${body} ' at ${createdAt} &{starting at ${start} and ending at ${end}}& &{with a confidence of ${score}}& \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_relation/en_prefix b/target/classes/explanations/annotation_of_relation/en_prefix deleted file mode 100644 index 27729e7..0000000 --- a/target/classes/explanations/annotation_of_relation/en_prefix +++ /dev/null @@ -1 +0,0 @@ - and the following relations were found withing the origin question \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_spot_instance/de_list_item b/target/classes/explanations/annotation_of_spot_instance/de_list_item deleted file mode 100644 index fdbd42e..0000000 --- a/target/classes/explanations/annotation_of_spot_instance/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am ${createdAt} beginnend bei ${start} und endend an Position ${end} \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_spot_instance/de_prefix b/target/classes/explanations/annotation_of_spot_instance/de_prefix deleted file mode 100644 index 8087832..0000000 --- a/target/classes/explanations/annotation_of_spot_instance/de_prefix +++ /dev/null @@ -1 +0,0 @@ - und dabei wurden folgende Entitäten aus der Ursprungsfrage gefunden \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_spot_instance/en_list_item b/target/classes/explanations/annotation_of_spot_instance/en_list_item deleted file mode 100644 index 7466501..0000000 --- a/target/classes/explanations/annotation_of_spot_instance/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at ${createdAt} starting from position ${start} and ending at position ${end} \ No newline at end of file diff --git a/target/classes/explanations/annotation_of_spot_instance/en_prefix b/target/classes/explanations/annotation_of_spot_instance/en_prefix deleted file mode 100644 index 9e31867..0000000 --- a/target/classes/explanations/annotation_of_spot_instance/en_prefix +++ /dev/null @@ -1 +0,0 @@ - and each annotation from type AnnotationOfSpotInstance found the following entities from the origin question \ No newline at end of file diff --git a/target/classes/queries/annotations_sparql_query.rq b/target/classes/queries/annotations_sparql_query.rq deleted file mode 100644 index f8ca90a..0000000 --- a/target/classes/queries/annotations_sparql_query.rq +++ /dev/null @@ -1,13 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId rdf:type ?type; - oa:annotatedBy $createdBy ; - oa:annotatedAt $createdAt ; - oa:hasBody ?body . - -} \ No newline at end of file diff --git a/target/classes/queries/components_sparql_query.rq b/target/classes/queries/components_sparql_query.rq deleted file mode 100644 index acb9839..0000000 --- a/target/classes/queries/components_sparql_query.rq +++ /dev/null @@ -1,9 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT DISTINCT ?component -FROM ?graphURI -WHERE { - ?s oa:annotatedBy ?component . -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_answer_json_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_answer_json_query.rq deleted file mode 100644 index f4522f7..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_answer_json_query.rq +++ /dev/null @@ -1,22 +0,0 @@ -PREFIX dbr: -PREFIX oa: -PREFIX qa: -PREFIX rdf: -PREFIX xsd: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId - a qa:AnnotationOfAnswerJson ; - oa:hasTarget ?question ; - oa:hasBody ?answer ; - oa:annotatedBy ?componentURI ; - oa:annotatedAt ?createdAt . - OPTIONAL { - ?annotationId qa:score ?score . - } - ?answer - a qa:AnswerJson ; - rdf:value ?answerJson . -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_answer_sparql_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_answer_sparql_query.rq deleted file mode 100644 index e43bfe2..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_answer_sparql_query.rq +++ /dev/null @@ -1,18 +0,0 @@ -PREFIX dbr: -PREFIX oa: -PREFIX qa: -PREFIX rdf: -PREFIX xsd: - -SELECT * -FROM ?graphURI -WHERE { - ?newAnnotation rdf:type qa:AnnotationOfAnswerSPARQL . - ?newAnnotation oa:hasTarget ?targetQuestion . - ?newAnnotation oa:hasBody ?body . - OPTIONAL { - ?newAnnotation qa:score ?score . - } - ?newAnnotation oa:annotatedAt ?createdAt . - ?newAnnotation oa:annotatedBy ?componentURI . -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_instance_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_instance_query.rq deleted file mode 100644 index ddee557..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_instance_query.rq +++ /dev/null @@ -1,24 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId rdf:type qa:AnnotationOfInstance . - ?annotationId oa:hasTarget [ - a oa:SpecificResource; - oa:hasSource ?source; - oa:hasSelector [ - a oa:TextPositionSelector; - oa:start ?start; - oa:end ?end; - ] - ]. - ?annotationId oa:hasBody ?body ; - oa:annotatedBy ?componentURI ; - oa:annotatedAt ?createdAt . - OPTIONAL { - ?annotationId qa:score ?score . - } -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_question_language_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_question_language_query.rq deleted file mode 100644 index 3321332..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_question_language_query.rq +++ /dev/null @@ -1,13 +0,0 @@ -PREFIX qa: -PREFIX oa: -PREFIX questionID: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId a qa:AnnotationOfQuestionLanguage . - ?annotationId oa:hasTarget ?hasTarget ; - oa:hasBody ?body ; - oa:annotatedBy ?createdBy ; - oa:annotatedAt ?createdAt . -} diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_question_translation_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_question_translation_query.rq deleted file mode 100644 index 3983e2d..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_question_translation_query.rq +++ /dev/null @@ -1,13 +0,0 @@ -PREFIX qa: -PREFIX oa: -PREFIX questionID: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId a qa:AnnotationOfQuestionTranslation . - ?annotationId oa:hasTarget ?question ; - oa:hasBody ?translation ; - oa:annotatedBy ?createdBy ; - oa:annotatedAt ?createdAt . -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_relation_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_relation_query.rq deleted file mode 100644 index 7b5f5b2..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_relation_query.rq +++ /dev/null @@ -1,27 +0,0 @@ -PREFIX qa: -PREFIX oa: - -SELECT * -FROM ?graphURI -WHERE { -?annotationId a qa:AnnotationOfRelation . -?annotationId oa:hasTarget [ - a oa:SpecificResource; - oa:hasSource ?hasSource - ] . - OPTIONAL { - ?annotationId oa:hasTarget [ - oa:hasSelector [ - a oa:TextPositionSelector ; - oa:start ?start ; - oa:end ?end - ] - ] . -} -OPTIONAL { -?annotationId qa:score ?score . -} -?annotationId oa:hasBody ?body ; - oa:annotatedBy ?createdBy ; - oa:annotatedAt ?createdAt . -} \ No newline at end of file diff --git a/target/classes/queries/queries_for_annotation_types/annotations_of_spot_intance_query.rq b/target/classes/queries/queries_for_annotation_types/annotations_of_spot_intance_query.rq deleted file mode 100644 index 4c46826..0000000 --- a/target/classes/queries/queries_for_annotation_types/annotations_of_spot_intance_query.rq +++ /dev/null @@ -1,21 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT * -FROM ?graphURI -WHERE { - ?annotationId rdf:type qa:AnnotationOfSpotInstance. - ?annotationId oa:hasTarget [ - a oa:SpecificResource; - oa:hasSource ?source; - oa:hasSelector [ - a oa:TextPositionSelector; - oa:start ?start; - oa:end ?end; - ] - ]. - ?annotationId oa:annotatedAt ?createdAt ; - oa:annotatedBy ?componentURI . -} - diff --git a/target/classes/queries/queries_for_annotation_types/fetch_all_annotation_types.rq b/target/classes/queries/queries_for_annotation_types/fetch_all_annotation_types.rq deleted file mode 100644 index 9f58f66..0000000 --- a/target/classes/queries/queries_for_annotation_types/fetch_all_annotation_types.rq +++ /dev/null @@ -1,10 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT DISTINCT ?annotationType -FROM ?graphURI -WHERE { - ?annotationId rdf:type ?annotationType . - ?annotationId oa:annotatedBy ?componentURI . -} \ No newline at end of file diff --git a/target/classes/queries/question_query.rq b/target/classes/queries/question_query.rq deleted file mode 100644 index b1a4b36..0000000 --- a/target/classes/queries/question_query.rq +++ /dev/null @@ -1,9 +0,0 @@ -PREFIX rdf: -PREFIX oa: -PREFIX qa: - -SELECT DISTINCT ?source -FROM ?graphURI -WHERE { - ?source ?p . -} \ No newline at end of file diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 3f3b86d..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,21 +0,0 @@ -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Body.class -com/wse/qanaryexplanationservice/repositories/AbstractRepository.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/PropertyClassTemplate.class -com/wse/qanaryexplanationservice/pojos/ResultObject.class -com/wse/qanaryexplanationservice/services/ExplanationService$3.class -com/wse/qanaryexplanationservice/services/AnnotationsService.class -com/wse/qanaryexplanationservice/controller/ExplanationController.class -com/wse/qanaryexplanationservice/services/ParameterStringBuilder.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/CreatedAt.class -com/wse/qanaryexplanationservice/controller/AnnotationController.class -com/wse/qanaryexplanationservice/repositories/ExplanationSparqlRepository.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/CreatedBy.class -com/wse/qanaryexplanationservice/services/ExplanationService$2.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Type.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/AnnotationId.class -com/wse/qanaryexplanationservice/repositories/SparqlRepositoryIF.class -com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Target.class -com/wse/qanaryexplanationservice/QanaryExplanationServiceApplication.class -com/wse/qanaryexplanationservice/services/ExplanationService.class -com/wse/qanaryexplanationservice/services/ExplanationService$1.class -com/wse/qanaryexplanationservice/repositories/AnnotationSparqlRepository.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 5877376..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,18 +0,0 @@ -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Type.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/repositories/SparqlRepositoryIF.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/services/ParameterStringBuilder.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/QanaryExplanationServiceApplication.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/controller/ExplanationController.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/AnnotationId.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Body.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/repositories/ExplanationSparqlRepository.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/services/AnnotationsService.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/CreatedAt.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/repositories/AnnotationSparqlRepository.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/Target.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObject.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/services/ExplanationService.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/controller/AnnotationController.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/CreatedBy.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/pojos/ResultObjectDTOs/PropertyClassTemplate.java -/home/dschiese/wseresearch/qanary-explanation-service/src/main/java/com/wse/qanaryexplanationservice/repositories/AbstractRepository.java diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst deleted file mode 100644 index 39d4b2b..0000000 --- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +++ /dev/null @@ -1,19 +0,0 @@ -com/wse/qanaryexplanationservice/services/LanguageContentProvider.class -com/wse/qanaryexplanationservice/controller/ControllerDataForTests.class -com/wse/qanaryexplanationservice/controller/ExplanationControllerTest.class -com/wse/qanaryexplanationservice/services/ExplanationServiceTest$ExplanationAsRdfTurtle.class -com/wse/qanaryexplanationservice/services/ServiceDataForTests$3.class -com/wse/qanaryexplanationservice/services/ExplanationServiceTest$ComponentExplanationTests$1.class -com/wse/qanaryexplanationservice/services/GetAnnotationServiceTest.class -com/wse/qanaryexplanationservice/QanaryExplanationServiceApplicationTests.class -com/wse/qanaryexplanationservice/services/ServiceDataForTests$1.class -com/wse/qanaryexplanationservice/services/ServiceDataForTests$2.class -com/wse/qanaryexplanationservice/services/ExplanationServiceTest.class -com/wse/qanaryexplanationservice/repositories/AbstractRepositoryTest.class -com/wse/qanaryexplanationservice/services/ExplanationServiceTest$QaSystemExplanationTest.class -com/wse/qanaryexplanationservice/services/ExplanationServiceTest$ComponentExplanationTests.class -com/wse/qanaryexplanationservice/services/GetAnnotationServiceTest$ConversionTests.class -com/wse/qanaryexplanationservice/controller/ControllerDataForTests$1.class -com/wse/qanaryexplanationservice/controller/AnnotationControllerTest.class -com/wse/qanaryexplanationservice/services/ServiceDataForTests.class -com/wse/qanaryexplanationservice/StringToJsonNode.class diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index c248bd1..0000000 --- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +++ /dev/null @@ -1,10 +0,0 @@ -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/controller/AnnotationControllerTest.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/repositories/AbstractRepositoryTest.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/services/ServiceDataForTests.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/services/ExplanationServiceTest.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/controller/ControllerDataForTests.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/services/LanguageContentProvider.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/QanaryExplanationServiceApplicationTests.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/StringToJsonNode.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/services/GetAnnotationServiceTest.java -/home/dschiese/wseresearch/qanary-explanation-service/src/test/java/com/wse/qanaryexplanationservice/controller/ExplanationControllerTest.java diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.xml deleted file mode 100644 index 7a5a8ee..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.xml deleted file mode 100644 index fb17db2..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -PREFIX oa: -PREFIX rdf: - -SELECT * -FROM -WHERE - { ?annotationId - rdf:type ?type ; - oa:annotatedBy ?createdBy ; - oa:annotatedAt ?createdAt ; - oa:hasBody ?body - } - -]]> - - - -PREFIX oa: -PREFIX rdf: - -SELECT * -FROM -WHERE - { ?annotationId - rdf:type ?type ; - oa:annotatedBy ?createdBy ; - oa:annotatedAt ?createdAt ; - oa:hasBody ?body - } - -]]> - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.xml deleted file mode 100644 index 69c6d5e..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.xml deleted file mode 100644 index e90de5f..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.xml deleted file mode 100644 index 5b4a5ac..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.xml deleted file mode 100644 index 8c69556..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.xml deleted file mode 100644 index 1158216..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -PREFIX oa: -PREFIX rdf: - -SELECT * -FROM -WHERE - { ?annotationId - rdf:type qa:AnnotationOfInstance ; - oa:hasTarget _:b0 . - _:b0 rdf:type oa:SpecificResource ; - oa:hasSource ?source ; - oa:hasSelector _:b1 . - _:b1 rdf:type oa:TextPositionSelector ; - oa:start ?start ; - oa:end ?end . - ?annotationId - oa:hasBody ?body ; - oa:annotatedBy ; - oa:annotatedAt ?createdAt - OPTIONAL - { ?annotationId - qa:score ?score - } - } - -2023-09-22T11:21:34.466+02:00 INFO 18820 --- [ main] c.w.q.services.ExplanationService : Template with inserted params: am 2023-09-13T06:38:13.114944Z mit einer Konfidenz von 0.33 die Resource http://dbpedia.org/resource/example -2023-09-22T11:21:34.466+02:00 INFO 18820 --- [ main] c.w.q.services.ExplanationService : Created explanations: [, am 2023-09-13T06:38:13.114944Z mit einer Konfidenz von 0.33 die Resource http://dbpedia.org/resource/example] -]]> - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.xml deleted file mode 100644 index 609e860..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -2023-09-22T11:21:34.718+02:00 ERROR 18820 --- [ main] org.apache.jena.util.JenaXMLInput : Problem setting StAX property - name: "http://javax.xml.XMLConstants/property/accessExternalDTD" - value: "" - error: Unrecognized property 'http://javax.xml.XMLConstants/property/accessExternalDTD' -2023-09-22T11:21:34.777+02:00 INFO 18820 --- [ main] c.w.q.services.ExplanationServiceTest : Created model from resultRDFXMLHeader: -2023-09-22T11:21:34.787+02:00 INFO 18820 --- [ main] c.w.q.services.ExplanationServiceTest : Created model from modelResultJSONLDHeaeder: -]]> - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.xml deleted file mode 100644 index 4821976..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -PREFIX oa: -PREFIX rdf: - -SELECT DISTINCT ?source -FROM -WHERE - { ?source ?p } - -]]> - - - . -@prefix rdf: . -@prefix rdfs: . - - - [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Statement ; - rdf:object ; - rdf:predicate rdfs:subPropertyOf ; - rdf:subject - ] ; - rdf:_2 [ rdf:type rdf:Statement ; - rdf:object "The component urn:qanary:NED-DBpediaSpotlight has added the following properties to the graph: Time: '2023-08-23T09:15:35.089921' | Confidence: 93.4757 % | Content: http://dbpedia.org/resource/String_theory Time: '2023-08-23T09:15:35.102656' | Confidence: 97.7748 % | Content: http://dbpedia.org/resource/Real_number Time: '2023-08-23T09:15:35.113834' | Confidence: 99.9954 % | Content: http://dbpedia.org/resource/Batman"@en ; - rdf:predicate ; - rdf:subject - ] ; - rdf:_3 [ rdf:type rdf:Statement ; - rdf:object "Die Komponente urn:qanary:NED-DBpediaSpotlight hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.089921' | Konfidenz: 93.4757 % | Inhalt: http://dbpedia.org/resource/String_theory Zeitpunkt: '2023-08-23T09:15:35.102656' | Konfidenz: 97.7748 % | Inhalt: http://dbpedia.org/resource/Real_number Zeitpunkt: '2023-08-23T09:15:35.113834' | Konfidenz: 99.9954 % | Inhalt: http://dbpedia.org/resource/Batman"@de ; - rdf:predicate ; - rdf:subject - ] - ] ; - rdf:_2 [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Statement ; - rdf:object ; - rdf:predicate rdfs:subPropertyOf ; - rdf:subject - ] ; - rdf:_2 [ rdf:type rdf:Statement ; - rdf:object "The component urn:qanary:QB-SimpleRealNameOfSuperHero has added the following properties to the graph: Time: '2023-08-23T09:15:35.408233' | Confidence: 100 % | Content: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@en ; - rdf:predicate ; - rdf:subject - ] ; - rdf:_3 [ rdf:type rdf:Statement ; - rdf:object "Die Komponente urn:qanary:QB-SimpleRealNameOfSuperHero hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.408233' | Konfidenz: 100 % | Inhalt: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@de ; - rdf:predicate ; - rdf:subject - ] - ] - ] ; - - . - -]]> - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest.xml deleted file mode 100644 index 9c472c6..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.ExplanationServiceTest.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.xml deleted file mode 100644 index 0a74fa4..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.xml b/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.xml deleted file mode 100644 index 4a2e698..0000000 --- a/target/surefire-reports/TEST-com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.txt deleted file mode 100644 index 2542c67..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.wse.qanaryexplanationservice.QanaryExplanationServiceApplicationTests diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.txt deleted file mode 100644 index cbc822d..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.AnnotationControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.controller.AnnotationControllerTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.571 s - in com.wse.qanaryexplanationservice.controller.AnnotationControllerTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.txt deleted file mode 100644 index 409ee20..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s - in com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests$QaSystemExplanationTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.txt deleted file mode 100644 index c1ab74b..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests -------------------------------------------------------------------------------- -Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s - in com.wse.qanaryexplanationservice.controller.ExplanationControllerTest$QueryBuilderTests diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.txt deleted file mode 100644 index 627529f..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.controller.ExplanationControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.controller.ExplanationControllerTest -------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in com.wse.qanaryexplanationservice.controller.ExplanationControllerTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.txt deleted file mode 100644 index b4242a6..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in com.wse.qanaryexplanationservice.repositories.AbstractRepositoryTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.txt deleted file mode 100644 index 68f6b48..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests -------------------------------------------------------------------------------- -Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ComponentExplanationTests diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.txt deleted file mode 100644 index 75251e0..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in com.wse.qanaryexplanationservice.services.ExplanationServiceTest$ExplanationAsRdfTurtle diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.txt deleted file mode 100644 index 2df1eef..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in com.wse.qanaryexplanationservice.services.ExplanationServiceTest$QaSystemExplanationTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest.txt deleted file mode 100644 index 1029022..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.ExplanationServiceTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.ExplanationServiceTest -------------------------------------------------------------------------------- -Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 s - in com.wse.qanaryexplanationservice.services.ExplanationServiceTest diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.txt deleted file mode 100644 index 88418f9..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest$ConversionTests diff --git a/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.txt b/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.txt deleted file mode 100644 index a68dd09..0000000 --- a/target/surefire-reports/com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest -------------------------------------------------------------------------------- -Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in com.wse.qanaryexplanationservice.services.GetAnnotationServiceTest diff --git a/target/test-classes/expected_list_explanations/annotationofanswerjson/de_list_item b/target/test-classes/expected_list_explanations/annotationofanswerjson/de_list_item deleted file mode 100644 index bfe24a7..0000000 --- a/target/test-classes/expected_list_explanations/annotationofanswerjson/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z eine SPARQL-query ausgeführt und folgende JSON zurückgegeben ' {example: {data:json, type:json}} ' mit einer Konfidenz von 0.33 \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofanswerjson/en_list_item b/target/test-classes/expected_list_explanations/annotationofanswerjson/en_list_item deleted file mode 100644 index a887bbf..0000000 --- a/target/test-classes/expected_list_explanations/annotationofanswerjson/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on 2023-09-13T06:38:13.114944Z a SPARQL-query was executed and returned the following JSON ' {example: {data:json, type:json}} ' with a confidence of 0.33 \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofanswersparql/de_list_item b/target/test-classes/expected_list_explanations/annotationofanswersparql/de_list_item deleted file mode 100644 index 474de4a..0000000 --- a/target/test-classes/expected_list_explanations/annotationofanswersparql/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z mit einer Konfidenz von 0.33 die SPARQL-query ' http://dbpedia.org/resource/example ' \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofanswersparql/en_list_item b/target/test-classes/expected_list_explanations/annotationofanswersparql/en_list_item deleted file mode 100644 index 462efcb..0000000 --- a/target/test-classes/expected_list_explanations/annotationofanswersparql/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on 2023-09-13T06:38:13.114944Z with a confidence of 0.33 the SPARQL-query ' http://dbpedia.org/resource/example ' \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofinstance/de_list_item b/target/test-classes/expected_list_explanations/annotationofinstance/de_list_item deleted file mode 100644 index 7cc75f8..0000000 --- a/target/test-classes/expected_list_explanations/annotationofinstance/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z mit einer Konfidenz von 0.33 die Resource http://dbpedia.org/resource/example \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofinstance/en_list_item b/target/test-classes/expected_list_explanations/annotationofinstance/en_list_item deleted file mode 100644 index a5bc46c..0000000 --- a/target/test-classes/expected_list_explanations/annotationofinstance/en_list_item +++ /dev/null @@ -1 +0,0 @@ -on 2023-09-13T06:38:13.114944Z with a confidence of 0.33 and the resource http://dbpedia.org/resource/example \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofquestionlanguage/de_list_item b/target/test-classes/expected_list_explanations/annotationofquestionlanguage/de_list_item deleted file mode 100644 index 758c35e..0000000 --- a/target/test-classes/expected_list_explanations/annotationofquestionlanguage/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z für die Frage mit der URI 'questionID:981554csdf314kl2' die Sprache 'http://dbpedia.org/resource/example' \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofquestionlanguage/en_list_item b/target/test-classes/expected_list_explanations/annotationofquestionlanguage/en_list_item deleted file mode 100644 index 46aac09..0000000 --- a/target/test-classes/expected_list_explanations/annotationofquestionlanguage/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at 2023-09-13T06:38:13.114944Z for the question with the URI 'questionID:981554csdf314kl2' the language 'http://dbpedia.org/resource/example' \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofquestiontranslation/de_list_item b/target/test-classes/expected_list_explanations/annotationofquestiontranslation/de_list_item deleted file mode 100644 index deef6fb..0000000 --- a/target/test-classes/expected_list_explanations/annotationofquestiontranslation/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z die Frage mit der ID 'questionID:123f3rt3jrskdf324f' in "What is the real name of Batman?" \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofquestiontranslation/en_list_item b/target/test-classes/expected_list_explanations/annotationofquestiontranslation/en_list_item deleted file mode 100644 index a06f3be..0000000 --- a/target/test-classes/expected_list_explanations/annotationofquestiontranslation/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at 2023-09-13T06:38:13.114944Z the question with the ID 'questionID:123f3rt3jrskdf324f' into "What is the real name of Batman?" \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofrelation/de_list_item b/target/test-classes/expected_list_explanations/annotationofrelation/de_list_item deleted file mode 100644 index 3ea5059..0000000 --- a/target/test-classes/expected_list_explanations/annotationofrelation/de_list_item +++ /dev/null @@ -1 +0,0 @@ -' http://dbpedia.org/resource/example ' am 2023-09-13T06:38:13.114944Z beginnend bei 1 und endend bei 3 mit einer Konfidenz von 0.33 \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofrelation/en_list_item b/target/test-classes/expected_list_explanations/annotationofrelation/en_list_item deleted file mode 100644 index 3ca7ffe..0000000 --- a/target/test-classes/expected_list_explanations/annotationofrelation/en_list_item +++ /dev/null @@ -1 +0,0 @@ -' http://dbpedia.org/resource/example ' at 2023-09-13T06:38:13.114944Z starting at 1 and ending at 3 with a confidence of 0.33 \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofspotinstance/de_list_item b/target/test-classes/expected_list_explanations/annotationofspotinstance/de_list_item deleted file mode 100644 index 54a374a..0000000 --- a/target/test-classes/expected_list_explanations/annotationofspotinstance/de_list_item +++ /dev/null @@ -1 +0,0 @@ -am 2023-09-13T06:38:13.114944Z beginnend bei 1 und endend an Position 3 \ No newline at end of file diff --git a/target/test-classes/expected_list_explanations/annotationofspotinstance/en_list_item b/target/test-classes/expected_list_explanations/annotationofspotinstance/en_list_item deleted file mode 100644 index 02239e5..0000000 --- a/target/test-classes/expected_list_explanations/annotationofspotinstance/en_list_item +++ /dev/null @@ -1 +0,0 @@ -at 2023-09-13T06:38:13.114944Z starting from position 1 and ending at position 3 \ No newline at end of file diff --git a/target/test-classes/qa-system-explanation-models/expectedModel.ttl b/target/test-classes/qa-system-explanation-models/expectedModel.ttl deleted file mode 100644 index a1ae7d5..0000000 --- a/target/test-classes/qa-system-explanation-models/expectedModel.ttl +++ /dev/null @@ -1,43 +0,0 @@ -@prefix explanation: . -@prefix rdf: . -@prefix rdfs: . - - - [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Statement ; - rdf:object explanation:hasExplanation ; - rdf:predicate rdfs:subPropertyOf ; - rdf:subject explanation:hasExplanationForCreatedData - ] ; - rdf:_2 [ rdf:type rdf:Statement ; - rdf:object "The component urn:qanary:NED-DBpediaSpotlight has added the following properties to the graph: Time: '2023-08-23T09:15:35.089921' | Confidence: 93.4757 % | Content: http://dbpedia.org/resource/String_theory Time: '2023-08-23T09:15:35.102656' | Confidence: 97.7748 % | Content: http://dbpedia.org/resource/Real_number Time: '2023-08-23T09:15:35.113834' | Confidence: 99.9954 % | Content: http://dbpedia.org/resource/Batman"@en ; - rdf:predicate explanation:hasExplanationForCreatedData ; - rdf:subject - ] ; - rdf:_3 [ rdf:type rdf:Statement ; - rdf:object "Die Komponente urn:qanary:NED-DBpediaSpotlight hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.089921' | Konfidenz: 93.4757 % | Inhalt: http://dbpedia.org/resource/String_theory Zeitpunkt: '2023-08-23T09:15:35.102656' | Konfidenz: 97.7748 % | Inhalt: http://dbpedia.org/resource/Real_number Zeitpunkt: '2023-08-23T09:15:35.113834' | Konfidenz: 99.9954 % | Inhalt: http://dbpedia.org/resource/Batman"@de ; - rdf:predicate explanation:hasExplanationForCreatedData ; - rdf:subject - ] - ] ; - rdf:_2 [ rdf:type rdf:Seq ; - rdf:_1 [ rdf:type rdf:Statement ; - rdf:object explanation:hasExplanation ; - rdf:predicate rdfs:subPropertyOf ; - rdf:subject explanation:hasExplanationForCreatedData - ] ; - rdf:_2 [ rdf:type rdf:Statement ; - rdf:object "The component urn:qanary:QB-SimpleRealNameOfSuperHero has added the following properties to the graph: Time: '2023-08-23T09:15:35.408233' | Confidence: 100 % | Content: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@en ; - rdf:predicate explanation:hasExplanationForCreatedData ; - rdf:subject - ] ; - rdf:_3 [ rdf:type rdf:Statement ; - rdf:object "Die Komponente urn:qanary:QB-SimpleRealNameOfSuperHero hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.408233' | Konfidenz: 100 % | Inhalt: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@de ; - rdf:predicate explanation:hasExplanationForCreatedData ; - rdf:subject - ] - ] - ] ; - - . diff --git a/target/test-classes/qa-system-explanation-models/modelForRandomComponent1.ttl b/target/test-classes/qa-system-explanation-models/modelForRandomComponent1.ttl deleted file mode 100644 index 22d3e83..0000000 --- a/target/test-classes/qa-system-explanation-models/modelForRandomComponent1.ttl +++ /dev/null @@ -1,9 +0,0 @@ -@prefix explanation: . -@prefix rdfs: . - -explanation:hasExplanationForCreatedData - rdfs:subPropertyOf explanation:hasExplanation . - - - explanation:hasExplanationForCreatedData - "Die Komponente urn:qanary:NED-DBpediaSpotlight hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.089921' | Konfidenz: 93.4757 % | Inhalt: http://dbpedia.org/resource/String_theory Zeitpunkt: '2023-08-23T09:15:35.102656' | Konfidenz: 97.7748 % | Inhalt: http://dbpedia.org/resource/Real_number Zeitpunkt: '2023-08-23T09:15:35.113834' | Konfidenz: 99.9954 % | Inhalt: http://dbpedia.org/resource/Batman"@de , "The component urn:qanary:NED-DBpediaSpotlight has added the following properties to the graph: Time: '2023-08-23T09:15:35.089921' | Confidence: 93.4757 % | Content: http://dbpedia.org/resource/String_theory Time: '2023-08-23T09:15:35.102656' | Confidence: 97.7748 % | Content: http://dbpedia.org/resource/Real_number Time: '2023-08-23T09:15:35.113834' | Confidence: 99.9954 % | Content: http://dbpedia.org/resource/Batman"@en . diff --git a/target/test-classes/qa-system-explanation-models/modelForRandomComponent2.ttl b/target/test-classes/qa-system-explanation-models/modelForRandomComponent2.ttl deleted file mode 100644 index 28c4e86..0000000 --- a/target/test-classes/qa-system-explanation-models/modelForRandomComponent2.ttl +++ /dev/null @@ -1,9 +0,0 @@ -@prefix explanation: . -@prefix rdfs: . - -explanation:hasExplanationForCreatedData - rdfs:subPropertyOf explanation:hasExplanation . - - - explanation:hasExplanationForCreatedData - "Die Komponente urn:qanary:QB-SimpleRealNameOfSuperHero hat folgende Ergebnisse berechnet und dem Graphen hinzugefügt: Zeitpunkt: '2023-08-23T09:15:35.408233' | Konfidenz: 100 % | Inhalt: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@de , "The component urn:qanary:QB-SimpleRealNameOfSuperHero has added the following properties to the graph: Time: '2023-08-23T09:15:35.408233' | Confidence: 100 % | Content: PREFIX rdfs: PREFIX dct: PREFIX dbr: PREFIX rdf: PREFIX foaf: SELECT * WHERE { ?resource foaf:name ?answer ; rdfs:label ?label FILTER ( lang(?label) = \"en\" ) ?resource dct:subject dbr:Category:Superheroes_with_alter_egos FILTER ( ! strstarts(lcase(?label), lcase(?answer)) ) VALUES ?resource { dbr:Batman } } ORDER BY ?resource "@en . diff --git a/target/test-classes/testRdfData.rdf b/target/test-classes/testRdfData.rdf deleted file mode 100644 index 749c23e..0000000 --- a/target/test-classes/testRdfData.rdf +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - John Doe - 30 - - - - Jane Smith - 28 - - - - - - - - - - New York City - - - \ No newline at end of file