Uses of Class
org.eclipse.rdf4j.rio.turtle.TurtleParser
Package
Description
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepository
Writer for the Notation-3 (N3) format.
Parser/writer for the TriG format.
-
Uses of TurtleParser 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 TurtleParser in org.eclipse.rdf4j.repository.sail.helpers
-
Uses of TurtleParser in org.eclipse.rdf4j.rio.n3
-
Uses of TurtleParser in org.eclipse.rdf4j.rio.trig
-
Uses of TurtleParser 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 TurtleParser in org.eclipse.rdf4j.rio.turtlestar
Modifier and TypeClassDescriptionclass
RDF parser for Turtle-star (an extension of Turtle that adds RDF-star support).
SPARQLUpdateDataBlockParser
instead.