Package org.aksw.jena_sparql_api.schema
Class ShUtils.PathAssembler
java.lang.Object
org.aksw.jena_sparql_api.schema.ShUtils.PathAssembler
- Enclosing class:
- ShUtils
Deprecated.
Function to convert the object of a
sh:pathproperty 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 -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.jena.sparql.path.Path>assembleList(org.apache.jena.rdf.model.Resource listNode) Deprecated.Assemble a list of paths from an RDF listorg.apache.jena.sparql.path.PathassemblePath(org.apache.jena.rdf.model.Resource r) Deprecated.
-
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
-