diff --git a/index.html b/index.html index c426056..23505c9 100644 --- a/index.html +++ b/index.html @@ -315,7 +315,7 @@

Basic Terminology

ShEx schema
A collection of shape expressions.
shape expression
Shapes and node constraints, possibly combined with AND, OR, and NOT expressions.
focus node
A RDF data node of interest that is examined during validation.
-
shape
A triple expression aginst which a focus node is tested to see of all arcs in or out matching predicates in the triple expression have appropriate number (cardinality) and values.
+
shape
A triple expression aginst which a focus node is tested to see of all incoming or outgoing arcs matching predicates in the triple expression have appropriate number (cardinality) and values.
triple expression
A collection of triple constraints which may be combined in groups or choices.
triple constraint
A constraint with a given predicate which is tested against RDF triples with that predicate and the focus node as subject (or object, for inverse triple constraints).
node constraint
A collection of constraints on a given focus node.