Open MadsHolten opened 1 week ago
I got it to work by simply adding the geosparql jar to the jena-fuseki dir. Same config file and all (https://github.com/SemanticComputing/fuseki-docker/blob/master/assembler.ttl). I was quite surprised to find that it was so simple.
So a simple Dockerfile like this will do the job:
FROM secoresearch/fuseki:5.2.0
USER root
RUN wget https://repo1.maven.org/maven2/org/apache/jena/jena-fuseki-geosparql/5.2.0/jena-fuseki-geosparql-5.2.0.jar -O /jena-fuseki/fuseki-geosparql.jar
To give you the full picture, here is that config file I am using with basically no additions
Is it possible to set up a database that has both full text and GeoSPARQL support? Here is the assembler I tried. Unfortunately I had no luck with my test query đ
And my test query: