Skip to content

Commit c554de4

Browse files
committed
RDF triples => triples.
1 parent cfe1d96 commit c554de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12336,7 +12336,7 @@ <h3>Serializing/Deserializing RDF</h3>
1233612336
<li>Flatten the document, which turns the document into an array of
1233712337
<a>node objects</a>. Flattening is discussed
1233812338
further in <a class="sectionRef" href="#flattened-document-form"></a>.</li>
12339-
<li>Turn each <a>node object</a> into a series of <a>RDF triples</a>.</li>
12339+
<li>Turn each <a>node object</a> into a series of <a>triples</a>.</li>
1234012340
</ol>
1234112341

1234212342
<p>For example, consider the following JSON-LD document in compact form:</p>
@@ -12390,7 +12390,7 @@ <h3>Serializing/Deserializing RDF</h3>
1239012390
</pre>
1239112391

1239212392
<p>Deserializing this to RDF now is a straightforward process of turning
12393-
each <a>node object</a> into one or more RDF triples. This can be
12393+
each <a>node object</a> into one or more <a>triples</a>. This can be
1239412394
expressed in Turtle as follows:</p>
1239512395

1239612396
<pre class="example" data-transform="updateExample"

0 commit comments

Comments
 (0)