eu.ostrzyciel.jelly.convert.jena.riot
Members list
Type members
Classlikes
A Jena writer that writes RDF datasets in Jelly format.
A Jena writer that writes RDF datasets in Jelly format.
Attributes
- Supertypes
-
class WriterDatasetRIOTBasetrait WriterDatasetRIOTclass Objecttrait Matchableclass Any
A factory for creating a Jelly writer for a dataset.
A factory for creating a Jelly writer for a dataset.
Attributes
- Supertypes
-
trait WriterDatasetRIOTFactoryclass Objecttrait Matchableclass Any
- Self type
Pre-defined serialization format variants for Jelly.
Pre-defined serialization format variants for Jelly.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JellyFormat.type
Subclass of RDFFormatVariant to pass Jelly's options to the encoder.
Subclass of RDFFormatVariant to pass Jelly's options to the encoder.
Value parameters
- delimited
-
whether to write the output as delimited frames. Note: files saved to disk are recommended to be delimited, for better interoperability with other implementations. In a non-delimited file you can have ONLY ONE FRAME. If the input data is large, this will lead to an out-of-memory error. So, this makes sense only for small data. Disable this only if you know what you are doing.
- enableNamespaceDeclarations
-
whether to include namespace declarations in the output
- frameSize
-
size of each RdfStreamFrame, in rows
- opt
-
Jelly options
Attributes
- Supertypes
A Jena writer that writes RDF graphs in Jelly format.
A Jena writer that writes RDF graphs in Jelly format.
Attributes
- Supertypes
-
class WriterGraphRIOTBasetrait WriterGraphRIOTclass Objecttrait Matchableclass Any
A factory for creating a Jelly writer for a graph.
A factory for creating a Jelly writer for a graph.
Attributes
- Supertypes
-
trait WriterGraphRIOTFactoryclass Objecttrait Matchableclass Any
- Self type
Definition of the Jelly serialization language in Jena.
Definition of the Jelly serialization language in Jena.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JellyLanguage.type
Attributes
- Supertypes
-
trait ReaderRIOTclass Objecttrait Matchableclass Any
- Self type
-
JellyReader.type
Attributes
- Supertypes
-
trait ReaderRIOTFactoryclass Objecttrait Matchableclass Any
- Self type
-
JellyReaderFactory.type
A stream writer that writes RDF data in Jelly format.
A stream writer that writes RDF data in Jelly format.
It assumes that the caller has already set the correct stream type in the options.
It will output the statements as in a TRIPLES/QUADS stream.
Attributes
- Supertypes
-
trait StreamRDFclass Objecttrait Matchableclass Any
Wrapper on JellyStreamWriter that autodetects the physical stream type based on the first element (triple or quad) added to the stream.
Wrapper on JellyStreamWriter that autodetects the physical stream type based on the first element (triple or quad) added to the stream.
This is used when initializing the stream writer with the RIOT APIs, where the stream type is not known.
Value parameters
- opt
-
Jelly format variant
- out
-
output stream
Attributes
- Supertypes
-
trait StreamRDFclass Objecttrait Matchableclass Any
A factory for creating a Jelly stream writer.
A factory for creating a Jelly stream writer.
Attributes
- Supertypes
-
trait StreamRDFWriterFactoryclass Objecttrait Matchableclass Any
- Self type
Subsystem lifecycle for registering the Jelly language in Jena. See: https://jena.apache.org/documentation/notes/system-initialization.html
Subsystem lifecycle for registering the Jelly language in Jena. See: https://jena.apache.org/documentation/notes/system-initialization.html
Attributes
- Supertypes
-
trait JenaSubsystemLifecycletrait SubsystemLifecycleclass Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class RDFReaderRIOTtrait RDFReaderIclass Objecttrait Matchableclass Any
- Self type
-
RDFReaderJelly.type