| Package | Description | 
|---|---|
| org.eclipse.rdf4j.console.util | |
| org.eclipse.rdf4j.rio.binary | Parser/writer for the rdf4j binary RDF format. | 
| org.eclipse.rdf4j.rio.helpers | Provides helpers classes for Rio. | 
| org.eclipse.rdf4j.rio.jsonld | Parser/writer for the JSON-L format. | 
| org.eclipse.rdf4j.rio.n3 | Writer for the Notation-3 (N3) format. | 
| org.eclipse.rdf4j.rio.nquads | Parser/writer for the N-Quads format. | 
| org.eclipse.rdf4j.rio.ntriples | Parser/writer for the N-Triples format. | 
| org.eclipse.rdf4j.rio.rdfjson | Parser/writer for the RDF/JSON format. | 
| org.eclipse.rdf4j.rio.rdfxml | Parser/writer for the RDF/XML format. | 
| org.eclipse.rdf4j.rio.rdfxml.util | Pretty-printing for the RDF/XML format. | 
| org.eclipse.rdf4j.rio.trig | Parser/writer for the TriG format. | 
| org.eclipse.rdf4j.rio.trix | Parser/writer for the TriX format. | 
| org.eclipse.rdf4j.rio.turtle | Parser/writer for the Turtle format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConsoleRDFWriterWrite query results to console | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryRDFWriter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RDFWriterBaseDeprecated. 
 since 2.0. Use  AbstractRDFWriterinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JSONLDWriterAn RDFWriter that links to  JSONLDInternalRDFParser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | N3WriterAn implementation of the RDFWriter interface that writes RDF documents in N3 format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NQuadsWriterRDFWriter implementation for the  N-QuadsRDF format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NTriplesWriterAn implementation of the RDFWriter interface that writes RDF documents in N-Triples format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RDFJSONWriterRDFWriterimplementation for the RDF/JSON format | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RDFXMLWriterAn implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RDFXMLPrettyWriterAn extension of RDFXMLWriter that outputs a more concise form of RDF/XML. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TriGWriterAn extension of  TurtleWriterthat writes RDF documents in
 TriG format by adding graph scopes to the Turtle
 document. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TriXWriterAn implementation of the RDFWriter interface that writes RDF documents in
 TriX format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TurtleWriterAn implementation of the RDFWriter interface that writes RDF documents in Turtle format. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.