Class ShUtils

java.lang.Object
org.aksw.jenax.model.shacl.util.ShUtils

public class ShUtils extends Object
  • Field Details

    • NodeShapeQuery

      public static final org.apache.jena.query.Query NodeShapeQuery
      List all resources that have property shapes without being part of an expression itself
  • Constructor Details

    • ShUtils

      public ShUtils()
  • Method Details

    • listNodeShapes

      public static List<ShNodeShape> listNodeShapes(org.apache.jena.rdf.model.Model model)
    • streamPropertyShapes

      public static Stream<ShPropertyShape> streamPropertyShapes(org.apache.jena.rdf.model.Model model)
    • indexGlobalPropertyShapes

      public static com.google.common.collect.Multimap<org.apache.jena.sparql.path.P_Path0,ShPropertyShape> indexGlobalPropertyShapes(org.apache.jena.rdf.model.Model model)