File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -581,6 +581,17 @@ <h4>Terminology</h4>
581
581
<a data-cite="RDF12-CONCEPTS#dfn-rdf-term">RDF term</a>
582
582
</li>
583
583
</ul>
584
+
585
+ <p>
586
+ Blank node identifiers are
587
+ <a data-cite="?RDF12-CONCEPTS#note-bnode-id">part of
588
+ SPARQL and RDF concrete serializations</a>.
589
+ In this document, the syntax form "<code>_:abc</code>" is used where the
590
+ <a data-cite="RDF12-CONCEPTS#dfn-blank-node-identifier">blank node identifier</a>
591
+ is <code>abc</code>. and the "<code>_:</code>" is
592
+ the Turtle and SPARQL syntax used to introduce blank nodes with
593
+ identifiers.
594
+ </p>
584
595
</section>
585
596
</section>
586
597
</section>
@@ -1278,7 +1289,7 @@ <h4>Syntax for Blank Nodes</h4>
1278
1289
foaf:mbox <mailto:
[email protected] > ]
1279
1290
</pre>
1280
1291
<p>This is the same as writing the following basic graph pattern for some uniquely
1281
- allocated blank node identifier, " <code>b18</code>" :</p>
1292
+ allocated blank node identifier in the syntax <code>_: b18</code>:</p>
1282
1293
<pre class="query nohighlight">
1283
1294
_:b18 foaf:name ?name .
1284
1295
_:b18 foaf:mbox <mailto:
[email protected] > .
You can’t perform that action at this time.
0 commit comments