From b4d9039cb2e01e2de018f9a715262fb8b0f82784 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Sun, 20 Aug 2023 12:33:37 -0700 Subject: [PATCH] "absolute" => "resolved" IRI. --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index 65267be..a16a394 100644 --- a/spec/index.html +++ b/spec/index.html @@ -222,7 +222,7 @@

Quoted Triples

IRIs

- As in N-Triples, IRIs may be written only as absolute IRIs. + As in N-Triples, IRIs may be written only as resolved IRIs. IRIs are preceded by < (code point U+003C) and followed by > (code point U+003E), and may contain numeric escape sequences (described below).