Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the
SPARQL Query Results JSON Format.
|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL
Query Results JSON Format.
|
class |
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanXMLWriter
A
BooleanQueryResultWriter that writes boolean query results in the
SPARQL Query Results XML Format. |
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the
SPARQL Query Results XML Format. |
class |
SPARQLStarResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the extended form
SPARQL Query Results XML Format. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
|
class |
SPARQLStarResultsTSVWriter
Writer for SPARQL-star TSV results.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONLDWriter
An RDFWriter that links to
JSONLDInternalRDFParser . |
Modifier and Type | Class and Description |
---|---|
class |
N3Writer
An implementation of the RDFWriter interface that writes RDF documents in N3 format.
|
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriter
RDFWriter implementation for the
N-Quads RDF format. |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesWriter
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONWriter
RDFWriter implementation for the RDF/JSON format |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLWriter
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLPrettyWriter
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
|
Modifier and Type | Class and Description |
---|---|
class |
TriGWriter
An extension of
TurtleWriter that writes RDF documents in
TriG format by adding graph scopes to the Turtle
document. |
Modifier and Type | Class and Description |
---|---|
class |
TriGStarWriter
An extension of
TriGWriter that writes RDF-star documents in the TriG-star format by including the RDF-star
triples. |
Modifier and Type | Class and Description |
---|---|
class |
TriXWriter
An implementation of the RDFWriter interface that writes RDF documents in
TriX format.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleWriter
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleStarWriter
An extension of
TurtleWriter that writes RDF-star documents in the Turtle-star format by including the
RDF-star triples. |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.