-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial guidelines.md document in new docs folder
- Loading branch information
1 parent
a352a65
commit 3b9aa94
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |