Package | Description |
---|---|
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.rio.binary | |
org.openrdf.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.openrdf.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.openrdf.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.openrdf.rio.rdfjson | |
org.openrdf.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.openrdf.rio.rdfxml.util | |
org.openrdf.rio.trig |
Parser and writer for RDF in TriG format.
|
org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
org.openrdf.rio.turtle |
Parser and writer for RDF in Turtle format.
|
Modifier and Type | Field and Description |
---|---|
protected RDFWriterFactory |
RDFWriterTest.rdfWriterFactory |
Modifier and Type | Method and Description |
---|---|
protected RDFFormat |
RDFWriterRegistry.getKey(RDFWriterFactory factory) |
Constructor and Description |
---|
RDFWriterTest(RDFWriterFactory writerF,
RDFParserFactory parserF) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFWriterFactory
An
RDFWriterFactory for Binary RDF writers. |
Modifier and Type | Class and Description |
---|---|
class |
N3WriterFactory
An
RDFWriterFactory for N3 writers. |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsWriterFactory
An
RDFWriterFactory for N-Quads writers. |
Constructor and Description |
---|
NQuadsWriterTestCase(RDFWriterFactory writerF,
RDFParserFactory parserF) |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesWriterFactory
An
RDFWriterFactory for N-Triples writers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONWriterFactory
An
RDFWriterFactory for RDF/JSON writers. |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLWriterFactory
An
RDFWriterFactory for RDF/XML writers. |
Constructor and Description |
---|
RDFXMLWriterTestCase(RDFWriterFactory writerF,
RDFParserFactory parserF) |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLPrettyWriterFactory
An
RDFWriterFactory for RDF/XML writers. |
Modifier and Type | Class and Description |
---|---|
class |
TriGWriterFactory
An
RDFWriterFactory for TriG parsers. |
Modifier and Type | Class and Description |
---|---|
class |
TriXWriterFactory
An
RDFWriterFactory for TriX writers. |
Modifier and Type | Class and Description |
---|---|
class |
TurtleWriterFactory
An
RDFWriterFactory for Turtle writers. |
Copyright © 2001-2016 Aduna. All Rights Reserved.