You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/index.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1667,8 +1667,9 @@ <h2>RDF Datasets</h2>
1667
1667
<ol>
1668
1668
<li>Force any blank nodes shared between the datasets to be unique in each dataset.</li>
1669
1669
<li>Label each triple in the datasets (a) with the name (a URI or a blank node) of the graph it is included in,
1670
-
and (b) with a special label "default" if it is included in a default graph.</li>
1671
-
<li>For each label, there is a named graph in the <i>RDF dataset merge</i> with the name equal to the label and including the triples with that label.</li>
1670
+
and (b) with a special label "default" if it is included in a default graph.</li>
1671
+
<li>For each label, there is a named graph in the <i>RDF dataset merge</i> with the name equal to the label
1672
+
and including the triples with that label.</li>
1672
1673
<li>There is no other named graph in the <i>RDF dataset merge</i>.</li>
1673
1674
<li>The default graph of the <i>RDF dataset merge</i> includes the triples with the label "default".</li>
0 commit comments