Skip to content

Fix sparql to matrix endpoint configuration #2631

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

egonw
Copy link
Collaborator

@egonw egonw commented Apr 27, 2025

Fixes #2630

Description

This patch adds the complementary sparqlToMatrix2 method that uses the endpoint configuration data. The oldest patch adds the method, the newest uses it.

Caveats

None that I am aware of. The use seems to be limited to the author aspect, which is tested below.

Check any of the following which apply:

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
    • I have made corresponding changes to the documentation
  • This change requires new dependencies (please list)

Testing

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have not used code from external sources without attribution
  • I have considered accessibility in my implementation
  • There are no remaining debug statements (print, console.log, ...)

@egonw egonw self-assigned this Apr 27, 2025
@egonw egonw marked this pull request as ready for review April 27, 2025 08:09
@egonw egonw removed their assignment Apr 27, 2025
@egonw egonw mentioned this pull request Apr 27, 2025
10 tasks
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

Successfully merging this pull request may close these issues.

sparqlToMatrix() does not use the endpoint configuration
1 participant