Fixed language describing how JSON numbers map to XML Schema.
--- a/spec/latest/json-ld/index.html Sun Jun 30 13:32:03 2013 -0400
+++ b/spec/latest/json-ld/index.html Sun Jun 30 13:53:41 2013 -0400
@@ -3187,11 +3187,11 @@
<p class="note">All JSON numbers and booleans can be mapped to XML Schema
datatypes, which are built-in datatypes in the RDF model.
- JSON whole numbers map to <code>xsd:integer</code> and arbitrarily-precise
- numbers map to <code>xsd:double</code>. JSON numbers are described as
- extensions to the RDF data model because they combine the value space of
- <code>xsd:integer</code> and <code>xsd:double</code> into a single value
- space. JSON booleans may be mapped to XML Schema using the
+ Non-decimal JSON numbers map to <code>xsd:integer</code> and arbitrarily
+ precise decimal numbers map to <code>xsd:double</code>. JSON numbers are
+ described as extensions to the RDF data model because they combine the value
+ space of <code>xsd:integer</code> and <code>xsd:double</code> into a single
+ value space. JSON booleans may be mapped to XML Schema using the
<code>xsd:boolean</code> datatype. JSON booleans are described as extensions
to the RDF data model because, while they have the same value space,
they omit the values of <code>0</code> and <code>1</code> from the