From b301772885d2f7754704cf78f807450f7e0b00fd Mon Sep 17 00:00:00 2001
From: ottomorac <16960403+ottomorac@users.noreply.github.com>
Date: Mon, 8 Dec 2025 16:10:42 -0500
Subject: [PATCH 1/4] export out terms from DID Core
---
index.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/index.html b/index.html
index f8461c89..c3126fac 100644
--- a/index.html
+++ b/index.html
@@ -841,7 +841,7 @@
Terminology
subject.
- DID delegate
+ DID delegate
An entity to whom a [=DID controller=] has granted permission to use a
@@ -864,7 +864,7 @@ Terminology
defined in or in the W3C [[[DID-EXTENSIONS]]].
- DID fragment
+ DID fragment
The portion of a [=DID URL=] that follows the first hash sign character
@@ -880,7 +880,7 @@ Terminology
and deactivated. See .
- DID path
+ DID path
The portion of a [=DID URL=] that begins with and includes the first forward
@@ -927,7 +927,7 @@ Terminology
the second colon, e.g., did:example:
- DID subject
+ DID subject
The entity identified by a [=DID=] and described by a [=DID document=].
@@ -935,7 +935,7 @@ Terminology
digital thing, logical thing, etc.
- DID URL
+ DID URL
A [=DID=] plus any additional syntactic component that conforms to the
@@ -979,14 +979,14 @@ Terminology
immutable.
- resource
+ resource
A thing that is identified by a [=URI=], as defined in [[RFC3986]]. Similarly,
any resource might serve as a [=DID subject=] identified by a [=DID=].
- representation
+ representation
A concrete expression of a [=resource=], as defined by [[RFC9110]]: "information
@@ -1006,7 +1006,7 @@ Terminology
.
- service
+ service
A means of communicating or interacting with the [=DID subject=] or
associated entities via one or more [=service endpoints=].
@@ -1014,7 +1014,7 @@ Terminology
services, file storage services, and verifiable credential repository services.
- service endpoint
+ service endpoint
A network address, such as an HTTP URL, at which [=services=] operate on
From 8939adc15098f2608ea85c4fb4bad084923e87b1 Mon Sep 17 00:00:00 2001
From: ottomorac <16960403+ottomorac@users.noreply.github.com>
Date: Mon, 8 Dec 2025 16:22:16 -0500
Subject: [PATCH 2/4] export out terms from DID Core
---
index.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
index c3126fac..5468b336 100644
--- a/index.html
+++ b/index.html
@@ -871,7 +871,7 @@ Terminology
(#). DID fragment syntax is identical to URI fragment syntax.
- DID method
+ DID method
A definition of how a specific [=DID method scheme=] is implemented. A DID method is
@@ -890,7 +890,7 @@ Terminology
See .
- DID query
+ DID query
The portion of a [=DID URL=] that follows and includes the first question
@@ -908,7 +908,7 @@ Terminology
defined in [[?DID-RESOLUTION]].
- DID resolver
+ DID resolver
A [=DID resolver=] is a software and/or hardware component that performs the
@@ -916,7 +916,7 @@ Terminology
conforming [=DID document=] as output.
- DID scheme
+ DID scheme
The formal syntax of a [=decentralized identifier=]. The generic DID scheme
@@ -945,7 +945,7 @@ Terminology
(with its leading # character).
- DID URL dereferencing
+ DID URL dereferencing
The process that takes as its input a [=DID URL=] and a set of input
@@ -960,7 +960,7 @@ Terminology
[[?DID-RESOLUTION]].
- DID URL dereferencer
+ DID URL dereferencer
A software and/or hardware system that performs the [=DID URL dereferencing=]
From 8a14c5b34e231298cd12f52fe3e676293104f832 Mon Sep 17 00:00:00 2001
From: ottomorac <16960403+ottomorac@users.noreply.github.com>
Date: Tue, 9 Dec 2025 12:17:54 -0500
Subject: [PATCH 3/4] export out terms from DID Core
---
index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 5468b336..067a45d3 100644
--- a/index.html
+++ b/index.html
@@ -979,14 +979,14 @@ Terminology
immutable.
- resource
+ resource
A thing that is identified by a [=URI=], as defined in [[RFC3986]]. Similarly,
any resource might serve as a [=DID subject=] identified by a [=DID=].
- representation
+ representation
A concrete expression of a [=resource=], as defined by [[RFC9110]]: "information
@@ -1006,7 +1006,7 @@ Terminology
.
- service
+ service
A means of communicating or interacting with the [=DID subject=] or
associated entities via one or more [=service endpoints=].
@@ -1014,7 +1014,7 @@ Terminology
services, file storage services, and verifiable credential repository services.
- service endpoint
+ did service endpoint
A network address, such as an HTTP URL, at which [=services=] operate on
From c1c97662fc15c130ccec3247b3d82cd3a21a6799 Mon Sep 17 00:00:00 2001
From: Otto Mora <16960403+ottomorac@users.noreply.github.com>
Date: Thu, 11 Dec 2025 15:30:01 -0500
Subject: [PATCH 4/4] Update index.html
Co-authored-by: Will Abramson
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 067a45d3..2ec7cde6 100644
--- a/index.html
+++ b/index.html
@@ -935,7 +935,7 @@ Terminology
digital thing, logical thing, etc.
- DID URL
+ DID URL
A [=DID=] plus any additional syntactic component that conforms to the