Giter Site home page Giter Site logo

Comments (3)

cygri avatar cygri commented on May 22, 2024

For v0.8 we should:

  • use latest ARQ
  • test that SERVICE works and can invoke remote endpoints
  • add something in the documentation about how to enable and use this

from d2rq.

cygri avatar cygri commented on May 22, 2024

After fixing 7db6289, SERVICE now seems to work. I'll leave it out of the documentation for now since it's a standard SPARQL feature, so shouldn't really require special explanation at this point.

Created issue #15 for the actual use of the SERVICE keyword for selecting between multiple local databases.

from d2rq.

snowdenj avatar snowdenj commented on May 22, 2024

I have tested this successfully. The following statement was used:

PREFIX immsch: http://server:8380/immsch/resource/
SELECT DISTINCT ?s ?study ?organ
WHERE
{
?s1 a sgenie:ImmSample .
?s1 sgenie:name ?sampleName .
?s1 sgenie:study ?study .
SERVICE http://server:8380/immsch/sparql
{
?s a immsch:Sample .
?s immsch:id ?sampleName .
?s immsch:organName ?organ .
}
}

I ran this from a D2RQ 0.8 endpoint with the service call against a D2RQ 0.7 server endpoint. This generated output that returned data on the concept from both endpoints as expected.

from d2rq.

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.