@@ -14,6 +14,7 @@ prefixes:
14
14
schema : http://schema.org/
15
15
PATO : http://purl.obolibrary.org/obo/PATO_
16
16
example : https://example.org/
17
+ OBI : http://purl.obolibrary.org/obo/OBI_
17
18
default_prefix : cmdr
18
19
default_range : string
19
20
@@ -30,22 +31,17 @@ classes:
30
31
identifier : true
31
32
range : uriorcurie
32
33
description : A 'logical' identifier within the system of record.
33
- name : id
34
34
global_id :
35
- identifier : true
36
35
range : uriorcurie
37
36
description : The unique identifier for an entity
38
- name : global_id
39
37
name :
40
38
range : string
41
39
description : The name of the entity
42
- name : name
43
40
description :
44
41
range : string
45
42
description : A description of the entity
46
- name : description
47
43
Study :
48
- parent : Entity
44
+ is_a : Entity
49
45
aliases :
50
46
- ResearchStudy
51
47
- Investigation
@@ -63,11 +59,11 @@ classes:
63
59
Container :
64
60
from_schema : TEMP
65
61
slot_usage :
66
- investigations :
62
+ studies :
67
63
inlined : true
68
64
inlined_as_list : true
69
65
multivalued : true
70
- range : Investigation
66
+ range : Study
71
67
material_processings :
72
68
inlined : true
73
69
inlined_as_list : true
@@ -88,56 +84,57 @@ classes:
88
84
inlined_as_list : true
89
85
multivalued : true
90
86
range : SpecimenCollectionProcess
91
- subjects :
87
+ participants :
92
88
inlined : true
93
89
inlined_as_list : true
94
90
multivalued : true
95
- range : Subject
91
+ range : Participant
92
+ attributes :
93
+ participants :
94
+ description : A list of participants in the study
95
+ range : Participant
96
+ multivalued : true
96
97
slots :
97
98
- materials
98
99
- participations
99
100
- material_processings
100
101
- specimen_collection_processes
101
- - investigations
102
- - subjects
102
+ - studies
103
103
tree_root : true
104
104
DataObject :
105
105
aliases :
106
106
- File
107
107
- Data
108
108
- DataFile
109
- description : A DataFile Associated with a Subject or Investigation or MaterialEntity
109
+ description : A DataFile Associated with a Participant or Study or MaterialEntity
110
110
from_schema : TEMP
111
111
see_also :
112
112
- include:DataFile
113
113
MaterialEntity :
114
+ is_a : Entity
114
115
aliases :
115
116
- Substance
116
117
- Specimen
117
118
- Sample
118
119
- Biospecimen
119
120
- Biosample
120
- description : Physical entity that is an input our output of a process from a Subject
121
+ description : Physical entity that is an input our output of a process from a Participant
121
122
from_schema : TEMP
122
123
see_also :
123
124
- include:Biospecimen
124
125
slot_usage :
125
126
concentration :
126
127
range : Quantity
127
- id :
128
- identifier : true
129
- range : uriorcurie
130
128
source :
131
129
comments :
132
130
- this is a shortcut. to be expanded later.
133
- range : Subject
131
+ range : Participant
134
132
used_in :
135
133
multivalued : true
136
- range : Investigation
134
+ range : Study
137
135
volume :
138
136
range : Quantity
139
137
slots :
140
- - id
141
138
- name
142
139
- used_in
143
140
- source
@@ -160,38 +157,35 @@ classes:
160
157
- has_input
161
158
- has_output
162
159
Participation :
163
- description : Subject/Study participation information
160
+ is_a : Entity
161
+ description : Study participation information
164
162
from_schema : TEMP
165
163
see_also :
166
164
- include:Participant
167
165
slot_usage :
168
- id :
169
- identifier : true
170
- range : uriorcurie
171
166
includes :
172
- range : Subject
167
+ range : Participant
173
168
involved_in :
174
169
multivalued : true
175
- range : Investigation
170
+ range : Study
176
171
slots :
177
- - id
178
172
- name
179
173
- involved_in
180
174
- includes
181
175
Process :
182
176
abstract : true
183
177
description : A planned process resulting in a material or data
184
178
from_schema : TEMP
179
+ attributes :
180
+ id :
181
+ identifier : true
182
+ range : uriorcurie
185
183
slot_usage :
186
184
has_input :
187
185
multivalued : true
188
186
has_output :
189
187
multivalued : true
190
- id :
191
- identifier : true
192
- range : uriorcurie
193
188
slots :
194
- - id
195
189
- name
196
190
- has_input
197
191
- has_output
@@ -221,27 +215,23 @@ classes:
221
215
slot_usage :
222
216
has_input :
223
217
multivalued : true
224
- range : Subject
218
+ range : Participant
225
219
has_output :
226
220
multivalued : true
227
221
range : MaterialEntity
228
222
slots :
229
223
- has_input
230
224
- has_output
231
- Subject :
225
+ Participant :
226
+ is_a : Entity
232
227
aliases :
233
228
- Site
234
229
- Participant
235
- description : Demographic and clinical information about the subject
230
+ description : Demographic and clinical information about the participant
236
231
from_schema : TEMP
237
232
see_also :
238
233
- include:Participant
239
- slot_usage :
240
- id :
241
- identifier : true
242
- range : uriorcurie
243
234
slots :
244
- - id
245
235
- name
246
236
247
237
# Were investigating moving most of these slots out of the top-level class and into classes (and parent classes) as needed.
@@ -262,7 +252,7 @@ slots:
262
252
from_schema : TEMP
263
253
includes :
264
254
from_schema : TEMP
265
- investigations :
255
+ studies :
266
256
from_schema : TEMP
267
257
involved_in :
268
258
from_schema : TEMP
0 commit comments