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
@prefix : <http://example.com/>. :a :a :b. :b :b :c. { ?a ?a ?b. :a :a :b } => { _:e _:e _:e }. { ?b ?b ?c. :b :b :c } => { _:e _:f _:f }.
gives:
eye --quiet --nope --pass-only-new tests/n3/bnodes/bnode-several-rules-same-production.n3 EYE v10.7.2 (2024-05-06) SWI-Prolog version 9.2.4 starting 71 [msec cputime] 68 [msec walltime] _:sk_0 _:sk_0 _:sk_0.
While
@prefix : <http://example.com/>. :a :a :b. :b :b :c. { ?b ?b ?c. :b :b :c } => { _:e _:f _:f }. { ?a ?a ?b. :a :a :b } => { _:e _:e _:e }.
eye --quiet --nope --pass-only-new tests/n3/bnodes/bnode-several-rules-same-production-3.n3 EYE v10.7.2 (2024-05-06) SWI-Prolog version 9.2.4 starting 75 [msec cputime] 72 [msec walltime] _:sk_1 _:sk_0 _:sk_0. _:sk_2 _:sk_2 _:sk_2.
The text was updated successfully, but these errors were encountered:
This is indeed an artefact of the implementation:
_:sk_0 _:sk_0 _:sk_0.
_:sk_1 _:sk_0 _:sk_0.
_:sk_2 _:sk_2 _:sk_2.
Sorry, something went wrong.
No branches or pull requests
gives:
While
gives:
The text was updated successfully, but these errors were encountered: