| Package | Description |
|---|---|
| org.apache.jena.arq.querybuilder |
A utility package to simplify the building of ARQ queries in code.
|
| Class and Description |
|---|
| ConstructClause
Interface that defines the ConstructClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rConstructTemplate
|
| DatasetClause
Interface that defines the DatasetClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rDatasetClause
|
| PrologClause
Interface that defines the PrologClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rPrologue
|
| SelectClause
Interface that defines the SelectClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rSelectClause
|
| SolutionModifierClause
Interface that defines the SolutionClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rSolutionModifier
|
| ValuesClause
Interface that defines the ValueClause as per
https://www.w3.org/TR/sparql11-query/#rValuesClause
Conceptually this the values clause constructs a table comprising columns named
by variables and rows of data for those columns.
|
| WhereClause
Interface that defines the WhereClause as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#rWhereClause
|
Licensed under the Apache License, Version 2.0