Skip to content

Commit 4f5d5ac

Browse files
pchampingkellogg
authored andcommitted
restore broken dfn anchors
these IDs were modified by #215, causing problems in other specs (see #221).
1 parent 97140a2 commit 4f5d5ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,11 +608,11 @@ <h3>RDF Version Announcement</h3>
608608
<p>This specification establishes two conformance levels:</p>
609609

610610
<ul>
611-
<li><dfn class="export" data-local-lt="full">Full conformance</dfn>
611+
<li><dfn id="dfn-full" class="export" data-local-lt="full">Full conformance</dfn>
612612
supports <a data-lt="RDF graph">graphs</a> and <a data-lt="RDF dataset">datasets</a>
613613
with <a>triples</a> that contain <a>triple terms</a>.
614614
</li>
615-
<li><dfn class="export" data-local-lt="basic">Basic conformance</dfn>
615+
<li><dfn id="dfn-basic" class="export" data-local-lt="basic">Basic conformance</dfn>
616616
only supports <a data-lt="RDF graph">graphs</a> or <a data-lt="RDF dataset">datasets</a>
617617
with <a>triples</a> that do not contain <a>triple terms</a>.</li>
618618
</ul>
@@ -758,7 +758,7 @@ <h3>Triples</h3>
758758

759759
<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>
760760

761-
<p>The set of <span id="dfn-nodes"><!-- obsolete term--></span><dfn class="export" data-lt="RDF node">nodes</dfn> of an <a>RDF graph</a>
761+
<p>The set of <span id="dfn-nodes"><!-- obsolete term--></span><dfn id="dfn-node" class="export" data-lt="RDF node">nodes</dfn> of an <a>RDF graph</a>
762762
is the set of <a>subjects</a> and <a>objects</a> of the <a>asserted triples</a> of the graph.
763763
It is possible for a [=predicate=] [=IRI=] to also occur as a [=node=] in
764764
the same graph.</p>

0 commit comments

Comments
 (0)