Mathias Vanden Auweele
Mathias Vanden Auweele
### Feature description We use geoserver on openshift and that requires to run with a random user id but with group id=0. In general, it's not advised to run containers...
Currently SPARQL notebooks supports basic authentication on a sparql endpoint. I now have a use case where I would like to connect to a SPARQL endpoint behind an [oauth-proxy](https://github.com/oauth2-proxy/oauth2-proxy). Is...
Hello all, I'm trying to create a SPARQL syntax checker to be used as github action. I'm running in some trouble for more advanced queries. Below I use a reproducible...
### Version 5.4 ### Question Hello, I'm trying to run this query: ```sparql PREFIX geo: PREFIX geof: PREFIX uom: # Test GeoSPARQL distance calculation between two cities SELECT ?city1 ?city2...
### Version 5.4 ### What happened? See also the discussion in #3232 The Jena implementation of is not capable of calculating a metric distance for non metric coordinate systems. This...
As discussed in https://github.com/SPARQL-Anything/sparql.anything/pull/594 > The formats, their descriptions and examples can be found as package annotations, which are currently used to automatically generate the format documentation, and they can...
Hello, I was trying to work with a geojson file, for example: https://github.com/leakyMirror/map-of-europe/blob/master/GeoJSON/europe.geojson I had to rename the file to europe.json before sparql-anything parsed it. GeoJSON is just a kind...
Hello, I'm using the docker image to treat several xml files and get this error after a while: "Java heap space" I know this is related to insufficient memory available...