Skip to content

Commit 5231b4f

Browse files
rubensworksafs
authored andcommitted
Allow graphs in dataset to be identified by blank nodes
1 parent 2c327c6 commit 5231b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7883,7 +7883,7 @@ <h4>RDF Dataset</h4>
78837883
<p>For the following definitions, we capture each RDF dataset as a set:<br>
78847884
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), . .
78857885
. (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
7886-
where G and each G<sub>i</sub> are graphs, and each &lt;u<sub>i</sub>&gt; is an IRI. Each
7886+
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
78897889
graphs.</p>

0 commit comments

Comments
 (0)