From dfa94475f7104034d69b895cf0feb97d04d3d453 Mon Sep 17 00:00:00 2001 From: ccamel Date: Wed, 27 Sep 2023 09:53:02 +0200 Subject: [PATCH] style(technical): adjust size of images --- .../ontology/the-power-of-ontologies.md | 4 ++-- docs/technical-documentation/ontology/what-are-ontologies.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/technical-documentation/ontology/the-power-of-ontologies.md b/docs/technical-documentation/ontology/the-power-of-ontologies.md index 4a2b7de11f7..420cf2003c1 100644 --- a/docs/technical-documentation/ontology/the-power-of-ontologies.md +++ b/docs/technical-documentation/ontology/the-power-of-ontologies.md @@ -7,7 +7,7 @@ sidebar_position: 1 In the OKP4 protocol, ontologies are indispensable. They facilitate a comprehensive depiction of the dataverse, capturing even its most intricate details. Ontologies provide detailed descriptions of both datasets and services, enhancing overall comprehension. Moreover, they bridge the connection between governance and orchestration within the dataverse.
- +
This ontology allows to achieve: @@ -29,7 +29,7 @@ Several languages are used to express the OKP4 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/technical-documentation/ontology/what-are-ontologies.md b/docs/technical-documentation/ontology/what-are-ontologies.md index 8d4d44d77ec..6780602bfb9 100644 --- a/docs/technical-documentation/ontology/what-are-ontologies.md +++ b/docs/technical-documentation/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