Coder Social home page Coder Social logo

Comments (4)

jeswr avatar jeswr commented on June 18, 2024

Using the following SPARQL doesn't get the expected results:

What are you getting instead?

from comunica.

chenkuncloud avatar chenkuncloud commented on June 18, 2024

Hi @jeswr ,I didn't get any return messages.
image

from comunica.

rubensworks avatar rubensworks commented on June 18, 2024

I suspect this is just a performance issue. Your query is essentially pulling in all triples from both endpoints, and doing the filtering client-side.

In any case, when executing the following

comunica-sparql https://dbpedia.org/sparql http://linkedgeodata.org/sparql -q "CONSTRUCT {
  ?s ?p ?o .
}
WHERE {
  ?s ?p ?o .
  FILTER ( ?s = <http://dbpedia.org/resource/Resource_Description_Framework> )
}
LIMIT 100" -l debug

we can see that the query exec starts, but then it terminates without emitting anything (no error, and no empty results). This is a problem indeed, probably as a consequence of some timeout.

from comunica.

rubensworks avatar rubensworks commented on June 18, 2024

This actually appears to be a consequence of Virtuoso's Anytime. So I'm closing this one in favor of #606.

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.