We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovered by @josd
On the extended deep taxonomy benchmark with --turtle we get
--turtle
$ time eye --quiet --nope test-facts.ttl test-dl.ttl test-rules.n3 --query test-query.n3 @prefix : <http://eulersharp.sourceforge.net/2009/12dtb/test#>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. :i100000 a :N100000. real 0m14.959s user 0m16.278s sys 0m0.431s
With eye-js this doesn't produce the answer after running 10 times longer:
$ time eyereasoner --quiet --nope test-facts.ttl test-dl.ttl test-rules.n3 --query test-query.n3 @prefix : <http://eulersharp.sourceforge.net/2009/12dtb/test#>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. real 0m51.283s user 0m51.695s sys 0m0.211s
The text was updated successfully, but these errors were encountered:
The used files are at https://github.com/eyereasoner/eye/tree/master/reasoning/edt
Sorry, something went wrong.
No branches or pull requests
Discovered by @josd
On the extended deep taxonomy benchmark with
--turtle
we getWith eye-js this doesn't produce the answer after running 10 times longer:
The text was updated successfully, but these errors were encountered: