Skip to content

Commit 835e8e7

Browse files
committed
Make RDF 1.2 XML Syntax consistent
1 parent 8ad819c commit 835e8e7

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
@@ -69,15 +69,15 @@
6969
the XML Information Set [[XML-INFOSET]]
7070
and XML Base [[XMLBASE]].</p>
7171

72-
<p>RDF 1.2 XML introduces <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a>
72+
<p>RDF 1.2 XML Syntax introduces <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a>
7373
as a fourth kind of <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">RDF term</a>
7474
which can be used as the
7575
<a data-cite="RDF12-CONCEPTS#dfn-object">object</a> of another
7676
<a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">triple</a>,
7777
making it possible to make statements about other statements.
7878
<a data-cite="RDF12-CONCEPTS#dfn-triple-term">Triple terms</a> are typically not used explicitly
7979
as the <a data-lt="annotating">annotation</a> construction is generally preferred.
80-
RDF 1.2 XML also adds support for
80+
RDF 1.2 XML Syntax also adds support for
8181
<a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string">directional language-tagged strings</a>.</p>
8282
</section>
8383

@@ -1202,7 +1202,7 @@ <h3>Triple Terms: <code>rdf:parseType="Triple"</code></h3>
12021202
<section id="section-Syntax-annotations" class="informative">
12031203
<h3>Annotating Triples: `rdf:annotation` or `rdf:annotationNodeID`</h3>
12041204

1205-
<p>RDF 1.2 XML also includes syntax for
1205+
<p>RDF 1.2 XML Syntax also includes syntax for
12061206
<dfn class="no-export">annotating</dfn> triples
12071207
by both asserting the triple, via an explicit identifier, and
12081208
having the <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a> associated with that <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a> be the

0 commit comments

Comments
 (0)