Galigator / openllet

Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
https://www.w3.org/TR/owl2-primer/
Other
96 stars 26 forks source link

How to setup with Jena fuseki? #43

Open evertonjlima opened 4 years ago

evertonjlima commented 4 years ago

Hello, I am interested in using open pellet with Jena fuseki to setup a SPAQL server. However I am lost on how to this. I was not able to find any documentation or guides.

Is there a docket environment that is already setup? How can I accomplish this?

Thank you.

Galigator commented 4 years ago

What you describe look like stardog. There is no server in Openllet also there is no docker image available. I see Openllet more like a lib than a stand alone tool.

evertonjlima commented 4 years ago

Thank you for your response. I understand it is not a server. I am trying to set it up with Jena fuseki, using a docket environment I had found (https://hub.docker.com/r/stain/jena-fuseki/) but I am unsure how to do so. Using docket I get start Jena fuseki but I am not sure how configure it for openllet. Are you able to point me in the correct direction?

lucaturchet commented 2 years ago

I also have the same issue. A step by step guide would be helpful

Miguel2617 commented 2 years ago

You can find an step by step guide here Apache Jena Step by step guide