Skip to content

Commit 780e0d2

Browse files
pchampingkellogg
authored andcommitted
JSON-LD values and list are not a kinds of node in RDF
Furthermore, in RDF, the node representing a list (with an `rdf:first` and `rdf:rest` property) *is* actually a blank node.
1 parent 7a75e0d commit 780e0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
The <a>base IRI</a> is used to turn <a>relative IRIs</a> into <a>absolute IRIs</a>.</dd>
8989
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-blank-node" class="preserve">blank node</dfn></dt><dd>
9090
A <a>node</a> in a <a>graph</a> that is neither an <a>IRI</a>,
91-
nor a <a>JSON-LD value</a>, nor a <a>list</a>.
91+
nor a <a>literal</a>.
9292
A <a>blank node</a> does not contain
9393
a de-referenceable identifier because it is either ephemeral in nature
9494
or does not contain information that needs to be linked to from outside of the <a>linked data graph</a>.

0 commit comments

Comments
 (0)