You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: