Package org.aksw.jena_sparql_api.schema
Class ShUtils
java.lang.Object
org.aksw.jena_sparql_api.schema.ShUtils
Utility methods for working with SHACL.
Most prominently provides methods to create Jena paths from shacl paths.
- Author:
- raven
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.sparql.path.PathassemblePath(org.apache.jena.rdf.model.Resource r) There is now a similar method in jena-shacl ShaclPaths.parse(Graph, Node)static void
-
Field Details
-
DEFAULT_PATH_ASSEMBLER
-
-
Constructor Details
-
ShUtils
public ShUtils()
-
-
Method Details
-
assemblePath
public static org.apache.jena.sparql.path.Path assemblePath(org.apache.jena.rdf.model.Resource r) There is now a similar method in jena-shacl ShaclPaths.parse(Graph, Node) -
main
-