Skip to content

Commit 819938d

Browse files
HolgerKnublauchafs
andauthored
#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]>
1 parent f2e373f commit 819938d

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

shacl12-core/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -297,15 +297,7 @@ <h3>Terminology</h3>
297297
</div>
298298
</div>
299299
<div class="def">
300-
<div class="term-def-header">Binding, Solution</div>
301-
<div>
302-
A <dfn data-lt="bindings">binding</dfn> is a pair (<a data-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
303-
A <dfn data-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.
305-
</div>
306-
</div>
307-
<div class="def">
308-
<div class="term-def-header">SHACL Subclass, SHACL superclass</div>
300+
<div class="term-def-header">SHACL Subclass, SHACL superclass</div>
309301
<div>
310302
A <a>node</a> <code>Sub</code> in an <a>RDF graph</a> is a <dfn data-lt="SHACL subclass|subclass|subclasses">SHACL subclass</dfn> of another <a>node</a> <code>Super</code>
311303
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>,

shacl12-sparql/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,12 @@
154154
by means of SPARQL.
155155
In particular, this document defines how constraints and constraint components can be defined using SPARQL.
156156
</p>
157-
<p class="todo">
158-
TODO: More will be added on Node Expressions/targets once that part is ready.
159-
Other features from SHACL-AF such as user-defined functions may get added.
160-
</p>
161157
</section>
162158

163159
<section id="sotd">
164160
</section>
165161

166-
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
162+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
167163

168164
<section id="introduction">
169165
<h2>Introduction</h2>
@@ -244,9 +240,9 @@ <h3>Terminology</h3>
244240
<div class="def">
245241
<div class="term-def-header">Binding, Solution</div>
246242
<div>
247-
A <dfn data-lt="bindings">binding</dfn> is a pair (<a data-cite="sparql12-query/#defn_QueryVariable">variable</a>, <a>RDF term</a>), consistent with the term's use in [[!sparql12-query]].
248-
A <dfn data-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 (<a data-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.
250246
</div>
251247
</div>
252248

0 commit comments

Comments
 (0)