Skip to content

Commit 9ee0284

Browse files
committed
clarify text
re-reading this, I realized it could be surprising: the predicate position of a triple is a "context where IRIs are expected", and so this text could read as "don't use abbreviated forms in the predicate position", which is of course not how it was intended.
1 parent 5be6408 commit 9ee0284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h3>RDF Vocabularies and Namespace IRIs</h3>
305305
the IRI <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code>
306306
would be abbreviated as <code>rdf:XMLLiteral</code>.
307307
Note however that these abbreviations are <em>not</em> valid IRIs (or only coincidentally),
308-
and must not be used in contexts where IRIs are expected.
308+
and must not be used in syntactic contexts where IRIs are expected.
309309
Namespace IRIs and namespace prefixes are <em>not</em> a formal part of the
310310
RDF data model. They are merely a syntactic convenience for
311311
abbreviating IRIs.</p>

0 commit comments

Comments
 (0)