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

Add test cases for TripleStore #377

Open
alkidbaci opened this issue Apr 15, 2024 · 2 comments
Open

Add test cases for TripleStore #377

alkidbaci opened this issue Apr 15, 2024 · 2 comments

Comments

@alkidbaci
Copy link
Collaborator

alkidbaci commented Apr 15, 2024

Should add test cases for TripleStore related classes because it would be harder to find the issue once it is reported later on.
Since triplestore kb requires an endpoint, it would be nice if we can host a knowledge base somewhere where it would always be available.

@Demirrr
Copy link
Member

Demirrr commented Apr 15, 2024

Yes indeed

@Demirrr
Copy link
Member

Demirrr commented May 1, 2024

We should intergate the following steps into github actions to test TripleStore

Using jena-fuseki

  1. sudo docker run -p 3030:3030 -e ADMIN_PASSWORD=pw123 stain/jena-fuseki
  2. Login http://localhost:3030/#/ with admin and pw123
  3. Create a new dataset and upload the RDF Triple

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

2 participants