...
The data model for this database is described using an entity-relationship diagram, below (for more on these diagrams, please check out this guide). This diagram shows the structure and organization of the Neurofibromatosis Research Tools DatabaseCentral. Each table (e.g. resource
) has a defined set of attributes (e.g. rrid
) that will be captured in that table. These tables are often linked to other tables via primary keys (PKs) and foreign keys (FKs) that define individual records in each table.
...
Data Model Diagram
Description: This is the source diagram of the Data Model for the NF Research Tool DatabaseTools Central, generated and maintained in LucidChart (note: please reference the “New Layout Database Schema” sheet). The latest version of this diagram will be updated in this document with each update and release of the database schema.
Database Schema
Description: The machine-readable (JSON-LD on Github) and human readable (Google sheet) versions of the schemas encode the data model for the database as well as the dictionary for the attributes used in the database.
Link to latest version of schema in Github: https://github.com/nf-osi/nf-research-tools-schema
Link to latest version of schema in shared Google Drive: Schema (Google Sheets)
...