Skip to content

Commit

Permalink
Remove trailing space, fix grammar in vocabulary.
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Jul 27, 2023
1 parent aaefd9d commit a60bb4a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
30 changes: 15 additions & 15 deletions vocab/credentials/v2/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Specification of terms</h2>
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.
</p>
<p>
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).
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).
</p>
</section>
<section>
Expand All @@ -155,33 +155,33 @@ <h1>Regular terms</h1>
<section id="class_definitions" class="term_definitions">
<h2>Class definitions</h2>
</section>

<section id="property_definitions" class="term_definitions">
<h2>Property definitions</h2>
</section>

<section id="individual_definitions" class="term_definitions">
<h2>Definitions for individuals</h2>
</section>
</section>
</section>

<section id="reserved_term_definitions">
<h1>Reserved terms</h1>
<h1>Reserved term definitions</h1>

<p>All terms in this section are
<a href="https://www.w3.org/TR/vc-data-model-2.0/#reserved-extension-points"><em><strong>reserved</strong></em></a>.
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.
</p>

<section id="reserved_class_definitions" class="term_definitions">
<h2>Reserved classes</h2>
</section>

<section id="reserved_property_definitions" class="term_definitions">
<h2>Reserved properties</h2>
</section>

<section id="reserved_individual_definitions" class="term_definitions">
<h2>Reserved individuals</h2>
</section>
Expand All @@ -190,22 +190,22 @@ <h2>Reserved individuals</h2>
<section id="deprecated_term_definitions">
<h1>Deprecated terms</h1>

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

<section id="deprecated_class_definitions" class="term_definitions">
<h2>Deprecated classes</h2>
</section>

<section id="deprecated_property_definitions" class="term_definitions">
<h2>Deprecated properties</h2>
</section>

<section id="deprecated_individual_definitions" class="term_definitions">
<h2>Deprecated individuals</h2>
</section>
</section>
</section>



Expand Down
23 changes: 11 additions & 12 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ontology:
class:
- id: CredentialEvidence
label: Credential Evidence
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.
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.

- 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., <a href="#JsonSchema2023">JsonSchema2023</a>).
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>).

- id: CredentialStatus
label: Credential status
Expand All @@ -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 <a href="#VerifiableCredential">Verifiable Credentials</a> that are based on JSON Schema.
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a>, 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. <b><em>Placeholder for now; this item may change to something else.</em></b>
# - 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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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. <b><em>There is no URL yet in a VCWG document to <em>define</em> this term.</em></b>
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>

- id: termsOfUse
label: Terms of use
Expand Down

0 comments on commit a60bb4a

Please sign in to comment.