I am newbie in Apache Jena.I store my RDF-dataset in jena tdb and I serve it in fuseki server.Until now,I am fine.The problem is that I want the output of the SPARQL query to be displayed in a html page.I can't find the way to do this. If you have ideas,do not hesitate to share them with me!
Asked
Active
Viewed 183 times
-2
-
See http://stackoverflow.com/questions/31307532/output-format-in-jena-fuseki-server, maybe? – YMomb Aug 23 '16 at 08:48
-
Thank you for your answer! I was searching for a Linked Data interface to SPARQL endpoints such as Pubby. – evaliotiri Oct 27 '16 at 23:03
1 Answers
1
For part of a page, you need to write a small piece of code that takes a result set and creates the HTML in the format and styling that you want.
You can add an XML stylesheet with "?stylesheet=" but that will get you a whole page.
See this example at www.sparql.org.

AndyS
- 16,345
- 17
- 21