All Implemented Interfaces:
QueryElement

public class LoadQuery extends GraphManagementQuery<LoadQuery>
A SPARQL LOAD Query
See Also:
  • Field Details

  • Constructor Details

    • LoadQuery

      LoadQuery()
  • Method Details

    • from

      public LoadQuery from(Iri from)
      Specify which graph to load form
      Parameters:
      from - the IRI identifying the graph to load triples from
      Returns:
      this LoadQuery instance
    • from

      public LoadQuery from(IRI from)
      Specify which graph to load form
      Parameters:
      from - the IRI identifying the graph to load triples from
      Returns:
      this LoadQuery instance
    • to

      public LoadQuery to(Iri to)
      Specify which graph to load into, if not the default graph
      Parameters:
      to - the IRI identifying the graph to load into
      Returns:
      this LoadQuery instance
    • to

      public LoadQuery to(IRI to)
      Specify which graph to load into, if not the default graph
      Parameters:
      to - the IRI identifying the graph to load into
      Returns:
      this LoadQuery instance
    • getQueryString

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