From fa81500a8b4e166c55aeb9a7833ad484793df0db Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Thu, 27 Jul 2023 03:53:48 +0000 Subject: [PATCH 1/6] Add overview diagram --- spec/ca-overview.svg | 1 + spec/index.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 spec/ca-overview.svg diff --git a/spec/ca-overview.svg b/spec/ca-overview.svg new file mode 100755 index 0000000..1a486cb --- /dev/null +++ b/spec/ca-overview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spec/index.html b/spec/index.html index c65a553..7eca2d4 100644 --- a/spec/index.html +++ b/spec/index.html @@ -484,6 +484,23 @@

Canonicalization

"RDF Canonicalization algorithm version 1.0" (RDFC-1.0).

+

provides an overview of RDFC-1.0, + with steps 1 through 7 corresponding to the various steps described in + .

+ +
+ + +

+ The image represents an overview of RDFC-1.0.

+
+
An illustration of an overview of the RDFC-1.0.
+ Image available in + + SVG + .
+
+

Overview

From e356c464b976890583059e125f708d26ef8f2250 Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Thu, 27 Jul 2023 15:39:40 +0900 Subject: [PATCH 2/6] Update spec/index.html Co-authored-by: Gregg Kellogg --- spec/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spec/index.html b/spec/index.html index 7eca2d4..a55fc3b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -492,13 +492,13 @@

Canonicalization

- The image represents an overview of RDFC-1.0.

-
-
An illustration of an overview of the RDFC-1.0.
- Image available in - - SVG - .
+ The image represents an overview of the RDFC-1.0 algorithm.

+ +
An illustrated overview of the RDFC-1.0 algorithm.
+ Image available in + + SVG + .
From 1f7581fa1f1cf59281860dd7710fc03ce6570223 Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Thu, 27 Jul 2023 06:55:23 +0000 Subject: [PATCH 3/6] Add a forgotten `` tag --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index a55fc3b..bdfecb1 100644 --- a/spec/index.html +++ b/spec/index.html @@ -484,7 +484,7 @@

Canonicalization

"RDF Canonicalization algorithm version 1.0" (RDFC-1.0).

-

provides an overview of RDFC-1.0, +

provides an overview of RDFC-1.0, with steps 1 through 7 corresponding to the various steps described in .

From 18c40cfe57ec72827be94e4a5db978f7e8324985 Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Thu, 27 Jul 2023 07:10:22 +0000 Subject: [PATCH 4/6] Adjust overview diagram for better readability (color and thickness) --- spec/ca-overview.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 spec/ca-overview.svg diff --git a/spec/ca-overview.svg b/spec/ca-overview.svg old mode 100755 new mode 100644 index 1a486cb..38e851c --- a/spec/ca-overview.svg +++ b/spec/ca-overview.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From c9dada4546e6263eb150d24113a3341396c63798 Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Fri, 28 Jul 2023 03:38:08 +0000 Subject: [PATCH 5/6] update overview diagram --- spec/ca-overview.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ca-overview.svg b/spec/ca-overview.svg index 38e851c..985668d 100644 --- a/spec/ca-overview.svg +++ b/spec/ca-overview.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 0c5ce3eb55d57e79a670b4cd9fcb790964f853a1 Mon Sep 17 00:00:00 2001 From: Dan Yamamoto Date: Mon, 31 Jul 2023 12:19:38 +0900 Subject: [PATCH 6/6] Update spec/index.html Co-authored-by: Gregg Kellogg --- spec/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index bdfecb1..29d123a 100644 --- a/spec/index.html +++ b/spec/index.html @@ -492,7 +492,14 @@

Canonicalization

- The image represents an overview of the RDFC-1.0 algorithm.

+ The image represents an overview of the RDFC-1.0 algorithm. + The Input Document is deserialized into the Input Dataset + and Input Blank Node Identifier Map. + Canonicalization steps 1-6 are executed resulting in + the Canonicalized Dataset including the + Input Blank Node Identifier Map and Issued Identifiers Map. + Step 7 of the Canonicalization algorithm creates + the canonical n-quads form of the Canonicalized Dataset.

An illustrated overview of the RDFC-1.0 algorithm.
Image available in