Skip to content

Commit b163a60

Browse files
committed
Put captured RDF Dataset text in a box
1 parent 6f307a7 commit b163a60

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

spec/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7878,11 +7878,13 @@ <h2>Definition of SPARQL</h2>
78787878
<h3>Initial Definitions</h3>
78797879
<section id="sparqlDataset">
78807880
<h4>RDF Dataset</h4>
7881-
<div>
7882-
<p>The concept of an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> is defined in [[RDF12-CONCEPTS]].</p>
7883-
<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>
7881+
<p>The concept of an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> is defined in [[RDF12-CONCEPTS]].</p>
7882+
<p>For the following definitions, we capture each RDF dataset as a set:</p>
7883+
<div class="defn">
7884+
<p>
7885+
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>),
7886+
... (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }
7887+
78867888
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
78877889
&lt;u<sub>i</sub>&gt; is distinct.</p>
78887890
<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)