You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1591,7 +1591,7 @@ <h3>Algorithm</h3>
1591
1591
`true` for <var>vocab</var>,
1592
1592
<var>local context</var>,
1593
1593
and <var>defined</var>.
1594
-
If the result does not have the form of an <a>IRI</a> or a <a>blank node identifier</a>,
1594
+
If the result does not have the <ahref="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a> or a <a>blank node identifier</a>,
1595
1595
an <adata-link-for="JsonLdErrorCode">invalid IRI mapping</a>
1596
1596
error has been detected and processing is aborted.</li>
1597
1597
<li>If <var>value</var> contains an <code>@container</code><a>entry</a>,
@@ -3141,7 +3141,7 @@ <h3>Algorithm</h3>
3141
3141
and the <a>prefix flag</a> of the <a>term definition</a> is <code>true</code></span>,
3142
3142
return the result of concatenating the <a>IRI mapping</a>
3143
3143
associated with <var>prefix</var> and <var>suffix</var>.</li>
3144
-
<li><spanclass="changed">If <var>value</var> has the form of an <a>IRI</a></span>,
3144
+
<li><spanclass="changed">If <var>value</var> has the <ahref="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a></span>,
3145
3145
return <var>value</var>.</li>
3146
3146
</ol>
3147
3147
</li>
@@ -6827,7 +6827,7 @@ <h4>JsonLdErrorCode</h4>
6827
6827
<li>Updated the <ahref="#iri-expansion">IRI Expansion algorithm</a> so that
6828
6828
if <var>value</var> contains a colon (<code>:</code>), but
6829
6829
<var>prefix</var> is not a <a>term</a>, to only return <var>value</var>
6830
-
if it has the form of an <a>IRI</a>, otherwise fall through to
6830
+
if it has the <ahref="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a>, otherwise fall through to
6831
6831
the rest of the algorithm.</li>
6832
6832
<li>The use of <a>blank node identifiers</a> to label properties is obsolete,
6833
6833
and may be removed in a future version of JSON-LD,
@@ -6843,7 +6843,7 @@ <h4>JsonLdErrorCode</h4>
6843
6843
<strong>recursive context inclusion</strong> error with a <adata-link-for="JsonLdErrorCode">context overflow</a> error.</li>
6844
6844
<li>Added support for <code>"@type": "@none"</code> in a <a>term definition</a> to prevent value compaction.</li>
6845
6845
<li>Added support for <a>JSON literals</a>.</li>
6846
-
<li><a>Term definitions</a> with keys which are of the form of an <a>IRI</a> or a <a>compact IRI</a> MUST NOT
6846
+
<li><a>Term definitions</a> with keys which are of the <ahref="https://tools.ietf.org/html/rfc3987#section-2.2">form</a> of an <a>IRI</a> or a <a>compact IRI</a> MUST NOT
6847
6847
expand to an <a>IRI</a> other than the expansion of the key itself.</li>
6848
6848
<li>Consolidate <a>RemoteDocument</a> processing into the <a>LoadDocumentCallback</a>
0 commit comments