Class PropertyPaths

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths

@Deprecated(since="4.0") public class PropertyPaths extends Object
Deprecated.
Use the PropertyPathBuilder instead.
  • Constructor Details

    • PropertyPaths

      public PropertyPaths()
      Deprecated.
  • Method Details

    • path

      public static RdfPredicate path(RdfPredicate... aElements)
      Deprecated.
      Construct property paths for use with the SparqlBuilder

      Example: subject.has(path(zeroOrMore(property)), object).

      Parameters:
      aElements - the path elements
      Returns:
      a property path
    • path

      public static RdfPredicate path(IRI... aElements)
      Deprecated.
    • zeroOrMore

      public static RdfPredicate zeroOrMore(RdfPredicate aElement)
      Deprecated.
    • zeroOrMore

      public static RdfPredicate zeroOrMore(IRI aElement)
      Deprecated.
    • oneOrMore

      public static RdfPredicate oneOrMore(RdfPredicate aElement)
      Deprecated.
    • oneOrMore

      public static RdfPredicate oneOrMore(IRI aElement)
      Deprecated.