-
Notifications
You must be signed in to change notification settings - Fork 1
/
unified-schema-mtbxmassspecassays.ttl
121 lines (102 loc) · 7.63 KB
/
unified-schema-mtbxmassspecassays.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
@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:Metabolomic_mass_spec_assays_Assay_type_selected_reaction_monitoring a obo:CHMO_0000470;
rdfs:label "selected reaction monitoring";
dc:description "selected reaction monitoring";
rdfs:isDefinedBy obo:CHMO_0002867 .
fg:Metabolomic_mass_spec_assays_Assay_type_high-resolution_mass_spectrometry a obo:CHMO_0000470;
rdfs:label "high-resolution mass spectrometry";
dc:description "high-resolution mass spectrometry";
rdfs:isDefinedBy obo:CHMO_0000498 .
fg:Metabolomic_mass_spec_assays_Assay_type_electrospray-ionisation_quadrupole_time-of-flight_tandem_mass_spectrometry
a obo:CHMO_0000470;
rdfs:label "electrospray-ionisation quadrupole time-of-flight tandem mass spectrometry";
dc:description "electrospray-ionisation quadrupole time-of-flight tandem mass spectrometry";
rdfs:isDefinedBy obo:CHMO_0001275 .
<https://w3id.org/fair-genomes/ontology/Metabolomic_mass_spec_assays_Assay_type_NoInformation_(NI,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Invalid_(INV,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Derived_(DER,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Other_(OTH,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Negative_infinity_(NINF,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Positive_infinity_(PINF,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Un-encoded_(UNC,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Masked_(MSK,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Not_applicable_(NA,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Unknown_(UNK,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Asked_but_unknown_(ASKU,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Temporarily_unavailable_(NAV,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Not_asked_(NASK,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Not_available_(NAVU,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Sufficient_quantity_(QS,_nullflavor)>
a obo:CHMO_0000470;
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/Metabolomic_mass_spec_assays_Assay_type_Trace_(TRC,_nullflavor)>
a obo:CHMO_0000470;
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> .