Skip to content

Commit

Permalink
fix(schema): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MdechampG authored and ccamel committed Mar 6, 2024
1 parent ddf8c35 commit 24fb40a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/schemas/credential-governance-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here are the namespaces used in this schema:

Governance Text Credential is a type of Credential that attests to descriptive information about a governance text in a human-readable format.

The Governance Text Credentaials applies to all resources in the Dataverse for which rules must be followed. Such Governances are categorized into three main types as recognized by the [OKP4 protocol](https://okp4.network):
The Governance Text Credential applies to all resources in the Dataverse for which rules must be followed. Such Governances are categorized into three main types as recognized by the [OKP4 protocol](https://okp4.network):

- Zone Rules: Rules establish the boundaries of a specific area in the Dataverse, termed a Zone, within which governance is enforced. Each Zone is governed by its unique set of Rules tailored to its particular function or purpose.
- Resource Consent: Consents are agreements associated with the use of Resources within Zones. By resources, we mean Digital Resources (e.g. datasets) or Digital Services. It goes beyond simple approval and encompasses the permissions and restrictions on resource owners' access, usage, sharing, management and handling of their resources. It allows parties to define boundaries and establish terms for others to interact with their digital resources. It's a crucial aspect of governance, ensuring resources are used appropriately per the relevant parties' expressed will and intentions.
Expand Down Expand Up @@ -147,7 +147,7 @@ The title of a Governance Text.
#### Description

Governance Text provides descriptive information about a Governance text in a human readable format. It gives a description in a hierarchical manner, organized into chapters, sections, and articles. This hierarchy helps to structure the governance text and makes it easier to navigate and comprehend.
Governance Text provides descriptive information about a Governance text in a human-readable format. It gives a description in a hierarchical manner, organized into chapters, sections, and articles. This hierarchy helps to structure the governance text and makes it easier to navigate and comprehend.

Governance Text is mostly valuable in decentralized applications and web3 interfaces where governance texts are utilized to describe and represent the rules that applies to resources, like Zone or Digital Resources. This enables users to more readily engage with the governance text, allowing them to gain a better understanding of how the text operates and the rules governing the relationship between all resources in a Zone within the Dataverse.

Expand Down
2 changes: 1 addition & 1 deletion docs/schemas/credential-zone-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here are the namespaces used in this schema:

Zone Description credentials deliver an extensive overview of the essential information about a zone. This typically comprises details like the zone's title, description, and tags.

The primary objective of this credentials is to provide a broad overview of the zone, facilitating users' comprehension of its purpose and potential use cases.
The primary objective of these credentials is to provide a broad overview of the zone, facilitating users' comprehension of its purpose and potential use cases.

### Examples

Expand Down
4 changes: 2 additions & 2 deletions src/schema/governance/credential-governance-text.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:GovernanceText a rdfs:Class ;
rdfs:label "Governance Text"@en ;
rdfs:comment """
Governance Text provides descriptive information about a Governance text in a human readable format. It gives a description in a hierarchical manner, organized into chapters, sections, and articles. This hierarchy helps to structure the governance text and makes it easier to navigate and comprehend.
Governance Text provides descriptive information about a Governance text in a human-readable format. It gives a description in a hierarchical manner, organized into chapters, sections, and articles. This hierarchy helps to structure the governance text and makes it easier to navigate and comprehend.
Governance Text is mostly valuable in decentralized applications and web3 interfaces where governance texts are utilized to describe and represent the rules that applies to resources, like Zone or Digital Resources. This enables users to more readily engage with the governance text, allowing them to gain a better understanding of how the text operates and the rules governing the relationship between all resources in a Zone within the Dataverse.
Expand All @@ -31,7 +31,7 @@
rdfs:comment """
Governance Text Credential is a type of Credential that attests to descriptive information about a governance text in a human-readable format.
The Governance Text Credentaials applies to all resources in the Dataverse for which rules must be followed. Such Governances are categorized into three main types as recognized by the [OKP4 protocol](https://okp4.network):
The Governance Text Credential applies to all resources in the Dataverse for which rules must be followed. Such Governances are categorized into three main types as recognized by the [OKP4 protocol](https://okp4.network):
- Zone Rules: Rules establish the boundaries of a specific area in the Dataverse, termed a Zone, within which governance is enforced. Each Zone is governed by its unique set of Rules tailored to its particular function or purpose.
- Resource Consent: Consents are agreements associated with the use of Resources within Zones. By resources, we mean Digital Resources (e.g. datasets) or Digital Services. It goes beyond simple approval and encompasses the permissions and restrictions on resource owners' access, usage, sharing, management and handling of their resources. It allows parties to define boundaries and establish terms for others to interact with their digital resources. It's a crucial aspect of governance, ensuring resources are used appropriately per the relevant parties' expressed will and intentions.
Expand Down
2 changes: 1 addition & 1 deletion src/schema/zone/credential-zone-description.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rdfs:comment """
Zone Description credentials deliver an extensive overview of the essential information about a zone. This typically comprises details like the zone's title, description, and tags.
The primary objective of this credentials is to provide a broad overview of the zone, facilitating users' comprehension of its purpose and potential use cases.
The primary objective of these credentials is to provide a broad overview of the zone, facilitating users' comprehension of its purpose and potential use cases.
"""@en .

:hasDescription a rdf:Property ;
Expand Down

0 comments on commit 24fb40a

Please sign in to comment.