diff --git a/index.html b/index.html index 53edd02..7c2018f 100644 --- a/index.html +++ b/index.html @@ -13192,7 +13192,7 @@
In JSON-LD numbers and boolean values are native data types. While [[Turtle]]
has a shorthand syntax to express such values, RDF's abstract syntax requires
that numbers and boolean values are represented as typed literals. Thus,
- to allow full round-tripping, the JSON-LD 1.1 Processing Algorithms and API specification [[JSON-LD11-API]]
+ to allow round-tripping, Section 8.6 of the the JSON-LD 1.1 Processing Algorithms and API specification [[JSON-LD11-API]]
defines conversion rules between JSON-LD's native data types and RDF's
counterparts. Numbers without fractions are
converted to xsd:integer-typed literals, numbers with fractions
@@ -13236,6 +13236,12 @@