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
The <code>@prefix</code> keyword MUST NOT be aliased, and MAY be used as a key in an <a>expanded term definition</a>.
9356
+
Its value MUST be <code>true</code> or <code>false</code>.
9357
+
See <aclass="sectionRef" href="#compact-iris"></a>
9358
+
and <aclass="sectionRef" href="#context-definitions"></a>
9359
+
for a further discussion.
9360
+
</dd>
9361
+
<dt><code>@reverse</code></dt><dd>
9362
+
The <code>@reverse</code> keyword MAY be aliased and MAY be used as a key in a <a>node object</a>.
9363
+
The unaliased <code>@reverse</code> MAY be used as a key in an <a>expanded term definition</a>.
9364
+
The value of the <code>@reverse</code> key MUST be an <a>absolute IRI</a>, a <a>relative IRI</a>,
9365
+
or a <a>compact IRI</a> (including <a>blank node identifiers</a>).
9366
+
See <aclass="sectionRef" href="#reverse-properties"></a> and
9367
+
<aclass="sectionRef" href="#context-definitions"></a> for further discussion.
9368
+
</dd>
9369
+
<dt><code>@set</code></dt><dd>
9370
+
The <code>@set</code> keyword MAY be aliased and MUST be used as a key in a <a>set object</a>.
9371
+
The unaliased <code>@set</code> MAY be used as the value of the <code>@container</code> key within an <a>expanded term definition</a>.
9372
+
Its value MUST be one of the following:
9373
+
<ul>
9374
+
<li><a>string</a>,</li>
9375
+
<li><a>number</a>,</li>
9376
+
<li><a>true</a>,</li>
9377
+
<li><a>false</a>,</li>
9378
+
<li><a>null</a>,</li>
9379
+
<li><a>node object</a>,</li>
9380
+
<li><a>value object</a>, or</li>
9381
+
<li>an <a>array</a> of zero or more of the above possibilities</li>
9382
+
</ul>
9383
+
9384
+
<p>See <aclass="sectionRef" href="#sets-and-lists"></a> for further discussion on sets and lists.</p>
9385
+
</dd>
9386
+
<dt><code>@type</code></dt><dd>
9387
+
The <code>@type</code> keyword MAY be aliased and MAY be used as a key in a <a>node object</a> or a <a>value object</a>.
9388
+
The unaliased <code>@type</code> MAY be used as a key in an <a>expanded term definition</a>,
9389
+
or as the value of the <code>@container</code> key within an <a>expanded term definition</a>.
9390
+
The value of the <code>@type</code> key MUST be a <a>term</a>, <a>absolute IRI</a>, a <a>relative IRI</a>,
9391
+
or a <a>compact IRI</a> (including <a>blank node identifiers</a>).
9392
+
Within an expanded term definition, its value may also be either <code>@id</code> or <code>@vocab</code>.
9393
+
This keyword is described further in <aclass="sectionRef" href="#specifying-the-type"></a>
9394
+
and <aclass="sectionRef" href="#typed-values"></a>.
9395
+
</dd>
9396
+
<dt><code>@value</code></dt><dd>
9397
+
The <code>@value</code> keyword MAY be aliased and MUST be used as a key in a <a>value object</a>.
9398
+
Its value key MUST be either a <a>string</a>, a <a>number</a>, <a>true</a>, <a>false</a> or <a>null</a>.
9399
+
This keyword is described further in <aclass="sectionRef" href="#value-objects"></a>.
9400
+
</dd>
9401
+
<dt><code>@version</code></dt><dd>
9402
+
The <code>@version</code> keyword MUST NOT be aliased and MAY be used as a key in a <a>context definition</a>.
9403
+
Its value MUST be a <a>number</a> with the value <code>1.1</code>.
9404
+
This keyword is described further in <aclass="sectionRef" href="#context-definitions"></a>.
9405
+
</dd>
9406
+
<dt><code>@vocab</code></dt><dd>
9407
+
The <code>@vocab</code> keyword MUST NOT be aliased and MAY be used as a key in a <a>context definition</a>
9408
+
or as the value of <code>@type</code> in an <a>expanded term definition</a>.
9409
+
Its value MUST be a <a>absolute IRI</a>, a <a>compact IRI</a>, a <a>blank node identifier</a>, an empty <a>string</a> (""), a <a>term</a>, or <a>null</a>.
9410
+
This keyword is described further in <aclass="sectionRef" href="#context-definitions"></a>,
9411
+
and <aclass="sectionRef" href="#default-vocabulary"></a>.
0 commit comments