Skip to content

Commit 40d18d5

Browse files
committed
Address comments from @simonstey.
1 parent 85962ba commit 40d18d5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,10 +2395,10 @@ <h2>Sets and Lists</h2>
23952395
</pre>
23962396

23972397
<p class="changed">In JSON-LD 1.1, lists of lists, where the value of
2398-
a <a>list object</a>, may itself be a <a>list object</a> recusively, are
2398+
a <a>list object</a>, may itself be a <a>list object</a>, are
23992399
fully supported. For example, in <em>GeoJSON</em> (see [[RFC7946]]),
24002400
<em>coordinates</em> are an ordered list of <em>positions</em>, which are
2401-
represented as an array of two or more numbers. For example:</p>
2401+
represented as an array of two or more numbers:</p>
24022402

24032403
<pre class="example changed"
24042404
data-content-type="application/json"
@@ -2421,10 +2421,11 @@ <h2>Sets and Lists</h2>
24212421
}
24222422
</pre>
24232423

2424-
<p class="changed">For this example, it's important that the values
2425-
expressed within coordinates maintain their order, which requires the use of
2426-
embedded list structures. In JSON-LD 1.1, we can express this using recursive
2427-
lists, by simply adding the appropriate context definion:</p>
2424+
<p class="changed">For these examples, it's important that values
2425+
expressed within <em>bbox</em> and <em>coordinates</em> maintain their order,
2426+
which requires the use of embedded list structures. In JSON-LD 1.1, we can
2427+
express this using recursive lists, by simply adding the appropriate context
2428+
definion:</p>
24282429

24292430
<pre class="example changed"
24302431
data-content-type="application/json"
@@ -2486,7 +2487,7 @@ <h2>Sets and Lists</h2>
24862487
}]
24872488
</pre>
24882489

2489-
<p class="changed">Note that coordinates includes three levels of lists.
2490+
<p class="changed">Note that <em>coordinates</em> includes three levels of lists.
24902491
When expressed in Turtle, this would be the following:</p>
24912492

24922493
<pre class="example changed"

0 commit comments

Comments
 (0)