Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.12 KB

Build Status

BENTO-TAILORx Data Model

The Bento Core Data Model supports the Bento software framework that has been developed to stand up data sharing platforms for clinical trials and research programs. Modern clinical trials and research programs generate large volumes of complex biomedical data types. To address this complexity, the Bento Core Data model uses a graph structure to model a clinical trial workflow. Key trial entities are modelled as node types, while the association between nodes are explicitly modelled as relationship types.

The Bento Core Data Model has been extended to fit the TAILORx clinical data set. The extended model, also called the BENTO_TAILORx data model, is comprised of 20 node types and 37 relationship types. Both nodes and relationships store data attributes in the form of properties. The BENTO_TAILORx graph data model has been implemented in the community edition of Neo4J, a commercial graph database platform.

View on Github Pages