Skip to content

Commit

Permalink
style(technical): adjust size of images
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Sep 27, 2023
1 parent 8c4fa76 commit e4275ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<center>
<img src="/img/content/whitepaper/arch-3pillars.webp"></img>
<img src="/img/content/whitepaper/arch-3pillars.webp" style={{ maxHeight: "250px" }}></img>
</center>

This ontology allows to achieve:
Expand All @@ -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.

<center>
<img src="/img/content/technical-documentation/semantic-stack.webp"></img>
<img src="/img/content/technical-documentation/semantic-stack.webp" style={{ maxHeight: "335px" }}></img>
</center>

## Ontology at the heart of the blockchain
Expand Down
4 changes: 2 additions & 2 deletions docs/technical-documentation/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.

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

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.

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

## Underlying Assumptions
Expand Down

0 comments on commit e4275ed

Please sign in to comment.