File tree 1 file changed +4
-8
lines changed 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -468,14 +468,10 @@ <h2>Design Goals and Rationale</h2>
468
468
<section class="informative">
469
469
<h2>Data Model Overview</h2>
470
470
471
- <p>Generally speaking, the data model described by a
472
- <a>JSON-LD document</a> is a labeled,
473
- directed <a>graph</a>. The graph contains
474
- <a>nodes</a>, which are connected by
475
- directed-arcs. A <a>node</a> is typically data
476
- such as a <a>string</a>, <a>number</a>,
477
- <a>typed values</a> (like dates and times)
478
- or an <a>IRI</a>.</p>
471
+ <p>Generally speaking, the data model described by a <a>JSON-LD document</a> is a labeled, directed <a>graph</a>.
472
+ The graph contains <a>nodes</a>, which are connected by directed-arcs.
473
+ A node is either a <a>resource</a> with <a>properties</a>, or the data values of those properties including
474
+ <a>strings</a>, <a>numbers</a>, <a>typed values</a> (like dates and times) and <a>IRIs</a>.</p>
479
475
<p class="changed">Within a directed graph, nodes may
480
476
be <em>unnamed</em>, i.e., not identified by an <a>IRI</a> or representing
481
477
data such as <a>strings</a> or <a>numbers</a>. Such nodes are called <a>blank nodes</a>,
You can’t perform that action at this time.
0 commit comments