|
Is it possible to generate a linked-data website with Apache Jena. i.e. generate the web pages for the resources. If not, is there a tool for generating those? |
Answered by
rvesse
Feb 20, 2024
Replies: 2 comments 7 replies
|
Not with Jena directly. Jena is primarily a set of building blocks for enabling RDF driven applications to be built. Perhaps something like LinkedDataHub which is built using Jena might be appropriate? |
7 replies
Answer selected by
royassis
|
You may also wish to use a Linked Data Platform implementation for this work. It was specifically designed for such things. Several are based on or use Jena, and you can find a quick list here. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not with Jena directly. Jena is primarily a set of building blocks for enabling RDF driven applications to be built.
Perhaps something like LinkedDataHub which is built using Jena might be appropriate?