Package org.topbraid.shacl.tools
Class BlankNodeFinder
java.lang.Object
org.topbraid.shacl.tools.BlankNodeFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ModelfindBlankNodes(org.apache.jena.rdf.model.Model report, org.apache.jena.rdf.model.Model shapesGraph) Finds all blank nodes in the report that references the shapes graph
-
Constructor Details
-
BlankNodeFinder
public BlankNodeFinder()
-
-
Method Details
-
findBlankNodes
public static org.apache.jena.rdf.model.Model findBlankNodes(org.apache.jena.rdf.model.Model report, org.apache.jena.rdf.model.Model shapesGraph) Finds all blank nodes in the report that references the shapes graph- Parameters:
report- The validation reportshapesGraph- The shapes graph- Returns:
- A model containing all blank nodes
-