diff --git a/docs/architecture/governance/hierarchy-of-norms.md b/docs/architecture/governance/hierarchy-of-norms.md index ba0fa500e2d..4df50a64a15 100644 --- a/docs/architecture/governance/hierarchy-of-norms.md +++ b/docs/architecture/governance/hierarchy-of-norms.md @@ -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.
- Governance - Hierarchy of Norms + Governance - Hierarchy of Norms

diff --git a/docs/architecture/ontology/the-power-of-ontologies.md b/docs/architecture/ontology/the-power-of-ontologies.md index a1995b7cabc..7fa2e21d12d 100644 --- a/docs/architecture/ontology/the-power-of-ontologies.md +++ b/docs/architecture/ontology/the-power-of-ontologies.md @@ -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.
- +
## Ontology at the heart of the blockchain diff --git a/docs/architecture/ontology/what-are-ontologies.md b/docs/architecture/ontology/what-are-ontologies.md index 6f68929d0ee..78871e81036 100644 --- a/docs/architecture/ontology/what-are-ontologies.md +++ b/docs/architecture/ontology/what-are-ontologies.md @@ -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.
- Ontology equation + Ontology equation
Some definitions: @@ -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.
- Ontology construction process + Ontology construction process
## Underlying Assumptions