Change the default value of "use native types" flag to false
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 07 Jun 2013 12:45:10 +0200
changeset 1697 1ddb852e5aec
parent 1696 2f264db7ec31
child 1698 c5e90f35a96b
Change the default value of "use native types" flag to false

This addresses RDF-ISSUE-129. See http://www.w3.org/2011/rdf-wg/track/issues/129

@msporny @niklasl @gkellogg @dlongley @sandhawk What should we do with the tests now? Should we duplicate (the ones affected by this change) and specify the value of the flag in the test?
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Jun 07 12:35:17 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri Jun 07 12:45:10 2013 +0200
@@ -182,6 +182,8 @@
 
   <ul>
     <li>Ensure determinism of the Convert to RDF Algorithm by specifying the processing order</li>
+    <li>Change the default value of the <em>use native types</em> flag in the Convert from RDF Algorithm
+      to <code>false</code></li>
   </ul>
 </section>
 
@@ -3378,7 +3380,7 @@
       <h2>Algorithm</h2>
 
       <p>The algorithm takes two required inputs: an <tref>RDF dataset</tref> and a flag
-        <i>use native types</i> that defaults to <tref>true</tref>.</p>
+        <i>use native types</i> that defaults to <tref>false</tref>.</p>
 
       <ol class="algorithm">
         <li>Initialize <i>default graph</i> to an empty <tref>JSON object</tref>.</li>