-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of GeoSPARQL #22
Comments
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, |
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. |
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). |
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 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. |
Hi,
We have a use case where we use geospatial coordinates and as such I was wondering if you support functions like those of GeoSPARQL (the basic SPARQL engine is not designed to calculate trigonometric functions)?
If not, it seems that you are working with JENA and maybe this module could be not too difficult to integrate:
https://jena.apache.org/documentation/geosparql/index.html
Best,
The text was updated successfully, but these errors were encountered: