diff --git a/shacl12-core/index.html b/shacl12-core/index.html index ae66fd42..37a969a8 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -297,15 +297,7 @@

Terminology

-
Binding, Solution
-
- A binding is a pair (variable, RDF term), consistent with the term's use in [[!sparql12-query]]. - A solution is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query. - Variables are not required to be bound in a solution. -
-
-
-
SHACL Subclass, SHACL superclass
+
SHACL Subclass, SHACL superclass
A node Sub in an RDF graph is a SHACL subclass of another node Super in the graph if there is a sequence of triples in the graph each with predicate rdfs:subClassOf such that the subject of the first triple is Sub, diff --git a/shacl12-sparql/index.html b/shacl12-sparql/index.html index 05b81990..99217ff6 100644 --- a/shacl12-sparql/index.html +++ b/shacl12-sparql/index.html @@ -154,16 +154,12 @@ by means of SPARQL. In particular, this document defines how constraints and constraint components can be defined using SPARQL.

-

- TODO: More will be added on Node Expressions/targets once that part is ready. - Other features from SHACL-AF such as user-defined functions may get added. -

-
+

Introduction

@@ -244,9 +240,9 @@

Terminology

Binding, Solution
- A binding is a pair (variable, RDF term), consistent with the term's use in [[!sparql12-query]]. - A solution is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query. - Variables are not required to be bound in a solution. + A binding is a pair (variable, RDF term), consistent with the term's use in [[!sparql12-query]]. + A solution is a set of bindings where each variable must be unique. + Informally, a solution is often understood as one row in the body of the result table of a SPARQL query.