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)
Create a writer for an RDF language
|
static WriterGraphRIOT |
RDFDataMgr.createGraphWriter(RDFFormat serialization)
Create a writer for an RDF language
|
static WriterGraphRIOT |
RiotWriter.createNTriples()
Deprecated.
|
static WriterGraphRIOT |
RiotWriter.createNTriplesASCII()
Deprecated.
Use
RDFDataMgr.createGraphWriter(RDFFormat) and RDFFormat.NTRIPLES_ASCII |
static WriterGraphRIOT |
RiotWriter.createRDFJSON()
Deprecated.
Use
RDFDataMgr.createGraphWriter(Lang) and Lang.RDFJSON |
static WriterGraphRIOT |
RiotWriter.createRDFXMLAbbrev()
Deprecated.
Use
RDFDataMgr.createGraphWriter(RDFFormat) and RDFFormat.RDFXML_ABBREV |
static WriterGraphRIOT |
RiotWriter.createRDFXMLPlain()
Deprecated.
Use
RDFDataMgr.createGraphWriter(RDFFormat) and RDFFormat.RDFXML_PLAIN |
static WriterGraphRIOT |
RiotWriter.createTurtle()
Deprecated.
|
static WriterGraphRIOT |
RiotWriter.createTurtleFlat()
Deprecated.
Use
RDFDataMgr.createGraphWriter(RDFFormat) and RDFFormat.TURTLE_FLAT |
static WriterGraphRIOT |
RiotWriter.createTurtleStreaming()
Deprecated.
Use
RDFDataMgr.createGraphWriter(RDFFormat) and RDFFormat.TURTLE_BLOCKS |
Modifier and Type | Class and Description |
---|---|
class |
AdapterRDFWriter
Wrapper for using old-style Jena RDFWriters in RIOT.
|
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 omne 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