Uses of Class
org.apache.jena.shex.ShexMap
-
Packages that use ShexMap Package Description org.apache.jena.shex org.apache.jena.shex.parser -
-
Uses of ShexMap in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexMap Modifier and Type Method Description ShexMapShexMap.Builder. build()ShexMapShexMapBuilder. build()static ShexMapShexMap. create(java.util.List<ShexRecord> associations)static ShexMapShex. readShapeMap(java.io.InputStream input, java.lang.String baseURI)Parse theInputStreamto get a ShEx shape map.static ShexMapShex. readShapeMap(java.lang.String filename)Parse the file to get a ShEx shape map.static ShexMapShex. readShapeMap(java.lang.String filename, java.lang.String baseURI)Parse the file to get a ShEx shape map.static ShexMapShex. readShapeMapJson(java.io.InputStream input)Parse theInputStreamto get a ShEx shape map from JSON syntax.static ShexMapShex. readShapeMapJson(java.lang.String filenameOrURL)Read aShexMapfrom a file or URL.static ShexMapShexMap. record(Node focus, Node shapeRef)static ShexMapShexMap. record(Triple pattern, Node shapeRef)static ShexMapShexMapBuilder. record(Node focus, Node shapeRef)static ShexMapShexMapBuilder. record(Triple pattern, Node shapeRef)static ShexMapShex. shapeMapFromString(java.lang.String inputStr, java.lang.String baseURI)Parse a shape map from aStringReader.Methods in org.apache.jena.shex with parameters of type ShexMap Modifier and Type Method Description ShexReportShexValidator. validate(Graph graph, ShexSchema shapes, ShexMap shapeMap)Validate data using a collection of shapes and a shape mapShexReportShexValidator. validate(Graph dataGraph, ShexSchema shapes, ShexMap shapeMap, Node dataNode)Validate a specific node using the shape map to determine which shapes to use.Constructors in org.apache.jena.shex with parameters of type ShexMap Constructor Description ShexMapBuilder(ShexMap base) -
Uses of ShexMap in org.apache.jena.shex.parser
Methods in org.apache.jena.shex.parser that return ShexMap Modifier and Type Method Description static ShexMapShExC. parseShapeMap(java.io.InputStream input, java.lang.String baseURI)Parse theInputStreamto get a ShEx shape map.static ShexMapShExC. parseShapeMap(java.io.StringReader input, java.lang.String baseURI)Parse a shape map from aStringReader.static ShexMapShExC. parseShapeMap(java.lang.String filename)Parse the file to get a ShEx shape map.static ShexMapShExC. parseShapeMap(java.lang.String filename, java.lang.String baseURI)Parse the file to get a ShEx shape map.ShexMapParserShExC. parseShapeMapFinish()static ShexMapShExJ. readShapeMapJson(java.io.InputStream input)Parse theInputStreamto get a ShEx shape map from JSON syntax.
-