Package org.topbraid.shacl.tools
Class Infer
- java.lang.Object
-
- org.topbraid.shacl.tools.Infer
-
public class Infer extends Object
Stand-alone utility to perform inferences based on SHACL rules from a given file. Example arguments: -datafile my.ttl- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description Infer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.rdf.model.ModelgetDataModel(String[] args)protected org.apache.jena.rdf.model.ModelgetShapesModel(String[] args)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
getDataModel
protected org.apache.jena.rdf.model.Model getDataModel(String[] args) throws IOException
- Throws:
IOException
-
getShapesModel
protected org.apache.jena.rdf.model.Model getShapesModel(String[] args) throws IOException
- Throws:
IOException
-
-