Skip to content
New issue

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

One to many VALUE in last generated SPARQL #46

Closed
coret opened this issue Apr 5, 2024 · 2 comments
Closed

One to many VALUE in last generated SPARQL #46

coret opened this issue Apr 5, 2024 · 2 comments

Comments

@coret
Copy link

coret commented Apr 5, 2024

After adding a console.log statement to getSPARQLQueryString (to see which generated SPARQL queries are sent) I've noticed that the last generated SPARQL has one value too much, in fact double (total resources the iterator got was 43, iterator limit 10):

    VALUES ?this {
      <https://archief.nl/doc/fotorecord/29feaab9-433f-65bf-0ebd-f7bf2dc91b9c>
      <https://archief.nl/doc/fotorecord/5e2513bd-9ebb-d61b-b9a9-a71826727463>
      <https://archief.nl/doc/fotorecord/817cfde4-b826-6b21-8498-6a4d9aa1f1d3>
      <https://archief.nl/doc/fotorecord/29feaab9-433f-65bf-0ebd-f7bf2dc91b9c>
    }
@mightymax
Copy link
Collaborator

@coret can you confirm this is still an issue after using the latest version (npm or repository)?

@ddeboer
Copy link
Member

ddeboer commented May 27, 2024

Because the first and last URI are duplicates, I expect this to have been fixed with #55. But please confirm @coret.

@ddeboer ddeboer closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants