Giter Site home page Giter Site logo

Comments (6)

rubensworks avatar rubensworks commented on June 15, 2024 2

Strictly speaking, this is not really a bug, since CONSTRUCT queries return RDF graphs, which are sets of triples.
So if there are duplicate triples in the syntax, processors can remove duplicates following set semantics.

The reason why Comunica produces these duplicates is because CONSTRUCT queries are built on top of SELECT queries which instantiates triple templates, and may therefore produce duplicate triples.
Since Comunica produces results in a streaming manner, these duplicates are not removed.

That being said, I agree that it may sometimes be inconvenient to have these duplicates. So I'm converting this issue to a feature request where CONSTRUCT queries may optionally run in a DISTINCT-mode where duplicate triples will explicitly be removed, at the cost of an increase in memory usage for large results.

from comunica.

karelklima avatar karelklima commented on June 15, 2024 1

I ran into this issue as well recently. My solution was to put the resulting triples to N3.Store and then iterate the data from there. Not efficient, but it got the job done.

from comunica.

simonvbrae avatar simonvbrae commented on June 15, 2024 1

I have done a bit of work toward this on this branch.

Changes to packages/actor-init-query/lib/ActorInitQuery.ts were a first step to implementing deduplication using N3.Store.
Other changes add the necessary command line argument.

from comunica.

github-actions avatar github-actions commented on June 15, 2024

Thanks for reporting!

from comunica.

jacoscaz avatar jacoscaz commented on June 15, 2024

at the cost of an increase in memory usage for large results.

Just as a suggestion based on experience with jacoscaz/quadstore#155: when implementing the removal of duplicate triples consider giving users a way to set the maximum size of the set so that comunica may have a chance to throw an error and recover instead of potentially crashing the process by making it run out of memory.

from comunica.

rubensworks avatar rubensworks commented on June 15, 2024

A bounty has been placed on this issue via the Comunica Association (see original post).

from comunica.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.