Skip to content

Commit f8efb76

Browse files
committed
<dfn> as singular
1 parent f2e373f commit f8efb76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shacl12-core/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ <h3>Terminology</h3>
299299
<div class="def">
300300
<div class="term-def-header">Binding, Solution</div>
301301
<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.
302+
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]].
303+
A <dfn>solution</dfn> is a set of bindings, informally often understood as one row in the body of the result table of a SPARQL query.
304304
Variables are not required to be bound in a solution.
305305
</div>
306306
</div>

shacl12-rules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ <h4>Evaluation Definitions</h4>
738738
<p>
739739
Let <var>G</var> be an [=RDF graph=] and <var>TP</var> be a <a>triple pattern</a>.
740740
The function `graphMatch(G, TP)` returns a set of all possible
741-
<a data-cite="shacl12-core#solutions">solutions</a> that,
741+
<a data-cite="shacl12-core#dfn-solution">solutions</a> that,
742742
when applied to the triple pattern, produce a triple that is in the
743743
[=evaluation graph=]
744744
</p>

0 commit comments

Comments
 (0)