David Leal

Fixed cementingFluid bug

1 -# Saved by TopBraid on Sat Sep 24 18:43:01 BST 2011 1 +# Saved by TopBraid on Sun Oct 02 22:04:54 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
3 # imports: http://www.linkedmodel.org/1.2/schema/vaem 3 # imports: http://www.linkedmodel.org/1.2/schema/vaem
4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 4 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
...@@ -28,33 +28,33 @@ ep-activity:Activity ...@@ -28,33 +28,33 @@ ep-activity:Activity
28 rdfs:subClassOf ep-core:PhysicalThing ; 28 rdfs:subClassOf ep-core:PhysicalThing ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ep-activity:Activity ; 31 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
32 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 32 + owl:onProperty ep-activity:finishedAt
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ep-activity:Activity ; 36 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
37 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 37 + owl:onProperty ep-activity:startedAt
38 ] ; 38 ] ;
39 rdfs:subClassOf 39 rdfs:subClassOf
40 [ rdf:type owl:Restriction ; 40 [ rdf:type owl:Restriction ;
41 owl:allValuesFrom ep-activity:Activity ; 41 owl:allValuesFrom ep-activity:Activity ;
42 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 42 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
43 ] ; 43 ] ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:allValuesFrom ep-activity:Activity ; 46 owl:allValuesFrom ep-activity:Activity ;
47 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 47 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
48 ] ; 48 ] ;
49 rdfs:subClassOf 49 rdfs:subClassOf
50 [ rdf:type owl:Restriction ; 50 [ rdf:type owl:Restriction ;
51 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 51 + owl:allValuesFrom ep-activity:Activity ;
52 - owl:onProperty ep-activity:startedAt 52 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
53 ] ; 53 ] ;
54 rdfs:subClassOf 54 rdfs:subClassOf
55 [ rdf:type owl:Restriction ; 55 [ rdf:type owl:Restriction ;
56 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 56 + owl:allValuesFrom ep-activity:Activity ;
57 - owl:onProperty ep-activity:finishedAt 57 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
58 ] . 58 ] .
59 59
60 ep-activity:ActivitySuccessType 60 ep-activity:ActivitySuccessType
...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity ...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity
68 rdfs:subClassOf ep-activity:DrillingActivity ; 68 rdfs:subClassOf ep-activity:DrillingActivity ;
69 rdfs:subClassOf 69 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 70 [ rdf:type owl:Restriction ;
71 - owl:allValuesFrom ep-activity:DrillingActivity ; 71 + owl:allValuesFrom ep-activity:Activity ;
72 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 72 + owl:onProperty ep-core:hasPart
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 76 + owl:allValuesFrom ep-activity:DrillingActivity ;
77 - owl:onProperty ep-activity:onWellBore 77 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
78 ] ; 78 ] ;
79 rdfs:subClassOf 79 rdfs:subClassOf
80 [ rdf:type owl:Restriction ; 80 [ rdf:type owl:Restriction ;
...@@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity ...@@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity
83 ] ; 83 ] ;
84 rdfs:subClassOf 84 rdfs:subClassOf
85 [ rdf:type owl:Restriction ; 85 [ rdf:type owl:Restriction ;
86 - owl:allValuesFrom ep-activity:DrillingActivity ; 86 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
87 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 87 + owl:onProperty ep-activity:onWellBore
88 ] ; 88 ] ;
89 rdfs:subClassOf 89 rdfs:subClassOf
90 [ rdf:type owl:Restriction ; 90 [ rdf:type owl:Restriction ;
91 - owl:allValuesFrom ep-activity:Activity ; 91 + owl:allValuesFrom ep-activity:DrillingActivity ;
92 - owl:onProperty ep-core:hasPart 92 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
93 ] . 93 ] .
94 94
95 ep-activity:DailyDrillingActivityToStatus 95 ep-activity:DailyDrillingActivityToStatus
...@@ -98,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -98,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus
98 rdfs:subClassOf ep-activity:DrillingActivity ; 98 rdfs:subClassOf ep-activity:DrillingActivity ;
99 rdfs:subClassOf 99 rdfs:subClassOf
100 [ rdf:type owl:Restriction ; 100 [ rdf:type owl:Restriction ;
101 - owl:allValuesFrom ep-activity:DrillingActivity ; 101 + owl:allValuesFrom ep-activity:Activity ;
102 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 102 + owl:onProperty ep-core:hasPart
103 ] ; 103 ] ;
104 rdfs:subClassOf 104 rdfs:subClassOf
105 [ rdf:type owl:Restriction ; 105 [ rdf:type owl:Restriction ;
106 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 106 + owl:allValuesFrom ep-activity:DrillingActivity ;
107 - owl:onProperty ep-activity:onWellBore 107 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
108 ] ; 108 ] ;
109 rdfs:subClassOf 109 rdfs:subClassOf
110 [ rdf:type owl:Restriction ; 110 [ rdf:type owl:Restriction ;
...@@ -113,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -113,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus
113 ] ; 113 ] ;
114 rdfs:subClassOf 114 rdfs:subClassOf
115 [ rdf:type owl:Restriction ; 115 [ rdf:type owl:Restriction ;
116 - owl:allValuesFrom ep-activity:DrillingActivity ; 116 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
117 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 117 + owl:onProperty ep-activity:onWellBore
118 ] ; 118 ] ;
119 rdfs:subClassOf 119 rdfs:subClassOf
120 [ rdf:type owl:Restriction ; 120 [ rdf:type owl:Restriction ;
121 - owl:allValuesFrom ep-activity:Activity ; 121 + owl:allValuesFrom ep-activity:DrillingActivity ;
122 - owl:onProperty ep-core:hasPart 122 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
123 ] . 123 ] .
124 124
125 ep-activity:DailyProductionActivity 125 ep-activity:DailyProductionActivity
...@@ -163,7 +163,7 @@ ep-activity:Drill-sidetrack ...@@ -163,7 +163,7 @@ ep-activity:Drill-sidetrack
163 rdfs:subClassOf ep-activity:DrillingActivity . 163 rdfs:subClassOf ep-activity:DrillingActivity .
164 164
165 ep-activity:DrillStemTest 165 ep-activity:DrillStemTest
166 - rdf:type owl:Class , ep-activity:WellTestType ; 166 + rdf:type ep-activity:WellTestType , owl:Class ;
167 rdfs:label "drill stem test"^^xsd:string ; 167 rdfs:label "drill stem test"^^xsd:string ;
168 rdfs:subClassOf ep-activity:WellTest ; 168 rdfs:subClassOf ep-activity:WellTest ;
169 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; 169 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
...@@ -175,72 +175,72 @@ ep-activity:DrillingActivity ...@@ -175,72 +175,72 @@ ep-activity:DrillingActivity
175 rdfs:subClassOf ep-activity:Activity . 175 rdfs:subClassOf ep-activity:Activity .
176 176
177 ep-activity:DrillingActivity-bop_test 177 ep-activity:DrillingActivity-bop_test
178 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 178 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
179 rdfs:label "drilling activity bop test"^^xsd:string ; 179 rdfs:label "drilling activity bop test"^^xsd:string ;
180 rdfs:subClassOf ep-activity:DrillingActivity . 180 rdfs:subClassOf ep-activity:DrillingActivity .
181 181
182 ep-activity:DrillingActivity-circulation_loss 182 ep-activity:DrillingActivity-circulation_loss
183 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 183 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
184 rdfs:label "drilling activity circulation loss"^^xsd:string ; 184 rdfs:label "drilling activity circulation loss"^^xsd:string ;
185 rdfs:subClassOf ep-activity:DrillingActivity . 185 rdfs:subClassOf ep-activity:DrillingActivity .
186 186
187 ep-activity:DrillingActivity-coiled_tubing 187 ep-activity:DrillingActivity-coiled_tubing
188 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 188 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
189 rdfs:label "drilling activity coilled tubing"^^xsd:string ; 189 rdfs:label "drilling activity coilled tubing"^^xsd:string ;
190 rdfs:subClassOf ep-activity:DrillingActivity . 190 rdfs:subClassOf ep-activity:DrillingActivity .
191 191
192 ep-activity:DrillingActivity-equipment_failure 192 ep-activity:DrillingActivity-equipment_failure
193 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 193 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
194 rdfs:label "drilling activity equipment failure"^^xsd:string ; 194 rdfs:label "drilling activity equipment failure"^^xsd:string ;
195 rdfs:subClassOf ep-activity:DrillingActivity . 195 rdfs:subClassOf ep-activity:DrillingActivity .
196 196
197 ep-activity:DrillingActivity-equipment_hang 197 ep-activity:DrillingActivity-equipment_hang
198 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 198 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
199 rdfs:label "drilling activity equipment hang"^^xsd:string ; 199 rdfs:label "drilling activity equipment hang"^^xsd:string ;
200 rdfs:subClassOf ep-activity:DrillingActivity . 200 rdfs:subClassOf ep-activity:DrillingActivity .
201 201
202 ep-activity:DrillingActivity-fixed_equipment 202 ep-activity:DrillingActivity-fixed_equipment
203 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 203 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
204 rdfs:label "drilling activity fixed equipment"^^xsd:string ; 204 rdfs:label "drilling activity fixed equipment"^^xsd:string ;
205 rdfs:subClassOf ep-activity:DrillingActivity . 205 rdfs:subClassOf ep-activity:DrillingActivity .
206 206
207 ep-activity:DrillingActivity-injury 207 ep-activity:DrillingActivity-injury
208 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 208 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
209 rdfs:label "drilling activity injury"^^xsd:string ; 209 rdfs:label "drilling activity injury"^^xsd:string ;
210 rdfs:subClassOf ep-activity:DrillingActivity . 210 rdfs:subClassOf ep-activity:DrillingActivity .
211 211
212 ep-activity:DrillingActivity-kick 212 ep-activity:DrillingActivity-kick
213 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 213 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
214 rdfs:label "drilling activity operation kick"^^xsd:string ; 214 rdfs:label "drilling activity operation kick"^^xsd:string ;
215 rdfs:subClassOf ep-activity:DrillingActivity . 215 rdfs:subClassOf ep-activity:DrillingActivity .
216 216
217 ep-activity:DrillingActivity-mud_loss 217 ep-activity:DrillingActivity-mud_loss
218 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 218 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
219 rdfs:label "drilling activity mud loss"^^xsd:string ; 219 rdfs:label "drilling activity mud loss"^^xsd:string ;
220 rdfs:subClassOf ep-activity:DrillingActivity . 220 rdfs:subClassOf ep-activity:DrillingActivity .
221 221
222 ep-activity:DrillingActivity-operation_failed 222 ep-activity:DrillingActivity-operation_failed
223 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 223 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
224 rdfs:label "drilling activity operation failed"^^xsd:string ; 224 rdfs:label "drilling activity operation failed"^^xsd:string ;
225 rdfs:subClassOf ep-activity:DrillingActivity . 225 rdfs:subClassOf ep-activity:DrillingActivity .
226 226
227 ep-activity:DrillingActivity-snubbing 227 ep-activity:DrillingActivity-snubbing
228 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 228 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
229 rdfs:label "drilling activity snubbing"^^xsd:string ; 229 rdfs:label "drilling activity snubbing"^^xsd:string ;
230 rdfs:subClassOf ep-activity:DrillingActivity . 230 rdfs:subClassOf ep-activity:DrillingActivity .
231 231
232 ep-activity:DrillingActivity-stuck_equipment 232 ep-activity:DrillingActivity-stuck_equipment
233 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 233 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
234 rdfs:label "drilling activity stuck equipment"^^xsd:string ; 234 rdfs:label "drilling activity stuck equipment"^^xsd:string ;
235 rdfs:subClassOf ep-activity:DrillingActivity . 235 rdfs:subClassOf ep-activity:DrillingActivity .
236 236
237 ep-activity:DrillingActivity-success 237 ep-activity:DrillingActivity-success
238 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 238 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
239 rdfs:label "drilling activity success"^^xsd:string ; 239 rdfs:label "drilling activity success"^^xsd:string ;
240 rdfs:subClassOf ep-activity:DrillingActivity . 240 rdfs:subClassOf ep-activity:DrillingActivity .
241 241
242 ep-activity:DrillingActivity-wire_line 242 ep-activity:DrillingActivity-wire_line
243 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 243 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
244 rdfs:label "drilling activity wire line"^^xsd:string ; 244 rdfs:label "drilling activity wire line"^^xsd:string ;
245 rdfs:subClassOf ep-activity:DrillingActivity . 245 rdfs:subClassOf ep-activity:DrillingActivity .
246 246
...@@ -265,7 +265,7 @@ ep-activity:ExtractAWellCore ...@@ -265,7 +265,7 @@ ep-activity:ExtractAWellCore
265 rdfs:subClassOf ep-activity:Activity . 265 rdfs:subClassOf ep-activity:Activity .
266 266
267 ep-activity:FailedActivity 267 ep-activity:FailedActivity
268 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 268 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
269 rdfs:label "failed activity"^^xsd:string ; 269 rdfs:label "failed activity"^^xsd:string ;
270 rdfs:subClassOf ep-activity:Activity ; 270 rdfs:subClassOf ep-activity:Activity ;
271 owl:disjointWith ep-activity:SuccessfulActivity . 271 owl:disjointWith ep-activity:SuccessfulActivity .
...@@ -276,7 +276,7 @@ ep-activity:FluidReading ...@@ -276,7 +276,7 @@ ep-activity:FluidReading
276 rdfs:subClassOf ep-activity:Activity . 276 rdfs:subClassOf ep-activity:Activity .
277 277
278 ep-activity:FormationIntegrityTest 278 ep-activity:FormationIntegrityTest
279 - rdf:type ep-activity:PressureTestType , owl:Class ; 279 + rdf:type owl:Class , ep-activity:PressureTestType ;
280 rdfs:label "formation integrity test"^^xsd:string ; 280 rdfs:label "formation integrity test"^^xsd:string ;
281 rdfs:subClassOf ep-activity:WellBorePressureTest ; 281 rdfs:subClassOf ep-activity:WellBorePressureTest ;
282 owl:disjointWith ep-activity:LeakOffTest . 282 owl:disjointWith ep-activity:LeakOffTest .
...@@ -346,7 +346,7 @@ ep-activity:GasReadingType ...@@ -346,7 +346,7 @@ ep-activity:GasReadingType
346 rdfs:subClassOf owl:Class . 346 rdfs:subClassOf owl:Class .
347 347
348 ep-activity:LeakOffTest 348 ep-activity:LeakOffTest
349 - rdf:type ep-activity:PressureTestType , owl:Class ; 349 + rdf:type owl:Class , ep-activity:PressureTestType ;
350 rdfs:label "leak-off test"^^xsd:string ; 350 rdfs:label "leak-off test"^^xsd:string ;
351 rdfs:subClassOf ep-activity:WellBorePressureTest ; 351 rdfs:subClassOf ep-activity:WellBorePressureTest ;
352 owl:disjointWith ep-activity:FormationIntegrityTest . 352 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -387,7 +387,7 @@ ep-activity:OffshoreWellActivity ...@@ -387,7 +387,7 @@ ep-activity:OffshoreWellActivity
387 rdfs:subClassOf ep-activity:OffshoreActivity ; 387 rdfs:subClassOf ep-activity:OffshoreActivity ;
388 rdfs:subClassOf 388 rdfs:subClassOf
389 [ rdf:type owl:Restriction ; 389 [ rdf:type owl:Restriction ;
390 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 390 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
391 owl:onProperty ep-activity:onWell 391 owl:onProperty ep-activity:onWell
392 ] ; 392 ] ;
393 rdfs:subClassOf 393 rdfs:subClassOf
...@@ -397,7 +397,7 @@ ep-activity:OffshoreWellActivity ...@@ -397,7 +397,7 @@ ep-activity:OffshoreWellActivity
397 ] ; 397 ] ;
398 rdfs:subClassOf 398 rdfs:subClassOf
399 [ rdf:type owl:Restriction ; 399 [ rdf:type owl:Restriction ;
400 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 400 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
401 owl:onProperty ep-activity:onWell 401 owl:onProperty ep-activity:onWell
402 ] . 402 ] .
403 403
...@@ -417,13 +417,13 @@ ep-activity:PorePressureDeterminationType ...@@ -417,13 +417,13 @@ ep-activity:PorePressureDeterminationType
417 rdfs:subClassOf owl:Class . 417 rdfs:subClassOf owl:Class .
418 418
419 ep-activity:PorePressureEstimation 419 ep-activity:PorePressureEstimation
420 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 420 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
421 rdfs:label "pore pressure estimation"^^xsd:string ; 421 rdfs:label "pore pressure estimation"^^xsd:string ;
422 rdfs:subClassOf ep-activity:PorePressureDetermination ; 422 rdfs:subClassOf ep-activity:PorePressureDetermination ;
423 owl:disjointWith ep-activity:PorePressureMeasurement . 423 owl:disjointWith ep-activity:PorePressureMeasurement .
424 424
425 ep-activity:PorePressureMeasurement 425 ep-activity:PorePressureMeasurement
426 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 426 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
427 rdfs:label "pore pressure measurement"^^xsd:string ; 427 rdfs:label "pore pressure measurement"^^xsd:string ;
428 rdfs:subClassOf ep-activity:PorePressureDetermination ; 428 rdfs:subClassOf ep-activity:PorePressureDetermination ;
429 owl:disjointWith ep-activity:PorePressureEstimation . 429 owl:disjointWith ep-activity:PorePressureEstimation .
...@@ -444,14 +444,14 @@ ep-activity:ProductionActivity ...@@ -444,14 +444,14 @@ ep-activity:ProductionActivity
444 rdfs:subClassOf ep-activity:Activity . 444 rdfs:subClassOf ep-activity:Activity .
445 445
446 ep-activity:ProductionTest 446 ep-activity:ProductionTest
447 - rdf:type owl:Class , ep-activity:WellTestType ; 447 + rdf:type ep-activity:WellTestType , owl:Class ;
448 rdfs:label "production test"^^xsd:string ; 448 rdfs:label "production test"^^xsd:string ;
449 rdfs:subClassOf ep-activity:WellTest ; 449 rdfs:subClassOf ep-activity:WellTest ;
450 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 450 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
451 owl:disjointWith ep-activity:DrillStemTest . 451 owl:disjointWith ep-activity:DrillStemTest .
452 452
453 ep-activity:SuccessfulActivity 453 ep-activity:SuccessfulActivity
454 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 454 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
455 rdfs:label "successful activity"^^xsd:string ; 455 rdfs:label "successful activity"^^xsd:string ;
456 rdfs:subClassOf ep-activity:Activity ; 456 rdfs:subClassOf ep-activity:Activity ;
457 owl:disjointWith ep-activity:FailedActivity . 457 owl:disjointWith ep-activity:FailedActivity .
...@@ -522,23 +522,23 @@ ep-activity:WellCementJob ...@@ -522,23 +522,23 @@ ep-activity:WellCementJob
522 rdfs:subClassOf ep-activity:Activity . 522 rdfs:subClassOf ep-activity:Activity .
523 523
524 ep-activity:WellCementJob-other 524 ep-activity:WellCementJob-other
525 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 525 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
526 rdfs:label "well cement job other"^^xsd:string ; 526 rdfs:label "well cement job other"^^xsd:string ;
527 rdfs:subClassOf ep-activity:WellCementJob ; 527 rdfs:subClassOf ep-activity:WellCementJob ;
528 - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . 528 + owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze .
529 529
530 ep-activity:WellCementJob-plug 530 ep-activity:WellCementJob-plug
531 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 531 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
532 rdfs:label "well cement job plug"^^xsd:string ; 532 rdfs:label "well cement job plug"^^xsd:string ;
533 rdfs:subClassOf ep-activity:WellCementJob . 533 rdfs:subClassOf ep-activity:WellCementJob .
534 534
535 ep-activity:WellCementJob-primary 535 ep-activity:WellCementJob-primary
536 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 536 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
537 rdfs:label "well cement job primary"^^xsd:string ; 537 rdfs:label "well cement job primary"^^xsd:string ;
538 rdfs:subClassOf ep-activity:WellCementJob . 538 rdfs:subClassOf ep-activity:WellCementJob .
539 539
540 ep-activity:WellCementJob-squeeze 540 ep-activity:WellCementJob-squeeze
541 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 541 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
542 rdfs:label "well cement job squeeze"^^xsd:string ; 542 rdfs:label "well cement job squeeze"^^xsd:string ;
543 rdfs:subClassOf ep-activity:WellCementJob . 543 rdfs:subClassOf ep-activity:WellCementJob .
544 544
...@@ -583,73 +583,73 @@ ep-activity:WellCementJobTopPlugType ...@@ -583,73 +583,73 @@ ep-activity:WellCementJobTopPlugType
583 rdfs:subClassOf owl:Class . 583 rdfs:subClassOf owl:Class .
584 584
585 ep-activity:WellCementJobWithBottomPlug 585 ep-activity:WellCementJobWithBottomPlug
586 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 586 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
587 rdfs:label "well cement job with bottom plug"^^xsd:string ; 587 rdfs:label "well cement job with bottom plug"^^xsd:string ;
588 rdfs:subClassOf ep-activity:WellCementJob ; 588 rdfs:subClassOf ep-activity:WellCementJob ;
589 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 589 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
590 590
591 ep-activity:WellCementJobWithCasingReciprocation 591 ep-activity:WellCementJobWithCasingReciprocation
592 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 592 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
593 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 593 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
594 rdfs:subClassOf ep-activity:WellCementJob ; 594 rdfs:subClassOf ep-activity:WellCementJob ;
595 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 595 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
596 596
597 ep-activity:WellCementJobWithCasingRotation 597 ep-activity:WellCementJobWithCasingRotation
598 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 598 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
599 rdfs:label "well cement job with casing rotation"^^xsd:string ; 599 rdfs:label "well cement job with casing rotation"^^xsd:string ;
600 rdfs:subClassOf ep-activity:WellCementJob ; 600 rdfs:subClassOf ep-activity:WellCementJob ;
601 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 601 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
602 602
603 ep-activity:WellCementJobWithFloatHolding 603 ep-activity:WellCementJobWithFloatHolding
604 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 604 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
605 rdfs:label "well cement job with float holding"^^xsd:string ; 605 rdfs:label "well cement job with float holding"^^xsd:string ;
606 rdfs:subClassOf ep-activity:WellCementJob ; 606 rdfs:subClassOf ep-activity:WellCementJob ;
607 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 607 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
608 608
609 ep-activity:WellCementJobWithPlugBumping 609 ep-activity:WellCementJobWithPlugBumping
610 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 610 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
611 rdfs:label "well cement job with plug bumping"^^xsd:string ; 611 rdfs:label "well cement job with plug bumping"^^xsd:string ;
612 rdfs:subClassOf ep-activity:WellCementJob ; 612 rdfs:subClassOf ep-activity:WellCementJob ;
613 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 613 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
614 614
615 ep-activity:WellCementJobWithTopPlug 615 ep-activity:WellCementJobWithTopPlug
616 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 616 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
617 rdfs:label "well cement job with top plug"^^xsd:string ; 617 rdfs:label "well cement job with top plug"^^xsd:string ;
618 rdfs:subClassOf ep-activity:WellCementJob ; 618 rdfs:subClassOf ep-activity:WellCementJob ;
619 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 619 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
620 620
621 ep-activity:WellCementJobWithoutBottomPlug 621 ep-activity:WellCementJobWithoutBottomPlug
622 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 622 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
623 rdfs:label "well cement job without bottom plug"^^xsd:string ; 623 rdfs:label "well cement job without bottom plug"^^xsd:string ;
624 rdfs:subClassOf ep-activity:WellCementJob ; 624 rdfs:subClassOf ep-activity:WellCementJob ;
625 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 625 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
626 626
627 ep-activity:WellCementJobWithoutCasingReciprocation 627 ep-activity:WellCementJobWithoutCasingReciprocation
628 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 628 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
629 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 629 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
630 rdfs:subClassOf ep-activity:WellCementJob ; 630 rdfs:subClassOf ep-activity:WellCementJob ;
631 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 631 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
632 632
633 ep-activity:WellCementJobWithoutCasingRotation 633 ep-activity:WellCementJobWithoutCasingRotation
634 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 634 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
635 rdfs:label "well cement job without casing rotation"^^xsd:string ; 635 rdfs:label "well cement job without casing rotation"^^xsd:string ;
636 rdfs:subClassOf ep-activity:WellCementJob ; 636 rdfs:subClassOf ep-activity:WellCementJob ;
637 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 637 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
638 638
639 ep-activity:WellCementJobWithoutFloatHolding 639 ep-activity:WellCementJobWithoutFloatHolding
640 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 640 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
641 rdfs:label "well cement job without float holding"^^xsd:string ; 641 rdfs:label "well cement job without float holding"^^xsd:string ;
642 rdfs:subClassOf ep-activity:WellCementJob ; 642 rdfs:subClassOf ep-activity:WellCementJob ;
643 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 643 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
644 644
645 ep-activity:WellCementJobWithoutPlugBumping 645 ep-activity:WellCementJobWithoutPlugBumping
646 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 646 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
647 rdfs:label "well cement job without plug bumping"^^xsd:string ; 647 rdfs:label "well cement job without plug bumping"^^xsd:string ;
648 rdfs:subClassOf ep-activity:WellCementJob ; 648 rdfs:subClassOf ep-activity:WellCementJob ;
649 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 649 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
650 650
651 ep-activity:WellCementJobWithoutTopPlug 651 ep-activity:WellCementJobWithoutTopPlug
652 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 652 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
653 rdfs:label "well cement job without top plug"^^xsd:string ; 653 rdfs:label "well cement job without top plug"^^xsd:string ;
654 rdfs:subClassOf ep-activity:WellCementJob ; 654 rdfs:subClassOf ep-activity:WellCementJob ;
655 owl:disjointWith ep-activity:WellCementJobWithTopPlug . 655 owl:disjointWith ep-activity:WellCementJobWithTopPlug .
...@@ -665,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -665,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType
665 rdfs:subClassOf owl:Class . 665 rdfs:subClassOf owl:Class .
666 666
667 ep-activity:WellCementPumpingWithFluidReturn 667 ep-activity:WellCementPumpingWithFluidReturn
668 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 668 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
669 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 669 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
670 rdfs:subClassOf ep-activity:WellCementPumping ; 670 rdfs:subClassOf ep-activity:WellCementPumping ;
671 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 671 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
672 672
673 ep-activity:WellCementPumpingWithoutFluidReturn 673 ep-activity:WellCementPumpingWithoutFluidReturn
674 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 674 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
675 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 675 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
676 rdfs:subClassOf ep-activity:WellCementPumping ; 676 rdfs:subClassOf ep-activity:WellCementPumping ;
677 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 677 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
...@@ -682,28 +682,28 @@ ep-activity:WellControlIncident ...@@ -682,28 +682,28 @@ ep-activity:WellControlIncident
682 rdfs:subClassOf ep-activity:Activity . 682 rdfs:subClassOf ep-activity:Activity .
683 683
684 ep-activity:WellControlIncident-gas_kick 684 ep-activity:WellControlIncident-gas_kick
685 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 685 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
686 rdfs:label "well control incident gas kick"^^xsd:string ; 686 rdfs:label "well control incident gas kick"^^xsd:string ;
687 rdfs:subClassOf ep-activity:WellControlIncident ; 687 rdfs:subClassOf ep-activity:WellControlIncident ;
688 - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 688 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
689 689
690 ep-activity:WellControlIncident-oil_kick 690 ep-activity:WellControlIncident-oil_kick
691 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 691 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
692 rdfs:label "well control incident oil kick"^^xsd:string ; 692 rdfs:label "well control incident oil kick"^^xsd:string ;
693 rdfs:subClassOf ep-activity:WellControlIncident ; 693 rdfs:subClassOf ep-activity:WellControlIncident ;
694 - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . 694 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick .
695 695
696 ep-activity:WellControlIncident-shallow_gas_kick 696 ep-activity:WellControlIncident-shallow_gas_kick
697 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 697 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
698 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 698 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
699 rdfs:subClassOf ep-activity:WellControlIncident ; 699 rdfs:subClassOf ep-activity:WellControlIncident ;
700 - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . 700 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick .
701 701
702 ep-activity:WellControlIncident-water_kick 702 ep-activity:WellControlIncident-water_kick
703 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 703 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
704 rdfs:label "well control incident water kick"^^xsd:string ; 704 rdfs:label "well control incident water kick"^^xsd:string ;
705 rdfs:subClassOf ep-activity:WellControlIncident ; 705 rdfs:subClassOf ep-activity:WellControlIncident ;
706 - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 706 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
707 707
708 ep-activity:WellControlIncidentType 708 ep-activity:WellControlIncidentType
709 rdf:type rdfs:Class ; 709 rdf:type rdfs:Class ;
...@@ -716,40 +716,40 @@ ep-activity:WellKilling ...@@ -716,40 +716,40 @@ ep-activity:WellKilling
716 rdfs:subClassOf ep-activity:Activity . 716 rdfs:subClassOf ep-activity:Activity .
717 717
718 ep-activity:WellKilling-bullheading 718 ep-activity:WellKilling-bullheading
719 - rdf:type owl:Class , ep-activity:WellKillingType ; 719 + rdf:type ep-activity:WellKillingType , owl:Class ;
720 rdfs:label "well killing bullheading"^^xsd:string ; 720 rdfs:label "well killing bullheading"^^xsd:string ;
721 rdfs:subClassOf ep-activity:WellKilling ; 721 rdfs:subClassOf ep-activity:WellKilling ;
722 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight . 722 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
723 723
724 ep-activity:WellKilling-drillers_method 724 ep-activity:WellKilling-drillers_method
725 - rdf:type owl:Class , ep-activity:WellKillingType ; 725 + rdf:type ep-activity:WellKillingType , owl:Class ;
726 rdfs:label "well killing drillers method"^^xsd:string ; 726 rdfs:label "well killing drillers method"^^xsd:string ;
727 rdfs:subClassOf ep-activity:WellKilling ; 727 rdfs:subClassOf ep-activity:WellKilling ;
728 - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . 728 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed .
729 729
730 ep-activity:WellKilling-forward_circulation 730 ep-activity:WellKilling-forward_circulation
731 - rdf:type owl:Class , ep-activity:WellKillingType ; 731 + rdf:type ep-activity:WellKillingType , owl:Class ;
732 rdfs:label "well killing forward circulation"^^xsd:string ; 732 rdfs:label "well killing forward circulation"^^xsd:string ;
733 rdfs:subClassOf ep-activity:WellKilling ; 733 rdfs:subClassOf ep-activity:WellKilling ;
734 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . 734 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
735 735
736 ep-activity:WellKilling-lubricate_and_bleed 736 ep-activity:WellKilling-lubricate_and_bleed
737 - rdf:type owl:Class , ep-activity:WellKillingType ; 737 + rdf:type ep-activity:WellKillingType , owl:Class ;
738 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 738 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
739 rdfs:subClassOf ep-activity:WellKilling ; 739 rdfs:subClassOf ep-activity:WellKilling ;
740 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . 740 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method .
741 741
742 ep-activity:WellKilling-reverse_circulation 742 ep-activity:WellKilling-reverse_circulation
743 - rdf:type ep-activity:WellKillingType , owl:Class ; 743 + rdf:type owl:Class , ep-activity:WellKillingType ;
744 rdfs:label "well killing reverse circulation"^^xsd:string ; 744 rdfs:label "well killing reverse circulation"^^xsd:string ;
745 rdfs:subClassOf ep-activity:WellKilling ; 745 rdfs:subClassOf ep-activity:WellKilling ;
746 - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . 746 + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
747 747
748 ep-activity:WellKilling-wait_and_weight 748 ep-activity:WellKilling-wait_and_weight
749 - rdf:type owl:Class , ep-activity:WellKillingType ; 749 + rdf:type ep-activity:WellKillingType , owl:Class ;
750 rdfs:label "well killing wait and weight"^^xsd:string ; 750 rdfs:label "well killing wait and weight"^^xsd:string ;
751 rdfs:subClassOf ep-activity:WellKilling ; 751 rdfs:subClassOf ep-activity:WellKilling ;
752 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 752 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading .
753 753
754 ep-activity:WellKillingType 754 ep-activity:WellKillingType
755 rdf:type rdfs:Class ; 755 rdf:type rdfs:Class ;
...@@ -782,25 +782,25 @@ ep-activity:WirelineFormationTestType ...@@ -782,25 +782,25 @@ ep-activity:WirelineFormationTestType
782 rdfs:subClassOf owl:Class . 782 rdfs:subClassOf owl:Class .
783 783
784 ep-activity:WirelineFormationTestWithGoodSeal 784 ep-activity:WirelineFormationTestWithGoodSeal
785 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 785 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
786 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 786 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
787 rdfs:subClassOf ep-activity:WirelineFormationTest ; 787 rdfs:subClassOf ep-activity:WirelineFormationTest ;
788 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 788 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
789 789
790 ep-activity:WirelineFormationTestWithoutGoodSeal 790 ep-activity:WirelineFormationTestWithoutGoodSeal
791 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 791 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
792 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 792 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
793 rdfs:subClassOf ep-activity:WirelineFormationTest ; 793 rdfs:subClassOf ep-activity:WirelineFormationTest ;
794 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 794 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
795 795
796 ep-activity:averageRateOfDrilling 796 ep-activity:averageRateOfDrilling
797 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 797 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
798 rdfs:domain ep-activity:DrillingActivity ; 798 rdfs:domain ep-activity:DrillingActivity ;
799 rdfs:label "average rate of drilling"^^xsd:string ; 799 rdfs:label "average rate of drilling"^^xsd:string ;
800 rdfs:range ep-core:Speed . 800 rdfs:range ep-core:Speed .
801 801
802 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 802 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
803 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 803 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
804 rdfs:domain ep-activity:DailyDrillingActivity ; 804 rdfs:domain ep-activity:DailyDrillingActivity ;
805 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 805 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
806 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 806 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
...@@ -816,25 +816,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -816,25 +816,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
816 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 816 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
817 817
818 ep-activity:distanceDrilled 818 ep-activity:distanceDrilled
819 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 819 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
820 rdfs:domain ep-activity:DrillingActivity ; 820 rdfs:domain ep-activity:DrillingActivity ;
821 rdfs:label "final rate of drilling"^^xsd:string ; 821 rdfs:label "final rate of drilling"^^xsd:string ;
822 rdfs:range ep-core:Length . 822 rdfs:range ep-core:Length .
823 823
824 ep-activity:drillingContractor 824 ep-activity:drillingContractor
825 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 825 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
826 rdfs:domain ep-activity:DrillingActivity ; 826 rdfs:domain ep-activity:DrillingActivity ;
827 rdfs:label "drilling contractor"^^xsd:string ; 827 rdfs:label "drilling contractor"^^xsd:string ;
828 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 828 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
829 829
830 ep-activity:drillingOperator 830 ep-activity:drillingOperator
831 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 831 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
832 rdfs:domain ep-activity:DrillingActivity ; 832 rdfs:domain ep-activity:DrillingActivity ;
833 rdfs:label "drilling operator"^^xsd:string ; 833 rdfs:label "drilling operator"^^xsd:string ;
834 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 834 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
835 835
836 ep-activity:durationOfDrilling 836 ep-activity:durationOfDrilling
837 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 837 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
838 rdfs:domain ep-activity:DrillingActivity ; 838 rdfs:domain ep-activity:DrillingActivity ;
839 rdfs:label "duration of drilling"^^xsd:string ; 839 rdfs:label "duration of drilling"^^xsd:string ;
840 rdfs:range ep-core:TimeDuration . 840 rdfs:range ep-core:TimeDuration .
...@@ -846,25 +846,25 @@ ep-activity:failedEquipment ...@@ -846,25 +846,25 @@ ep-activity:failedEquipment
846 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 846 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
847 847
848 ep-activity:finalRateOfDrilling 848 ep-activity:finalRateOfDrilling
849 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 849 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
850 rdfs:domain ep-activity:DrillingActivity ; 850 rdfs:domain ep-activity:DrillingActivity ;
851 rdfs:label "final rate of drilling"^^xsd:string ; 851 rdfs:label "final rate of drilling"^^xsd:string ;
852 rdfs:range ep-core:Speed . 852 rdfs:range ep-core:Speed .
853 853
854 ep-activity:finishedAt 854 ep-activity:finishedAt
855 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 855 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
856 rdfs:domain ep-activity:Activity ; 856 rdfs:domain ep-activity:Activity ;
857 rdfs:label "finished at"^^xsd:string ; 857 rdfs:label "finished at"^^xsd:string ;
858 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 858 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
859 859
860 ep-activity:fluidProducedByWellTest 860 ep-activity:fluidProducedByWellTest
861 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 861 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
862 rdfs:domain ep-activity:WellTest ; 862 rdfs:domain ep-activity:WellTest ;
863 rdfs:label "fluid produced by well test"^^xsd:string ; 863 rdfs:label "fluid produced by well test"^^xsd:string ;
864 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 864 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
865 865
866 ep-activity:hasCasingLinerTubing 866 ep-activity:hasCasingLinerTubing
867 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 867 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
868 rdfs:domain ep-activity:WellStimulation ; 868 rdfs:domain ep-activity:WellStimulation ;
869 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 869 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
870 870
...@@ -873,18 +873,18 @@ ep-activity:hasCasingString ...@@ -873,18 +873,18 @@ ep-activity:hasCasingString
873 rdfs:label "has casing string"^^xsd:string . 873 rdfs:label "has casing string"^^xsd:string .
874 874
875 ep-activity:hasChokeValve 875 ep-activity:hasChokeValve
876 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 876 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
877 rdfs:label "has choke valve"^^xsd:string ; 877 rdfs:label "has choke valve"^^xsd:string ;
878 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 878 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
879 879
880 ep-activity:hasDrillBit 880 ep-activity:hasDrillBit
881 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 881 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
882 rdfs:domain ep-activity:DrillingActivity ; 882 rdfs:domain ep-activity:DrillingActivity ;
883 rdfs:label "has drill bit"^^xsd:string ; 883 rdfs:label "has drill bit"^^xsd:string ;
884 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 884 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
885 885
886 ep-activity:hasDrillingFluid 886 ep-activity:hasDrillingFluid
887 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 887 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
888 rdfs:domain ep-activity:DrillingActivity ; 888 rdfs:domain ep-activity:DrillingActivity ;
889 rdfs:label "has drilling fluid"^^xsd:string ; 889 rdfs:label "has drilling fluid"^^xsd:string ;
890 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 890 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
...@@ -900,13 +900,13 @@ ep-activity:hasSubActivity ...@@ -900,13 +900,13 @@ ep-activity:hasSubActivity
900 rdfs:label "has sub activity"^^xsd:string . 900 rdfs:label "has sub activity"^^xsd:string .
901 901
902 ep-activity:hasWellTestChoke 902 ep-activity:hasWellTestChoke
903 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 903 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
904 rdfs:domain ep-activity:WellTest ; 904 rdfs:domain ep-activity:WellTest ;
905 rdfs:label "has well test choke"^^xsd:string ; 905 rdfs:label "has well test choke"^^xsd:string ;
906 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 906 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
907 907
908 ep-activity:identificationNumberOfCore 908 ep-activity:identificationNumberOfCore
909 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 909 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
910 rdfs:domain ep-activity:ExtractAWellCore ; 910 rdfs:domain ep-activity:ExtractAWellCore ;
911 rdfs:label "identification number of core"^^xsd:string . 911 rdfs:label "identification number of core"^^xsd:string .
912 912
...@@ -916,13 +916,13 @@ ep-activity:logRunNumber ...@@ -916,13 +916,13 @@ ep-activity:logRunNumber
916 rdfs:label "log run number"^^xsd:string . 916 rdfs:label "log run number"^^xsd:string .
917 917
918 ep-activity:measuredDepthOfFluidSampling 918 ep-activity:measuredDepthOfFluidSampling
919 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 919 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
920 rdfs:domain ep-activity:WirelineFormationTest ; 920 rdfs:domain ep-activity:WirelineFormationTest ;
921 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 921 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
922 rdfs:range ep-core:Length . 922 rdfs:range ep-core:Length .
923 923
924 ep-activity:missedProductionTime 924 ep-activity:missedProductionTime
925 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 925 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
926 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 926 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
927 rdfs:label "missed production time"^^xsd:string ; 927 rdfs:label "missed production time"^^xsd:string ;
928 rdfs:range ep-core:TimeDuration . 928 rdfs:range ep-core:TimeDuration .
...@@ -934,7 +934,7 @@ ep-activity:nominallyAt ...@@ -934,7 +934,7 @@ ep-activity:nominallyAt
934 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 934 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
935 935
936 ep-activity:onDrillBit 936 ep-activity:onDrillBit
937 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
938 rdfs:domain ep-activity:WellBoreDrillBitRun ; 938 rdfs:domain ep-activity:WellBoreDrillBitRun ;
939 rdfs:label "on drill bit"^^xsd:string ; 939 rdfs:label "on drill bit"^^xsd:string ;
940 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 940 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -944,7 +944,7 @@ ep-activity:onFluid ...@@ -944,7 +944,7 @@ ep-activity:onFluid
944 rdfs:label "on WellBore"^^xsd:string . 944 rdfs:label "on WellBore"^^xsd:string .
945 945
946 ep-activity:onRig 946 ep-activity:onRig
947 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 947 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
948 rdfs:domain ep-activity:DrillingActivity ; 948 rdfs:domain ep-activity:DrillingActivity ;
949 rdfs:label "on rig"^^xsd:string ; 949 rdfs:label "on rig"^^xsd:string ;
950 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 950 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -956,19 +956,19 @@ ep-activity:onWell ...@@ -956,19 +956,19 @@ ep-activity:onWell
956 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 956 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
957 957
958 ep-activity:onWellBore 958 ep-activity:onWellBore
959 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 959 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
960 rdfs:domain ep-activity:DrillingActivity ; 960 rdfs:domain ep-activity:DrillingActivity ;
961 rdfs:label "on wellbore"^^xsd:string ; 961 rdfs:label "on wellbore"^^xsd:string ;
962 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 962 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
963 963
964 ep-activity:operatingTimeOfDrillBit 964 ep-activity:operatingTimeOfDrillBit
965 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 965 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
966 rdfs:domain ep-activity:DrillingActivity ; 966 rdfs:domain ep-activity:DrillingActivity ;
967 rdfs:label "operating time of drill bit"^^xsd:string ; 967 rdfs:label "operating time of drill bit"^^xsd:string ;
968 rdfs:range ep-core:TimeDuration . 968 rdfs:range ep-core:TimeDuration .
969 969
970 ep-activity:pressureAtWhichPlugBumped 970 ep-activity:pressureAtWhichPlugBumped
971 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 971 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
972 rdfs:domain ep-activity:WellCementPumping ; 972 rdfs:domain ep-activity:WellCementPumping ;
973 rdfs:label "pressure at which plug bumped"^^xsd:string ; 973 rdfs:label "pressure at which plug bumped"^^xsd:string ;
974 rdfs:range ep-core:Pressure . 974 rdfs:range ep-core:Pressure .
...@@ -978,90 +978,84 @@ ep-activity:pumpedFluid ...@@ -978,90 +978,84 @@ ep-activity:pumpedFluid
978 rdfs:label "pumped fluid"^^xsd:string . 978 rdfs:label "pumped fluid"^^xsd:string .
979 979
980 ep-activity:recoveredCore 980 ep-activity:recoveredCore
981 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 981 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
982 rdfs:domain ep-activity:ExtractAWellCore ; 982 rdfs:domain ep-activity:ExtractAWellCore ;
983 rdfs:label "recovered core"^^xsd:string ; 983 rdfs:label "recovered core"^^xsd:string ;
984 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 984 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
985 985
986 ep-activity:sampledFluid 986 ep-activity:sampledFluid
987 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 987 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
988 rdfs:domain ep-activity:WirelineFormationTest ; 988 rdfs:domain ep-activity:WirelineFormationTest ;
989 rdfs:label "sampled fluid"^^xsd:string ; 989 rdfs:label "sampled fluid"^^xsd:string ;
990 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 990 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
991 991
992 ep-activity:serviceCompany 992 ep-activity:serviceCompany
993 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 993 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
994 rdfs:domain ep-activity:Activity ; 994 rdfs:domain ep-activity:Activity ;
995 rdfs:label "service company"^^xsd:string ; 995 rdfs:label "service company"^^xsd:string ;
996 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 996 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
997 997
998 ep-activity:startedAt 998 ep-activity:startedAt
999 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 999 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1000 rdfs:domain ep-activity:Activity ; 1000 rdfs:domain ep-activity:Activity ;
1001 rdfs:label "started at"^^xsd:string ; 1001 rdfs:label "started at"^^xsd:string ;
1002 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1002 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1003 1003
1004 ep-activity:timeLost 1004 ep-activity:timeLost
1005 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1005 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1006 rdfs:domain ep-activity:WellControlIncident ; 1006 rdfs:domain ep-activity:WellControlIncident ;
1007 rdfs:label "time lost"^^xsd:string ; 1007 rdfs:label "time lost"^^xsd:string ;
1008 rdfs:range ep-core:TimeDuration . 1008 rdfs:range ep-core:TimeDuration .
1009 1009
1010 ep-activity:timeOfFailure 1010 ep-activity:timeOfFailure
1011 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1011 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1012 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1012 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1013 rdfs:label "time of failure"^^xsd:string ; 1013 rdfs:label "time of failure"^^xsd:string ;
1014 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1014 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1015 1015
1016 ep-activity:timeOfRepair 1016 ep-activity:timeOfRepair
1017 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1017 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1018 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1018 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1019 rdfs:label "time of repair"^^xsd:string ; 1019 rdfs:label "time of repair"^^xsd:string ;
1020 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1020 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1021 1021
1022 -ep-activity:volumeOfPumpedCementingFluid
1023 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1024 - rdfs:domain ep-activity:WellCementPumping ;
1025 - rdfs:label "volume of pumped cementing fluid"^^xsd:string ;
1026 - rdfs:range ep-core:Volume .
1027 -
1028 ep-activity:volumeOfReturnedCementingFluid 1022 ep-activity:volumeOfReturnedCementingFluid
1029 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1023 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1030 rdfs:domain ep-activity:WellCementPumping ; 1024 rdfs:domain ep-activity:WellCementPumping ;
1031 rdfs:label "volume of returned cementing fluid"^^xsd:string ; 1025 rdfs:label "volume of returned cementing fluid"^^xsd:string ;
1032 rdfs:range ep-core:Volume . 1026 rdfs:range ep-core:Volume .
1033 1027
1034 ep-activity:wellBoreLoggingTool 1028 ep-activity:wellBoreLoggingTool
1035 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1029 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1036 rdfs:domain ep-activity:WellBoreLogRun ; 1030 rdfs:domain ep-activity:WellBoreLogRun ;
1037 rdfs:label "well bore logging tool"^^xsd:string ; 1031 rdfs:label "well bore logging tool"^^xsd:string ;
1038 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1032 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1039 1033
1040 ep-activity:wellTestBottomHolePressure 1034 ep-activity:wellTestBottomHolePressure
1041 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 1035 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
1042 rdfs:domain ep-activity:WellTest ; 1036 rdfs:domain ep-activity:WellTest ;
1043 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1037 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1044 rdfs:range ep-core:Pressure . 1038 rdfs:range ep-core:Pressure .
1045 1039
1046 ep-activity:wellTestFlowingPressure 1040 ep-activity:wellTestFlowingPressure
1047 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 1041 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
1048 rdfs:domain ep-activity:WellTest ; 1042 rdfs:domain ep-activity:WellTest ;
1049 rdfs:label "well test flowing pressure"^^xsd:string ; 1043 rdfs:label "well test flowing pressure"^^xsd:string ;
1050 rdfs:range ep-core:Pressure . 1044 rdfs:range ep-core:Pressure .
1051 1045
1052 ep-activity:wellTestNumber 1046 ep-activity:wellTestNumber
1053 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1047 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1054 rdfs:domain ep-activity:WellTest ; 1048 rdfs:domain ep-activity:WellTest ;
1055 rdfs:label "well test number"^^xsd:string . 1049 rdfs:label "well test number"^^xsd:string .
1056 1050
1057 ep-activity:wellTestShutInPressure 1051 ep-activity:wellTestShutInPressure
1058 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 1052 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
1059 rdfs:domain ep-activity:WellTest ; 1053 rdfs:domain ep-activity:WellTest ;
1060 rdfs:label "well test shut-in pressure"^^xsd:string ; 1054 rdfs:label "well test shut-in pressure"^^xsd:string ;
1061 rdfs:range ep-core:Pressure . 1055 rdfs:range ep-core:Pressure .
1062 1056
1063 ep-activity:wellTestStoredOil 1057 ep-activity:wellTestStoredOil
1064 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1058 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1065 rdfs:domain ep-activity:WellTest ; 1059 rdfs:domain ep-activity:WellTest ;
1066 rdfs:label "well test stored oil"^^xsd:string ; 1060 rdfs:label "well test stored oil"^^xsd:string ;
1067 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . 1061 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> .
......
1 -# Saved by TopBraid on Sat Sep 24 18:43:01 BST 2011 1 +# Saved by TopBraid on Sun Oct 02 22:04:54 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Sun Oct 02 21:50:23 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
2 -# imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 +# imports: http://spinrdf.org/spin
5 6
6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . 7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
7 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -17,863 +18,803 @@ ...@@ -17,863 +18,803 @@
17 18
18 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
19 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
20 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 21 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 23
23 ddr:Obj_drillReport 24 ddr:Obj_drillReport
24 spin:rule 25 spin:rule
25 [ rdf:type sp:Construct ; 26 [ rdf:type sp:Construct ;
26 - rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; 27 + rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ;
27 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; 28 + sp:templates ([ sp:object _:b1 ;
28 - sp:predicate rdf:type ;
29 - sp:subject
30 - [ sp:varName "wellCementJob"^^xsd:string
31 - ]
32 - ] [ sp:object
33 - [ sp:varName "wellCementJob"^^xsd:string
34 - ] ;
35 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject
37 - [ sp:varName "dailyDrillingActivity"^^xsd:string
38 - ]
39 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
40 - sp:predicate rdf:type ;
41 - sp:subject _:b1
42 - ] [ sp:object _:b1 ;
43 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 29 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
44 - sp:subject
45 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
46 - ]
47 - ] [ sp:object _:b1 ;
48 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
49 - sp:subject
50 - [ sp:varName "wellCementJob"^^xsd:string
51 - ]
52 - ] [ sp:object
53 - [ sp:varName "wellCementJobType"^^xsd:string
54 - ] ;
55 - sp:predicate rdf:type ;
56 - sp:subject
57 - [ sp:varName "wellCementJob"^^xsd:string
58 - ]
59 - ] [ sp:object
60 - [ sp:varName "wellCementJobTopPlugType"^^xsd:string
61 - ] ;
62 - sp:predicate rdf:type ;
63 - sp:subject
64 - [ sp:varName "wellCementJob"^^xsd:string
65 - ]
66 - ] [ sp:object
67 - [ sp:varName "wellCementJobBottomPlugType"^^xsd:string
68 - ] ;
69 - sp:predicate rdf:type ;
70 - sp:subject
71 - [ sp:varName "wellCementJob"^^xsd:string
72 - ]
73 - ] [ sp:object _:b2 ;
74 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
75 - sp:subject
76 - [ sp:varName "wellCementJob"^^xsd:string
77 - ]
78 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
79 - sp:predicate rdf:type ;
80 sp:subject _:b2 30 sp:subject _:b2
81 - ] [ sp:object 31 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
82 - [ sp:varName "cementingFluidReturnType"^^xsd:string
83 - ] ;
84 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
85 - sp:subject _:b2 33 + sp:subject _:b1
86 ] [ sp:object _:b3 ; 34 ] [ sp:object _:b3 ;
87 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfReturnedCementingFluid> ; 35 + sp:predicate rdf:type ;
88 - sp:subject _:b2 36 + sp:subject _:b1
89 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 37 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
90 sp:predicate rdf:type ; 38 sp:predicate rdf:type ;
91 sp:subject _:b3 39 sp:subject _:b3
92 - ] [ sp:object
93 - [ sp:varName "realVolReturns"^^xsd:string
94 - ] ;
95 - sp:predicate
96 - [ sp:varName "volumeScaleReturns"^^xsd:string
97 - ] ;
98 - sp:subject _:b3
99 ] [ sp:object _:b4 ; 40 ] [ sp:object _:b4 ;
100 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ; 41 + sp:predicate _:b5 ;
101 - sp:subject _:b2 42 + sp:subject _:b3
102 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
103 - sp:predicate rdf:type ;
104 - sp:subject _:b4
105 - ] [ sp:object
106 - [ sp:varName "realVolPumped"^^xsd:string
107 - ] ;
108 - sp:predicate
109 - [ sp:varName "volumeScalePumped"^^xsd:string
110 - ] ;
111 - sp:subject _:b4
112 - ] [ sp:object
113 - [ sp:varName "dTimPumpStart"^^xsd:string
114 - ] ;
115 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
116 - sp:subject _:b2
117 - ] [ sp:object
118 - [ sp:varName "dTimPumpEnd"^^xsd:string
119 - ] ;
120 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
121 - sp:subject _:b2
122 - ] [ sp:object _:b5 ;
123 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
124 - sp:subject _:b2
125 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
126 - sp:predicate rdf:type ;
127 - sp:subject _:b5
128 - ] [ sp:object
129 - [ sp:varName "cementingFluidType"^^xsd:string
130 - ] ;
131 - sp:predicate rdf:type ;
132 - sp:subject _:b5
133 ] [ sp:object _:b6 ; 43 ] [ sp:object _:b6 ;
134 sp:predicate rdf:type ; 44 sp:predicate rdf:type ;
135 - sp:subject _:b5 45 + sp:subject _:b1
46 + ] [ sp:object _:b7 ;
47 + sp:predicate rdf:type ;
48 + sp:subject _:b1
136 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ; 49 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ;
137 sp:predicate rdf:type ; 50 sp:predicate rdf:type ;
138 - sp:subject _:b6 51 + sp:subject _:b7
139 - ] [ sp:object 52 + ] [ sp:object _:b8 ;
140 - [ sp:varName "cementingFluidDescription"^^xsd:string
141 - ] ;
142 sp:predicate rdfs:comment ; 53 sp:predicate rdfs:comment ;
143 - sp:subject _:b6 54 + sp:subject _:b7
144 - ] [ sp:object _:b7 ; 55 + ] [ sp:object _:b9 ;
145 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; 56 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
146 - sp:subject _:b5 57 + sp:subject _:b1
147 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 58 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
148 sp:predicate rdf:type ; 59 sp:predicate rdf:type ;
149 - sp:subject _:b7 60 + sp:subject _:b9
150 - ] [ sp:object 61 + ] [ sp:object _:b10 ;
151 - [ sp:varName "realRatioMixWater"^^xsd:string 62 + sp:predicate _:b11 ;
152 - ] ; 63 + sp:subject _:b9
153 - sp:predicate 64 + ] [ sp:object _:b12 ;
154 - [ sp:varName "ratioScaleMixWater"^^xsd:string
155 - ] ;
156 - sp:subject _:b7
157 - ] [ sp:object _:b8 ;
158 sp:predicate rdf:type ; 65 sp:predicate rdf:type ;
159 - sp:subject _:b5 66 + sp:subject _:b1
160 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 67 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
161 sp:predicate rdf:type ; 68 sp:predicate rdf:type ;
162 - sp:subject _:b8 69 + sp:subject _:b12
163 - ] [ sp:object 70 + ] [ sp:object _:b13 ;
164 - [ sp:varName "realDensity"^^xsd:string 71 + sp:predicate _:b14 ;
165 - ] ; 72 + sp:subject _:b12
166 - sp:predicate 73 + ] [ sp:object _:b15 ;
167 - [ sp:varName "densityScale"^^xsd:string
168 - ] ;
169 - sp:subject _:b8
170 - ] [ sp:object _:b9 ;
171 sp:predicate rdf:type ; 74 sp:predicate rdf:type ;
172 - sp:subject _:b5 75 + sp:subject _:b1
173 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; 76 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
174 sp:predicate rdf:type ; 77 sp:predicate rdf:type ;
175 - sp:subject _:b9 78 + sp:subject _:b15
176 - ] [ sp:object 79 + ] [ sp:object _:b16 ;
177 - [ sp:varName "realYp"^^xsd:string 80 + sp:predicate _:b17 ;
178 - ] ; 81 + sp:subject _:b15
179 - sp:predicate 82 + ] [ sp:object _:b18 ;
180 - [ sp:varName "yieldPointScale"^^xsd:string
181 - ] ;
182 - sp:subject _:b9
183 - ] [ sp:object _:b10 ;
184 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; 83 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
185 - sp:subject _:b5 84 + sp:subject _:b1
186 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 85 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
187 sp:predicate rdf:type ; 86 sp:predicate rdf:type ;
188 - sp:subject _:b10 87 + sp:subject _:b18
189 - ] [ sp:object 88 + ] [ sp:object _:b19 ;
190 - [ sp:varName "realETim"^^xsd:string 89 + sp:predicate _:b20 ;
191 - ] ; 90 + sp:subject _:b18
192 - sp:predicate 91 + ] [ sp:object _:b21 ;
193 - [ sp:varName "durationScaleETim"^^xsd:string
194 - ] ;
195 - sp:subject _:b10
196 - ] [ sp:object _:b11 ;
197 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; 92 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
198 - sp:subject _:b5 93 + sp:subject _:b1
199 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 94 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
200 sp:predicate rdf:type ; 95 sp:predicate rdf:type ;
201 - sp:subject _:b11 96 + sp:subject _:b21
97 + ] [ sp:object _:b22 ;
98 + sp:predicate _:b23 ;
99 + sp:subject _:b21
100 + ] [ sp:object _:b24 ;
101 + sp:predicate rdfs:comment ;
102 + sp:subject _:b1
103 + ]) ;
104 + sp:where ([ sp:object _:b25 ;
105 + sp:predicate ep-spin-lib:nameWellbore ;
106 + sp:subject spin:_this
107 + ] [ sp:object _:b26 ;
108 + sp:predicate ddr:dTimStart ;
109 + sp:subject spin:_this
110 + ] [ sp:object _:b27 ;
111 + sp:predicate ddr:cementStageRef ;
112 + sp:subject spin:_this
202 ] [ sp:object 113 ] [ sp:object
203 - [ sp:varName "realPcFreeWater"^^xsd:string 114 + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
204 ] ; 115 ] ;
205 - sp:predicate 116 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
206 - [ sp:varName "ratioScalePcFreeWater"^^xsd:string 117 + sp:subject _:b28
118 + ] [ sp:object _:b29 ;
119 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
120 + sp:subject _:b30
121 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
122 + sp:predicate rdf:type ;
123 + sp:subject _:b29
124 + ] [ sp:object _:b2 ;
125 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
126 + sp:subject _:b29
127 + ] [ sp:object _:b31 ;
128 + sp:predicate ddr:cementingFluidRef ;
129 + sp:subject _:b27
130 + ] [ rdf:type sp:Optional ;
131 + sp:elements ([ sp:object _:b32 ;
132 + sp:predicate ddr:typeFluidRef ;
133 + sp:subject _:b31
134 + ])
135 + ] [ rdf:type sp:Optional ;
136 + sp:elements ([ sp:object _:b8 ;
137 + sp:predicate ddr:descFluid ;
138 + sp:subject _:b31
139 + ])
140 + ] [ rdf:type sp:Optional ;
141 + sp:elements ([ sp:object _:b33 ;
142 + sp:predicate ddr:ratioMixWaterRef ;
143 + sp:subject _:b31
144 + ] [ sp:object _:b34 ;
145 + sp:predicate ddr:uomRef ;
146 + sp:subject _:b33
147 + ] [ sp:object _:b10 ;
148 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
149 + sp:subject _:b33
150 + ])
151 + ] [ rdf:type sp:Optional ;
152 + sp:elements ([ sp:object _:b35 ;
153 + sp:predicate ddr:densityRef ;
154 + sp:subject _:b31
155 + ] [ sp:object _:b36 ;
156 + sp:predicate ddr:uomRef ;
157 + sp:subject _:b35
158 + ] [ sp:object _:b13 ;
159 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
160 + sp:subject _:b35
161 + ])
162 + ] [ rdf:type sp:Optional ;
163 + sp:elements ([ sp:object _:b37 ;
164 + sp:predicate ddr:volPumpedRef ;
165 + sp:subject _:b31
166 + ] [ sp:object _:b38 ;
167 + sp:predicate ddr:uomRef ;
168 + sp:subject _:b37
169 + ] [ sp:object _:b4 ;
170 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
171 + sp:subject _:b37
172 + ])
173 + ] [ rdf:type sp:Optional ;
174 + sp:elements ([ sp:object _:b39 ;
175 + sp:predicate ddr:ypRef ;
176 + sp:subject _:b31
177 + ] [ sp:object _:b40 ;
178 + sp:predicate ddr:uomRef ;
179 + sp:subject _:b39
180 + ] [ sp:object _:b16 ;
181 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
182 + sp:subject _:b39
183 + ])
184 + ] [ rdf:type sp:Optional ;
185 + sp:elements ([ sp:object _:b41 ;
186 + sp:predicate ddr:eTimThickeningRef ;
187 + sp:subject _:b31
188 + ] [ sp:object _:b42 ;
189 + sp:predicate ddr:uomRef ;
190 + sp:subject _:b41
191 + ] [ sp:object _:b19 ;
192 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
193 + sp:subject _:b41
194 + ])
195 + ] [ rdf:type sp:Optional ;
196 + sp:elements ([ sp:object _:b43 ;
197 + sp:predicate ddr:pcFreeWaterRef ;
198 + sp:subject _:b31
199 + ] [ sp:object _:b44 ;
200 + sp:predicate ddr:uomRef ;
201 + sp:subject _:b43
202 + ] [ sp:object _:b22 ;
203 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
204 + sp:subject _:b43
205 + ])
206 + ] [ rdf:type sp:Optional ;
207 + sp:elements ([ sp:object _:b24 ;
208 + sp:predicate ddr:comments ;
209 + sp:subject _:b31
210 + ])
211 + ] [ rdf:type sp:Bind ;
212 + sp:expression
213 + [ rdf:type ep-spin-lib:normalizeString ;
214 + sp:arg1 _:b25
207 ] ; 215 ] ;
208 - sp:subject _:b11 216 + sp:variable _:b45
209 - ] [ sp:object 217 + ] [ rdf:type sp:Bind ;
210 - [ sp:varName "cementingFluidComments"^^xsd:string 218 + sp:expression
219 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
220 + sp:arg1 _:b45 ;
221 + sp:arg2 _:b26
211 ] ; 222 ] ;
212 - sp:predicate rdfs:comment ; 223 + sp:variable _:b28
213 - sp:subject _:b5 224 + ] [ rdf:type sp:Bind ;
214 - ] [ sp:object _:b12 ; 225 + sp:expression
226 + [ rdf:type afn:localname ;
227 + sp:arg1 _:b27
228 + ] ;
229 + sp:variable _:b46
230 + ] [ rdf:type sp:Bind ;
231 + sp:expression
232 + [ rdf:type ep-spin-lib:buildWellCementJobURI ;
233 + sp:arg1 _:b45 ;
234 + sp:arg2 _:b46
235 + ] ;
236 + sp:variable _:b30
237 + ] [ rdf:type sp:Bind ;
238 + sp:expression
239 + [ rdf:type ep-spin-lib:selectFluidType ;
240 + sp:arg1 _:b32
241 + ] ;
242 + sp:variable _:b6
243 + ] [ rdf:type sp:Bind ;
244 + sp:expression
245 + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
246 + sp:arg1 _:b44
247 + ] ;
248 + sp:variable _:b23
249 + ] [ rdf:type sp:Bind ;
250 + sp:expression
251 + [ rdf:type ep-spin-lib:selectTimeDurationScale ;
252 + sp:arg1 _:b42
253 + ] ;
254 + sp:variable _:b20
255 + ] [ rdf:type sp:Bind ;
256 + sp:expression
257 + [ rdf:type ep-spin-lib:selectYieldPointScale ;
258 + sp:arg1 _:b40
259 + ] ;
260 + sp:variable _:b17
261 + ] [ rdf:type sp:Bind ;
262 + sp:expression
263 + [ rdf:type ep-spin-lib:selectDensityScale ;
264 + sp:arg1 _:b36
265 + ] ;
266 + sp:variable _:b14
267 + ] [ rdf:type sp:Bind ;
268 + sp:expression
269 + [ rdf:type ep-spin-lib:selectVolumeScale ;
270 + sp:arg1 _:b38
271 + ] ;
272 + sp:variable _:b5
273 + ] [ rdf:type sp:Bind ;
274 + sp:expression
275 + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
276 + sp:arg1 _:b34
277 + ] ;
278 + sp:variable _:b11
279 + ])
280 + ] ;
281 + spin:rule
282 + [ rdf:type sp:Construct ;
283 + rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ;
284 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ;
285 + sp:predicate rdf:type ;
286 + sp:subject _:b47
287 + ] [ sp:object _:b47 ;
215 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 288 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
216 - sp:subject _:b1 289 + sp:subject _:b48
290 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
291 + sp:predicate rdf:type ;
292 + sp:subject _:b49
293 + ] [ sp:object _:b49 ;
294 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
295 + sp:subject _:b50
296 + ] [ sp:object _:b49 ;
297 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
298 + sp:subject _:b47
299 + ] [ sp:object _:b51 ;
300 + sp:predicate rdf:type ;
301 + sp:subject _:b47
302 + ] [ sp:object _:b52 ;
303 + sp:predicate rdf:type ;
304 + sp:subject _:b47
305 + ] [ sp:object _:b53 ;
306 + sp:predicate rdf:type ;
307 + sp:subject _:b47
308 + ] [ sp:object _:b54 ;
309 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
310 + sp:subject _:b47
311 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
312 + sp:predicate rdf:type ;
313 + sp:subject _:b54
314 + ] [ sp:object _:b55 ;
315 + sp:predicate rdf:type ;
316 + sp:subject _:b54
317 + ] [ sp:object _:b56 ;
318 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfReturnedCementingFluid> ;
319 + sp:subject _:b54
320 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
321 + sp:predicate rdf:type ;
322 + sp:subject _:b56
323 + ] [ sp:object _:b57 ;
324 + sp:predicate _:b58 ;
325 + sp:subject _:b56
326 + ] [ sp:object _:b59 ;
327 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
328 + sp:subject _:b54
329 + ] [ sp:object _:b60 ;
330 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
331 + sp:subject _:b54
332 + ] [ sp:object _:b61 ;
333 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
334 + sp:subject _:b54
335 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
336 + sp:predicate rdf:type ;
337 + sp:subject _:b61
338 + ] [ sp:object _:b62 ;
339 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
340 + sp:subject _:b49
217 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; 341 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
218 sp:predicate rdf:type ; 342 sp:predicate rdf:type ;
219 - sp:subject _:b12 343 + sp:subject _:b62
220 - ] [ sp:object _:b13 ; 344 + ] [ sp:object _:b63 ;
221 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 345 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
222 - sp:subject _:b12 346 + sp:subject _:b62
223 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; 347 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
224 sp:predicate rdf:type ; 348 sp:predicate rdf:type ;
225 - sp:subject _:b13 349 + sp:subject _:b63
226 - ] [ sp:object _:b14 ; 350 + ] [ sp:object _:b64 ;
227 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; 351 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
228 - sp:subject _:b13 352 + sp:subject _:b63
229 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 353 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
230 sp:predicate rdf:type ; 354 sp:predicate rdf:type ;
231 - sp:subject _:b14 355 + sp:subject _:b64
232 - ] [ sp:object 356 + ] [ sp:object _:b65 ;
233 - [ sp:varName "realCasingStrDia"^^xsd:string 357 + sp:predicate _:b66 ;
234 - ] ; 358 + sp:subject _:b64
235 - sp:predicate 359 + ] [ sp:object _:b67 ;
236 - [ sp:varName "lengthScaleCasingStrDia"^^xsd:string 360 + sp:predicate rdfs:comment ;
237 - ] ; 361 + sp:subject _:b47
238 - sp:subject _:b14 362 + ] [ sp:object _:b68 ;
239 - ] [ sp:object
240 - [ sp:varName "cementStageComments"^^xsd:string
241 - ] ;
242 - sp:predicate <http://purl.org/dc/elements/1.1/description> ;
243 - sp:subject
244 - [ sp:varName "wellCementJob"^^xsd:string
245 - ]
246 - ] [ sp:object
247 - [ sp:varName "wellCementJobCasingRotationType"^^xsd:string
248 - ] ;
249 sp:predicate rdf:type ; 363 sp:predicate rdf:type ;
250 - sp:subject 364 + sp:subject _:b47
251 - [ sp:varName "wellCementJob"^^xsd:string 365 + ] [ sp:object _:b69 ;
252 - ]
253 - ] [ sp:object
254 - [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
255 - ] ;
256 sp:predicate rdf:type ; 366 sp:predicate rdf:type ;
257 - sp:subject 367 + sp:subject _:b47
258 - [ sp:varName "wellCementJob"^^xsd:string 368 + ] [ sp:object _:b70 ;
259 - ]
260 - ] [ sp:object
261 - [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
262 - ] ;
263 sp:predicate rdf:type ; 369 sp:predicate rdf:type ;
264 - sp:subject 370 + sp:subject _:b47
265 - [ sp:varName "wellCementJob"^^xsd:string 371 + ] [ sp:object _:b71 ;
266 - ]
267 - ] [ sp:object _:b15 ;
268 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; 372 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ;
269 - sp:subject 373 + sp:subject _:b47
270 - [ sp:varName "wellCementJob"^^xsd:string
271 - ]
272 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 374 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
273 sp:predicate rdf:type ; 375 sp:predicate rdf:type ;
274 - sp:subject _:b15 376 + sp:subject _:b71
275 - ] [ sp:object 377 + ] [ sp:object _:b72 ;
276 - [ sp:varName "realPresBump"^^xsd:string 378 + sp:predicate _:b73 ;
277 - ] ; 379 + sp:subject _:b71
278 - sp:predicate 380 + ] [ sp:object _:b74 ;
279 - [ sp:varName "pressureScaleBump"^^xsd:string
280 - ] ;
281 - sp:subject _:b15
282 - ] [ sp:object
283 - [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
284 - ] ;
285 sp:predicate rdf:type ; 381 sp:predicate rdf:type ;
286 - sp:subject 382 + sp:subject _:b47
287 - [ sp:varName "wellCementJob"^^xsd:string 383 + ] [ sp:object _:b75 ;
288 - ]
289 - ] [ sp:object _:b16 ;
290 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 384 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
291 - sp:subject 385 + sp:subject _:b47
292 - [ sp:varName "wellCementJob"^^xsd:string
293 - ]
294 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; 386 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ;
295 sp:predicate rdf:type ; 387 sp:predicate rdf:type ;
296 - sp:subject _:b16 388 + sp:subject _:b75
297 - ] [ sp:object 389 + ] [ sp:object _:b76 ;
298 - [ sp:varName "dTimPresReleased"^^xsd:string
299 - ] ;
300 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 390 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
301 - sp:subject _:b16 391 + sp:subject _:b75
302 ]) ; 392 ]) ;
303 - sp:where ([ sp:object 393 + sp:where ([ sp:object _:b77 ;
304 - [ sp:varName "nameWellBore"^^xsd:string
305 - ] ;
306 sp:predicate ep-spin-lib:nameWellbore ; 394 sp:predicate ep-spin-lib:nameWellbore ;
307 sp:subject spin:_this 395 sp:subject spin:_this
308 - ] [ sp:object 396 + ] [ sp:object _:b78 ;
309 - [ sp:varName "dTimStart"^^xsd:string
310 - ] ;
311 sp:predicate ddr:dTimStart ; 397 sp:predicate ddr:dTimStart ;
312 sp:subject spin:_this 398 sp:subject spin:_this
313 - ] [ sp:object 399 + ] [ sp:object _:b79 ;
314 - [ sp:varName "cementStage"^^xsd:string
315 - ] ;
316 sp:predicate ddr:cementStageRef ; 400 sp:predicate ddr:cementStageRef ;
317 sp:subject spin:_this 401 sp:subject spin:_this
318 - ] [ sp:object 402 + ] [ sp:object _:b50 ;
319 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
320 - ] ;
321 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 403 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
322 - sp:subject 404 + sp:subject _:b48
323 - [ sp:varName "dailyDrillingActivity"^^xsd:string
324 - ]
325 ] [ rdf:type sp:Optional ; 405 ] [ rdf:type sp:Optional ;
326 - sp:elements ([ sp:object 406 + sp:elements ([ sp:object _:b59 ;
327 - [ sp:varName "dTimPumpStart"^^xsd:string
328 - ] ;
329 sp:predicate ddr:dTimPumpStart ; 407 sp:predicate ddr:dTimPumpStart ;
330 - sp:subject 408 + sp:subject _:b79
331 - [ sp:varName "cementStage"^^xsd:string
332 - ]
333 ]) 409 ])
334 ] [ rdf:type sp:Optional ; 410 ] [ rdf:type sp:Optional ;
335 - sp:elements ([ sp:object 411 + sp:elements ([ sp:object _:b60 ;
336 - [ sp:varName "dTimPumpEnd"^^xsd:string
337 - ] ;
338 sp:predicate ddr:dTimPumpEnd ; 412 sp:predicate ddr:dTimPumpEnd ;
339 - sp:subject 413 + sp:subject _:b79
340 - [ sp:varName "cementStage"^^xsd:string
341 - ]
342 ]) 414 ])
343 ] [ rdf:type sp:Optional ; 415 ] [ rdf:type sp:Optional ;
344 - sp:elements ([ sp:object 416 + sp:elements ([ sp:object _:b80 ;
345 - [ sp:varName "enumJobType"^^xsd:string
346 - ] ;
347 sp:predicate ddr:jobTypeRef ; 417 sp:predicate ddr:jobTypeRef ;
348 - sp:subject 418 + sp:subject _:b79
349 - [ sp:varName "cementStage"^^xsd:string
350 - ]
351 ]) 419 ])
352 ] [ rdf:type sp:Optional ; 420 ] [ rdf:type sp:Optional ;
353 - sp:elements ([ sp:object 421 + sp:elements ([ sp:object _:b81 ;
354 - [ sp:varName "casingStrDia"^^xsd:string
355 - ] ;
356 sp:predicate ddr:casingStrDiaRef ; 422 sp:predicate ddr:casingStrDiaRef ;
357 - sp:subject 423 + sp:subject _:b79
358 - [ sp:varName "cementStage"^^xsd:string 424 + ] [ sp:object _:b82 ;
359 - ]
360 - ] [ sp:object
361 - [ sp:varName "uomCasingStrDia"^^xsd:string
362 - ] ;
363 sp:predicate ddr:uomRef ; 425 sp:predicate ddr:uomRef ;
364 - sp:subject 426 + sp:subject _:b81
365 - [ sp:varName "casingStrDia"^^xsd:string 427 + ] [ sp:object _:b65 ;
366 - ]
367 - ] [ sp:object
368 - [ sp:varName "realCasingStrDia"^^xsd:string
369 - ] ;
370 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 428 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
371 - sp:subject 429 + sp:subject _:b81
372 - [ sp:varName "casingStrDia"^^xsd:string
373 - ]
374 ]) 430 ])
375 ] [ rdf:type sp:Optional ; 431 ] [ rdf:type sp:Optional ;
376 - sp:elements ([ sp:object 432 + sp:elements ([ sp:object _:b67 ;
377 - [ sp:varName "cementStageComments"^^xsd:string
378 - ] ;
379 sp:predicate ddr:comments ; 433 sp:predicate ddr:comments ;
380 - sp:subject 434 + sp:subject _:b79
381 - [ sp:varName "cementStage"^^xsd:string
382 - ]
383 ]) 435 ])
384 ] [ rdf:type sp:Optional ; 436 ] [ rdf:type sp:Optional ;
385 - sp:elements ([ sp:object 437 + sp:elements ([ sp:object _:b83 ;
386 - [ sp:varName "volReturns"^^xsd:string
387 - ] ;
388 sp:predicate ddr:volReturnsRef ; 438 sp:predicate ddr:volReturnsRef ;
389 - sp:subject 439 + sp:subject _:b79
390 - [ sp:varName "cementStage"^^xsd:string 440 + ] [ sp:object _:b84 ;
391 - ]
392 - ] [ sp:object
393 - [ sp:varName "uomVolReturns"^^xsd:string
394 - ] ;
395 sp:predicate ddr:uomRef ; 441 sp:predicate ddr:uomRef ;
396 - sp:subject 442 + sp:subject _:b83
397 - [ sp:varName "volReturns"^^xsd:string 443 + ] [ sp:object _:b57 ;
398 - ]
399 - ] [ sp:object
400 - [ sp:varName "realVolReturns"^^xsd:string
401 - ] ;
402 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 444 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
403 - sp:subject 445 + sp:subject _:b83
404 - [ sp:varName "volReturns"^^xsd:string
405 - ]
406 - ])
407 - ] [ rdf:type sp:Optional ;
408 - sp:elements ([ sp:object
409 - [ sp:varName "cementingFluid"^^xsd:string
410 - ] ;
411 - sp:predicate ddr:cementingFluidRef ;
412 - sp:subject
413 - [ sp:varName "cementStage"^^xsd:string
414 - ]
415 ]) 446 ])
416 ] [ rdf:type sp:Optional ; 447 ] [ rdf:type sp:Optional ;
417 - sp:elements ([ sp:object 448 + sp:elements ([ sp:object _:b76 ;
418 - [ sp:varName "dTimPresReleased"^^xsd:string
419 - ] ;
420 sp:predicate ddr:dTimPresReleased ; 449 sp:predicate ddr:dTimPresReleased ;
421 - sp:subject 450 + sp:subject _:b79
422 - [ sp:varName "cementStage"^^xsd:string
423 - ]
424 ]) 451 ])
425 ] [ rdf:type sp:Optional ; 452 ] [ rdf:type sp:Optional ;
426 - sp:elements ([ sp:object 453 + sp:elements ([ sp:object _:b85 ;
427 - [ sp:varName "annFlowAfter"^^xsd:string
428 - ] ;
429 sp:predicate ddr:annFlowAfter ; 454 sp:predicate ddr:annFlowAfter ;
430 - sp:subject 455 + sp:subject _:b79
431 - [ sp:varName "cementStage"^^xsd:string
432 - ]
433 ]) 456 ])
434 ] [ rdf:type sp:Optional ; 457 ] [ rdf:type sp:Optional ;
435 - sp:elements ([ sp:object 458 + sp:elements ([ sp:object _:b86 ;
436 - [ sp:varName "topPlug"^^xsd:string
437 - ] ;
438 sp:predicate ddr:topPlug ; 459 sp:predicate ddr:topPlug ;
439 - sp:subject 460 + sp:subject _:b79
440 - [ sp:varName "cementStage"^^xsd:string
441 - ]
442 ]) 461 ])
443 ] [ rdf:type sp:Optional ; 462 ] [ rdf:type sp:Optional ;
444 - sp:elements ([ sp:object 463 + sp:elements ([ sp:object _:b87 ;
445 - [ sp:varName "botPlug"^^xsd:string
446 - ] ;
447 sp:predicate ddr:botPlug ; 464 sp:predicate ddr:botPlug ;
448 - sp:subject 465 + sp:subject _:b79
449 - [ sp:varName "cementStage"^^xsd:string
450 - ]
451 ]) 466 ])
452 ] [ rdf:type sp:Optional ; 467 ] [ rdf:type sp:Optional ;
453 - sp:elements ([ sp:object 468 + sp:elements ([ sp:object _:b88 ;
454 - [ sp:varName "plugBumped"^^xsd:string
455 - ] ;
456 sp:predicate ddr:plugBumped ; 469 sp:predicate ddr:plugBumped ;
457 - sp:subject 470 + sp:subject _:b79
458 - [ sp:varName "cementStage"^^xsd:string
459 - ]
460 ]) 471 ])
461 ] [ rdf:type sp:Optional ; 472 ] [ rdf:type sp:Optional ;
462 - sp:elements ([ sp:object 473 + sp:elements ([ sp:object _:b89 ;
463 - [ sp:varName "presBump"^^xsd:string
464 - ] ;
465 sp:predicate ddr:presBumpRef ; 474 sp:predicate ddr:presBumpRef ;
466 - sp:subject 475 + sp:subject _:b79
467 - [ sp:varName "cementStage"^^xsd:string 476 + ] [ sp:object _:b90 ;
468 - ]
469 - ] [ sp:object
470 - [ sp:varName "uomPresBump"^^xsd:string
471 - ] ;
472 sp:predicate ddr:uomRef ; 477 sp:predicate ddr:uomRef ;
473 - sp:subject 478 + sp:subject _:b89
474 - [ sp:varName "presBump"^^xsd:string 479 + ] [ sp:object _:b72 ;
475 - ]
476 - ] [ sp:object
477 - [ sp:varName "realPresBump"^^xsd:string
478 - ] ;
479 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 480 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
480 - sp:subject 481 + sp:subject _:b89
481 - [ sp:varName "presBump"^^xsd:string
482 - ]
483 ]) 482 ])
484 ] [ rdf:type sp:Optional ; 483 ] [ rdf:type sp:Optional ;
485 - sp:elements ([ sp:object 484 + sp:elements ([ sp:object _:b91 ;
486 - [ sp:varName "floatHeld"^^xsd:string
487 - ] ;
488 sp:predicate ddr:floatHeld ; 485 sp:predicate ddr:floatHeld ;
489 - sp:subject 486 + sp:subject _:b79
490 - [ sp:varName "cementStage"^^xsd:string
491 - ]
492 ]) 487 ])
493 ] [ rdf:type sp:Optional ; 488 ] [ rdf:type sp:Optional ;
494 - sp:elements ([ sp:object 489 + sp:elements ([ sp:object _:b92 ;
495 - [ sp:varName "reciprocated"^^xsd:string
496 - ] ;
497 sp:predicate ddr:reciprocated ; 490 sp:predicate ddr:reciprocated ;
498 - sp:subject 491 + sp:subject _:b79
499 - [ sp:varName "cementStage"^^xsd:string
500 - ]
501 ]) 492 ])
502 ] [ rdf:type sp:Optional ; 493 ] [ rdf:type sp:Optional ;
503 - sp:elements ([ sp:object 494 + sp:elements ([ sp:object _:b93 ;
504 - [ sp:varName "rotated"^^xsd:string
505 - ] ;
506 sp:predicate ddr:rotated ; 495 sp:predicate ddr:rotated ;
507 - sp:subject 496 + sp:subject _:b79
508 - [ sp:varName "cementStage"^^xsd:string
509 - ]
510 - ])
511 - ] [ rdf:type sp:Optional ;
512 - sp:elements ([ sp:object
513 - [ sp:varName "enumTypeFluid"^^xsd:string
514 - ] ;
515 - sp:predicate ddr:typeFluidRef ;
516 - sp:subject
517 - [ sp:varName "cementingFluid"^^xsd:string
518 - ]
519 - ])
520 - ] [ rdf:type sp:Optional ;
521 - sp:elements ([ sp:object
522 - [ sp:varName "cementingFluidDescription"^^xsd:string
523 - ] ;
524 - sp:predicate ddr:descFluid ;
525 - sp:subject
526 - [ sp:varName "cementingFluid"^^xsd:string
527 - ]
528 - ])
529 - ] [ rdf:type sp:Optional ;
530 - sp:elements ([ sp:object
531 - [ sp:varName "ratioMixWater"^^xsd:string
532 - ] ;
533 - sp:predicate ddr:ratioMixWaterRef ;
534 - sp:subject
535 - [ sp:varName "cementingFluid"^^xsd:string
536 - ]
537 - ] [ sp:object
538 - [ sp:varName "uomRatioMixWater"^^xsd:string
539 - ] ;
540 - sp:predicate ddr:uomRef ;
541 - sp:subject
542 - [ sp:varName "ratioMixWater"^^xsd:string
543 - ]
544 - ] [ sp:object
545 - [ sp:varName "realRatioMixWater"^^xsd:string
546 - ] ;
547 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
548 - sp:subject
549 - [ sp:varName "ratioMixWater"^^xsd:string
550 - ]
551 - ])
552 - ] [ rdf:type sp:Optional ;
553 - sp:elements ([ sp:object
554 - [ sp:varName "density"^^xsd:string
555 - ] ;
556 - sp:predicate ddr:densityRef ;
557 - sp:subject
558 - [ sp:varName "cementingFluid"^^xsd:string
559 - ]
560 - ] [ sp:object
561 - [ sp:varName "uomDensity"^^xsd:string
562 - ] ;
563 - sp:predicate ddr:uomRef ;
564 - sp:subject
565 - [ sp:varName "density"^^xsd:string
566 - ]
567 - ] [ sp:object
568 - [ sp:varName "realDensity"^^xsd:string
569 - ] ;
570 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
571 - sp:subject
572 - [ sp:varName "density"^^xsd:string
573 - ]
574 - ])
575 - ] [ rdf:type sp:Optional ;
576 - sp:elements ([ sp:object
577 - [ sp:varName "volPumped"^^xsd:string
578 - ] ;
579 - sp:predicate ddr:volPumpedRef ;
580 - sp:subject
581 - [ sp:varName "cementingFluid"^^xsd:string
582 - ]
583 - ] [ sp:object
584 - [ sp:varName "uomVolPumped"^^xsd:string
585 - ] ;
586 - sp:predicate ddr:uomRef ;
587 - sp:subject
588 - [ sp:varName "volPumped"^^xsd:string
589 - ]
590 - ] [ sp:object
591 - [ sp:varName "realVolPumped"^^xsd:string
592 - ] ;
593 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
594 - sp:subject
595 - [ sp:varName "volPumped"^^xsd:string
596 - ]
597 - ])
598 - ] [ rdf:type sp:Optional ;
599 - sp:elements ([ sp:object
600 - [ sp:varName "yp"^^xsd:string
601 - ] ;
602 - sp:predicate ddr:ypRef ;
603 - sp:subject
604 - [ sp:varName "cementingFluid"^^xsd:string
605 - ]
606 - ] [ sp:object
607 - [ sp:varName "uomYp"^^xsd:string
608 - ] ;
609 - sp:predicate ddr:uomRef ;
610 - sp:subject
611 - [ sp:varName "yp"^^xsd:string
612 - ]
613 - ] [ sp:object
614 - [ sp:varName "realYp"^^xsd:string
615 - ] ;
616 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
617 - sp:subject
618 - [ sp:varName "yp"^^xsd:string
619 - ]
620 - ])
621 - ] [ rdf:type sp:Optional ;
622 - sp:elements ([ sp:object
623 - [ sp:varName "eTimThickening"^^xsd:string
624 - ] ;
625 - sp:predicate ddr:eTimThickeningRef ;
626 - sp:subject
627 - [ sp:varName "cementingFluid"^^xsd:string
628 - ]
629 - ] [ sp:object
630 - [ sp:varName "uomETim"^^xsd:string
631 - ] ;
632 - sp:predicate ddr:uomRef ;
633 - sp:subject
634 - [ sp:varName "eTimThickening"^^xsd:string
635 - ]
636 - ] [ sp:object
637 - [ sp:varName "realETim"^^xsd:string
638 - ] ;
639 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
640 - sp:subject
641 - [ sp:varName "eTimThickening"^^xsd:string
642 - ]
643 - ])
644 - ] [ rdf:type sp:Optional ;
645 - sp:elements ([ sp:object
646 - [ sp:varName "pcFreeWater"^^xsd:string
647 - ] ;
648 - sp:predicate ddr:pcFreeWaterRef ;
649 - sp:subject
650 - [ sp:varName "cementingFluid"^^xsd:string
651 - ]
652 - ] [ sp:object
653 - [ sp:varName "uomPcFreeWater"^^xsd:string
654 - ] ;
655 - sp:predicate ddr:uomRef ;
656 - sp:subject
657 - [ sp:varName "pcFreeWater"^^xsd:string
658 - ]
659 - ] [ sp:object
660 - [ sp:varName "realPcFreeWater"^^xsd:string
661 - ] ;
662 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
663 - sp:subject
664 - [ sp:varName "pcFreeWater"^^xsd:string
665 - ]
666 - ])
667 - ] [ rdf:type sp:Optional ;
668 - sp:elements ([ sp:object
669 - [ sp:varName "cementingFluidComments"^^xsd:string
670 - ] ;
671 - sp:predicate ddr:comments ;
672 - sp:subject
673 - [ sp:varName "cementingFluid"^^xsd:string
674 - ]
675 ]) 497 ])
676 ] [ rdf:type sp:Bind ; 498 ] [ rdf:type sp:Bind ;
677 sp:expression 499 sp:expression
678 [ rdf:type ep-spin-lib:normalizeString ; 500 [ rdf:type ep-spin-lib:normalizeString ;
679 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 501 + sp:arg1 _:b77
680 - ]
681 ] ; 502 ] ;
682 - sp:variable 503 + sp:variable _:b94
683 - [ sp:varName "normalizedWellBoreName"^^xsd:string
684 - ]
685 ] [ rdf:type sp:Bind ; 504 ] [ rdf:type sp:Bind ;
686 sp:expression 505 sp:expression
687 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 506 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
688 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 507 + sp:arg1 _:b94 ;
689 - ] ; 508 + sp:arg2 _:b78
690 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
691 - ]
692 ] ; 509 ] ;
693 - sp:variable 510 + sp:variable _:b48
694 - [ sp:varName "dailyDrillingActivity"^^xsd:string
695 - ]
696 ] [ rdf:type sp:Bind ; 511 ] [ rdf:type sp:Bind ;
697 sp:expression 512 sp:expression
698 [ rdf:type afn:localname ; 513 [ rdf:type afn:localname ;
699 - sp:arg1 [ sp:varName "cementStage"^^xsd:string 514 + sp:arg1 _:b79
700 - ]
701 ] ; 515 ] ;
702 - sp:variable 516 + sp:variable _:b95
703 - [ sp:varName "localname"^^xsd:string
704 - ]
705 ] [ rdf:type sp:Bind ; 517 ] [ rdf:type sp:Bind ;
706 sp:expression 518 sp:expression
707 [ rdf:type ep-spin-lib:buildWellCementJobURI ; 519 [ rdf:type ep-spin-lib:buildWellCementJobURI ;
708 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 520 + sp:arg1 _:b94 ;
521 + sp:arg2 _:b95
709 ] ; 522 ] ;
710 - sp:arg2 [ sp:varName "localname"^^xsd:string 523 + sp:variable _:b47
711 - ]
712 - ] ;
713 - sp:variable
714 - [ sp:varName "wellCementJob"^^xsd:string
715 - ]
716 ] [ rdf:type sp:Bind ; 524 ] [ rdf:type sp:Bind ;
717 sp:expression 525 sp:expression
718 [ rdf:type ep-spin-lib:selectWellCementJobType ; 526 [ rdf:type ep-spin-lib:selectWellCementJobType ;
719 - sp:arg1 [ sp:varName "enumJobType"^^xsd:string 527 + sp:arg1 _:b80
720 - ]
721 ] ; 528 ] ;
722 - sp:variable 529 + sp:variable _:b51
723 - [ sp:varName "wellCementJobType"^^xsd:string
724 - ]
725 - ] [ rdf:type sp:Bind ;
726 - sp:expression
727 - [ rdf:type ep-spin-lib:selectFluidType ;
728 - sp:arg1 [ sp:varName "enumTypeFluid"^^xsd:string
729 - ]
730 - ] ;
731 - sp:variable
732 - [ sp:varName "cementingFluidType"^^xsd:string
733 - ]
734 ] [ rdf:type sp:Bind ; 530 ] [ rdf:type sp:Bind ;
735 sp:expression 531 sp:expression
736 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; 532 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ;
737 - sp:arg1 [ sp:varName "annFlowAfter"^^xsd:string 533 + sp:arg1 _:b85
738 - ]
739 ] ; 534 ] ;
740 - sp:variable 535 + sp:variable _:b55
741 - [ sp:varName "cementingFluidReturnType"^^xsd:string
742 - ]
743 ] [ rdf:type sp:Bind ; 536 ] [ rdf:type sp:Bind ;
744 sp:expression 537 sp:expression
745 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; 538 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ;
746 - sp:arg1 [ sp:varName "topPlug"^^xsd:string 539 + sp:arg1 _:b86
747 - ]
748 ] ; 540 ] ;
749 - sp:variable 541 + sp:variable _:b52
750 - [ sp:varName "wellCementJobTopPlugType"^^xsd:string
751 - ]
752 ] [ rdf:type sp:Bind ; 542 ] [ rdf:type sp:Bind ;
753 sp:expression 543 sp:expression
754 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; 544 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ;
755 - sp:arg1 [ sp:varName "botPlug"^^xsd:string 545 + sp:arg1 _:b87
756 - ]
757 ] ; 546 ] ;
758 - sp:variable 547 + sp:variable _:b53
759 - [ sp:varName "wellCementJobBottomPlugType"^^xsd:string
760 - ]
761 ] [ rdf:type sp:Bind ; 548 ] [ rdf:type sp:Bind ;
762 sp:expression 549 sp:expression
763 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; 550 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ;
764 - sp:arg1 [ sp:varName "rotated"^^xsd:string 551 + sp:arg1 _:b93
765 - ]
766 ] ; 552 ] ;
767 - sp:variable 553 + sp:variable _:b68
768 - [ sp:varName "wellCementJobCasingRotationType"^^xsd:string
769 - ]
770 ] [ rdf:type sp:Bind ; 554 ] [ rdf:type sp:Bind ;
771 sp:expression 555 sp:expression
772 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; 556 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ;
773 - sp:arg1 [ sp:varName "reciprocated"^^xsd:string 557 + sp:arg1 _:b92
774 - ]
775 ] ; 558 ] ;
776 - sp:variable 559 + sp:variable _:b69
777 - [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
778 - ]
779 ] [ rdf:type sp:Bind ; 560 ] [ rdf:type sp:Bind ;
780 sp:expression 561 sp:expression
781 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; 562 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ;
782 - sp:arg1 [ sp:varName "plugBumped"^^xsd:string 563 + sp:arg1 _:b88
783 - ]
784 ] ; 564 ] ;
785 - sp:variable 565 + sp:variable _:b70
786 - [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
787 - ]
788 ] [ rdf:type sp:Bind ; 566 ] [ rdf:type sp:Bind ;
789 sp:expression 567 sp:expression
790 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; 568 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ;
791 - sp:arg1 [ sp:varName "floatHeld"^^xsd:string 569 + sp:arg1 _:b91
792 - ]
793 - ] ;
794 - sp:variable
795 - [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
796 - ]
797 - ] [ rdf:type sp:Bind ;
798 - sp:expression
799 - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
800 - sp:arg1 [ sp:varName "uomPcFreeWater"^^xsd:string
801 - ]
802 - ] ;
803 - sp:variable
804 - [ sp:varName "ratioScalePcFreeWater"^^xsd:string
805 - ]
806 - ] [ rdf:type sp:Bind ;
807 - sp:expression
808 - [ rdf:type ep-spin-lib:selectTimeDurationScale ;
809 - sp:arg1 [ sp:varName "uomETim"^^xsd:string
810 - ]
811 - ] ;
812 - sp:variable
813 - [ sp:varName "durationScaleETim"^^xsd:string
814 - ]
815 - ] [ rdf:type sp:Bind ;
816 - sp:expression
817 - [ rdf:type ep-spin-lib:selectYieldPointScale ;
818 - sp:arg1 [ sp:varName "uomYp"^^xsd:string
819 - ]
820 ] ; 570 ] ;
821 - sp:variable 571 + sp:variable _:b74
822 - [ sp:varName "yieldPointScale"^^xsd:string
823 - ]
824 - ] [ rdf:type sp:Bind ;
825 - sp:expression
826 - [ rdf:type ep-spin-lib:selectDensityScale ;
827 - sp:arg1 [ sp:varName "uomDensity"^^xsd:string
828 - ]
829 - ] ;
830 - sp:variable
831 - [ sp:varName "densityScale"^^xsd:string
832 - ]
833 ] [ rdf:type sp:Bind ; 572 ] [ rdf:type sp:Bind ;
834 sp:expression 573 sp:expression
835 [ rdf:type ep-spin-lib:selectPressureScale ; 574 [ rdf:type ep-spin-lib:selectPressureScale ;
836 - sp:arg1 [ sp:varName "uomPresBump"^^xsd:string 575 + sp:arg1 _:b90
837 - ]
838 - ] ;
839 - sp:variable
840 - [ sp:varName "pressureScaleBump"^^xsd:string
841 - ]
842 - ] [ rdf:type sp:Bind ;
843 - sp:expression
844 - [ rdf:type ep-spin-lib:selectVolumeScale ;
845 - sp:arg1 [ sp:varName "uomVolPumped"^^xsd:string
846 - ]
847 ] ; 576 ] ;
848 - sp:variable 577 + sp:variable _:b73
849 - [ sp:varName "volumeScalePumped"^^xsd:string
850 - ]
851 ] [ rdf:type sp:Bind ; 578 ] [ rdf:type sp:Bind ;
852 sp:expression 579 sp:expression
853 [ rdf:type ep-spin-lib:selectVolumeScale ; 580 [ rdf:type ep-spin-lib:selectVolumeScale ;
854 - sp:arg1 [ sp:varName "uomVolReturns"^^xsd:string 581 + sp:arg1 _:b84
855 - ]
856 ] ; 582 ] ;
857 - sp:variable 583 + sp:variable _:b58
858 - [ sp:varName "volumeScaleReturns"^^xsd:string
859 - ]
860 - ] [ rdf:type sp:Bind ;
861 - sp:expression
862 - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
863 - sp:arg1 [ sp:varName "uomRatioMixWater"^^xsd:string
864 - ]
865 - ] ;
866 - sp:variable
867 - [ sp:varName "ratioScaleMixWater"^^xsd:string
868 - ]
869 ] [ rdf:type sp:Bind ; 584 ] [ rdf:type sp:Bind ;
870 sp:expression 585 sp:expression
871 [ rdf:type ep-spin-lib:selectLengthScale ; 586 [ rdf:type ep-spin-lib:selectLengthScale ;
872 - sp:arg1 [ sp:varName "uomCasingStrDia"^^xsd:string 587 + sp:arg1 _:b82
873 - ]
874 ] ; 588 ] ;
875 - sp:variable 589 + sp:variable _:b66
876 - [ sp:varName "lengthScaleCasingStrDia"^^xsd:string
877 - ]
878 ]) 590 ])
879 ] . 591 ] .
592 +
593 +_:b77
594 + sp:varName "nameWellBore"^^xsd:string .
595 +
596 +_:b78
597 + sp:varName "dTimStart"^^xsd:string .
598 +
599 +_:b79
600 + sp:varName "cementStage"^^xsd:string .
601 +
602 +_:b48
603 + sp:varName "dailyDrillingActivity"^^xsd:string .
604 +
605 +_:b50
606 + sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
607 +
608 +_:b59
609 + sp:varName "dTimPumpStart"^^xsd:string .
610 +
611 +_:b60
612 + sp:varName "dTimPumpEnd"^^xsd:string .
613 +
614 +_:b80
615 + sp:varName "enumJobType"^^xsd:string .
616 +
617 +_:b81
618 + sp:varName "casingStrDia"^^xsd:string .
619 +
620 +_:b82
621 + sp:varName "uomCasingStrDia"^^xsd:string .
622 +
623 +_:b65
624 + sp:varName "realCasingStrDia"^^xsd:string .
625 +
626 +_:b67
627 + sp:varName "cementStageComments"^^xsd:string .
628 +
629 +_:b83
630 + sp:varName "volReturns"^^xsd:string .
631 +
632 +_:b84
633 + sp:varName "uomVolReturns"^^xsd:string .
634 +
635 +_:b57
636 + sp:varName "realVolReturns"^^xsd:string .
637 +
638 +_:b76
639 + sp:varName "dTimPresReleased"^^xsd:string .
640 +
641 +_:b85
642 + sp:varName "annFlowAfter"^^xsd:string .
643 +
644 +_:b86
645 + sp:varName "topPlug"^^xsd:string .
646 +
647 +_:b87
648 + sp:varName "botPlug"^^xsd:string .
649 +
650 +_:b88
651 + sp:varName "plugBumped"^^xsd:string .
652 +
653 +_:b89
654 + sp:varName "presBump"^^xsd:string .
655 +
656 +_:b90
657 + sp:varName "uomPresBump"^^xsd:string .
658 +
659 +_:b72
660 + sp:varName "realPresBump"^^xsd:string .
661 +
662 +_:b91
663 + sp:varName "floatHeld"^^xsd:string .
664 +
665 +_:b92
666 + sp:varName "reciprocated"^^xsd:string .
667 +
668 +_:b93
669 + sp:varName "rotated"^^xsd:string .
670 +
671 +_:b94
672 + sp:varName "normalizedWellBoreName"^^xsd:string .
673 +
674 +_:b95
675 + sp:varName "localname"^^xsd:string .
676 +
677 +_:b47
678 + sp:varName "wellCementJob"^^xsd:string .
679 +
680 +_:b51
681 + sp:varName "wellCementJobType"^^xsd:string .
682 +
683 +_:b55
684 + sp:varName "cementingFluidReturnType"^^xsd:string .
685 +
686 +_:b52
687 + sp:varName "wellCementJobTopPlugType"^^xsd:string .
688 +
689 +_:b53
690 + sp:varName "wellCementJobBottomPlugType"^^xsd:string .
691 +
692 +_:b68
693 + sp:varName "wellCementJobCasingRotationType"^^xsd:string .
694 +
695 +_:b69
696 + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
697 +
698 +_:b70
699 + sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
700 +
701 +_:b74
702 + sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
703 +
704 +_:b73
705 + sp:varName "pressureScaleBump"^^xsd:string .
706 +
707 +_:b58
708 + sp:varName "volumeScaleReturns"^^xsd:string .
709 +
710 +_:b66
711 + sp:varName "lengthScaleCasingStrDia"^^xsd:string .
712 +
713 +_:b25
714 + sp:varName "nameWellBore"^^xsd:string .
715 +
716 +_:b26
717 + sp:varName "dTimStart"^^xsd:string .
718 +
719 +_:b27
720 + sp:varName "cementStage"^^xsd:string .
721 +
722 +_:b28
723 + sp:varName "dailyDrillingActivity"^^xsd:string .
724 +
725 +_:b30
726 + sp:varName "wellCementJob"^^xsd:string .
727 +
728 +_:b29
729 + sp:varName "wellCementPumping"^^xsd:string .
730 +
731 +_:b2 sp:varName "pumpedFluid"^^xsd:string .
732 +
733 +_:b31
734 + sp:varName "cementingFluid"^^xsd:string .
735 +
736 +_:b32
737 + sp:varName "enumTypeFluid"^^xsd:string .
738 +
739 +_:b8 sp:varName "cementingFluidDescription"^^xsd:string .
740 +
741 +_:b33
742 + sp:varName "ratioMixWater"^^xsd:string .
743 +
744 +_:b34
745 + sp:varName "uomRatioMixWater"^^xsd:string .
746 +
747 +_:b10
748 + sp:varName "realRatioMixWater"^^xsd:string .
749 +
750 +_:b35
751 + sp:varName "density"^^xsd:string .
752 +
753 +_:b36
754 + sp:varName "uomDensity"^^xsd:string .
755 +
756 +_:b13
757 + sp:varName "realDensity"^^xsd:string .
758 +
759 +_:b37
760 + sp:varName "volPumped"^^xsd:string .
761 +
762 +_:b38
763 + sp:varName "uomVolPumped"^^xsd:string .
764 +
765 +_:b4 sp:varName "realVolPumped"^^xsd:string .
766 +
767 +_:b39
768 + sp:varName "yp"^^xsd:string .
769 +
770 +_:b40
771 + sp:varName "uomYp"^^xsd:string .
772 +
773 +_:b16
774 + sp:varName "realYp"^^xsd:string .
775 +
776 +_:b41
777 + sp:varName "eTimThickening"^^xsd:string .
778 +
779 +_:b42
780 + sp:varName "uomETim"^^xsd:string .
781 +
782 +_:b19
783 + sp:varName "realETim"^^xsd:string .
784 +
785 +_:b43
786 + sp:varName "pcFreeWater"^^xsd:string .
787 +
788 +_:b44
789 + sp:varName "uomPcFreeWater"^^xsd:string .
790 +
791 +_:b22
792 + sp:varName "realPcFreeWater"^^xsd:string .
793 +
794 +_:b24
795 + sp:varName "cementingFluidComments"^^xsd:string .
796 +
797 +_:b45
798 + sp:varName "normalizedWellBoreName"^^xsd:string .
799 +
800 +_:b46
801 + sp:varName "localname"^^xsd:string .
802 +
803 +_:b6 sp:varName "cementingFluidType"^^xsd:string .
804 +
805 +_:b23
806 + sp:varName "ratioScalePcFreeWater"^^xsd:string .
807 +
808 +_:b20
809 + sp:varName "durationScaleETim"^^xsd:string .
810 +
811 +_:b17
812 + sp:varName "yieldPointScale"^^xsd:string .
813 +
814 +_:b14
815 + sp:varName "densityScale"^^xsd:string .
816 +
817 +_:b5 sp:varName "volumeScalePumped"^^xsd:string .
818 +
819 +_:b11
820 + sp:varName "ratioScaleMixWater"^^xsd:string .
......
1 +# Saved by TopBraid on Sun Oct 02 21:50:24 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......