Class ShUtils.PathAssembler

java.lang.Object
org.aksw.jena_sparql_api.schema.ShUtils.PathAssembler
Enclosing class:
ShUtils

@Deprecated public static class ShUtils.PathAssembler extends Object
Deprecated.
Function to convert the object of a
sh:path
property to a Jena Path expression. Supports all cases described in property paths in https://www.w3.org/TR/shacl/#property-paths Does not perform (in-depth) validation. The shapes should be validated before calling this method.
Author:
Claus Stadler
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.jena.sparql.path.Path>
    assembleList(org.apache.jena.rdf.model.Resource listNode)
    Deprecated.
    Assemble a list of paths from an RDF list
    org.apache.jena.sparql.path.Path
    assemblePath(org.apache.jena.rdf.model.Resource r)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PathAssembler

      public PathAssembler()
      Deprecated.
  • Method Details

    • assemblePath

      public org.apache.jena.sparql.path.Path assemblePath(org.apache.jena.rdf.model.Resource r)
      Deprecated.
    • assembleList

      public List<org.apache.jena.sparql.path.Path> assembleList(org.apache.jena.rdf.model.Resource listNode)
      Deprecated.
      Assemble a list of paths from an RDF list