Uses of Class
org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Package
Description
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepository
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
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.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeClassDescriptionclass
An extension ofTriGStarParser
that processes data in the format specified in the SPARQL 1.1 grammar for Quad data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations). -
Uses of AbstractRDFParser in org.eclipse.rdf4j.repository.sail.helpers
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.binary
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.hdt
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.helpers
Modifier and TypeClassDescriptionclass
Base class for Rio parsers that are based on a SAXXMLReader
. -
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.jsonld
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.n3
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.ndjsonld
Modifier and TypeClassDescriptionclass
Introduce a parser capable of parsing Newline Delimited JSON-LD, where each line is a serialized JSON-LD record. -
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.nquads
Modifier and TypeClassDescriptionclass
RDF parser implementation for theN-Quads
RDF format, extending the Rio N-Triples parser. -
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.ntriples
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.rdfjson
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.rdfxml
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.trig
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.trigstar
Modifier and TypeClassDescriptionclass
RDF parser for TriG-star (an extension of TriG that adds RDF-star support). -
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.trix
Modifier and TypeClassDescriptionclass
A parser that can parse RDF files that are in the TriX format . -
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.turtle
-
Uses of AbstractRDFParser in org.eclipse.rdf4j.rio.turtlestar
Modifier and TypeClassDescriptionclass
RDF parser for Turtle-star (an extension of Turtle that adds RDF-star support).