Skip to content

Commit 78300a6

Browse files
rubensworksTallTed
authored andcommitted
Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 5231b4f commit 78300a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7881,8 +7881,8 @@ <h4>RDF Dataset</h4>
78817881
<div>
78827882
<p>The concept of an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> is defined in [[RDF12-CONCEPTS]].</p>
78837883
<p>For the following definitions, we capture each RDF dataset as a set:<br>
7884-
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), . .
7885-
. (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
7884+
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>),
7885+
... (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
78867886
where G and each G<sub>i</sub> are graphs, and each &lt;u<sub>i</sub>&gt; is an IRI or blank node. Each
78877887
&lt;u<sub>i</sub>&gt; is distinct.</p>
78887888
<p>G is called the default graph. (&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) are called named

0 commit comments

Comments
 (0)