How do I run the Battery example? #460
-
|
I've been trying to run the SemTk Battery example on the RACK - I can't use the SemTk demo server because I get 403 Forbidden. https://github.com/ge-semtk/semtk/wiki/hello-world-sparqlgraph I am having trouble setting up the connection and configuring the server. In principle, I would expect How can I get this to work? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Fuseki requires the dataset name on the end of the URL. See the SemTK wiki page: Triplestores So ours are typically http://localhost:3030/RACK You may look at the fuseki docs and it will show you how to add additional datasets to your fuseki instance if you don't want to use RACK. |
Beta Was this translation helpful? Give feedback.
Fuseki requires the dataset name on the end of the URL. See the SemTK wiki page: Triplestores
So ours are typically http://localhost:3030/RACK
You may look at the fuseki docs and it will show you how to add additional datasets to your fuseki instance if you don't want to use RACK.
Use http://localhost:3030 and hit "manage datasets" at the top. Then "add new dataset" is a little bit hidden in the gray bar.