Skip to content
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1668,8 +1668,8 @@ <h2>RDF Datasets</h2>
<li>Force any blank nodes shared between the datasets to be unique in each dataset.</li>
<li>Label each triple in the datasets (a) with the name (a URI or a blank node) of the graph that includes it,
and (b) with a special label "default" if it is included in a default graph.</li>
<li>Let the default graph of the [=RDF dataset merge=] to be the set of triples with the label "default".</li>
<li>For each label except the label "default", let the name of named graph of the [=RDF dataset merge=] to be that label, and the graph be the set of triples with that label.</li>
<li>Let the default graph of the [=RDF dataset merge=] to be the set of triples with the label "default".</li>
<li>For each label except the label "default", let the name of the named graph in the [=RDF dataset merge=] be that label, and the graph be the set of triples with that label.</li>
</ol>
</td>
</tr>
Expand Down
Loading