Package | Description |
---|---|
org.apache.jena.riot | |
org.apache.jena.riot.out | |
org.apache.jena.riot.system | |
org.apache.jena.riot.thrift | |
org.apache.jena.web |
Modifier and Type | Field and Description |
---|---|
static RDFFormat |
RDFFormat.JSONLD |
static RDFFormat |
RDFFormat.JSONLD_FLAT |
static RDFFormat |
RDFFormat.JSONLD_PRETTY |
static RDFFormat |
RDFFormat.NQ |
static RDFFormat |
RDFFormat.NQUADS |
static RDFFormat |
RDFFormat.NQUADS_ASCII |
static RDFFormat |
RDFFormat.NQUADS_UTF8 |
static RDFFormat |
RDFFormat.NT |
static RDFFormat |
RDFFormat.NTRIPLES |
static RDFFormat |
RDFFormat.NTRIPLES_ASCII |
static RDFFormat |
RDFFormat.NTRIPLES_UTF8 |
static RDFFormat |
RDFFormat.RDF_THRIFT
RDF Thrift output.
|
static RDFFormat |
RDFFormat.RDF_THRIFT_VALUES
A variant of an an RDFFormat that uses value encoding (e.g.
|
static RDFFormat |
RDFFormat.RDFJSON |
static RDFFormat |
RDFFormat.RDFNULL
The "null" output format (a sink that prints nothing, usually quite
efficiently)
|
static RDFFormat |
RDFFormat.RDFXML |
static RDFFormat |
RDFFormat.RDFXML_ABBREV |
static RDFFormat |
RDFFormat.RDFXML_PLAIN |
static RDFFormat |
RDFFormat.RDFXML_PRETTY |
static RDFFormat |
RDFFormat.TRIG |
static RDFFormat |
RDFFormat.TRIG_BLOCKS |
static RDFFormat |
RDFFormat.TRIG_FLAT |
static RDFFormat |
RDFFormat.TRIG_PRETTY |
static RDFFormat |
RDFFormat.TRIX |
static RDFFormat |
RDFFormat.TTL |
static RDFFormat |
RDFFormat.TURTLE |
static RDFFormat |
RDFFormat.TURTLE_BLOCKS |
static RDFFormat |
RDFFormat.TURTLE_FLAT |
static RDFFormat |
RDFFormat.TURTLE_PRETTY |
Modifier and Type | Method and Description |
---|---|
static RDFFormat |
RDFWriterRegistry.defaultSerialization(Lang lang)
Return the format registered as the default for the language
|
static RDFFormat |
RDFWriterRegistry.getFormatForJenaWriter(String jenaName)
return the RDFFormat for the existing Jena writer name, or null
|
Modifier and Type | Method and Description |
---|---|
static Collection<RDFFormat> |
RDFWriterRegistry.registered()
All registered formats
|
static Collection<RDFFormat> |
RDFWriterRegistry.registeredDatasetFormats()
All registered dataset formats
|
static Collection<RDFFormat> |
RDFWriterRegistry.registeredGraphFormats()
All registered graph formats
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RDFWriterRegistry.contains(RDFFormat format)
Is the RDFFormat registered for use?
|
WriterDatasetRIOT |
WriterDatasetRIOTFactory.create(RDFFormat syntaxForm) |
WriterGraphRIOT |
WriterGraphRIOTFactory.create(RDFFormat syntaxForm) |
static WriterDatasetRIOT |
RDFDataMgr.createDatasetWriter(RDFFormat serialization)
Create a writer for an RDF language
|
static WriterGraphRIOT |
RDFDataMgr.createGraphWriter(RDFFormat serialization)
Create a writer for an RDF language
|
static WriterDatasetRIOTFactory |
RDFWriterRegistry.getWriterDatasetFactory(RDFFormat serialization)
Get the dataset writer factory asscoiated with the output format
|
static WriterGraphRIOTFactory |
RDFWriterRegistry.getWriterGraphFactory(RDFFormat serialization)
Get the graph writer factory asscoiated with the output format
|
static void |
RDFWriterRegistry.register(Lang lang,
RDFFormat format)
Register the default serialization for the language (replace any existing
registration).
|
static void |
RDFWriterRegistry.register(RDFFormat serialization,
WriterDatasetRIOTFactory datasetWriterFactory)
Register the serialization for datasets and it's associated factory
|
static void |
RDFWriterRegistry.register(RDFFormat serialization,
WriterGraphRIOTFactory graphWriterFactory)
Register the serialization for graphs and it's associated factory
|
static void |
RDFDataMgr.write(OutputStream out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Dataset dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Graph graph,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Model model,
RDFFormat serialization)
Write the model to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Dataset dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Graph graph,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Model model,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(Writer out,
DatasetGraph dataset,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Dataset dataset,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Graph graph,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Model model,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
Constructor and Description |
---|
JsonLDWriter(RDFFormat syntaxForm) |
Modifier and Type | Method and Description |
---|---|
RDFFormat |
StreamRDFWriter.WriterRegistry.choose(Lang lang) |
static RDFFormat |
StreamRDFWriter.defaultSerialization(Lang lang)
Return the format registered as the default for the language
|
RDFFormat |
StreamRDFWriter.WriterRegistry.defaultSerialization(Lang lang)
Return the format registered as the default for the language
|
Modifier and Type | Method and Description |
---|---|
static Collection<RDFFormat> |
StreamRDFWriter.registered() |
Modifier and Type | Method and Description |
---|---|
boolean |
StreamRDFWriter.WriterRegistry.contains(RDFFormat serialization)
Return true if the format is registered
|
StreamRDF |
StreamRDFWriterFactory.create(OutputStream output,
RDFFormat format) |
T |
StreamRDFWriter.WriterRegistry.get(RDFFormat serialization)
Return the T for a given RDFFormat.
|
static StreamRDF |
StreamRDFWriter.getWriterStream(OutputStream output,
RDFFormat format)
Get a StreamRDF destination that will output in syntax RDFFormat
and is guaranteed to do so in a scaling, streaming fashion.
|
static void |
StreamRDFWriter.register(Lang lang,
RDFFormat format)
Register the default serialization for the language (replace any existing registration).
|
void |
StreamRDFWriter.WriterRegistry.register(Lang lang,
RDFFormat format)
Register the default serialization for the language (replace any existing registration).
|
static void |
StreamRDFWriter.register(RDFFormat serialization,
StreamRDFWriterFactory streamWriterFactory)
Register the serialization for datasets and it's associated factory
|
void |
StreamRDFWriter.WriterRegistry.register(RDFFormat serialization,
T streamWriterFactory)
Register the serialization for datasets and it's associated factory
|
static boolean |
StreamRDFWriter.registered(RDFFormat format) |
static void |
StreamRDFWriter.write(OutputStream output,
DatasetGraph datasetGraph,
RDFFormat format)
Write a DatasetGraph in streaming fashion
|
static void |
StreamRDFWriter.write(OutputStream output,
Graph graph,
RDFFormat lang)
Write a Graph in streaming fashion
|
Constructor and Description |
---|
WriterDatasetThrift(RDFFormat fmt) |
WriterGraphThrift(RDFFormat fmt) |
Modifier and Type | Method and Description |
---|---|
RDFFormat |
DatasetGraphAccessorHTTP.getOutboundSyntax()
RDF syntax to use when sending graphs with POST and PUT.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetGraphAccessorHTTP.setOutboundSyntax(RDFFormat format)
Set the RDF syntax to use when sending graphs with POST and PUT.
|
Licenced under the Apache License, Version 2.0