Package org.eclipse.rdf4j.query.parser.sparql
package org.eclipse.rdf4j.query.parser.sparql
The rdf4j SPARQL 1.1 parser.
This parser produces an algebra model of the query/update string using
.
invalid @link
org.eclipse.rdf4j.queryalgebra.model
- See Also:
-
ClassDescriptionBase class for visitors of the SPARQL AST.Deprecated.Resolves relative URIs in a query model using either an external base URI or using the base URI specified in the query model itself.Processes blank nodes in the query body, replacing them with variables while retaining scope.Extracts a SPARQL
Dataset
from an ASTQueryContainer, if one is contained.A graph pattern consisting of (required and optional) tuple expressions, binding assignments and boolean constraints.Processes the prefix declarations in a SPARQL query model.AQueryParserFactory
for SPARQL parsers.Utility functions for working with SPARQL query strings.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).Deprecated.since 3.6.0 UseSPARQLQueries
instead.Processes escape sequences in strings, replacing the escape sequence with their actual value.A SPARQL AST visitor implementation that creates a query algebra representation of the query.Extension of TupleExprBuilder that builds Update Expressions.Deprecated.This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
AbstractASTVisitor
instead.