File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12336,7 +12336,7 @@ <h3>Serializing/Deserializing RDF</h3>
12336
12336
<li>Flatten the document, which turns the document into an array of
12337
12337
<a>node objects</a>. Flattening is discussed
12338
12338
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>
12340
12340
</ol>
12341
12341
12342
12342
<p>For example, consider the following JSON-LD document in compact form:</p>
@@ -12390,7 +12390,7 @@ <h3>Serializing/Deserializing RDF</h3>
12390
12390
</pre>
12391
12391
12392
12392
<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
12394
12394
expressed in Turtle as follows:</p>
12395
12395
12396
12396
<pre class="example" data-transform="updateExample"
You can’t perform that action at this time.
0 commit comments