Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Method and Description |
---|---|
GraphTemplate |
GraphTemplate.construct(TriplePattern... triples)
Add triple patterns to this graph template
|
static GraphTemplate |
SparqlBuilder.construct(TriplePattern... triples)
Create a SPARQL graph template
|
GraphTemplate |
GraphTemplate.construct(TriplesTemplate triplesTemplate)
Set, rather than augment, this graph template's triples template
|
Modifier and Type | Method and Description |
---|---|
ConstructQuery |
ConstructQuery.construct(GraphTemplate construct)
Set this query's graph template
|
static ConstructQuery |
Queries.CONSTRUCT(GraphTemplate construct)
Create a SPARQL Construct query
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.