File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -801,10 +801,6 @@ <h2>Expansion Algorithm</h2>
801
801
otherwise set it to the result of expanding < em > property</ em > according to the steps
802
802
outlined in < a href ="#iri-expansion "> IRI Expansion</ a > (passing < code > true</ code > for
803
803
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 >
808
804
< li > If < em > expanded property</ em > is a < tref > keyword</ tref > , process it as
809
805
follows:
810
806
< ol class ="algorithm ">
@@ -840,8 +836,9 @@ <h2>Expansion Algorithm</h2>
840
836
< li > Continue with the next < em > property</ em > -< em > value</ em > pair from < em > element</ em > .</ li >
841
837
</ ol >
842
838
</ 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 >
845
842
< li > Otherwise, if < em > property's</ em > < tref > container mapping</ tref > is set to
846
843
< code > @language</ code >
847
844
< ol class ="algorithm ">
You can’t perform that action at this time.
0 commit comments