Package org.eclipse.rdf4j.rio
package org.eclipse.rdf4j.rio
Rio: The RDF4J parser/writer API.
The Rio parser/writer toolkit provides support for all major RDF syntax formats, including RDF/XML, Turtle,
N-Triples, N-Quads, TriG, and TriX.
- See Also:
-
ClassDescriptionAn interface defining methods related to verification and normalization of typed literals and datatype URIs.Registry of
DatatypeHandler
s.An interface defining methods related to verification and normalization of language tags.Registry ofLanguageHandler
s.An interface defining methods for receiving warning and error messages from an RDF parser.A listener interface for listening to the parser's progress.A container object for easy setting and passing ofRDFParser
configuration options.Represents the concept of an RDF data serialization format.An interface defining methods related to RDF data handling.An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.An interface for RDF parsers.A RDFParserFactory returnsRDFParser
s for a specific RDF format.A registry that keeps track of the availableRDFParserFactory
s.An interface for RDF document writers.A RDFWriterFactory returnsRDFWriter
s for a specific RDF format.A registry that keeps track of the availableRDFWriterFactory
s.Static methods for parsing and writing RDF for all available syntaxes.Superclass forParserConfig
andWriterConfig
.RioSetting<T>Identifies a parser setting along with its default value.A RuntimeException indicating that a specific RDF format is not supported.A container object for easy setting and passing ofRDFWriter
configuration options.