David Leal

Fix wellbore section in bitRecord and controlIncidentInfo

1 -# Saved by TopBraid on Fri Oct 28 15:25:05 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 20:21:33 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:Activity ; 71 + owl:allValuesFrom ep-activity:DrillingActivity ;
72 - owl:onProperty ep-core:hasPart 72 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom ep-activity:DrillingActivity ; 76 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
77 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 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:maxCardinality "1"^^xsd:nonNegativeInteger ; 86 + owl:allValuesFrom ep-activity:DrillingActivity ;
87 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 87 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
88 ] ; 88 ] ;
89 rdfs:subClassOf 89 rdfs:subClassOf
90 [ rdf:type owl:Restriction ; 90 [ rdf:type owl:Restriction ;
91 - owl:allValuesFrom ep-activity:DrillingActivity ; 91 + owl:allValuesFrom ep-activity:Activity ;
92 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 92 + owl:onProperty ep-core:hasPart
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 - coiled tubing"^^xsd:string ; 189 rdfs:label "drilling activity - coiled 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 - wireline"^^xsd:string ; 244 rdfs:label "drilling activity - wireline"^^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:WellOperation . 265 rdfs:subClassOf ep-activity:WellOperation .
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:WellOperation . 522 rdfs:subClassOf ep-activity:WellOperation .
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:WellOperation . 682 rdfs:subClassOf ep-activity:WellOperation .
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:WellOperation . 716 rdfs:subClassOf ep-activity:WellOperation .
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 ;
...@@ -788,25 +788,25 @@ ep-activity:WirelineFormationTestType ...@@ -788,25 +788,25 @@ ep-activity:WirelineFormationTestType
788 rdfs:subClassOf owl:Class . 788 rdfs:subClassOf owl:Class .
789 789
790 ep-activity:WirelineFormationTestWithGoodSeal 790 ep-activity:WirelineFormationTestWithGoodSeal
791 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 791 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
792 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 792 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
793 rdfs:subClassOf ep-activity:WirelineFormationTest ; 793 rdfs:subClassOf ep-activity:WirelineFormationTest ;
794 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 794 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
795 795
796 ep-activity:WirelineFormationTestWithoutGoodSeal 796 ep-activity:WirelineFormationTestWithoutGoodSeal
797 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 797 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
798 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 798 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
799 rdfs:subClassOf ep-activity:WirelineFormationTest ; 799 rdfs:subClassOf ep-activity:WirelineFormationTest ;
800 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 800 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
801 801
802 ep-activity:averageRateOfDrilling 802 ep-activity:averageRateOfDrilling
803 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 803 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
804 rdfs:domain ep-activity:DrillingActivity ; 804 rdfs:domain ep-activity:DrillingActivity ;
805 rdfs:label "average rate of drilling"^^xsd:string ; 805 rdfs:label "average rate of drilling"^^xsd:string ;
806 rdfs:range ep-core:Speed . 806 rdfs:range ep-core:Speed .
807 807
808 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 808 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
809 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 809 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
810 rdfs:domain ep-activity:DailyDrillingActivity ; 810 rdfs:domain ep-activity:DailyDrillingActivity ;
811 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 811 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
812 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 812 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
...@@ -822,25 +822,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -822,25 +822,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
822 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 822 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
823 823
824 ep-activity:distanceDrilled 824 ep-activity:distanceDrilled
825 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 825 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
826 rdfs:domain ep-activity:DrillingActivity ; 826 rdfs:domain ep-activity:DrillingActivity ;
827 rdfs:label "final rate of drilling"^^xsd:string ; 827 rdfs:label "final rate of drilling"^^xsd:string ;
828 rdfs:range ep-core:Length . 828 rdfs:range ep-core:Length .
829 829
830 ep-activity:drillingContractor 830 ep-activity:drillingContractor
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 contractor"^^xsd:string ; 833 rdfs:label "drilling contractor"^^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:drillingOperator 836 ep-activity:drillingOperator
837 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 837 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
838 rdfs:domain ep-activity:DrillingActivity ; 838 rdfs:domain ep-activity:DrillingActivity ;
839 rdfs:label "drilling operator"^^xsd:string ; 839 rdfs:label "drilling operator"^^xsd:string ;
840 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 840 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
841 841
842 ep-activity:durationOfDrilling 842 ep-activity:durationOfDrilling
843 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 843 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
844 rdfs:domain ep-activity:DrillingActivity ; 844 rdfs:domain ep-activity:DrillingActivity ;
845 rdfs:label "duration of drilling"^^xsd:string ; 845 rdfs:label "duration of drilling"^^xsd:string ;
846 rdfs:range ep-core:TimeDuration . 846 rdfs:range ep-core:TimeDuration .
...@@ -852,25 +852,25 @@ ep-activity:failedEquipment ...@@ -852,25 +852,25 @@ ep-activity:failedEquipment
852 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 852 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
853 853
854 ep-activity:finalRateOfDrilling 854 ep-activity:finalRateOfDrilling
855 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 855 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
856 rdfs:domain ep-activity:DrillingActivity ; 856 rdfs:domain ep-activity:DrillingActivity ;
857 rdfs:label "final rate of drilling"^^xsd:string ; 857 rdfs:label "final rate of drilling"^^xsd:string ;
858 rdfs:range ep-core:Speed . 858 rdfs:range ep-core:Speed .
859 859
860 ep-activity:finishedAt 860 ep-activity:finishedAt
861 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 861 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
862 rdfs:domain ep-activity:Activity ; 862 rdfs:domain ep-activity:Activity ;
863 rdfs:label "finished at"^^xsd:string ; 863 rdfs:label "finished at"^^xsd:string ;
864 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 864 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
865 865
866 ep-activity:fluidProducedByWellTest 866 ep-activity:fluidProducedByWellTest
867 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 867 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
868 rdfs:domain ep-activity:WellTest ; 868 rdfs:domain ep-activity:WellTest ;
869 rdfs:label "fluid produced by well test"^^xsd:string ; 869 rdfs:label "fluid produced by well test"^^xsd:string ;
870 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 870 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
871 871
872 ep-activity:hasCasingLinerTubing 872 ep-activity:hasCasingLinerTubing
873 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 873 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
874 rdfs:domain ep-activity:WellStimulation ; 874 rdfs:domain ep-activity:WellStimulation ;
875 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 875 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
876 876
...@@ -879,18 +879,18 @@ ep-activity:hasCasingString ...@@ -879,18 +879,18 @@ ep-activity:hasCasingString
879 rdfs:label "has casing string"^^xsd:string . 879 rdfs:label "has casing string"^^xsd:string .
880 880
881 ep-activity:hasChokeValve 881 ep-activity:hasChokeValve
882 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 882 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
883 rdfs:label "has choke valve"^^xsd:string ; 883 rdfs:label "has choke valve"^^xsd:string ;
884 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 884 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
885 885
886 ep-activity:hasDrillBit 886 ep-activity:hasDrillBit
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 drill bit"^^xsd:string ; 889 rdfs:label "has drill bit"^^xsd:string ;
890 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 890 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
891 891
892 ep-activity:hasDrillingFluid 892 ep-activity:hasDrillingFluid
893 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 893 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
894 rdfs:domain ep-activity:DrillingActivity ; 894 rdfs:domain ep-activity:DrillingActivity ;
895 rdfs:label "has drilling fluid"^^xsd:string ; 895 rdfs:label "has drilling fluid"^^xsd:string ;
896 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 896 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
...@@ -906,13 +906,13 @@ ep-activity:hasSubActivity ...@@ -906,13 +906,13 @@ ep-activity:hasSubActivity
906 rdfs:label "has sub activity"^^xsd:string . 906 rdfs:label "has sub activity"^^xsd:string .
907 907
908 ep-activity:hasWellTestChoke 908 ep-activity:hasWellTestChoke
909 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 909 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
910 rdfs:domain ep-activity:WellTest ; 910 rdfs:domain ep-activity:WellTest ;
911 rdfs:label "has well test choke"^^xsd:string ; 911 rdfs:label "has well test choke"^^xsd:string ;
912 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 912 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
913 913
914 ep-activity:identificationNumberOfCore 914 ep-activity:identificationNumberOfCore
915 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 915 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
916 rdfs:domain ep-activity:ExtractAWellCore ; 916 rdfs:domain ep-activity:ExtractAWellCore ;
917 rdfs:label "identification number of core"^^xsd:string . 917 rdfs:label "identification number of core"^^xsd:string .
918 918
...@@ -922,19 +922,19 @@ ep-activity:logRunNumber ...@@ -922,19 +922,19 @@ ep-activity:logRunNumber
922 rdfs:label "log run number"^^xsd:string . 922 rdfs:label "log run number"^^xsd:string .
923 923
924 ep-activity:loggedWellBoreInterval 924 ep-activity:loggedWellBoreInterval
925 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 925 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
926 rdfs:domain ep-activity:WellBoreLogRun ; 926 rdfs:domain ep-activity:WellBoreLogRun ;
927 rdfs:label "logged wellbore interval"^^xsd:string ; 927 rdfs:label "logged wellbore interval"^^xsd:string ;
928 rdfs:range ep-core:PhysicalObject . 928 rdfs:range ep-core:PhysicalObject .
929 929
930 ep-activity:measuredDepthOfFluidSampling 930 ep-activity:measuredDepthOfFluidSampling
931 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 931 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
932 rdfs:domain ep-activity:WirelineFormationTest ; 932 rdfs:domain ep-activity:WirelineFormationTest ;
933 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 933 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
934 rdfs:range ep-core:Length . 934 rdfs:range ep-core:Length .
935 935
936 ep-activity:missedProductionTime 936 ep-activity:missedProductionTime
937 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 937 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
938 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 938 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
939 rdfs:label "missed production time"^^xsd:string ; 939 rdfs:label "missed production time"^^xsd:string ;
940 rdfs:range ep-core:TimeDuration . 940 rdfs:range ep-core:TimeDuration .
...@@ -946,7 +946,7 @@ ep-activity:nominallyAt ...@@ -946,7 +946,7 @@ ep-activity:nominallyAt
946 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 946 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
947 947
948 ep-activity:onDrillBit 948 ep-activity:onDrillBit
949 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 949 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
950 rdfs:domain ep-activity:WellBoreDrillBitRun ; 950 rdfs:domain ep-activity:WellBoreDrillBitRun ;
951 rdfs:label "on drill bit"^^xsd:string ; 951 rdfs:label "on drill bit"^^xsd:string ;
952 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 952 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -956,7 +956,7 @@ ep-activity:onFluid ...@@ -956,7 +956,7 @@ ep-activity:onFluid
956 rdfs:label "on WellBore"^^xsd:string . 956 rdfs:label "on WellBore"^^xsd:string .
957 957
958 ep-activity:onRig 958 ep-activity:onRig
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 rig"^^xsd:string ; 961 rdfs:label "on rig"^^xsd:string ;
962 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 962 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -968,19 +968,19 @@ ep-activity:onWell ...@@ -968,19 +968,19 @@ ep-activity:onWell
968 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 968 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
969 969
970 ep-activity:onWellBore 970 ep-activity:onWellBore
971 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 971 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
972 rdfs:domain ep-activity:DrillingActivity ; 972 rdfs:domain ep-activity:DrillingActivity ;
973 rdfs:label "on wellbore"^^xsd:string ; 973 rdfs:label "on wellbore"^^xsd:string ;
974 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 974 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
975 975
976 ep-activity:operatingTimeOfDrillBit 976 ep-activity:operatingTimeOfDrillBit
977 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 977 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
978 rdfs:domain ep-activity:DrillingActivity ; 978 rdfs:domain ep-activity:DrillingActivity ;
979 rdfs:label "operating time of drill bit"^^xsd:string ; 979 rdfs:label "operating time of drill bit"^^xsd:string ;
980 rdfs:range ep-core:TimeDuration . 980 rdfs:range ep-core:TimeDuration .
981 981
982 ep-activity:pressureAtWhichPlugBumped 982 ep-activity:pressureAtWhichPlugBumped
983 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 983 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
984 rdfs:domain ep-activity:WellCementPumping ; 984 rdfs:domain ep-activity:WellCementPumping ;
985 rdfs:label "pressure at which plug bumped"^^xsd:string ; 985 rdfs:label "pressure at which plug bumped"^^xsd:string ;
986 rdfs:range ep-core:Pressure . 986 rdfs:range ep-core:Pressure .
...@@ -990,84 +990,90 @@ ep-activity:pumpedFluid ...@@ -990,84 +990,90 @@ ep-activity:pumpedFluid
990 rdfs:label "pumped fluid"^^xsd:string . 990 rdfs:label "pumped fluid"^^xsd:string .
991 991
992 ep-activity:recoveredCore 992 ep-activity:recoveredCore
993 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 993 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
994 rdfs:domain ep-activity:ExtractAWellCore ; 994 rdfs:domain ep-activity:ExtractAWellCore ;
995 rdfs:label "recovered core"^^xsd:string ; 995 rdfs:label "recovered core"^^xsd:string ;
996 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 996 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
997 997
998 ep-activity:returnedCementingFluid 998 ep-activity:returnedCementingFluid
999 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 999 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1000 rdfs:domain ep-activity:WellCementPumping ; 1000 rdfs:domain ep-activity:WellCementPumping ;
1001 rdfs:label "returned cementing fluid"^^xsd:string ; 1001 rdfs:label "returned cementing fluid"^^xsd:string ;
1002 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1002 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1003 1003
1004 ep-activity:sampledFluid 1004 ep-activity:sampledFluid
1005 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1005 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1006 rdfs:domain ep-activity:WirelineFormationTest ; 1006 rdfs:domain ep-activity:WirelineFormationTest ;
1007 rdfs:label "sampled fluid"^^xsd:string ; 1007 rdfs:label "sampled fluid"^^xsd:string ;
1008 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 1008 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
1009 1009
1010 ep-activity:serviceCompany 1010 ep-activity:serviceCompany
1011 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1011 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1012 rdfs:domain ep-activity:Activity ; 1012 rdfs:domain ep-activity:Activity ;
1013 rdfs:label "service company"^^xsd:string ; 1013 rdfs:label "service company"^^xsd:string ;
1014 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1014 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1015 1015
1016 ep-activity:startedAt 1016 ep-activity:startedAt
1017 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1017 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1018 rdfs:domain ep-activity:Activity ; 1018 rdfs:domain ep-activity:Activity ;
1019 rdfs:label "started at"^^xsd:string ; 1019 rdfs:label "started at"^^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:timeLost 1022 ep-activity:timeLost
1023 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1023 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1024 rdfs:domain ep-activity:WellControlIncident ; 1024 rdfs:domain ep-activity:WellControlIncident ;
1025 rdfs:label "time lost"^^xsd:string ; 1025 rdfs:label "time lost"^^xsd:string ;
1026 rdfs:range ep-core:TimeDuration . 1026 rdfs:range ep-core:TimeDuration .
1027 1027
1028 ep-activity:timeOfFailure 1028 ep-activity:timeOfFailure
1029 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1029 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1030 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1030 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1031 rdfs:label "time of failure"^^xsd:string ; 1031 rdfs:label "time of failure"^^xsd:string ;
1032 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1032 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1033 1033
1034 ep-activity:timeOfRepair 1034 ep-activity:timeOfRepair
1035 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1035 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1036 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1036 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1037 rdfs:label "time of repair"^^xsd:string ; 1037 rdfs:label "time of repair"^^xsd:string ;
1038 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1038 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1039 1039
1040 +ep-activity:volumeOfMudGained
1041 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
1042 + rdfs:domain ep-activity:WellControlIncident ;
1043 + rdfs:label "final rate of drilling"^^xsd:string ;
1044 + rdfs:range ep-core:Volume .
1045 +
1040 ep-activity:wellBoreLoggingTool 1046 ep-activity:wellBoreLoggingTool
1041 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1047 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1042 rdfs:domain ep-activity:WellBoreLogRun ; 1048 rdfs:domain ep-activity:WellBoreLogRun ;
1043 rdfs:label "well bore logging tool"^^xsd:string ; 1049 rdfs:label "well bore logging tool"^^xsd:string ;
1044 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1050 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1045 1051
1046 ep-activity:wellTestBottomHolePressure 1052 ep-activity:wellTestBottomHolePressure
1047 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 1053 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
1048 rdfs:domain ep-activity:WellTest ; 1054 rdfs:domain ep-activity:WellTest ;
1049 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1055 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1050 rdfs:range ep-core:Pressure . 1056 rdfs:range ep-core:Pressure .
1051 1057
1052 ep-activity:wellTestFlowingPressure 1058 ep-activity:wellTestFlowingPressure
1053 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 1059 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
1054 rdfs:domain ep-activity:WellTest ; 1060 rdfs:domain ep-activity:WellTest ;
1055 rdfs:label "well test flowing pressure"^^xsd:string ; 1061 rdfs:label "well test flowing pressure"^^xsd:string ;
1056 rdfs:range ep-core:Pressure . 1062 rdfs:range ep-core:Pressure .
1057 1063
1058 ep-activity:wellTestNumber 1064 ep-activity:wellTestNumber
1059 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1065 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1060 rdfs:domain ep-activity:WellTest ; 1066 rdfs:domain ep-activity:WellTest ;
1061 rdfs:label "well test number"^^xsd:string . 1067 rdfs:label "well test number"^^xsd:string .
1062 1068
1063 ep-activity:wellTestShutInPressure 1069 ep-activity:wellTestShutInPressure
1064 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 1070 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
1065 rdfs:domain ep-activity:WellTest ; 1071 rdfs:domain ep-activity:WellTest ;
1066 rdfs:label "well test shut-in pressure"^^xsd:string ; 1072 rdfs:label "well test shut-in pressure"^^xsd:string ;
1067 rdfs:range ep-core:Pressure . 1073 rdfs:range ep-core:Pressure .
1068 1074
1069 ep-activity:wellTestStoredOil 1075 ep-activity:wellTestStoredOil
1070 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1076 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1071 rdfs:domain ep-activity:WellTest ; 1077 rdfs:domain ep-activity:WellTest ;
1072 rdfs:label "well test stored oil"^^xsd:string ; 1078 rdfs:label "well test stored oil"^^xsd:string ;
1073 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . 1079 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> .
......
1 -# Saved by TopBraid on Fri Oct 28 15:25:05 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 20:21:33 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 Fri Oct 28 20:31:52 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 # imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type 3 # imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 # imports: http://www.reportinghub.no/ep/schema/1.0/report 4 # imports: http://www.reportinghub.no/ep/schema/1.0/report
5 +# imports: http://www.witsml.org/schemas/1series
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
10 # imports: http://www.reportinghub.no/ep/schema/1.0/well 7 # imports: http://www.reportinghub.no/ep/schema/1.0/well
8 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
10 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
11 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
12 +# imports: http://spinrdf.org/spin
11 # imports: http://www.reportinghub.no/spin/rh 13 # imports: http://www.reportinghub.no/spin/rh
12 -# imports: http://www.witsml.org/schemas/1series
13 14
14 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . 15 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> .
15 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 16 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
31 32
32 <http://www.reportinghub.no/ep/spin/1.1/lib> 33 <http://www.reportinghub.no/ep/spin/1.1/lib>
33 rdf:type owl:Ontology ; 34 rdf:type owl:Ontology ;
34 - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 35 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
35 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 36 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
36 37
37 ep-spin-lib:Function 38 ep-spin-lib:Function
...@@ -554,12 +555,12 @@ ep-spin-lib:buildURI ...@@ -554,12 +555,12 @@ ep-spin-lib:buildURI
554 ] ; 555 ] ;
555 spin:constraint 556 spin:constraint
556 [ rdf:type spl:Argument ; 557 [ rdf:type spl:Argument ;
557 - spl:predicate sp:arg2 ; 558 + spl:predicate sp:arg1 ;
558 spl:valueType xsd:string 559 spl:valueType xsd:string
559 ] ; 560 ] ;
560 spin:constraint 561 spin:constraint
561 [ rdf:type spl:Argument ; 562 [ rdf:type spl:Argument ;
562 - spl:predicate sp:arg1 ; 563 + spl:predicate sp:arg2 ;
563 spl:valueType xsd:string 564 spl:valueType xsd:string
564 ] . 565 ] .
565 566
...@@ -707,7 +708,9 @@ ep-spin-lib:buildWellControlIncidentURI ...@@ -707,7 +708,9 @@ ep-spin-lib:buildWellControlIncidentURI
707 sp:arg2 [ rdf:type fn:concat ; 708 sp:arg2 [ rdf:type fn:concat ;
708 sp:arg1 spin:_arg1 ; 709 sp:arg1 spin:_arg1 ;
709 sp:arg2 "$" ; 710 sp:arg2 "$" ;
710 - sp:arg3 spin:_arg2 711 + sp:arg3 spin:_arg2 ;
712 + sp:arg4 "$" ;
713 + sp:arg5 spin:_arg3
711 ] 714 ]
712 ] ; 715 ] ;
713 sp:variable _:b28 716 sp:variable _:b28
...@@ -3790,9 +3793,6 @@ _:b26 ...@@ -3790,9 +3793,6 @@ _:b26
3790 _:b27 3793 _:b27
3791 sp:varName "uri"^^xsd:string . 3794 sp:varName "uri"^^xsd:string .
3792 3795
3793 -_:b28
3794 - sp:varName "uri"^^xsd:string .
3795 -
3796 _:b29 3796 _:b29
3797 sp:varName "uri"^^xsd:string . 3797 sp:varName "uri"^^xsd:string .
3798 3798
...@@ -3969,3 +3969,6 @@ _:b86 ...@@ -3969,3 +3969,6 @@ _:b86
3969 3969
3970 _:b87 3970 _:b87
3971 sp:varName "yieldPointScale"^^xsd:string . 3971 sp:varName "yieldPointScale"^^xsd:string .
3972 +
3973 +_:b28
3974 + sp:varName "uri"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 20:37:14 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
5 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
6 +# imports: http://spinrdf.org/spin
6 7
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -28,773 +29,457 @@ ...@@ -28,773 +29,457 @@
28 rdfs:comment "STEP 190a Create a well bore bit run activity"^^xsd:string ; 29 rdfs:comment "STEP 190a Create a well bore bit run activity"^^xsd:string ;
29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-singleRun> ; 30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-singleRun> ;
30 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
31 - sp:subject 32 + sp:subject _:b1
32 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string 33 + ] [ sp:object _:b2 ;
33 - ]
34 - ] [ sp:object _:b1 ;
35 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 34 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
36 - sp:subject 35 + sp:subject _:b1
37 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
38 - ]
39 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ; 36 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ;
40 sp:predicate rdf:type ; 37 sp:predicate rdf:type ;
41 - sp:subject _:b1 38 + sp:subject _:b2
42 - ] [ sp:object _:b2 ; 39 + ] [ sp:object _:b3 ;
43 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 40 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
44 - sp:subject 41 + sp:subject _:b4
45 - [ sp:varName "dailyDrillingActivity"^^xsd:string 42 + ] [ sp:object _:b1 ;
46 - ]
47 - ] [ sp:object
48 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
49 - ] ;
50 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
51 - sp:subject _:b2 44 + sp:subject _:b3
52 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ; 45 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ;
53 sp:predicate rdf:type ; 46 sp:predicate rdf:type ;
54 - sp:subject _:b2 47 + sp:subject _:b3
55 - ] [ sp:object _:b3 ; 48 + ] [ sp:object _:b5 ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 49 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
57 - sp:subject _:b2
58 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
59 - sp:predicate rdf:type ;
60 sp:subject _:b3 50 sp:subject _:b3
61 - ] [ sp:object 51 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
62 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 52 + sp:predicate rdf:type ;
63 - ] ; 53 + sp:subject _:b5
54 + ] [ sp:object _:b6 ;
64 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 55 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
65 - sp:subject _:b3 56 + sp:subject _:b5
66 - ] [ sp:object _:b4 ; 57 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
58 + sp:predicate rdf:type ;
59 + sp:subject _:b6
60 + ] [ sp:object _:b7 ;
61 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
62 + sp:subject _:b6
63 + ] [ sp:object _:b8 ;
67 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; 64 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
68 - sp:subject 65 + sp:subject _:b1
69 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
70 - ]
71 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; 66 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
72 sp:predicate rdf:type ; 67 sp:predicate rdf:type ;
73 - sp:subject _:b4 68 + sp:subject _:b8
74 - ] [ sp:object 69 + ] [ sp:object _:b9 ;
75 - [ sp:varName "drillBitForWellBore"^^xsd:string
76 - ] ;
77 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 70 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
78 - sp:subject _:b4 71 + sp:subject _:b8
79 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBitForWellBore> ; 72 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBitForWellBore> ;
80 sp:predicate rdf:type ; 73 sp:predicate rdf:type ;
81 - sp:subject 74 + sp:subject _:b9
82 - [ sp:varName "drillBitForWellBore"^^xsd:string 75 + ] [ sp:object _:b10 ;
83 - ]
84 - ] [ sp:object
85 - [ sp:varName "numBit"^^xsd:string
86 - ] ;
87 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 76 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
88 - sp:subject 77 + sp:subject _:b9
89 - [ sp:varName "drillBitForWellBore"^^xsd:string 78 + ] [ sp:object _:b11 ;
90 - ]
91 - ] [ sp:object
92 - [ sp:varName "wellBoreDrillBitClass"^^xsd:string
93 - ] ;
94 sp:predicate rdf:type ; 79 sp:predicate rdf:type ;
95 - sp:subject 80 + sp:subject _:b9
96 - [ sp:varName "drillBitForWellBore"^^xsd:string
97 - ]
98 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ; 81 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ;
99 sp:predicate rdf:type ; 82 sp:predicate rdf:type ;
100 - sp:subject 83 + sp:subject _:b11
101 - [ sp:varName "wellBoreDrillBitClass"^^xsd:string 84 + ] [ sp:object _:b12 ;
102 - ]
103 - ] [ sp:object _:b5 ;
104 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ; 85 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ;
105 - sp:subject 86 + sp:subject _:b11
106 - [ sp:varName "wellBoreDrillBitClass"^^xsd:string
107 - ]
108 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 87 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
109 sp:predicate rdf:type ; 88 sp:predicate rdf:type ;
110 - sp:subject _:b5 89 + sp:subject _:b12
111 - ] [ sp:object 90 + ] [ sp:object _:b13 ;
112 - [ sp:varName "realDia"^^xsd:string 91 + sp:predicate _:b14 ;
113 - ] ; 92 + sp:subject _:b12
114 - sp:predicate 93 + ] [ sp:object _:b15 ;
115 - [ sp:varName "lengthScaleDia"^^xsd:string
116 - ] ;
117 - sp:subject _:b5
118 - ] [ sp:object _:b6 ;
119 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ; 94 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ;
120 - sp:subject 95 + sp:subject _:b9
121 - [ sp:varName "drillBitForWellBore"^^xsd:string
122 - ]
123 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; 96 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
124 sp:predicate rdf:type ; 97 sp:predicate rdf:type ;
125 - sp:subject _:b6 98 + sp:subject _:b15
126 - ] [ sp:object 99 + ] [ sp:object _:b16 ;
127 - [ sp:varName "nameManufacturer"^^xsd:string
128 - ] ;
129 sp:predicate rdfs:label ; 100 sp:predicate rdfs:label ;
130 - sp:subject _:b6 101 + sp:subject _:b15
131 - ] [ sp:object 102 + ] [ sp:object _:b17 ;
132 - [ sp:varName "codeMfg"^^xsd:string
133 - ] ;
134 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ; 103 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ;
135 - sp:subject 104 + sp:subject _:b11
136 - [ sp:varName "wellBoreDrillBitClass"^^xsd:string
137 - ]
138 ]) ; 105 ]) ;
139 - sp:where ([ sp:object 106 + sp:where ([ sp:object _:b18 ;
140 - [ sp:varName "nameWellBore"^^xsd:string
141 - ] ;
142 sp:predicate ep-spin-lib:nameWellbore ; 107 sp:predicate ep-spin-lib:nameWellbore ;
143 sp:subject spin:_this 108 sp:subject spin:_this
144 - ] [ sp:object 109 + ] [ sp:object _:b19 ;
145 - [ sp:varName "dTimStart"^^xsd:string
146 - ] ;
147 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 110 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
148 sp:subject spin:_this 111 sp:subject spin:_this
149 - ] [ sp:object 112 + ] [ sp:object _:b20 ;
150 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
151 - ] ;
152 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
153 - sp:subject
154 - [ sp:varName "dailyDrillingActivity"^^xsd:string
155 - ]
156 - ] [ sp:object
157 - [ sp:varName "bitRecord"^^xsd:string
158 - ] ;
159 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 113 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
160 sp:subject spin:_this 114 sp:subject spin:_this
161 - ] [ sp:object 115 + ] [ sp:object _:b10 ;
162 - [ sp:varName "numBit"^^xsd:string
163 - ] ;
164 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 116 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
165 - sp:subject 117 + sp:subject _:b20
166 - [ sp:varName "bitRecord"^^xsd:string 118 + ] [ sp:object _:b21 ;
167 - ]
168 - ] [ sp:object
169 - [ sp:varName "diaBit"^^xsd:string
170 - ] ;
171 sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ; 119 sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ;
172 - sp:subject 120 + sp:subject _:b20
173 - [ sp:varName "bitRecord"^^xsd:string 121 + ] [ sp:object _:b22 ;
174 - ]
175 - ] [ sp:object
176 - [ sp:varName "uomDia"^^xsd:string
177 - ] ;
178 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 122 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
179 - sp:subject 123 + sp:subject _:b21
180 - [ sp:varName "diaBit"^^xsd:string 124 + ] [ sp:object _:b13 ;
181 - ]
182 - ] [ sp:object
183 - [ sp:varName "realDia"^^xsd:string
184 - ] ;
185 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 125 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
186 - sp:subject 126 + sp:subject _:b21
187 - [ sp:varName "diaBit"^^xsd:string
188 - ]
189 ] [ rdf:type sp:Optional ; 127 ] [ rdf:type sp:Optional ;
190 - sp:elements ([ sp:object 128 + sp:elements ([ sp:object _:b16 ;
191 - [ sp:varName "nameManufacturer"^^xsd:string
192 - ] ;
193 sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ; 129 sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ;
194 - sp:subject 130 + sp:subject _:b20
195 - [ sp:varName "bitRecord"^^xsd:string
196 - ]
197 ]) 131 ])
198 ] [ rdf:type sp:Optional ; 132 ] [ rdf:type sp:Optional ;
199 - sp:elements ([ sp:object 133 + sp:elements ([ sp:object _:b17 ;
200 - [ sp:varName "codeMfg"^^xsd:string
201 - ] ;
202 sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ; 134 sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ;
203 - sp:subject 135 + sp:subject _:b20
204 - [ sp:varName "bitRecord"^^xsd:string
205 - ]
206 ]) 136 ])
207 ] [ rdf:type sp:Bind ; 137 ] [ rdf:type sp:Bind ;
208 sp:expression 138 sp:expression
209 [ rdf:type ep-spin-lib:normalizeString ; 139 [ rdf:type ep-spin-lib:normalizeString ;
210 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 140 + sp:arg1 _:b18
211 - ]
212 ] ; 141 ] ;
213 - sp:variable 142 + sp:variable _:b23
214 - [ sp:varName "normalizedWellBoreName"^^xsd:string
215 - ]
216 ] [ rdf:type sp:Bind ; 143 ] [ rdf:type sp:Bind ;
217 sp:expression 144 sp:expression
218 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 145 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
219 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 146 + sp:arg1 _:b23 ;
220 - ] ; 147 + sp:arg2 _:b19
221 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
222 - ]
223 ] ; 148 ] ;
224 - sp:variable 149 + sp:variable _:b4
225 - [ sp:varName "dailyDrillingActivity"^^xsd:string
226 - ]
227 ] [ rdf:type sp:Bind ; 150 ] [ rdf:type sp:Bind ;
228 sp:expression 151 sp:expression
229 [ rdf:type afn:localname ; 152 [ rdf:type afn:localname ;
230 - sp:arg1 [ sp:varName "bitRecord"^^xsd:string 153 + sp:arg1 _:b20
231 - ]
232 ] ; 154 ] ;
233 - sp:variable 155 + sp:variable _:b24
234 - [ sp:varName "localname"^^xsd:string
235 - ]
236 ] [ rdf:type sp:Bind ; 156 ] [ rdf:type sp:Bind ;
237 sp:expression 157 sp:expression
238 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 158 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
239 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 159 + sp:arg1 _:b23 ;
240 - ] ; 160 + sp:arg2 _:b19 ;
241 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 161 + sp:arg3 _:b24
242 - ] ;
243 - sp:arg3 [ sp:varName "localname"^^xsd:string
244 - ]
245 ] ; 162 ] ;
246 - sp:variable 163 + sp:variable _:b1
247 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
248 - ]
249 ] [ rdf:type sp:Bind ; 164 ] [ rdf:type sp:Bind ;
250 sp:expression 165 sp:expression
251 [ rdf:type ep-spin-lib:normalizeString ; 166 [ rdf:type ep-spin-lib:normalizeString ;
252 - sp:arg1 [ sp:varName "numBit"^^xsd:string 167 + sp:arg1 _:b10
253 - ]
254 ] ; 168 ] ;
255 - sp:variable 169 + sp:variable _:b25
256 - [ sp:varName "normalizedNumBit"^^xsd:string
257 - ]
258 ] [ rdf:type sp:Bind ; 170 ] [ rdf:type sp:Bind ;
259 sp:expression 171 sp:expression
260 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 172 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
261 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 173 + sp:arg1 _:b23 ;
262 - ] ; 174 + sp:arg2 _:b25
263 - sp:arg2 [ sp:varName "normalizedNumBit"^^xsd:string
264 - ]
265 ] ; 175 ] ;
266 - sp:variable 176 + sp:variable _:b9
267 - [ sp:varName "drillBitForWellBore"^^xsd:string
268 - ]
269 ] [ rdf:type sp:Bind ; 177 ] [ rdf:type sp:Bind ;
270 sp:expression 178 sp:expression
271 [ rdf:type ep-spin-lib:selectLengthScale ; 179 [ rdf:type ep-spin-lib:selectLengthScale ;
272 - sp:arg1 [ sp:varName "uomDia"^^xsd:string 180 + sp:arg1 _:b22
273 - ]
274 ] ; 181 ] ;
275 - sp:variable 182 + sp:variable _:b14
276 - [ sp:varName "lengthScaleDia"^^xsd:string
277 - ]
278 ] [ rdf:type sp:Bind ; 183 ] [ rdf:type sp:Bind ;
279 sp:expression 184 sp:expression
280 [ rdf:type ep-spin-lib:normalizeDoubleName ; 185 [ rdf:type ep-spin-lib:normalizeDoubleName ;
281 - sp:arg1 [ sp:varName "realDia"^^xsd:string 186 + sp:arg1 _:b13
282 - ]
283 ] ; 187 ] ;
284 - sp:variable 188 + sp:variable _:b26
285 - [ sp:varName "diaName"^^xsd:string
286 - ]
287 ] [ rdf:type sp:Bind ; 189 ] [ rdf:type sp:Bind ;
288 sp:expression 190 sp:expression
289 [ rdf:type ep-spin-lib:buildDrillBitClassURI ; 191 [ rdf:type ep-spin-lib:buildDrillBitClassURI ;
290 - sp:arg1 [ sp:varName "diaName"^^xsd:string 192 + sp:arg1 _:b26
193 + ] ;
194 + sp:variable _:b11
195 + ] [ rdf:type sp:Bind ;
196 + sp:expression
197 + [ rdf:type rhspin:wellBoreByName ;
198 + arg:wellBoreName
199 + [ rdf:type xsd:string ;
200 + sp:arg1 _:b18
291 ] 201 ]
292 ] ; 202 ] ;
293 - sp:variable 203 + sp:variable _:b7
294 - [ sp:varName "wellBoreDrillBitClass"^^xsd:string
295 - ]
296 ]) 204 ])
297 ] ; 205 ] ;
298 spin:rule 206 spin:rule
299 [ rdf:type sp:Construct ; 207 [ rdf:type sp:Construct ;
300 rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ; 208 rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ;
301 - sp:templates ([ sp:object _:b7 ; 209 + sp:templates ([ sp:object _:b27 ;
302 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; 210 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
303 - sp:subject 211 + sp:subject _:b28
304 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
305 - ]
306 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 212 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
307 sp:predicate rdf:type ; 213 sp:predicate rdf:type ;
308 - sp:subject _:b7 214 + sp:subject _:b27
309 - ] [ sp:object 215 + ] [ sp:object _:b29 ;
310 - [ sp:varName "realHrsDrilledRun"^^xsd:string 216 + sp:predicate _:b30 ;
311 - ] ; 217 + sp:subject _:b27
312 - sp:predicate 218 + ] [ sp:object _:b31 ;
313 - [ sp:varName "durationScaleHrsDrilledRun"^^xsd:string
314 - ] ;
315 - sp:subject _:b7
316 - ] [ sp:object _:b8 ;
317 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; 219 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
318 - sp:subject 220 + sp:subject _:b28
319 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
320 - ]
321 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 221 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
322 sp:predicate rdf:type ; 222 sp:predicate rdf:type ;
323 - sp:subject _:b8 223 + sp:subject _:b31
324 - ] [ sp:object 224 + ] [ sp:object _:b32 ;
325 - [ sp:varName "realHoleMadeRun"^^xsd:string 225 + sp:predicate _:b33 ;
326 - ] ; 226 + sp:subject _:b31
327 - sp:predicate 227 + ] [ sp:object _:b34 ;
328 - [ sp:varName "lengthScaleHoleMadeRun"^^xsd:string
329 - ] ;
330 - sp:subject _:b8
331 - ] [ sp:object _:b9 ;
332 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; 228 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
333 - sp:subject 229 + sp:subject _:b35
334 - [ sp:varName "wellBoreDrillBitRunEntire"^^xsd:string
335 - ]
336 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 230 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
337 sp:predicate rdf:type ; 231 sp:predicate rdf:type ;
338 - sp:subject _:b9 232 + sp:subject _:b34
339 - ] [ sp:object 233 + ] [ sp:object _:b36 ;
340 - [ sp:varName "realHrsDrilledTot"^^xsd:string 234 + sp:predicate _:b37 ;
341 - ] ; 235 + sp:subject _:b34
342 - sp:predicate 236 + ] [ sp:object _:b38 ;
343 - [ sp:varName "durationScaleHrsDrilledTot"^^xsd:string
344 - ] ;
345 - sp:subject _:b9
346 - ] [ sp:object _:b10 ;
347 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; 237 sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
348 - sp:subject 238 + sp:subject _:b35
349 - [ sp:varName "wellBoreDrillBitRunEntire"^^xsd:string
350 - ]
351 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 239 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
352 sp:predicate rdf:type ; 240 sp:predicate rdf:type ;
353 - sp:subject _:b10 241 + sp:subject _:b38
354 - ] [ sp:object 242 + ] [ sp:object _:b39 ;
355 - [ sp:varName "realHoleMadeTot"^^xsd:string 243 + sp:predicate _:b40 ;
356 - ] ; 244 + sp:subject _:b38
357 - sp:predicate 245 + ] [ sp:object _:b41 ;
358 - [ sp:varName "lengthScaleHoleMadeTot"^^xsd:string
359 - ] ;
360 - sp:subject _:b10
361 - ] [ sp:object _:b11 ;
362 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; 246 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
363 - sp:subject 247 + sp:subject _:b35
364 - [ sp:varName "wellBoreDrillBitRunEntire"^^xsd:string
365 - ]
366 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; 248 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
367 sp:predicate rdf:type ; 249 sp:predicate rdf:type ;
368 - sp:subject _:b11 250 + sp:subject _:b41
369 - ] [ sp:object 251 + ] [ sp:object _:b42 ;
370 - [ sp:varName "realRopTot"^^xsd:string 252 + sp:predicate _:b43 ;
371 - ] ; 253 + sp:subject _:b41
372 - sp:predicate 254 + ] [ sp:object _:b44 ;
373 - [ sp:varName "speedScaleRopTot"^^xsd:string
374 - ] ;
375 - sp:subject _:b11
376 - ] [ sp:object _:b12 ;
377 sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ; 255 sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ;
378 - sp:subject 256 + sp:subject _:b45
379 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string
380 - ]
381 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 257 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
382 sp:predicate rdf:type ; 258 sp:predicate rdf:type ;
383 - sp:subject _:b12 259 + sp:subject _:b44
384 - ] [ sp:object 260 + ] [ sp:object _:b46 ;
385 - [ sp:varName "realETim"^^xsd:string 261 + sp:predicate _:b47 ;
386 - ] ; 262 + sp:subject _:b44
387 - sp:predicate 263 + ] [ sp:object _:b48 ;
388 - [ sp:varName "durationScaleETim"^^xsd:string
389 - ] ;
390 - sp:subject _:b12
391 - ] [ sp:object _:b13 ;
392 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; 264 sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
393 - sp:subject 265 + sp:subject _:b45
394 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string
395 - ]
396 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 266 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
397 sp:predicate rdf:type ; 267 sp:predicate rdf:type ;
398 - sp:subject _:b13 268 + sp:subject _:b48
399 - ] [ sp:object 269 + ] [ sp:object _:b49 ;
400 - [ sp:varName "realHrsDrilled"^^xsd:string 270 + sp:predicate _:b50 ;
401 - ] ; 271 + sp:subject _:b48
402 - sp:predicate 272 + ] [ sp:object _:b51 ;
403 - [ sp:varName "durationScaleHrsDrilled"^^xsd:string
404 - ] ;
405 - sp:subject _:b13
406 - ] [ sp:object _:b14 ;
407 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; 273 sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
408 - sp:subject 274 + sp:subject _:b45
409 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string
410 - ]
411 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; 275 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
412 sp:predicate rdf:type ; 276 sp:predicate rdf:type ;
413 - sp:subject _:b14 277 + sp:subject _:b51
414 - ] [ sp:object 278 + ] [ sp:object _:b52 ;
415 - [ sp:varName "realRop"^^xsd:string 279 + sp:predicate _:b53 ;
416 - ] ; 280 + sp:subject _:b51
417 - sp:predicate 281 + ] [ sp:object _:b54 ;
418 - [ sp:varName "speedScaleRop"^^xsd:string 282 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
419 - ] ; 283 + sp:subject _:b55
420 - sp:subject _:b14
421 - ] [ sp:object _:b15 ;
422 - sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ;
423 - sp:subject
424 - [ sp:varName "temporalPartOfWellBoreDuringDrillingRunWithinReportingPeriod"^^xsd:string
425 - ]
426 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 284 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
427 sp:predicate rdf:type ; 285 sp:predicate rdf:type ;
428 - sp:subject _:b15 286 + sp:subject _:b54
429 - ] [ sp:object 287 + ] [ sp:object _:b56 ;
430 - [ sp:varName "realMdStart"^^xsd:string 288 + sp:predicate _:b57 ;
431 - ] ; 289 + sp:subject _:b54
432 - sp:predicate 290 + ] [ sp:object _:b58 ;
433 - [ sp:varName "lengthScaleMdStart"^^xsd:string 291 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
434 - ] ; 292 + sp:subject _:b55
435 - sp:subject _:b15
436 - ] [ sp:object _:b16 ;
437 - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
438 - sp:subject
439 - [ sp:varName "temporalPartOfWellBoreDuringDrillingRunWithinReportingPeriod"^^xsd:string
440 - ]
441 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 293 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
442 sp:predicate rdf:type ; 294 sp:predicate rdf:type ;
443 - sp:subject _:b16 295 + sp:subject _:b58
444 - ] [ sp:object 296 + ] [ sp:object _:b59 ;
445 - [ sp:varName "realMdStop"^^xsd:string 297 + sp:predicate _:b60 ;
446 - ] ; 298 + sp:subject _:b58
447 - sp:predicate
448 - [ sp:varName "lengthScaleMdStop"^^xsd:string
449 - ] ;
450 - sp:subject _:b16
451 ]) ; 299 ]) ;
452 - sp:where ([ sp:object 300 + sp:where ([ sp:object _:b61 ;
453 - [ sp:varName "nameWellBore"^^xsd:string
454 - ] ;
455 sp:predicate ep-spin-lib:nameWellbore ; 301 sp:predicate ep-spin-lib:nameWellbore ;
456 sp:subject spin:_this 302 sp:subject spin:_this
457 - ] [ sp:object 303 + ] [ sp:object _:b62 ;
458 - [ sp:varName "dTimStart"^^xsd:string
459 - ] ;
460 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 304 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
461 sp:subject spin:_this 305 sp:subject spin:_this
462 ] [ sp:object 306 ] [ sp:object
463 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 307 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
464 ] ; 308 ] ;
465 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 309 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
466 - sp:subject 310 + sp:subject _:b63
467 - [ sp:varName "dailyDrillingActivity"^^xsd:string 311 + ] [ sp:object _:b64 ;
468 - ]
469 - ] [ sp:object
470 - [ sp:varName "bitRecord"^^xsd:string
471 - ] ;
472 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 312 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
473 sp:subject spin:_this 313 sp:subject spin:_this
474 - ] [ sp:object 314 + ] [ sp:object _:b65 ;
475 - [ sp:varName "numBit"^^xsd:string
476 - ] ;
477 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 315 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
478 - sp:subject 316 + sp:subject _:b64
479 - [ sp:varName "bitRecord"^^xsd:string 317 + ] [ sp:object _:b35 ;
480 - ]
481 - ] [ sp:object
482 - [ sp:varName "wellBoreDrillBitRunEntire"^^xsd:string
483 - ] ;
484 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 318 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
485 - sp:subject 319 + sp:subject _:b28
486 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
487 - ]
488 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ; 320 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ;
489 sp:predicate rdf:type ; 321 sp:predicate rdf:type ;
490 - sp:subject 322 + sp:subject _:b35
491 - [ sp:varName "wellBoreDrillBitRunEntire"^^xsd:string 323 + ] [ sp:object _:b28 ;
492 - ]
493 - ] [ sp:object
494 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
495 - ] ;
496 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 324 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
497 - sp:subject 325 + sp:subject _:b45
498 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string
499 - ]
500 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ; 326 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ;
501 sp:predicate rdf:type ; 327 sp:predicate rdf:type ;
502 - sp:subject 328 + sp:subject _:b45
503 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string 329 + ] [ sp:object _:b66 ;
504 - ]
505 - ] [ sp:object
506 - [ sp:varName "temporalPartOfWellBoreDuringDrillingRunWithinReportingPeriod"^^xsd:string
507 - ] ;
508 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 330 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
509 - sp:subject 331 + sp:subject _:b45
510 - [ sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string 332 + ] [ sp:object _:b55 ;
511 - ] 333 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
512 - ] [ sp:object 334 + sp:subject _:b66
513 - [ sp:varName "bitRun"^^xsd:string 335 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
514 - ] ; 336 + sp:predicate rdf:type ;
337 + sp:subject _:b55
338 + ] [ sp:object _:b67 ;
515 sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ; 339 sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ;
516 - sp:subject 340 + sp:subject _:b64
517 - [ sp:varName "bitRecord"^^xsd:string
518 - ]
519 ] [ rdf:type sp:Optional ; 341 ] [ rdf:type sp:Optional ;
520 - sp:elements ([ sp:object 342 + sp:elements ([ sp:object _:b68 ;
521 - [ sp:varName "eTimOpBit"^^xsd:string
522 - ] ;
523 sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ; 343 sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ;
524 - sp:subject 344 + sp:subject _:b67
525 - [ sp:varName "bitRun"^^xsd:string 345 + ] [ sp:object _:b69 ;
526 - ]
527 - ] [ sp:object
528 - [ sp:varName "uomETim"^^xsd:string
529 - ] ;
530 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 346 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
531 - sp:subject 347 + sp:subject _:b68
532 - [ sp:varName "eTimOpBit"^^xsd:string 348 + ] [ sp:object _:b46 ;
533 - ]
534 - ] [ sp:object
535 - [ sp:varName "realETim"^^xsd:string
536 - ] ;
537 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 349 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
538 - sp:subject 350 + sp:subject _:b68
539 - [ sp:varName "eTimOpBit"^^xsd:string
540 - ]
541 ]) 351 ])
542 ] [ rdf:type sp:Optional ; 352 ] [ rdf:type sp:Optional ;
543 - sp:elements ([ sp:object 353 + sp:elements ([ sp:object _:b70 ;
544 - [ sp:varName "mdHoleStart"^^xsd:string
545 - ] ;
546 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ; 354 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ;
547 - sp:subject 355 + sp:subject _:b67
548 - [ sp:varName "bitRun"^^xsd:string 356 + ] [ sp:object _:b71 ;
549 - ]
550 - ] [ sp:object
551 - [ sp:varName "uomMdStart"^^xsd:string
552 - ] ;
553 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 357 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
554 - sp:subject 358 + sp:subject _:b70
555 - [ sp:varName "mdHoleStart"^^xsd:string 359 + ] [ sp:object _:b56 ;
556 - ]
557 - ] [ sp:object
558 - [ sp:varName "realMdStart"^^xsd:string
559 - ] ;
560 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 360 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
561 - sp:subject 361 + sp:subject _:b70
562 - [ sp:varName "mdHoleStart"^^xsd:string
563 - ]
564 ]) 362 ])
565 ] [ rdf:type sp:Optional ; 363 ] [ rdf:type sp:Optional ;
566 - sp:elements ([ sp:object 364 + sp:elements ([ sp:object _:b72 ;
567 - [ sp:varName "mdHoleStop"^^xsd:string
568 - ] ;
569 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ; 365 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ;
570 - sp:subject 366 + sp:subject _:b67
571 - [ sp:varName "bitRun"^^xsd:string 367 + ] [ sp:object _:b73 ;
572 - ]
573 - ] [ sp:object
574 - [ sp:varName "uomMdStop"^^xsd:string
575 - ] ;
576 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 368 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
577 - sp:subject 369 + sp:subject _:b72
578 - [ sp:varName "mdHoleStop"^^xsd:string 370 + ] [ sp:object _:b59 ;
579 - ]
580 - ] [ sp:object
581 - [ sp:varName "realMdStop"^^xsd:string
582 - ] ;
583 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 371 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
584 - sp:subject 372 + sp:subject _:b72
585 - [ sp:varName "mdHoleStop"^^xsd:string
586 - ]
587 ]) 373 ])
588 ] [ rdf:type sp:Optional ; 374 ] [ rdf:type sp:Optional ;
589 - sp:elements ([ sp:object 375 + sp:elements ([ sp:object _:b74 ;
590 - [ sp:varName "ropAv"^^xsd:string
591 - ] ;
592 sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ; 376 sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ;
593 - sp:subject 377 + sp:subject _:b67
594 - [ sp:varName "bitRun"^^xsd:string 378 + ] [ sp:object _:b75 ;
595 - ]
596 - ] [ sp:object
597 - [ sp:varName "uomRop"^^xsd:string
598 - ] ;
599 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 379 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
600 - sp:subject 380 + sp:subject _:b74
601 - [ sp:varName "ropAv"^^xsd:string 381 + ] [ sp:object _:b52 ;
602 - ]
603 - ] [ sp:object
604 - [ sp:varName "realRop"^^xsd:string
605 - ] ;
606 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 382 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
607 - sp:subject 383 + sp:subject _:b74
608 - [ sp:varName "ropAv"^^xsd:string
609 - ]
610 ]) 384 ])
611 ] [ rdf:type sp:Optional ; 385 ] [ rdf:type sp:Optional ;
612 - sp:elements ([ sp:object 386 + sp:elements ([ sp:object _:b76 ;
613 - [ sp:varName "mdHoleMadeRun"^^xsd:string
614 - ] ;
615 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ; 387 sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ;
616 - sp:subject 388 + sp:subject _:b67
617 - [ sp:varName "bitRun"^^xsd:string 389 + ] [ sp:object _:b77 ;
618 - ]
619 - ] [ sp:object
620 - [ sp:varName "uomHoleMadeRun"^^xsd:string
621 - ] ;
622 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 390 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
623 - sp:subject 391 + sp:subject _:b76
624 - [ sp:varName "mdHoleMadeRun"^^xsd:string 392 + ] [ sp:object _:b32 ;
625 - ]
626 - ] [ sp:object
627 - [ sp:varName "realHoleMadeRun"^^xsd:string
628 - ] ;
629 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 393 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
630 - sp:subject 394 + sp:subject _:b76
631 - [ sp:varName "mdHoleMadeRun"^^xsd:string
632 - ]
633 ]) 395 ])
634 ] [ rdf:type sp:Optional ; 396 ] [ rdf:type sp:Optional ;
635 - sp:elements ([ sp:object 397 + sp:elements ([ sp:object _:b78 ;
636 - [ sp:varName "hrsDrilled"^^xsd:string
637 - ] ;
638 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ; 398 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ;
639 - sp:subject 399 + sp:subject _:b67
640 - [ sp:varName "bitRun"^^xsd:string 400 + ] [ sp:object _:b79 ;
641 - ]
642 - ] [ sp:object
643 - [ sp:varName "uomHrsDrilled"^^xsd:string
644 - ] ;
645 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 401 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
646 - sp:subject 402 + sp:subject _:b78
647 - [ sp:varName "hrsDrilled"^^xsd:string 403 + ] [ sp:object _:b49 ;
648 - ]
649 - ] [ sp:object
650 - [ sp:varName "realHrsDrilled"^^xsd:string
651 - ] ;
652 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 404 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
653 - sp:subject 405 + sp:subject _:b78
654 - [ sp:varName "hrsDrilled"^^xsd:string
655 - ]
656 ]) 406 ])
657 ] [ rdf:type sp:Optional ; 407 ] [ rdf:type sp:Optional ;
658 - sp:elements ([ sp:object 408 + sp:elements ([ sp:object _:b80 ;
659 - [ sp:varName "hrsDrilledRun"^^xsd:string
660 - ] ;
661 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ; 409 sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ;
662 - sp:subject 410 + sp:subject _:b67
663 - [ sp:varName "bitRun"^^xsd:string 411 + ] [ sp:object _:b81 ;
664 - ]
665 - ] [ sp:object
666 - [ sp:varName "uomHrsDrilledRun"^^xsd:string
667 - ] ;
668 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 412 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
669 - sp:subject 413 + sp:subject _:b80
670 - [ sp:varName "hrsDrilledRun"^^xsd:string 414 + ] [ sp:object _:b29 ;
671 - ]
672 - ] [ sp:object
673 - [ sp:varName "realHrsDrilledRun"^^xsd:string
674 - ] ;
675 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 415 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
676 - sp:subject 416 + sp:subject _:b80
677 - [ sp:varName "hrsDrilledRun"^^xsd:string
678 - ]
679 ]) 417 ])
680 ] [ rdf:type sp:Optional ; 418 ] [ rdf:type sp:Optional ;
681 - sp:elements ([ sp:object 419 + sp:elements ([ sp:object _:b82 ;
682 - [ sp:varName "mdTotHoleMade"^^xsd:string
683 - ] ;
684 sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ; 420 sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ;
685 - sp:subject 421 + sp:subject _:b67
686 - [ sp:varName "bitRun"^^xsd:string 422 + ] [ sp:object _:b83 ;
687 - ]
688 - ] [ sp:object
689 - [ sp:varName "uomHoleMadeTot"^^xsd:string
690 - ] ;
691 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 423 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
692 - sp:subject 424 + sp:subject _:b82
693 - [ sp:varName "mdTotHoleMade"^^xsd:string 425 + ] [ sp:object _:b39 ;
694 - ]
695 - ] [ sp:object
696 - [ sp:varName "realHoleMadeTot"^^xsd:string
697 - ] ;
698 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 426 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
699 - sp:subject 427 + sp:subject _:b82
700 - [ sp:varName "mdTotHoleMade"^^xsd:string
701 - ]
702 ]) 428 ])
703 ] [ rdf:type sp:Optional ; 429 ] [ rdf:type sp:Optional ;
704 - sp:elements ([ sp:object 430 + sp:elements ([ sp:object _:b84 ;
705 - [ sp:varName "totHrsDrilled"^^xsd:string
706 - ] ;
707 sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ; 431 sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ;
708 - sp:subject 432 + sp:subject _:b67
709 - [ sp:varName "bitRun"^^xsd:string 433 + ] [ sp:object _:b85 ;
710 - ]
711 - ] [ sp:object
712 - [ sp:varName "uomHrsDrilledTot"^^xsd:string
713 - ] ;
714 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 434 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
715 - sp:subject 435 + sp:subject _:b84
716 - [ sp:varName "totHrsDrilled"^^xsd:string 436 + ] [ sp:object _:b36 ;
717 - ]
718 - ] [ sp:object
719 - [ sp:varName "realHrsDrilledTot"^^xsd:string
720 - ] ;
721 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 437 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
722 - sp:subject 438 + sp:subject _:b84
723 - [ sp:varName "totHrsDrilled"^^xsd:string
724 - ]
725 ]) 439 ])
726 ] [ rdf:type sp:Optional ; 440 ] [ rdf:type sp:Optional ;
727 - sp:elements ([ sp:object 441 + sp:elements ([ sp:object _:b86 ;
728 - [ sp:varName "totRop"^^xsd:string
729 - ] ;
730 sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ; 442 sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ;
731 - sp:subject 443 + sp:subject _:b67
732 - [ sp:varName "bitRun"^^xsd:string 444 + ] [ sp:object _:b87 ;
733 - ]
734 - ] [ sp:object
735 - [ sp:varName "uomRopTot"^^xsd:string
736 - ] ;
737 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 445 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
738 - sp:subject 446 + sp:subject _:b86
739 - [ sp:varName "totRop"^^xsd:string 447 + ] [ sp:object _:b42 ;
740 - ]
741 - ] [ sp:object
742 - [ sp:varName "realRopTot"^^xsd:string
743 - ] ;
744 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 448 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
745 - sp:subject 449 + sp:subject _:b86
746 - [ sp:varName "totRop"^^xsd:string
747 - ]
748 ]) 450 ])
749 ] [ rdf:type sp:Bind ; 451 ] [ rdf:type sp:Bind ;
750 sp:expression 452 sp:expression
751 [ rdf:type ep-spin-lib:normalizeString ; 453 [ rdf:type ep-spin-lib:normalizeString ;
752 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 454 + sp:arg1 _:b61
753 - ]
754 ] ; 455 ] ;
755 - sp:variable 456 + sp:variable _:b88
756 - [ sp:varName "normalizedWellBoreName"^^xsd:string
757 - ]
758 ] [ rdf:type sp:Bind ; 457 ] [ rdf:type sp:Bind ;
759 sp:expression 458 sp:expression
760 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 459 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
761 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 460 + sp:arg1 _:b88 ;
762 - ] ; 461 + sp:arg2 _:b62
763 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
764 - ]
765 ] ; 462 ] ;
766 - sp:variable 463 + sp:variable _:b63
767 - [ sp:varName "dailyDrillingActivity"^^xsd:string
768 - ]
769 ] [ rdf:type sp:Bind ; 464 ] [ rdf:type sp:Bind ;
770 sp:expression 465 sp:expression
771 [ rdf:type afn:localname ; 466 [ rdf:type afn:localname ;
772 - sp:arg1 [ sp:varName "bitRecord"^^xsd:string 467 + sp:arg1 _:b64
773 - ]
774 ] ; 468 ] ;
775 - sp:variable 469 + sp:variable _:b89
776 - [ sp:varName "localname"^^xsd:string
777 - ]
778 ] [ rdf:type sp:Bind ; 470 ] [ rdf:type sp:Bind ;
779 sp:expression 471 sp:expression
780 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 472 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
781 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 473 + sp:arg1 _:b88 ;
782 - ] ; 474 + sp:arg2 _:b62 ;
783 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 475 + sp:arg3 _:b89
784 - ] ;
785 - sp:arg3 [ sp:varName "localname"^^xsd:string
786 - ]
787 ] ; 476 ] ;
788 - sp:variable 477 + sp:variable _:b28
789 - [ sp:varName "wellBoreDrillBitRun"^^xsd:string
790 - ]
791 ] [ rdf:type sp:Bind ; 478 ] [ rdf:type sp:Bind ;
792 sp:expression 479 sp:expression
793 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 480 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
794 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 481 + sp:arg1 _:b88 ;
795 - ] ; 482 + sp:arg2 _:b65
796 - sp:arg2 [ sp:varName "numBit"^^xsd:string
797 - ]
798 ] ; 483 ] ;
799 sp:variable 484 sp:variable
800 [ sp:varName "bit"^^xsd:string 485 [ sp:varName "bit"^^xsd:string
...@@ -802,171 +487,141 @@ ...@@ -802,171 +487,141 @@
802 ] [ rdf:type sp:Bind ; 487 ] [ rdf:type sp:Bind ;
803 sp:expression 488 sp:expression
804 [ rdf:type ep-spin-lib:selectLengthScale ; 489 [ rdf:type ep-spin-lib:selectLengthScale ;
805 - sp:arg1 [ sp:varName "uomHoleMadeRun"^^xsd:string 490 + sp:arg1 _:b77
806 - ]
807 ] ; 491 ] ;
808 - sp:variable 492 + sp:variable _:b33
809 - [ sp:varName "lengthScaleHoleMadeRun"^^xsd:string
810 - ]
811 ] [ rdf:type sp:Bind ; 493 ] [ rdf:type sp:Bind ;
812 sp:expression 494 sp:expression
813 [ rdf:type ep-spin-lib:selectLengthScale ; 495 [ rdf:type ep-spin-lib:selectLengthScale ;
814 - sp:arg1 [ sp:varName "uomHoleMadeTot"^^xsd:string 496 + sp:arg1 _:b83
815 - ]
816 ] ; 497 ] ;
817 - sp:variable 498 + sp:variable _:b40
818 - [ sp:varName "lengthScaleHoleMadeTot"^^xsd:string
819 - ]
820 ] [ rdf:type sp:Bind ; 499 ] [ rdf:type sp:Bind ;
821 sp:expression 500 sp:expression
822 [ rdf:type ep-spin-lib:selectLengthScale ; 501 [ rdf:type ep-spin-lib:selectLengthScale ;
823 - sp:arg1 [ sp:varName "uomMdStart"^^xsd:string 502 + sp:arg1 _:b71
824 - ]
825 ] ; 503 ] ;
826 - sp:variable 504 + sp:variable _:b57
827 - [ sp:varName "lengthScaleMdStart"^^xsd:string
828 - ]
829 ] [ rdf:type sp:Bind ; 505 ] [ rdf:type sp:Bind ;
830 sp:expression 506 sp:expression
831 [ rdf:type ep-spin-lib:selectLengthScale ; 507 [ rdf:type ep-spin-lib:selectLengthScale ;
832 - sp:arg1 [ sp:varName "uomMdStop"^^xsd:string 508 + sp:arg1 _:b73
833 - ]
834 ] ; 509 ] ;
835 - sp:variable 510 + sp:variable _:b60
836 - [ sp:varName "lengthScaleMdStop"^^xsd:string
837 - ]
838 ] [ rdf:type sp:Bind ; 511 ] [ rdf:type sp:Bind ;
839 sp:expression 512 sp:expression
840 [ rdf:type ep-spin-lib:selectSpeedScale ; 513 [ rdf:type ep-spin-lib:selectSpeedScale ;
841 - sp:arg1 [ sp:varName "uomRop"^^xsd:string 514 + sp:arg1 _:b75
842 - ]
843 ] ; 515 ] ;
844 - sp:variable 516 + sp:variable _:b53
845 - [ sp:varName "speedScaleRop"^^xsd:string
846 - ]
847 ] [ rdf:type sp:Bind ; 517 ] [ rdf:type sp:Bind ;
848 sp:expression 518 sp:expression
849 [ rdf:type ep-spin-lib:selectSpeedScale ; 519 [ rdf:type ep-spin-lib:selectSpeedScale ;
850 - sp:arg1 [ sp:varName "uomRopTot"^^xsd:string 520 + sp:arg1 _:b87
851 - ]
852 ] ; 521 ] ;
853 - sp:variable 522 + sp:variable _:b43
854 - [ sp:varName "speedScaleRopTot"^^xsd:string
855 - ]
856 ] [ rdf:type sp:Bind ; 523 ] [ rdf:type sp:Bind ;
857 sp:expression 524 sp:expression
858 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 525 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
859 - sp:arg1 [ sp:varName "uomETim"^^xsd:string 526 + sp:arg1 _:b69
860 - ]
861 ] ; 527 ] ;
862 - sp:variable 528 + sp:variable _:b47
863 - [ sp:varName "durationScaleETim"^^xsd:string
864 - ]
865 ] [ rdf:type sp:Bind ; 529 ] [ rdf:type sp:Bind ;
866 sp:expression 530 sp:expression
867 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 531 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
868 - sp:arg1 [ sp:varName "uomHrsDrilled"^^xsd:string 532 + sp:arg1 _:b79
869 - ]
870 ] ; 533 ] ;
871 - sp:variable 534 + sp:variable _:b50
872 - [ sp:varName "durationScaleHrsDrilled"^^xsd:string
873 - ]
874 ] [ rdf:type sp:Bind ; 535 ] [ rdf:type sp:Bind ;
875 sp:expression 536 sp:expression
876 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 537 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
877 - sp:arg1 [ sp:varName "uomHrsDrilledRun"^^xsd:string 538 + sp:arg1 _:b81
878 - ]
879 ] ; 539 ] ;
880 - sp:variable 540 + sp:variable _:b30
881 - [ sp:varName "durationScaleHrsDrilledRun"^^xsd:string
882 - ]
883 ] [ rdf:type sp:Bind ; 541 ] [ rdf:type sp:Bind ;
884 sp:expression 542 sp:expression
885 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 543 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
886 - sp:arg1 [ sp:varName "uomHrsDrilledTot"^^xsd:string 544 + sp:arg1 _:b85
887 - ]
888 ] ; 545 ] ;
889 - sp:variable 546 + sp:variable _:b37
890 - [ sp:varName "durationScaleHrsDrilledTot"^^xsd:string
891 - ]
892 ]) 547 ])
893 ] ; 548 ] ;
894 spin:rule 549 spin:rule
895 [ rdf:type sp:Construct ; 550 [ rdf:type sp:Construct ;
896 rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ; 551 rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ;
897 - sp:templates ([ sp:object _:b17 ; 552 + sp:templates ([ sp:object _:b90 ;
898 sp:predicate rdf:type ; 553 sp:predicate rdf:type ;
899 - sp:subject _:b18 554 + sp:subject _:b91
900 ]) ; 555 ]) ;
901 - sp:where ([ sp:object _:b19 ; 556 + sp:where ([ sp:object _:b92 ;
902 sp:predicate ep-spin-lib:nameWellbore ; 557 sp:predicate ep-spin-lib:nameWellbore ;
903 sp:subject spin:_this 558 sp:subject spin:_this
904 - ] [ sp:object _:b20 ; 559 + ] [ sp:object _:b93 ;
905 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 560 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
906 sp:subject spin:_this 561 sp:subject spin:_this
907 - ] [ sp:object _:b21 ; 562 + ] [ sp:object _:b94 ;
908 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 563 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
909 sp:subject spin:_this 564 sp:subject spin:_this
910 - ] [ sp:object _:b22 ; 565 + ] [ sp:object _:b95 ;
911 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 566 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
912 - sp:subject _:b21 567 + sp:subject _:b94
913 - ] [ sp:object _:b23 ; 568 + ] [ sp:object _:b96 ;
914 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; 569 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
915 - sp:subject _:b21 570 + sp:subject _:b94
916 - ] [ sp:object _:b18 ; 571 + ] [ sp:object _:b91 ;
917 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; 572 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
918 - sp:subject _:b24 573 + sp:subject _:b97
919 - ] [ sp:object _:b25 ; 574 + ] [ sp:object _:b98 ;
920 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 575 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
921 - sp:subject _:b18 576 + sp:subject _:b91
922 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; 577 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
923 sp:predicate rdf:type ; 578 sp:predicate rdf:type ;
924 - sp:subject _:b17 579 + sp:subject _:b90
925 ] [ rdf:type sp:Bind ; 580 ] [ rdf:type sp:Bind ;
926 sp:expression 581 sp:expression
927 [ rdf:type ep-spin-lib:normalizeString ; 582 [ rdf:type ep-spin-lib:normalizeString ;
928 - sp:arg1 _:b19 583 + sp:arg1 _:b92
929 ] ; 584 ] ;
930 - sp:variable _:b26 585 + sp:variable _:b99
931 ] [ rdf:type sp:Bind ; 586 ] [ rdf:type sp:Bind ;
932 sp:expression 587 sp:expression
933 [ rdf:type afn:localname ; 588 [ rdf:type afn:localname ;
934 - sp:arg1 _:b21 589 + sp:arg1 _:b94
935 ] ; 590 ] ;
936 - sp:variable _:b27 591 + sp:variable _:b100
937 ] [ rdf:type sp:Bind ; 592 ] [ rdf:type sp:Bind ;
938 sp:expression 593 sp:expression
939 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 594 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
940 - sp:arg1 _:b26 ; 595 + sp:arg1 _:b99 ;
941 - sp:arg2 _:b20 ; 596 + sp:arg2 _:b93 ;
942 - sp:arg3 _:b27 597 + sp:arg3 _:b100
943 ] ; 598 ] ;
944 - sp:variable _:b24 599 + sp:variable _:b97
945 ] [ rdf:type sp:Bind ; 600 ] [ rdf:type sp:Bind ;
946 sp:expression 601 sp:expression
947 [ rdf:type ep-spin-lib:normalizeString ; 602 [ rdf:type ep-spin-lib:normalizeString ;
948 - sp:arg1 _:b22 603 + sp:arg1 _:b95
949 ] ; 604 ] ;
950 - sp:variable _:b28 605 + sp:variable _:b101
951 ] [ rdf:type sp:Bind ; 606 ] [ rdf:type sp:Bind ;
952 sp:expression 607 sp:expression
953 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 608 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
954 - sp:arg1 _:b26 ; 609 + sp:arg1 _:b99 ;
955 - sp:arg2 _:b28 610 + sp:arg2 _:b101
956 ] ; 611 ] ;
957 - sp:variable _:b25 612 + sp:variable _:b98
958 ] [ rdf:type sp:Bind ; 613 ] [ rdf:type sp:Bind ;
959 sp:expression 614 sp:expression
960 [ rdf:type ep-spin-lib:normalizeString ; 615 [ rdf:type ep-spin-lib:normalizeString ;
961 - sp:arg1 _:b23 616 + sp:arg1 _:b96
962 ] ; 617 ] ;
963 - sp:variable _:b29 618 + sp:variable _:b102
964 ] [ rdf:type sp:Bind ; 619 ] [ rdf:type sp:Bind ;
965 sp:expression 620 sp:expression
966 [ rdf:type ep-spin-lib:buildDullGradeURI ; 621 [ rdf:type ep-spin-lib:buildDullGradeURI ;
967 - sp:arg1 _:b29 622 + sp:arg1 _:b102
968 ] ; 623 ] ;
969 - sp:variable _:b17 624 + sp:variable _:b90
970 ]) 625 ])
971 ] ; 626 ] ;
972 spin:rule 627 spin:rule
...@@ -974,162 +629,374 @@ ...@@ -974,162 +629,374 @@
974 rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ; 629 rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ;
975 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; 630 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
976 sp:predicate rdf:type ; 631 sp:predicate rdf:type ;
977 - sp:subject _:b30 632 + sp:subject _:b103
978 - ] [ sp:object _:b31 ; 633 + ] [ sp:object _:b104 ;
979 sp:predicate rdfs:label ; 634 sp:predicate rdfs:label ;
980 - sp:subject _:b30 635 + sp:subject _:b103
981 - ] [ sp:object _:b30 ; 636 + ] [ sp:object _:b103 ;
982 sp:predicate rdf:type ; 637 sp:predicate rdf:type ;
983 - sp:subject _:b32 638 + sp:subject _:b105
984 ]) ; 639 ]) ;
985 - sp:where ([ sp:object _:b33 ; 640 + sp:where ([ sp:object _:b106 ;
986 sp:predicate ep-spin-lib:nameWellbore ; 641 sp:predicate ep-spin-lib:nameWellbore ;
987 sp:subject spin:_this 642 sp:subject spin:_this
988 - ] [ sp:object _:b34 ; 643 + ] [ sp:object _:b107 ;
989 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 644 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
990 sp:subject spin:_this 645 sp:subject spin:_this
991 - ] [ sp:object _:b35 ; 646 + ] [ sp:object _:b108 ;
992 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; 647 sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
993 sp:subject spin:_this 648 sp:subject spin:_this
994 - ] [ sp:object _:b36 ; 649 + ] [ sp:object _:b109 ;
995 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; 650 sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
996 - sp:subject _:b35 651 + sp:subject _:b108
997 - ] [ sp:object _:b31 ; 652 + ] [ sp:object _:b104 ;
998 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; 653 sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
999 - sp:subject _:b35 654 + sp:subject _:b108
1000 - ] [ sp:object _:b32 ; 655 + ] [ sp:object _:b105 ;
1001 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; 656 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
1002 - sp:subject _:b37 657 + sp:subject _:b110
1003 - ] [ sp:object _:b38 ; 658 + ] [ sp:object _:b111 ;
1004 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 659 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1005 - sp:subject _:b32 660 + sp:subject _:b105
1006 ] [ rdf:type sp:NotExists ; 661 ] [ rdf:type sp:NotExists ;
1007 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; 662 sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
1008 sp:predicate rdf:type ; 663 sp:predicate rdf:type ;
1009 - sp:subject _:b30 664 + sp:subject _:b103
1010 ]) 665 ])
1011 ] [ rdf:type sp:Bind ; 666 ] [ rdf:type sp:Bind ;
1012 sp:expression 667 sp:expression
1013 [ rdf:type ep-spin-lib:normalizeString ; 668 [ rdf:type ep-spin-lib:normalizeString ;
1014 - sp:arg1 _:b33 669 + sp:arg1 _:b106
1015 ] ; 670 ] ;
1016 - sp:variable _:b39 671 + sp:variable _:b112
1017 ] [ rdf:type sp:Bind ; 672 ] [ rdf:type sp:Bind ;
1018 sp:expression 673 sp:expression
1019 [ rdf:type afn:localname ; 674 [ rdf:type afn:localname ;
1020 - sp:arg1 _:b35 675 + sp:arg1 _:b108
1021 ] ; 676 ] ;
1022 - sp:variable _:b40 677 + sp:variable _:b113
1023 ] [ rdf:type sp:Bind ; 678 ] [ rdf:type sp:Bind ;
1024 sp:expression 679 sp:expression
1025 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; 680 [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
1026 - sp:arg1 _:b39 ; 681 + sp:arg1 _:b112 ;
1027 - sp:arg2 _:b34 ; 682 + sp:arg2 _:b107 ;
1028 - sp:arg3 _:b40 683 + sp:arg3 _:b113
1029 ] ; 684 ] ;
1030 - sp:variable _:b37 685 + sp:variable _:b110
1031 ] [ rdf:type sp:Bind ; 686 ] [ rdf:type sp:Bind ;
1032 sp:expression 687 sp:expression
1033 [ rdf:type ep-spin-lib:normalizeString ; 688 [ rdf:type ep-spin-lib:normalizeString ;
1034 - sp:arg1 _:b36 689 + sp:arg1 _:b109
1035 ] ; 690 ] ;
1036 - sp:variable _:b41 691 + sp:variable _:b114
1037 ] [ rdf:type sp:Bind ; 692 ] [ rdf:type sp:Bind ;
1038 sp:expression 693 sp:expression
1039 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; 694 [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
1040 - sp:arg1 _:b39 ; 695 + sp:arg1 _:b112 ;
1041 - sp:arg2 _:b41 696 + sp:arg2 _:b114
1042 ] ; 697 ] ;
1043 - sp:variable _:b38 698 + sp:variable _:b111
1044 ] [ rdf:type sp:Bind ; 699 ] [ rdf:type sp:Bind ;
1045 sp:expression 700 sp:expression
1046 [ rdf:type ep-spin-lib:normalizeString ; 701 [ rdf:type ep-spin-lib:normalizeString ;
1047 - sp:arg1 _:b31 702 + sp:arg1 _:b104
1048 ] ; 703 ] ;
1049 - sp:variable _:b42 704 + sp:variable _:b115
1050 ] [ rdf:type sp:Bind ; 705 ] [ rdf:type sp:Bind ;
1051 sp:expression 706 sp:expression
1052 [ rdf:type ep-spin-lib:buildDullGradeURI ; 707 [ rdf:type ep-spin-lib:buildDullGradeURI ;
1053 - sp:arg1 _:b42 708 + sp:arg1 _:b115
1054 ] ; 709 ] ;
1055 - sp:variable _:b30 710 + sp:variable _:b103
1056 ]) 711 ])
1057 ] . 712 ] .
1058 713
1059 -_:b17 714 +_:b90
1060 sp:varName "dullGrade"^^xsd:string . 715 sp:varName "dullGrade"^^xsd:string .
1061 716
1062 -_:b18 717 +_:b91
1063 sp:varName "temporalPartOfADrillBit"^^xsd:string . 718 sp:varName "temporalPartOfADrillBit"^^xsd:string .
1064 719
1065 -_:b19 720 +_:b92
1066 sp:varName "nameWellBore"^^xsd:string . 721 sp:varName "nameWellBore"^^xsd:string .
1067 722
1068 -_:b20 723 +_:b93
1069 sp:varName "dTimStart"^^xsd:string . 724 sp:varName "dTimStart"^^xsd:string .
1070 725
1071 -_:b21 726 +_:b94
1072 sp:varName "bitRecord"^^xsd:string . 727 sp:varName "bitRecord"^^xsd:string .
1073 728
1074 -_:b22 729 +_:b95
1075 sp:varName "numBit"^^xsd:string . 730 sp:varName "numBit"^^xsd:string .
1076 731
1077 -_:b23 732 +_:b96
1078 sp:varName "dullGradeLabel"^^xsd:string . 733 sp:varName "dullGradeLabel"^^xsd:string .
1079 734
1080 -_:b24 735 +_:b97
1081 sp:varName "wellBoreDrillBitRun"^^xsd:string . 736 sp:varName "wellBoreDrillBitRun"^^xsd:string .
1082 737
1083 -_:b25 738 +_:b98
1084 sp:varName "drillBitForWellBore"^^xsd:string . 739 sp:varName "drillBitForWellBore"^^xsd:string .
1085 740
1086 -_:b26 741 +_:b99
1087 sp:varName "normalizedWellBoreName"^^xsd:string . 742 sp:varName "normalizedWellBoreName"^^xsd:string .
1088 743
1089 -_:b27 744 +_:b100
1090 sp:varName "localname"^^xsd:string . 745 sp:varName "localname"^^xsd:string .
1091 746
1092 -_:b28 747 +_:b101
1093 sp:varName "normalizedNumBit"^^xsd:string . 748 sp:varName "normalizedNumBit"^^xsd:string .
1094 749
1095 -_:b29 750 +_:b102
1096 sp:varName "normalizedDullGradeLabel"^^xsd:string . 751 sp:varName "normalizedDullGradeLabel"^^xsd:string .
1097 752
753 +_:b28
754 + sp:varName "wellBoreDrillBitRun"^^xsd:string .
755 +
756 +_:b29
757 + sp:varName "realHrsDrilledRun"^^xsd:string .
758 +
1098 _:b30 759 _:b30
760 + sp:varName "durationScaleHrsDrilledRun"^^xsd:string .
761 +
762 +_:b32
763 + sp:varName "realHoleMadeRun"^^xsd:string .
764 +
765 +_:b33
766 + sp:varName "lengthScaleHoleMadeRun"^^xsd:string .
767 +
768 +_:b35
769 + sp:varName "wellBoreDrillBitRunEntire"^^xsd:string .
770 +
771 +_:b36
772 + sp:varName "realHrsDrilledTot"^^xsd:string .
773 +
774 +_:b37
775 + sp:varName "durationScaleHrsDrilledTot"^^xsd:string .
776 +
777 +_:b39
778 + sp:varName "realHoleMadeTot"^^xsd:string .
779 +
780 +_:b40
781 + sp:varName "lengthScaleHoleMadeTot"^^xsd:string .
782 +
783 +_:b42
784 + sp:varName "realRopTot"^^xsd:string .
785 +
786 +_:b43
787 + sp:varName "speedScaleRopTot"^^xsd:string .
788 +
789 +_:b45
790 + sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string .
791 +
792 +_:b46
793 + sp:varName "realETim"^^xsd:string .
794 +
795 +_:b47
796 + sp:varName "durationScaleETim"^^xsd:string .
797 +
798 +_:b49
799 + sp:varName "realHrsDrilled"^^xsd:string .
800 +
801 +_:b50
802 + sp:varName "durationScaleHrsDrilled"^^xsd:string .
803 +
804 +_:b52
805 + sp:varName "realRop"^^xsd:string .
806 +
807 +_:b53
808 + sp:varName "speedScaleRop"^^xsd:string .
809 +
810 +_:b55
811 + sp:varName "drilledWellBoreSection"^^xsd:string .
812 +
813 +_:b56
814 + sp:varName "realMdStart"^^xsd:string .
815 +
816 +_:b57
817 + sp:varName "lengthScaleMdStart"^^xsd:string .
818 +
819 +_:b59
820 + sp:varName "realMdStop"^^xsd:string .
821 +
822 +_:b60
823 + sp:varName "lengthScaleMdStop"^^xsd:string .
824 +
825 +_:b61
826 + sp:varName "nameWellBore"^^xsd:string .
827 +
828 +_:b62
829 + sp:varName "dTimStart"^^xsd:string .
830 +
831 +_:b63
832 + sp:varName "dailyDrillingActivity"^^xsd:string .
833 +
834 +_:b64
835 + sp:varName "bitRecord"^^xsd:string .
836 +
837 +_:b65
838 + sp:varName "numBit"^^xsd:string .
839 +
840 +_:b66
841 + sp:varName "temporalPartOfDrilledWellBoreSection"^^xsd:string .
842 +
843 +_:b67
844 + sp:varName "bitRun"^^xsd:string .
845 +
846 +_:b68
847 + sp:varName "eTimOpBit"^^xsd:string .
848 +
849 +_:b69
850 + sp:varName "uomETim"^^xsd:string .
851 +
852 +_:b70
853 + sp:varName "mdHoleStart"^^xsd:string .
854 +
855 +_:b71
856 + sp:varName "uomMdStart"^^xsd:string .
857 +
858 +_:b72
859 + sp:varName "mdHoleStop"^^xsd:string .
860 +
861 +_:b73
862 + sp:varName "uomMdStop"^^xsd:string .
863 +
864 +_:b74
865 + sp:varName "ropAv"^^xsd:string .
866 +
867 +_:b75
868 + sp:varName "uomRop"^^xsd:string .
869 +
870 +_:b76
871 + sp:varName "mdHoleMadeRun"^^xsd:string .
872 +
873 +_:b77
874 + sp:varName "uomHoleMadeRun"^^xsd:string .
875 +
876 +_:b78
877 + sp:varName "hrsDrilled"^^xsd:string .
878 +
879 +_:b79
880 + sp:varName "uomHrsDrilled"^^xsd:string .
881 +
882 +_:b80
883 + sp:varName "hrsDrilledRun"^^xsd:string .
884 +
885 +_:b81
886 + sp:varName "uomHrsDrilledRun"^^xsd:string .
887 +
888 +_:b82
889 + sp:varName "mdTotHoleMade"^^xsd:string .
890 +
891 +_:b83
892 + sp:varName "uomHoleMadeTot"^^xsd:string .
893 +
894 +_:b84
895 + sp:varName "totHrsDrilled"^^xsd:string .
896 +
897 +_:b85
898 + sp:varName "uomHrsDrilledTot"^^xsd:string .
899 +
900 +_:b86
901 + sp:varName "totRop"^^xsd:string .
902 +
903 +_:b87
904 + sp:varName "uomRopTot"^^xsd:string .
905 +
906 +_:b88
907 + sp:varName "normalizedWellBoreName"^^xsd:string .
908 +
909 +_:b89
910 + sp:varName "localname"^^xsd:string .
911 +
912 +_:b103
1099 sp:varName "dullGrade"^^xsd:string . 913 sp:varName "dullGrade"^^xsd:string .
1100 914
1101 -_:b31 915 +_:b104
1102 sp:varName "dullGradeLabel"^^xsd:string . 916 sp:varName "dullGradeLabel"^^xsd:string .
1103 917
1104 -_:b32 918 +_:b105
1105 sp:varName "temporalPartOfADrillBit"^^xsd:string . 919 sp:varName "temporalPartOfADrillBit"^^xsd:string .
1106 920
1107 -_:b33 921 +_:b106
1108 sp:varName "nameWellBore"^^xsd:string . 922 sp:varName "nameWellBore"^^xsd:string .
1109 923
1110 -_:b34 924 +_:b107
1111 sp:varName "dTimStart"^^xsd:string . 925 sp:varName "dTimStart"^^xsd:string .
1112 926
1113 -_:b35 927 +_:b108
1114 sp:varName "bitRecord"^^xsd:string . 928 sp:varName "bitRecord"^^xsd:string .
1115 929
1116 -_:b36 930 +_:b109
1117 sp:varName "numBit"^^xsd:string . 931 sp:varName "numBit"^^xsd:string .
1118 932
1119 -_:b37 933 +_:b110
1120 sp:varName "wellBoreDrillBitRun"^^xsd:string . 934 sp:varName "wellBoreDrillBitRun"^^xsd:string .
1121 935
1122 -_:b38 936 +_:b111
1123 sp:varName "drillBitForWellBore"^^xsd:string . 937 sp:varName "drillBitForWellBore"^^xsd:string .
1124 938
1125 -_:b39 939 +_:b112
1126 sp:varName "normalizedWellBoreName"^^xsd:string . 940 sp:varName "normalizedWellBoreName"^^xsd:string .
1127 941
1128 -_:b40 942 +_:b113
1129 sp:varName "localname"^^xsd:string . 943 sp:varName "localname"^^xsd:string .
1130 944
1131 -_:b41 945 +_:b114
1132 sp:varName "normalizedNumBit"^^xsd:string . 946 sp:varName "normalizedNumBit"^^xsd:string .
1133 947
1134 -_:b42 948 +_:b115
1135 sp:varName "normalizedDullGradeLabel"^^xsd:string . 949 sp:varName "normalizedDullGradeLabel"^^xsd:string .
950 +
951 +_:b18
952 + sp:varName "nameWellBore"^^xsd:string .
953 +
954 +_:b19
955 + sp:varName "dTimStart"^^xsd:string .
956 +
957 +_:b20
958 + sp:varName "bitRecord"^^xsd:string .
959 +
960 +_:b10
961 + sp:varName "numBit"^^xsd:string .
962 +
963 +_:b21
964 + sp:varName "diaBit"^^xsd:string .
965 +
966 +_:b22
967 + sp:varName "uomDia"^^xsd:string .
968 +
969 +_:b13
970 + sp:varName "realDia"^^xsd:string .
971 +
972 +_:b16
973 + sp:varName "nameManufacturer"^^xsd:string .
974 +
975 +_:b17
976 + sp:varName "codeMfg"^^xsd:string .
977 +
978 +_:b23
979 + sp:varName "normalizedWellBoreName"^^xsd:string .
980 +
981 +_:b4 sp:varName "dailyDrillingActivity"^^xsd:string .
982 +
983 +_:b24
984 + sp:varName "localname"^^xsd:string .
985 +
986 +_:b1 sp:varName "wellBoreDrillBitRun"^^xsd:string .
987 +
988 +_:b25
989 + sp:varName "normalizedNumBit"^^xsd:string .
990 +
991 +_:b9 sp:varName "drillBitForWellBore"^^xsd:string .
992 +
993 +_:b14
994 + sp:varName "lengthScaleDia"^^xsd:string .
995 +
996 +_:b26
997 + sp:varName "diaName"^^xsd:string .
998 +
999 +_:b11
1000 + sp:varName "wellBoreDrillBitClass"^^xsd:string .
1001 +
1002 +_:b7 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 20:37:14 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#> .
......
1 -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 1 +# Saved by TopBraid on Fri Oct 28 20:21:48 BST 2011
2 -# imports: http://spinrdf.org/spin 2 +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
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 - 5 +# imports: http://spinrdf.org/spin
6 -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 6 +
7 -@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 7 +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
8 -@prefix ddr: <http://www.witsml.org/schemas/1series#> . 8 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
9 -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 9 +@prefix arg: <http://spinrdf.org/arg#> .
10 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 10 +@prefix ddr: <http://www.witsml.org/schemas/1series#> .
11 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 11 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
12 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 -@prefix sp: <http://spinrdf.org/sp#> . 13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 -@prefix spin: <http://spinrdf.org/spin#> . 14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 -@prefix spl: <http://spinrdf.org/spl#> . 15 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
16 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 16 +@prefix sp: <http://spinrdf.org/sp#> .
17 - 17 +@prefix spin: <http://spinrdf.org/spin#> .
18 -<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> 18 +@prefix spl: <http://spinrdf.org/spl#> .
19 - rdf:type owl:Ontology ; 19 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
20 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 20 +
21 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 +<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
22 - 22 + rdf:type owl:Ontology ;
23 -ddr:Obj_drillReport 23 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
24 - spin:rule 24 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 - [ rdf:type sp:Construct ; 25 +
26 - rdfs:comment "STEP 250 Create an WellControlIncident activity"^^xsd:string ; 26 +ddr:Obj_drillReport
27 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ; 27 + spin:rule
28 - sp:predicate rdf:type ; 28 + [ rdf:type sp:Construct ;
29 - sp:subject 29 + rdfs:comment "STEP 250 Create an WellControlIncident activity"^^xsd:string ;
30 - [ sp:varName "wellControlIncident"^^xsd:string 30 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ;
31 - ] 31 + sp:predicate rdf:type ;
32 - ] [ sp:object 32 + sp:subject _:b1
33 - [ sp:varName "wellControlIncident"^^xsd:string 33 + ] [ sp:object _:b1 ;
34 - ] ; 34 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
35 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 35 + sp:subject _:b2
36 - sp:subject 36 + ] [ sp:object _:b3 ;
37 - [ sp:varName "dailyDrillingActivity"^^xsd:string 37 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
38 - ] 38 + sp:subject _:b1
39 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 39 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
40 - sp:predicate rdf:type ; 40 + sp:predicate rdf:type ;
41 - sp:subject _:b1 41 + sp:subject _:b3
42 - ] [ sp:object 42 + ] [ sp:object _:b4 ;
43 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string 43 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
44 - ] ; 44 + sp:subject _:b3
45 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 45 + ] [ sp:object _:b5 ;
46 - sp:subject _:b1 46 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
47 - ] [ sp:object _:b1 ; 47 + sp:subject _:b1
48 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 48 + ] [ sp:object _:b6 ;
49 - sp:subject 49 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
50 - [ sp:varName "wellControlIncident"^^xsd:string 50 + sp:subject _:b1
51 - ] 51 + ] [ sp:object _:b7 ;
52 - ] [ sp:object 52 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasInflowLocation> ;
53 - [ sp:varName "dTimStartOfIncident"^^xsd:string 53 + sp:subject _:b1
54 - ] ; 54 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
55 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 55 + sp:predicate rdf:type ;
56 - sp:subject 56 + sp:subject _:b7
57 - [ sp:varName "wellControlIncident"^^xsd:string 57 + ] [ sp:object _:b8 ;
58 - ] 58 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
59 - ] [ sp:object 59 + sp:subject _:b7
60 - [ sp:varName "dTimEndOfIncident"^^xsd:string 60 + ] [ sp:object _:b7 ;
61 - ] ; 61 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
62 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 62 + sp:subject _:b9
63 - sp:subject 63 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SurroundingRockFormation> ;
64 - [ sp:varName "wellControlIncident"^^xsd:string 64 + sp:predicate rdf:type ;
65 - ] 65 + sp:subject _:b9
66 - ] [ sp:object _:b2 ; 66 + ] [ sp:object _:b10 ;
67 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasInflowLocation> ; 67 + sp:predicate rdfs:comment ;
68 - sp:subject 68 + sp:subject _:b9
69 - [ sp:varName "wellControlIncident"^^xsd:string 69 + ] [ sp:object _:b11 ;
70 - ] 70 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
71 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; 71 + sp:subject _:b7
72 - sp:predicate rdf:type ; 72 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
73 - sp:subject _:b2 73 + sp:predicate rdf:type ;
74 - ] [ sp:object _:b3 ; 74 + sp:subject _:b11
75 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 75 + ] [ sp:object _:b12 ;
76 - sp:subject _:b2 76 + sp:predicate _:b13 ;
77 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SurroundingRockFormation> ; 77 + sp:subject _:b11
78 - sp:predicate rdf:type ; 78 + ] [ sp:object _:b14 ;
79 - sp:subject _:b3 79 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
80 - ] [ sp:object 80 + sp:subject _:b7
81 - [ sp:varName "formation"^^xsd:string 81 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
82 - ] ; 82 + sp:predicate rdf:type ;
83 - sp:predicate rdfs:comment ; 83 + sp:subject _:b14
84 - sp:subject _:b3 84 + ] [ sp:object _:b15 ;
85 - ] [ sp:object _:b4 ; 85 + sp:predicate _:b16 ;
86 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 86 + sp:subject _:b14
87 - sp:subject _:b2 87 + ] [ sp:object _:b17 ;
88 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 88 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ;
89 - sp:predicate rdf:type ; 89 + sp:subject _:b1
90 - sp:subject _:b4 90 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
91 - ] [ sp:object 91 + sp:predicate rdf:type ;
92 - [ sp:varName "realMdIn"^^xsd:string 92 + sp:subject _:b17
93 - ] ; 93 + ] [ sp:object _:b18 ;
94 - sp:predicate 94 + sp:predicate _:b19 ;
95 - [ sp:varName "lengthScaleMdIn"^^xsd:string 95 + sp:subject _:b17
96 - ] ; 96 + ] [ sp:object _:b20 ;
97 - sp:subject _:b4 97 + sp:predicate rdf:type ;
98 - ] [ sp:object _:b5 ; 98 + sp:subject _:b1
99 - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 99 + ] [ sp:object _:b21 ;
100 - sp:subject _:b2 100 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
101 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 101 + sp:subject _:b1
102 - sp:predicate rdf:type ; 102 + ] [ sp:object _:b22 ;
103 - sp:subject _:b5 103 + sp:predicate rdf:type ;
104 - ] [ sp:object 104 + sp:subject _:b21
105 - [ sp:varName "realTvdIn"^^xsd:string 105 + ] [ sp:object _:b23 ;
106 - ] ; 106 + sp:predicate rdf:type ;
107 - sp:predicate 107 + sp:subject _:b21
108 - [ sp:varName "lengthScaleTvdIn"^^xsd:string 108 + ] [ sp:object _:b24 ;
109 - ] ; 109 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasDrillBit> ;
110 - sp:subject _:b5 110 + sp:subject _:b21
111 - ] [ sp:object _:b6 ; 111 + ] [ sp:object _:b25 ;
112 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ; 112 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasChokeValve> ;
113 - sp:subject 113 + sp:subject _:b21
114 - [ sp:varName "wellControlIncident"^^xsd:string 114 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> ;
115 - ] 115 + sp:predicate rdf:type ;
116 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 116 + sp:subject _:b25
117 - sp:predicate rdf:type ; 117 + ] [ sp:object _:b26 ;
118 - sp:subject _:b6 118 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#maximumPressureForChokeValve> ;
119 - ] [ sp:object 119 + sp:subject _:b25
120 - [ sp:varName "realDuration"^^xsd:string 120 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
121 - ] ; 121 + sp:predicate rdf:type ;
122 - sp:predicate 122 + sp:subject _:b26
123 - [ sp:varName "timeDurationScale"^^xsd:string 123 + ] [ sp:object _:b27 ;
124 - ] ; 124 + sp:predicate _:b28 ;
125 - sp:subject _:b6 125 + sp:subject _:b26
126 - ] [ sp:object 126 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ;
127 - [ sp:varName "wellControlIncidentType"^^xsd:string 127 + sp:predicate rdf:type ;
128 - ] ; 128 + sp:subject _:b24
129 - sp:predicate rdf:type ; 129 + ] [ sp:object _:b29 ;
130 - sp:subject 130 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ;
131 - [ sp:varName "wellControlIncident"^^xsd:string 131 + sp:subject _:b24
132 - ] 132 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
133 - ] [ sp:object _:b7 ; 133 + sp:predicate rdf:type ;
134 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 134 + sp:subject _:b29
135 - sp:subject 135 + ] [ sp:object _:b30 ;
136 - [ sp:varName "wellControlIncident"^^xsd:string 136 + sp:predicate _:b31 ;
137 - ] 137 + sp:subject _:b29
138 - ] [ sp:object 138 + ] [ sp:object _:b32 ;
139 - [ sp:varName "drillingActivityPurposeType"^^xsd:string 139 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
140 - ] ; 140 + sp:subject _:b1
141 - sp:predicate rdf:type ; 141 + ] [ sp:object _:b33 ;
142 - sp:subject _:b7 142 + sp:predicate rdf:type ;
143 - ] [ sp:object 143 + sp:subject _:b32
144 - [ sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string 144 + ] [ sp:object _:b34 ;
145 - ] ; 145 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfMudGained> ;
146 - sp:predicate rdf:type ; 146 + sp:subject _:b1
147 - sp:subject _:b7 147 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
148 - ] [ sp:object _:b8 ; 148 + sp:predicate rdf:type ;
149 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasDrillBit> ; 149 + sp:subject _:b34
150 - sp:subject _:b7 150 + ] [ sp:object _:b35 ;
151 - ] [ sp:object _:b9 ; 151 + sp:predicate _:b36 ;
152 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasChokeValve> ; 152 + sp:subject _:b34
153 - sp:subject _:b7 153 + ] [ sp:object _:b37 ;
154 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> ; 154 + sp:predicate rdfs:comment ;
155 - sp:predicate rdf:type ; 155 + sp:subject _:b1
156 - sp:subject _:b9 156 + ] [ sp:object _:b38 ;
157 - ] [ sp:object _:b10 ; 157 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
158 - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#maximumPressureForChokeValve> ; 158 + sp:subject _:b3
159 - sp:subject _:b9 159 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore> ;
160 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 160 + sp:predicate rdf:type ;
161 - sp:predicate rdf:type ; 161 + sp:subject _:b38
162 - sp:subject _:b10 162 + ] [ sp:object _:b39 ;
163 - ] [ sp:object 163 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
164 - [ sp:varName "realMaxChoke"^^xsd:string 164 + sp:subject _:b38
165 - ] ; 165 + ] [ sp:object _:b40 ;
166 - sp:predicate 166 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
167 - [ sp:varName "pressureScaleMaxChoke"^^xsd:string 167 + sp:subject _:b38
168 - ] ; 168 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
169 - sp:subject _:b10 169 + sp:predicate rdf:type ;
170 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ; 170 + sp:subject _:b40
171 - sp:predicate rdf:type ; 171 + ] [ sp:object _:b41 ;
172 - sp:subject _:b8 172 + sp:predicate _:b42 ;
173 - ] [ sp:object _:b11 ; 173 + sp:subject _:b40
174 - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ; 174 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
175 - sp:subject _:b8 175 + sp:predicate rdf:type ;
176 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 176 + sp:subject _:b39
177 - sp:predicate rdf:type ; 177 + ] [ sp:object _:b43 ;
178 - sp:subject _:b11 178 + sp:predicate _:b44 ;
179 - ] [ sp:object 179 + sp:subject _:b39
180 - [ sp:varName "realDia"^^xsd:string 180 + ] [ sp:object _:b45 ;
181 - ] ; 181 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ;
182 - sp:predicate 182 + sp:subject _:b3
183 - [ sp:varName "lengthScaleDia"^^xsd:string 183 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
184 - ] ; 184 + sp:predicate rdf:type ;
185 - sp:subject _:b11 185 + sp:subject _:b45
186 - ] [ sp:object _:b12 ; 186 + ] [ sp:object _:b46 ;
187 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 187 + sp:predicate _:b47 ;
188 - sp:subject 188 + sp:subject _:b45
189 - [ sp:varName "wellControlIncident"^^xsd:string 189 + ] [ sp:object _:b48 ;
190 - ] 190 + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
191 - ] [ sp:object 191 + sp:subject _:b3
192 - [ sp:varName "wellKillingType"^^xsd:string 192 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
193 - ] ; 193 + sp:predicate rdf:type ;
194 - sp:predicate rdf:type ; 194 + sp:subject _:b48
195 - sp:subject _:b12 195 + ] [ sp:object _:b49 ;
196 - ] [ sp:object _:b13 ; 196 + sp:predicate _:b50 ;
197 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfMudGained> ; 197 + sp:subject _:b48
198 - sp:subject 198 + ] [ sp:object _:b51 ;
199 - [ sp:varName "wellControlIncident"^^xsd:string 199 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasDrillingFluid> ;
200 - ] 200 + sp:subject _:b3
201 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 201 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
202 - sp:predicate rdf:type ; 202 + sp:predicate rdf:type ;
203 - sp:subject _:b13 203 + sp:subject _:b51
204 - ] [ sp:object 204 + ] [ sp:object _:b52 ;
205 - [ sp:varName "realVol"^^xsd:string 205 + sp:predicate rdf:type ;
206 - ] ; 206 + sp:subject _:b51
207 - sp:predicate 207 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
208 - [ sp:varName "volumeScale"^^xsd:string 208 + sp:predicate rdf:type ;
209 - ] ; 209 + sp:subject _:b52
210 - sp:subject _:b13 210 + ] [ sp:object _:b53 ;
211 - ] [ sp:object 211 + sp:predicate _:b54 ;
212 - [ sp:varName "description"^^xsd:string 212 + sp:subject _:b52
213 - ] ; 213 + ] [ sp:object _:b55 ;
214 - sp:predicate rdfs:comment ; 214 + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
215 - sp:subject 215 + sp:subject _:b3
216 - [ sp:varName "wellControlIncident"^^xsd:string 216 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
217 - ] 217 + sp:predicate rdf:type ;
218 - ] [ sp:object _:b14 ; 218 + sp:subject _:b55
219 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 219 + ] [ sp:object _:b56 ;
220 - sp:subject _:b1 220 + sp:predicate _:b57 ;
221 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore> ; 221 + sp:subject _:b55
222 - sp:predicate rdf:type ; 222 + ] [ sp:object _:b58 ;
223 - sp:subject _:b14 223 + sp:predicate <http://www.reportinghub.no/ep/schema/well#shutInCasingPressure> ;
224 - ] [ sp:object _:b15 ; 224 + sp:subject _:b3
225 - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; 225 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
226 - sp:subject _:b14 226 + sp:predicate rdf:type ;
227 - ] [ sp:object _:b16 ; 227 + sp:subject _:b58
228 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 228 + ] [ sp:object _:b59 ;
229 - sp:subject _:b14 229 + sp:predicate _:b60 ;
230 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 230 + sp:subject _:b58
231 - sp:predicate rdf:type ; 231 + ] [ sp:object _:b61 ;
232 - sp:subject _:b16 232 + sp:predicate <http://www.reportinghub.no/ep/schema/well#shutInDrillPipePressure> ;
233 - ] [ sp:object 233 + sp:subject _:b3
234 - [ sp:varName "realMdCsgLast"^^xsd:string 234 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
235 - ] ; 235 + sp:predicate rdf:type ;
236 - sp:predicate 236 + sp:subject _:b61
237 - [ sp:varName "lengthScaleMdCsgLast"^^xsd:string 237 + ] [ sp:object _:b62 ;
238 - ] ; 238 + sp:predicate _:b63 ;
239 - sp:subject _:b16 239 + sp:subject _:b61
240 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 240 + ]) ;
241 - sp:predicate rdf:type ; 241 + sp:where ([ sp:object _:b64 ;
242 - sp:subject _:b15 242 + sp:predicate ep-spin-lib:nameWellbore ;
243 - ] [ sp:object 243 + sp:subject spin:_this
244 - [ sp:varName "realDiaCsgLast"^^xsd:string 244 + ] [ sp:object _:b65 ;
245 - ] ; 245 + sp:predicate ddr:dTimStart ;
246 - sp:predicate 246 + sp:subject spin:_this
247 - [ sp:varName "lengthScaleDiaCsgLast"^^xsd:string 247 + ] [ sp:object _:b4 ;
248 - ] ; 248 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
249 - sp:subject _:b15 249 + sp:subject _:b2
250 - ] [ sp:object _:b17 ; 250 + ] [ sp:object _:b66 ;
251 - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth> ; 251 + sp:predicate ddr:controlIncidentInfoRef ;
252 - sp:subject _:b1 252 + sp:subject spin:_this
253 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 253 + ] [ sp:object _:b5 ;
254 - sp:predicate rdf:type ; 254 + sp:predicate ddr:dTim ;
255 - sp:subject _:b17 255 + sp:subject _:b66
256 - ] [ sp:object 256 + ] [ sp:object _:b67 ;
257 - [ sp:varName "realMdBit"^^xsd:string 257 + sp:predicate ddr:mdInflowRef ;
258 - ] ; 258 + sp:subject _:b66
259 - sp:predicate 259 + ] [ sp:object _:b68 ;
260 - [ sp:varName "lengthScaleMdBit"^^xsd:string 260 + sp:predicate ddr:uomRef ;
261 - ] ; 261 + sp:subject _:b67
262 - sp:subject _:b17 262 + ] [ sp:object _:b12 ;
263 - ] [ sp:object _:b18 ; 263 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
264 - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; 264 + sp:subject _:b67
265 - sp:subject _:b1 265 + ] [ rdf:type sp:Optional ;
266 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; 266 + sp:elements ([ sp:object _:b69 ;
267 - sp:predicate rdf:type ; 267 + sp:predicate ddr:tvdInflowRef ;
268 - sp:subject _:b18 268 + sp:subject _:b66
269 - ] [ sp:object 269 + ] [ sp:object _:b70 ;
270 - [ sp:varName "realTemp"^^xsd:string 270 + sp:predicate ddr:uomRef ;
271 - ] ; 271 + sp:subject _:b69
272 - sp:predicate 272 + ] [ sp:object _:b15 ;
273 - [ sp:varName "temperatureScale"^^xsd:string 273 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
274 - ] ; 274 + sp:subject _:b69
275 - sp:subject _:b18 275 + ])
276 - ] [ sp:object _:b19 ; 276 + ] [ sp:object _:b71 ;
277 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasDrillingFluid> ; 277 + sp:predicate ddr:phaseRef ;
278 - sp:subject _:b1 278 + sp:subject _:b66
279 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 279 + ] [ sp:object _:b72 ;
280 - sp:predicate rdf:type ; 280 + sp:predicate ddr:proprietaryCodeRef ;
281 - sp:subject _:b19 281 + sp:subject _:b66
282 - ] [ sp:object _:b20 ; 282 + ] [ sp:object _:b73 ;
283 - sp:predicate rdf:type ; 283 + sp:predicate ddr:eTimLostRef ;
284 - sp:subject _:b19 284 + sp:subject _:b66
285 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 285 + ] [ sp:object _:b74 ;
286 - sp:predicate rdf:type ; 286 + sp:predicate ddr:uomRef ;
287 - sp:subject _:b20 287 + sp:subject _:b73
288 - ] [ sp:object 288 + ] [ sp:object _:b18 ;
289 - [ sp:varName "realWtMud"^^xsd:string 289 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
290 - ] ; 290 + sp:subject _:b73
291 - sp:predicate 291 + ] [ sp:object _:b6 ;
292 - [ sp:varName "densityScaleWtMud"^^xsd:string 292 + sp:predicate ddr:dTimRegained ;
293 - ] ; 293 + sp:subject _:b66
294 - sp:subject _:b20 294 + ] [ sp:object _:b75 ;
295 - ] [ sp:object _:b21 ; 295 + sp:predicate ddr:diaBitRef ;
296 - sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; 296 + sp:subject _:b66
297 - sp:subject _:b1 297 + ] [ sp:object _:b76 ;
298 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 298 + sp:predicate ddr:uomRef ;
299 - sp:predicate rdf:type ; 299 + sp:subject _:b75
300 - sp:subject _:b21 300 + ] [ sp:object _:b30 ;
301 - ] [ sp:object 301 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
302 - [ sp:varName "realPore"^^xsd:string 302 + sp:subject _:b75
303 - ] ; 303 + ] [ sp:object _:b77 ;
304 - sp:predicate 304 + sp:predicate ddr:mdBitRef ;
305 - [ sp:varName "densityScalePore"^^xsd:string 305 + sp:subject _:b66
306 - ] ; 306 + ] [ sp:object _:b78 ;
307 - sp:subject _:b21 307 + sp:predicate ddr:uomRef ;
308 - ] [ sp:object _:b22 ; 308 + sp:subject _:b77
309 - sp:predicate <http://www.reportinghub.no/ep/schema/well#shutInCasingPressure> ; 309 + ] [ sp:object _:b46 ;
310 - sp:subject _:b1 310 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
311 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 311 + sp:subject _:b77
312 - sp:predicate rdf:type ; 312 + ] [ sp:object _:b79 ;
313 - sp:subject _:b22 313 + sp:predicate ddr:wtMudRef ;
314 - ] [ sp:object 314 + sp:subject _:b66
315 - [ sp:varName "realShutInCasing"^^xsd:string 315 + ] [ sp:object _:b80 ;
316 - ] ; 316 + sp:predicate ddr:uomRef ;
317 - sp:predicate 317 + sp:subject _:b79
318 - [ sp:varName "pressureScaleShutInCasing"^^xsd:string 318 + ] [ sp:object _:b53 ;
319 - ] ; 319 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
320 - sp:subject _:b22 320 + sp:subject _:b79
321 - ] [ sp:object _:b23 ; 321 + ] [ rdf:type sp:Optional ;
322 - sp:predicate <http://www.reportinghub.no/ep/schema/well#shutInDrillPipePressure> ; 322 + sp:elements ([ sp:object _:b81 ;
323 - sp:subject _:b1 323 + sp:predicate ddr:porePressureRef ;
324 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 324 + sp:subject _:b66
325 - sp:predicate rdf:type ; 325 + ] [ sp:object _:b82 ;
326 - sp:subject _:b23 326 + sp:predicate ddr:uomRef ;
327 - ] [ sp:object 327 + sp:subject _:b81
328 - [ sp:varName "realShutInDrill"^^xsd:string 328 + ] [ sp:object _:b56 ;
329 - ] ; 329 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
330 - sp:predicate 330 + sp:subject _:b81
331 - [ sp:varName "pressureScaleShutInDrill"^^xsd:string 331 + ])
332 - ] ; 332 + ] [ sp:object _:b83 ;
333 - sp:subject _:b23 333 + sp:predicate ddr:diaCsgLastRef ;
334 - ]) ; 334 + sp:subject _:b66
335 - sp:where ([ sp:object 335 + ] [ sp:object _:b84 ;
336 - [ sp:varName "nameWellBore"^^xsd:string 336 + sp:predicate ddr:uomRef ;
337 - ] ; 337 + sp:subject _:b83
338 - sp:predicate ep-spin-lib:nameWellbore ; 338 + ] [ sp:object _:b43 ;
339 - sp:subject spin:_this 339 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
340 - ] [ sp:object 340 + sp:subject _:b83
341 - [ sp:varName "dTimStart"^^xsd:string 341 + ] [ sp:object _:b85 ;
342 - ] ; 342 + sp:predicate ddr:mdCsgLastRef ;
343 - sp:predicate ddr:dTimStart ; 343 + sp:subject _:b66
344 - sp:subject spin:_this 344 + ] [ sp:object _:b86 ;
345 - ] [ sp:object 345 + sp:predicate ddr:uomRef ;
346 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string 346 + sp:subject _:b85
347 - ] ; 347 + ] [ sp:object _:b41 ;
348 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 348 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
349 - sp:subject 349 + sp:subject _:b85
350 - [ sp:varName "dailyDrillingActivity"^^xsd:string 350 + ] [ sp:object _:b87 ;
351 - ] 351 + sp:predicate ddr:volMudGainedRef ;
352 - ] [ sp:object 352 + sp:subject _:b66
353 - [ sp:varName "controlIncidentInfo"^^xsd:string 353 + ] [ sp:object _:b88 ;
354 - ] ; 354 + sp:predicate ddr:uomRef ;
355 - sp:predicate ddr:controlIncidentInfoRef ; 355 + sp:subject _:b87
356 - sp:subject spin:_this 356 + ] [ sp:object _:b35 ;
357 - ] [ sp:object 357 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
358 - [ sp:varName "dTimStartOfIncident"^^xsd:string 358 + sp:subject _:b87
359 - ] ; 359 + ] [ sp:object _:b89 ;
360 - sp:predicate ddr:dTim ; 360 + sp:predicate ddr:presShutInCasingRef ;
361 - sp:subject 361 + sp:subject _:b66
362 - [ sp:varName "controlIncidentInfo"^^xsd:string 362 + ] [ sp:object _:b90 ;
363 - ] 363 + sp:predicate ddr:uomRef ;
364 - ] [ sp:object 364 + sp:subject _:b89
365 - [ sp:varName "mdIn"^^xsd:string 365 + ] [ sp:object _:b59 ;
366 - ] ; 366 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
367 - sp:predicate ddr:mdInflowRef ; 367 + sp:subject _:b89
368 - sp:subject 368 + ] [ sp:object _:b91 ;
369 - [ sp:varName "controlIncidentInfo"^^xsd:string 369 + sp:predicate ddr:presShutInDrillRef ;
370 - ] 370 + sp:subject _:b66
371 - ] [ sp:object 371 + ] [ sp:object _:b92 ;
372 - [ sp:varName "uomMdIn"^^xsd:string 372 + sp:predicate ddr:uomRef ;
373 - ] ; 373 + sp:subject _:b91
374 - sp:predicate ddr:uomRef ; 374 + ] [ sp:object _:b62 ;
375 - sp:subject 375 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
376 - [ sp:varName "mdIn"^^xsd:string 376 + sp:subject _:b91
377 - ] 377 + ] [ sp:object _:b93 ;
378 - ] [ sp:object 378 + sp:predicate ddr:incidentTypeRef ;
379 - [ sp:varName "realMdIn"^^xsd:string 379 + sp:subject _:b66
380 - ] ; 380 + ] [ sp:object _:b94 ;
381 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 381 + sp:predicate ddr:killingTypeRef ;
382 - sp:subject 382 + sp:subject _:b66
383 - [ sp:varName "mdIn"^^xsd:string 383 + ] [ sp:object _:b10 ;
384 - ] 384 + sp:predicate ddr:formation ;
385 - ] [ rdf:type sp:Optional ; 385 + sp:subject _:b66
386 - sp:elements ([ sp:object 386 + ] [ sp:object _:b95 ;
387 - [ sp:varName "tvdIn"^^xsd:string 387 + sp:predicate ddr:tempBottomRef ;
388 - ] ; 388 + sp:subject _:b66
389 - sp:predicate ddr:tvdInflowRef ; 389 + ] [ sp:object _:b96 ;
390 - sp:subject 390 + sp:predicate ddr:uomRef ;
391 - [ sp:varName "controlIncidentInfo"^^xsd:string 391 + sp:subject _:b95
392 - ] 392 + ] [ sp:object _:b49 ;
393 - ] [ sp:object 393 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
394 - [ sp:varName "uomTvdIn"^^xsd:string 394 + sp:subject _:b95
395 - ] ; 395 + ] [ sp:object _:b97 ;
396 - sp:predicate ddr:uomRef ; 396 + sp:predicate ddr:presMaxChokeRef ;
397 - sp:subject 397 + sp:subject _:b66
398 - [ sp:varName "tvdIn"^^xsd:string 398 + ] [ sp:object _:b98 ;
399 - ] 399 + sp:predicate ddr:uomRef ;
400 - ] [ sp:object 400 + sp:subject _:b97
401 - [ sp:varName "realTvdIn"^^xsd:string 401 + ] [ sp:object _:b27 ;
402 - ] ; 402 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
403 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 403 + sp:subject _:b97
404 - sp:subject 404 + ] [ sp:object _:b37 ;
405 - [ sp:varName "tvdIn"^^xsd:string 405 + sp:predicate ddr:description ;
406 - ] 406 + sp:subject _:b66
407 - ]) 407 + ] [ rdf:type sp:Bind ;
408 - ] [ sp:object 408 + sp:expression
409 - [ sp:varName "phase"^^xsd:string 409 + [ rdf:type afn:localname ;
410 - ] ; 410 + sp:arg1 _:b66
411 - sp:predicate ddr:phaseRef ; 411 + ] ;
412 - sp:subject 412 + sp:variable _:b99
413 - [ sp:varName "controlIncidentInfo"^^xsd:string 413 + ] [ rdf:type sp:Bind ;
414 - ] 414 + sp:expression
415 - ] [ sp:object 415 + [ rdf:type ep-spin-lib:normalizeString ;
416 - [ sp:varName "proprietaryCode"^^xsd:string 416 + sp:arg1 _:b64
417 - ] ; 417 + ] ;
418 - sp:predicate ddr:proprietaryCodeRef ; 418 + sp:variable _:b100
419 - sp:subject 419 + ] [ rdf:type sp:Bind ;
420 - [ sp:varName "controlIncidentInfo"^^xsd:string 420 + sp:expression
421 - ] 421 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
422 - ] [ sp:object 422 + sp:arg1 _:b100 ;
423 - [ sp:varName "eTimLost"^^xsd:string 423 + sp:arg2 _:b65
424 - ] ; 424 + ] ;
425 - sp:predicate ddr:eTimLostRef ; 425 + sp:variable _:b2
426 - sp:subject 426 + ] [ rdf:type sp:Bind ;
427 - [ sp:varName "controlIncidentInfo"^^xsd:string 427 + sp:expression
428 - ] 428 + [ rdf:type ep-spin-lib:buildWellControlIncidentURI ;
429 - ] [ sp:object 429 + sp:arg1 _:b100 ;
430 - [ sp:varName "uomDuration"^^xsd:string 430 + sp:arg2 _:b65 ;
431 - ] ; 431 + sp:arg3 _:b99
432 - sp:predicate ddr:uomRef ; 432 + ] ;
433 - sp:subject 433 + sp:variable _:b1
434 - [ sp:varName "eTimLost"^^xsd:string 434 + ] [ rdf:type sp:Bind ;
435 - ] 435 + sp:expression
436 - ] [ sp:object 436 + [ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
437 - [ sp:varName "realDuration"^^xsd:string 437 + sp:arg1 _:b72
438 - ] ; 438 + ] ;
439 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 439 + sp:variable _:b22
440 - sp:subject 440 + ] [ rdf:type sp:Bind ;
441 - [ sp:varName "eTimLost"^^xsd:string 441 + sp:expression
442 - ] 442 + [ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ;
443 - ] [ sp:object 443 + sp:arg1 _:b71
444 - [ sp:varName "dTimEndOfIncident"^^xsd:string 444 + ] ;
445 - ] ; 445 + sp:variable _:b23
446 - sp:predicate ddr:dTimRegained ; 446 + ] [ rdf:type sp:Bind ;
447 - sp:subject 447 + sp:expression
448 - [ sp:varName "controlIncidentInfo"^^xsd:string 448 + [ rdf:type ep-spin-lib:selectWellControlIncidentType ;
449 - ] 449 + sp:arg1 _:b93
450 - ] [ sp:object 450 + ] ;
451 - [ sp:varName "diaBit"^^xsd:string 451 + sp:variable _:b20
452 - ] ; 452 + ] [ rdf:type sp:Bind ;
453 - sp:predicate ddr:diaBitRef ; 453 + sp:expression
454 - sp:subject 454 + [ rdf:type ep-spin-lib:selectWellKillingType ;
455 - [ sp:varName "controlIncidentInfo"^^xsd:string 455 + sp:arg1 _:b94
456 - ] 456 + ] ;
457 - ] [ sp:object 457 + sp:variable _:b33
458 - [ sp:varName "uomDia"^^xsd:string 458 + ] [ rdf:type sp:Bind ;
459 - ] ; 459 + sp:expression
460 - sp:predicate ddr:uomRef ; 460 + [ rdf:type ep-spin-lib:selectVolumeScale ;
461 - sp:subject 461 + sp:arg1 _:b88
462 - [ sp:varName "diaBit"^^xsd:string 462 + ] ;
463 - ] 463 + sp:variable _:b36
464 - ] [ sp:object 464 + ] [ rdf:type sp:Bind ;
465 - [ sp:varName "realDia"^^xsd:string 465 + sp:expression
466 - ] ; 466 + [ rdf:type ep-spin-lib:selectTimeDurationScale ;
467 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 467 + sp:arg1 _:b74
468 - sp:subject 468 + ] ;
469 - [ sp:varName "diaBit"^^xsd:string 469 + sp:variable _:b19
470 - ] 470 + ] [ rdf:type sp:Bind ;
471 - ] [ sp:object 471 + sp:expression
472 - [ sp:varName "mdBit"^^xsd:string 472 + [ rdf:type ep-spin-lib:selectLengthScale ;
473 - ] ; 473 + sp:arg1 _:b68
474 - sp:predicate ddr:mdBitRef ; 474 + ] ;
475 - sp:subject 475 + sp:variable _:b13
476 - [ sp:varName "controlIncidentInfo"^^xsd:string 476 + ] [ rdf:type sp:Bind ;
477 - ] 477 + sp:expression
478 - ] [ sp:object 478 + [ rdf:type ep-spin-lib:selectLengthScale ;
479 - [ sp:varName "uomMdBit"^^xsd:string 479 + sp:arg1 _:b70
480 - ] ; 480 + ] ;
481 - sp:predicate ddr:uomRef ; 481 + sp:variable _:b16
482 - sp:subject 482 + ] [ rdf:type sp:Bind ;
483 - [ sp:varName "mdBit"^^xsd:string 483 + sp:expression
484 - ] 484 + [ rdf:type ep-spin-lib:selectLengthScale ;
485 - ] [ sp:object 485 + sp:arg1 _:b76
486 - [ sp:varName "realMdBit"^^xsd:string 486 + ] ;
487 - ] ; 487 + sp:variable _:b31
488 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 488 + ] [ rdf:type sp:Bind ;
489 - sp:subject 489 + sp:expression
490 - [ sp:varName "mdBit"^^xsd:string 490 + [ rdf:type ep-spin-lib:selectLengthScale ;
491 - ] 491 + sp:arg1 _:b78
492 - ] [ sp:object 492 + ] ;
493 - [ sp:varName "wtMud"^^xsd:string 493 + sp:variable _:b47
494 - ] ; 494 + ] [ rdf:type sp:Bind ;
495 - sp:predicate ddr:wtMudRef ; 495 + sp:expression
496 - sp:subject 496 + [ rdf:type ep-spin-lib:selectLengthScale ;
497 - [ sp:varName "controlIncidentInfo"^^xsd:string 497 + sp:arg1 _:b84
498 - ] 498 + ] ;
499 - ] [ sp:object 499 + sp:variable _:b44
500 - [ sp:varName "uomWtMud"^^xsd:string 500 + ] [ rdf:type sp:Bind ;
501 - ] ; 501 + sp:expression
502 - sp:predicate ddr:uomRef ; 502 + [ rdf:type ep-spin-lib:selectLengthScale ;
503 - sp:subject 503 + sp:arg1 _:b86
504 - [ sp:varName "wtMud"^^xsd:string 504 + ] ;
505 - ] 505 + sp:variable _:b42
506 - ] [ sp:object 506 + ] [ rdf:type sp:Bind ;
507 - [ sp:varName "realWtMud"^^xsd:string 507 + sp:expression
508 - ] ; 508 + [ rdf:type ep-spin-lib:selectDensityScale ;
509 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 509 + sp:arg1 _:b80
510 - sp:subject 510 + ] ;
511 - [ sp:varName "wtMud"^^xsd:string 511 + sp:variable _:b54
512 - ] 512 + ] [ rdf:type sp:Bind ;
513 - ] [ rdf:type sp:Optional ; 513 + sp:expression
514 - sp:elements ([ sp:object 514 + [ rdf:type ep-spin-lib:selectTemperatureScale ;
515 - [ sp:varName "porePressure"^^xsd:string 515 + sp:arg1 _:b96
516 - ] ; 516 + ] ;
517 - sp:predicate ddr:porePressureRef ; 517 + sp:variable _:b50
518 - sp:subject 518 + ] [ rdf:type sp:Bind ;
519 - [ sp:varName "controlIncidentInfo"^^xsd:string 519 + sp:expression
520 - ] 520 + [ rdf:type ep-spin-lib:selectPressureScale ;
521 - ] [ sp:object 521 + sp:arg1 _:b98
522 - [ sp:varName "uomPore"^^xsd:string 522 + ] ;
523 - ] ; 523 + sp:variable _:b28
524 - sp:predicate ddr:uomRef ; 524 + ] [ rdf:type sp:Bind ;
525 - sp:subject 525 + sp:expression
526 - [ sp:varName "porePressure"^^xsd:string 526 + [ rdf:type ep-spin-lib:selectPressureScale ;
527 - ] 527 + sp:arg1 _:b90
528 - ] [ sp:object 528 + ] ;
529 - [ sp:varName "realPore"^^xsd:string 529 + sp:variable _:b60
530 - ] ; 530 + ] [ rdf:type sp:Bind ;
531 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 531 + sp:expression
532 - sp:subject 532 + [ rdf:type ep-spin-lib:selectPressureScale ;
533 - [ sp:varName "porePressure"^^xsd:string 533 + sp:arg1 _:b92
534 - ] 534 + ] ;
535 - ]) 535 + sp:variable _:b63
536 - ] [ sp:object 536 + ] [ rdf:type sp:Bind ;
537 - [ sp:varName "diaCsgLast"^^xsd:string 537 + sp:expression
538 - ] ; 538 + [ rdf:type ep-spin-lib:selectDensityScale ;
539 - sp:predicate ddr:diaCsgLastRef ; 539 + sp:arg1 _:b82
540 - sp:subject 540 + ] ;
541 - [ sp:varName "controlIncidentInfo"^^xsd:string 541 + sp:variable _:b57
542 - ] 542 + ] [ rdf:type sp:Bind ;
543 - ] [ sp:object 543 + sp:expression
544 - [ sp:varName "uomDiaCsgLast"^^xsd:string 544 + [ rdf:type rhspin:wellBoreByName ;
545 - ] ; 545 + arg:wellBoreName
546 - sp:predicate ddr:uomRef ; 546 + [ rdf:type xsd:string ;
547 - sp:subject 547 + sp:arg1 _:b64
548 - [ sp:varName "diaCsgLast"^^xsd:string 548 + ]
549 - ] 549 + ] ;
550 - ] [ sp:object 550 + sp:variable _:b8
551 - [ sp:varName "realDiaCsgLast"^^xsd:string 551 + ])
552 - ] ; 552 + ] .
553 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 553 +
554 - sp:subject 554 +_:b64
555 - [ sp:varName "diaCsgLast"^^xsd:string 555 + sp:varName "nameWellBore"^^xsd:string .
556 - ] 556 +
557 - ] [ sp:object 557 +_:b65
558 - [ sp:varName "mdCsgLast"^^xsd:string 558 + sp:varName "dTimStart"^^xsd:string .
559 - ] ; 559 +
560 - sp:predicate ddr:mdCsgLastRef ; 560 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
561 - sp:subject 561 +
562 - [ sp:varName "controlIncidentInfo"^^xsd:string 562 +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
563 - ] 563 +
564 - ] [ sp:object 564 +_:b66
565 - [ sp:varName "uomMdCsgLast"^^xsd:string 565 + sp:varName "controlIncidentInfo"^^xsd:string .
566 - ] ; 566 +
567 - sp:predicate ddr:uomRef ; 567 +_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
568 - sp:subject 568 +
569 - [ sp:varName "mdCsgLast"^^xsd:string 569 +_:b67
570 - ] 570 + sp:varName "mdIn"^^xsd:string .
571 - ] [ sp:object 571 +
572 - [ sp:varName "realMdCsgLast"^^xsd:string 572 +_:b68
573 - ] ; 573 + sp:varName "uomMdIn"^^xsd:string .
574 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 574 +
575 - sp:subject 575 +_:b12
576 - [ sp:varName "mdCsgLast"^^xsd:string 576 + sp:varName "realMdIn"^^xsd:string .
577 - ] 577 +
578 - ] [ sp:object 578 +_:b69
579 - [ sp:varName "volMudGained"^^xsd:string 579 + sp:varName "tvdIn"^^xsd:string .
580 - ] ; 580 +
581 - sp:predicate ddr:volMudGainedRef ; 581 +_:b70
582 - sp:subject 582 + sp:varName "uomTvdIn"^^xsd:string .
583 - [ sp:varName "controlIncidentInfo"^^xsd:string 583 +
584 - ] 584 +_:b15
585 - ] [ sp:object 585 + sp:varName "realTvdIn"^^xsd:string .
586 - [ sp:varName "uomVol"^^xsd:string 586 +
587 - ] ; 587 +_:b71
588 - sp:predicate ddr:uomRef ; 588 + sp:varName "phase"^^xsd:string .
589 - sp:subject 589 +
590 - [ sp:varName "volMudGained"^^xsd:string 590 +_:b72
591 - ] 591 + sp:varName "proprietaryCode"^^xsd:string .
592 - ] [ sp:object 592 +
593 - [ sp:varName "realVol"^^xsd:string 593 +_:b73
594 - ] ; 594 + sp:varName "eTimLost"^^xsd:string .
595 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 595 +
596 - sp:subject 596 +_:b74
597 - [ sp:varName "volMudGained"^^xsd:string 597 + sp:varName "uomDuration"^^xsd:string .
598 - ] 598 +
599 - ] [ sp:object 599 +_:b18
600 - [ sp:varName "presShutInCasing"^^xsd:string 600 + sp:varName "realDuration"^^xsd:string .
601 - ] ; 601 +
602 - sp:predicate ddr:presShutInCasingRef ; 602 +_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
603 - sp:subject 603 +
604 - [ sp:varName "controlIncidentInfo"^^xsd:string 604 +_:b75
605 - ] 605 + sp:varName "diaBit"^^xsd:string .
606 - ] [ sp:object 606 +
607 - [ sp:varName "uomShutInCasing"^^xsd:string 607 +_:b76
608 - ] ; 608 + sp:varName "uomDia"^^xsd:string .
609 - sp:predicate ddr:uomRef ; 609 +
610 - sp:subject 610 +_:b30
611 - [ sp:varName "presShutInCasing"^^xsd:string 611 + sp:varName "realDia"^^xsd:string .
612 - ] 612 +
613 - ] [ sp:object 613 +_:b77
614 - [ sp:varName "realShutInCasing"^^xsd:string 614 + sp:varName "mdBit"^^xsd:string .
615 - ] ; 615 +
616 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 616 +_:b78
617 - sp:subject 617 + sp:varName "uomMdBit"^^xsd:string .
618 - [ sp:varName "presShutInCasing"^^xsd:string 618 +
619 - ] 619 +_:b46
620 - ] [ sp:object 620 + sp:varName "realMdBit"^^xsd:string .
621 - [ sp:varName "presShutInDrill"^^xsd:string 621 +
622 - ] ; 622 +_:b79
623 - sp:predicate ddr:presShutInDrillRef ; 623 + sp:varName "wtMud"^^xsd:string .
624 - sp:subject 624 +
625 - [ sp:varName "controlIncidentInfo"^^xsd:string 625 +_:b80
626 - ] 626 + sp:varName "uomWtMud"^^xsd:string .
627 - ] [ sp:object 627 +
628 - [ sp:varName "uomShutInDrill"^^xsd:string 628 +_:b53
629 - ] ; 629 + sp:varName "realWtMud"^^xsd:string .
630 - sp:predicate ddr:uomRef ; 630 +
631 - sp:subject 631 +_:b81
632 - [ sp:varName "presShutInDrill"^^xsd:string 632 + sp:varName "porePressure"^^xsd:string .
633 - ] 633 +
634 - ] [ sp:object 634 +_:b82
635 - [ sp:varName "realShutInDrill"^^xsd:string 635 + sp:varName "uomPore"^^xsd:string .
636 - ] ; 636 +
637 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 637 +_:b56
638 - sp:subject 638 + sp:varName "realPore"^^xsd:string .
639 - [ sp:varName "presShutInDrill"^^xsd:string 639 +
640 - ] 640 +_:b83
641 - ] [ sp:object 641 + sp:varName "diaCsgLast"^^xsd:string .
642 - [ sp:varName "incidentType"^^xsd:string 642 +
643 - ] ; 643 +_:b84
644 - sp:predicate ddr:incidentTypeRef ; 644 + sp:varName "uomDiaCsgLast"^^xsd:string .
645 - sp:subject 645 +
646 - [ sp:varName "controlIncidentInfo"^^xsd:string 646 +_:b43
647 - ] 647 + sp:varName "realDiaCsgLast"^^xsd:string .
648 - ] [ sp:object 648 +
649 - [ sp:varName "killingType"^^xsd:string 649 +_:b85
650 - ] ; 650 + sp:varName "mdCsgLast"^^xsd:string .
651 - sp:predicate ddr:killingTypeRef ; 651 +
652 - sp:subject 652 +_:b86
653 - [ sp:varName "controlIncidentInfo"^^xsd:string 653 + sp:varName "uomMdCsgLast"^^xsd:string .
654 - ] 654 +
655 - ] [ sp:object 655 +_:b41
656 - [ sp:varName "formation"^^xsd:string 656 + sp:varName "realMdCsgLast"^^xsd:string .
657 - ] ; 657 +
658 - sp:predicate ddr:formation ; 658 +_:b87
659 - sp:subject 659 + sp:varName "volMudGained"^^xsd:string .
660 - [ sp:varName "controlIncidentInfo"^^xsd:string 660 +
661 - ] 661 +_:b88
662 - ] [ sp:object 662 + sp:varName "uomVol"^^xsd:string .
663 - [ sp:varName "tempBottom"^^xsd:string 663 +
664 - ] ; 664 +_:b35
665 - sp:predicate ddr:tempBottomRef ; 665 + sp:varName "realVol"^^xsd:string .
666 - sp:subject 666 +
667 - [ sp:varName "controlIncidentInfo"^^xsd:string 667 +_:b89
668 - ] 668 + sp:varName "presShutInCasing"^^xsd:string .
669 - ] [ sp:object 669 +
670 - [ sp:varName "uomTemp"^^xsd:string 670 +_:b90
671 - ] ; 671 + sp:varName "uomShutInCasing"^^xsd:string .
672 - sp:predicate ddr:uomRef ; 672 +
673 - sp:subject 673 +_:b59
674 - [ sp:varName "tempBottom"^^xsd:string 674 + sp:varName "realShutInCasing"^^xsd:string .
675 - ] 675 +
676 - ] [ sp:object 676 +_:b91
677 - [ sp:varName "realTemp"^^xsd:string 677 + sp:varName "presShutInDrill"^^xsd:string .
678 - ] ; 678 +
679 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 679 +_:b92
680 - sp:subject 680 + sp:varName "uomShutInDrill"^^xsd:string .
681 - [ sp:varName "tempBottom"^^xsd:string 681 +
682 - ] 682 +_:b62
683 - ] [ sp:object 683 + sp:varName "realShutInDrill"^^xsd:string .
684 - [ sp:varName "presMaxChoke"^^xsd:string 684 +
685 - ] ; 685 +_:b93
686 - sp:predicate ddr:presMaxChokeRef ; 686 + sp:varName "incidentType"^^xsd:string .
687 - sp:subject 687 +
688 - [ sp:varName "controlIncidentInfo"^^xsd:string 688 +_:b94
689 - ] 689 + sp:varName "killingType"^^xsd:string .
690 - ] [ sp:object 690 +
691 - [ sp:varName "uomMaxChoke"^^xsd:string 691 +_:b10
692 - ] ; 692 + sp:varName "formation"^^xsd:string .
693 - sp:predicate ddr:uomRef ; 693 +
694 - sp:subject 694 +_:b95
695 - [ sp:varName "presMaxChoke"^^xsd:string 695 + sp:varName "tempBottom"^^xsd:string .
696 - ] 696 +
697 - ] [ sp:object 697 +_:b96
698 - [ sp:varName "realMaxChoke"^^xsd:string 698 + sp:varName "uomTemp"^^xsd:string .
699 - ] ; 699 +
700 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 700 +_:b49
701 - sp:subject 701 + sp:varName "realTemp"^^xsd:string .
702 - [ sp:varName "presMaxChoke"^^xsd:string 702 +
703 - ] 703 +_:b97
704 - ] [ sp:object 704 + sp:varName "presMaxChoke"^^xsd:string .
705 - [ sp:varName "description"^^xsd:string 705 +
706 - ] ; 706 +_:b98
707 - sp:predicate ddr:description ; 707 + sp:varName "uomMaxChoke"^^xsd:string .
708 - sp:subject 708 +
709 - [ sp:varName "controlIncidentInfo"^^xsd:string 709 +_:b27
710 - ] 710 + sp:varName "realMaxChoke"^^xsd:string .
711 - ] [ rdf:type sp:Bind ; 711 +
712 - sp:expression 712 +_:b37
713 - [ rdf:type afn:localname ; 713 + sp:varName "description"^^xsd:string .
714 - sp:arg1 [ sp:varName "controlIncidentInfo"^^xsd:string 714 +
715 - ] 715 +_:b99
716 - ] ; 716 + sp:varName "localname"^^xsd:string .
717 - sp:variable 717 +
718 - [ sp:varName "localname"^^xsd:string 718 +_:b100
719 - ] 719 + sp:varName "normalizedWellBoreName"^^xsd:string .
720 - ] [ rdf:type sp:Bind ; 720 +
721 - sp:expression 721 +_:b1 sp:varName "wellControlIncident"^^xsd:string .
722 - [ rdf:type ep-spin-lib:normalizeString ; 722 +
723 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 723 +_:b22
724 - ] 724 + sp:varName "drillingActivityPurposeType"^^xsd:string .
725 - ] ; 725 +
726 - sp:variable 726 +_:b23
727 - [ sp:varName "normalizedWellBoreName"^^xsd:string 727 + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
728 - ] 728 +
729 - ] [ rdf:type sp:Bind ; 729 +_:b20
730 - sp:expression 730 + sp:varName "wellControlIncidentType"^^xsd:string .
731 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 731 +
732 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 732 +_:b33
733 - ] ; 733 + sp:varName "wellKillingType"^^xsd:string .
734 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 734 +
735 - ] 735 +_:b36
736 - ] ; 736 + sp:varName "volumeScale"^^xsd:string .
737 - sp:variable 737 +
738 - [ sp:varName "dailyDrillingActivity"^^xsd:string 738 +_:b19
739 - ] 739 + sp:varName "timeDurationScale"^^xsd:string .
740 - ] [ rdf:type sp:Bind ; 740 +
741 - sp:expression 741 +_:b13
742 - [ rdf:type ep-spin-lib:buildWellControlIncidentURI ; 742 + sp:varName "lengthScaleMdIn"^^xsd:string .
743 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 743 +
744 - ] ; 744 +_:b16
745 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 745 + sp:varName "lengthScaleTvdIn"^^xsd:string .
746 - ] ; 746 +
747 - sp:arg3 [ sp:varName "localname"^^xsd:string 747 +_:b31
748 - ] 748 + sp:varName "lengthScaleDia"^^xsd:string .
749 - ] ; 749 +
750 - sp:variable 750 +_:b47
751 - [ sp:varName "wellControlIncident"^^xsd:string 751 + sp:varName "lengthScaleMdBit"^^xsd:string .
752 - ] 752 +
753 - ] [ rdf:type sp:Bind ; 753 +_:b44
754 - sp:expression 754 + sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
755 - [ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ; 755 +
756 - sp:arg1 [ sp:varName "proprietaryCode"^^xsd:string 756 +_:b42
757 - ] 757 + sp:varName "lengthScaleMdCsgLast"^^xsd:string .
758 - ] ; 758 +
759 - sp:variable 759 +_:b54
760 - [ sp:varName "drillingActivityPurposeType"^^xsd:string 760 + sp:varName "densityScaleWtMud"^^xsd:string .
761 - ] 761 +
762 - ] [ rdf:type sp:Bind ; 762 +_:b50
763 - sp:expression 763 + sp:varName "temperatureScale"^^xsd:string .
764 - [ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ; 764 +
765 - sp:arg1 [ sp:varName "phase"^^xsd:string 765 +_:b28
766 - ] 766 + sp:varName "pressureScaleMaxChoke"^^xsd:string .
767 - ] ; 767 +
768 - sp:variable 768 +_:b60
769 - [ sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string 769 + sp:varName "pressureScaleShutInCasing"^^xsd:string .
770 - ] 770 +
771 - ] [ rdf:type sp:Bind ; 771 +_:b63
772 - sp:expression 772 + sp:varName "pressureScaleShutInDrill"^^xsd:string .
773 - [ rdf:type ep-spin-lib:selectWellControlIncidentType ; 773 +
774 - sp:arg1 [ sp:varName "incidentType"^^xsd:string 774 +_:b57
775 - ] 775 + sp:varName "densityScalePore"^^xsd:string .
776 - ] ; 776 +
777 - sp:variable 777 +_:b8 sp:varName "wellBore"^^xsd:string .
778 - [ sp:varName "wellControlIncidentType"^^xsd:string
779 - ]
780 - ] [ rdf:type sp:Bind ;
781 - sp:expression
782 - [ rdf:type ep-spin-lib:selectWellKillingType ;
783 - sp:arg1 [ sp:varName "killingType"^^xsd:string
784 - ]
785 - ] ;
786 - sp:variable
787 - [ sp:varName "wellKillingType"^^xsd:string
788 - ]
789 - ] [ rdf:type sp:Bind ;
790 - sp:expression
791 - [ rdf:type ep-spin-lib:selectVolumeScale ;
792 - sp:arg1 [ sp:varName "uomVol"^^xsd:string
793 - ]
794 - ] ;
795 - sp:variable
796 - [ sp:varName "volumeScale"^^xsd:string
797 - ]
798 - ] [ rdf:type sp:Bind ;
799 - sp:expression
800 - [ rdf:type ep-spin-lib:selectTimeDurationScale ;
801 - sp:arg1 [ sp:varName "uomDuration"^^xsd:string
802 - ]
803 - ] ;
804 - sp:variable
805 - [ sp:varName "timeDurationScale"^^xsd:string
806 - ]
807 - ] [ rdf:type sp:Bind ;
808 - sp:expression
809 - [ rdf:type ep-spin-lib:selectLengthScale ;
810 - sp:arg1 [ sp:varName "uomMdIn"^^xsd:string
811 - ]
812 - ] ;
813 - sp:variable
814 - [ sp:varName "lengthScaleMdIn"^^xsd:string
815 - ]
816 - ] [ rdf:type sp:Bind ;
817 - sp:expression
818 - [ rdf:type ep-spin-lib:selectLengthScale ;
819 - sp:arg1 [ sp:varName "uomTvdIn"^^xsd:string
820 - ]
821 - ] ;
822 - sp:variable
823 - [ sp:varName "lengthScaleTvdIn"^^xsd:string
824 - ]
825 - ] [ rdf:type sp:Bind ;
826 - sp:expression
827 - [ rdf:type ep-spin-lib:selectLengthScale ;
828 - sp:arg1 [ sp:varName "uomDia"^^xsd:string
829 - ]
830 - ] ;
831 - sp:variable
832 - [ sp:varName "lengthScaleDia"^^xsd:string
833 - ]
834 - ] [ rdf:type sp:Bind ;
835 - sp:expression
836 - [ rdf:type ep-spin-lib:selectLengthScale ;
837 - sp:arg1 [ sp:varName "uomMdBit"^^xsd:string
838 - ]
839 - ] ;
840 - sp:variable
841 - [ sp:varName "lengthScaleMdBit"^^xsd:string
842 - ]
843 - ] [ rdf:type sp:Bind ;
844 - sp:expression
845 - [ rdf:type ep-spin-lib:selectLengthScale ;
846 - sp:arg1 [ sp:varName "uomDiaCsgLast"^^xsd:string
847 - ]
848 - ] ;
849 - sp:variable
850 - [ sp:varName "lengthScaleDiaCsgLast"^^xsd:string
851 - ]
852 - ] [ rdf:type sp:Bind ;
853 - sp:expression
854 - [ rdf:type ep-spin-lib:selectLengthScale ;
855 - sp:arg1 [ sp:varName "uomMdCsgLast"^^xsd:string
856 - ]
857 - ] ;
858 - sp:variable
859 - [ sp:varName "lengthScaleMdCsgLast"^^xsd:string
860 - ]
861 - ] [ rdf:type sp:Bind ;
862 - sp:expression
863 - [ rdf:type ep-spin-lib:selectDensityScale ;
864 - sp:arg1 [ sp:varName "uomWtMud"^^xsd:string
865 - ]
866 - ] ;
867 - sp:variable
868 - [ sp:varName "densityScaleWtMud"^^xsd:string
869 - ]
870 - ] [ rdf:type sp:Bind ;
871 - sp:expression
872 - [ rdf:type ep-spin-lib:selectTemperatureScale ;
873 - sp:arg1 [ sp:varName "uomTemp"^^xsd:string
874 - ]
875 - ] ;
876 - sp:variable
877 - [ sp:varName "temperatureScale"^^xsd:string
878 - ]
879 - ] [ rdf:type sp:Bind ;
880 - sp:expression
881 - [ rdf:type ep-spin-lib:selectPressureScale ;
882 - sp:arg1 [ sp:varName "uomMaxChoke"^^xsd:string
883 - ]
884 - ] ;
885 - sp:variable
886 - [ sp:varName "pressureScaleMaxChoke"^^xsd:string
887 - ]
888 - ] [ rdf:type sp:Bind ;
889 - sp:expression
890 - [ rdf:type ep-spin-lib:selectPressureScale ;
891 - sp:arg1 [ sp:varName "uomShutInCasing"^^xsd:string
892 - ]
893 - ] ;
894 - sp:variable
895 - [ sp:varName "pressureScaleShutInCasing"^^xsd:string
896 - ]
897 - ] [ rdf:type sp:Bind ;
898 - sp:expression
899 - [ rdf:type ep-spin-lib:selectPressureScale ;
900 - sp:arg1 [ sp:varName "uomShutInDrill"^^xsd:string
901 - ]
902 - ] ;
903 - sp:variable
904 - [ sp:varName "pressureScaleShutInDrill"^^xsd:string
905 - ]
906 - ] [ rdf:type sp:Bind ;
907 - sp:expression
908 - [ rdf:type ep-spin-lib:selectDensityScale ;
909 - sp:arg1 [ sp:varName "uomPore"^^xsd:string
910 - ]
911 - ] ;
912 - sp:variable
913 - [ sp:varName "densityScalePore"^^xsd:string
914 - ]
915 - ])
916 - ] .
......
1 +# Saved by TopBraid on Fri Oct 28 20:21:49 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#> .
......