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

public class From extends Object implements QueryElement
A SPARQL Dataset specifier.
See Also:
  • Field Details

  • Constructor Details

    • From

      From(Iri iri)
    • From

      From(Iri iri, boolean isNamed)
    • From

      From(IRI iri)
    • From

      From(IRI iri, boolean isNamed)
  • Method Details

    • getQueryString

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