Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
Packages that use GraphTemplate
-
Uses of GraphTemplate in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return GraphTemplateModifier 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
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type GraphTemplateModifier and TypeMethodDescriptionConstructQuery.construct
(GraphTemplate construct) Set this query's graph templatestatic ConstructQuery
Queries.CONSTRUCT
(GraphTemplate construct) Create a SPARQL Construct query