Package org.aksw.jenax.model.shacl.util
Class ShUtils
java.lang.Object
org.aksw.jenax.model.shacl.util.ShUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.query.QueryList all resources that have property shapes without being part of an expression itself -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.Multimap<org.apache.jena.sparql.path.P_Path0,ShPropertyShape> indexGlobalPropertyShapes(org.apache.jena.rdf.model.Model model) static List<ShNodeShape>listNodeShapes(org.apache.jena.rdf.model.Model model) static Stream<ShPropertyShape>streamPropertyShapes(org.apache.jena.rdf.model.Model model)
-
Field Details
-
NodeShapeQuery
public static final org.apache.jena.query.Query NodeShapeQueryList all resources that have property shapes without being part of an expression itself
-
-
Constructor Details
-
ShUtils
public ShUtils()
-
-
Method Details
-
listNodeShapes
-
streamPropertyShapes
-
indexGlobalPropertyShapes
public static com.google.common.collect.Multimap<org.apache.jena.sparql.path.P_Path0,ShPropertyShape> indexGlobalPropertyShapes(org.apache.jena.rdf.model.Model model)
-