Uses of Class
org.eclipse.rdf4j.rio.trig.TriGParser
-
Packages that use TriGParser Package Description org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepository
org.eclipse.rdf4j.rio.trigstar -
-
Uses of TriGParser in org.eclipse.rdf4j.query.parser.sparql
Subclasses of TriGParser in org.eclipse.rdf4j.query.parser.sparql Modifier and Type Class Description class
SPARQLUpdateDataBlockParser
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 TriGParser in org.eclipse.rdf4j.repository.sail.helpers
Subclasses of TriGParser in org.eclipse.rdf4j.repository.sail.helpers Modifier and Type Class Description class
SPARQLUpdateDataBlockParser
Deprecated.since 3.2.2. -
Uses of TriGParser in org.eclipse.rdf4j.rio.trigstar
Subclasses of TriGParser in org.eclipse.rdf4j.rio.trigstar Modifier and Type Class Description class
TriGStarParser
RDF parser for TriG-star (an extension of TriG that adds RDF-star support).
-