-
Notifications
You must be signed in to change notification settings - Fork 0
/
disp.owl
545 lines (329 loc) · 11.3 KB
/
disp.owl
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
Prefix: dc: <http://purl.org/dc/elements/1.1/>
Prefix: disp: <https://www.inf.ufrgs.br/bdi/ontologies/disp#>
Prefix: gufo: <http://purl.org/nemo/gufo#>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Ontology: <https://www.inf.ufrgs.br/bdi/ontologies/disp>
Import: <https://nemo-ufes.github.io/gufo/gufo.ttl>
AnnotationProperty: rdfs:comment
Datatype: xsd:decimal
Datatype: xsd:string
# Object Properties
ObjectProperty: disp:hasReifiedImpetus
SubPropertyOf:
owl:topObjectProperty
Domain:
disp:Disposition
Range:
disp:Impetus
ObjectProperty: disp:typeInfluence
SubPropertyOf:
owl:topObjectProperty
Domain:
disp:DispositionType
Range:
disp:QualityType
ObjectProperty: disp:influences
SubPropertyOf:
owl:topObjectProperty
Domain:
disp:Disposition
Range:
gufo:Quality
ObjectProperty: disp:iof
SubPropertyOf:
owl:topObjectProperty
Range:
gufo:Type
ObjectProperty: disp:containedIn
SubPropertyOf:
owl:topObjectProperty
Domain:
gufo:Object
Range:
gufo:Object
ObjectProperty: gufo:broughtAbout
ObjectProperty: gufo:concernsQualityType
ObjectProperty: gufo:contributedToTrigger
ObjectProperty: gufo:inheresIn
ObjectProperty: gufo:isAspectProperPartOf
ObjectProperty: gufo:manifestedIn
ObjectProperty: gufo:participatedIn
ObjectProperty: gufo:standsIn
ObjectProperty: owl:topObjectProperty
#Data Properties
DataProperty: disp:hasDurationInSeconds
Domain:
gufo:Event
Range:
xsd:decimal
DataProperty: disp:hasFlowVelocity
Domain:
disp:OilFlow
Range:
xsd:decimal
SubPropertyOf:
owl:topDataProperty
DataProperty: disp:hasImpetus
Domain:
disp:Disposition
SubPropertyOf:
owl:topDataProperty
DataProperty: disp:hasImpetusComponent
Domain:
disp:Impetus
DataProperty: gufo:concernsQualityValue
DataProperty: gufo:hasQualityValue
DataProperty: owl:topDataProperty
# Types
Class: disp:AspectType
SubClassOf:
gufo:EndurantType
Class: disp:QualityType
SubClassOf:
disp:AspectType,
inverse (disp:iof) only gufo:Quality
Class: disp:DispositionType
SubClassOf:
disp:AspectType,
inverse (disp:iof) only disp:Disposition
Class: disp:AgentDispositionType
SubClassOf:
disp:DispositionType
Class: disp:PatientDispositionType
SubClassOf:
disp:DispositionType
# Aspects and Abstracts
Class: disp:Disposition
SubClassOf:
gufo:IntrinsicAspect
Class: disp:Impetus
SubClassOf:
gufo:AbstractIndividual
# Objects from the oil flow model
Class: disp:OilPortion
SubClassOf:
gufo:Quantity
Class: disp:RockUnit
SubClassOf:
gufo:FunctionalComplex
Class: disp:OilWell
SubClassOf:
gufo:FunctionalComplex
# Dispositions from the oil flow model
Class: disp:FluxPotential
EquivalentTo:
disp:iof value disp:FluxPotential
SubClassOf:
disp:Disposition,
gufo:inheresIn some disp:OilPortion
Class: disp:Permeability
EquivalentTo:
disp:iof value disp:Permeability
SubClassOf:
disp:Disposition,
gufo:inheresIn some disp:RockUnit
Class: disp:Viscosity
EquivalentTo:
disp:iof value disp:Viscosity
SubClassOf:
disp:Disposition,
gufo:inheresIn some disp:OilPortion
# Qualities from the oil flow model
Class: disp:Position
EquivalentTo:
disp:iof value disp:Position
SubClassOf:
gufo:Quality,
gufo:inheresIn some disp:OilPortion
Class: disp:CriticalFlowVelocity
SubClassOf:
gufo:Quality,
gufo:inheresIn some disp:OilWell
# Events from the oil flow model
Class: disp:OilFlow
SubClassOf:
gufo:Event,
inverse (gufo:participatedIn) some disp:OilPortion
Class: disp:OilExtraction
EquivalentTo:
(disp:OilFlow)
and (gufo:broughtAbout some
((gufo:concernsQualityType value disp:Position)
and (gufo:concernsQualityValue some xsd:decimal[>= 0.0])))
and ( inverse (gufo:contributedToTrigger) some
((gufo:concernsQualityType value disp:Position)
and (gufo:concernsQualityValue some xsd:decimal[< 0.0])))
SubClassOf:
disp:OilFlow
Class: disp:OilFlowAtSubcriticalVelocity
SubClassOf:
disp:OilFlowInWell
DisjointWith:
disp:OilFlowAtSupercriticalVelocity
Class: disp:OilFlowAtSupercriticalVelocity
SubClassOf:
disp:OilFlowInWell
DisjointWith:
disp:OilFlowAtSubcriticalVelocity
Class: disp:OilFlowInWell
SubClassOf:
disp:OilFlow,
inverse (gufo:participatedIn) some disp:OilWell
Class: gufo:AbstractIndividual
Class: gufo:Event
Class: gufo:FunctionalComplex
Class: gufo:IntrinsicMode
Class: gufo:Quality
Class: gufo:Quantity
# Individuals (punned types)
Individual: disp:Position
Types:
disp:QualityType
Individual: disp:FluxPotential
Types:
disp:PatientDispositionType
Facts:
disp:typeInfluence disp:Position
Individual: disp:Viscosity
Types:
disp:PatientDispositionType
Facts:
disp:typeInfluence disp:Position
Individual: disp:Permeability
Types:
disp:AgentDispositionType
Facts:
disp:typeInfluence disp:Position
# Individual Qualities
Individual: disp:criticalVelocity
Types:
disp:CriticalFlowVelocity
Facts:
gufo:inheresIn disp:oilWell,
Annotations: rdfs:comment "Flow velocity = flow rate / crossectional area
From Ahmed (2010), pp. 591-592, critical oil rate = 21.2 STB/day, or roughly 39 cm^3/s; the wellbore has a radius (r) of 0.25 ft and a perforated interval (h) of 15 ft, with a surface area = 2*pi*r*h = 23.56 ft^2 or roughly 21889 cm^2
Thus, our critical flow velocity is 39 / 21889 = roughly 0.00178 cm/s"
gufo:hasQualityValue 0.00178
# Individual Events
Individual: disp:flowEvent1
Types:
disp:OilFlow
Facts:
gufo:broughtAbout disp:postSituation1,
disp:hasDurationInSeconds 61500000
Individual: disp:flowEvent2
Types:
disp:OilFlow
Facts:
gufo:broughtAbout disp:postSituation2,
disp:hasDurationInSeconds 2024
# Individual Dispositions
Individual: disp:fluxPotential1
Types:
disp:FluxPotential
Facts:
gufo:inheresIn disp:oilPortion,
disp:hasImpetus 0.013,
gufo:standsIn disp:preSituation1
Individual: disp:fluxPotential2
Types:
disp:FluxPotential
Facts:
gufo:inheresIn disp:oilPortion,
disp:hasImpetus 0.014,
gufo:standsIn disp:preSituation2
Individual: disp:permeability
Types:
disp:Permeability
Facts:
gufo:inheresIn disp:rockUnit,
disp:hasImpetus 0.0935,
gufo:standsIn disp:preSituation1,
gufo:standsIn disp:preSituation2
Individual: disp:viscosity
Types:
disp:Viscosity
Facts:
gufo:inheresIn disp:oilPortion,
disp:hasImpetus 0.73,
gufo:standsIn disp:preSituation1,
gufo:standsIn disp:preSituation2
# Individual Qualities
Individual: disp:position
Types:
disp:Position
Facts:
gufo:inheresIn disp:oilPortion,
gufo:standsIn disp:preSituation1,
gufo:standsIn disp:preSituation2
# Individual Objects
Individual: disp:oilPortion
Types:
disp:OilPortion
Facts:
disp:containedIn disp:rockUnit,
gufo:participatedIn disp:flowEvent1,
gufo:participatedIn disp:flowEvent2
Individual: disp:rockUnit
Types:
disp:RockUnit
Individual: disp:oilWell
Types:
disp:OilWell
Facts:
gufo:participatedIn disp:flowEvent1,
gufo:participatedIn disp:flowEvent2
# Individual Situations
Individual: disp:preSituation1
Facts:
gufo:concernsQualityType disp:Position,
gufo:contributedToTrigger disp:flowEvent1,
gufo:concernsQualityValue -102400
Individual: disp:preSituation2
Facts:
gufo:concernsQualityType disp:Position,
gufo:contributedToTrigger disp:flowEvent2,
gufo:concernsQualityValue -2048
Individual: disp:postSituation1
Facts:
gufo:concernsQualityType disp:Position
Individual: disp:postSituation2
Facts:
gufo:concernsQualityType disp:Position
# Rules for classifying OilFlow events according to the flow velocity
Rule:
disp:OilFlow(?e), disp:OilWell(?w), gufo:participatedIn(?w, ?e), disp:hasFlowVelocity(?e, ?v), gufo:inheresIn(?qv, ?w), disp:CriticalFlowVelocity(?qv), gufo:hasQualityValue(?qv, ?maxv), greaterThanOrEqual(?v, ?maxv) -> disp:OilFlowAtSupercriticalVelocity(?e)
Rule:
disp:OilFlow(?e), disp:OilWell(?w), gufo:participatedIn(?w, ?e), disp:hasFlowVelocity(?e, ?v), gufo:inheresIn(?qv, ?w), disp:CriticalFlowVelocity(?qv), gufo:hasQualityValue(?qv, ?maxv), lessThan(?v, ?maxv) -> disp:OilFlowAtSubcriticalVelocity(?e)
# Rule for the combination function
Rule:
disp:Position(?p), disp:Permeability(?dp), disp:Viscosity(?dv), disp:FluxPotential(?df),
disp:influences(?dp,?p), disp:influences(?dv,?p), disp:influences(?df, ?p),
disp:hasImpetus(?dp, ?ip), disp:hasImpetus(?dv, ?iv), disp:hasImpetus(?df, ?if),
gufo:standsIn(?dp,?pre), gufo:standsIn(?dv,?pre), gufo:standsIn(?df,?pre),
gufo:contributedToTrigger(?pre, ?e), gufo:standsIn(?p, ?pre), gufo:concernsQualityValue(?pre, ?p0), gufo:broughtAbout(?e, ?post),
divide(?x, ?ip, ?iv), multiply(?v, ?x, ?if), disp:hasDurationInSeconds(?e, ?t), multiply(?delta, ?t, ?v), add(?p1, ?delta, ?p0)
-> gufo:standsIn(?p, ?post), gufo:concernsQualityValue(?post, ?p1), disp:hasFlowVelocity(?e, ?v),
gufo:manifestedIn(?dp, ?e), gufo:manifestedIn(?dv, ?e), gufo:manifestedIn(?df, ?e)
ObjectProperty: disp:dispositionalContact
SubPropertyOf:
owl:topObjectProperty
Domain:
disp:Disposition
Range:
gufo:Quality
# Rule for influence from dispositionalContact
Rule:
disp:iof(?d,?D), disp:iof(?q,?Q), disp:typeInfluence(?D,?Q), disp:dispositionalContact(?d,?q) -> disp:influences(?d,?q)
# Rule for patient disposition contact
Rule:
disp:PatientDispositionType(?D), disp:iof(?d,?D), gufo:Quality(?q), gufo:inheresIn(?d, ?b), gufo:inheresIn(?q, ?b) -> disp:dispositionalContact(?d,?q)
Rule:
disp:AgentDispositionType(?D), disp:iof(?d,?D), disp:influences(?d, ?q), gufo:inheresIn(?d, ?a), gufo:inheresIn(?q, ?p) -> DifferentFrom(?a, ?p)
# Rule for permeability influence/dispositional contact
Rule:
disp:Permeability(?d), gufo:inheresIn(?d,?rock), disp:containedIn(?oil,?rock), gufo:inheresIn(?q,?oil), disp:Position(?q) -> disp:dispositionalContact(?d,?q)