Remove additional context in toRDF() as it is not used
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 29 Apr 2012 20:56:13 -0700
changeset 589 d435fafa2f45
parent 587 dfc85a1f6587
child 590 530e1d7fc915
child 609 10f3c55fb964
Remove additional context in toRDF() as it is not used

If we would leave it in there, we should also add it to expand(). In any case, it should probably be move to JsonLdOptions. (reverse-merged from commit 024d10cc5ac97d0b5c942cae14ca3a73f54ab248)
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun Apr 29 23:51:35 2012 -0400
+++ b/spec/latest/json-ld-api/index.html	Sun Apr 29 20:56:13 2012 -0700
@@ -633,6 +633,9 @@
           <dt>object or object[] or URL input</dt>
           <dd>The JSON-LD object or array of JSON-LD objects to convert to RDF or an <tref>IRI</tref>
             referencing the JSON-LD document to convert to RDF.</dd>
+          <dt>ObjectOrURL? context</dt>
+          <dd>An external context to use additionally to the context embedded in
+            <code>input</code> when expanding the <code>input</code>.</dd>
           <dt>StatementCallback callback</dt>
           <dd>A callback that is called when a <a>Statement</a> is created from processing
             the given <code>input</code>.</dd>