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
In some cases, the shaclinfer.sh (and also shaclvalidate.sh) hangs when the input turtle file contains some specific owl:imports. I think it tries to automatically download and parse the sources referenced by the imports.
In some cases, the
shaclinfer.sh
(and alsoshaclvalidate.sh
) hangs when the input turtle file contains some specificowl:imports
. I think it tries to automatically download and parse the sources referenced by the imports.Minimal reproducible example:
A dirty workaround that I'm currently using is:
When I do this, I need to declare additional prefixes because my
sh:rule
would not work.Here is the list of prefixes that I added:
It would be nice if the scripts could at least provide a flag (e.g.
-noimports
) to turn offowl:imports
.The text was updated successfully, but these errors were encountered: