Skip to content

Commit 760ad3a

Browse files
committed
add missing verb, and follow @hartig's proposal
1 parent 8c0acad commit 760ad3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,13 @@ <h3>RDF Vocabularies and Namespace IRIs</h3>
297297
</table>
298298

299299
<p>In some serialization formats it is common
300-
to some [=namespace IRIs=] to arbitrary [=namespace prefixes=],
300+
to associate some [=namespace IRIs=] to arbitrary [=namespace prefixes=],
301301
and to abbreviate <a>IRIs</a> that start with one of those <a>namespace IRIs</a> by using the corresponding <a>namespace prefix</a>,
302302
in order to assist readability.
303-
For example, the IRI
304-
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code>
305-
would be abbreviated as <code>rdf:XMLLiteral</code>
306-
with the prefix mapping from <a href="#tab-vocab-ns"></a>.
303+
For example,
304+
based on the prefix mapping in <a href="#tab-vocab-ns"></a>,
305+
the IRI <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code>
306+
would be abbreviated as <code>rdf:XMLLiteral</code>.
307307
Note however that these abbreviations are <em>not</em> valid IRIs (or only coincidentally),
308308
and must not be used in contexts where IRIs are expected.
309309
Namespace IRIs and namespace prefixes are <em>not</em> a formal part of the

0 commit comments

Comments
 (0)