Skip to content

Commit

Permalink
revert incorrect change in definition of 'isomorphic RDF-term mapping'
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Antoine Champin <[email protected]>
  • Loading branch information
hartig and pchampin authored Feb 25, 2025
1 parent 358399e commit 1ec1807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ <h3>Graph Comparison</h3>
<li>For every [=blank node=] |b|, |M|(|b|) is a [=blank node=] (but not necessarily the same as |b|).</li>
<li>For every [=literal=] |lit|, |M|(|lit|) is a [=literal=] that is [=literal term equality|equal=] to |lit|.</li>
<li>For every [=IRI=] |iri|, |M|(|iri|) is an [=IRI=] that is [=IRI equality|equal=] to |iri|.</li>
<li>For every [=triple term=] |tt|, |M|(|tt|) is a [=triple term=] that is [=triple term equality|equal=] to |tt|.</li>
<li>For every [=triple term=] |tt| of the form (|s|, |p|, |o|), |M|(|tt|) is the triple term ( |M|(|s|), |M|(|p|), |M|(|o|) ).</li>
</ul>

<p id="section-graph-equality">Two [=RDF graphs=] |G| and <var>G'</var> are
Expand Down

0 comments on commit 1ec1807

Please sign in to comment.