Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
-
Uses of GraphTemplate in org.eclipse.rdf4j.sparqlbuilder.core
Modifier and TypeMethodDescriptionGraphTemplate.construct
(TriplesTemplate triplesTemplate) Set, rather than augment, this graph template's triples templateGraphTemplate.construct
(TriplePattern... triples) Add triple patterns to this graph templatestatic GraphTemplate
SparqlBuilder.construct
(TriplePattern... triples) Create a SPARQL graph template -
Uses of GraphTemplate in org.eclipse.rdf4j.sparqlbuilder.core.query
Modifier and TypeMethodDescriptionConstructQuery.construct
(GraphTemplate construct) Set this query's graph templatestatic ConstructQuery
Queries.CONSTRUCT
(GraphTemplate construct) Create a SPARQL Construct query