Uses of Class
org.eclipse.rdf4j.rio.trigstar.TriGStarParser
-
Packages that use TriGStarParser 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
-
-
Uses of TriGStarParser in org.eclipse.rdf4j.query.parser.sparql
Subclasses of TriGStarParser 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 TriGStarParser in org.eclipse.rdf4j.repository.sail.helpers
Subclasses of TriGStarParser in org.eclipse.rdf4j.repository.sail.helpers Modifier and Type Class Description class
SPARQLUpdateDataBlockParser
Deprecated.UseSPARQLUpdateDataBlockParser
instead.
-