Code Monkey home page Code Monkey logo

Comments (4)

Inexpugnable avatar Inexpugnable commented on September 24, 2024 1

The second link does not lead to the right destination.

But I think with your indications that you wanted to talk about this article and this branch:

I will try to look at this issue, once I have a proper work environment.

from rsp4j.

pbonte avatar pbonte commented on September 24, 2024

Hi,

Indeed C-SPARQL2.0 uses Jena, so you could extend it for GeoSPARQL queries. A few years back, a colleague of mine extended the CSPARQL1.0 engine for geosparql support, perhapse you can find some clues in his paper.

Don't hesitate to send a pull request when you were able to do the extension. At this moment I don't have the bandwidth to implement it myself, but I can review the code.

KR,
Pieter

from rsp4j.

Inexpugnable avatar Inexpugnable commented on September 24, 2024

I have been looking more closely at the implementation of this feature by following the work of your colleague, and I have to say that it is not so straightforward. CSPARQL's sources have changed a lot between the new version and the first one, and he was actually replacing JENA's engine with the Parliament engine (version 2.7.10 at the time).

https://github.com/SemWebCentral/parliament/tree/master

from rsp4j.

pbonte avatar pbonte commented on September 24, 2024

Hi,

I think you can create a version with parliament by updating this class: https://github.com/streamreasoning/rsp4j/blob/master/csparql2/src/main/java/org/streamreasoning/rsp4j/csparql2/engine/JenaContinuousQueryExecution.java
This is where the data is retrieved from the window operators and added to Jena. I think you can do the same thing but provide thee data to Parliament instead.

However, I think it is easier to include the Jena extension for GeoSPARQL (jena-geosparql), then not too much needs to be changed I would think.

from rsp4j.

Related Issues (19)

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.