Jena Fuseki works fine, but the GeoSPARQL version not so much (https://github.com/galbiston/geosparql-fuseki).
It'll fire up (supposedly)
11:12:46 INFO GeosparqlServer :: GeoSPARQL Server: Running - Port: 3030, Dataset: /ds, Loopback Only: true, Allow Update: false
11:12:46 INFO Server :: Start Fuseki (port=3030)
I tend to use Postman to test these kind of things, but http://localhost:3030 just returns a 404.
So my first question is whether it's really actually running or not. It would appear that it isn't.
My second question (for when it is running) relates to getting data into it. There's not front-end of the thing but a command line command of:
s-put http://localhost:3030/ default geonames.ttl
But s-put doesn't appear to be an executable, so how does one call it?