Class PathLib

java.lang.Object
org.apache.jena.sparql.path.PathLib

public class PathLib extends Object
  • Constructor Details

    • PathLib

      public PathLib()
  • Method Details

    • pathToTriples

      public static Op pathToTriples(PathBlock pattern)
      Convert any paths of exactly one predicate to a triple pattern
    • install

      public static void install(String uri, Path path)
      Install a path as a property function in the global property function registry
    • install

      public static void install(String uri, Path path, PropertyFunctionRegistry registry)
      Install a path as a property function in a given registry
    • execTriplePath

      public static QueryIterator execTriplePath(Binding binding, TriplePath triplePath, ExecutionContext execCxt)
    • execTriplePath

      public static QueryIterator execTriplePath(Binding binding, org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, ExecutionContext execCxt)