Skip to content

Commit cdd458d

Browse files
pchampinhartig
authored andcommitted
Apply suggestions from code review
Co-authored-by: Olaf Hartig <[email protected]>
1 parent e98c2f9 commit cdd458d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,8 +1527,8 @@ <h3>Symmetric RDF</h3>
15271527
an <a>IRI</a>,
15281528
a <a>blank node</a>,
15291529
a <a>literal</a>,
1530-
or a <a>triple term</a>,
1531-
which may itself be a symmetric RDF triple.
1530+
or a <a>triple term</a>
1531+
(which may itself be a symmetric RDF triple).
15321532
A <dfn class="export">symmetric RDF graph</dfn> is a set of symmetric RDF triples.
15331533
A <dfn class="export">symmetric RDF dataset</dfn>
15341534
comprises a distinguished symmetric RDF graph, and zero
@@ -1552,17 +1552,17 @@ <h3>Generalized RDF</h3>
15521552
a predicate, and an object, where each can be an <a>IRI</a>,
15531553
a <a>blank node</a>,
15541554
a <a>literal</a>,
1555-
or a <a>triple term</a>,
1556-
which may itself be a generalized RDF triple.
1555+
or a <a>triple term</a>
1556+
(which may itself be a generalized RDF triple).
15571557
A <dfn class="export">generalized RDF graph</dfn>
15581558
is a set of generalized RDF triples. A
15591559
<dfn class="export">generalized RDF dataset</dfn>
15601560
comprises a distinguished generalized RDF graph, and zero
15611561
or more pairs each associating an <a>IRI</a>,
15621562
a <a>blank node</a>,
15631563
a <a>literal</a>,
1564-
or a <a>triple term</a>,
1565-
which may itself be a generalized RDF triple,
1564+
or a <a>triple term</a>
1565+
(which may itself be a generalized RDF triple),
15661566
to a generalized RDF graph.</p>
15671567

15681568
<p>Generalized RDF triples, graphs, and datasets differ

0 commit comments

Comments
 (0)