Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaMis committed Jul 31, 2024
1 parent 5b4b9d1 commit 0c13eae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/introduction/protocol-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ As a decentralized orchestration layer for off-chain resources, Axone must ensur
- Interpret the rules to ensure the law enforcement
- Execute workflow and orchestrate the resources according to the rules

In [Rules](https://docs.okp4.network/academy/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**.
In [Consume Resources](https://docs.okp4.network/academy/consume-resources) section, we describe how the protocol **orchestrates the resources according to the rules**.
In [Rules](https://docs.okp4.network/introduction/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**.
In [Workflows](https://docs.okp4.network/introduction/workflows) section, we describe how the protocol **orchestrates the resources according to the rules**.

Here, we'll concentrate on how Axone enables its functionalities <u>**in the decentralized way**</u>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The Governance VP is a specific type of VP that details the governance rules app

This bimodal approach not only guarantees the clarity and accessibility of the governance rules for human users but also ensures their direct and functional on-chain integration. The VP of Governance therefore plays a crucial role in clarifying and implementing governance guidelines for resources within the Axone dataverse.

Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and [zones](/academy/part-2/zone-governance).
Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and zones.

Instantiate the template [credential-governance-text](https://github.com/okp4/ontology/blob/main/src/example/governance/crime-dataset-governance.jsonld).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The digital signature and metadata ensure enhanced security by preventing forger

## Verifiable claims in the Axone protocol

The [Axone ontology](https://docs.okp4.network/academy/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims.
The [Axone ontology](https://docs.okp4.network/introduction/resources#ontology-how-its-represented-semantic-description) is used to describe the Dataverse. In the Dataverse, resources are identified by their DID. Resources are described by claims referenced in the ontology as Verifiable Presentations (VPs) whose subject is the resource's DID. In this way, each resource is described by a set of associated claims.

It's important to note that the existence of a resource is conditional on the presence of at least one relevant claim. In other words, although the universe of potential resources is infinite, a resource only becomes concrete and tangible when a corresponding claim is established.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ The Governance VP is a specific type of VP that details the governance rules app

This bimodal approach not only guarantees the clarity and accessibility of the governance rules for human users but also ensures their direct and functional on-chain integration. The VP of Governance therefore plays a crucial role in clarifying and implementing governance guidelines for zone within the Axone dataverse.

Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and [zones](/academy/part-2/zone-governance).
Governance VPs play an essential role in the dataverse, applying universally to various categories of resources, such as datasets, services, and zones.

Instantiate the template [credential-governance-text](https://github.com/okp4/ontology/blob/main/src/example/governance/crime-dataset-governance.jsonld).

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const config = {
},
{
label: 'Guides',
to: '/tutorials/overview'
to: '/tutorials'
},
{
label: 'FAQ',
Expand Down

0 comments on commit 0c13eae

Please sign in to comment.