Skip to content

Commit 936b448

Browse files
committed
Remove redundant statement from Expansion algorithm
This addresses #165.
1 parent 9a50289 commit 936b448

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -801,10 +801,6 @@ <h2>Expansion Algorithm</h2>
801801
otherwise set it to the result of expanding <em>property</em> according to the steps
802802
outlined in <a href="#iri-expansion">IRI Expansion</a> (passing <code>true</code> for
803803
the <em>vocabRelative</em> flag).</li>
804-
<li>If <em>expanded property</em> is <tref>null</tref>, skip the
805-
current <em>property</em>-<em>value</em> pair and continue to the
806-
next <em>property</em>-<em>value</em> pair in <em>element</em>.
807-
</li>
808804
<li>If <em>expanded property</em> is a <tref>keyword</tref>, process it as
809805
follows:
810806
<ol class="algorithm">
@@ -840,8 +836,9 @@ <h2>Expansion Algorithm</h2>
840836
<li>Continue with the next <em>property</em>-<em>value</em> pair from <em>element</em>.</li>
841837
</ol>
842838
</li>
843-
<li>If <em>expanded property</em> is not an <tref>absolute IRI</tref>,i.e., it doesn't contain a colon,
844-
continue with the next member from <em>element</em>.</li>
839+
<li>If <em>expanded property</em> is neither a <tref>blank node identifier</tref> nor an
840+
<tref>absolute IRI</tref>,i.e., it is <tref>null</tref> or does not contain a colon
841+
(<code>:</code>), continue with the next member from <em>element</em>.</li>
845842
<li>Otherwise, if <em>property's</em> <tref>container mapping</tref> is set to
846843
<code>@language</code>
847844
<ol class="algorithm">

0 commit comments

Comments
 (0)