Skip to content

Commit

Permalink
Include an example of each element of the three layer schema of SimPh…
Browse files Browse the repository at this point in the history
…oNy (#111)

* Added examples for each layer of SimPhoNy.

* Changed i.e. to e.g.

Authored-by: kysrpex <[email protected]>
Authored-by: José Manuel Domínguez <[email protected]>
  • Loading branch information
create-issue-branch[bot] authored Apr 6, 2021
1 parent 9a1cd89 commit 5ab51c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ For that, a 3 layer schema is used:
The closer to the user, the closer to the ontology concepts.
The abstraction is replaced by specificity when you move towards the backend.

For example, the City, Street or Neighborhood classes from the demonstrative [City Ontology](./ontologies_included.html#the-city-ontology) included in OSP-core, as well as the individuals that can be instantiated using them, would be part of the semantic layer. Any wrapper (e.g. the included [SQLite wrapper](https://github.com/simphony/osp-core/tree/master/osp/wrappers/sqlite)), would be part of the interoperability layer. Finally, following the SQLite example, the [sqlite3 library](https://docs.python.org/3/library/sqlite3.html) from python would be part of the syntactic layer.


For a full explanation on the architecture and design, go to [detailed design](./detailed_design.md).

## OSP-core
Expand Down

0 comments on commit 5ab51c8

Please sign in to comment.