Skip to content

Commit

Permalink
Added initial guidelines.md document in new docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hpdekoning committed Jul 18, 2023
1 parent a352a65 commit 3b9aa94
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions components/table-block/docs/guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Guidelines

## Purpose

This is a collection of guidelines and other reference information for the development of C-Simulation-Studio.

Note: Any team member may add useful documentation and references. Just pull-rebase from the main branch and push your update.

## Development Approach

To be added.

## Semantic Information Modelling and Ontologies

### General Introduction

- https://www.youtube.com/watch?v=-aKYu6ebDLg
("NLP 101 - Ontology" : Good 101 explanation of ontology and structuring semantics)
- https://protege.stanford.edu/publications/ontology_development/ontology101.pdf
- [W3C Web Ontology Language (OWL)](https://www.w3.org/OWL/)
- [W3C Semantic Web Frequently Asked Questions](https://www.w3.org/RDF/FAQ)
- https://en.wikipedia.org/wiki/Linked_data
- https://en.wikipedia.org/wiki/Schema.org
- https://lov.linkeddata.es/dataset/lov/vocabs/dcterms
Browsable examples of ontologies / triple stores with interactive graph views.
- https://schema.org/docs/search_results.html?q=person
Example search for schemas that involve the Person concept.

### OML - Ontology Modeling Language

- [OpenCAESAR by NASA/JPL](http://www.opencaesar.io/)
- [OpenCAESAR Community pages](http://www.opencaesar.io/community/)
Links to Ontology Modeling Language (OML) tutorials, language specification, ...

## TypeScript programming language

- https://www.typescriptlang.org/
Main language website
- https://www.youtube.com/watch?v=ahCwqrYpIuM
Nice short, 12 min, introduction to TypeScript.

0 comments on commit 3b9aa94

Please sign in to comment.