We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97451 commit 589348fCopy full SHA for 589348f
index.html
@@ -13240,6 +13240,13 @@ <h4>Conversion of native data types</h4>
13240
-->
13241
</pre>
13242
13243
+ <div class="note">Note that this interpretation differs from [[Turtle]],
13244
+ in which the literal `2.78` translates to an `xsd:decimal`.
13245
+ The rationale is that most JSON tools parse numbers with fractions as
13246
+ <em>floating point numbers</em>,
13247
+ so `xsd:double` is the most appropriate datatype to render them back in RDF.
13248
+ </div>
13249
+
13250
</section>
13251
13252
<section>
0 commit comments