# Getting Started

## List of Abbreviations
```{list-table} List of Abbreviations
:header-rows: 1
:name: table_listofabbreviations

* - Abbreviation
  - Meaning
* - KG
  - Knowledge Graph
* - API
  - Application Programming Interface
* - JSON
  - JavaScript Object Notation
* - JSON-LD
  - JavaScript Object Notation for Linked Data
* - RDF
  - Resource Description Framework
* - OWA
  - Open-World Assumptions
* - CSA
  - Closed-World Assumptions
* - JWT
  - JSON Web Tokens
```

## Definitions
- **Knowledge Graphs:** KGs is defined as a graph of data that is intended to accumulate and convey knowledge of the real world, where the nodes represent entities of interest and edges represent different relations between the entities {cite}`10.1145/3447772`.
- **Ontology:** An ontology is a formal, explicit speciﬁcation of a shared conceptualization {cite}`Fensel2004`.



**References:**
```{bibliography}
:filter: docname in docnames
:style: unsrt
```