@@ -809,10 +809,10 @@ <h2>The Context</h2>
809
809
losing accuracy.</p>
810
810
811
811
<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>
813
813
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.
816
816
Strings that have the form of
817
817
an absolute IRI (e.g., containing a `":"`) should not be used as terms.</span></p>
818
818
@@ -955,8 +955,8 @@ <h2>The Context</h2>
955
955
This has the advantage that documents can be processed even in the
956
956
absence of a connection to the Web. Ultimately, this is a modeling decision
957
957
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>
960
960
961
961
<aside class="example ds-selector-tabs"
962
962
title="In-line context definition">
@@ -1656,7 +1656,7 @@ <h1>Advanced Concepts</h1>
1656
1656
further discussion.</p></dd>
1657
1657
<dt>Property nesting</dt>
1658
1658
<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
1660
1660
these are referred to as <a>nested properties</a> and are described in <a
1661
1661
href="#nested-properties" class="sectionRef"></a>.</p></dd>
1662
1662
<dt>Referencing objects</dt>
@@ -7432,7 +7432,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
7432
7432
access the German version of the <strong>label</strong> using the
7433
7433
following code snippet: <code>obj.label.de</code>,
7434
7434
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>
7436
7436
7437
7437
<p>The value of <code>@container</code> can also
7438
7438
be an array containing both <code>@language</code> and <code>@set</code>.
0 commit comments