Skip to content

Commit a8a9101

Browse files
Specify exceptions to useNativeTypes flag
1 parent 2afced9 commit a8a9101

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

+8
Original file line numberDiff line numberDiff line change
@@ -5166,6 +5166,14 @@ <h3>Overview</h3>
51665166
<li>
51675167
<code>xsd:integer</code> or <code>xsd:double</code> are converted
51685168
to <a>JSON numbers</a>,
5169+
<ul>
5170+
<li>
5171+
unless such a conversion is impossible, for instance, in cases like
5172+
<code>"+INF"^^xsd:double</code>, in which instance <a data-link-for="JsonLdOptions">useNativeTypes</a> flag is ignored,
5173+
and the literal value is kept in string form,
5174+
in accordance with <a data-cite="RFC8785#section-appendix.d">RFC 8785, Appendix D</a>.
5175+
</li>
5176+
</ul>
51695177
</li>
51705178
<li>and <a>RDF literals</a>
51715179
with a <a>datatype IRI</a>

0 commit comments

Comments
 (0)