Skip to content

Commit a6a1974

Browse files
davidlehngkellogg
authored andcommitted
Fix typos.
1 parent 6e2d99a commit a6a1974

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

common/terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>literals</a>.</dd>
127127
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-literal" data-lt="RDF literal" class="preserve">literal</dfn></dt><dd>
128128
An <a>object</a> expressed as a value such as a <a>string</a> or <a>number</a>.
129-
Implicitlly or explicitly includes a <a>datatype IRI</a> and, if the datatype is `rdf:langString`, an optional <a>language tag</a>.</dd>
129+
Implicitly or explicitly includes a <a>datatype IRI</a> and, if the datatype is `rdf:langString`, an optional <a>language tag</a>.</dd>
130130
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-named-graph" class="preserve">named graph</dfn></dt><dd>
131131
A <a>named graph</a>
132132
is a <a>linked data graph</a> that is identified by an <a>IRI</a> or <a>blank node</a>.</dd>
@@ -179,7 +179,7 @@
179179
as the <code>@context</code> <a>entry</a> of one of the following:
180180
a <a>node object</a>, a <a>value object</a>, a <a>graph object</a>, a <a>list object</a>,
181181
a <a>set object</a>, the value of a <a>nested properties</a>,
182-
or the value of an <a>expanded term definition</a></span>.
182+
or the value of an <a>expanded term definition</a>.
183183
Its value may be a <a>map</a> for a <a data-cite="JSON-LD11#dfn-context-definition">context definition</a>,
184184
as an <a>IRI</a>, or as an <a>array</a> combining either of the above.
185185
</dd>

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ <h2>Syntax Tokens and Keywords</h2>
615615
Setting this to `false` causes term definitions created within that context
616616
to be removed when entering a new <a>node object</a>.</dd>
617617
<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.
619619
This keyword is described in <a class="sectionRef" href="#protected-term-definitions"></a>.
620620
<dt class="changed">`@import`</dt><dd class="changed">
621621
Used in a <a>context definition</a> to load an external context
@@ -1347,7 +1347,7 @@ <h2>Uses of JSON Objects</h2>
13471347
<li><a>Numbers</a>, which describe literal numeric values,</li>
13481348
<li><a>Strings</a>, which may describe literal string values, or be used as the keys in a <a>JSON object</a>.</li>
13491349
<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>
13511351
<li><a>Arrays</a>, which describe an ordered set of values of any type, and</li>
13521352
<li><a>JSON objects</a>, which provide a set of <a>map entries</a>, relating keys with values.</li>
13531353
</ul>
@@ -3546,7 +3546,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
35463546
and then that term is later redefined,
35473547
the association of the context defined in the earlier
35483548
<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
35503550
<a>term definitions</a> of a term overriding previous term definitions from
35513551
earlier less deeply nested definitions, as discussed in
35523552
<a href="#advanced-context-usage" class="sectionRef"></a>.</p>
@@ -4045,7 +4045,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
40454045
@prefix schema: <http://schema.org/>.
40464046

40474047
<https://digitalbazaar.com/> a o:Organization ;
4048-
o:membet <http://manu.sporny.org/about#manu>.
4048+
o:member <http://manu.sporny.org/about#manu>.
40494049

40504050
<http://manu.sporny.org/about#manu> a schema:Person ;
40514051
schema:name "Manu Sporny".
@@ -9672,7 +9672,7 @@ <h3>Graph Containers</h3>
96729672
<li>Certain well-known contexts may be statically cached within a <a>documentLoader</a> implementation.
96739673
This might be particularly useful in embedded applications,
96749674
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.
96769676
The judicious use of a <a>documentLoader</a> can isolate the application and reduce its online fingerprint.</li>
96779677
</ul>
96789678
</section>
@@ -10205,7 +10205,7 @@ <h3>Graph Containers</h3>
1020510205
<p>Properties with multiple values are typically represented using
1020610206
an unordered <a>array</a>. This means that an application working
1020710207
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
1020910209
a particular pattern, such as a <a>language-tagged string</a>
1021010210
using the language <code>en</code>.</p>
1021110211

@@ -10756,7 +10756,7 @@ <h3>Graph Containers</h3>
1075610756

1075710757
<p>The JSON-LD 1.1 Processing Algorithms and API specification [[JSON-LD11-API]]
1075810758
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>
1076010760

1076110761
<p>The following example demonstrates the use of an external context with an
1076210762
ordinary JSON document over HTTP:</p>
@@ -10845,7 +10845,7 @@ <h3>Graph Containers</h3>
1084510845
-->
1084610846
</pre>
1084710847

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
1084910849
and load that document instead.</p>
1085010850
</section>
1085110851
</section>
@@ -12008,7 +12008,7 @@ <h2>Context Definitions</h2>
1200812008
<code class="changed">@propagate</code>,
1200912009
<code class="changed">@protected</code>,
1201012010
<code class="changed">@type</code>,
12011-
<code class="changed">@version</code>.
12011+
<code class="changed">@version</code>,
1201212012
or <code>@vocab</code>.
1201312013
</p>
1201412014

@@ -12612,7 +12612,7 @@ <h3>Security Considerations</h3>
1261212612
<h3>Privacy Considerations</h3>
1261312613
<p>The retrieval of external contexts can expose the operation of a JSON-LD processor,
1261412614
allow intermediate nodes to fingerprint the client application through introspection of retrieved resources
12615-
(see [[?fingerprinting-guidance]]), and
12615+
(see [[?fingerprinting-guidance]]),
1261612616
and provide an opportunity for a man-in-the-middle attack.
1261712617
To protect against this, publishers should consider caching remote contexts for future use,
1261812618
or use the <a>documentLoader</a>
@@ -12649,7 +12649,7 @@ <h3>Internationalization Considerations</h3>
1264912649

1265012650
<section class="appendix informative"><h2>Image Descriptions</h2>
1265112651
<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>
1265312653
<p>The image consists of three dashed boxes, each describing a different
1265412654
<a>linked data graph</a>. Each box consists of shapes linked with arrows describing
1265512655
the linked data relationships.</p>
@@ -13040,7 +13040,7 @@ <h3>application/ld+json</h3>
1304013040
<p>All other URIs starting with <code>http://www.w3.org/ns/json-ld</code>
1304113041
are reserved for future use by JSON-LD specifications.</p>
1304213042
<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>
1304413044
<p>
1304513045
When used as a <a data-cite="RFC4288#section-4.3">media type parameter</a> [[RFC4288]]
1304613046
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>
1323213232
<h2>Changes since JSON-LD Community Group Final Report</h2>
1323313233
<ul>
1323413234
<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>
1323613236
to ensure that <code>@type</code> <a>entries</a> are always represented as an array. This
1323713237
also allows a term to be defined for <code>@type</code>, where the value MUST be a <a>map</a>
1323813238
with <code>@container</code> set to <code>@set</code>.</li>

0 commit comments

Comments
 (0)