diff --git a/spec/index.html b/spec/index.html index dded90f..65267be 100644 --- a/spec/index.html +++ b/spec/index.html @@ -203,7 +203,8 @@

Quoted Triples

subject, predicate, and object - preceded by << and followed by >>. + preceded by two concatenated < characters, each having the code point U+003C, and + followed by two concatenated > characters, each having the code point U+003E. Note that quoted triples may be nested.

@@ -222,7 +223,9 @@

IRIs

As in N-Triples, IRIs may be written only as absolute IRIs. - IRIs are enclosed in '<' and '>' and may contain numeric escape sequences (described below). + IRIs are preceded by < (code point U+003C) and + followed by > (code point U+003E), + and may contain numeric escape sequences (described below). For example <http://example.org/#green-goblin>.