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

SparqlQuerySelector should take into account duplicate quads #64

Open
pmaria opened this issue Feb 27, 2024 · 1 comment
Open

SparqlQuerySelector should take into account duplicate quads #64

pmaria opened this issue Feb 27, 2024 · 1 comment

Comments

@pmaria
Copy link
Contributor

pmaria commented Feb 27, 2024

For SPARQL endpoints that do not deduplicate constructed quads, given a dcat:Dataset description with multiple distributions, the SparqlQuerySelector will currently construct a dataset object per distribution instead of correctly constructing a single dataset object with multiple distributions, matching the source data.

To account for this the SparqlQuerySelector should take into account duplicate quads and should keep track of processed datasets.

See also:

@ddeboer
Copy link
Member

ddeboer commented Jul 10, 2024

Looks like deduplication will be solved in Comunica: comunica/comunica#1388.

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

2 participants