-
Notifications
You must be signed in to change notification settings - Fork 0
/
policy 3.ttl
386 lines (294 loc) · 23.9 KB
/
policy 3.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix v: <http://rdf.data-vocabulary.org/#> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix occe: <https://w3id.org/odrl-occe/> .
@prefix dpv: <https://w3id.org/dpv#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix this: <https://example.com/> .
<https://example.com/policies/3> rdf:type odrl:Offer ;
dct:issued "2023-05-30"^^xsd:date ;
odrl:permission <https://example.com/policies/3/permissions/1>, <https://example.com/policies/3/permissions/2>, <https://example.com/policies/3/permissions/3> ;
odrl:prohibition <https://example.com/policies/3/prohibitions/1> ;
odrl:obligation <https://example.com/policies/3/obligations/1>, <https://example.com/policies/3/obligations/2>, <https://example.com/policies/3/obligations/3>, <https://example.com/policies/3/obligations/4>, <https://example.com/policies/3/obligations/5>, <https://example.com/policies/3/obligations/6>, <https://example.com/policies/3/obligations/7>, <https://example.com/policies/3/obligations/8>, <https://example.com/policies/3/obligations/9>, <https://example.com/policies/3/obligations/10>, <https://example.com/policies/3/obligations/11>, <https://example.com/policies/3/obligations/12>, <https://example.com/policies/3/obligations/13>, <https://example.com/policies/3/obligations/14>, <https://example.com/policies/3/obligations/15> .
# Permissions
## Permission 1: Informed consent should facilitate a continuous dialogue with participants and inform them about the disease. The way of re-identification should be compliant with GDPR UE 2016/679 and with the participant's choices.
# Translation: Permission to: 1) Deanonymize in compliance with EU-GDPR & patients' decisions, NOT mediated by resource provider. 2) Obligation to share results with patients.
# N.B: Weird to have this permitted and "reidentification_of_individuals_with_irp" obligated: it's contradictory.
<https://example.com/policies/3/permissions/1> dct:subject "reidentification_of_individuals_without_irp" ;
odrl:target <https://example.com/policies/3/permissions/1/targets/1> ;
odrl:action <https://example.com/policies/3/permissions/1/actions/1> ;
odrl:duty <https://example.com/policies/3/permissions/1/duties/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/permissions/1/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/permissions/1/actions/1> rdf:value <http://purl.obolibrary.org/obo/T4FS_0000501> ; # De-anonymization
odrl:refinement <https://example.com/policies/3/permissions/1/actions/1/refinements/1> .
<https://example.com/policies/3/permissions/1/actions/1/refinements/1> odrl:leftOperand <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow
odrl:operator odrl:isAllOf ;
odrl:rightOperand <https://w3id.org/dpv/dpv-legal#EU-GDPR>, <http://purl.obolibrary.org/obo/NCIT_C137943> . # GDPR / Patient Decision
<https://example.com/policies/3/permissions/1/duties/1> odrl:target <https://example.com/policies/3/permissions/1/duties/1/targets/1> ;
odrl:action <https://example.com/policies/3/permissions/1/duties/1/actions/1> ;
occe:sharedParty <https://example.com/policies/3/permissions/1/duties/1/sharedParties/1> .
<https://example.com/policies/3/permissions/1/duties/1/sharedParties/1> a <http://purl.obolibrary.org/obo/ICO_0000422>, odrl:PartyCollection ; # Patient
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/permissions/1/duties/1/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C20200>, odrl:AssetCollection ; # Outcome
dct:title "Results"^^xsd:string .
<https://example.com/policies/3/permissions/1/duties/1/actions/1> rdf:value odrl:share .
## Permission 2: A patent development is allowed only with the consent of the participant, who cannot claim any rights to inventions.
# Translation:
# N.B: Impossible to model the part "the participant, who cannot claim any rights to inventions"
<https://example.com/policies/3/permissions/2> dct:subject "profit_motivated_use" ;
odrl:target <https://example.com/policies/3/permissions/2/targets/1> ;
odrl:action <https://example.com/policies/3/permissions/2/actions/1>, <https://example.com/policies/3/permissions/2/actions/2> ;
odrl:duty <https://example.com/policies/3/permissions/2/duties/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/permissions/2/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/permissions/2/actions/1> rdf:value cc:CommercialUse .
<https://example.com/policies/3/permissions/2/actions/2> rdf:value occe:developPatent .
<https://example.com/policies/3/permissions/2/duties/1> odrl:consentingParty <https://example.com/policies/3/permissions/2/duties/1/consenting/1> ;
odrl:action <https://example.com/policies/3/permissions/2/duties/1/actions/1> .
<https://example.com/policies/3/permissions/2/duties/1/consenting/1> a <http://purl.obolibrary.org/obo/OMIT_0011355>, odrl:PartyCollection ; # Patients
vcard:fn "Patients" .
<https://example.com/policies/3/permissions/2/duties/1/actions/1> rdf:value odrl:obtainConsent .
## Permission 3: Informed consent clarifies participants about the purpose of the biobanking. Participants shall choose about the sample' use.
# Translation:
<https://example.com/policies/3/permissions/3> dct:subject "use_as_control" ;
odrl:target <https://example.com/policies/3/permissions/3/targets/1> ;
odrl:action <https://example.com/policies/3/permissions/3/actions/1> ;
odrl:constraint <https://example.com/policies/3/permissions/3/constraints/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/permissions/3/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/permissions/3/actions/1> rdf:value occe:useAsReference .
<https://example.com/policies/3/permissions/3/constraints/1> odrl:leftOperand <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow (adhere to)
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C137943> . # Patient Decision
# Prohibitions
## Prohibition 1
# Translation:
<https://example.com/policies/3/prohibitions/1> dct:subject "use_by_commercial_entity" ;
odrl:target <https://example.com/policies/3/prohibitions/1/targets/1> ;
odrl:action <https://example.com/policies/3/prohibitions/1/actions/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/prohibitions/1/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/prohibitions/1/actions/1> rdf:value cc:CommercialUse .
# Obligations
## Obligation 1: Informed consent should facilitate a continuous dialogue with participants and inform them about the disease. The way of re-identification should be compliant with GDPR UE 2016/679 and with the participant's choices.
# Translation: Obligation to: 1) Deanonymize in compliance with EU-GDPR & patients' decisions, mediated by resource provider. 2) Share diagnosisis with patients.
<https://example.com/policies/3/obligations/1> dct:subject "reidentification_of_individuals_with_irp" ;
odrl:target <https://example.com/policies/3/obligations/1/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/1/actions/1>, <https://example.com/policies/3/obligations/1/actions/2> ;
odrl:constraint <https://example.com/policies/3/obligations/1/constraints/1> ;
odrl:assigner this:Data_Center_01 ;
occe:sharedParty <https://example.com/policies/3/obligations/1/sharedParties/1> .
<https://example.com/policies/3/obligations/1/sharedParties/1> a <http://purl.obolibrary.org/obo/ICO_0000422>, odrl:PartyCollection ; # Patient
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/obligations/1/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/obligations/1/actions/1> rdf:value <http://purl.obolibrary.org/obo/T4FS_0000501> ; # De-anonymization
odrl:refinement <https://example.com/policies/3/obligations/1/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/1/actions/1/refinements/1> odrl:leftOperand <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow (adhere to)
odrl:operator odrl:isAllOf ;
odrl:rightOperand <https://w3id.org/dpv/dpv-legal#EU-GDPR>, <http://purl.obolibrary.org/obo/NCIT_C137943> . # GDPR / # Patient Decision
<https://example.com/policies/3/obligations/1/actions/2> rdf:value odrl:share ;
odrl:refinement <https://example.com/policies/3/obligations/1/actions/2/refinements/1> .
<https://example.com/policies/3/obligations/1/actions/2/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C20200> . # Outcome
<https://example.com/policies/3/obligations/1/constraints/1> odrl:leftOperand <http://purl.obolibrary.org/obo/NCIT_C25548> ; # Involvment
odrl:operator odrl:isA ;
odrl:rightOperand this:Data_Center_01 .
## Obligation 2: Use for diagnosis purpose, only if patients have the right to request the biospecimen for diagnostic investigations.
# Translation:
# N.B: should be a permission and not an obligation so that we can add a duty (accept to share back bipspecimens with participants).
<https://example.com/policies/3/obligations/2> dct:subject "clinical_care" ;
odrl:target <https://example.com/policies/3/obligations/2/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/2/actions/1> ;
odrl:assigner this:Data_Center_01 ;
odrl:constraint <https://example.com/policies/3/obligations/2/constraints/1> ;
occe:sharedParty <https://example.com/policies/3/obligations/2/sharedParties/1> .
<https://example.com/policies/3/obligations/2/sharedParties/1> a <http://purl.obolibrary.org/obo/ICO_0000422>, odrl:PartyCollection ; # Participant
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/obligations/2/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C70699>, odrl:AssetCollection ; # Biospecimen
dct:title "Biospecimens"^^xsd:string .
<https://example.com/policies/3/obligations/2/actions/1> rdf:value odrl:share .
<https://example.com/policies/3/obligations/2/constraints/1> odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/DUO_0000043> . # Clinical care use
## Obligation 3: Use for clinical research purposes, only if patients are informed about the intention of using biospecimens for advance medical knowledge.
# Translation:
<https://example.com/policies/3/obligations/3> dct:subject "clinical_research_use" ;
odrl:target <https://example.com/policies/3/obligations/3/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/3/actions/1> ;
odrl:assigner this:Data_Center_01 ;
odrl:informedParty <https://example.com/policies/3/obligations/3/informed/1> ;
odrl:constraint <https://example.com/policies/3/obligations/3/constraints/1> .
<https://example.com/policies/3/obligations/3/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C25474>, odrl:AssetCollection ; # Data
dct:title "Patients' data"^^xsd:string .
<https://example.com/policies/3/obligations/3/informed/1> a <http://purl.obolibrary.org/obo/ICO_0000422>, odrl:PartyCollection ;
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/obligations/3/actions/1> rdf:value odrl:inform ;
odrl:refinement <https://example.com/policies/3/obligations/3/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/3/actions/1/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C179745> . # Biospecimen handling
<https://example.com/policies/3/obligations/3/constraints/1> odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/GSSO_012789> . # Clinical research
## Obligation 4: Use for collaboration purpose is obligated. Participants are informed about the use of own biological samples. The requestor should send to the biobank a preview of all publications arising from or relating to the use of biospecimen or data, for the correct acknowledgment.
# Translation:
<https://example.com/policies/3/obligations/4> dct:subject "collaboration" ;
odrl:target <https://example.com/policies/3/obligations/4/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/4/actions/1>, <https://example.com/policies/3/obligations/4/actions/2>, <https://example.com/policies/3/obligations/4/actions/3>, <https://example.com/policies/3/obligations/4/actions/4> ;
odrl:assigner this:Data_Center_01 ;
odrl:sharedParty this:Data_Center_01 ;
odrl:informedParty <https://example.com/policies/3/obligations/4/informed/1> ;
odrl:collaboratingParty this:Data_Center_01 ;
occe:acknowledgedParty this:Data_Center_01 .
<https://example.com/policies/3/obligations/4/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C93226>, odrl:AssetCollection ; # Peer-Reviewed Scientific Journal
dct:title "Peer-Reviewed Scientific Journal"^^xsd:string .
<https://example.com/policies/3/obligations/4/informed/1> a <http://schema.org/Patient>, odrl:PartyCollection ; # Patient
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/obligations/4/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C73529> . # Collaboration
<https://example.com/policies/3/obligations/4/actions/2> rdf:value odrl:inform ;
odrl:refinement <https://example.com/policies/3/obligations/4/actions/2/refinements/1> .
<https://example.com/policies/3/obligations/4/actions/2/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C179745> . # Biospecimen handling
<https://example.com/policies/3/obligations/4/actions/3> rdf:value odrl:share .
<https://example.com/policies/3/obligations/4/actions/4> rdf:value cc:Attribution .
## Obligation 5: Participants can choose if samples may be used ONLY for research projects on the participant's disease or for other research projects on other diseases.
# Translation:
<https://example.com/policies/3/obligations/5> dct:subject "disease_specific_use" ;
odrl:action <https://example.com/policies/3/obligations/5/actions/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/5/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow
odrl:refinement <https://example.com/policies/3/obligations/5/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/5/actions/1/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isAnyOf ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C137943> . # Patients' decision
## Obligation6: Legislative requirements
# Translation:
<https://example.com/policies/3/obligations/6> dct:subject "ethics_approval" ;
odrl:target <https://example.com/policies/3/obligations/6/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/6/actions/1> ;
odrl:assigner this:Data_Center_01 ;
occe:sharedParty this:Data_Center_01 .
<https://example.com/policies/3/obligations/6/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C70800>, odrl:Asset ;
dct:title "Institutional Review Board approval document"^^xsd:string .
<https://example.com/policies/3/obligations/6/actions/1> rdf:value odrl:share .
## Obligation 7: Our Institution views this as a collaborative research and we consider these fees as a reimbursement for the services provided under this project.
# Translation:
<https://example.com/policies/3/obligations/7> dct:subject "fees" ;
odrl:action <https://example.com/policies/3/obligations/7/actions/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/7/actions/1> rdf:value odrl:compensate .
## Obligation 8: GDPR UE 2016/679.
# Translation:
<https://example.com/policies/3/obligations/8> dct:subject "geographical_area" ;
odrl:action <https://example.com/policies/3/obligations/8/actions/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/8/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow (adhere to)
odrl:refinement <https://example.com/policies/3/obligations/8/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/8/actions/1/refinements/1> odrl:leftOperand dpv:Context ;
odrl:operator odrl:isA ;
odrl:rightOperand <https://w3id.org/dpv/dpv-legal#EU-GDPR> . # EU-GDPR
## Obligation 9: The access to the samples is only aimed for research purposes, measurable through the publication for research results. Each biobank that is used to perform a study is mentioned in the Methods section of the publication.
# Translation: Obligation to use the data only for research purpose and publication purpose. Obligation to mention each biobank in the Methods section of the publication.
<https://example.com/policies/3/obligations/9> dct:subject "publication" ;
odrl:action <https://example.com/policies/3/obligations/9/actions/1>, <https://example.com/policies/3/obligations/9/actions/2> ;
odrl:constraint <https://example.com/policies/3/obligations/9/constraints/1> ;
odrl:assigner this:Data_Center_01 ;
occe:acknowledgedParty <https://example.com/policies/3/obligations/9/acknowledgedParties/1> .
<https://example.com/policies/3/obligations/9/acknowledgedParties/1> a <http://purl.obolibrary.org/obo/SCDO_0008688>, odrl:Party ; # Biobank
vcard:fn "Biobank"^^xsd:string .
<https://example.com/policies/3/obligations/9/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C19026> . # Publication
<https://example.com/policies/3/obligations/9/actions/2> rdf:value cc:Attribution ;
odrl:refinement <https://example.com/policies/3/obligations/9/actions/2/refinements/1>.
<https://example.com/policies/3/obligations/9/actions/2/refinements/1> odrl:leftOperand <http://purl.obolibrary.org/obo/IAO_0000314> ; # Document part
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/IAO_0000317> . # Methods section
<https://example.com/policies/3/obligations/9/constraints/1> odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/DUO_0000042> . # General research use
## Obligation 10: According to the participant’s willingness.
# Translation: Obligation to follow patients decisions to be allowed to publish data.
<https://example.com/policies/3/obligations/10> dct:subject "publication_moratorium" ;
odrl:action <https://example.com/policies/3/obligations/10/actions/1> ;
odrl:constraint <https://example.com/policies/3/obligations/10/constraints/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/10/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow
odrl:refinement <https://example.com/policies/3/obligations/10/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/10/actions/1/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C137943> . # Patient Decision
<https://example.com/policies/3/obligations/10/constraints/1> odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/T4FS_0000106> . # Publish data
## Obligation 11: GDPR UE 2016/679
# Translation:
<https://example.com/policies/3/obligations/11> dct:subject "regulatory_jurisdiction" ;
odrl:action <https://example.com/policies/3/obligations/11/actions/1> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/11/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow (adhere to)
odrl:refinement <https://example.com/policies/3/obligations/11/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/11/actions/1/refinements/1> odrl:leftOperand dpv:Context ;
odrl:operator odrl:isA ;
odrl:rightOperand <https://w3id.org/dpv/dpv-legal#EU-GDPR> . # EU-GDPR
## Obligation 12: Informed consent clarifies the participant can claim the own samples back, whatever the reason (i.e., for clinical use)
# Translation:
<https://example.com/policies/3/obligations/12> dct:subject "research_use" ;
odrl:target <https://example.com/policies/3/obligations/12/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/12/actions/1> ;
odrl:constraint <https://example.com/policies/3/obligations/12/constraints/1> ;
odrl:assigner this:Data_Center_01 ;
occe:sharedParty <https://example.com/policies/3/obligations/12/sharedParties/1> .
<https://example.com/policies/3/obligations/12/sharedParties/1> a <http://purl.obolibrary.org/obo/ICO_0000422>, odrl:PartyCollection ; # Patients
vcard:fn "Patients"^^xsd:string .
<https://example.com/policies/3/obligations/12/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C70699>, odrl:AssetCollection ; # Biospecimen
dct:title "Biospecimens"^^xsd:string .
<https://example.com/policies/3/obligations/12/actions/1> rdf:value odrl:share .
<https://example.com/policies/3/obligations/12/constraints/1> odrl:leftOperand odrl:purpose ;
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/DUO_0000042> . # General research use
## Obligation 13: Health and wellness of the participant (and his/her family) shall be safeguarded.
# Translation:
# N.B: Impossible to model "Health and wellness of the participant (and his/her family) shall be safeguarded".
<https://example.com/policies/3/obligations/13> dct:subject "return_of_incidental_findings" ;
odrl:target <https://example.com/policies/3/obligations/13/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/13/actions/1> ;
odrl:assigner this:Data_Center_01 ;
occe:sharedParty this:Data_Center_01 .
<https://example.com/policies/3/obligations/13/targets/1> a <http://purl.obolibrary.org/obo/OMIT_0022412>, odrl:AssetCollection ; # Incidental Findings
dct:title "Incidental Findings"^^xsd:string .
<https://example.com/policies/3/obligations/13/actions/1> rdf:value odrl:share .
## Obligation 14: Health and wellness of the participant (and his/her family) shall be safeguarded.
# Translation:
# N.B: Impossible to model "Health and wellness of the participant (and his/her family) shall be safeguarded".
<https://example.com/policies/3/obligations/14> dct:subject "return_of_results" ;
odrl:target <https://example.com/policies/3/obligations/14/targets/1> ;
odrl:action <https://example.com/policies/3/obligations/14/actions/1> ;
odrl:assigner this:Data_Center_01 ;
occe:sharedParty this:Data_Center_01 .
<https://example.com/policies/3/obligations/14/targets/1> a <http://purl.obolibrary.org/obo/NCIT_C20200>, odrl:AssetCollection ; # Outcome
dct:title "Results"^^xsd:string .
<https://example.com/policies/3/obligations/14/actions/1> rdf:value odrl:share .
## Obligation 16: Rules about user authentication are declared in the informed consent.
# Translation:
<https://example.com/policies/3/obligations/15> dct:subject "user_authentication" ;
odrl:action <https://example.com/policies/3/obligations/15/actions/1>, <https://example.com/policies/3/obligations/15/actions/2> ;
odrl:assigner this:Data_Center_01 .
<https://example.com/policies/3/obligations/15/actions/1> rdf:value <http://purl.obolibrary.org/obo/NCIT_C64950> ; # Follow (adhere to)
odrl:refinement <https://example.com/policies/3/obligations/15/actions/1/refinements/1> .
<https://example.com/policies/3/obligations/15/actions/1/refinements/1> odrl:leftOperand dpv:Context ; # Context
odrl:operator odrl:isA ;
odrl:rightOperand <http://purl.obolibrary.org/obo/NCIT_C16735> . # Informed consent
<https://example.com/policies/3/obligations/15/actions/2> rdf:value <http://schema.org/RegisterAction> . # Register Action