maherghanem86 commited on
Commit
5df2d51
·
verified ·
1 Parent(s): 6c8ee3e

Upload PharmaCompass_Populated_Robust.owl

Browse files
Files changed (1) hide show
  1. PharmaCompass_Populated_Robust.owl +565 -0
PharmaCompass_Populated_Robust.owl ADDED
@@ -0,0 +1,565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
4
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
5
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
6
+ xml:base="http://www.semanticweb.org/maher/ontologies/2026/2/untitled-ontology-5"
7
+ xmlns="http://www.semanticweb.org/maher/ontologies/2026/2/untitled-ontology-5#">
8
+
9
+ <owl:Ontology rdf:about="http://www.semanticweb.org/maher/ontologies/2026/2/untitled-ontology-5"/>
10
+
11
+ <owl:ObjectProperty rdf:about="#has_condition">
12
+ <rdfs:domain rdf:resource="#Patient"/>
13
+ <rdfs:range rdf:resource="#Condition"/>
14
+ </owl:ObjectProperty>
15
+
16
+ <owl:ObjectProperty rdf:about="#requires_condition">
17
+ <rdfs:domain rdf:resource="#ClinicalTrial"/>
18
+ <rdfs:range rdf:resource="#Condition"/>
19
+ </owl:ObjectProperty>
20
+
21
+ <owl:ObjectProperty rdf:about="#takes_medication">
22
+ <rdfs:domain rdf:resource="#Patient"/>
23
+ <rdfs:range rdf:resource="#Medication"/>
24
+ </owl:ObjectProperty>
25
+
26
+ <owl:DatatypeProperty rdf:about="#has_age">
27
+ <rdfs:domain rdf:resource="#Patient"/>
28
+ <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
29
+ </owl:DatatypeProperty>
30
+
31
+ <owl:DatatypeProperty rdf:about="#has_gender">
32
+ <rdfs:domain rdf:resource="#Patient"/>
33
+ <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
34
+ </owl:DatatypeProperty>
35
+
36
+ <owl:Class rdf:about="#Patient"/>
37
+
38
+ <owl:Class rdf:about="#Condition"/>
39
+
40
+ <owl:Class rdf:about="#ClinicalTrial"/>
41
+
42
+ <owl:Class rdf:about="#Medication"/>
43
+
44
+ <owl:Class rdf:about="#Asthma">
45
+ <rdfs:subClassOf rdf:resource="#Condition"/>
46
+ </owl:Class>
47
+
48
+ <owl:Class rdf:about="#Diabetes">
49
+ <rdfs:subClassOf rdf:resource="#Condition"/>
50
+ </owl:Class>
51
+
52
+ <owl:Class rdf:about="#Heparin">
53
+ <rdfs:subClassOf rdf:resource="#Medication"/>
54
+ </owl:Class>
55
+
56
+ <owl:Class rdf:about="#Metformin">
57
+ <rdfs:subClassOf rdf:resource="#Medication"/>
58
+ </owl:Class>
59
+
60
+ <owl:NamedIndividual rdf:about="#Patient_7519">
61
+ <rdf:type rdf:resource="#Patient"/>
62
+ </owl:NamedIndividual>
63
+
64
+ <owl:NamedIndividual rdf:about="#Patient_92057">
65
+ <rdf:type rdf:resource="#Patient"/>
66
+ </owl:NamedIndividual>
67
+
68
+ <owl:NamedIndividual rdf:about="#Patient_26979">
69
+ <rdf:type rdf:resource="#Patient"/>
70
+ <has_condition rdf:resource="#Condition_V_Fib_Arrest"/>
71
+ <takes_medication rdf:resource="#Medication_Heparin"/>
72
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
73
+ </owl:NamedIndividual>
74
+
75
+ <owl:NamedIndividual rdf:about="#Condition_V_Fib_Arrest">
76
+ <rdf:type rdf:resource="#Condition"/>
77
+ </owl:NamedIndividual>
78
+
79
+ <owl:NamedIndividual rdf:about="#Medication_Heparin">
80
+ <rdf:type rdf:resource="#Medication"/>
81
+ </owl:NamedIndividual>
82
+
83
+ <owl:NamedIndividual rdf:about="#Patient_4941">
84
+ <rdf:type rdf:resource="#Patient"/>
85
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">F</has_gender>
86
+ </owl:NamedIndividual>
87
+
88
+ <owl:NamedIndividual rdf:about="#Patient_30005">
89
+ <rdf:type rdf:resource="#Patient"/>
90
+ <takes_medication rdf:resource="#Medication_Tapered_Diluents"/>
91
+ </owl:NamedIndividual>
92
+
93
+ <owl:NamedIndividual rdf:about="#Medication_Tapered_Diluents">
94
+ <rdf:type rdf:resource="#Medication"/>
95
+ </owl:NamedIndividual>
96
+
97
+ <owl:NamedIndividual rdf:about="#Patient_31432">
98
+ <rdf:type rdf:resource="#Patient"/>
99
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs_"/>
100
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">F</has_gender>
101
+ </owl:NamedIndividual>
102
+
103
+ <owl:NamedIndividual rdf:about="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs_">
104
+ <rdf:type rdf:resource="#Medication"/>
105
+ </owl:NamedIndividual>
106
+
107
+ <owl:NamedIndividual rdf:about="#Patient_11040">
108
+ <rdf:type rdf:resource="#Patient"/>
109
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
110
+ </owl:NamedIndividual>
111
+
112
+ <owl:NamedIndividual rdf:about="#Medication_Aspirin">
113
+ <rdf:type rdf:resource="#Medication"/>
114
+ </owl:NamedIndividual>
115
+
116
+ <owl:NamedIndividual rdf:about="#Patient_74482">
117
+ <rdf:type rdf:resource="#Patient"/>
118
+ <has_condition rdf:resource="#Condition_Dyspnea_On_Exertion"/>
119
+ <takes_medication rdf:resource="#Medication_Percocet"/>
120
+ </owl:NamedIndividual>
121
+
122
+ <owl:NamedIndividual rdf:about="#Condition_Dyspnea_On_Exertion">
123
+ <rdf:type rdf:resource="#Condition"/>
124
+ </owl:NamedIndividual>
125
+
126
+ <owl:NamedIndividual rdf:about="#Medication_Percocet">
127
+ <rdf:type rdf:resource="#Medication"/>
128
+ </owl:NamedIndividual>
129
+
130
+ <owl:NamedIndividual rdf:about="#Patient_42430">
131
+ <rdf:type rdf:resource="#Patient"/>
132
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
133
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
134
+ </owl:NamedIndividual>
135
+
136
+ <owl:NamedIndividual rdf:about="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs">
137
+ <rdf:type rdf:resource="#Medication"/>
138
+ </owl:NamedIndividual>
139
+
140
+ <owl:NamedIndividual rdf:about="#Patient_61733">
141
+ <rdf:type rdf:resource="#Patient"/>
142
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
143
+ </owl:NamedIndividual>
144
+
145
+ <owl:NamedIndividual rdf:about="#Patient_53331">
146
+ <rdf:type rdf:resource="#Patient"/>
147
+ <has_condition rdf:resource="#Condition_Fall_With_Trauma_To_Back__Loss_Of_Strength_In_Both_Legs"/>
148
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
149
+ </owl:NamedIndividual>
150
+
151
+ <owl:NamedIndividual rdf:about="#Condition_Fall_With_Trauma_To_Back__Loss_Of_Strength_In_Both_Legs">
152
+ <rdf:type rdf:resource="#Condition"/>
153
+ </owl:NamedIndividual>
154
+
155
+ <owl:NamedIndividual rdf:about="#Patient_26789">
156
+ <rdf:type rdf:resource="#Patient"/>
157
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
158
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
159
+ </owl:NamedIndividual>
160
+
161
+ <owl:NamedIndividual rdf:about="#Patient_64036">
162
+ <rdf:type rdf:resource="#Patient"/>
163
+ <has_condition rdf:resource="#Condition_Worst_Headache_Of_Life"/>
164
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs_"/>
165
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
166
+ </owl:NamedIndividual>
167
+
168
+ <owl:NamedIndividual rdf:about="#Condition_Worst_Headache_Of_Life">
169
+ <rdf:type rdf:resource="#Condition"/>
170
+ </owl:NamedIndividual>
171
+
172
+ <owl:NamedIndividual rdf:about="#Patient_78797">
173
+ <rdf:type rdf:resource="#Patient"/>
174
+ <takes_medication rdf:resource="#Medication_Ampicillin"/>
175
+ <takes_medication rdf:resource="#Medication_Compazine"/>
176
+ <takes_medication rdf:resource="#Medication_Tegaderm"/>
177
+ <takes_medication rdf:resource="#Medication_Tincture_Of_Benzoin"/>
178
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
179
+ </owl:NamedIndividual>
180
+
181
+ <owl:NamedIndividual rdf:about="#Medication_Ampicillin">
182
+ <rdf:type rdf:resource="#Medication"/>
183
+ </owl:NamedIndividual>
184
+
185
+ <owl:NamedIndividual rdf:about="#Medication_Compazine">
186
+ <rdf:type rdf:resource="#Medication"/>
187
+ </owl:NamedIndividual>
188
+
189
+ <owl:NamedIndividual rdf:about="#Medication_Tegaderm">
190
+ <rdf:type rdf:resource="#Medication"/>
191
+ </owl:NamedIndividual>
192
+
193
+ <owl:NamedIndividual rdf:about="#Medication_Tincture_Of_Benzoin">
194
+ <rdf:type rdf:resource="#Medication"/>
195
+ </owl:NamedIndividual>
196
+
197
+ <owl:NamedIndividual rdf:about="#Patient_7042">
198
+ <rdf:type rdf:resource="#Patient"/>
199
+ <has_condition rdf:resource="#Condition_Headache"/>
200
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
201
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
202
+ </owl:NamedIndividual>
203
+
204
+ <owl:NamedIndividual rdf:about="#Condition_Headache">
205
+ <rdf:type rdf:resource="#Condition"/>
206
+ </owl:NamedIndividual>
207
+
208
+ <owl:NamedIndividual rdf:about="#Patient_8595">
209
+ <rdf:type rdf:resource="#Patient"/>
210
+ <takes_medication rdf:resource="#Medication_Tylenol"/>
211
+ </owl:NamedIndividual>
212
+
213
+ <owl:NamedIndividual rdf:about="#Medication_Tylenol">
214
+ <rdf:type rdf:resource="#Medication"/>
215
+ </owl:NamedIndividual>
216
+
217
+ <owl:NamedIndividual rdf:about="#Patient_45846">
218
+ <rdf:type rdf:resource="#Patient"/>
219
+ <has_condition rdf:resource="#Condition_Bright_Red_Blood_Per_Rectum"/>
220
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
221
+ </owl:NamedIndividual>
222
+
223
+ <owl:NamedIndividual rdf:about="#Condition_Bright_Red_Blood_Per_Rectum">
224
+ <rdf:type rdf:resource="#Condition"/>
225
+ </owl:NamedIndividual>
226
+
227
+ <owl:NamedIndividual rdf:about="#Patient_86259">
228
+ <rdf:type rdf:resource="#Patient"/>
229
+ <has_condition rdf:resource="#Condition_Chest_Pain"/>
230
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
231
+ </owl:NamedIndividual>
232
+
233
+ <owl:NamedIndividual rdf:about="#Condition_Chest_Pain">
234
+ <rdf:type rdf:resource="#Condition"/>
235
+ </owl:NamedIndividual>
236
+
237
+ <owl:NamedIndividual rdf:about="#Patient_8077">
238
+ <rdf:type rdf:resource="#Patient"/>
239
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
240
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
241
+ </owl:NamedIndividual>
242
+
243
+ <owl:NamedIndividual rdf:about="#Patient_70119">
244
+ <rdf:type rdf:resource="#Patient"/>
245
+ <takes_medication rdf:resource="#Medication_No_Known_Allergies"/>
246
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
247
+ </owl:NamedIndividual>
248
+
249
+ <owl:NamedIndividual rdf:about="#Medication_No_Known_Allergies">
250
+ <rdf:type rdf:resource="#Medication"/>
251
+ </owl:NamedIndividual>
252
+
253
+ <owl:NamedIndividual rdf:about="#Patient_83673">
254
+ <rdf:type rdf:resource="#Patient"/>
255
+ <has_condition rdf:resource="#Condition_Atrial_Septal_Defect"/>
256
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
257
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
258
+ </owl:NamedIndividual>
259
+
260
+ <owl:NamedIndividual rdf:about="#Condition_Atrial_Septal_Defect">
261
+ <rdf:type rdf:resource="#Condition"/>
262
+ </owl:NamedIndividual>
263
+
264
+ <owl:NamedIndividual rdf:about="#Patient_99098">
265
+ <rdf:type rdf:resource="#Patient"/>
266
+ <has_condition rdf:resource="#Condition_Delirium"/>
267
+ <takes_medication rdf:resource="#Medication_Sulfa"/>
268
+ <takes_medication rdf:resource="#Medication_Sulfonamide"/>
269
+ <takes_medication rdf:resource="#Medication_Antibiotics"/>
270
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
271
+ </owl:NamedIndividual>
272
+
273
+ <owl:NamedIndividual rdf:about="#Condition_Delirium">
274
+ <rdf:type rdf:resource="#Condition"/>
275
+ </owl:NamedIndividual>
276
+
277
+ <owl:NamedIndividual rdf:about="#Medication_Sulfa">
278
+ <rdf:type rdf:resource="#Medication"/>
279
+ </owl:NamedIndividual>
280
+
281
+ <owl:NamedIndividual rdf:about="#Medication_Sulfonamide">
282
+ <rdf:type rdf:resource="#Medication"/>
283
+ </owl:NamedIndividual>
284
+
285
+ <owl:NamedIndividual rdf:about="#Medication_Antibiotics">
286
+ <rdf:type rdf:resource="#Medication"/>
287
+ </owl:NamedIndividual>
288
+
289
+ <owl:NamedIndividual rdf:about="#Patient_15198">
290
+ <rdf:type rdf:resource="#Patient"/>
291
+ <has_condition rdf:resource="#Condition_Chest_Pain"/>
292
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
293
+ </owl:NamedIndividual>
294
+
295
+ <owl:NamedIndividual rdf:about="#Patient_92764">
296
+ <rdf:type rdf:resource="#Patient"/>
297
+ <has_condition rdf:resource="#Condition_Orthopnea"/>
298
+ <takes_medication rdf:resource="#Medication_No_Known_Allergies"/>
299
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
300
+ </owl:NamedIndividual>
301
+
302
+ <owl:NamedIndividual rdf:about="#Condition_Orthopnea">
303
+ <rdf:type rdf:resource="#Condition"/>
304
+ </owl:NamedIndividual>
305
+
306
+ <owl:NamedIndividual rdf:about="#Patient_31189">
307
+ <rdf:type rdf:resource="#Patient"/>
308
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
309
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
310
+ </owl:NamedIndividual>
311
+
312
+ <owl:NamedIndividual rdf:about="#Patient_41546">
313
+ <rdf:type rdf:resource="#Patient"/>
314
+ <has_condition rdf:resource="#Condition_Altered_Mental_Status"/>
315
+ <takes_medication rdf:resource="#Medication_Codeine"/>
316
+ <takes_medication rdf:resource="#Medication_Demerol"/>
317
+ </owl:NamedIndividual>
318
+
319
+ <owl:NamedIndividual rdf:about="#Condition_Altered_Mental_Status">
320
+ <rdf:type rdf:resource="#Condition"/>
321
+ </owl:NamedIndividual>
322
+
323
+ <owl:NamedIndividual rdf:about="#Medication_Codeine">
324
+ <rdf:type rdf:resource="#Medication"/>
325
+ </owl:NamedIndividual>
326
+
327
+ <owl:NamedIndividual rdf:about="#Medication_Demerol">
328
+ <rdf:type rdf:resource="#Medication"/>
329
+ </owl:NamedIndividual>
330
+
331
+ <owl:NamedIndividual rdf:about="#Patient_66016">
332
+ <rdf:type rdf:resource="#Patient"/>
333
+ <has_condition rdf:resource="#Condition_Metastatic_Melanoma_At_L_Major_Surgical_Or_Invasive_Procedure"/>
334
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
335
+ </owl:NamedIndividual>
336
+
337
+ <owl:NamedIndividual rdf:about="#Condition_Metastatic_Melanoma_At_L_Major_Surgical_Or_Invasive_Procedure">
338
+ <rdf:type rdf:resource="#Condition"/>
339
+ </owl:NamedIndividual>
340
+
341
+ <owl:NamedIndividual rdf:about="#Patient_4757">
342
+ <rdf:type rdf:resource="#Patient"/>
343
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
344
+ </owl:NamedIndividual>
345
+
346
+ <owl:NamedIndividual rdf:about="#Patient_59420">
347
+ <rdf:type rdf:resource="#Patient"/>
348
+ <has_condition rdf:resource="#Condition_Abdominal_Pain_X_Days"/>
349
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
350
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">F</has_gender>
351
+ </owl:NamedIndividual>
352
+
353
+ <owl:NamedIndividual rdf:about="#Condition_Abdominal_Pain_X_Days">
354
+ <rdf:type rdf:resource="#Condition"/>
355
+ </owl:NamedIndividual>
356
+
357
+ <owl:NamedIndividual rdf:about="#Patient_16947">
358
+ <rdf:type rdf:resource="#Patient"/>
359
+ <has_condition rdf:resource="#Condition_Altered_Mental_Status"/>
360
+ <takes_medication rdf:resource="#Medication_Bactrim"/>
361
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
362
+ </owl:NamedIndividual>
363
+
364
+ <owl:NamedIndividual rdf:about="#Medication_Bactrim">
365
+ <rdf:type rdf:resource="#Medication"/>
366
+ </owl:NamedIndividual>
367
+
368
+ <owl:NamedIndividual rdf:about="#Patient_32439">
369
+ <rdf:type rdf:resource="#Patient"/>
370
+ <takes_medication rdf:resource="#Medication_Sulfa"/>
371
+ <takes_medication rdf:resource="#Medication_Sulfonamides"/>
372
+ <takes_medication rdf:resource="#Medication_Penicillins"/>
373
+ <takes_medication rdf:resource="#Medication_Percocet"/>
374
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
375
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
376
+ </owl:NamedIndividual>
377
+
378
+ <owl:NamedIndividual rdf:about="#Medication_Sulfonamides">
379
+ <rdf:type rdf:resource="#Medication"/>
380
+ </owl:NamedIndividual>
381
+
382
+ <owl:NamedIndividual rdf:about="#Medication_Penicillins">
383
+ <rdf:type rdf:resource="#Medication"/>
384
+ </owl:NamedIndividual>
385
+
386
+ <owl:NamedIndividual rdf:about="#Patient_45186">
387
+ <rdf:type rdf:resource="#Patient"/>
388
+ <takes_medication rdf:resource="#Medication_Penicillins"/>
389
+ <takes_medication rdf:resource="#Medication_Latex"/>
390
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
391
+ </owl:NamedIndividual>
392
+
393
+ <owl:NamedIndividual rdf:about="#Medication_Latex">
394
+ <rdf:type rdf:resource="#Medication"/>
395
+ </owl:NamedIndividual>
396
+
397
+ <owl:NamedIndividual rdf:about="#Patient_41371">
398
+ <rdf:type rdf:resource="#Patient"/>
399
+ <has_condition rdf:resource="#Condition_Dizziness__Sob__Chest_Pain"/>
400
+ <takes_medication rdf:resource="#Medication_Erythromycin_Base"/>
401
+ <takes_medication rdf:resource="#Medication_Prednisone"/>
402
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
403
+ </owl:NamedIndividual>
404
+
405
+ <owl:NamedIndividual rdf:about="#Condition_Dizziness__Sob__Chest_Pain">
406
+ <rdf:type rdf:resource="#Condition"/>
407
+ </owl:NamedIndividual>
408
+
409
+ <owl:NamedIndividual rdf:about="#Medication_Erythromycin_Base">
410
+ <rdf:type rdf:resource="#Medication"/>
411
+ </owl:NamedIndividual>
412
+
413
+ <owl:NamedIndividual rdf:about="#Medication_Prednisone">
414
+ <rdf:type rdf:resource="#Medication"/>
415
+ </owl:NamedIndividual>
416
+
417
+ <owl:NamedIndividual rdf:about="#Patient_13776">
418
+ <rdf:type rdf:resource="#Patient"/>
419
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
420
+ </owl:NamedIndividual>
421
+
422
+ <owl:NamedIndividual rdf:about="#Patient_55739">
423
+ <rdf:type rdf:resource="#Patient"/>
424
+ <has_condition rdf:resource="#Condition_Hematemesis"/>
425
+ <takes_medication rdf:resource="#Medication_Dapsone"/>
426
+ <takes_medication rdf:resource="#Medication_Ibuprofen"/>
427
+ <takes_medication rdf:resource="#Medication_Penicillins"/>
428
+ <takes_medication rdf:resource="#Medication_Amoxicillin"/>
429
+ <takes_medication rdf:resource="#Medication_Sulfa"/>
430
+ <takes_medication rdf:resource="#Medication_Sulfonamide"/>
431
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
432
+ </owl:NamedIndividual>
433
+
434
+ <owl:NamedIndividual rdf:about="#Condition_Hematemesis">
435
+ <rdf:type rdf:resource="#Condition"/>
436
+ </owl:NamedIndividual>
437
+
438
+ <owl:NamedIndividual rdf:about="#Medication_Dapsone">
439
+ <rdf:type rdf:resource="#Medication"/>
440
+ </owl:NamedIndividual>
441
+
442
+ <owl:NamedIndividual rdf:about="#Medication_Ibuprofen">
443
+ <rdf:type rdf:resource="#Medication"/>
444
+ </owl:NamedIndividual>
445
+
446
+ <owl:NamedIndividual rdf:about="#Medication_Amoxicillin">
447
+ <rdf:type rdf:resource="#Medication"/>
448
+ </owl:NamedIndividual>
449
+
450
+ <owl:NamedIndividual rdf:about="#Patient_78551">
451
+ <rdf:type rdf:resource="#Patient"/>
452
+ <has_condition rdf:resource="#Condition_Lower_Extremity_Weakness"/>
453
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
454
+ </owl:NamedIndividual>
455
+
456
+ <owl:NamedIndividual rdf:about="#Condition_Lower_Extremity_Weakness">
457
+ <rdf:type rdf:resource="#Condition"/>
458
+ </owl:NamedIndividual>
459
+
460
+ <owl:NamedIndividual rdf:about="#Patient_11254">
461
+ <rdf:type rdf:resource="#Patient"/>
462
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
463
+ <takes_medication rdf:resource="#Medication_Levaquin"/>
464
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
465
+ </owl:NamedIndividual>
466
+
467
+ <owl:NamedIndividual rdf:about="#Medication_Levaquin">
468
+ <rdf:type rdf:resource="#Medication"/>
469
+ </owl:NamedIndividual>
470
+
471
+ <owl:NamedIndividual rdf:about="#Patient_17149">
472
+ <rdf:type rdf:resource="#Patient"/>
473
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
474
+ </owl:NamedIndividual>
475
+
476
+ <owl:NamedIndividual rdf:about="#Patient_9258">
477
+ <rdf:type rdf:resource="#Patient"/>
478
+ <has_condition rdf:resource="#Condition_Stemi__Cardiogenic_Shock__Major_Surgical_Or_Invasive_Procedure__Cardiac_Catheterization__Arterial_Line_Placement__Intra_Aortic_Balloon_Pump_Placement"/>
479
+ <takes_medication rdf:resource="#Medication_Patient_Recorded_As_Having_No_Known_Allergies_To_Drugs"/>
480
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
481
+ </owl:NamedIndividual>
482
+
483
+ <owl:NamedIndividual rdf:about="#Condition_Stemi__Cardiogenic_Shock__Major_Surgical_Or_Invasive_Procedure__Cardiac_Catheterization__Arterial_Line_Placement__Intra_Aortic_Balloon_Pump_Placement">
484
+ <rdf:type rdf:resource="#Condition"/>
485
+ </owl:NamedIndividual>
486
+
487
+ <owl:NamedIndividual rdf:about="#Patient_11819">
488
+ <rdf:type rdf:resource="#Patient"/>
489
+ <takes_medication rdf:resource="#Medication_Imipramine"/>
490
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
491
+ </owl:NamedIndividual>
492
+
493
+ <owl:NamedIndividual rdf:about="#Medication_Imipramine">
494
+ <rdf:type rdf:resource="#Medication"/>
495
+ </owl:NamedIndividual>
496
+
497
+ <owl:NamedIndividual rdf:about="#Patient_98024">
498
+ <rdf:type rdf:resource="#Patient"/>
499
+ <has_condition rdf:resource="#Condition_Chest_Pain"/>
500
+ <takes_medication rdf:resource="#Medication_Nitroglycerin"/>
501
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
502
+ </owl:NamedIndividual>
503
+
504
+ <owl:NamedIndividual rdf:about="#Medication_Nitroglycerin">
505
+ <rdf:type rdf:resource="#Medication"/>
506
+ </owl:NamedIndividual>
507
+
508
+ <owl:NamedIndividual rdf:about="#Patient_26645">
509
+ <rdf:type rdf:resource="#Patient"/>
510
+ <has_condition rdf:resource="#Condition_Right_Toe_Ulceration"/>
511
+ <takes_medication rdf:resource="#Medication_Aspirin"/>
512
+ </owl:NamedIndividual>
513
+
514
+ <owl:NamedIndividual rdf:about="#Condition_Right_Toe_Ulceration">
515
+ <rdf:type rdf:resource="#Condition"/>
516
+ </owl:NamedIndividual>
517
+
518
+ <owl:NamedIndividual rdf:about="#Patient_89292">
519
+ <rdf:type rdf:resource="#Patient"/>
520
+ <has_condition rdf:resource="#Condition_Shock"/>
521
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
522
+ </owl:NamedIndividual>
523
+
524
+ <owl:NamedIndividual rdf:about="#Condition_Shock">
525
+ <rdf:type rdf:resource="#Condition"/>
526
+ </owl:NamedIndividual>
527
+
528
+ <owl:NamedIndividual rdf:about="#Patient_85725">
529
+ <rdf:type rdf:resource="#Patient"/>
530
+ <has_condition rdf:resource="#Condition_Major_Surgical_Or_Invasive_Procedure"/>
531
+ <takes_medication rdf:resource="#Medication_No_Known_Allergies"/>
532
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">F</has_gender>
533
+ </owl:NamedIndividual>
534
+
535
+ <owl:NamedIndividual rdf:about="#Condition_Major_Surgical_Or_Invasive_Procedure">
536
+ <rdf:type rdf:resource="#Condition"/>
537
+ </owl:NamedIndividual>
538
+
539
+ <owl:NamedIndividual rdf:about="#Patient_13825">
540
+ <rdf:type rdf:resource="#Patient"/>
541
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</has_gender>
542
+ </owl:NamedIndividual>
543
+
544
+ <owl:NamedIndividual rdf:about="#Patient_6912">
545
+ <rdf:type rdf:resource="#Patient"/>
546
+ <has_condition rdf:resource="#Condition_Cardiac_Arrest"/>
547
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FEMALE</has_gender>
548
+ </owl:NamedIndividual>
549
+
550
+ <owl:NamedIndividual rdf:about="#Condition_Cardiac_Arrest">
551
+ <rdf:type rdf:resource="#Condition"/>
552
+ </owl:NamedIndividual>
553
+
554
+ <owl:NamedIndividual rdf:about="#Patient_21463">
555
+ <rdf:type rdf:resource="#Patient"/>
556
+ <takes_medication rdf:resource="#Medication_Clindamycin"/>
557
+ <has_gender rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MALE</has_gender>
558
+ </owl:NamedIndividual>
559
+
560
+ <owl:NamedIndividual rdf:about="#Medication_Clindamycin">
561
+ <rdf:type rdf:resource="#Medication"/>
562
+ </owl:NamedIndividual>
563
+
564
+
565
+ </rdf:RDF>