Uses of Interface
org.eclipse.rdf4j.common.io.CharSink
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
Parser/writer for the JSON-L format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqlstarjson
-
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.text.csv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.textstar.tsv
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVWriter
. -
Uses of CharSink in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of CharSink in org.eclipse.rdf4j.rio.n3
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N3 format. -
Uses of CharSink in org.eclipse.rdf4j.rio.nquads
-
Uses of CharSink in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format. -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfjson
-
Uses of CharSink in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format. -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfxml.util
Modifier and TypeClassDescriptionclass
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML. -
Uses of CharSink in org.eclipse.rdf4j.rio.trig
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document. -
Uses of CharSink in org.eclipse.rdf4j.rio.trigstar
Modifier and TypeClassDescriptionclass
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples. -
Uses of CharSink in org.eclipse.rdf4j.rio.trix
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in TriX format. -
Uses of CharSink in org.eclipse.rdf4j.rio.turtle
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in Turtle format. -
Uses of CharSink in org.eclipse.rdf4j.rio.turtlestar
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.
SPARQLStarResultsJSONWriter