-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunified-schema-datausepermissions.ttl
132 lines (111 loc) · 8.22 KB
/
unified-schema-datausepermissions.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
@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:Signed_consent_Data_use_permissions_general_research_use a obo:DUO_0000001;
rdfs:label "general research use";
dc:description "This data use limitation indicates that use is allowed for general research use for any research purpose.";
rdfs:isDefinedBy obo:DUO_0000042 .
fg:Signed_consent_Data_use_permissions_health_or_medical_or_biomedical_research a
obo:DUO_0000001;
rdfs:label "health or medical or biomedical research";
dc:description "This data use limitation indicates that use is allowed for health/medical/biomedical purposes; does not include the study of population origins or ancestry.";
rdfs:isDefinedBy obo:DUO_0000006 .
fg:Signed_consent_Data_use_permissions_disease-specific_research a obo:DUO_0000001;
rdfs:label "disease-specific research";
dc:description "This data use limitation indicates that use is allowed provided it is related to the specified disease.";
rdfs:isDefinedBy obo:DUO_0000007 .
fg:Signed_consent_Data_use_permissions_no_restriction a obo:DUO_0000001;
rdfs:label "no restriction";
dc:description "This data use limitation indicates there is no restriction on use.";
rdfs:isDefinedBy obo:DUO_0000004 .
fg:Signed_consent_Data_use_permissions_population_origins_or_ancestry_research_only
a obo:DUO_0000001;
rdfs:label "population origins or ancestry research only";
dc:description "This data use limitation indicates that use of the data is limited to the study of population origins or ancestry.";
rdfs:isDefinedBy obo:DUO_0000011 .
<https://w3id.org/fair-genomes/ontology/Signed_consent_Data_use_permissions_NoInformation_(NI,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Invalid_(INV,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Derived_(DER,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Other_(OTH,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Negative_infinity_(NINF,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Positive_infinity_(PINF,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Un-encoded_(UNC,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Masked_(MSK,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Not_applicable_(NA,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Unknown_(UNK,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Asked_but_unknown_(ASKU,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Temporarily_unavailable_(NAV,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Not_asked_(NASK,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Not_available_(NAVU,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Sufficient_quantity_(QS,_nullflavor)>
a obo:DUO_0000001;
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/Signed_consent_Data_use_permissions_Trace_(TRC,_nullflavor)>
a obo:DUO_0000001;
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> .