@@ -2395,10 +2395,10 @@ <h2>Sets and Lists</h2>
2395
2395
</ pre >
2396
2396
2397
2397
< 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
2399
2399
fully supported. For example, in < em > GeoJSON</ em > (see [[RFC7946]]),
2400
2400
< 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 >
2402
2402
2403
2403
< pre class ="example changed "
2404
2404
data-content-type ="application/json "
@@ -2421,10 +2421,11 @@ <h2>Sets and Lists</h2>
2421
2421
}
2422
2422
</ pre >
2423
2423
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 >
2428
2429
2429
2430
< pre class ="example changed "
2430
2431
data-content-type ="application/json "
@@ -2486,7 +2487,7 @@ <h2>Sets and Lists</h2>
2486
2487
}]
2487
2488
</ pre >
2488
2489
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.
2490
2491
When expressed in Turtle, this would be the following:</ p >
2491
2492
2492
2493
< pre class ="example changed "
0 commit comments