Skip to content

Commit 1c789c4

Browse files
committed
fix typos
1 parent 9d6f73d commit 1c789c4

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
@@ -196,7 +196,7 @@ <h2>TriG Language</h2>
196196
The <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> or
197197
<a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>
198198
of the graph statement may be used in another graph statement
199-
which implies taking the union of the tripes generated
199+
which implies taking the union of the triples generated
200200
by each graph statement.
201201
An <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> or
202202
<a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>
@@ -232,14 +232,14 @@ <h3>Triple Statements</h3>
232232
<h3>Graph Statements</h3>
233233

234234
<p>A graph statement pairs an
235-
<a data-cite="RDF12-CONCEPTS#dfn-iri">IRIs</a> or
235+
<a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> or
236236
<a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a> with an
237237
<a data-cite="RDF12-CONCEPTS#dfn-rdf-graph">RDF graph</a>.
238238
The triple statements that make up the graph are enclosed in
239239
<a href="#cp-left-curly-bracket"><code title="left curly bracket">{</code></a><a href="#cp-right-curly-bracket"><code title="right curly bracket">}</code></a>.</p>
240240

241241
<p>In a <a>TriG document</a> a graph IRI or <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a> may be used as label
242-
for more than one graph statements.
242+
for more than one graph statement.
243243
The graph label of a graph statement may be omitted.
244244
In this case the graph is considered the <a data-cite="RDF12-CONCEPTS#dfn-default-graph">default graph</a> of the <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF dataset</a>.</p>
245245

0 commit comments

Comments
 (0)