Skip to content

Commit 8ad819c

Browse files
gkelloggTallTed
andcommitted
Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 38e50dd commit 8ad819c

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
@@ -1155,7 +1155,7 @@ <h3>Reifying Statements: <code>rdf:ID</code></h3>
11551155
<section id="section-Syntax-triple-terms" class="informative">
11561156
<h3>Triple Terms: <code>rdf:parseType="Triple"</code></h3>
11571157

1158-
<p>A <a data-cite="RDF12-CONCEPTS#dfn-triple-term">Triple term</a>
1158+
<p>A <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple term</a>
11591159
may be the <a data-cite="RDF12-CONCEPTS#dfn-object">object</a> of an
11601160
<a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">RDF triple</a>.
11611161
<a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a> in <a data-cite="RDF12-CONCEPTS#dfn-rdf-graph">RDF graphs</a> can be written
@@ -1196,7 +1196,7 @@ <h3>Triple Terms: <code>rdf:parseType="Triple"</code></h3>
11961196
another triple in the asserted graph.
11971197
Triple terms describe triples that are not necessarily asserted.
11981198
See <a href="#section-Syntax-annotations"></a> for a way to combine
1199-
asserting triples and describing them at the same time.</p>
1199+
asserting and describing a triple at the same time.</p>
12001200
</section>
12011201

12021202
<section id="section-Syntax-annotations" class="informative">
@@ -1214,7 +1214,7 @@ <h3>Annotating Triples: `rdf:annotation` or `rdf:annotationNodeID`</h3>
12141214
triples and/or <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a>.
12151215
</p>
12161216

1217-
<p>A <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a> can be add as a <a>property attribute</a>
1217+
<p>A <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a> can be added as a <a>property attribute</a>
12181218
using either the `rdf:annotation` (for <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a>)
12191219
or `rdf:annotationNodeID` (for <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a> <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a>).
12201220
This <a data-cite="RDF12-CONCEPTS#dfn-reifier">reifier</a> can also be used as the subject of other triples

0 commit comments

Comments
 (0)