Skip to content

Commit 0f59436

Browse files
niklaslhartig
andauthored
Consistently use indefinite article in production definitions
Co-authored-by: Olaf Hartig <[email protected]>
1 parent 7d2d97f commit 0f59436

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

spec/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -587,23 +587,23 @@ <h3>RDF Documents and Syntaxes</h3>
587587
<tr>
588588
<td>triple</td>
589589
<td><em>a 3-tuple of</em>
590-
<a>subject</a>, <a>predicate</a>, <a>object</a></td>
590+
<em>a</em> <a>subject</a>, <em>a</em> <a>predicate</a>, <em>and an</em> <a>object</a></td>
591591
</tr>
592592
<tr>
593593
<td>subject</td>
594-
<td><em>either</em> <a>IRI</a>
595-
<em>or</em> <a>Blank node</a></td>
594+
<td><em>either an</em> <a>IRI</a>
595+
<em>or a</em> <a>Blank node</a></td>
596596
</tr>
597597
<tr>
598598
<td>predicate</td>
599-
<td><a>IRI</a></td>
599+
<td><em>an</em> <a>IRI</a></td>
600600
</tr>
601601
<tr>
602602
<td>object</td>
603-
<td><em>either</em> <a>IRI</a>
604-
<em>or</em> <a>Blank node</a>
605-
<em>or</em> <a>Literal</a>
606-
<em>or</em> <a>triple</a></td>
603+
<td><em>either an</em> <a>IRI</a>
604+
<em>or a</em> <a>Blank node</a>
605+
<em>or a</em> <a>Literal</a>
606+
<em>or a</em> <a>triple</a></td>
607607
</tr>
608608
</table>
609609
<br>
@@ -615,22 +615,22 @@ <h3>RDF Documents and Syntaxes</h3>
615615
</tr>
616616
<tr>
617617
<td>RDF dataset</td>
618-
<td><em>a pair of one</em> <a>default graph</a>,
618+
<td><em>a pair of a</em> <a>default graph</a>
619619
<em>and a set of zero or more</em> <a>named graphs</a></td>
620620
</tr>
621621
<tr>
622622
<td>default graph</td>
623-
<td><a>RDF graph</a></td>
623+
<td><em>an</em> <a>RDF graph</a></td>
624624
</tr>
625625
<tr>
626626
<td>named graph</td>
627627
<td><em>a pair of</em>
628-
<a>graph name</a>, <a>RDF graph</a></td>
628+
<em>a</em> <a>graph name</a> <em>and an</em> <a>RDF graph</a></td>
629629
</tr>
630630
<tr>
631631
<td>graph name</td>
632-
<td><em>either</em> <a>IRI</a>
633-
<em>or</em> <a>Blank node</a></td>
632+
<td><em>either an</em> <a>IRI</a>
633+
<em>or a</em> <a>Blank node</a></td>
634634
</tr>
635635
</table>
636636
</section>

0 commit comments

Comments
 (0)