Skip to content

Commit

Permalink
Merge pull request #595 from axone-protocol/fix/image-broken-links
Browse files Browse the repository at this point in the history
fix: repair broken image URLs
  • Loading branch information
ccamel authored Oct 29, 2024
2 parents 6c9163a + 5ad0c95 commit a281905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/governance/hierarchy-of-norms.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The hierarchy of norms refers to the hierarchical structure of rules within the
In the Axone Governance framework, the hierarchy of norms establishes a clear order of precedence for rules and regulations. We thus end up with different levels of governance that allow fine-grained control of the use of the protocol.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/governance-hierarchy-of-norms.webp" alt="Governance - Hierarchy of Norms" style={{ maxHeight: "340px" }}></img>
<img src="/img/content/technical-documentation/governance-hierarchy-of-norms.webp" alt="Governance - Hierarchy of Norms" style={{ maxHeight: "340px" }}></img>
</div>

<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/ontology/the-power-of-ontologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Several languages are used to express the Axone ontologies:
- [SKOS (Simple Knowledge Organization System)](https://en.wikipedia.org/wiki/Simple_Knowledge_Organization_System): a language for representing ontology that allows the description of classification systems and thesauri. SKOS allows the definition of concepts, relationships, and properties.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/semantic-stack.webp" style={{ maxHeight: "335px" }}></img>
<img src="/img/content/technical-documentation/semantic-stack.webp" style={{ maxHeight: "335px" }}></img>
</div>

## Ontology at the heart of the blockchain
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/ontology/what-are-ontologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 2
In computer science, ontology is a formal and structured representation of the concepts, relationships, and properties of a particular domain. An ontology generally comprises the following basic elements: concepts, relationships, properties, axioms, and instances. These can be graphically represented by the simplified equation shown below.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/ontology_equation.webp" alt="Ontology equation" style={{ maxHeight: "220px" }}></img>
<img src="/img/content/technical-documentation/ontology_equation.webp" alt="Ontology equation" style={{ maxHeight: "220px" }}></img>
</div>

Some definitions:
Expand Down Expand Up @@ -111,7 +111,7 @@ The construction of this ontology follows a number of steps which are described
- **Ontology evaluation (6)**: Association of key concepts and terms in the ontology with concepts and terms of other ontologies.

<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/architecture/ontology-construction-process.webp" alt="Ontology construction process" style={{ maxHeight: "650px" }}></img>
<img src="/img/content/technical-documentation/ontology-construction-process.webp" alt="Ontology construction process" style={{ maxHeight: "650px" }}></img>
</div>

## Underlying Assumptions
Expand Down

0 comments on commit a281905

Please sign in to comment.