Uses of Class
org.eclipse.rdf4j.rio.trig.TriGParser
Packages that use TriGParser
-
Uses of TriGParser in org.eclipse.rdf4j.query.parser.sparql
Subclasses of TriGParser in org.eclipse.rdf4j.query.parser.sparqlModifier 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 TriGParser in org.eclipse.rdf4j.repository.sail.helpers
Subclasses of TriGParser in org.eclipse.rdf4j.repository.sail.helpers -
Uses of TriGParser in org.eclipse.rdf4j.rio.trigstar
Subclasses of TriGParser in org.eclipse.rdf4j.rio.trigstarModifier and TypeClassDescriptionclass
RDF parser for TriG-star (an extension of TriG that adds RDF-star support).
SPARQLUpdateDataBlockParser
instead.