-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from WSE-research/inputDataExplanation
Input data explanation
- Loading branch information
Showing
16 changed files
with
95 additions
and
1,129 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/main/resources/explanations/input_data/AnnotationOfClass/english
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TEST_CLASS |
4 changes: 4 additions & 0 deletions
4
...ain/resources/explanations/input_data/AnnotationOfInstance/annotation_of_instance_deutsch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Die Komponente ${component} hat mit einer SPARQL-Anfrage auf den Graphen ${graph} alle Annotationen vom Typ ${typ} angefragt. | ||
Dabei umfasst eine Annotation sowohl das Datum als auch die erzeugende Komponente, die URI der Ursprungsfrage, eine Resource als Body | ||
und die dazugehörige Start- bzw. Endposition der korrelierenden Entität in der Ursprungsfrage. Sofern vorhanden wird auch die Bewertung für | ||
die Resource übergeben. |
1 change: 1 addition & 0 deletions
1
src/main/resources/explanations/input_data/AnnotationOfInstance/english
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
All Annotations of the type AnnotationOfInstance has been requested, which inherits the date of its creation, the URI for the origin question, a knowledge-graph resource as well as the correlating start and end position for the found entity. If provided, a score is fetched too. |
1 change: 1 addition & 0 deletions
1
...ain/resources/explanations/input_data/AnnotationOfRelation/annotation_of_relation_deutsch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Die Komponenten ${component} hat mit einer SPARQL Query |
1 change: 1 addition & 0 deletions
1
src/main/resources/explanations/input_data/AnnotationOfRelation/english
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Test-English |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
On the graph ${graph} the component ${component} has used the following ${numberOfQueries} to compute new data: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The component ${component} has used ${numberOfQueries} input-queries:\n |
8 changes: 8 additions & 0 deletions
8
src/main/resources/queries/explanations/input_data/inputDataSelect.rq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PREFIX ex: <http://example#> | ||
|
||
SELECT * | ||
FROM ?graph | ||
WHERE { | ||
?usedComponent ex:hasAnnotationType ?annotationType . | ||
?annotationType ex:hasInputQuery ?inputQuery . | ||
} |