Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue testing this ontology #21

Open
Giammkk opened this issue Jun 10, 2020 · 0 comments
Open

Issue testing this ontology #21

Giammkk opened this issue Jun 10, 2020 · 0 comments

Comments

@Giammkk
Copy link

Giammkk commented Jun 10, 2020

Hi,
I used Hylar to test this ontology with the OWL2RL entailment.
I get the following error that may be due to the fact that OWL2RL doesn't support the axiomatic triples (indeed it works with RDFS).
Can you help me to better understand the error log?

[HyLAR] Classification started.
[HyLAR] Registering derivations to dictionary...
[HyLAR] ✨ Registered successfully.
[HyLAR] Classification succeeded.
(node:5423) UnhandledPromiseRejectionWarning: SyntaxError: Expected [1] QueryUnit or [29] UpdateUnit but "I" found.
at peg$buildStructuredError (/home/mondeca/node_modules/rdfstore/src/parser.js:2760:14)
at Object.peg$parse [as parse] (/home/mondeca/node_modules/rdfstore/src/parser.js:19694:13)
at AbstractQueryTree.parseQueryString (/home/mondeca/node_modules/rdfstore/src/abstract_query_tree.js:32:29)
at QueryEngine.execute (/home/mondeca/node_modules/rdfstore/src/query_engine.js:597:49)
at Store.execute (/home/mondeca/node_modules/rdfstore/src/store.js:178:14)
at TripleStorageManager.query (/home/mondeca/node_modules/hylar/hylar/core/TripleStorageManager.js:50:22)
at TripleStorageManager.insert (/home/mondeca/node_modules/hylar/hylar/core/TripleStorageManager.js:97:26)
at Promise.reduce (/home/mondeca/node_modules/hylar/hylar/hylar.js:723:28)
at tryCatcher (/home/mondeca/node_modules/bluebird/js/release/util.js:16:23)
at Object.gotValue (/home/mondeca/node_modules/bluebird/js/release/reduce.js:168:18)
at Object.gotAccum (/home/mondeca/node_modules/bluebird/js/release/reduce.js:155:25)
at Object.tryCatcher (/home/mondeca/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/home/mondeca/node_modules/bluebird/js/release/promise.js:547:31)
at Promise._settlePromise (/home/mondeca/node_modules/bluebird/js/release/promise.js:604:18)
at Promise._settlePromiseCtx (/home/mondeca/node_modules/bluebird/js/release/promise.js:641:10)
at _drainQueueStep (/home/mondeca/node_modules/bluebird/js/release/async.js:97:12)
(node:5423) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5423) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant