Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread Martynas Jusevičius
You might find these XSLT stylesheets for RDF/XML useful: https://github.com/Graphity/graphity-client/blob/master/src/main/webapp/static/org/graphity/client/xsl/bootstrap/2.3.2/layout.xsl On Fri, 15 Apr 2016 at 21:27, Frans Knibbe wrote: > Hello A. Soroka, > > Thank you for all the pointers. It s

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread Frans Knibbe
Hello A. Soroka, Thank you for all the pointers. It seems I have some researching to do. I think I will start with the options that seem the most simple: XSLT with RDF/XML and Pubby. Regards, Frans 2016-04-15 19:17 GMT+02:00 A. Soroka : > Using XSLT with RDF/XML is a pretty common solution for

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread Frans Knibbe
Hello Andy, Ok, HTML is not a pure data format, but it could be viewed as such. A data format for human consumers, allowing humans to surf the data web in a follow-your-nose style. Other RDF data servers that I worked with (D2R server and Virtuoso) did support HTML content. So I kind of expected t

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread A. Soroka
Using XSLT with RDF/XML is a pretty common solution for this. Otherwise, you might want to look at Pubby: http://wifo5-03.informatik.uni-mannheim.de/pubby/ which seems no longer to be under development and has some limitations, but could be useful to you. It translates requests on URIs into SPA

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread Andy Seaborne
Fuseki itself does not provide HTML. It's a data server - appearance is the responsibility of the client. What sparql.org does for HTML is add a stylesheet to application/sparql-results+xml. request G GET &stylesheet=%2Fxml-to-html.xsl --> http://www.w3.org/2005/sparql-results#";>

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread Frans Knibbe
2016-04-15 17:02 GMT+02:00 A. Soroka : > It's not totally clear to me what you could mean by "a way to get HTML > format working". Do you mean some kind of RDFa templating? There's not a > normal way to translate triples into HTML. > > If you could say a little more about your use case for HTML, s

Re: Fuseki content negotiation: HTML content type

2016-04-15 Thread A. Soroka
It's not totally clear to me what you could mean by "a way to get HTML format working". Do you mean some kind of RDFa templating? There's not a normal way to translate triples into HTML. If you could say a little more about your use case for HTML, someone might be able to recommend a tool or te

Fuseki content negotiation: HTML content type

2016-04-15 Thread Frans Knibbe
Hello, I have just been testing content negotiation with my new Fuseki server (version 1.3.1). I tried to get data in Turtle, RDF/XML, Ntriples and JSON-LD formats and that seemed to work well. However, if I request data to be formatted in HTML ("Accept: text/html"), I receive my sample data in RD