Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions shacl12-core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,7 @@ <h3>Terminology</h3>
</div>
</div>
<div class="def">
<div class="term-def-header">Binding, Solution</div>
<div>
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]].
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.
Variables are not required to be bound in a solution.
</div>
</div>
<div class="def">
<div class="term-def-header">SHACL Subclass, SHACL superclass</div>
<div class="term-def-header">SHACL Subclass, SHACL superclass</div>
<div>
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>
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>,
Expand Down
12 changes: 4 additions & 8 deletions shacl12-sparql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,12 @@
by means of SPARQL.
In particular, this document defines how constraints and constraint components can be defined using SPARQL.
</p>
<p class="todo">
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.
</p>
</section>

<section id="sotd">
</section>

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

<section id="introduction">
<h2>Introduction</h2>
Expand Down Expand Up @@ -244,9 +240,9 @@ <h3>Terminology</h3>
<div class="def">
<div class="term-def-header">Binding, Solution</div>
<div>
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]].
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.
Variables are not required to be bound in a solution.
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]].
A <dfn>solution</dfn> 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.
</div>
</div>

Expand Down