Class Dataset

All Implemented Interfaces:
QueryElement

public class Dataset extends StandardQueryElementCollection<From>
A SPARQL dataset specification
See Also:
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • from

      public Dataset from(From... graphs)
      Add graph references to this dataset
      Parameters:
      graphs - the datasets to add
      Returns:
      this object
    • from

      public Dataset from(Iri... iris)
      Add unnamed graph references to this dataset
      Parameters:
      iris - the IRI's of the graphs to add
      Returns:
      this
    • from

      public Dataset from(IRI... iris)