diff --git a/lws10-core/index.html b/lws10-core/index.html
index 3ba4f6d..42314f9 100644
--- a/lws10-core/index.html
+++ b/lws10-core/index.html
@@ -208,6 +208,17 @@
Terminology
This specification defines the following terms:
+ - access grant — a data object created by a storage controller, expressing
+ an ability for an agent to perform specific actions on storage resources within certain
+ defined constraints.
+ - access profile — an access profile describes the
+ requirements for expressing a valid access policy. Every access profile is identified
+ with a URI, and a server indicates support for one or more access profiles by
+ referencing them in the
conformsTo property of a service object in its
+ storage description resource.
+ - access request — a data object submitted by an agent, expressing a
+ request to perform specific actions on storage resources, including the desired scope
+ and constraints.
- agent — a person, social entity, or software identified by a URI.
- authentication credential — a security token that asserts claims about an agent or end-user. This token is secured with a cryptographic proof.
Examples of authentication credentials include assertions of identity such as OpenID Connect ID Tokens and SAML-based assertions as well as assertions of
diff --git a/lws10-core/lws-access-requests.html b/lws10-core/lws-access-requests.html
index a44759e..67e12e0 100644
--- a/lws10-core/lws-access-requests.html
+++ b/lws10-core/lws-access-requests.html
@@ -19,32 +19,6 @@
actions, constraints, and assignees. Other profiles could use a different conceptual framework.
-
-
- This section defines the following terms:
-
-
-
- -
- Access Request — a data object submitted by an agent, expressing a
- request to perform specific actions on storage resources, including the desired scope
- and constraints.
-
- -
- Access Grant — a data object created by a storage controller, expressing
- an ability for an agent to perform specific actions on storage resources within certain
- defined constraints.
-
- -
- Access Profile — an access profile describes the
- requirements for expressing a valid access policy. Every access profile is identified
- with a URI, and a server indicates support for one or more access profiles by
- referencing them in the
conformsTo property of a service object in its
- storage description resource.
-
-
-
-