Package org.eclipse.rdf4j.sparqlbuilder.core
Core classes and interfaces for the SPARQLBuilder.
-
Interface Summary Interface Description Assignable A marker interface to denote objects which are bind-able in a SPARQL assignment expression.Groupable Denotes a groupable SPARQL query element (can be used in aGROUP BY
clause)Orderable Denotes an orederable SPARQL query element (can be used in aORDER BY
clause)Projectable Denotes a projectable query element (can be SELECT'ed)QueryElement Denotes a SPARQL Query Element -
Class Summary Class Description Assignment A SPARQL expression-to-variable assignmentBase A SPARQL Base declarationDataset A SPARQL dataset specificationFrom A SPARQL Dataset specifier.GraphTemplate A SPARQL Graph Template, used in Construct queriesGroupBy A SPARQL Group By clauseHaving A SPARQL Having clauseOrderBy A SPARQL Order By clauseOrderCondition An ascending or descending order conditionPrefix A SPARQL Prefix declarationPrefixDeclarations A collection of SPARQL Prefix declarationsProjection A SPARQL ProjectionPropertyPaths Deprecated. QueryElementCollection<T extends QueryElement> A logical collection of query elements.QueryPattern A SPARQL Query Pattern (WHERE
clause)SparqlBuilder A class to with static methods to create SPARQL query elements.StandardQueryElementCollection<T extends QueryElement> AQueryElementCollection
that follows a more standard way of converting to a query stringTriplesTemplate Represents a collection of triple patternsVariable A SPARQL query variable