- java.lang.Object
-
- org.apache.jena.shex.parser.ShExJ
-
public class ShExJ extends java.lang.ObjectShape Expressions : JSON syntax
-
-
Constructor Summary
Constructors Constructor Description ShExJ()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShexMapreadShapeMapJson(java.io.InputStream input)Parse theInputStreamto get a ShEx shape map from JSON syntax.
-
-
-
Method Detail
-
readShapeMapJson
public static ShexMap readShapeMapJson(java.io.InputStream input)
Parse theInputStreamto get a ShEx shape map from JSON syntax.- Parameters:
input-- Returns:
- ShexShapeMap
-
-