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
See https://github.com/UUDigitalHumanitieslab/EDPOP/pull/195/files#r1831499232. While this issue is unlikely to come up on the short term, this could easily change. This is the kind of thing that should be fixed in combination with a regression test.
The text was updated successfully, but these errors were encountered:
If the RDF data contains a looping list (which would cause infinite recursion), what should happen instead?
Sorry, something went wrong.
Pretend that the list ends after the element that closes the loop?
So:
[1, 2, 3, 4, 5, 1, 2, 3, 4, 5, ...] --> [1, 2, 3, 4, 5]
No branches or pull requests
See https://github.com/UUDigitalHumanitieslab/EDPOP/pull/195/files#r1831499232. While this issue is unlikely to come up on the short term, this could easily change. This is the kind of thing that should be fixed in combination with a regression test.
The text was updated successfully, but these errors were encountered: