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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1668,7 +1668,8 @@ <h2>RDF Datasets</h2>
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
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>
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