From ee9a7ffb96a18794ac142166ef0421d7ddd74311 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Wed, 19 Jul 2023 14:15:01 +0200 Subject: [PATCH] Remove trailing space, fix grammar in vocabulary. --- vocab/credentials/v2/template.html | 30 ++++++++++++++--------------- vocab/credentials/v2/vocabulary.yml | 23 +++++++++++----------- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/vocab/credentials/v2/template.html b/vocab/credentials/v2/template.html index 1ef6d67e1..0b7c893c1 100644 --- a/vocab/credentials/v2/template.html +++ b/vocab/credentials/v2/template.html @@ -139,7 +139,7 @@

Specification of terms

In general, the terms — i.e., the properties and classes — used in the VCDM are formally specified in Recommendation Track documents published by the W3C Verifiable Credentials Working Group or, for some deprecated or reserved terms, in Reports published by the W3C Credentials Community Group. In each case of such external definition, the term's description in this document contains a link to the relevant specification. Additionally, the `rdfs:definedBy` property in the RDFS representation(s) refers to the formal specification.

- In some cases, a local explanation is necessary to complement, or to replace, the definition found in an external specification. For instance, this is so when the term is needed to provide a consistent structure to the RDFS vocabulary, such as when the term defines a common supertype for class instances that are used as objects of specific properties, or when RDF Graphs are involved. For such cases, the extra definition is included in the current document (and the `rdfs:comment` property is used to include them in the RDFS representations). + In some cases, a local explanation is necessary to complement, or to replace, the definition found in an external specification. For instance, this is so when the term is needed to provide a consistent structure to the RDFS vocabulary, such as when the term defines a common supertype for class instances that are used as objects of specific properties, or when RDF Graphs are involved. For such cases, the extra definition is included in the current document (and the `rdfs:comment` property is used to include them in the RDFS representations).

@@ -155,33 +155,33 @@

Regular terms

Class definitions

- +

Property definitions

- +

Definitions for individuals

-
+
-

Reserved terms

- +

Reserved term definitions

+

All terms in this section are reserved. - Implementers may use these properties, but should expect them and/or their meanings to change during the process of - normatively specifying them. + Implementers may use these properties, but should expect them and/or their meanings to change during the process to + normatively specify them.

- +

Reserved classes

- +

Reserved properties

- +

Reserved individuals

@@ -190,22 +190,22 @@

Reserved individuals

Deprecated terms

-

All terms in this section are deprecated, and are only kept in this vocabulary for backward compatibility. +

All terms in this section are deprecated, and are only kept in this vocabulary for backward compatibility.
New applications should not use them.

Deprecated classes

- +

Deprecated properties

- +

Deprecated individuals

-
+
diff --git a/vocab/credentials/v2/vocabulary.yml b/vocab/credentials/v2/vocabulary.yml index 55b65842c..305711062 100644 --- a/vocab/credentials/v2/vocabulary.yml +++ b/vocab/credentials/v2/vocabulary.yml @@ -19,11 +19,11 @@ ontology: class: - id: CredentialEvidence label: Credential Evidence - comment: A Credential Evidence provides an evidence scheme that is used by the evidence property. This class serves as a supertype for specific evidence types. + comment: A Credential Evidence provides evidence schemes that are used by the evidence property. This class serves as a supertype for specific evidence types. - id: CredentialSchema label: Credential schema - comment: A Credential Schema provides a verifier with enough information to determine if the provided data conforms to the provided schema. This class serves as a supertype for specific schemas (e.g., JsonSchema2023). + comment: A Credential Schema provides verifiers with enough information to determine if the provided data conforms to the provided schema. This class serves as a supertype for specific schemas (e.g., JsonSchema2023). - id: CredentialStatus label: Credential status @@ -33,20 +33,19 @@ class: label: JSON schema validator 2023 defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema2023 upper_value: cred:CredentialSchema - comment: A type of validator for the validation of Verifiable Credentials that are based on JSON Schema. + comment: A type of validator for the validation of Verifiable Credentials, based on JSON Schema. - id: RefreshService label: Refresh service - comment: A Refresh Service is a mechanism that can be used by a software agent to retrieve an updated copy of a Verifiable Credential. This class serves as a supertype for specific refresh service types. + comment: A Refresh Service is a mechanism that can be utilized by software agents to retrieve an updated copy of a Verifiable Credential. This class serves as a supertype for specific refresh service types. - id: TermsOfUse label: Terms of use - comment: Terms of use reflect the policy/ies under which the issuer issued the credential or presentation. This class serves as a supertype for specific types of terms of use. + comment: Policy under which the creator issued the credential or presentation. This class serves as a supertype for specific types for terms of use. - - id: StatusList2021Entry - label: Status List 2021 Entry - deprecated: true - comment: A Status List 2021 Entry provides issuers with a mechanism to provide status information for verifiable credentials. Placeholder for now; this item may change to something else. + # - id: StatusList2021Entry + # label: Status List 2021 Entry + # comment: A Status List 2021 Entry provides issuers with a mechanism to provide status information for verifiable credentials. - id: VerifiableCredential defined_by: https://www.w3.org/TR/vc-data-model-2.0/#credentials @@ -99,7 +98,7 @@ property: domain: cred:VerifiablePresentation defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-holder range : IRI - + - id: issuanceDate label: Issuance date defined_by: https://www.w3.org/TR/2022/REC-vc-data-model-20220303/#issuance-date @@ -113,7 +112,7 @@ property: domain: cred:VerifiableCredential range: IRI comment: The value of this property must be a URL uniquely identifying the issuer. - + - id: refreshService label: Refresh service defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-refreshService @@ -132,7 +131,7 @@ property: label: Service endpoint domain: cred:RefreshService range: IRI - comment: The value of this property must be a URL to the service endpoint associated with the subject. There is no URL yet in a VCWG document to define this term. + comment: The value of this property must be a URL to the service endpoint associated with the subject. There is no URL yet in a VCWG document to define this term. - id: termsOfUse label: Terms of use