Package org.topbraid.shacl.tools
Class Validate
- java.lang.Object
-
- org.topbraid.shacl.tools.Validate
-
public class Validate extends Object
Stand-alone utility to perform constraint validation of a given file. Example arguments: -datafile my.ttl- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description Validate()
-
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
-
-