Skip to content

Commit 995d993

Browse files
committed
More note referencing Advanced Aoncepts to the end of the Basic Concepts introduction.
1 parent 44038f7 commit 995d993

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

index.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,11 @@ <h1>Basic Concepts</h1>
721721
to work with for human developers. To address this issue, JSON-LD introduces the notion
722722
of a <a>context</a> as described in the next section.</p>
723723

724+
<p>This section only covers the most basic features of JSON-LD. More advanced features,
725+
including <a>typed values</a>, <a href="#indexed-values">indexed values</a>, and <a>named graphs</a>,
726+
can be found in <a class="sectionRef" href="#advanced-concepts"></a>.</p>
727+
728+
724729
<section class="informative">
725730
<h2>The Context</h2>
726731

@@ -1523,18 +1528,6 @@ <h2>Specifying the Type</h2>
15231528
from setting one or more types on a <a>node object</a>, as the former does not result in
15241529
new data being added to the graph, while the later manages node types
15251530
through adding additional relationships to the graph.</p>
1526-
1527-
<p class="note">This section only covers the most basic features associated with
1528-
types in JSON-LD. It is worth noting that the <code>@type</code>
1529-
<a>keyword</a> is not only used to specify the type of a
1530-
<a>node</a> but also to express <a>typed values</a>
1531-
(as described in <a class="sectionRef" href="#typed-values"></a>) and to
1532-
<a data-lt="coercion">type coerce</a> values (as described in
1533-
<a class="sectionRef" href="#type-coercion"></a>). Specifically, <code>@type</code>
1534-
cannot be used in a <a>context</a> to define a <a>node</a>'s
1535-
type. For a detailed description of the differences, please refer to
1536-
<a class="sectionRef" href="#typed-values"></a>.</p>
1537-
15381531
</section>
15391532
</section>
15401533

0 commit comments

Comments
 (0)