| Package | Description |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.adapters | |
| org.apache.jena.riot.thrift | |
| org.apache.jena.riot.writer |
| Modifier and Type | Method and Description |
|---|---|
WriterGraphRIOT |
WriterGraphRIOTFactory.create(RDFFormat syntaxForm) |
static WriterGraphRIOT |
RDFDataMgr.createGraphWriter(Lang lang)
Deprecated.
Use
RDFWriter.create().lang(Lang).source(graph).build() |
static WriterGraphRIOT |
RDFDataMgr.createGraphWriter(RDFFormat serialization)
Deprecated.
Use
RDFWriter.create().format(serialization).source(graph).build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterRDFWriter
Adapter providing RIOT interface
WriterGraphRIOT over an old-style
Jena RDFWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
WriterGraphThrift
Write a graph as RDF Thrift
|
| Modifier and Type | Class and Description |
|---|---|
class |
NTriplesWriter |
class |
RDFJSONWriter |
class |
RDFXMLAbbrevWriter
Wrapper to the RDF/XML writer (preRIOT).
|
class |
RDFXMLPlainWriter
Wrapper to the RDF/XML writer (preRIOT).
|
class |
TurtleWriter |
class |
TurtleWriterBase |
class |
TurtleWriterBlocks
Turtle writer that streams - print in blocks of triples formatted
by adjacent same subject.
|
class |
TurtleWriterFlat
Write Turtle with one triple on one line with prefixed names, with short form literals (e.g.
|
class |
WriterGraphRIOTBase |
class |
WriterTriX
Write TriX.
|
Licenced under the Apache License, Version 2.0