Skip to content

Commit

Permalink
Functions just return Internal Representation, they do not convert an…
Browse files Browse the repository at this point in the history
…ything
  • Loading branch information
anatoly-scherbakov committed Jul 24, 2024
1 parent d9b7e0d commit 654bfa7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5788,9 +5788,7 @@ <h3>Algorithm</h3>
to the provided <var>context</var>.</li>
</ol>
</li>
<li>Resolve the <var>promise</var> with <var>compacted output</var>
<span class="changed">transforming <var>compacted output</var> from the
<a>internal representation</a> to an object representation</span>.</li>
<li>Resolve the <var>promise</var> with <var>compacted output</var></li>
</ol>

<dl class="parameters">
Expand Down Expand Up @@ -5873,9 +5871,7 @@ <h3>Algorithm</h3>
set <var>expanded output</var> to an <a>array</a> containing only <var>expanded output</var>.</li>
</ol>
</li>
<li>Resolve the <var>promise</var> with <var>expanded output</var>
<span class="changed">transforming <var>expanded output</var> from the
<a>internal representation</a> to an Object Representation</span>.</li>
<li>Resolve the <var>promise</var> with <var>expanded output</var>.</li>
</ol>

<dl class="parameters">
Expand Down Expand Up @@ -5978,9 +5974,7 @@ <h3>Algorithm</h3>
<a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF as JSON-LD Algorithm</a> method
using <a data-lt="jsonldprocessor-fromRdf-input">dataset</a>
and <a data-lt="jsonldprocessor-fromRdf-options">options</a>.</li>
<li>Resolve the <var>promise</var> with <var>expanded result</var>
<span class="changed">transforming <var>expanded result</var> from the
<a>internal representation</a> to an Object Representation</span>.</li>
<li>Resolve the <var>promise</var> with <var>expanded result</var>.</li>
</ol>

<dl class="parameters">
Expand Down

0 comments on commit 654bfa7

Please sign in to comment.