Skip to content

Commit f947ae9

Browse files
committed
Update definition for _vocabulary mapping_ to specifically allow compact IRI and term.
For #184.
1 parent 48beb5c commit f947ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,6 @@
350350
A <a>value object</a> is a <a>map</a> that has an <code>@value</code> <a>entry</a>.</dd>
351351
<dt><dfn data-cite="JSON-LD11#dfn-vocabulary-mapping" class="preserve">vocabulary mapping</dfn></dt><dd>
352352
The vocabulary mapping is set in the <a>context</a> using the <code>@vocab</code> key
353-
whose value MUST be an <a>IRI</a> or <code>null</code>.</dd>
353+
whose value MUST be an <a>IRI</a>, a <a>compact IRI</a>, a <a>term</a>, or <code>null</code>.</dd>
354354
</dl>
355355
</section>

0 commit comments

Comments
 (0)