Class GraphTemplate

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
All Implemented Interfaces:
QueryElement

public class GraphTemplate extends Object implements QueryElement
A SPARQL Graph Template, used in Construct queries
See Also:
  • Method Details

    • construct

      public GraphTemplate construct(TriplePattern... triples)
      Add triple patterns to this graph template
      Parameters:
      triples - the patterns to add
      Returns:
      this
    • construct

      public GraphTemplate construct(TriplesTemplate triplesTemplate)
      Set, rather than augment, this graph template's triples template
      Parameters:
      triplesTemplate - the TriplesTemplate instance to set
      Returns:
      this graph template
    • getQueryString

      public String getQueryString()
      Specified by:
      getQueryString in interface QueryElement
      Returns:
      the String representing the SPARQL syntax of this element