@@ -615,7 +615,7 @@ <h2>Syntax Tokens and Keywords</h2>
615
615
Setting this to `false` causes term definitions created within that context
616
616
to be removed when entering a new <a>node object</a>.</dd>
617
617
<dt class="changed">`@protected`</dt><dd class="changed">
618
- Used to prevent <a>term definitions</a> of a context to be overriden by other contexts.
618
+ Used to prevent <a>term definitions</a> of a context to be overridden by other contexts.
619
619
This keyword is described in <a class="sectionRef" href="#protected-term-definitions"></a>.
620
620
<dt class="changed">`@import`</dt><dd class="changed">
621
621
Used in a <a>context definition</a> to load an external context
@@ -1347,7 +1347,7 @@ <h2>Uses of JSON Objects</h2>
1347
1347
<li><a>Numbers</a>, which describe literal numeric values,</li>
1348
1348
<li><a>Strings</a>, which may describe literal string values, or be used as the keys in a <a>JSON object</a>.</li>
1349
1349
<li><a>Boolean</a> <code>true</code> and <code>false</code>, which describe literal boolean values,</li>
1350
- <li><code>null</code>, which describes the absense of a value,</li>
1350
+ <li><code>null</code>, which describes the absence of a value,</li>
1351
1351
<li><a>Arrays</a>, which describe an ordered set of values of any type, and</li>
1352
1352
<li><a>JSON objects</a>, which provide a set of <a>map entries</a>, relating keys with values.</li>
1353
1353
</ul>
@@ -3546,7 +3546,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3546
3546
and then that term is later redefined,
3547
3547
the association of the context defined in the earlier
3548
3548
<a>expanded term definition</a> is lost
3549
- within the scope of that redefnition . This is consistent with
3549
+ within the scope of that redefinition . This is consistent with
3550
3550
<a>term definitions</a> of a term overriding previous term definitions from
3551
3551
earlier less deeply nested definitions, as discussed in
3552
3552
<a href="#advanced-context-usage" class="sectionRef"></a>.</p>
@@ -4045,7 +4045,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4045
4045
@prefix schema: <http://schema.org/>.
4046
4046
4047
4047
<https://digitalbazaar.com/> a o:Organization ;
4048
- o:membet <http://manu.sporny.org/about#manu>.
4048
+ o:member <http://manu.sporny.org/about#manu>.
4049
4049
4050
4050
<http://manu.sporny.org/about#manu> a schema:Person ;
4051
4051
schema:name "Manu Sporny".
@@ -9672,7 +9672,7 @@ <h3>Graph Containers</h3>
9672
9672
<li>Certain well-known contexts may be statically cached within a <a>documentLoader</a> implementation.
9673
9673
This might be particularly useful in embedded applications,
9674
9674
where it is not feasible, or even possible, to access remote documents.</li>
9675
- <li>For security purposes, the act of remotely retriving a document may provide a signal of application behavior.
9675
+ <li>For security purposes, the act of remotely retrieving a document may provide a signal of application behavior.
9676
9676
The judicious use of a <a>documentLoader</a> can isolate the application and reduce its online fingerprint.</li>
9677
9677
</ul>
9678
9678
</section>
@@ -10205,7 +10205,7 @@ <h3>Graph Containers</h3>
10205
10205
<p>Properties with multiple values are typically represented using
10206
10206
an unordered <a>array</a>. This means that an application working
10207
10207
on an internalized representation of that JSON would need to
10208
- iterrate through the values of the array to find a value matching
10208
+ iterate through the values of the array to find a value matching
10209
10209
a particular pattern, such as a <a>language-tagged string</a>
10210
10210
using the language <code>en</code>.</p>
10211
10211
@@ -10756,7 +10756,7 @@ <h3>Graph Containers</h3>
10756
10756
10757
10757
<p>The JSON-LD 1.1 Processing Algorithms and API specification [[JSON-LD11-API]]
10758
10758
provides for an <a data-cite="JSON-LD11-API#dom-jsonldoptions-expandcontext">expandContext</a> option for specifying
10759
- a <a>context</a> to use when expanding JSON documents programatically .</p>
10759
+ a <a>context</a> to use when expanding JSON documents programmatically .</p>
10760
10760
10761
10761
<p>The following example demonstrates the use of an external context with an
10762
10762
ordinary JSON document over HTTP:</p>
@@ -10845,7 +10845,7 @@ <h3>Graph Containers</h3>
10845
10845
-->
10846
10846
</pre>
10847
10847
10848
- <p>A processor seeing a non-JSON result will note the presense of the link header
10848
+ <p>A processor seeing a non-JSON result will note the presence of the link header
10849
10849
and load that document instead.</p>
10850
10850
</section>
10851
10851
</section>
@@ -12008,7 +12008,7 @@ <h2>Context Definitions</h2>
12008
12008
<code class="changed">@propagate</code>,
12009
12009
<code class="changed">@protected</code>,
12010
12010
<code class="changed">@type</code>,
12011
- <code class="changed">@version</code>.
12011
+ <code class="changed">@version</code>,
12012
12012
or <code>@vocab</code>.
12013
12013
</p>
12014
12014
@@ -12612,7 +12612,7 @@ <h3>Security Considerations</h3>
12612
12612
<h3>Privacy Considerations</h3>
12613
12613
<p>The retrieval of external contexts can expose the operation of a JSON-LD processor,
12614
12614
allow intermediate nodes to fingerprint the client application through introspection of retrieved resources
12615
- (see [[?fingerprinting-guidance]]), and
12615
+ (see [[?fingerprinting-guidance]]),
12616
12616
and provide an opportunity for a man-in-the-middle attack.
12617
12617
To protect against this, publishers should consider caching remote contexts for future use,
12618
12618
or use the <a>documentLoader</a>
@@ -12649,7 +12649,7 @@ <h3>Internationalization Considerations</h3>
12649
12649
12650
12650
<section class="appendix informative"><h2>Image Descriptions</h2>
12651
12651
<section id="fig-linked-data-graph-descr" class="informative"><h3>Linked Data Dataset</h3>
12652
- <p>This secrion describes the <a href="#fig-linked-data-graph">Linked Data Dataset figure</a> in <a href="#data-model" class="sectionRef"></a>.</p>
12652
+ <p>This section describes the <a href="#fig-linked-data-graph">Linked Data Dataset figure</a> in <a href="#data-model" class="sectionRef"></a>.</p>
12653
12653
<p>The image consists of three dashed boxes, each describing a different
12654
12654
<a>linked data graph</a>. Each box consists of shapes linked with arrows describing
12655
12655
the linked data relationships.</p>
@@ -13040,7 +13040,7 @@ <h3>application/ld+json</h3>
13040
13040
<p>All other URIs starting with <code>http://www.w3.org/ns/json-ld</code>
13041
13041
are reserved for future use by JSON-LD specifications.</p>
13042
13042
<p class="note">Other specifications may publish additional profile parameter
13043
- URIs with their own defined sematics .</p>
13043
+ URIs with their own defined semantics .</p>
13044
13044
<p>
13045
13045
When used as a <a data-cite="RFC4288#section-4.3">media type parameter</a> [[RFC4288]]
13046
13046
in an <a data-cite="rfc7231#section-5.3.2">HTTP Accept header</a> [[RFC7231]],
@@ -13232,7 +13232,7 @@ <h2>Changes since 1.0 Recommendation of 16 January 2014</h2>
13232
13232
<h2>Changes since JSON-LD Community Group Final Report</h2>
13233
13233
<ul>
13234
13234
<li><a>Lists</a> may now have items which are themselves <a>lists</a>.</li>
13235
- <li>Values of <code>@type</code>, or an alais of <code>@type</code>, may now have their <code>@container</code> set to <code>@set</code>
13235
+ <li>Values of <code>@type</code>, or an alias of <code>@type</code>, may now have their <code>@container</code> set to <code>@set</code>
13236
13236
to ensure that <code>@type</code> <a>entries</a> are always represented as an array. This
13237
13237
also allows a term to be defined for <code>@type</code>, where the value MUST be a <a>map</a>
13238
13238
with <code>@container</code> set to <code>@set</code>.</li>
0 commit comments