Synopsis: Loading the graphs of all versions of a standard allow us to navigate and analyze metadata across versions
Turtle files (*.ttl) in the git repo are named with version embedded. For example, sdtmig-3-2.ttl is the graph for SDTMIG v3.2, cdashct-2018-06-29 is for CDASH Controlled Terminology published on June 29th, 2018, and so on. SDTM, as the tabulation product family for human clinical use, alone consists of 5 models, 6 implementation guides, and numerous quarterly releases of SDTM CT packages. Opening them one at a time is too tedious. Therefore, we engineered a series of top-level Turtle files that import related versioned standard graphs. They are:
File | Remarks |
---|
adam.ttl | Imports ADaM CT package also |
cdash.ttl | Imports CDASH CT package also |
qrs.ttl |
|
sdtm.ttl | Imports SDTM CT package also |
send.ttl | Imports SEND CT package also |
adamct.ttl |
|
cdashct.ttl |
|
sdtmct.ttl |
|
sendct.ttl |
|
terminology.ttl | Imports all CT packages |
share-all.ttl | Import everything above |