Skip to content

Commit 5d8ac8b

Browse files
committed
early note that not all triples are asserted
Bob DuCharme's 3nd comment https://www.w3.org/mid/[email protected]
1 parent 22c49ff commit 5d8ac8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ <h3>Resources and Statements</h3>
182182
<p>Asserting an <a>RDF triple</a> says that <em>some relationship,
183183
indicated by the <a>predicate</a>, holds between the
184184
<a>resources</a> <a>denoted</a> by
185-
the <a>subject</a> and <a>object</a></em>. This statement corresponding
185+
the <a>subject</a> and <a>object</a></em>
186+
This statement corresponding
186187
to an RDF triple is known as an <dfn data-local-lt="statement">RDF statement</dfn>.
188+
(As we shall see <a href="#section-triple-terms-reification">below</a>, not all triples are asserted.)
187189
The predicate itself is an <a>IRI</a> and denotes a <dfn class="export">property</dfn>,
188190
that is, a <a>resource</a> that can be thought of as a binary relation.
189191
(Relations that involve more than two entities can only be

0 commit comments

Comments
 (0)