From 3b9aa949358bc6e269075850bb454d4152440715 Mon Sep 17 00:00:00 2001 From: Hans Peter de Koning Date: Tue, 18 Jul 2023 14:59:31 +0200 Subject: [PATCH] Added initial guidelines.md document in new docs folder --- components/table-block/docs/guidelines.md | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 components/table-block/docs/guidelines.md diff --git a/components/table-block/docs/guidelines.md b/components/table-block/docs/guidelines.md new file mode 100644 index 0000000..1b5b8cf --- /dev/null +++ b/components/table-block/docs/guidelines.md @@ -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.