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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1529,10 +1529,10 @@ <h2>Specifying the Type</h2>
1529
1529
to create a <a>typed value</a>.
1530
1530
This use of <code>@type</code> is similar to that used to define the type of a <a>node object</a>,
1531
1531
but value objects are restricted to having just a single type.
1532
-
The use of @type to create typed values is discussed more fully in <aclass="sectionRef" href="#typed-values"></a>.</p>
1532
+
The use of <code>@type</code> to create typed values is discussed more fully in <aclass="sectionRef" href="#typed-values"></a>.</p>
1533
1533
1534
1534
<pclass="changed">Typed values can also be defined implicitly, by specifying
1535
-
@type in an expanded term definition.
1535
+
<code>@type</code> in an expanded term definition.
1536
1536
This is covered more fully in <aclass="sectionRef" href="#type-coercion"></a>.</p>
1537
1537
1538
1538
<pclass="note">The ability coerce a value using a <a>term definition</a> is distinct
@@ -2736,7 +2736,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
2736
2736
<pclass="changed">When <a>processing mode</a> is set to <code>json-ld-1.1</code>,
2737
2737
<code>@type</code> may be used with an <a>expanded term definition</a> with <code>@container</code> set
2738
2738
to <code>@set</code>; no other members may be set within such an <a>expanded term definition</a>.
2739
-
This is used by the <adata-cite="JSON-LD11-API#compaction-algorithm">Compaction algorithm</a> to ensure that the values of @type (or an alias)
2739
+
This is used by the <adata-cite="JSON-LD11-API#compaction-algorithm">Compaction algorithm</a> to ensure that the values of <code>@type</code> (or an alias)
2740
2740
are always represented in an <a>array</a>.</p>
2741
2741
2742
2742
<preclass="example" data-transform="updateExample" title="Setting @container: @set on @type">
0 commit comments