From d6c87f87baf0a88926ddbc334ce61185a7bccdac Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Fri, 21 Jul 2023 15:41:43 -0700 Subject: [PATCH] Specify IRIREF and quoted-triple wrappers more accurately. --- spec/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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>.