From 17bd9beaf7f358a44e5bf36a5855fe6727d506dc Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 10 May 2022 18:17:06 +0100 Subject: [pagoda] Move project to Scala This commit includes a few changes: - The repository still uses Maven to manage dependency but it is now a Scala project. - The code has been ported from OWLAPI 3.4.10 to 5.1.20 - A proof of concept program using both RSAComb and PAGOdA has been added. --- .../answers/pagoda-fly-with-GJ-FC-individuals.json | 79 ---------------------- 1 file changed, 79 deletions(-) delete mode 100644 test/resources/answers/pagoda-fly-with-GJ-FC-individuals.json (limited to 'test/resources/answers/pagoda-fly-with-GJ-FC-individuals.json') diff --git a/test/resources/answers/pagoda-fly-with-GJ-FC-individuals.json b/test/resources/answers/pagoda-fly-with-GJ-FC-individuals.json deleted file mode 100644 index e37d3f5..0000000 --- a/test/resources/answers/pagoda-fly-with-GJ-FC-individuals.json +++ /dev/null @@ -1,79 +0,0 @@ -[ - { - "queryText": "PREFIX rdf: PREFIX obo: SELECT distinct ?X WHERE { ?X rdf:type obo:FBbt_00005106 . ?X obo:RO_0002131 ?Y . ?Y rdf:type obo:FBbt_00007401 }", - "answerVariables": [ - "X" - ], - "queryID": 1, - "answers": [] - }, - { - "queryText": "PREFIX rdf: PREFIX obo: PREFIX FBbt: SELECT distinct ?X WHERE { ?X rdf:type obo:FBbt_00005106 . ?X obo:RO_0002131 ?Y . ?Y rdf:type obo:FBbt_00007401 . ?X FBbt:develops_from ?Z . ?Z rdf:type obo:FBbt_00067346 }", - "answerVariables": [ - "X" - ], - "queryID": 2, - "answers": [] - }, - { - "queryText": "PREFIX rdf: PREFIX obo: SELECT distinct ?X WHERE { ?X rdf:type obo:FBbt_00100388 }", - "answerVariables": [ - "X" - ], - "queryID": 3, - "answers": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - { - "queryText": "PREFIX rdf: PREFIX obo: SELECT distinct ?X WHERE { ?X rdf:type obo:FBbt_00007173 . ?X obo:RO_0002131 ?Y . ?Y rdf:type obo:FBbt_00003924 }", - "answerVariables": [ - "X" - ], - "queryID": 4, - "answers": [] - }, - { - "queryText": "PREFIX rdf: PREFIX obo: SELECT distinct ?X WHERE { ?X obo:RO_0002131 ?Y . ?Y rdf:type obo:FBbt_00005801 }", - "answerVariables": [ - "X" - ], - "queryID": 5, - "answers": [] - }, - { - "queryText": "PREFIX rdf: PREFIX obo: SELECT distinct ?X WHERE { ?X obo:RO_0002130 ?Y . ?Y rdf:type obo:FBbt_00007053 }", - "answerVariables": [ - "X" - ], - "queryID": 6, - "answers": [] - } -] \ No newline at end of file -- cgit v1.2.3