You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/10/22 14:37:46 UTC

[jena] branch master updated: Adding TriG and N-Quads content-type in Fuseki.

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b8a894  Adding TriG and N-Quads content-type in Fuseki.
     new 3f2d133  Merge pull request #817 from marcelomachado/patch-1
1b8a894 is described below

commit 1b8a894f6fdbda37d86965d7c9f2f35f4adf5a64
Author: Marcelo Machado <ma...@gmail.com>
AuthorDate: Wed Oct 21 03:19:36 2020 -0300

    Adding TriG and N-Quads content-type in Fuseki.
    
    Jena already work with N-Quads and Trig serialization. This is also useful for dataset page on Fuseki Webpage.
---
 jena-fuseki2/jena-fuseki-webapp/src/main/webapp/dataset.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jena-fuseki2/jena-fuseki-webapp/src/main/webapp/dataset.html b/jena-fuseki2/jena-fuseki-webapp/src/main/webapp/dataset.html
index 177366e..e8c4271 100644
--- a/jena-fuseki2/jena-fuseki-webapp/src/main/webapp/dataset.html
+++ b/jena-fuseki2/jena-fuseki-webapp/src/main/webapp/dataset.html
@@ -138,6 +138,8 @@
                                       <option value="text/turtle">Turtle</option>
                                       <option value="application/ld+json">JSON-LD</option>
                                       <option value="application/n-triples">N-Triples</option>
+                                      <option value="application/n-quads">N-Quads</option>
+                                      <option value="application/trig">TriG</option>
                                       <option value="application/rdf+xml">XML</option>
                                     </select>
                                   </div>