-
Notifications
You must be signed in to change notification settings - Fork 656
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
[FEATURE REQUEST] Add GeoSPARQL support on arq and tdbquery #1953
Comments
I believe that most of the CLI tools are present in the Fuseki JAR distribution but it's non-obvious in that it requires knowing the package and classname of the tool you want to run e.g. $ java -cp fuseki-server.jar tdb.tdbquery --help
tdbquery --loc=<path> --query=<query> |
Is the request to include the scripts in the Fuseki download? |
I'm pretty sure that GeoSPARQL isn't part of the default Fuseki distribution yet, only the text index is there as an extension. I think I mentioned it some time ago hidden in some other issues, but forgot to keep track of it: https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-server/pom.xml Regarding the confusion, the TO wants to use GeoSPARQL features with
What does not work is probably using a So my guess once you added a full jar of |
There is If the dataset is coming from an assembler, the extension mechanism FusekiAutoModule could be used. That can also include a command line entry point that either (1) generates an assembler for later use (2) writes an assembler that is picked up by the module (3) or creates a datastructure with the details that the module picks up (preference - the latter so in-memory, no disk use at all works.).
Yes. Assembling needs a starting point in the case of more than one description in a file. GeoSPARQL is sufficient different in its feature set and needs that there needs to be a community around it to maintain and evolve the GeoSPARQL support. See also: #1344 which has several suggestions but hasn't come to a clear consensus on direction. |
Version
4.8
Feature
Dear Jena team,
To my understanding fuseki is compiled with GeoSPARQL but not Arq and tdbquery
Is it possible to add this feature to these tools ?
Thanks
Are you interested in contributing a solution yourself?
None
The text was updated successfully, but these errors were encountered: