Skip to content

Commit 7dc51c4

Browse files
gkelloggTallTed
andauthored
Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 15feea8 commit 7dc51c4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

spec/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3>Quoted Triples</h3>
215215
</figcaption>
216216
</figure>
217217

218-
<p>The same graph can be described where the <a>quoted triple</a> is also <a data-lt="asserted triple">asserted</a>.</p>
218+
<p>A variation on the graph shown in <a href="#fig-quoted-triple"></a> can be described where the <a>quoted triple</a> is also <a data-lt="asserted triple">asserted</a>.</p>
219219

220220
<figure id="fig-quoted-asserted-triple">
221221
<a href="quoted-asserted-triple.svg">
@@ -508,8 +508,12 @@ <h2>RDF Documents and Syntaxes</h2>
508508
[[RDF12-N-TRIPLES]], [[RDF12-N-QUADS]], [[RDF12-TURTLE]], and [[RDF12-TRIG]].</li>
509509
<li><dfn class="no-export lint-ignore">Classic</dfn> conformance
510510
only supports <a data-lt="RDF graph">graphs</a> or <a data-lt="RDF dataset">datasets</a>,
511-
that do not allow the use of use <a>quoted triples</a>.</li>
511+
that do not include <a>quoted triples</a>.</li>
512512
</ul>
513+
<p class="ednote">The conformance levels described above are tentative,
514+
and still the subject of group discussion. An alternative to conformance
515+
levels, "profiles", may be adopted instead, abandoned, or described in
516+
another specification.</p>
513517
</section>
514518

515519

@@ -536,7 +540,7 @@ <h3>Triples</h3>
536540
<p>An RDF triple is conventionally written in the order subject,
537541
predicate, object.</p>
538542

539-
<p>RDF triple is usually written "<a>triple</a>".<p>
543+
<p>"RDF triple" is usually written "<a>triple</a>".<p>
540544

541545
<p>A <dfn data-local-lt="quoted">quoted triple</dfn> is an <a>RDF term</a> representing a <a>triple</a>
542546
used as the <a>subject</a> or <a>object</a> of another triple.</p>
@@ -558,8 +562,8 @@ <h3>Triples</h3>
558562
<p><a>IRIs</a>, <a>literals</a>,
559563
<a>blank nodes</a>, and <a>quoted triples</a> are distinct and distinguishable.
560564
For example, <code>http://example.org/</code> as a string literal
561-
is neither equal to <code>http://example.org/</code> as an IRI,
562-
nor to a blank node with the <a>blank node identifier</a>
565+
is equal to neither <code>http://example.org/</code> as an IRI,
566+
nor a blank node with the <a>blank node identifier</a>
563567
<code>http://example.org/</code>.</p>
564568

565569
<p class="note">In an <a>RDF graph</a>,

0 commit comments

Comments
 (0)