JellyFusekiLifecycle

eu.ostrzyciel.jelly.convert.jena.fuseki.JellyFusekiLifecycle
See theJellyFusekiLifecycle companion object
final class JellyFusekiLifecycle extends JenaSubsystemLifecycle

A Jena module that adds Jelly content type to the list of accepted content types in Fuseki. This isn't a Fuseki module, because Fuseki modules are not supported in all distributions of Fuseki, see: https://github.com/apache/jena/issues/2774

This allows users to use the Accept header set to application/x-jelly-rdf to request Jelly RDF responses. It works for SPARQL CONSTRUCT queries and for the Graph Store Protocol.

Attributes

Companion
object
Graph
Supertypes
trait JenaSubsystemLifecycle
trait SubsystemLifecycle
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def level(): Int

Attributes

Definition Classes
SubsystemLifecycle
override def start(): Unit

Attributes

Definition Classes
SubsystemLifecycle
override def stop(): Unit

Attributes

Definition Classes
SubsystemLifecycle