Class ShUtils

java.lang.Object
org.aksw.jena_sparql_api.schema.ShUtils

public class ShUtils extends Object
Utility methods for working with SHACL. Most prominently provides methods to create Jena paths from shacl paths.
Author:
raven
  • Field Details

  • 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

      public static void main(String[] args)