-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix result datatypes * Rename method * Update iguana.owl * Remove unused properties * Add missing relations * Properly add query ids to the result data * Remove unused properties * Fix tests * Fix ontology * Exchange intersection with unions * Add disjoints * Fix more things * Generate schema file with protege * Save as OWL/XML file * Change ontology name * Switch from xsd:dayTimeDuration to xsd:duration * Change file extension * Remove unused prefixes
- Loading branch information
Showing
26 changed files
with
1,708 additions
and
743 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
60 changes: 30 additions & 30 deletions
60
src/test/resources/test-data/csv-storage-test/suite-123/task-0/each-execution-worker-0.csv
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
queryID,run,success,startTime,time,resultSize,code,httpCode,exception,responseBodyHash | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:6,1,true,2023-10-21T20:48:25.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:6,3,false,2023-10-21T20:48:27.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:6,2,false,2023-10-21T20:48:26.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:3,3,false,2023-10-21T20:48:18.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:3,1,true,2023-10-21T20:48:16.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:3,2,false,2023-10-21T20:48:17.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:4,3,false,2023-10-21T20:48:21.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:4,1,true,2023-10-21T20:48:19.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:4,2,false,2023-10-21T20:48:20.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:9,3,false,2023-10-21T20:48:36.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:9,2,false,2023-10-21T20:48:35.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:9,1,true,2023-10-21T20:48:34.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:7,3,false,2023-10-21T20:48:30.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:7,2,false,2023-10-21T20:48:29.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:7,1,true,2023-10-21T20:48:28.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:1,3,false,2023-10-21T20:48:12.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:1,2,false,2023-10-21T20:48:11.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:1,1,true,2023-10-21T20:48:10.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:8,1,true,2023-10-21T20:48:31.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:8,2,false,2023-10-21T20:48:32.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:8,3,false,2023-10-21T20:48:33.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:2,1,true,2023-10-21T20:48:13.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:2,3,false,2023-10-21T20:48:15.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:2,2,false,2023-10-21T20:48:14.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:0,3,false,2023-10-21T20:48:09.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:0,2,false,2023-10-21T20:48:08.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:0,1,true,2023-10-21T20:48:07.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:5,1,true,2023-10-21T20:48:22.399Z,PT2S,1000,0,200,,123 | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:5,2,false,2023-10-21T20:48:23.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
http://iguana-benchmark.eu/resource/MockQueryHandler0:5,3,false,2023-10-21T20:48:24.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
6,1,true,2023-10-21T20:48:25.399Z,PT2S,1000,0,200,,123 | ||
6,3,false,2023-10-21T20:48:27.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
6,2,false,2023-10-21T20:48:26.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
3,3,false,2023-10-21T20:48:18.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
3,1,true,2023-10-21T20:48:16.399Z,PT2S,1000,0,200,,123 | ||
3,2,false,2023-10-21T20:48:17.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
4,3,false,2023-10-21T20:48:21.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
4,1,true,2023-10-21T20:48:19.399Z,PT2S,1000,0,200,,123 | ||
4,2,false,2023-10-21T20:48:20.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
9,3,false,2023-10-21T20:48:36.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
9,2,false,2023-10-21T20:48:35.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
9,1,true,2023-10-21T20:48:34.399Z,PT2S,1000,0,200,,123 | ||
7,3,false,2023-10-21T20:48:30.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
7,2,false,2023-10-21T20:48:29.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
7,1,true,2023-10-21T20:48:28.399Z,PT2S,1000,0,200,,123 | ||
1,3,false,2023-10-21T20:48:12.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
1,2,false,2023-10-21T20:48:11.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
1,1,true,2023-10-21T20:48:10.399Z,PT2S,1000,0,200,,123 | ||
8,1,true,2023-10-21T20:48:31.399Z,PT2S,1000,0,200,,123 | ||
8,2,false,2023-10-21T20:48:32.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
8,3,false,2023-10-21T20:48:33.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
2,1,true,2023-10-21T20:48:13.399Z,PT2S,1000,0,200,,123 | ||
2,3,false,2023-10-21T20:48:15.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
2,2,false,2023-10-21T20:48:14.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
0,3,false,2023-10-21T20:48:09.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 | ||
0,2,false,2023-10-21T20:48:08.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
0,1,true,2023-10-21T20:48:07.399Z,PT2S,1000,0,200,,123 | ||
5,1,true,2023-10-21T20:48:22.399Z,PT2S,1000,0,200,,123 | ||
5,2,false,2023-10-21T20:48:23.399Z,PT0.5S,-1,111,404,java.lang.Exception: httperror, | ||
5,3,false,2023-10-21T20:48:24.399Z,PT5S,-1,1,200,java.lang.Exception: io_exception,456 |
Oops, something went wrong.