-
Notifications
You must be signed in to change notification settings - Fork 1
/
unified-schema-familymembers.ttl
611 lines (497 loc) · 32.5 KB
/
unified-schema-familymembers.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
@prefix fg: <https://w3id.org/fair-genomes/ontology/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sio: <https://semanticscience.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ordo: <http://www.orpha.net/ORDO/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
fg:Clinical_Family_members_affected_Biological_Daughter a obo:NCIT_C71384;
rdfs:label "Biological Daughter";
dc:description "A female progeny with genetic makeup inherited from the parent.";
rdfs:isDefinedBy obo:NCIT_C150887 .
fg:Clinical_Family_members_affected_Biological_Son a obo:NCIT_C71384;
rdfs:label "Biological Son";
dc:description "A male progeny with genetic makeup inherited from the parent.";
rdfs:isDefinedBy obo:NCIT_C150888 .
fg:Clinical_Family_members_affected_Biological_Maternal_Grandfather a obo:NCIT_C71384;
rdfs:label "Biological Maternal Grandfather";
dc:description "A male relative who is the biological father of the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96577 .
fg:Clinical_Family_members_affected_Biological_Paternal_Grandfather a obo:NCIT_C71384;
rdfs:label "Biological Paternal Grandfather";
dc:description "A male relative who is the biological father of the biological father.";
rdfs:isDefinedBy obo:NCIT_C96583 .
fg:Clinical_Family_members_affected_Biological_Paternal_Grandmother a obo:NCIT_C71384;
rdfs:label "Biological Paternal Grandmother";
dc:description "A female relative who is the biological mother of the biological father.";
rdfs:isDefinedBy obo:NCIT_C96584 .
fg:Clinical_Family_members_affected_Biological_Maternal_Grandmother a obo:NCIT_C71384;
rdfs:label "Biological Maternal Grandmother";
dc:description "A female relative who is the biological mother of the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96578 .
fg:Clinical_Family_members_affected_Biological_Maternal_Cousin a obo:NCIT_C71384;
rdfs:label "Biological Maternal Cousin";
dc:description "A relative who is the offspring of a sibling of the biological mother and thus sharing a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96576 .
fg:Clinical_Family_members_affected_Biological_Paternal_Cousin a obo:NCIT_C71384;
rdfs:label "Biological Paternal Cousin";
dc:description "A relative who is the offspring of a sibling of the biological father and thus sharing a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96582 .
fg:Clinical_Family_members_affected_Biological_Paternal_Aunt a obo:NCIT_C71384;
rdfs:label "Biological Paternal Aunt";
dc:description "A female relative who is a sibling of the biological father, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96581 .
fg:Clinical_Family_members_affected_Biological_Maternal_Aunt a obo:NCIT_C71384;
rdfs:label "Biological Maternal Aunt";
dc:description "A female relative who is a sibling of the biological mother, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96575 .
fg:Clinical_Family_members_affected_Biological_Father a obo:NCIT_C71384;
rdfs:label "Biological Father";
dc:description "A male who contributes to the genetic makeup of his offspring through the fertilization of an ovum by his sperm.";
rdfs:isDefinedBy obo:NCIT_C96572 .
fg:Clinical_Family_members_affected_Biological_Mother a obo:NCIT_C71384;
rdfs:label "Biological Mother";
dc:description "A female who contributes to the genetic makeup of her offspring from the fertilization of her ovum.";
rdfs:isDefinedBy obo:NCIT_C96580 .
fg:Clinical_Family_members_affected_Half-brother_with_Father_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-brother with Father as Common Parent";
dc:description "A male sibling who shares the genetic makeup inherited from only the biological father.";
rdfs:isDefinedBy obo:NCIT_C96655 .
fg:Clinical_Family_members_affected_Half-sister_with_Father_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-sister with Father as Common Parent";
dc:description "A female sibling who shares the genetic makeup inherited from only the biological father.";
rdfs:isDefinedBy obo:NCIT_C96657 .
fg:Clinical_Family_members_affected_Half-brother_with_Mother_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-brother with Mother as Common Parent";
dc:description "A male sibling who shares the genetic makeup inherited from only the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96656 .
fg:Clinical_Family_members_affected_Half-sister_with_Mother_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-sister with Mother as Common Parent";
dc:description "A female sibling who shares the genetic makeup inherited from only the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96658 .
fg:Clinical_Family_members_affected_Fraternal_Twin_Brother a obo:NCIT_C71384;
rdfs:label "Fraternal Twin Brother";
dc:description "A male full sibling that developed from a separately fertilized ova during the same pregnancy.";
rdfs:isDefinedBy obo:NCIT_C165796 .
fg:Clinical_Family_members_affected_Fraternal_Twin_Sister a obo:NCIT_C71384;
rdfs:label "Fraternal Twin Sister";
dc:description "A female full sibling that developed from a separately fertilized ova during the same pregnancy.";
rdfs:isDefinedBy obo:NCIT_C165797 .
fg:Clinical_Family_members_affected_Identical_Twin_Brother a obo:NCIT_C71384;
rdfs:label "Identical Twin Brother";
dc:description "A male full sibling that developed from a shared ovum.";
rdfs:isDefinedBy obo:NCIT_C165848 .
fg:Clinical_Family_members_affected_Identical_Twin_Sister a obo:NCIT_C71384;
rdfs:label "Identical Twin Sister";
dc:description "A female full sibling that developed from a shared ovum.";
rdfs:isDefinedBy obo:NCIT_C165849 .
fg:Clinical_Family_members_affected_Full_Brother a obo:NCIT_C71384;
rdfs:label "Full Brother";
dc:description "A male who shares with his sibling the genetic makeup inherited from both of the biological parents.";
rdfs:isDefinedBy obo:NCIT_C111201 .
fg:Clinical_Family_members_affected_Full_Sister a obo:NCIT_C71384;
rdfs:label "Full Sister";
dc:description "A female who shares with her sibling the genetic makeup inherited from both of the biological parents.";
rdfs:isDefinedBy obo:NCIT_C111202 .
fg:Clinical_Family_members_affected_Grandson a obo:NCIT_C71384;
rdfs:label "Grandson";
dc:description "A male grandchild.";
rdfs:isDefinedBy obo:NCIT_C71398 .
fg:Clinical_Family_members_affected_Granddaughter a obo:NCIT_C71384;
rdfs:label "Granddaughter";
dc:description "A female grandchild.";
rdfs:isDefinedBy obo:NCIT_C71399 .
fg:Clinical_Family_members_affected_Biological_Maternal_Uncle a obo:NCIT_C71384;
rdfs:label "Biological Maternal Uncle";
dc:description "A male relative who is a sibling of the biological mother, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96579 .
fg:Clinical_Family_members_affected_Biological_Paternal_Uncle a obo:NCIT_C71384;
rdfs:label "Biological Paternal Uncle";
dc:description "A male relative who is a sibling of the biological father, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96585 .
fg:Clinical_Family_members_affected_Niece a obo:NCIT_C71384;
rdfs:label "Niece";
dc:description "A daughter of your brother or sister.";
rdfs:isDefinedBy obo:NCIT_C71408 .
fg:Clinical_Family_members_affected_Nephew a obo:NCIT_C71384;
rdfs:label "Nephew";
dc:description "A son of your brother or sister.";
rdfs:isDefinedBy obo:NCIT_C71409 .
fg:Clinical_Family_members_affected_Ancestor a obo:NCIT_C71384;
rdfs:label "Ancestor";
dc:description "Someone from whom you are descended (but usually more remote than a grandparent).";
rdfs:isDefinedBy obo:NCIT_C42609 .
fg:Clinical_Family_members_affected_Maternal_First_Cousin_Once_Removed a obo:NCIT_C71384;
rdfs:label "Maternal First Cousin Once Removed";
dc:description "A child of one's first cousin who is related by lineage through the mother's side of the family.";
rdfs:isDefinedBy obo:NCIT_C165851 .
fg:Clinical_Family_members_affected_Paternal_First_Cousin_Once_Removed a obo:NCIT_C71384;
rdfs:label "Paternal First Cousin Once Removed";
dc:description "A child of one's first cousin who is related by lineage through the father's side of the family.";
rdfs:isDefinedBy obo:NCIT_C165852 .
fg:Clinical_Family_members_affected_Descendent a obo:NCIT_C71384;
rdfs:label "Descendent";
dc:description "Someone deriving or descending from an ancestor.";
rdfs:isDefinedBy obo:NCIT_C42674 .
fg:Clinical_Family_members_affected_Great_Grandchild a obo:NCIT_C71384;
rdfs:label "Great Grandchild";
dc:description "A child of one's grandchild.";
rdfs:isDefinedBy obo:NCIT_C165847 .
fg:Clinical_Family_members_affected_Maternal_Great_Grandparent a obo:NCIT_C71384;
rdfs:label "Maternal Great Grandparent";
dc:description "A parent of one's maternal grandparent.";
rdfs:isDefinedBy obo:NCIT_C166127 .
fg:Clinical_Family_members_affected_Paternal_Great_Grandparent a obo:NCIT_C71384;
rdfs:label "Paternal Great Grandparent";
dc:description "A parent of one's paternal grandparent.";
rdfs:isDefinedBy obo:NCIT_C166128 .
fg:Clinical_Family_members_affected_Great_Nephew a obo:NCIT_C71384;
rdfs:label "Great Nephew";
dc:description "A male child of one's niece or nephew.";
rdfs:isDefinedBy obo:NCIT_C165798 .
fg:Clinical_Family_members_affected_Great_Niece a obo:NCIT_C71384;
rdfs:label "Great Niece";
dc:description "A female child of one's niece or nephew.";
rdfs:isDefinedBy obo:NCIT_C165846 .
fg:Clinical_Family_members_affected_Maternal_Great_Aunt a obo:NCIT_C71384;
rdfs:label "Maternal Great Aunt";
dc:description "The aunt of one's mother.";
rdfs:isDefinedBy obo:NCIT_C165853 .
fg:Clinical_Family_members_affected_Maternal_Great_Uncle a obo:NCIT_C71384;
rdfs:label "Maternal Great Uncle";
dc:description "The uncle of one's mother.";
rdfs:isDefinedBy obo:NCIT_C165854 .
fg:Clinical_Family_members_affected_Paternal_Great_Aunt a obo:NCIT_C71384;
rdfs:label "Paternal Great Aunt";
dc:description "The aunt of one's father.";
rdfs:isDefinedBy obo:NCIT_C165856 .
fg:Clinical_Family_members_affected_Paternal_Great_Uncle a obo:NCIT_C71384;
rdfs:label "Paternal Great Uncle";
dc:description "The uncle of one's father.";
rdfs:isDefinedBy obo:NCIT_C165857 .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_NoInformation_(NI,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "NoInformation (NI, nullflavor)";
dc:description "The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NI> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Invalid_(INV,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Invalid (INV, nullflavor)";
dc:description "The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#INV> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Derived_(DER,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Derived (DER, nullflavor)";
dc:description "An actual value may exist, but it must be derived from the provided information (usually an EXPR generic data type extension will be used to convey the derivation expression .";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#DER> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Other_(OTH,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Other (OTH, nullflavor)";
dc:description "The actual value is not a member of the set of permitted data values in the constrained value domain of a variable.The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#OTH> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Negative_infinity_(NINF,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Negative infinity (NINF, nullflavor)";
dc:description "Negative infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NINF> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Positive_infinity_(PINF,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Positive infinity (PINF, nullflavor)";
dc:description "Positive infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#PINF> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Un-encoded_(UNC,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Un-encoded (UNC, nullflavor)";
dc:description "The actual value has not yet been encoded within the approved value domain.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNC> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Masked_(MSK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Masked (MSK, nullflavor)";
dc:description "There is information on this item available but it has not been provided by the sender due to security, privacy or other reasons. There may be an alternate mechanism for gaining access to this information.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#MSK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Not_applicable_(NA,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not applicable (NA, nullflavor)";
dc:description "Known to have no proper value (e.g., last menstrual period for a male).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NA> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Unknown_(UNK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Unknown (UNK, nullflavor)";
dc:description "A proper value is applicable, but not known.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Asked_but_unknown_(ASKU,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Asked but unknown (ASKU, nullflavor)";
dc:description "Information was sought but not found (e.g., patient was asked but didn't know)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#ASKU> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Temporarily_unavailable_(NAV,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Temporarily unavailable (NAV, nullflavor)";
dc:description "Information is not available at this time but it is expected that it will be available later.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAV> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Not_asked_(NASK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not asked (NASK, nullflavor)";
dc:description "This information has not been sought. (e.g., patient was not asked)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NASK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Not_available_(NAVU,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not available (NAVU, nullflavor)";
dc:description "Information is not available at this time (with no expectation regarding whether it will or will not be available in the future).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAVU> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Sufficient_quantity_(QS,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Sufficient quantity (QS, nullflavor)";
dc:description "The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material. e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' The null flavor would be used to express the quantity of water.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#QS> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_affected_Trace_(TRC,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Trace (TRC, nullflavor)";
dc:description "The content is greater than zero, but too small to be quantified.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#TRC> .
fg:Clinical_Family_members_sequenced_Biological_Daughter a obo:NCIT_C71384;
rdfs:label "Biological Daughter";
dc:description "A female progeny with genetic makeup inherited from the parent.";
rdfs:isDefinedBy obo:NCIT_C150887 .
fg:Clinical_Family_members_sequenced_Biological_Son a obo:NCIT_C71384;
rdfs:label "Biological Son";
dc:description "A male progeny with genetic makeup inherited from the parent.";
rdfs:isDefinedBy obo:NCIT_C150888 .
fg:Clinical_Family_members_sequenced_Biological_Maternal_Grandfather a obo:NCIT_C71384;
rdfs:label "Biological Maternal Grandfather";
dc:description "A male relative who is the biological father of the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96577 .
fg:Clinical_Family_members_sequenced_Biological_Paternal_Grandfather a obo:NCIT_C71384;
rdfs:label "Biological Paternal Grandfather";
dc:description "A male relative who is the biological father of the biological father.";
rdfs:isDefinedBy obo:NCIT_C96583 .
fg:Clinical_Family_members_sequenced_Biological_Paternal_Grandmother a obo:NCIT_C71384;
rdfs:label "Biological Paternal Grandmother";
dc:description "A female relative who is the biological mother of the biological father.";
rdfs:isDefinedBy obo:NCIT_C96584 .
fg:Clinical_Family_members_sequenced_Biological_Maternal_Grandmother a obo:NCIT_C71384;
rdfs:label "Biological Maternal Grandmother";
dc:description "A female relative who is the biological mother of the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96578 .
fg:Clinical_Family_members_sequenced_Biological_Maternal_Cousin a obo:NCIT_C71384;
rdfs:label "Biological Maternal Cousin";
dc:description "A relative who is the offspring of a sibling of the biological mother and thus sharing a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96576 .
fg:Clinical_Family_members_sequenced_Biological_Paternal_Cousin a obo:NCIT_C71384;
rdfs:label "Biological Paternal Cousin";
dc:description "A relative who is the offspring of a sibling of the biological father and thus sharing a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96582 .
fg:Clinical_Family_members_sequenced_Biological_Paternal_Aunt a obo:NCIT_C71384;
rdfs:label "Biological Paternal Aunt";
dc:description "A female relative who is a sibling of the biological father, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96581 .
fg:Clinical_Family_members_sequenced_Biological_Maternal_Aunt a obo:NCIT_C71384;
rdfs:label "Biological Maternal Aunt";
dc:description "A female relative who is a sibling of the biological mother, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96575 .
fg:Clinical_Family_members_sequenced_Biological_Father a obo:NCIT_C71384;
rdfs:label "Biological Father";
dc:description "A male who contributes to the genetic makeup of his offspring through the fertilization of an ovum by his sperm.";
rdfs:isDefinedBy obo:NCIT_C96572 .
fg:Clinical_Family_members_sequenced_Biological_Mother a obo:NCIT_C71384;
rdfs:label "Biological Mother";
dc:description "A female who contributes to the genetic makeup of her offspring from the fertilization of her ovum.";
rdfs:isDefinedBy obo:NCIT_C96580 .
fg:Clinical_Family_members_sequenced_Half-brother_with_Father_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-brother with Father as Common Parent";
dc:description "A male sibling who shares the genetic makeup inherited from only the biological father.";
rdfs:isDefinedBy obo:NCIT_C96655 .
fg:Clinical_Family_members_sequenced_Half-sister_with_Father_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-sister with Father as Common Parent";
dc:description "A female sibling who shares the genetic makeup inherited from only the biological father.";
rdfs:isDefinedBy obo:NCIT_C96657 .
fg:Clinical_Family_members_sequenced_Half-brother_with_Mother_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-brother with Mother as Common Parent";
dc:description "A male sibling who shares the genetic makeup inherited from only the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96656 .
fg:Clinical_Family_members_sequenced_Half-sister_with_Mother_as_Common_Parent a obo:NCIT_C71384;
rdfs:label "Half-sister with Mother as Common Parent";
dc:description "A female sibling who shares the genetic makeup inherited from only the biological mother.";
rdfs:isDefinedBy obo:NCIT_C96658 .
fg:Clinical_Family_members_sequenced_Fraternal_Twin_Brother a obo:NCIT_C71384;
rdfs:label "Fraternal Twin Brother";
dc:description "A male full sibling that developed from a separately fertilized ova during the same pregnancy.";
rdfs:isDefinedBy obo:NCIT_C165796 .
fg:Clinical_Family_members_sequenced_Fraternal_Twin_Sister a obo:NCIT_C71384;
rdfs:label "Fraternal Twin Sister";
dc:description "A female full sibling that developed from a separately fertilized ova during the same pregnancy.";
rdfs:isDefinedBy obo:NCIT_C165797 .
fg:Clinical_Family_members_sequenced_Identical_Twin_Brother a obo:NCIT_C71384;
rdfs:label "Identical Twin Brother";
dc:description "A male full sibling that developed from a shared ovum.";
rdfs:isDefinedBy obo:NCIT_C165848 .
fg:Clinical_Family_members_sequenced_Identical_Twin_Sister a obo:NCIT_C71384;
rdfs:label "Identical Twin Sister";
dc:description "A female full sibling that developed from a shared ovum.";
rdfs:isDefinedBy obo:NCIT_C165849 .
fg:Clinical_Family_members_sequenced_Full_Brother a obo:NCIT_C71384;
rdfs:label "Full Brother";
dc:description "A male who shares with his sibling the genetic makeup inherited from both of the biological parents.";
rdfs:isDefinedBy obo:NCIT_C111201 .
fg:Clinical_Family_members_sequenced_Full_Sister a obo:NCIT_C71384;
rdfs:label "Full Sister";
dc:description "A female who shares with her sibling the genetic makeup inherited from both of the biological parents.";
rdfs:isDefinedBy obo:NCIT_C111202 .
fg:Clinical_Family_members_sequenced_Grandson a obo:NCIT_C71384;
rdfs:label "Grandson";
dc:description "A male grandchild.";
rdfs:isDefinedBy obo:NCIT_C71398 .
fg:Clinical_Family_members_sequenced_Granddaughter a obo:NCIT_C71384;
rdfs:label "Granddaughter";
dc:description "A female grandchild.";
rdfs:isDefinedBy obo:NCIT_C71399 .
fg:Clinical_Family_members_sequenced_Biological_Maternal_Uncle a obo:NCIT_C71384;
rdfs:label "Biological Maternal Uncle";
dc:description "A male relative who is a sibling of the biological mother, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96579 .
fg:Clinical_Family_members_sequenced_Biological_Paternal_Uncle a obo:NCIT_C71384;
rdfs:label "Biological Paternal Uncle";
dc:description "A male relative who is a sibling of the biological father, and who both share a common ancestor.";
rdfs:isDefinedBy obo:NCIT_C96585 .
fg:Clinical_Family_members_sequenced_Niece a obo:NCIT_C71384;
rdfs:label "Niece";
dc:description "A daughter of your brother or sister.";
rdfs:isDefinedBy obo:NCIT_C71408 .
fg:Clinical_Family_members_sequenced_Nephew a obo:NCIT_C71384;
rdfs:label "Nephew";
dc:description "A son of your brother or sister.";
rdfs:isDefinedBy obo:NCIT_C71409 .
fg:Clinical_Family_members_sequenced_Ancestor a obo:NCIT_C71384;
rdfs:label "Ancestor";
dc:description "Someone from whom you are descended (but usually more remote than a grandparent).";
rdfs:isDefinedBy obo:NCIT_C42609 .
fg:Clinical_Family_members_sequenced_Maternal_First_Cousin_Once_Removed a obo:NCIT_C71384;
rdfs:label "Maternal First Cousin Once Removed";
dc:description "A child of one's first cousin who is related by lineage through the mother's side of the family.";
rdfs:isDefinedBy obo:NCIT_C165851 .
fg:Clinical_Family_members_sequenced_Paternal_First_Cousin_Once_Removed a obo:NCIT_C71384;
rdfs:label "Paternal First Cousin Once Removed";
dc:description "A child of one's first cousin who is related by lineage through the father's side of the family.";
rdfs:isDefinedBy obo:NCIT_C165852 .
fg:Clinical_Family_members_sequenced_Descendent a obo:NCIT_C71384;
rdfs:label "Descendent";
dc:description "Someone deriving or descending from an ancestor.";
rdfs:isDefinedBy obo:NCIT_C42674 .
fg:Clinical_Family_members_sequenced_Great_Grandchild a obo:NCIT_C71384;
rdfs:label "Great Grandchild";
dc:description "A child of one's grandchild.";
rdfs:isDefinedBy obo:NCIT_C165847 .
fg:Clinical_Family_members_sequenced_Maternal_Great_Grandparent a obo:NCIT_C71384;
rdfs:label "Maternal Great Grandparent";
dc:description "A parent of one's maternal grandparent.";
rdfs:isDefinedBy obo:NCIT_C166127 .
fg:Clinical_Family_members_sequenced_Paternal_Great_Grandparent a obo:NCIT_C71384;
rdfs:label "Paternal Great Grandparent";
dc:description "A parent of one's paternal grandparent.";
rdfs:isDefinedBy obo:NCIT_C166128 .
fg:Clinical_Family_members_sequenced_Great_Nephew a obo:NCIT_C71384;
rdfs:label "Great Nephew";
dc:description "A male child of one's niece or nephew.";
rdfs:isDefinedBy obo:NCIT_C165798 .
fg:Clinical_Family_members_sequenced_Great_Niece a obo:NCIT_C71384;
rdfs:label "Great Niece";
dc:description "A female child of one's niece or nephew.";
rdfs:isDefinedBy obo:NCIT_C165846 .
fg:Clinical_Family_members_sequenced_Maternal_Great_Aunt a obo:NCIT_C71384;
rdfs:label "Maternal Great Aunt";
dc:description "The aunt of one's mother.";
rdfs:isDefinedBy obo:NCIT_C165853 .
fg:Clinical_Family_members_sequenced_Maternal_Great_Uncle a obo:NCIT_C71384;
rdfs:label "Maternal Great Uncle";
dc:description "The uncle of one's mother.";
rdfs:isDefinedBy obo:NCIT_C165854 .
fg:Clinical_Family_members_sequenced_Paternal_Great_Aunt a obo:NCIT_C71384;
rdfs:label "Paternal Great Aunt";
dc:description "The aunt of one's father.";
rdfs:isDefinedBy obo:NCIT_C165856 .
fg:Clinical_Family_members_sequenced_Paternal_Great_Uncle a obo:NCIT_C71384;
rdfs:label "Paternal Great Uncle";
dc:description "The uncle of one's father.";
rdfs:isDefinedBy obo:NCIT_C165857 .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_NoInformation_(NI,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "NoInformation (NI, nullflavor)";
dc:description "The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NI> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Invalid_(INV,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Invalid (INV, nullflavor)";
dc:description "The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#INV> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Derived_(DER,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Derived (DER, nullflavor)";
dc:description "An actual value may exist, but it must be derived from the provided information (usually an EXPR generic data type extension will be used to convey the derivation expression .";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#DER> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Other_(OTH,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Other (OTH, nullflavor)";
dc:description "The actual value is not a member of the set of permitted data values in the constrained value domain of a variable.The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#OTH> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Negative_infinity_(NINF,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Negative infinity (NINF, nullflavor)";
dc:description "Negative infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NINF> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Positive_infinity_(PINF,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Positive infinity (PINF, nullflavor)";
dc:description "Positive infinity of numbers.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#PINF> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Un-encoded_(UNC,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Un-encoded (UNC, nullflavor)";
dc:description "The actual value has not yet been encoded within the approved value domain.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNC> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Masked_(MSK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Masked (MSK, nullflavor)";
dc:description "There is information on this item available but it has not been provided by the sender due to security, privacy or other reasons. There may be an alternate mechanism for gaining access to this information.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#MSK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Not_applicable_(NA,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not applicable (NA, nullflavor)";
dc:description "Known to have no proper value (e.g., last menstrual period for a male).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NA> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Unknown_(UNK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Unknown (UNK, nullflavor)";
dc:description "A proper value is applicable, but not known.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#UNK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Asked_but_unknown_(ASKU,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Asked but unknown (ASKU, nullflavor)";
dc:description "Information was sought but not found (e.g., patient was asked but didn't know)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#ASKU> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Temporarily_unavailable_(NAV,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Temporarily unavailable (NAV, nullflavor)";
dc:description "Information is not available at this time but it is expected that it will be available later.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAV> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Not_asked_(NASK,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not asked (NASK, nullflavor)";
dc:description "This information has not been sought. (e.g., patient was not asked)";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NASK> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Not_available_(NAVU,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Not available (NAVU, nullflavor)";
dc:description "Information is not available at this time (with no expectation regarding whether it will or will not be available in the future).";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#NAVU> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Sufficient_quantity_(QS,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Sufficient quantity (QS, nullflavor)";
dc:description "The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material. e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' The null flavor would be used to express the quantity of water.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#QS> .
<https://w3id.org/fair-genomes/ontology/Clinical_Family_members_sequenced_Trace_(TRC,_nullflavor)>
a obo:NCIT_C71384;
rdfs:label "Trace (TRC, nullflavor)";
dc:description "The content is greater than zero, but too small to be quantified.";
rdfs:isDefinedBy <http://terminology.hl7.org/CodeSystem/v3-NullFlavor#TRC> .