Uses of Class
org.apache.jena.shex.ShapeMap
Packages that use ShapeMap
-
Uses of ShapeMap in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShapeMapModifier and TypeMethodDescriptionShapeMap.Builder.build()static ShapeMapShapeMap.create(List<ShexRecord> associations) static ShapeMapShex.readShapeMap(InputStream input, String baseURI) Parse theInputStreamto get a ShEx shape map.static ShapeMapShex.readShapeMap(String filename) Parse the file to get a ShEx shape map.static ShapeMapShex.readShapeMap(String filename, String baseURI) Parse the file to get a ShEx shape map.static ShapeMapShex.readShapeMapJson(InputStream input) Parse theInputStreamto get a ShEx shape map from JSON syntax.static ShapeMapShex.readShapeMapJson(String filenameOrURL) Read aShapeMapfrom a file or URL.static ShapeMapShapeMap.record(org.apache.jena.graph.Node focus, org.apache.jena.graph.Node shapeRef) static ShapeMapShapeMap.record(org.apache.jena.graph.Triple pattern, org.apache.jena.graph.Node shapeRef) static ShapeMapShex.shapeMapFromString(String inputStr, String baseURI) Parse a shape map from aStringReader.Methods in org.apache.jena.shex with parameters of type ShapeMapModifier and TypeMethodDescriptionShexValidator.validate(org.apache.jena.graph.Graph graph, ShexSchema shapes, ShapeMap shapeMap) Validate data using a collection of shapes and a shape mapShexValidator.validate(org.apache.jena.graph.Graph dataGraph, ShexSchema shapes, ShapeMap shapeMap, org.apache.jena.graph.Node dataNode) Validate a specific node using the shape map to determine which shapes to use. -
Uses of ShapeMap in org.apache.jena.shex.parser
Methods in org.apache.jena.shex.parser that return ShapeMapModifier and TypeMethodDescriptionstatic ShapeMapShExC.parseShapeMap(InputStream input, String baseURI) Parse theInputStreamto get a ShEx shape map.static ShapeMapShExC.parseShapeMap(StringReader input, String baseURI) Parse a shape map from aStringReader.static ShapeMapShExC.parseShapeMap(String filename) Parse the file to get a ShEx shape map.static ShapeMapShExC.parseShapeMap(String filename, String baseURI) Parse the file to get a ShEx shape map.ParserShExC.parseShapeMapFinish()static ShapeMapShExJ.readShapeMapJson(InputStream input) Parse theInputStreamto get a ShEx shape map from JSON syntax.