Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core.query |
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
|
ConstructQuery |
ConstructQuery.construct(TriplePattern... patterns)
Add triples to this query's graph template
|
static ConstructQuery |
Queries.CONSTRUCT(TriplePattern... patterns)
Create a SPARQL Construct query
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.