Skip to content

Commit 5302c0c

Browse files
pchampingkellogg
authored andcommitted
typos and minor improvements
1 parent dbfd7c4 commit 5302c0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,10 @@ <h2>The Context</h2>
809809
losing accuracy.</p>
810810

811811
<p>Simply speaking, a <a>context</a> is used to map <a>terms</a> to <a>IRIs</a>.
812-
<a>Terms</a> are case sensitive and most any valid <a>string</a> that is not a reserved JSON-LD <a>keyword</a>
812+
<a>Terms</a> are case sensitive and most valid <a>strings</a> that are not reserved JSON-LD <a>keywords</a>
813813
can be used as a <a>term</a>.
814-
<span class="changed">The empty string `""` and strings that have the form
815-
of a keyword (e.g., staring with `"@"`) must not be used as terms.
814+
<span class="changed">Exceptions are the empty string `""` and strings that have the form
815+
of a keyword (i.e., staring with `"@"`), which must not be used as terms.
816816
Strings that have the form of
817817
an absolute IRI (e.g., containing a `":"`) should not be used as terms.</span></p>
818818

@@ -955,8 +955,8 @@ <h2>The Context</h2>
955955
This has the advantage that documents can be processed even in the
956956
absence of a connection to the Web. Ultimately, this is a modeling decision
957957
and different use cases may require different handling.
958-
See See <a href="#iana-security">Security Considerations</a> in <a href="#iana-considerations" class="sectionRef"></a>
959-
for a discussion other considerations for using remote contexts.</p>
958+
See <a href="#iana-security">Security Considerations</a> in <a href="#iana-considerations" class="sectionRef"></a>
959+
for a discussion on using remote contexts.</p>
960960

961961
<aside class="example ds-selector-tabs"
962962
title="In-line context definition">
@@ -1656,7 +1656,7 @@ <h1>Advanced Concepts</h1>
16561656
further discussion.</p></dd>
16571657
<dt>Property nesting</dt>
16581658
<dd><p>Another JSON idiom often found in APIs is to use an
1659-
intermediate object to to group together related properties of an object; in JSON-LD
1659+
intermediate object to group together related properties of an object; in JSON-LD
16601660
these are referred to as <a>nested properties</a> and are described in <a
16611661
href="#nested-properties" class="sectionRef"></a>.</p></dd>
16621662
<dt>Referencing objects</dt>
@@ -7432,7 +7432,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
74327432
access the German version of the <strong>label</strong> using the
74337433
following code snippet: <code>obj.label.de</code>,
74347434
which, again, is only appropriate when languages are limited to the
7435-
primary language sub-tag and do not depend on other sub-tags, such as `"en-us"`.</p>
7435+
primary language sub-tag and do not depend on other sub-tags, such as `"de-at"`.</p>
74367436

74377437
<p>The value of <code>@container</code> can also
74387438
be an array containing both <code>@language</code> and <code>@set</code>.

0 commit comments

Comments
 (0)