Skip to content
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

Document how the knowledge graph can be instantiated #43

Open
stain opened this issue Aug 7, 2024 · 0 comments
Open

Document how the knowledge graph can be instantiated #43

stain opened this issue Aug 7, 2024 · 0 comments

Comments

@stain
Copy link
Member

stain commented Aug 7, 2024

Using Apache Jena Fuseki might be one easy way through containers:

docker run --name workflowhub-fuseki -p 3030:3030 --volume /fuseki stain/jena-fuseki

See documentation on https://github.com/stain/jena-docker/pkgs/container/jena-fuseki

In theory my image of Fuseki there can also load up a turtle file on demand, but something has changed so the load.sh as I had documented it back then, it does not work as documented. I think this is because Fuseki has changed from TDB1 to TDB2 as backend, or it may be just an empty folder missing?

Alternatively we can just document by screenshot how you do "Upload data" in fuseki after starting it on 3030. Or try a different backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant