TEST YOU KNOWLEDGE ABOUT THE INITIATIVE
[ays_quiz id=’2′]INTRODUCTION TO THE INITIATIVE
- Frontend and github interface presentation
- These are our recommendations to encode a data model https://github.com/smart-data-models/data-models/blob/master/guidelines.md
- Understanding linking elements in data models.
- Our main page on github
https://github.com/smart-data-models
CREATING YOUR DATA MODEL WITHOUT MUCH TECHNICAL KNOWLEDGE
These 3 videos are explaining to you how to use the online editor to create a new data model.
TOOLS
-
- It generates a json schema from your data in json (that way) https://www.liquid-technologies.com/online-json-to-schema-converter
- Validate that a json meets a certain json schema https://www.jsonschemavalidator.net/
- Validate the encoding of a data model (json schema) https://www.jsonschemavalidator.net/
- The google tool to check your json linked data. https://search.google.com/structured-data/testing-tool
- Many other tools here https://json-schema.org/implementations.html
UNDERSTANDING HOW WE CODE DATA MODELS
- To understand what a json schema is (which is what we use to encode data models in this initative)
https://json-schema.org/understanding-json-schema/ - The mother of data models, especially because it is made by google, bing, etc.
http://Schema.org - This is how the basic data types are specified
https://cswr.github.io/JsonSchema/spec/basic_types/
COLLABORATE ON DE CODING OF DATA MODEL
- Very Introductory video of what is git and github
- How to collaborate with your code. How to make a Pull request.