Skip to content

Commit 4664a67

Browse files
committed
extend, fix, and regularize the descriptions of the components of simple interpretations
1 parent a552daf commit 4664a67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spec/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -419,17 +419,17 @@ <h2>Simple Interpretations</h2>
419419
<table>
420420
<caption>Definition of a simple interpretation.</caption>
421421
<tr>
422-
<td class="semantictable">1. A non-empty set IR of resources, called the domain or universe
422+
<td class="semantictable">1. A non-empty set IR, the resources of I, also called the domain or universe
423423
of I.
424-
<p>2. <span >A set IP, called the set of properties of I.</span></p>
425-
<p>3. A mapping IEXT from IP into the powerset of IR x IR i.e. the
426-
set of sets of pairs &lt; x, y &gt; with x and y in IR .</p>
427-
<p>4. A mapping IS from IRIs into (IR union IP)</p>
428-
<p>5. A partial mapping IL from literals into IR </p>
424+
<p>2. <span >A set IP, the properties of I.</span></p>
425+
<p>3. A mapping IEXT from IP into the powerset of IR x IR (the
426+
set of sets of pairs &lt; x, y &gt; with x and y in IR ), the extension mapping for properties in I.</p>
427+
<p>4. A mapping IS from IRIs into (IR union IP), the denotation mapping for symbols in I.</p>
428+
<p>5. A partial mapping IL from literals into IR, the denotation mapping for literals in I.</p>
429429
<p id="simple-injective-tests" data-tests="rdf-semantics/index.html#all-identical-triple-terms-are-the-same,
430430
rdf-semantics/index.html#triple-term-not-asserted,
431431
rdf-semantics/index.html#triple-terms-no-spurious">
432-
6. An injective mapping RE from IR x IP x IR into IR, called the denotation of triple terms. </p>
432+
6. An injective mapping RE from IR x IP x IR into IR, the extension mapping for triples in I. </p>
433433
</td>
434434
</tr>
435435
</table>

0 commit comments

Comments
 (0)