Class CreateQuery

All Implemented Interfaces:
QueryElement

public class CreateQuery extends GraphManagementQuery<CreateQuery>
A SPARQL CREATE Query
See Also:
  • Field Details

  • Constructor Details

    • CreateQuery

      CreateQuery()
  • Method Details

    • graph

      public CreateQuery graph(Iri graph)
      Specify the graph to create
      Parameters:
      graph - the IRI identifier for the new graph
      Returns:
      this CreateQuery instance
    • graph

      public CreateQuery graph(IRI graph)
    • getQueryString

      public String getQueryString()
      Returns:
      the String representing the SPARQL syntax of this element