From 85756336ff6c15ee4f2d2f3ced28c1245b982a77 Mon Sep 17 00:00:00 2001 From: Olaf Hartig Date: Tue, 14 Nov 2023 08:46:22 +0100 Subject: [PATCH 1/2] improves the example about distinguishing literals, IRIs, and blank nodes, to address #72 --- spec/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/spec/index.html b/spec/index.html index 48b1a77..4539556 100644 --- a/spec/index.html +++ b/spec/index.html @@ -584,9 +584,10 @@

Triples

IRIs, literals, blank nodes, and quoted triples are distinct and distinguishable. - For example, http://example.org/ as a string literal - is equal to neither http://example.org/ as an IRI, - nor a blank node with the blank node identifier + For example, a literal with the string http://example.org/ as + its lexical form + is neither equal to the IRI http://example.org/, + nor to a blank node with the blank node identifier http://example.org/.

The set of nodes of an RDF graph @@ -1809,6 +1810,9 @@

Changes between RDF 1.1 and RDF 1.2

and restriction to the XML Char production. Also removes obsolete recommendations for the use of Normalization Form C in literals. Adds a definition of string that can be used in other RDF documents. +
  • Minor edit + to improve the example about distinguishing literals, IRIs, and blank nodes + in .
  • A detailed overview of the differences between RDF versions 1.0 From 9b884b325bbc82f59a64172c1fa3ea2f559a0abd Mon Sep 17 00:00:00 2001 From: Olaf Hartig Date: Thu, 16 Nov 2023 12:11:58 +0200 Subject: [PATCH 2/2] Update spec/index.html Co-authored-by: Ted Thibodeau Jr --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index 4539556..bd59bc3 100644 --- a/spec/index.html +++ b/spec/index.html @@ -586,7 +586,7 @@

    Triples

    blank nodes, and quoted triples are distinct and distinguishable. For example, a literal with the string http://example.org/ as its lexical form - is neither equal to the IRI http://example.org/, + is not equal to the IRI http://example.org/, nor to a blank node with the blank node identifier http://example.org/.