You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#649: Fixed definitions to singular, added uniqueness (#668)
* #649: Fixed definitions to singular, added uniqueness
* Update shacl12-sparql/index.html
Co-authored-by: Andy Seaborne <[email protected]>
* Deleted unused definitions of Binding and Solution from CORE
Also some minor formatting clean up and removal of an outdated TODO
---------
Co-authored-by: Andy Seaborne <[email protected]>
A <dfndata-lt="bindings">binding</dfn> is a pair (<adata-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
303
-
A <dfndata-lt="solutions">solution</dfn> is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query.
304
-
Variables are not required to be bound in a solution.
A <a>node</a><code>Sub</code> in an <a>RDF graph</a> is a <dfndata-lt="SHACL subclass|subclass|subclasses">SHACL subclass</dfn> of another <a>node</a><code>Super</code>
311
303
in the <a>graph</a> if there is a sequence of <a>triples</a> in the <a>graph</a> each with predicate <code>rdfs:subClassOf</code> such that the <a>subject</a> of the first <a>triple</a> is <code>Sub</code>,
A <dfndata-lt="bindings">binding</dfn> is a pair (<adata-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
248
-
A <dfndata-lt="solutions">solution</dfn> is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query.
249
-
Variables are not required to be bound in a solution.
243
+
A <dfn>binding</dfn> is a pair (<adata-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
244
+
A <dfn>solution</dfn> is a set of bindings where each variable must be unique.
245
+
Informally, a solution is often understood as one row in the body of the result table of a SPARQL query.
0 commit comments