Uses of Class
org.apache.jena.shex.ShexShape
-
Uses of ShexShape in org.apache.jena.shex
Modifier and TypeMethodDescriptionShexSchema.get
(org.apache.jena.graph.Node n) ShexSchema.getStart()
Modifier and TypeMethodDescriptionstatic ShexSchema
ShexSchema.shapes
(String source, String baseURI, org.apache.jena.riot.system.PrefixMap prefixes, ShexShape startShape, List<ShexShape> shapes, List<String> imports, List<SemAct> semActs, Map<org.apache.jena.graph.Node, TripleExpression> tripleRefs) ShexValidator.validate
(org.apache.jena.graph.Graph graphData, ShexSchema shapes, ShexShape shape, org.apache.jena.graph.Node focus) Validate a specific node (the focus), against a shape.Modifier and TypeMethodDescriptionstatic ShexSchema
ShexSchema.shapes
(String source, String baseURI, org.apache.jena.riot.system.PrefixMap prefixes, ShexShape startShape, List<ShexShape> shapes, List<String> imports, List<SemAct> semActs, Map<org.apache.jena.graph.Node, TripleExpression> tripleRefs) -
Uses of ShexShape in org.apache.jena.shex.sys
Modifier and TypeMethodDescriptionboolean
void
ValidationContext.finishValidate
(ShexShape shape, org.apache.jena.graph.Node data) void
ValidationContext.startValidate
(ShexShape shape, org.apache.jena.graph.Node data)