@@ -721,6 +721,11 @@ <h1>Basic Concepts</h1>
721
721
to work with for human developers. To address this issue, JSON-LD introduces the notion
722
722
of a < a > context</ a > as described in the next section.</ p >
723
723
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
+
724
729
< section class ="informative ">
725
730
< h2 > The Context</ h2 >
726
731
@@ -1523,18 +1528,6 @@ <h2>Specifying the Type</h2>
1523
1528
from setting one or more types on a < a > node object</ a > , as the former does not result in
1524
1529
new data being added to the graph, while the later manages node types
1525
1530
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
-
1538
1531
</ section >
1539
1532
</ section >
1540
1533
0 commit comments