Skip to content

Commit 38772eb

Browse files
committed
Move note on type coercion as distinct from specifying the type of a node.
1 parent fcf9261 commit 38772eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,11 +1548,6 @@ <h2>Specifying the Type</h2>
15481548
<p class="changed">Typed values can also be defined implicitly, by specifying
15491549
<code>@type</code> in an expanded term definition.
15501550
This is covered more fully in <a class="sectionRef" href="#type-coercion"></a>.</p>
1551-
1552-
<p class="note">The ability coerce a value using a <a>term definition</a> is distinct
1553-
from setting one or more types on a <a>node object</a>, as the former does not result in
1554-
new data being added to the graph, while the later manages node types
1555-
through adding additional relationships to the graph.</p>
15561551
</section>
15571552
</section>
15581553

@@ -3692,6 +3687,11 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
36923687
<a>compact IRI</a> or <a>absolute IRI</a> if a colon is present; otherwise, they are interpreted
36933688
as <a>relative IRI</a>.</p>
36943689

3690+
<p class="note">The ability coerce a value using a <a>term definition</a> is distinct
3691+
from setting one or more types on a <a>node object</a>, as the former does not result in
3692+
new data being added to the graph, while the later manages node types
3693+
through adding additional relationships to the graph.</p>
3694+
36953695
<p><a>Terms</a> or <a>compact IRIs</a> used as the value of a
36963696
<code>@type</code> key may be defined within the same context. This means that one may specify a
36973697
<a>term</a> like <code>xsd</code> and then use <code>xsd:integer</code> within the same

0 commit comments

Comments
 (0)