Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h2>RDF Graphs</h2>
<p>An <dfn class="export">RDF graph</dfn> is a set of <a>RDF triples</a>.</p>

<p>An [=RDF triple=] that is an element of an [=RDF graph=] is also said to be <dfn id="dfn-asserted-triple" class=export data-lt="asserted triple|asserted triples" data-lt-no-plural=""
>asserted</dfn> in that [=RDF graph=]
>asserted</dfn> in that [=RDF graph=].
</p>

<section id="section-triples">
Expand Down Expand Up @@ -883,6 +883,11 @@ <h3>Triples</h3>

<p>The three components (|s|, |p|, |o|) of an [=RDF triple=] are respectively called the <dfn class=export >subject</dfn>, <dfn class=export >predicate</dfn> and <dfn class=export >object</dfn> of the triple.</p>

<p class="note">The definition of <a>triple</a> is recursive.
That is, a <a>triple</a> can itself have an
<a>object</a> component which is another <a>triple</a>.
However, by this definition, cycles of <a>triples</a> cannot be created.</p>

<p>The set of <span id="dfn-rdf-node"></span><span id="dfn-nodes"></span><dfn id="dfn-node" class="export" data-lt="RDF node">nodes</dfn> of an <a>RDF graph</a>
is the set of <a>subjects</a> and <a>objects</a> of the <a>asserted triples</a> of the graph.
It is possible for a [=predicate=] [=IRI=] to also occur as a [=node=] in
Expand All @@ -898,11 +903,6 @@ <h3>Triples</h3>
<li>|o| and <var>o'</var> are [=RDF term equality|equal=].</li>
</ul>


<p class="note">The definition of <a>triple</a> is recursive.
That is, a <a>triple</a> can itself have an
<a>object</a> component which is another <a>triple</a>.
However, by this definition, cycles of <a>triples</a> cannot be created.</p>
</section>

<section id="section-terms">
Expand Down
Loading