Skip to content

Commit b5c2287

Browse files
committed
Improve data model overview.
For #225.
1 parent de35314 commit b5c2287

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,10 @@ <h2>Design Goals and Rationale</h2>
468468
<section class="informative">
469469
<h2>Data Model Overview</h2>
470470

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>
479475
<p class="changed">Within a directed graph, nodes may
480476
be <em>unnamed</em>, i.e., not identified by an <a>IRI</a> or representing
481477
data such as <a>strings</a> or <a>numbers</a>. Such nodes are called <a>blank nodes</a>,

0 commit comments

Comments
 (0)