You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For SPARQL endpoints that do not deduplicate constructed quads, given a
dcat:Dataset
description with multiple distributions, theSparqlQuerySelector
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:
comunica-sparql-file
: CONSTRUCT query returns duplicate triples comunica/comunica#1105The text was updated successfully, but these errors were encountered: