Skip to content

Commit

Permalink
Add note about unsupported conneg in Fuseki
Browse files Browse the repository at this point in the history
Issue: #136
  • Loading branch information
Ostrzyciel committed Sep 9, 2024
1 parent 0d13733 commit d1550c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/getting-started-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ You can simply add Jelly format support to [Apache Jena](https://jena.apache.org
- For other applications, consult the manual of the application.
- You can now use Jelly format for parsing, serialization, and streaming serialization in your Jena application.

!!! bug "Content negotiation in Fuseki"

Currently Apache Jena Fuseki will not properly handle content negotiation for the Jelly format, due to the supported content types being hardcoded in Fuseki (see [upstream issue](https://github.com/apache/jena/issues/2700)).

Until that is fixed, you can use Jelly with Fuseki endpoints by specifying the `output=application/x-jelly-rdf` parameter (either in the URL or in the URL-encoded form body) when querying the endpoint.


### Eclipse RDF4J

You can simply add Jelly format support to an application based on RDF4J with Jelly's plugin JAR.
Expand Down

0 comments on commit d1550c6

Please sign in to comment.