Skip to content

Commit 0a694d6

Browse files
committed
Don't define _context map_, and other tweaks.
1 parent 5e28549 commit 0a694d6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

common/terms.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,11 @@
113113
Its value may be a <a>map</a> for a <a data-cite="JSON-LD11#dfn-context-definition">context definition</a>,
114114
as an <a>IRI</a>, or as an <a>array</a> combining either of the above.
115115
</dd>
116-
<dt><dfn>context map</dfn></dt><dd>
117-
An embedded <a>context</a> is a <a>map</a> composed of a combintation of
118-
<a>term definitions</a>, a <a>vocabulary mapping</a>, a <a>base IRI</a> and <a>default language</a>.
119-
An <a>embedded context</a> may appear as part of a <a>node object</a> or <a>value object</a> using the
120-
<code>@context</code> <a>entry</a>.
121-
</dd>
122116
<dt><dfn class="preserve">scoped context</dfn></dt><dd>
123117
A <a>scoped context</a> is part of an <a>expanded term definition</a> using the
124118
<code>@context</code> <a>entry</a>. It has the same form as an <a>embedded context</a>.
125-
When the term is used as a type, it is a <dfn class="preserve">type-scoped context</dfn>,
126-
when used as a property it is a <dfn class="preserve">property-scoped context</dfn>.
119+
When the term is used as a type, it defines a <dfn class="preserve">type-scoped context</dfn>,
120+
when used as a property it defines a <dfn class="preserve">property-scoped context</dfn>.
127121
</dd>
128122
<dt><dfn>expanded term definition</dfn></dt><dd>
129123
An expanded term definition is a <a>term definition</a>

0 commit comments

Comments
 (0)