Skip to content

Commit 748a9f9

Browse files
ihermanmsporny
authored andcommitted
Remove trailing space, fix grammar in vocabulary.
1 parent e527a2f commit 748a9f9

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

vocab/credentials/v2/template.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>Specification of terms</h2>
139139
In general, the terms &mdash; i.e., the properties and classes &mdash; used in the VCDM are formally specified in Recommendation Track documents published by the <a href="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 <a href="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.
140140
</p>
141141
<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 <a href="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 <a href="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).
143143
</p>
144144
</section>
145145
<section>
@@ -155,33 +155,33 @@ <h1>Regular terms</h1>
155155
<section id="class_definitions" class="term_definitions">
156156
<h2>Class definitions</h2>
157157
</section>
158-
158+
159159
<section id="property_definitions" class="term_definitions">
160160
<h2>Property definitions</h2>
161161
</section>
162-
162+
163163
<section id="individual_definitions" class="term_definitions">
164164
<h2>Definitions for individuals</h2>
165165
</section>
166-
</section>
166+
</section>
167167

168168
<section id="reserved_term_definitions">
169-
<h1>Reserved terms</h1>
170-
169+
<h1>Reserved term definitions</h1>
170+
171171
<p>All terms in this section are
172172
<a href="https://www.w3.org/TR/vc-data-model-2.0/#reserved-extension-points"><em><strong>reserved</strong></em></a>.
173-
Implementers may use these properties, but should expect them and/or their meanings to change during the process of
174-
normatively specifying them.
173+
Implementers may use these properties, but should expect them and/or their meanings to change during the process to
174+
normatively specify them.
175175
</p>
176-
176+
177177
<section id="reserved_class_definitions" class="term_definitions">
178178
<h2>Reserved classes</h2>
179179
</section>
180-
180+
181181
<section id="reserved_property_definitions" class="term_definitions">
182182
<h2>Reserved properties</h2>
183183
</section>
184-
184+
185185
<section id="reserved_individual_definitions" class="term_definitions">
186186
<h2>Reserved individuals</h2>
187187
</section>
@@ -190,22 +190,22 @@ <h2>Reserved individuals</h2>
190190
<section id="deprecated_term_definitions">
191191
<h1>Deprecated terms</h1>
192192

193-
<p class="annoy">All terms in this section are <em><strong>deprecated</strong></em>, and are only kept in this vocabulary for backward compatibility.
193+
<p class="annoy">All terms in this section are <em><strong>deprecated</strong></em>, and are only kept in this vocabulary for backward compatibility.
194194
<br>New applications should not use them.
195195
</p>
196196

197197
<section id="deprecated_class_definitions" class="term_definitions">
198198
<h2>Deprecated classes</h2>
199199
</section>
200-
200+
201201
<section id="deprecated_property_definitions" class="term_definitions">
202202
<h2>Deprecated properties</h2>
203203
</section>
204-
204+
205205
<section id="deprecated_individual_definitions" class="term_definitions">
206206
<h2>Deprecated individuals</h2>
207207
</section>
208-
</section>
208+
</section>
209209

210210

211211

vocab/credentials/v2/vocabulary.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ ontology:
1919
class:
2020
- id: CredentialEvidence
2121
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.
2323

2424
- id: CredentialSchema
2525
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>).
2727

2828
- id: CredentialStatus
2929
label: Credential status
@@ -33,20 +33,19 @@ class:
3333
label: JSON schema validator 2023
3434
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema2023
3535
upper_value: cred:CredentialSchema
36-
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.
3737

3838
- id: RefreshService
3939
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.
4141

4242
- id: TermsOfUse
4343
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.
4545

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.
5049

5150
- id: VerifiableCredential
5251
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#credentials
@@ -99,7 +98,7 @@ property:
9998
domain: cred:VerifiablePresentation
10099
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-holder
101100
range : IRI
102-
101+
103102
- id: issuanceDate
104103
label: Issuance date
105104
defined_by: https://www.w3.org/TR/2022/REC-vc-data-model-20220303/#issuance-date
@@ -113,7 +112,7 @@ property:
113112
domain: cred:VerifiableCredential
114113
range: IRI
115114
comment: The value of this property must be a URL uniquely identifying the issuer.
116-
115+
117116
- id: refreshService
118117
label: Refresh service
119118
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-refreshService
@@ -132,7 +131,7 @@ property:
132131
label: Service endpoint
133132
domain: cred:RefreshService
134133
range: IRI
135-
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>
136135

137136
- id: termsOfUse
138137
label: Terms of use

0 commit comments

Comments
 (0)