Skip to content
Merged
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
11 changes: 2 additions & 9 deletions shacl12-rules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2>Shape Rules Abstract Syntax</h2>
<p>The Shape Rules Abstract Syntax</p>

<dl>
<dt><dfn data-cite="SPARQL12-QUERY#defn_QueryVariable">variable</dfn></dt>
<dt><dfn data-cite="sparql12-query#defn_QueryVariable">variable</dfn></dt>
<dd>
A [=variable=] represents a possible [=RDF term=] in a triple pattern.
Variables are also used in <a>expressions</a>.
Expand Down Expand Up @@ -691,13 +691,6 @@ <h3>Rule Set Evaluation</h3>
<h4>Evaluation Definitions</h4>

<dl>
<dt><dfn data-cite="shacl12-core#dfn-binding">binding</dfn></dt>
<dd>
A [=binding=] is a pair
(<a>variable</a>, [=RDF term=]), consistent with the
<a data-cite="sparql12-query#defn_QueryVariable">definition</a> used in [[!sparql12-query]].
</dd>

<dt><dfn data-lt="solution|sparql12-query#defn_sparqlSolutionMapping">solution mapping</dfn></dt>
<dd>
A <a data-lt="sparql12-query#defn_sparqlSolutionMapping">solution mapping</a>,
Expand Down Expand Up @@ -738,7 +731,7 @@ <h4>Evaluation Definitions</h4>
<p>
Let <var>G</var> be an [=RDF graph=] and <var>TP</var> be a <a>triple pattern</a>.
The function `graphMatch(G, TP)` returns a set of all possible
<a data-cite="shacl12-core#solutions">solutions</a> that,
<a data-cite="sparql12-query#defn_sparqlSolutionMapping">solutions</a> that,
when applied to the triple pattern, produce a triple that is in the
[=evaluation graph=]
</p>
Expand Down