Skip to content

Commit

Permalink
Specify exceptions to useNativeTypes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Nov 12, 2024
1 parent 52a47a4 commit 17edb1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5166,6 +5166,14 @@ <h3>Overview</h3>
<li>
<code>xsd:integer</code> or <code>xsd:double</code> are converted
to <a>JSON numbers</a>,
<ul>
<li>
unless such a conversion is impossible, for instance, in cases like
<code>"+INF"^^xsd:double</code>, in which instance <a data-link-for="JsonLdOptions">useNativeTypes</a> flag is ignored,
and the literal value is kept in string form,
in accordance with <a data-cite="RFC8785#section-appendix.d">RFC 8785, Appendix D. Dealing with Big Numbers</a>.
</li>
</ul>
</li>
<li>and <a>RDF literals</a>
with a <a>datatype IRI</a>
Expand Down

0 comments on commit 17edb1b

Please sign in to comment.