You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vocab/credentials/v2/template.html
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ <h2>Specification of terms</h2>
139
139
In general, the terms — i.e., the properties and classes — used in the VCDM are formally specified in Recommendation Track documents published by the <ahref="https://www.w3.org/groups/wg/vc">W3C Verifiable Credentials Working Group</a> or, for some deprecated or reserved terms, in Reports published by the <ahref="https://www.w3.org/groups/cg/credentials">W3C Credentials Community Group</a>. 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.
140
140
</p>
141
141
<p>
142
-
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 <ahref="https://www.w3.org/TR/rdf12-concepts/#section-rdf-graph">RDF Graphs</a> 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).
142
+
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 <ahref="https://www.w3.org/TR/rdf12-concepts/#section-rdf-graph">RDF Graphs</a> 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).
Copy file name to clipboardExpand all lines: vocab/credentials/v2/vocabulary.yml
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ ontology:
19
19
class:
20
20
- id: CredentialEvidence
21
21
label: Credential Evidence
22
-
comment: A Credential Evidence provides an evidence scheme that is used by the <a href="#evidence">evidence</a> property. This class serves as a supertype for specific evidence types.
22
+
comment: A Credential Evidence provides evidence schemes that are used by the <a href="#evidence">evidence</a> property. This class serves as a supertype for specific evidence types.
23
23
24
24
- id: CredentialSchema
25
25
label: Credential schema
26
-
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., <a href="#JsonSchema2023">JsonSchema2023</a>).
26
+
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., <a href="#JsonSchema2023">JsonSchema2023</a>).
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a> that are based on JSON Schema.
36
+
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a>, based on JSON Schema.
37
37
38
38
- id: RefreshService
39
39
label: Refresh service
40
-
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.
40
+
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.
41
41
42
42
- id: TermsOfUse
43
43
label: Terms of use
44
-
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.
44
+
comment: Policy under which the creator issued the credential or presentation. This class serves as a supertype for specific types for terms of use.
45
45
46
-
- id: StatusList2021Entry
47
-
label: Status List 2021 Entry
48
-
deprecated: true
49
-
comment: A Status List 2021 Entry provides issuers with a mechanism to provide status information for verifiable credentials. <b><em>Placeholder for now; this item may change to something else.</em></b>
46
+
# - id: StatusList2021Entry
47
+
# label: Status List 2021 Entry
48
+
# comment: A Status List 2021 Entry provides issuers with a mechanism to provide status information for verifiable credentials.
comment: The value of this property must be a URL to the service endpoint associated with the subject. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
134
+
comment: The value of this property must be a URL to the service endpoint associated with the subject. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
0 commit comments