David Leal

Merge branch 'finaliseWellboreSection'

1 -# Saved by TopBraid on Fri Oct 07 13:43:12 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 15:25:05 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:maxCardinality "1"^^xsd:nonNegativeInteger ; 31 + owl:allValuesFrom ep-activity:Activity ;
32 - owl:onProperty ep-activity:finishedAt 32 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 36 + owl:allValuesFrom ep-activity:Activity ;
37 - owl:onProperty ep-activity:startedAt 37 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
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#after> 42 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
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#before> 47 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
48 ] ; 48 ] ;
49 rdfs:subClassOf 49 rdfs:subClassOf
50 [ rdf:type owl:Restriction ; 50 [ rdf:type owl:Restriction ;
51 - owl:allValuesFrom ep-activity:Activity ; 51 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
52 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 52 + owl:onProperty ep-activity:startedAt
53 ] ; 53 ] ;
54 rdfs:subClassOf 54 rdfs:subClassOf
55 [ rdf:type owl:Restriction ; 55 [ rdf:type owl:Restriction ;
56 - owl:allValuesFrom ep-activity:Activity ; 56 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
57 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 57 + owl:onProperty ep-activity:finishedAt
58 ] . 58 ] .
59 59
60 ep-activity:ActivitySuccessType 60 ep-activity:ActivitySuccessType
...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity ...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity
68 rdfs:subClassOf ep-activity:DrillingActivity ; 68 rdfs:subClassOf ep-activity:DrillingActivity ;
69 rdfs:subClassOf 69 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 70 [ rdf:type owl:Restriction ;
71 - owl:allValuesFrom ep-activity:DrillingActivity ; 71 + owl:allValuesFrom ep-activity:Activity ;
72 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 72 + owl:onProperty ep-core:hasPart
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 76 + owl:allValuesFrom ep-activity:DrillingActivity ;
77 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 77 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
78 ] ; 78 ] ;
79 rdfs:subClassOf 79 rdfs:subClassOf
80 [ rdf:type owl:Restriction ; 80 [ rdf:type owl:Restriction ;
...@@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity ...@@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity
83 ] ; 83 ] ;
84 rdfs:subClassOf 84 rdfs:subClassOf
85 [ rdf:type owl:Restriction ; 85 [ rdf:type owl:Restriction ;
86 - owl:allValuesFrom ep-activity:DrillingActivity ; 86 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
87 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 87 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
88 ] ; 88 ] ;
89 rdfs:subClassOf 89 rdfs:subClassOf
90 [ rdf:type owl:Restriction ; 90 [ rdf:type owl:Restriction ;
91 - owl:allValuesFrom ep-activity:Activity ; 91 + owl:allValuesFrom ep-activity:DrillingActivity ;
92 - owl:onProperty ep-core:hasPart 92 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
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:Activity ; 101 + owl:allValuesFrom ep-activity:DrillingActivity ;
102 - owl:onProperty ep-core:hasPart 102 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
103 ] ; 103 ] ;
104 rdfs:subClassOf 104 rdfs:subClassOf
105 [ rdf:type owl:Restriction ; 105 [ rdf:type owl:Restriction ;
106 - owl:allValuesFrom ep-activity:DrillingActivity ; 106 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
107 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 107 + owl:onProperty ep-activity:onWellBore
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 <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 116 + owl:allValuesFrom ep-activity:DrillingActivity ;
117 - owl:onProperty ep-activity:onWellBore 117 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
118 ] ; 118 ] ;
119 rdfs:subClassOf 119 rdfs:subClassOf
120 [ rdf:type owl:Restriction ; 120 [ rdf:type owl:Restriction ;
121 - owl:allValuesFrom ep-activity:DrillingActivity ; 121 + owl:allValuesFrom ep-activity:Activity ;
122 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 122 + owl:onProperty ep-core:hasPart
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 ep-activity:WellTestType , owl:Class ; 166 + rdf:type owl:Class , ep-activity:WellTestType ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 178 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 183 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 188 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 193 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 198 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 203 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 208 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 213 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 218 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 223 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 228 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 233 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 238 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 243 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:ActivitySuccessType ; 268 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 279 + rdf:type ep-activity:PressureTestType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 349 + rdf:type ep-activity:PressureTestType , owl:Class ;
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:cardinality "1"^^xsd:nonNegativeInteger ; 390 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 400 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
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 ep-activity:PorePressureDeterminationType , owl:Class ; 420 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
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 ep-activity:PorePressureDeterminationType , owl:Class ; 426 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
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 ep-activity:WellTestType , owl:Class ; 447 + rdf:type owl:Class , ep-activity:WellTestType ;
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 owl:Class , ep-activity:ActivitySuccessType ; 454 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 ep-activity:WellCementJobPurposeType , owl:Class ; 525 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . 528 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary .
529 529
530 ep-activity:WellCementJob-plug 530 ep-activity:WellCementJob-plug
531 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 531 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 536 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 ep-activity:WellCementJobPurposeType , owl:Class ; 541 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 586 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 592 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 598 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 604 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 610 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 616 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 622 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 628 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 634 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 640 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 646 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 652 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 668 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 674 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 ep-activity:WellControlIncidentType , owl:Class ; 685 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 688 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
689 689
690 ep-activity:WellControlIncident-oil_kick 690 ep-activity:WellControlIncident-oil_kick
691 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 691 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . 694 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
695 695
696 ep-activity:WellControlIncident-shallow_gas_kick 696 ep-activity:WellControlIncident-shallow_gas_kick
697 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 697 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . 700 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
701 701
702 ep-activity:WellControlIncident-water_kick 702 ep-activity:WellControlIncident-water_kick
703 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 703 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
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-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 706 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_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 ep-activity:WellKillingType , owl:Class ; 719 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 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 .
723 723
724 ep-activity:WellKilling-drillers_method 724 ep-activity:WellKilling-drillers_method
725 - rdf:type ep-activity:WellKillingType , owl:Class ; 725 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . 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 .
729 729
730 ep-activity:WellKilling-forward_circulation 730 ep-activity:WellKilling-forward_circulation
731 - rdf:type ep-activity:WellKillingType , owl:Class ; 731 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 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 .
735 735
736 ep-activity:WellKilling-lubricate_and_bleed 736 ep-activity:WellKilling-lubricate_and_bleed
737 - rdf:type ep-activity:WellKillingType , owl:Class ; 737 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . 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 .
741 741
742 ep-activity:WellKilling-reverse_circulation 742 ep-activity:WellKilling-reverse_circulation
743 - rdf:type owl:Class , ep-activity:WellKillingType ; 743 + rdf:type ep-activity:WellKillingType , owl:Class ;
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-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . 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 .
747 747
748 ep-activity:WellKilling-wait_and_weight 748 ep-activity:WellKilling-wait_and_weight
749 - rdf:type ep-activity:WellKillingType , owl:Class ; 749 + rdf:type owl:Class , ep-activity:WellKillingType ;
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-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . 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 .
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 ep-activity:WirelineFormationTestType , owl:Class ; 791 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 ep-activity:WirelineFormationTestType , owl:Class ; 797 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 803 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 809 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 825 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 831 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 837 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 843 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 855 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
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:DatatypeProperty , owl:FunctionalProperty ; 861 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:FunctionalProperty , owl:ObjectProperty ; 867 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 873 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 882 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 887 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 893 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 909 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:DatatypeProperty , owl:FunctionalProperty ; 915 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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
...@@ -921,14 +921,20 @@ ep-activity:logRunNumber ...@@ -921,14 +921,20 @@ ep-activity:logRunNumber
921 rdfs:domain ep-activity:WellBoreLogRun ; 921 rdfs:domain ep-activity:WellBoreLogRun ;
922 rdfs:label "log run number"^^xsd:string . 922 rdfs:label "log run number"^^xsd:string .
923 923
924 +ep-activity:loggedWellBoreInterval
925 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
926 + rdfs:domain ep-activity:WellBoreLogRun ;
927 + rdfs:label "logged wellbore interval"^^xsd:string ;
928 + rdfs:range ep-core:PhysicalObject .
929 +
924 ep-activity:measuredDepthOfFluidSampling 930 ep-activity:measuredDepthOfFluidSampling
925 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 931 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
926 rdfs:domain ep-activity:WirelineFormationTest ; 932 rdfs:domain ep-activity:WirelineFormationTest ;
927 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 933 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
928 rdfs:range ep-core:Length . 934 rdfs:range ep-core:Length .
929 935
930 ep-activity:missedProductionTime 936 ep-activity:missedProductionTime
931 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
932 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 938 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
933 rdfs:label "missed production time"^^xsd:string ; 939 rdfs:label "missed production time"^^xsd:string ;
934 rdfs:range ep-core:TimeDuration . 940 rdfs:range ep-core:TimeDuration .
...@@ -940,7 +946,7 @@ ep-activity:nominallyAt ...@@ -940,7 +946,7 @@ ep-activity:nominallyAt
940 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 946 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
941 947
942 ep-activity:onDrillBit 948 ep-activity:onDrillBit
943 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 949 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
944 rdfs:domain ep-activity:WellBoreDrillBitRun ; 950 rdfs:domain ep-activity:WellBoreDrillBitRun ;
945 rdfs:label "on drill bit"^^xsd:string ; 951 rdfs:label "on drill bit"^^xsd:string ;
946 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 952 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -950,7 +956,7 @@ ep-activity:onFluid ...@@ -950,7 +956,7 @@ ep-activity:onFluid
950 rdfs:label "on WellBore"^^xsd:string . 956 rdfs:label "on WellBore"^^xsd:string .
951 957
952 ep-activity:onRig 958 ep-activity:onRig
953 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 959 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
954 rdfs:domain ep-activity:DrillingActivity ; 960 rdfs:domain ep-activity:DrillingActivity ;
955 rdfs:label "on rig"^^xsd:string ; 961 rdfs:label "on rig"^^xsd:string ;
956 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 962 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -962,19 +968,19 @@ ep-activity:onWell ...@@ -962,19 +968,19 @@ ep-activity:onWell
962 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 968 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
963 969
964 ep-activity:onWellBore 970 ep-activity:onWellBore
965 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 971 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
966 rdfs:domain ep-activity:DrillingActivity ; 972 rdfs:domain ep-activity:DrillingActivity ;
967 rdfs:label "on wellbore"^^xsd:string ; 973 rdfs:label "on wellbore"^^xsd:string ;
968 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 974 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
969 975
970 ep-activity:operatingTimeOfDrillBit 976 ep-activity:operatingTimeOfDrillBit
971 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 977 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
972 rdfs:domain ep-activity:DrillingActivity ; 978 rdfs:domain ep-activity:DrillingActivity ;
973 rdfs:label "operating time of drill bit"^^xsd:string ; 979 rdfs:label "operating time of drill bit"^^xsd:string ;
974 rdfs:range ep-core:TimeDuration . 980 rdfs:range ep-core:TimeDuration .
975 981
976 ep-activity:pressureAtWhichPlugBumped 982 ep-activity:pressureAtWhichPlugBumped
977 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 983 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
978 rdfs:domain ep-activity:WellCementPumping ; 984 rdfs:domain ep-activity:WellCementPumping ;
979 rdfs:label "pressure at which plug bumped"^^xsd:string ; 985 rdfs:label "pressure at which plug bumped"^^xsd:string ;
980 rdfs:range ep-core:Pressure . 986 rdfs:range ep-core:Pressure .
...@@ -984,84 +990,84 @@ ep-activity:pumpedFluid ...@@ -984,84 +990,84 @@ ep-activity:pumpedFluid
984 rdfs:label "pumped fluid"^^xsd:string . 990 rdfs:label "pumped fluid"^^xsd:string .
985 991
986 ep-activity:recoveredCore 992 ep-activity:recoveredCore
987 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 993 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
988 rdfs:domain ep-activity:ExtractAWellCore ; 994 rdfs:domain ep-activity:ExtractAWellCore ;
989 rdfs:label "recovered core"^^xsd:string ; 995 rdfs:label "recovered core"^^xsd:string ;
990 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 996 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
991 997
992 ep-activity:returnedCementingFluid 998 ep-activity:returnedCementingFluid
993 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 999 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
994 rdfs:domain ep-activity:WellCementPumping ; 1000 rdfs:domain ep-activity:WellCementPumping ;
995 rdfs:label "returned cementing fluid"^^xsd:string ; 1001 rdfs:label "returned cementing fluid"^^xsd:string ;
996 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1002 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
997 1003
998 ep-activity:sampledFluid 1004 ep-activity:sampledFluid
999 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1005 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1000 rdfs:domain ep-activity:WirelineFormationTest ; 1006 rdfs:domain ep-activity:WirelineFormationTest ;
1001 rdfs:label "sampled fluid"^^xsd:string ; 1007 rdfs:label "sampled fluid"^^xsd:string ;
1002 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . 1008 rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
1003 1009
1004 ep-activity:serviceCompany 1010 ep-activity:serviceCompany
1005 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1011 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1006 rdfs:domain ep-activity:Activity ; 1012 rdfs:domain ep-activity:Activity ;
1007 rdfs:label "service company"^^xsd:string ; 1013 rdfs:label "service company"^^xsd:string ;
1008 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1014 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1009 1015
1010 ep-activity:startedAt 1016 ep-activity:startedAt
1011 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1017 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1012 rdfs:domain ep-activity:Activity ; 1018 rdfs:domain ep-activity:Activity ;
1013 rdfs:label "started at"^^xsd:string ; 1019 rdfs:label "started at"^^xsd:string ;
1014 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1020 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1015 1021
1016 ep-activity:timeLost 1022 ep-activity:timeLost
1017 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1023 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1018 rdfs:domain ep-activity:WellControlIncident ; 1024 rdfs:domain ep-activity:WellControlIncident ;
1019 rdfs:label "time lost"^^xsd:string ; 1025 rdfs:label "time lost"^^xsd:string ;
1020 rdfs:range ep-core:TimeDuration . 1026 rdfs:range ep-core:TimeDuration .
1021 1027
1022 ep-activity:timeOfFailure 1028 ep-activity:timeOfFailure
1023 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1029 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1024 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1030 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1025 rdfs:label "time of failure"^^xsd:string ; 1031 rdfs:label "time of failure"^^xsd:string ;
1026 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1032 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1027 1033
1028 ep-activity:timeOfRepair 1034 ep-activity:timeOfRepair
1029 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1035 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1030 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1036 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1031 rdfs:label "time of repair"^^xsd:string ; 1037 rdfs:label "time of repair"^^xsd:string ;
1032 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 1038 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
1033 1039
1034 ep-activity:wellBoreLoggingTool 1040 ep-activity:wellBoreLoggingTool
1035 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1041 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1036 rdfs:domain ep-activity:WellBoreLogRun ; 1042 rdfs:domain ep-activity:WellBoreLogRun ;
1037 rdfs:label "well bore logging tool"^^xsd:string ; 1043 rdfs:label "well bore logging tool"^^xsd:string ;
1038 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1044 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1039 1045
1040 ep-activity:wellTestBottomHolePressure 1046 ep-activity:wellTestBottomHolePressure
1041 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 1047 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
1042 rdfs:domain ep-activity:WellTest ; 1048 rdfs:domain ep-activity:WellTest ;
1043 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1049 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1044 rdfs:range ep-core:Pressure . 1050 rdfs:range ep-core:Pressure .
1045 1051
1046 ep-activity:wellTestFlowingPressure 1052 ep-activity:wellTestFlowingPressure
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 flowing pressure"^^xsd:string ; 1055 rdfs:label "well test flowing pressure"^^xsd:string ;
1050 rdfs:range ep-core:Pressure . 1056 rdfs:range ep-core:Pressure .
1051 1057
1052 ep-activity:wellTestNumber 1058 ep-activity:wellTestNumber
1053 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1059 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1054 rdfs:domain ep-activity:WellTest ; 1060 rdfs:domain ep-activity:WellTest ;
1055 rdfs:label "well test number"^^xsd:string . 1061 rdfs:label "well test number"^^xsd:string .
1056 1062
1057 ep-activity:wellTestShutInPressure 1063 ep-activity:wellTestShutInPressure
1058 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 1064 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
1059 rdfs:domain ep-activity:WellTest ; 1065 rdfs:domain ep-activity:WellTest ;
1060 rdfs:label "well test shut-in pressure"^^xsd:string ; 1066 rdfs:label "well test shut-in pressure"^^xsd:string ;
1061 rdfs:range ep-core:Pressure . 1067 rdfs:range ep-core:Pressure .
1062 1068
1063 ep-activity:wellTestStoredOil 1069 ep-activity:wellTestStoredOil
1064 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1070 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1065 rdfs:domain ep-activity:WellTest ; 1071 rdfs:domain ep-activity:WellTest ;
1066 rdfs:label "well test stored oil"^^xsd:string ; 1072 rdfs:label "well test stored oil"^^xsd:string ;
1067 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . 1073 rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> .
......
1 -# Saved by TopBraid on Fri Oct 07 13:43:12 BST 2011 1 +# Saved by TopBraid on Fri Oct 28 15:25:05 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 14:13:15 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
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/core
5 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
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/formTestInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -10,6 +11,7 @@ ...@@ -10,6 +11,7 @@
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
13 @prefix sp: <http://spinrdf.org/sp#> . 15 @prefix sp: <http://spinrdf.org/sp#> .
14 @prefix spin: <http://spinrdf.org/spin#> . 16 @prefix spin: <http://spinrdf.org/spin#> .
15 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -17,7 +19,7 @@ ...@@ -17,7 +19,7 @@
17 19
18 <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> 20 <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo>
19 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
20 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; 22 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 24
23 <http://www.witsml.org/schemas/1series#Obj_drillReport> 25 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -26,433 +28,364 @@ ...@@ -26,433 +28,364 @@
26 rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; 28 rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ;
27 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; 29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ;
28 sp:predicate rdf:type ; 30 sp:predicate rdf:type ;
29 - sp:subject
30 - [ sp:varName "wirelineFormationTest"^^xsd:string
31 - ]
32 - ] [ sp:object
33 - [ sp:varName "wirelineFormationTest"^^xsd:string
34 - ] ;
35 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject
37 - [ sp:varName "dailyDrillingActivity"^^xsd:string
38 - ]
39 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
40 - sp:predicate rdf:type ;
41 - sp:subject _:b1
42 - ] [ sp:object
43 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
44 - ] ;
45 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
46 sp:subject _:b1 31 sp:subject _:b1
47 ] [ sp:object _:b1 ; 32 ] [ sp:object _:b1 ;
33 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
34 + sp:subject _:b2
35 + ] [ sp:object _:b3 ;
48 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 36 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
49 - sp:subject 37 + sp:subject _:b1
50 - [ sp:varName "wirelineFormationTest"^^xsd:string 38 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
51 - ] 39 + sp:predicate rdf:type ;
52 - ] [ sp:object 40 + sp:subject _:b3
53 - [ sp:varName "dTimWirelineFormationTest"^^xsd:string 41 + ] [ sp:object _:b4 ;
54 - ] ; 42 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
43 + sp:subject _:b3
44 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
45 + sp:predicate rdf:type ;
46 + sp:subject _:b4
47 + ] [ sp:object _:b5 ;
48 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
49 + sp:subject _:b4
50 + ] [ sp:object _:b6 ;
55 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
56 - sp:subject
57 - [ sp:varName "wirelineFormationTest"^^xsd:string
58 - ]
59 - ] [ sp:object _:b2 ;
60 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
61 sp:subject _:b1 52 sp:subject _:b1
53 + ] [ sp:object _:b7 ;
54 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
55 + sp:subject _:b4
62 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 56 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
63 sp:predicate rdf:type ; 57 sp:predicate rdf:type ;
64 - sp:subject _:b2 58 + sp:subject _:b7
65 - ] [ sp:object 59 + ] [ sp:object _:b8 ;
66 - [ sp:varName "realMd"^^xsd:string 60 + sp:predicate _:b9 ;
67 - ] ; 61 + sp:subject _:b7
68 - sp:predicate 62 + ] [ sp:object _:b10 ;
69 - [ sp:varName "lengthScaleMd"^^xsd:string
70 - ] ;
71 - sp:subject _:b2
72 - ] [ sp:object _:b3 ;
73 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; 63 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ;
74 - sp:subject _:b1 64 + sp:subject _:b3
75 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 65 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
76 sp:predicate rdf:type ; 66 sp:predicate rdf:type ;
77 - sp:subject _:b3 67 + sp:subject _:b10
78 - ] [ sp:object 68 + ] [ sp:object _:b11 ;
79 - [ sp:varName "realPressure"^^xsd:string 69 + sp:predicate _:b12 ;
80 - ] ; 70 + sp:subject _:b10
81 - sp:predicate 71 + ] [ sp:object _:b13 ;
82 - [ sp:varName "pressureScale"^^xsd:string
83 - ] ;
84 - sp:subject _:b3
85 - ] [ sp:object _:b4 ;
86 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 72 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
87 - sp:subject _:b1 73 + sp:subject _:b4
88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 74 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
89 sp:predicate rdf:type ; 75 sp:predicate rdf:type ;
90 - sp:subject _:b4 76 + sp:subject _:b13
91 - ] [ sp:object 77 + ] [ sp:object _:b14 ;
92 - [ sp:varName "realTvd"^^xsd:string 78 + sp:predicate _:b15 ;
93 - ] ; 79 + sp:subject _:b13
94 - sp:predicate 80 + ] [ sp:object _:b16 ;
95 - [ sp:varName "lengthScaleTvd"^^xsd:string
96 - ] ;
97 - sp:subject _:b4
98 - ] [ sp:object
99 - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
100 - ] ;
101 sp:predicate rdf:type ; 81 sp:predicate rdf:type ;
102 - sp:subject 82 + sp:subject _:b1
103 - [ sp:varName "wirelineFormationTest"^^xsd:string 83 + ] [ sp:object _:b17 ;
104 - ]
105 - ] [ sp:object _:b5 ;
106 sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; 84 sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ;
107 - sp:subject 85 + sp:subject _:b1
108 - [ sp:varName "wirelineFormationTest"^^xsd:string
109 - ]
110 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 86 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
111 sp:predicate rdf:type ; 87 sp:predicate rdf:type ;
112 - sp:subject _:b5 88 + sp:subject _:b17
113 - ] [ sp:object 89 + ] [ sp:object _:b18 ;
114 - [ sp:varName "realMdSample"^^xsd:string 90 + sp:predicate _:b19 ;
115 - ] ; 91 + sp:subject _:b17
116 - sp:predicate 92 + ] [ sp:object _:b20 ;
117 - [ sp:varName "lengthScaleMdSample"^^xsd:string
118 - ] ;
119 - sp:subject _:b5
120 - ] [ sp:object _:b6 ;
121 sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; 93 sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
122 - sp:subject 94 + sp:subject _:b1
123 - [ sp:varName "wirelineFormationTest"^^xsd:string
124 - ]
125 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 95 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
126 sp:predicate rdf:type ; 96 sp:predicate rdf:type ;
127 - sp:subject _:b6 97 + sp:subject _:b20
128 - ] [ sp:object 98 + ] [ sp:object _:b21 ;
129 - [ sp:varName "componentType"^^xsd:string
130 - ] ;
131 sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; 99 sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ;
132 - sp:subject _:b6 100 + sp:subject _:b20
133 - ] [ sp:object _:b7 ; 101 + ] [ sp:object _:b22 ;
134 sp:predicate rdf:type ; 102 sp:predicate rdf:type ;
135 - sp:subject _:b6 103 + sp:subject _:b20
136 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 104 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
137 sp:predicate rdf:type ; 105 sp:predicate rdf:type ;
138 - sp:subject _:b7 106 + sp:subject _:b22
139 - ] [ sp:object 107 + ] [ sp:object _:b23 ;
140 - [ sp:varName "realDensity"^^xsd:string 108 + sp:predicate _:b24 ;
141 - ] ; 109 + sp:subject _:b22
142 - sp:predicate 110 + ] [ sp:object _:b25 ;
143 - [ sp:varName "densityScale"^^xsd:string
144 - ] ;
145 - sp:subject _:b7
146 - ] [ sp:object _:b8 ;
147 sp:predicate rdf:type ; 111 sp:predicate rdf:type ;
148 - sp:subject _:b6 112 + sp:subject _:b20
149 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 113 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
150 sp:predicate rdf:type ; 114 sp:predicate rdf:type ;
151 - sp:subject _:b8 115 + sp:subject _:b25
152 - ] [ sp:object 116 + ] [ sp:object _:b26 ;
153 - [ sp:varName "realVolume"^^xsd:string 117 + sp:predicate _:b27 ;
154 - ] ; 118 + sp:subject _:b25
155 - sp:predicate 119 + ] [ sp:object _:b28 ;
156 - [ sp:varName "volumeScale"^^xsd:string
157 - ] ;
158 - sp:subject _:b8
159 - ] [ sp:object
160 - [ sp:varName "description"^^xsd:string
161 - ] ;
162 sp:predicate rdfs:comment ; 120 sp:predicate rdfs:comment ;
163 - sp:subject 121 + sp:subject _:b1
164 - [ sp:varName "wirelineFormationTest"^^xsd:string
165 - ]
166 ]) ; 122 ]) ;
167 - sp:where ([ sp:object 123 + sp:where ([ sp:object _:b29 ;
168 - [ sp:varName "nameWellBore"^^xsd:string
169 - ] ;
170 sp:predicate ep-spin-lib:nameWellbore ; 124 sp:predicate ep-spin-lib:nameWellbore ;
171 sp:subject spin:_this 125 sp:subject spin:_this
172 - ] [ sp:object 126 + ] [ sp:object _:b30 ;
173 - [ sp:varName "dTimStart"^^xsd:string
174 - ] ;
175 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 127 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
176 sp:subject spin:_this 128 sp:subject spin:_this
177 - ] [ sp:object 129 + ] [ sp:object _:b31 ;
178 - [ sp:varName "formTestInfo"^^xsd:string
179 - ] ;
180 sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; 130 sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ;
181 sp:subject spin:_this 131 sp:subject spin:_this
182 - ] [ sp:object 132 + ] [ sp:object _:b6 ;
183 - [ sp:varName "dTimWirelineFormationTest"^^xsd:string
184 - ] ;
185 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 133 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
186 - sp:subject 134 + sp:subject _:b31
187 - [ sp:varName "formTestInfo"^^xsd:string 135 + ] [ sp:object _:b32 ;
188 - ]
189 - ] [ sp:object
190 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
191 - ] ;
192 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
193 - sp:subject
194 - [ sp:varName "dailyDrillingActivity"^^xsd:string
195 - ]
196 - ] [ sp:object
197 - [ sp:varName "md"^^xsd:string
198 - ] ;
199 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; 136 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
200 - sp:subject 137 + sp:subject _:b31
201 - [ sp:varName "formTestInfo"^^xsd:string 138 + ] [ sp:object _:b33 ;
202 - ]
203 - ] [ sp:object
204 - [ sp:varName "uomMd"^^xsd:string
205 - ] ;
206 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 139 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
207 - sp:subject 140 + sp:subject _:b32
208 - [ sp:varName "md"^^xsd:string 141 + ] [ sp:object _:b8 ;
209 - ]
210 - ] [ sp:object
211 - [ sp:varName "realMd"^^xsd:string
212 - ] ;
213 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 142 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
214 - sp:subject 143 + sp:subject _:b32
215 - [ sp:varName "md"^^xsd:string
216 - ]
217 ] [ rdf:type sp:Optional ; 144 ] [ rdf:type sp:Optional ;
218 - sp:elements ([ sp:object 145 + sp:elements ([ sp:object _:b34 ;
219 - [ sp:varName "tvd"^^xsd:string
220 - ] ;
221 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; 146 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
222 - sp:subject 147 + sp:subject _:b31
223 - [ sp:varName "formTestInfo"^^xsd:string 148 + ] [ sp:object _:b35 ;
224 - ]
225 - ] [ sp:object
226 - [ sp:varName "uomTvd"^^xsd:string
227 - ] ;
228 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 149 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
229 - sp:subject 150 + sp:subject _:b34
230 - [ sp:varName "tvd"^^xsd:string 151 + ] [ sp:object _:b14 ;
231 - ]
232 - ] [ sp:object
233 - [ sp:varName "realTvd"^^xsd:string
234 - ] ;
235 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 152 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
236 - sp:subject 153 + sp:subject _:b34
237 - [ sp:varName "tvd"^^xsd:string
238 - ]
239 ]) 154 ])
240 - ] [ sp:object 155 + ] [ sp:object _:b36 ;
241 - [ sp:varName "presPore"^^xsd:string
242 - ] ;
243 sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; 156 sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ;
244 - sp:subject 157 + sp:subject _:b31
245 - [ sp:varName "formTestInfo"^^xsd:string 158 + ] [ sp:object _:b37 ;
246 - ]
247 - ] [ sp:object
248 - [ sp:varName "uomPressure"^^xsd:string
249 - ] ;
250 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 159 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
251 - sp:subject 160 + sp:subject _:b36
252 - [ sp:varName "presPore"^^xsd:string 161 + ] [ sp:object _:b11 ;
253 - ]
254 - ] [ sp:object
255 - [ sp:varName "realPressure"^^xsd:string
256 - ] ;
257 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 162 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
258 - sp:subject 163 + sp:subject _:b36
259 - [ sp:varName "presPore"^^xsd:string 164 + ] [ sp:object _:b38 ;
260 - ]
261 - ] [ sp:object
262 - [ sp:varName "goodSeal"^^xsd:string
263 - ] ;
264 sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; 165 sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ;
265 - sp:subject 166 + sp:subject _:b31
266 - [ sp:varName "formTestInfo"^^xsd:string 167 + ] [ sp:object _:b39 ;
267 - ]
268 - ] [ sp:object
269 - [ sp:varName "mdSample"^^xsd:string
270 - ] ;
271 sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; 168 sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ;
272 - sp:subject 169 + sp:subject _:b31
273 - [ sp:varName "formTestInfo"^^xsd:string 170 + ] [ sp:object _:b40 ;
274 - ]
275 - ] [ sp:object
276 - [ sp:varName "uomMdSample"^^xsd:string
277 - ] ;
278 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 171 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
279 - sp:subject 172 + sp:subject _:b39
280 - [ sp:varName "mdSample"^^xsd:string 173 + ] [ sp:object _:b18 ;
281 - ]
282 - ] [ sp:object
283 - [ sp:varName "realMdSample"^^xsd:string
284 - ] ;
285 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 174 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
286 - sp:subject 175 + sp:subject _:b39
287 - [ sp:varName "mdSample"^^xsd:string 176 + ] [ sp:object _:b41 ;
288 - ]
289 - ] [ sp:object
290 - [ sp:varName "enumDominateComponent"^^xsd:string
291 - ] ;
292 sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; 177 sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ;
293 - sp:subject 178 + sp:subject _:b31
294 - [ sp:varName "formTestInfo"^^xsd:string 179 + ] [ sp:object _:b42 ;
295 - ]
296 - ] [ sp:object
297 - [ sp:varName "densityHC"^^xsd:string
298 - ] ;
299 sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; 180 sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ;
300 - sp:subject 181 + sp:subject _:b31
301 - [ sp:varName "formTestInfo"^^xsd:string 182 + ] [ sp:object _:b43 ;
302 - ]
303 - ] [ sp:object
304 - [ sp:varName "uomDensity"^^xsd:string
305 - ] ;
306 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 183 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
307 - sp:subject 184 + sp:subject _:b42
308 - [ sp:varName "densityHC"^^xsd:string 185 + ] [ sp:object _:b23 ;
309 - ]
310 - ] [ sp:object
311 - [ sp:varName "realDensity"^^xsd:string
312 - ] ;
313 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 186 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
314 - sp:subject 187 + sp:subject _:b42
315 - [ sp:varName "densityHC"^^xsd:string 188 + ] [ sp:object _:b44 ;
316 - ]
317 - ] [ sp:object
318 - [ sp:varName "volumeSample"^^xsd:string
319 - ] ;
320 sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; 189 sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ;
321 - sp:subject 190 + sp:subject _:b31
322 - [ sp:varName "formTestInfo"^^xsd:string 191 + ] [ sp:object _:b45 ;
323 - ]
324 - ] [ sp:object
325 - [ sp:varName "uomVolume"^^xsd:string
326 - ] ;
327 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 192 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
328 - sp:subject 193 + sp:subject _:b44
329 - [ sp:varName "volumeSample"^^xsd:string 194 + ] [ sp:object _:b26 ;
330 - ]
331 - ] [ sp:object
332 - [ sp:varName "realVolume"^^xsd:string
333 - ] ;
334 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 195 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
335 - sp:subject 196 + sp:subject _:b44
336 - [ sp:varName "volumeSample"^^xsd:string 197 + ] [ sp:object _:b28 ;
337 - ]
338 - ] [ sp:object
339 - [ sp:varName "description"^^xsd:string
340 - ] ;
341 sp:predicate <http://www.witsml.org/schemas/1series#description> ; 198 sp:predicate <http://www.witsml.org/schemas/1series#description> ;
342 - sp:subject 199 + sp:subject _:b31
343 - [ sp:varName "formTestInfo"^^xsd:string
344 - ]
345 ] [ rdf:type sp:Bind ; 200 ] [ rdf:type sp:Bind ;
346 sp:expression 201 sp:expression
347 [ rdf:type ep-spin-lib:normalizeString ; 202 [ rdf:type ep-spin-lib:normalizeString ;
348 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 203 + sp:arg1 _:b29
349 - ]
350 ] ; 204 ] ;
351 - sp:variable 205 + sp:variable _:b46
352 - [ sp:varName "normalizedWellBoreName"^^xsd:string
353 - ]
354 ] [ rdf:type sp:Bind ; 206 ] [ rdf:type sp:Bind ;
355 sp:expression 207 sp:expression
356 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 208 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
357 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 209 + sp:arg1 _:b46 ;
358 - ] ; 210 + sp:arg2 _:b30
359 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
360 - ]
361 ] ; 211 ] ;
362 - sp:variable 212 + sp:variable _:b2
363 - [ sp:varName "dailyDrillingActivity"^^xsd:string
364 - ]
365 ] [ rdf:type sp:Bind ; 213 ] [ rdf:type sp:Bind ;
366 sp:expression 214 sp:expression
367 [ rdf:type afn:localname ; 215 [ rdf:type afn:localname ;
368 - sp:arg1 [ sp:varName "formTestInfo"^^xsd:string 216 + sp:arg1 _:b31
369 - ]
370 ] ; 217 ] ;
371 - sp:variable 218 + sp:variable _:b47
372 - [ sp:varName "localname"^^xsd:string
373 - ]
374 ] [ rdf:type sp:Bind ; 219 ] [ rdf:type sp:Bind ;
375 sp:expression 220 sp:expression
376 [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; 221 [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ;
377 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 222 + sp:arg1 _:b46 ;
378 - ] ; 223 + sp:arg2 _:b47
379 - sp:arg2 [ sp:varName "localname"^^xsd:string
380 - ]
381 ] ; 224 ] ;
382 - sp:variable 225 + sp:variable _:b1
383 - [ sp:varName "wirelineFormationTest"^^xsd:string
384 - ]
385 ] [ rdf:type sp:Bind ; 226 ] [ rdf:type sp:Bind ;
386 sp:expression 227 sp:expression
387 [ rdf:type ep-spin-lib:selectComponentType ; 228 [ rdf:type ep-spin-lib:selectComponentType ;
388 - sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string 229 + sp:arg1 _:b41
389 - ]
390 ] ; 230 ] ;
391 - sp:variable 231 + sp:variable _:b21
392 - [ sp:varName "componentType"^^xsd:string
393 - ]
394 ] [ rdf:type sp:Bind ; 232 ] [ rdf:type sp:Bind ;
395 sp:expression 233 sp:expression
396 [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; 234 [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ;
397 - sp:arg1 [ sp:varName "goodSeal"^^xsd:string 235 + sp:arg1 _:b38
398 - ]
399 ] ; 236 ] ;
400 - sp:variable 237 + sp:variable _:b16
401 - [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
402 - ]
403 ] [ rdf:type sp:Bind ; 238 ] [ rdf:type sp:Bind ;
404 sp:expression 239 sp:expression
405 [ rdf:type ep-spin-lib:selectLengthScale ; 240 [ rdf:type ep-spin-lib:selectLengthScale ;
406 - sp:arg1 [ sp:varName "uomMd"^^xsd:string 241 + sp:arg1 _:b33
407 - ]
408 ] ; 242 ] ;
409 - sp:variable 243 + sp:variable _:b9
410 - [ sp:varName "lengthScaleMd"^^xsd:string
411 - ]
412 ] [ rdf:type sp:Bind ; 244 ] [ rdf:type sp:Bind ;
413 sp:expression 245 sp:expression
414 [ rdf:type ep-spin-lib:selectLengthScale ; 246 [ rdf:type ep-spin-lib:selectLengthScale ;
415 - sp:arg1 [ sp:varName "uomTvd"^^xsd:string 247 + sp:arg1 _:b35
416 - ]
417 ] ; 248 ] ;
418 - sp:variable 249 + sp:variable _:b15
419 - [ sp:varName "lengthScaleTvd"^^xsd:string
420 - ]
421 ] [ rdf:type sp:Bind ; 250 ] [ rdf:type sp:Bind ;
422 sp:expression 251 sp:expression
423 [ rdf:type ep-spin-lib:selectLengthScale ; 252 [ rdf:type ep-spin-lib:selectLengthScale ;
424 - sp:arg1 [ sp:varName "uomMdSample"^^xsd:string 253 + sp:arg1 _:b40
425 - ]
426 ] ; 254 ] ;
427 - sp:variable 255 + sp:variable _:b19
428 - [ sp:varName "lengthScaleMdSample"^^xsd:string
429 - ]
430 ] [ rdf:type sp:Bind ; 256 ] [ rdf:type sp:Bind ;
431 sp:expression 257 sp:expression
432 [ rdf:type ep-spin-lib:selectPressureScale ; 258 [ rdf:type ep-spin-lib:selectPressureScale ;
433 - sp:arg1 [ sp:varName "uomPressure"^^xsd:string 259 + sp:arg1 _:b37
434 - ]
435 ] ; 260 ] ;
436 - sp:variable 261 + sp:variable _:b12
437 - [ sp:varName "pressureScale"^^xsd:string
438 - ]
439 ] [ rdf:type sp:Bind ; 262 ] [ rdf:type sp:Bind ;
440 sp:expression 263 sp:expression
441 [ rdf:type ep-spin-lib:selectVolumeScale ; 264 [ rdf:type ep-spin-lib:selectVolumeScale ;
442 - sp:arg1 [ sp:varName "uomVolume"^^xsd:string 265 + sp:arg1 _:b45
443 - ]
444 ] ; 266 ] ;
445 - sp:variable 267 + sp:variable _:b27
446 - [ sp:varName "volumeScale"^^xsd:string
447 - ]
448 ] [ rdf:type sp:Bind ; 268 ] [ rdf:type sp:Bind ;
449 sp:expression 269 sp:expression
450 [ rdf:type ep-spin-lib:selectDensityScale ; 270 [ rdf:type ep-spin-lib:selectDensityScale ;
451 - sp:arg1 [ sp:varName "uomDensity"^^xsd:string 271 + sp:arg1 _:b43
452 - ]
453 ] ; 272 ] ;
454 - sp:variable 273 + sp:variable _:b24
455 - [ sp:varName "densityScale"^^xsd:string 274 + ] [ rdf:type sp:Bind ;
275 + sp:expression
276 + [ rdf:type rhspin:wellBoreByName ;
277 + sp:arg1 [ rdf:type xsd:string ;
278 + sp:arg1 _:b29
456 ] 279 ]
280 + ] ;
281 + sp:variable _:b5
457 ]) 282 ])
458 ] . 283 ] .
284 +
285 +_:b5 sp:varName "wellBore"^^xsd:string .
286 +
287 +_:b24
288 + sp:varName "densityScale"^^xsd:string .
289 +
290 +_:b27
291 + sp:varName "volumeScale"^^xsd:string .
292 +
293 +_:b12
294 + sp:varName "pressureScale"^^xsd:string .
295 +
296 +_:b19
297 + sp:varName "lengthScaleMdSample"^^xsd:string .
298 +
299 +_:b15
300 + sp:varName "lengthScaleTvd"^^xsd:string .
301 +
302 +_:b9 sp:varName "lengthScaleMd"^^xsd:string .
303 +
304 +_:b16
305 + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
306 +
307 +_:b21
308 + sp:varName "componentType"^^xsd:string .
309 +
310 +_:b1 sp:varName "wirelineFormationTest"^^xsd:string .
311 +
312 +_:b47
313 + sp:varName "localname"^^xsd:string .
314 +
315 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
316 +
317 +_:b46
318 + sp:varName "normalizedWellBoreName"^^xsd:string .
319 +
320 +_:b28
321 + sp:varName "description"^^xsd:string .
322 +
323 +_:b26
324 + sp:varName "realVolume"^^xsd:string .
325 +
326 +_:b45
327 + sp:varName "uomVolume"^^xsd:string .
328 +
329 +_:b44
330 + sp:varName "volumeSample"^^xsd:string .
331 +
332 +_:b23
333 + sp:varName "realDensity"^^xsd:string .
334 +
335 +_:b43
336 + sp:varName "uomDensity"^^xsd:string .
337 +
338 +_:b42
339 + sp:varName "densityHC"^^xsd:string .
340 +
341 +_:b41
342 + sp:varName "enumDominateComponent"^^xsd:string .
343 +
344 +_:b18
345 + sp:varName "realMdSample"^^xsd:string .
346 +
347 +_:b40
348 + sp:varName "uomMdSample"^^xsd:string .
349 +
350 +_:b39
351 + sp:varName "mdSample"^^xsd:string .
352 +
353 +_:b38
354 + sp:varName "goodSeal"^^xsd:string .
355 +
356 +_:b11
357 + sp:varName "realPressure"^^xsd:string .
358 +
359 +_:b37
360 + sp:varName "uomPressure"^^xsd:string .
361 +
362 +_:b36
363 + sp:varName "presPore"^^xsd:string .
364 +
365 +_:b14
366 + sp:varName "realTvd"^^xsd:string .
367 +
368 +_:b35
369 + sp:varName "uomTvd"^^xsd:string .
370 +
371 +_:b34
372 + sp:varName "tvd"^^xsd:string .
373 +
374 +_:b8 sp:varName "realMd"^^xsd:string .
375 +
376 +_:b33
377 + sp:varName "uomMd"^^xsd:string .
378 +
379 +_:b32
380 + sp:varName "md"^^xsd:string .
381 +
382 +_:b6 sp:varName "dTimWirelineFormationTest"^^xsd:string .
383 +
384 +_:b31
385 + sp:varName "formTestInfo"^^xsd:string .
386 +
387 +_:b30
388 + sp:varName "dTimStart"^^xsd:string .
389 +
390 +_:b29
391 + sp:varName "nameWellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 14:13:15 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 +# Saved by TopBraid on Fri Oct 28 14:48:47 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
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/core
5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
6 # 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/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
7 8
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 +@prefix arg: <http://spinrdf.org/arg#> .
10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
14 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
15 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
16 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -18,7 +21,7 @@ ...@@ -18,7 +21,7 @@
18 21
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> 22 <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
20 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 24 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 26
24 <http://www.witsml.org/schemas/1series#Obj_drillReport> 27 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -27,678 +30,580 @@ ...@@ -27,678 +30,580 @@
27 rdfs:comment "STEP 270 Gas reading"^^xsd:string ; 30 rdfs:comment "STEP 270 Gas reading"^^xsd:string ;
28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; 31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ;
29 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
30 - sp:subject
31 - [ sp:varName "gasReading"^^xsd:string
32 - ]
33 - ] [ sp:object
34 - [ sp:varName "gasReading"^^xsd:string
35 - ] ;
36 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
37 - sp:subject
38 - [ sp:varName "dailyDrillingActivity"^^xsd:string
39 - ]
40 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
41 - sp:predicate rdf:type ;
42 - sp:subject _:b1
43 - ] [ sp:object
44 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
45 - ] ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
47 sp:subject _:b1 33 sp:subject _:b1
48 ] [ sp:object _:b1 ; 34 ] [ sp:object _:b1 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 + sp:subject _:b2
37 + ] [ sp:object _:b3 ;
49 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
50 - sp:subject 39 + sp:subject _:b1
51 - [ sp:varName "gasReading"^^xsd:string 40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
52 - ] 41 + sp:predicate rdf:type ;
53 - ] [ sp:object 42 + sp:subject _:b3
54 - [ sp:varName "dTim"^^xsd:string 43 + ] [ sp:object _:b4 ;
55 - ] ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 + sp:subject _:b3
46 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 + sp:predicate rdf:type ;
48 + sp:subject _:b4
49 + ] [ sp:object _:b5 ;
50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 + sp:subject _:b4
52 + ] [ sp:object _:b6 ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 53 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
57 - sp:subject 54 + sp:subject _:b1
58 - [ sp:varName "gasReading"^^xsd:string 55 + ] [ sp:object _:b7 ;
59 - ]
60 - ] [ sp:object
61 - [ sp:varName "gasReadingType"^^xsd:string
62 - ] ;
63 sp:predicate rdf:type ; 56 sp:predicate rdf:type ;
64 - sp:subject
65 - [ sp:varName "gasReading"^^xsd:string
66 - ]
67 - ] [ sp:object _:b2 ;
68 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
69 sp:subject _:b1 57 sp:subject _:b1
58 + ] [ sp:object _:b8 ;
59 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
60 + sp:subject _:b4
70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 61 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
71 sp:predicate rdf:type ; 62 sp:predicate rdf:type ;
72 - sp:subject _:b2 63 + sp:subject _:b8
73 - ] [ sp:object 64 + ] [ sp:object _:b9 ;
74 - [ sp:varName "realMdTop"^^xsd:string 65 + sp:predicate _:b10 ;
75 - ] ; 66 + sp:subject _:b8
76 - sp:predicate 67 + ] [ sp:object _:b11 ;
77 - [ sp:varName "lengthScaleMdTop"^^xsd:string
78 - ] ;
79 - sp:subject _:b2
80 - ] [ sp:object _:b3 ;
81 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 68 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
82 - sp:subject _:b1 69 + sp:subject _:b4
83 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
84 sp:predicate rdf:type ; 71 sp:predicate rdf:type ;
85 - sp:subject _:b3 72 + sp:subject _:b11
86 - ] [ sp:object 73 + ] [ sp:object _:b12 ;
87 - [ sp:varName "realTvdTop"^^xsd:string 74 + sp:predicate _:b13 ;
88 - ] ; 75 + sp:subject _:b11
89 - sp:predicate 76 + ] [ sp:object _:b14 ;
90 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
91 - ] ;
92 - sp:subject _:b3
93 - ] [ sp:object _:b4 ;
94 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 77 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
95 - sp:subject _:b1 78 + sp:subject _:b4
96 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 79 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
97 sp:predicate rdf:type ; 80 sp:predicate rdf:type ;
98 - sp:subject _:b4 81 + sp:subject _:b14
99 - ] [ sp:object 82 + ] [ sp:object _:b15 ;
100 - [ sp:varName "realMdBottom"^^xsd:string 83 + sp:predicate _:b16 ;
101 - ] ; 84 + sp:subject _:b14
102 - sp:predicate 85 + ] [ sp:object _:b17 ;
103 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
104 - ] ;
105 - sp:subject _:b4
106 - ] [ sp:object _:b5 ;
107 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 86 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
108 - sp:subject _:b1 87 + sp:subject _:b4
109 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
110 sp:predicate rdf:type ; 89 sp:predicate rdf:type ;
111 - sp:subject _:b5 90 + sp:subject _:b17
112 - ] [ sp:object 91 + ] [ sp:object _:b18 ;
113 - [ sp:varName "realTvdBottom"^^xsd:string 92 + sp:predicate _:b19 ;
114 - ] ; 93 + sp:subject _:b17
115 - sp:predicate 94 + ] [ sp:object _:b20 ;
116 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string 95 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
117 - ] ; 96 + sp:subject _:b3
118 - sp:subject _:b5
119 - ] [ sp:object _:b6 ;
120 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
121 - sp:subject _:b1
122 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 97 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
123 sp:predicate rdf:type ; 98 sp:predicate rdf:type ;
124 - sp:subject _:b6 99 + sp:subject _:b20
125 - ] [ sp:object _:b7 ; 100 + ] [ sp:object _:b21 ;
126 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; 101 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ;
127 - sp:subject _:b6 102 + sp:subject _:b20
128 - ] [ sp:object _:b8 ; 103 + ] [ sp:object _:b22 ;
129 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; 104 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ;
130 - sp:subject _:b6 105 + sp:subject _:b20
131 - ] [ sp:object _:b9 ; 106 + ] [ sp:object _:b23 ;
132 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 107 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
133 - sp:subject _:b6 108 + sp:subject _:b20
134 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; 109 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
135 sp:predicate rdf:type ; 110 sp:predicate rdf:type ;
136 - sp:subject _:b9 111 + sp:subject _:b23
137 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 112 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
138 sp:predicate rdf:type ; 113 sp:predicate rdf:type ;
139 - sp:subject _:b7 114 + sp:subject _:b21
140 - ] [ sp:object 115 + ] [ sp:object _:b24 ;
141 - [ sp:varName "realGasHigh"^^xsd:string 116 + sp:predicate _:b25 ;
142 - ] ; 117 + sp:subject _:b21
143 - sp:predicate
144 - [ sp:varName "concentrationScaleGasHigh"^^xsd:string
145 - ] ;
146 - sp:subject _:b7
147 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 118 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
148 sp:predicate rdf:type ; 119 sp:predicate rdf:type ;
149 - sp:subject _:b8 120 + sp:subject _:b22
150 - ] [ sp:object 121 + ] [ sp:object _:b26 ;
151 - [ sp:varName "realGasLow"^^xsd:string 122 + sp:predicate _:b27 ;
152 - ] ; 123 + sp:subject _:b22
153 - sp:predicate 124 + ] [ sp:object _:b28 ;
154 - [ sp:varName "concentrationScaleGasLow"^^xsd:string
155 - ] ;
156 - sp:subject _:b8
157 - ] [ sp:object _:b10 ;
158 sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; 125 sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ;
159 - sp:subject _:b9 126 + sp:subject _:b23
160 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 127 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
161 sp:predicate rdf:type ; 128 sp:predicate rdf:type ;
162 - sp:subject _:b10 129 + sp:subject _:b28
163 - ] [ sp:object 130 + ] [ sp:object _:b29 ;
164 - [ sp:varName "realMeth"^^xsd:string 131 + sp:predicate _:b30 ;
165 - ] ; 132 + sp:subject _:b28
166 - sp:predicate 133 + ] [ sp:object _:b31 ;
167 - [ sp:varName "concentrationScaleMeth"^^xsd:string
168 - ] ;
169 - sp:subject _:b10
170 - ] [ sp:object _:b11 ;
171 sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; 134 sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ;
172 - sp:subject _:b9 135 + sp:subject _:b23
173 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 136 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
174 sp:predicate rdf:type ; 137 sp:predicate rdf:type ;
175 - sp:subject _:b11 138 + sp:subject _:b31
176 - ] [ sp:object 139 + ] [ sp:object _:b32 ;
177 - [ sp:varName "realEth"^^xsd:string 140 + sp:predicate _:b33 ;
178 - ] ; 141 + sp:subject _:b31
179 - sp:predicate 142 + ] [ sp:object _:b34 ;
180 - [ sp:varName "concentrationScaleEth"^^xsd:string
181 - ] ;
182 - sp:subject _:b11
183 - ] [ sp:object _:b12 ;
184 sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; 143 sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ;
185 - sp:subject _:b9 144 + sp:subject _:b23
186 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
187 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
188 - sp:subject _:b12 147 + sp:subject _:b34
189 - ] [ sp:object 148 + ] [ sp:object _:b35 ;
190 - [ sp:varName "realProp"^^xsd:string 149 + sp:predicate _:b36 ;
191 - ] ; 150 + sp:subject _:b34
192 - sp:predicate 151 + ] [ sp:object _:b37 ;
193 - [ sp:varName "concentrationScaleProp"^^xsd:string
194 - ] ;
195 - sp:subject _:b12
196 - ] [ sp:object _:b13 ;
197 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; 152 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ;
198 - sp:subject _:b9 153 + sp:subject _:b23
199 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 154 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
200 sp:predicate rdf:type ; 155 sp:predicate rdf:type ;
201 - sp:subject _:b13 156 + sp:subject _:b37
202 - ] [ sp:object 157 + ] [ sp:object _:b38 ;
203 - [ sp:varName "realIbut"^^xsd:string 158 + sp:predicate _:b39 ;
204 - ] ; 159 + sp:subject _:b37
205 - sp:predicate 160 + ] [ sp:object _:b40 ;
206 - [ sp:varName "concentrationScaleIbut"^^xsd:string
207 - ] ;
208 - sp:subject _:b13
209 - ] [ sp:object _:b14 ;
210 sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; 161 sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ;
211 - sp:subject _:b9 162 + sp:subject _:b23
212 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 163 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
213 sp:predicate rdf:type ; 164 sp:predicate rdf:type ;
214 - sp:subject _:b14 165 + sp:subject _:b40
215 - ] [ sp:object 166 + ] [ sp:object _:b41 ;
216 - [ sp:varName "realNbut"^^xsd:string 167 + sp:predicate _:b42 ;
217 - ] ; 168 + sp:subject _:b40
218 - sp:predicate 169 + ] [ sp:object _:b43 ;
219 - [ sp:varName "concentrationScaleNbut"^^xsd:string
220 - ] ;
221 - sp:subject _:b14
222 - ] [ sp:object _:b15 ;
223 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; 170 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ;
224 - sp:subject _:b9 171 + sp:subject _:b23
225 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 172 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
226 sp:predicate rdf:type ; 173 sp:predicate rdf:type ;
227 - sp:subject _:b15 174 + sp:subject _:b43
228 - ] [ sp:object 175 + ] [ sp:object _:b44 ;
229 - [ sp:varName "realIpent"^^xsd:string 176 + sp:predicate _:b45 ;
230 - ] ; 177 + sp:subject _:b43
231 - sp:predicate
232 - [ sp:varName "concentrationScaleIpent"^^xsd:string
233 - ] ;
234 - sp:subject _:b15
235 ]) ; 178 ]) ;
236 - sp:where ([ sp:object 179 + sp:where ([ sp:object _:b46 ;
237 - [ sp:varName "nameWellBore"^^xsd:string
238 - ] ;
239 sp:predicate ep-spin-lib:nameWellbore ; 180 sp:predicate ep-spin-lib:nameWellbore ;
240 sp:subject spin:_this 181 sp:subject spin:_this
241 - ] [ sp:object 182 + ] [ sp:object _:b47 ;
242 - [ sp:varName "dTimStart"^^xsd:string
243 - ] ;
244 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 183 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
245 sp:subject spin:_this 184 sp:subject spin:_this
246 - ] [ sp:object 185 + ] [ sp:object _:b48 ;
247 - [ sp:varName "gasReadingInfo"^^xsd:string
248 - ] ;
249 sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ; 186 sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ;
250 sp:subject spin:_this 187 sp:subject spin:_this
251 - ] [ sp:object 188 + ] [ sp:object _:b49 ;
252 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
253 - ] ;
254 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
255 - sp:subject
256 - [ sp:varName "dailyDrillingActivity"^^xsd:string
257 - ]
258 - ] [ sp:object
259 - [ sp:varName "mdTop"^^xsd:string
260 - ] ;
261 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 189 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
262 - sp:subject 190 + sp:subject _:b48
263 - [ sp:varName "gasReadingInfo"^^xsd:string 191 + ] [ sp:object _:b50 ;
264 - ]
265 - ] [ sp:object
266 - [ sp:varName "uomMdTop"^^xsd:string
267 - ] ;
268 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 192 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
269 - sp:subject 193 + sp:subject _:b49
270 - [ sp:varName "mdTop"^^xsd:string 194 + ] [ sp:object _:b9 ;
271 - ]
272 - ] [ sp:object
273 - [ sp:varName "realMdTop"^^xsd:string
274 - ] ;
275 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 195 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
276 - sp:subject 196 + sp:subject _:b49
277 - [ sp:varName "mdTop"^^xsd:string 197 + ] [ sp:object _:b51 ;
278 - ]
279 - ] [ sp:object
280 - [ sp:varName "readingType"^^xsd:string
281 - ] ;
282 sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ; 198 sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ;
283 - sp:subject 199 + sp:subject _:b48
284 - [ sp:varName "gasReadingInfo"^^xsd:string 200 + ] [ sp:object _:b52 ;
285 - ]
286 - ] [ sp:object
287 - [ sp:varName "gasHigh"^^xsd:string
288 - ] ;
289 sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ; 201 sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ;
290 - sp:subject 202 + sp:subject _:b48
291 - [ sp:varName "gasReadingInfo"^^xsd:string 203 + ] [ sp:object _:b53 ;
292 - ]
293 - ] [ sp:object
294 - [ sp:varName "uomGasHigh"^^xsd:string
295 - ] ;
296 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 204 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
297 - sp:subject 205 + sp:subject _:b52
298 - [ sp:varName "gasHigh"^^xsd:string 206 + ] [ sp:object _:b24 ;
299 - ]
300 - ] [ sp:object
301 - [ sp:varName "realGasHigh"^^xsd:string
302 - ] ;
303 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 207 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
304 - sp:subject 208 + sp:subject _:b52
305 - [ sp:varName "gasHigh"^^xsd:string
306 - ]
307 ] [ rdf:type sp:Optional ; 209 ] [ rdf:type sp:Optional ;
308 - sp:elements ([ sp:object 210 + sp:elements ([ sp:object _:b6 ;
309 - [ sp:varName "dTim"^^xsd:string
310 - ] ;
311 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 211 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
312 - sp:subject 212 + sp:subject _:b48
313 - [ sp:varName "gasReadingInfo"^^xsd:string
314 - ]
315 ]) 213 ])
316 ] [ rdf:type sp:Optional ; 214 ] [ rdf:type sp:Optional ;
317 - sp:elements ([ sp:object 215 + sp:elements ([ sp:object _:b54 ;
318 - [ sp:varName "mdBottom"^^xsd:string
319 - ] ;
320 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 216 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
321 - sp:subject 217 + sp:subject _:b48
322 - [ sp:varName "gasReadingInfo"^^xsd:string 218 + ] [ sp:object _:b55 ;
323 - ]
324 - ] [ sp:object
325 - [ sp:varName "uomMdBottom"^^xsd:string
326 - ] ;
327 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 219 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
328 - sp:subject 220 + sp:subject _:b54
329 - [ sp:varName "mdBottom"^^xsd:string 221 + ] [ sp:object _:b15 ;
330 - ]
331 - ] [ sp:object
332 - [ sp:varName "realMdBottom"^^xsd:string
333 - ] ;
334 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 222 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
335 - sp:subject 223 + sp:subject _:b54
336 - [ sp:varName "mdBottom"^^xsd:string
337 - ]
338 ]) 224 ])
339 ] [ rdf:type sp:Optional ; 225 ] [ rdf:type sp:Optional ;
340 - sp:elements ([ sp:object 226 + sp:elements ([ sp:object _:b56 ;
341 - [ sp:varName "tvdTop"^^xsd:string
342 - ] ;
343 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 227 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
344 - sp:subject 228 + sp:subject _:b48
345 - [ sp:varName "gasReadingInfo"^^xsd:string 229 + ] [ sp:object _:b57 ;
346 - ]
347 - ] [ sp:object
348 - [ sp:varName "uomTvdTop"^^xsd:string
349 - ] ;
350 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 230 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
351 - sp:subject 231 + sp:subject _:b56
352 - [ sp:varName "tvdTop"^^xsd:string 232 + ] [ sp:object _:b12 ;
353 - ]
354 - ] [ sp:object
355 - [ sp:varName "realTvdTop"^^xsd:string
356 - ] ;
357 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 233 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
358 - sp:subject 234 + sp:subject _:b56
359 - [ sp:varName "tvdTop"^^xsd:string
360 - ]
361 ]) 235 ])
362 ] [ rdf:type sp:Optional ; 236 ] [ rdf:type sp:Optional ;
363 - sp:elements ([ sp:object 237 + sp:elements ([ sp:object _:b58 ;
364 - [ sp:varName "tvdBottom"^^xsd:string
365 - ] ;
366 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 238 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
367 - sp:subject 239 + sp:subject _:b48
368 - [ sp:varName "gasReadingInfo"^^xsd:string 240 + ] [ sp:object _:b59 ;
369 - ]
370 - ] [ sp:object
371 - [ sp:varName "uomTvdBottom"^^xsd:string
372 - ] ;
373 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 241 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
374 - sp:subject 242 + sp:subject _:b58
375 - [ sp:varName "tvdBottom"^^xsd:string 243 + ] [ sp:object _:b18 ;
376 - ]
377 - ] [ sp:object
378 - [ sp:varName "realTvdBottom"^^xsd:string
379 - ] ;
380 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 244 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
381 - sp:subject 245 + sp:subject _:b58
382 - [ sp:varName "tvdBottom"^^xsd:string
383 - ]
384 ]) 246 ])
385 ] [ rdf:type sp:Optional ; 247 ] [ rdf:type sp:Optional ;
386 - sp:elements ([ sp:object 248 + sp:elements ([ sp:object _:b60 ;
387 - [ sp:varName "gasLow"^^xsd:string
388 - ] ;
389 sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ; 249 sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ;
390 - sp:subject 250 + sp:subject _:b48
391 - [ sp:varName "gasReadingInfo"^^xsd:string 251 + ] [ sp:object _:b61 ;
392 - ]
393 - ] [ sp:object
394 - [ sp:varName "uomGasLow"^^xsd:string
395 - ] ;
396 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 252 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
397 - sp:subject 253 + sp:subject _:b60
398 - [ sp:varName "gasLow"^^xsd:string 254 + ] [ sp:object _:b26 ;
399 - ]
400 - ] [ sp:object
401 - [ sp:varName "realGasLow"^^xsd:string
402 - ] ;
403 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 255 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
404 - sp:subject 256 + sp:subject _:b60
405 - [ sp:varName "gasLow"^^xsd:string
406 - ]
407 ]) 257 ])
408 ] [ rdf:type sp:Optional ; 258 ] [ rdf:type sp:Optional ;
409 - sp:elements ([ sp:object 259 + sp:elements ([ sp:object _:b62 ;
410 - [ sp:varName "meth"^^xsd:string
411 - ] ;
412 sp:predicate <http://www.witsml.org/schemas/1series#methRef> ; 260 sp:predicate <http://www.witsml.org/schemas/1series#methRef> ;
413 - sp:subject 261 + sp:subject _:b48
414 - [ sp:varName "gasReadingInfo"^^xsd:string 262 + ] [ sp:object _:b63 ;
415 - ]
416 - ] [ sp:object
417 - [ sp:varName "uomMeth"^^xsd:string
418 - ] ;
419 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 263 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
420 - sp:subject 264 + sp:subject _:b62
421 - [ sp:varName "meth"^^xsd:string 265 + ] [ sp:object _:b29 ;
422 - ]
423 - ] [ sp:object
424 - [ sp:varName "realMeth"^^xsd:string
425 - ] ;
426 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 266 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
427 - sp:subject 267 + sp:subject _:b62
428 - [ sp:varName "meth"^^xsd:string
429 - ]
430 ]) 268 ])
431 ] [ rdf:type sp:Optional ; 269 ] [ rdf:type sp:Optional ;
432 - sp:elements ([ sp:object 270 + sp:elements ([ sp:object _:b64 ;
433 - [ sp:varName "eth"^^xsd:string
434 - ] ;
435 sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ; 271 sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ;
436 - sp:subject 272 + sp:subject _:b48
437 - [ sp:varName "gasReadingInfo"^^xsd:string 273 + ] [ sp:object _:b65 ;
438 - ]
439 - ] [ sp:object
440 - [ sp:varName "uomEth"^^xsd:string
441 - ] ;
442 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 274 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
443 - sp:subject 275 + sp:subject _:b64
444 - [ sp:varName "eth"^^xsd:string 276 + ] [ sp:object _:b32 ;
445 - ]
446 - ] [ sp:object
447 - [ sp:varName "realEth"^^xsd:string
448 - ] ;
449 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 277 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
450 - sp:subject 278 + sp:subject _:b64
451 - [ sp:varName "eth"^^xsd:string
452 - ]
453 ]) 279 ])
454 ] [ rdf:type sp:Optional ; 280 ] [ rdf:type sp:Optional ;
455 - sp:elements ([ sp:object 281 + sp:elements ([ sp:object _:b66 ;
456 - [ sp:varName "prop"^^xsd:string
457 - ] ;
458 sp:predicate <http://www.witsml.org/schemas/1series#propRef> ; 282 sp:predicate <http://www.witsml.org/schemas/1series#propRef> ;
459 - sp:subject 283 + sp:subject _:b48
460 - [ sp:varName "gasReadingInfo"^^xsd:string 284 + ] [ sp:object _:b67 ;
461 - ]
462 - ] [ sp:object
463 - [ sp:varName "uomProp"^^xsd:string
464 - ] ;
465 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 285 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
466 - sp:subject 286 + sp:subject _:b66
467 - [ sp:varName "prop"^^xsd:string 287 + ] [ sp:object _:b35 ;
468 - ]
469 - ] [ sp:object
470 - [ sp:varName "realProp"^^xsd:string
471 - ] ;
472 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 288 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
473 - sp:subject 289 + sp:subject _:b66
474 - [ sp:varName "prop"^^xsd:string
475 - ]
476 ]) 290 ])
477 ] [ rdf:type sp:Optional ; 291 ] [ rdf:type sp:Optional ;
478 - sp:elements ([ sp:object 292 + sp:elements ([ sp:object _:b68 ;
479 - [ sp:varName "ibut"^^xsd:string
480 - ] ;
481 sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ; 293 sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ;
482 - sp:subject 294 + sp:subject _:b48
483 - [ sp:varName "gasReadingInfo"^^xsd:string 295 + ] [ sp:object _:b69 ;
484 - ]
485 - ] [ sp:object
486 - [ sp:varName "uomIbut"^^xsd:string
487 - ] ;
488 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 296 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
489 - sp:subject 297 + sp:subject _:b68
490 - [ sp:varName "ibut"^^xsd:string 298 + ] [ sp:object _:b38 ;
491 - ]
492 - ] [ sp:object
493 - [ sp:varName "realIbut"^^xsd:string
494 - ] ;
495 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 299 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
496 - sp:subject 300 + sp:subject _:b68
497 - [ sp:varName "ibut"^^xsd:string
498 - ]
499 ]) 301 ])
500 ] [ rdf:type sp:Optional ; 302 ] [ rdf:type sp:Optional ;
501 - sp:elements ([ sp:object 303 + sp:elements ([ sp:object _:b70 ;
502 - [ sp:varName "nbut"^^xsd:string
503 - ] ;
504 sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ; 304 sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ;
505 - sp:subject 305 + sp:subject _:b48
506 - [ sp:varName "gasReadingInfo"^^xsd:string 306 + ] [ sp:object _:b71 ;
507 - ]
508 - ] [ sp:object
509 - [ sp:varName "uomNbut"^^xsd:string
510 - ] ;
511 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 307 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
512 - sp:subject 308 + sp:subject _:b70
513 - [ sp:varName "nbut"^^xsd:string 309 + ] [ sp:object _:b41 ;
514 - ]
515 - ] [ sp:object
516 - [ sp:varName "realNbut"^^xsd:string
517 - ] ;
518 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 310 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
519 - sp:subject 311 + sp:subject _:b70
520 - [ sp:varName "nbut"^^xsd:string
521 - ]
522 ]) 312 ])
523 ] [ rdf:type sp:Optional ; 313 ] [ rdf:type sp:Optional ;
524 - sp:elements ([ sp:object 314 + sp:elements ([ sp:object _:b72 ;
525 - [ sp:varName "ipent"^^xsd:string
526 - ] ;
527 sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ; 315 sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ;
528 - sp:subject 316 + sp:subject _:b48
529 - [ sp:varName "gasReadingInfo"^^xsd:string 317 + ] [ sp:object _:b73 ;
530 - ]
531 - ] [ sp:object
532 - [ sp:varName "uomIpent"^^xsd:string
533 - ] ;
534 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 318 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
535 - sp:subject 319 + sp:subject _:b72
536 - [ sp:varName "ipent"^^xsd:string 320 + ] [ sp:object _:b44 ;
537 - ]
538 - ] [ sp:object
539 - [ sp:varName "realIpent"^^xsd:string
540 - ] ;
541 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 321 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
542 - sp:subject 322 + sp:subject _:b72
543 - [ sp:varName "ipent"^^xsd:string
544 - ]
545 ]) 323 ])
546 ] [ rdf:type sp:Bind ; 324 ] [ rdf:type sp:Bind ;
547 sp:expression 325 sp:expression
548 [ rdf:type ep-spin-lib:normalizeString ; 326 [ rdf:type ep-spin-lib:normalizeString ;
549 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 327 + sp:arg1 _:b46
550 - ]
551 ] ; 328 ] ;
552 - sp:variable 329 + sp:variable _:b74
553 - [ sp:varName "normalizedWellBoreName"^^xsd:string
554 - ]
555 ] [ rdf:type sp:Bind ; 330 ] [ rdf:type sp:Bind ;
556 sp:expression 331 sp:expression
557 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 332 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
558 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 333 + sp:arg1 _:b74 ;
559 - ] ; 334 + sp:arg2 _:b47
560 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
561 - ]
562 ] ; 335 ] ;
563 - sp:variable 336 + sp:variable _:b2
564 - [ sp:varName "dailyDrillingActivity"^^xsd:string
565 - ]
566 ] [ rdf:type sp:Bind ; 337 ] [ rdf:type sp:Bind ;
567 sp:expression 338 sp:expression
568 [ rdf:type afn:localname ; 339 [ rdf:type afn:localname ;
569 - sp:arg1 [ sp:varName "gasReadingInfo"^^xsd:string 340 + sp:arg1 _:b48
570 - ]
571 ] ; 341 ] ;
572 - sp:variable 342 + sp:variable _:b75
573 - [ sp:varName "localname"^^xsd:string
574 - ]
575 ] [ rdf:type sp:Bind ; 343 ] [ rdf:type sp:Bind ;
576 sp:expression 344 sp:expression
577 [ rdf:type ep-spin-lib:buildGasReadingURI ; 345 [ rdf:type ep-spin-lib:buildGasReadingURI ;
578 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 346 + sp:arg1 _:b74 ;
579 - ] ; 347 + sp:arg2 _:b75
580 - sp:arg2 [ sp:varName "localname"^^xsd:string
581 - ]
582 ] ; 348 ] ;
583 - sp:variable 349 + sp:variable _:b1
584 - [ sp:varName "gasReading"^^xsd:string
585 - ]
586 ] [ rdf:type sp:Bind ; 350 ] [ rdf:type sp:Bind ;
587 sp:expression 351 sp:expression
588 [ rdf:type ep-spin-lib:selectGasReadingType ; 352 [ rdf:type ep-spin-lib:selectGasReadingType ;
589 - sp:arg1 [ sp:varName "readingType"^^xsd:string 353 + sp:arg1 _:b51
590 - ]
591 ] ; 354 ] ;
592 - sp:variable 355 + sp:variable _:b7
593 - [ sp:varName "gasReadingType"^^xsd:string
594 - ]
595 ] [ rdf:type sp:Bind ; 356 ] [ rdf:type sp:Bind ;
596 sp:expression 357 sp:expression
597 [ rdf:type ep-spin-lib:selectLengthScale ; 358 [ rdf:type ep-spin-lib:selectLengthScale ;
598 - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string 359 + sp:arg1 _:b50
599 - ]
600 ] ; 360 ] ;
601 - sp:variable 361 + sp:variable _:b10
602 - [ sp:varName "lengthScaleMdTop"^^xsd:string
603 - ]
604 ] [ rdf:type sp:Bind ; 362 ] [ rdf:type sp:Bind ;
605 sp:expression 363 sp:expression
606 [ rdf:type ep-spin-lib:selectLengthScale ; 364 [ rdf:type ep-spin-lib:selectLengthScale ;
607 - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string 365 + sp:arg1 _:b57
608 - ]
609 ] ; 366 ] ;
610 - sp:variable 367 + sp:variable _:b13
611 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
612 - ]
613 ] [ rdf:type sp:Bind ; 368 ] [ rdf:type sp:Bind ;
614 sp:expression 369 sp:expression
615 [ rdf:type ep-spin-lib:selectLengthScale ; 370 [ rdf:type ep-spin-lib:selectLengthScale ;
616 - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string 371 + sp:arg1 _:b55
617 - ]
618 ] ; 372 ] ;
619 - sp:variable 373 + sp:variable _:b16
620 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
621 - ]
622 ] [ rdf:type sp:Bind ; 374 ] [ rdf:type sp:Bind ;
623 sp:expression 375 sp:expression
624 [ rdf:type ep-spin-lib:selectLengthScale ; 376 [ rdf:type ep-spin-lib:selectLengthScale ;
625 - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string 377 + sp:arg1 _:b59
626 - ]
627 ] ; 378 ] ;
628 - sp:variable 379 + sp:variable _:b19
629 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
630 - ]
631 ] [ rdf:type sp:Bind ; 380 ] [ rdf:type sp:Bind ;
632 sp:expression 381 sp:expression
633 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 382 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
634 - sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string 383 + sp:arg1 _:b53
635 - ]
636 ] ; 384 ] ;
637 - sp:variable 385 + sp:variable _:b25
638 - [ sp:varName "concentrationScaleGasHigh"^^xsd:string
639 - ]
640 ] [ rdf:type sp:Bind ; 386 ] [ rdf:type sp:Bind ;
641 sp:expression 387 sp:expression
642 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 388 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
643 - sp:arg1 [ sp:varName "uomGasLow"^^xsd:string 389 + sp:arg1 _:b61
644 - ]
645 ] ; 390 ] ;
646 - sp:variable 391 + sp:variable _:b27
647 - [ sp:varName "concentrationScaleGasLow"^^xsd:string
648 - ]
649 ] [ rdf:type sp:Bind ; 392 ] [ rdf:type sp:Bind ;
650 sp:expression 393 sp:expression
651 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 394 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
652 - sp:arg1 [ sp:varName "uomMeth"^^xsd:string 395 + sp:arg1 _:b63
653 - ]
654 ] ; 396 ] ;
655 - sp:variable 397 + sp:variable _:b30
656 - [ sp:varName "concentrationScaleMeth"^^xsd:string
657 - ]
658 ] [ rdf:type sp:Bind ; 398 ] [ rdf:type sp:Bind ;
659 sp:expression 399 sp:expression
660 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 400 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
661 - sp:arg1 [ sp:varName "uomEth"^^xsd:string 401 + sp:arg1 _:b65
662 - ]
663 ] ; 402 ] ;
664 - sp:variable 403 + sp:variable _:b33
665 - [ sp:varName "concentrationScaleEth"^^xsd:string
666 - ]
667 ] [ rdf:type sp:Bind ; 404 ] [ rdf:type sp:Bind ;
668 sp:expression 405 sp:expression
669 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 406 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
670 - sp:arg1 [ sp:varName "uomProp"^^xsd:string 407 + sp:arg1 _:b67
671 - ]
672 ] ; 408 ] ;
673 - sp:variable 409 + sp:variable _:b36
674 - [ sp:varName "concentrationScaleProp"^^xsd:string
675 - ]
676 ] [ rdf:type sp:Bind ; 410 ] [ rdf:type sp:Bind ;
677 sp:expression 411 sp:expression
678 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 412 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
679 - sp:arg1 [ sp:varName "uomIbut"^^xsd:string 413 + sp:arg1 _:b69
680 - ]
681 ] ; 414 ] ;
682 - sp:variable 415 + sp:variable _:b39
683 - [ sp:varName "concentrationScaleIbut"^^xsd:string
684 - ]
685 ] [ rdf:type sp:Bind ; 416 ] [ rdf:type sp:Bind ;
686 sp:expression 417 sp:expression
687 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 418 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
688 - sp:arg1 [ sp:varName "uomNbut"^^xsd:string 419 + sp:arg1 _:b71
689 - ]
690 ] ; 420 ] ;
691 - sp:variable 421 + sp:variable _:b42
692 - [ sp:varName "concentrationScaleNbut"^^xsd:string
693 - ]
694 ] [ rdf:type sp:Bind ; 422 ] [ rdf:type sp:Bind ;
695 sp:expression 423 sp:expression
696 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 424 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
697 - sp:arg1 [ sp:varName "uomIpent"^^xsd:string 425 + sp:arg1 _:b73
698 - ]
699 ] ; 426 ] ;
700 - sp:variable 427 + sp:variable _:b45
701 - [ sp:varName "concentrationScaleIpent"^^xsd:string 428 + ] [ rdf:type sp:Bind ;
429 + sp:expression
430 + [ rdf:type rhspin:wellBoreByName ;
431 + arg:wellBoreName
432 + [ rdf:type xsd:string ;
433 + sp:arg1 _:b46
702 ] 434 ]
435 + ] ;
436 + sp:variable _:b5
703 ]) 437 ])
704 ] . 438 ] .
439 +
440 +_:b46
441 + sp:varName "nameWellBore"^^xsd:string .
442 +
443 +_:b47
444 + sp:varName "dTimStart"^^xsd:string .
445 +
446 +_:b48
447 + sp:varName "gasReadingInfo"^^xsd:string .
448 +
449 +_:b49
450 + sp:varName "mdTop"^^xsd:string .
451 +
452 +_:b50
453 + sp:varName "uomMdTop"^^xsd:string .
454 +
455 +_:b9 sp:varName "realMdTop"^^xsd:string .
456 +
457 +_:b51
458 + sp:varName "readingType"^^xsd:string .
459 +
460 +_:b52
461 + sp:varName "gasHigh"^^xsd:string .
462 +
463 +_:b53
464 + sp:varName "uomGasHigh"^^xsd:string .
465 +
466 +_:b24
467 + sp:varName "realGasHigh"^^xsd:string .
468 +
469 +_:b6 sp:varName "dTim"^^xsd:string .
470 +
471 +_:b54
472 + sp:varName "mdBottom"^^xsd:string .
473 +
474 +_:b55
475 + sp:varName "uomMdBottom"^^xsd:string .
476 +
477 +_:b15
478 + sp:varName "realMdBottom"^^xsd:string .
479 +
480 +_:b56
481 + sp:varName "tvdTop"^^xsd:string .
482 +
483 +_:b57
484 + sp:varName "uomTvdTop"^^xsd:string .
485 +
486 +_:b12
487 + sp:varName "realTvdTop"^^xsd:string .
488 +
489 +_:b58
490 + sp:varName "tvdBottom"^^xsd:string .
491 +
492 +_:b59
493 + sp:varName "uomTvdBottom"^^xsd:string .
494 +
495 +_:b18
496 + sp:varName "realTvdBottom"^^xsd:string .
497 +
498 +_:b60
499 + sp:varName "gasLow"^^xsd:string .
500 +
501 +_:b61
502 + sp:varName "uomGasLow"^^xsd:string .
503 +
504 +_:b26
505 + sp:varName "realGasLow"^^xsd:string .
506 +
507 +_:b62
508 + sp:varName "meth"^^xsd:string .
509 +
510 +_:b63
511 + sp:varName "uomMeth"^^xsd:string .
512 +
513 +_:b29
514 + sp:varName "realMeth"^^xsd:string .
515 +
516 +_:b64
517 + sp:varName "eth"^^xsd:string .
518 +
519 +_:b65
520 + sp:varName "uomEth"^^xsd:string .
521 +
522 +_:b32
523 + sp:varName "realEth"^^xsd:string .
524 +
525 +_:b66
526 + sp:varName "prop"^^xsd:string .
527 +
528 +_:b67
529 + sp:varName "uomProp"^^xsd:string .
530 +
531 +_:b35
532 + sp:varName "realProp"^^xsd:string .
533 +
534 +_:b68
535 + sp:varName "ibut"^^xsd:string .
536 +
537 +_:b69
538 + sp:varName "uomIbut"^^xsd:string .
539 +
540 +_:b38
541 + sp:varName "realIbut"^^xsd:string .
542 +
543 +_:b70
544 + sp:varName "nbut"^^xsd:string .
545 +
546 +_:b71
547 + sp:varName "uomNbut"^^xsd:string .
548 +
549 +_:b41
550 + sp:varName "realNbut"^^xsd:string .
551 +
552 +_:b72
553 + sp:varName "ipent"^^xsd:string .
554 +
555 +_:b73
556 + sp:varName "uomIpent"^^xsd:string .
557 +
558 +_:b44
559 + sp:varName "realIpent"^^xsd:string .
560 +
561 +_:b74
562 + sp:varName "normalizedWellBoreName"^^xsd:string .
563 +
564 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
565 +
566 +_:b75
567 + sp:varName "localname"^^xsd:string .
568 +
569 +_:b1 sp:varName "gasReading"^^xsd:string .
570 +
571 +_:b7 sp:varName "gasReadingType"^^xsd:string .
572 +
573 +_:b10
574 + sp:varName "lengthScaleMdTop"^^xsd:string .
575 +
576 +_:b13
577 + sp:varName "lengthScaleTvdTop"^^xsd:string .
578 +
579 +_:b16
580 + sp:varName "lengthScaleMdBottom"^^xsd:string .
581 +
582 +_:b19
583 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
584 +
585 +_:b25
586 + sp:varName "concentrationScaleGasHigh"^^xsd:string .
587 +
588 +_:b27
589 + sp:varName "concentrationScaleGasLow"^^xsd:string .
590 +
591 +_:b30
592 + sp:varName "concentrationScaleMeth"^^xsd:string .
593 +
594 +_:b33
595 + sp:varName "concentrationScaleEth"^^xsd:string .
596 +
597 +_:b36
598 + sp:varName "concentrationScaleProp"^^xsd:string .
599 +
600 +_:b39
601 + sp:varName "concentrationScaleIbut"^^xsd:string .
602 +
603 +_:b42
604 + sp:varName "concentrationScaleNbut"^^xsd:string .
605 +
606 +_:b45
607 + sp:varName "concentrationScaleIpent"^^xsd:string .
608 +
609 +_:b5 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 14:48:47 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 +# Saved by TopBraid on Fri Oct 28 14:50:19 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
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/core
5 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
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/lithShowInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -10,6 +11,7 @@ ...@@ -10,6 +11,7 @@
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
13 @prefix sp: <http://spinrdf.org/sp#> . 15 @prefix sp: <http://spinrdf.org/sp#> .
14 @prefix spin: <http://spinrdf.org/spin#> . 16 @prefix spin: <http://spinrdf.org/spin#> .
15 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -17,7 +19,7 @@ ...@@ -17,7 +19,7 @@
17 19
18 <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> 20 <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo>
19 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
20 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; 22 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 24
23 <http://www.witsml.org/schemas/1series#Obj_drillReport> 25 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -26,311 +28,266 @@ ...@@ -26,311 +28,266 @@
26 rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; 28 rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ;
27 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; 29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ;
28 sp:predicate rdf:type ; 30 sp:predicate rdf:type ;
29 - sp:subject
30 - [ sp:varName "lithShowObservation"^^xsd:string
31 - ]
32 - ] [ sp:object
33 - [ sp:varName "lithShowObservation"^^xsd:string
34 - ] ;
35 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject
37 - [ sp:varName "dailyDrillingActivity"^^xsd:string
38 - ]
39 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
40 - sp:predicate rdf:type ;
41 - sp:subject _:b1
42 - ] [ sp:object
43 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
44 - ] ;
45 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
46 sp:subject _:b1 31 sp:subject _:b1
47 ] [ sp:object _:b1 ; 32 ] [ sp:object _:b1 ;
48 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 33 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
49 - sp:subject
50 - [ sp:varName "lithShowObservation"^^xsd:string
51 - ]
52 - ] [ sp:object
53 - [ sp:varName "dTimEnd"^^xsd:string
54 - ] ;
55 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
56 - sp:subject
57 - [ sp:varName "lithShowObservation"^^xsd:string
58 - ]
59 - ] [ sp:object _:b2 ;
60 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
61 - sp:subject _:b1
62 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
63 - sp:predicate rdf:type ;
64 - sp:subject _:b2
65 - ] [ sp:object
66 - [ sp:varName "realMdTop"^^xsd:string
67 - ] ;
68 - sp:predicate
69 - [ sp:varName "lengthScaleMdTop"^^xsd:string
70 - ] ;
71 sp:subject _:b2 34 sp:subject _:b2
72 ] [ sp:object _:b3 ; 35 ] [ sp:object _:b3 ;
73 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 36 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
74 sp:subject _:b1 37 sp:subject _:b1
75 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 38 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
76 sp:predicate rdf:type ; 39 sp:predicate rdf:type ;
77 sp:subject _:b3 40 sp:subject _:b3
78 - ] [ sp:object
79 - [ sp:varName "realMdBottom"^^xsd:string
80 - ] ;
81 - sp:predicate
82 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
83 - ] ;
84 - sp:subject _:b3
85 ] [ sp:object _:b4 ; 41 ] [ sp:object _:b4 ;
86 - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 42 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
43 + sp:subject _:b3
44 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
45 + sp:predicate rdf:type ;
46 + sp:subject _:b4
47 + ] [ sp:object _:b5 ;
48 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
49 + sp:subject _:b4
50 + ] [ sp:object _:b6 ;
51 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
87 sp:subject _:b1 52 sp:subject _:b1
53 + ] [ sp:object _:b4 ;
54 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
55 + sp:subject _:b4
88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 56 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
89 sp:predicate rdf:type ; 57 sp:predicate rdf:type ;
90 sp:subject _:b4 58 sp:subject _:b4
91 - ] [ sp:object 59 + ] [ sp:object _:b7 ;
92 - [ sp:varName "realTvdTop"^^xsd:string 60 + sp:predicate _:b8 ;
93 - ] ;
94 - sp:predicate
95 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
96 - ] ;
97 sp:subject _:b4 61 sp:subject _:b4
98 - ] [ sp:object _:b5 ; 62 + ] [ sp:object _:b9 ;
63 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
64 + sp:subject _:b4
65 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
66 + sp:predicate rdf:type ;
67 + sp:subject _:b9
68 + ] [ sp:object _:b10 ;
69 + sp:predicate _:b11 ;
70 + sp:subject _:b9
71 + ] [ sp:object _:b12 ;
72 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
73 + sp:subject _:b4
74 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
75 + sp:predicate rdf:type ;
76 + sp:subject _:b12
77 + ] [ sp:object _:b13 ;
78 + sp:predicate _:b14 ;
79 + sp:subject _:b12
80 + ] [ sp:object _:b15 ;
99 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 81 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
100 - sp:subject _:b1 82 + sp:subject _:b4
101 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 83 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
102 sp:predicate rdf:type ; 84 sp:predicate rdf:type ;
103 - sp:subject _:b5 85 + sp:subject _:b15
104 - ] [ sp:object 86 + ] [ sp:object _:b16 ;
105 - [ sp:varName "realTvdBottom"^^xsd:string 87 + sp:predicate _:b17 ;
106 - ] ; 88 + sp:subject _:b15
107 - sp:predicate 89 + ] [ sp:object _:b18 ;
108 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
109 - ] ;
110 - sp:subject _:b5
111 - ] [ sp:object
112 - [ sp:varName "show"^^xsd:string
113 - ] ;
114 sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; 90 sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ;
115 - sp:subject _:b1 91 + sp:subject _:b3
116 - ] [ sp:object 92 + ] [ sp:object _:b19 ;
117 - [ sp:varName "lithology"^^xsd:string
118 - ] ;
119 sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; 93 sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ;
120 - sp:subject _:b1 94 + sp:subject _:b3
121 ]) ; 95 ]) ;
122 - sp:where ([ sp:object 96 + sp:where ([ sp:object _:b20 ;
123 - [ sp:varName "nameWellBore"^^xsd:string
124 - ] ;
125 sp:predicate ep-spin-lib:nameWellbore ; 97 sp:predicate ep-spin-lib:nameWellbore ;
126 sp:subject spin:_this 98 sp:subject spin:_this
127 - ] [ sp:object 99 + ] [ sp:object _:b21 ;
128 - [ sp:varName "dTimStart"^^xsd:string
129 - ] ;
130 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 100 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
131 sp:subject spin:_this 101 sp:subject spin:_this
132 - ] [ sp:object 102 + ] [ sp:object _:b22 ;
133 - [ sp:varName "lithShowInfo"^^xsd:string
134 - ] ;
135 sp:predicate <http://www.witsml.org/schemas/1series#lithShowInfoRef> ; 103 sp:predicate <http://www.witsml.org/schemas/1series#lithShowInfoRef> ;
136 sp:subject spin:_this 104 sp:subject spin:_this
137 - ] [ sp:object 105 + ] [ sp:object _:b6 ;
138 - [ sp:varName "dTimEnd"^^xsd:string
139 - ] ;
140 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 106 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
141 - sp:subject 107 + sp:subject _:b22
142 - [ sp:varName "lithShowInfo"^^xsd:string 108 + ] [ sp:object _:b23 ;
143 - ]
144 - ] [ sp:object
145 - [ sp:varName "mdTop"^^xsd:string
146 - ] ;
147 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 109 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
148 - sp:subject 110 + sp:subject _:b22
149 - [ sp:varName "lithShowInfo"^^xsd:string 111 + ] [ sp:object _:b24 ;
150 - ]
151 - ] [ sp:object
152 - [ sp:varName "uomMdTop"^^xsd:string
153 - ] ;
154 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 112 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
155 - sp:subject 113 + sp:subject _:b23
156 - [ sp:varName "mdTop"^^xsd:string 114 + ] [ sp:object _:b7 ;
157 - ]
158 - ] [ sp:object
159 - [ sp:varName "realMdTop"^^xsd:string
160 - ] ;
161 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 115 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
162 - sp:subject 116 + sp:subject _:b23
163 - [ sp:varName "mdTop"^^xsd:string 117 + ] [ sp:object _:b25 ;
164 - ]
165 - ] [ sp:object
166 - [ sp:varName "mdBottom"^^xsd:string
167 - ] ;
168 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 118 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
169 - sp:subject 119 + sp:subject _:b22
170 - [ sp:varName "lithShowInfo"^^xsd:string 120 + ] [ sp:object _:b26 ;
171 - ]
172 - ] [ sp:object
173 - [ sp:varName "uomMdBottom"^^xsd:string
174 - ] ;
175 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 121 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
176 - sp:subject 122 + sp:subject _:b25
177 - [ sp:varName "mdBottom"^^xsd:string 123 + ] [ sp:object _:b10 ;
178 - ]
179 - ] [ sp:object
180 - [ sp:varName "realMdBottom"^^xsd:string
181 - ] ;
182 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 124 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
183 - sp:subject 125 + sp:subject _:b25
184 - [ sp:varName "mdBottom"^^xsd:string
185 - ]
186 ] [ rdf:type sp:Optional ; 126 ] [ rdf:type sp:Optional ;
187 - sp:elements ([ sp:object 127 + sp:elements ([ sp:object _:b27 ;
188 - [ sp:varName "tvdTop"^^xsd:string
189 - ] ;
190 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 128 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
191 - sp:subject 129 + sp:subject _:b22
192 - [ sp:varName "lithShowInfo"^^xsd:string 130 + ] [ sp:object _:b28 ;
193 - ]
194 - ] [ sp:object
195 - [ sp:varName "uomTvdTop"^^xsd:string
196 - ] ;
197 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 131 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
198 - sp:subject 132 + sp:subject _:b27
199 - [ sp:varName "tvdTop"^^xsd:string 133 + ] [ sp:object _:b13 ;
200 - ]
201 - ] [ sp:object
202 - [ sp:varName "realTvdTop"^^xsd:string
203 - ] ;
204 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 134 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
205 - sp:subject 135 + sp:subject _:b27
206 - [ sp:varName "tvdTop"^^xsd:string
207 - ]
208 ]) 136 ])
209 ] [ rdf:type sp:Optional ; 137 ] [ rdf:type sp:Optional ;
210 - sp:elements ([ sp:object 138 + sp:elements ([ sp:object _:b29 ;
211 - [ sp:varName "tvdBottom"^^xsd:string
212 - ] ;
213 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 139 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
214 - sp:subject 140 + sp:subject _:b22
215 - [ sp:varName "lithShowInfo"^^xsd:string 141 + ] [ sp:object _:b30 ;
216 - ]
217 - ] [ sp:object
218 - [ sp:varName "uomTvdBottom"^^xsd:string
219 - ] ;
220 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 142 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
221 - sp:subject 143 + sp:subject _:b29
222 - [ sp:varName "tvdBottom"^^xsd:string 144 + ] [ sp:object _:b16 ;
223 - ]
224 - ] [ sp:object
225 - [ sp:varName "realTvdBottom"^^xsd:string
226 - ] ;
227 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 145 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
228 - sp:subject 146 + sp:subject _:b29
229 - [ sp:varName "tvdBottom"^^xsd:string
230 - ]
231 ]) 147 ])
232 ] [ rdf:type sp:Optional ; 148 ] [ rdf:type sp:Optional ;
233 - sp:elements ([ sp:object 149 + sp:elements ([ sp:object _:b18 ;
234 - [ sp:varName "show"^^xsd:string
235 - ] ;
236 sp:predicate <http://www.witsml.org/schemas/1series#show> ; 150 sp:predicate <http://www.witsml.org/schemas/1series#show> ;
237 - sp:subject 151 + sp:subject _:b22
238 - [ sp:varName "lithShowInfo"^^xsd:string
239 - ]
240 ]) 152 ])
241 ] [ rdf:type sp:Optional ; 153 ] [ rdf:type sp:Optional ;
242 - sp:elements ([ sp:object 154 + sp:elements ([ sp:object _:b19 ;
243 - [ sp:varName "lithology"^^xsd:string
244 - ] ;
245 sp:predicate <http://www.witsml.org/schemas/1series#lithology> ; 155 sp:predicate <http://www.witsml.org/schemas/1series#lithology> ;
246 - sp:subject 156 + sp:subject _:b22
247 - [ sp:varName "lithShowInfo"^^xsd:string
248 - ]
249 ]) 157 ])
250 - ] [ sp:object
251 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
252 - ] ;
253 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
254 - sp:subject
255 - [ sp:varName "dailyDrillingActivity"^^xsd:string
256 - ]
257 ] [ rdf:type sp:Bind ; 158 ] [ rdf:type sp:Bind ;
258 sp:expression 159 sp:expression
259 [ rdf:type ep-spin-lib:normalizeString ; 160 [ rdf:type ep-spin-lib:normalizeString ;
260 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 161 + sp:arg1 _:b20
261 - ]
262 ] ; 162 ] ;
263 - sp:variable 163 + sp:variable _:b31
264 - [ sp:varName "normalizedWellBoreName"^^xsd:string
265 - ]
266 ] [ rdf:type sp:Bind ; 164 ] [ rdf:type sp:Bind ;
267 sp:expression 165 sp:expression
268 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 166 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
269 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 167 + sp:arg1 _:b31 ;
270 - ] ; 168 + sp:arg2 _:b21
271 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
272 - ]
273 ] ; 169 ] ;
274 - sp:variable 170 + sp:variable _:b2
275 - [ sp:varName "dailyDrillingActivity"^^xsd:string
276 - ]
277 ] [ rdf:type sp:Bind ; 171 ] [ rdf:type sp:Bind ;
278 sp:expression 172 sp:expression
279 [ rdf:type afn:localname ; 173 [ rdf:type afn:localname ;
280 - sp:arg1 [ sp:varName "lithShowInfo"^^xsd:string 174 + sp:arg1 _:b22
281 - ]
282 ] ; 175 ] ;
283 - sp:variable 176 + sp:variable _:b32
284 - [ sp:varName "localname"^^xsd:string
285 - ]
286 ] [ rdf:type sp:Bind ; 177 ] [ rdf:type sp:Bind ;
287 sp:expression 178 sp:expression
288 [ rdf:type ep-spin-lib:buildLithShowObservationURI ; 179 [ rdf:type ep-spin-lib:buildLithShowObservationURI ;
289 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 180 + sp:arg1 _:b31 ;
290 - ] ; 181 + sp:arg2 _:b21 ;
291 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 182 + sp:arg3 _:b32
292 ] ; 183 ] ;
293 - sp:arg3 [ sp:varName "localname"^^xsd:string 184 + sp:variable _:b1
294 - ]
295 - ] ;
296 - sp:variable
297 - [ sp:varName "lithShowObservation"^^xsd:string
298 - ]
299 ] [ rdf:type sp:Bind ; 185 ] [ rdf:type sp:Bind ;
300 sp:expression 186 sp:expression
301 [ rdf:type ep-spin-lib:selectLengthScale ; 187 [ rdf:type ep-spin-lib:selectLengthScale ;
302 - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string 188 + sp:arg1 _:b24
303 - ]
304 ] ; 189 ] ;
305 - sp:variable 190 + sp:variable _:b8
306 - [ sp:varName "lengthScaleMdTop"^^xsd:string
307 - ]
308 ] [ rdf:type sp:Bind ; 191 ] [ rdf:type sp:Bind ;
309 sp:expression 192 sp:expression
310 [ rdf:type ep-spin-lib:selectLengthScale ; 193 [ rdf:type ep-spin-lib:selectLengthScale ;
311 - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string 194 + sp:arg1 _:b28
312 - ]
313 ] ; 195 ] ;
314 - sp:variable 196 + sp:variable _:b14
315 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
316 - ]
317 ] [ rdf:type sp:Bind ; 197 ] [ rdf:type sp:Bind ;
318 sp:expression 198 sp:expression
319 [ rdf:type ep-spin-lib:selectLengthScale ; 199 [ rdf:type ep-spin-lib:selectLengthScale ;
320 - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string 200 + sp:arg1 _:b26
321 - ]
322 ] ; 201 ] ;
323 - sp:variable 202 + sp:variable _:b11
324 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
325 - ]
326 ] [ rdf:type sp:Bind ; 203 ] [ rdf:type sp:Bind ;
327 sp:expression 204 sp:expression
328 [ rdf:type ep-spin-lib:selectLengthScale ; 205 [ rdf:type ep-spin-lib:selectLengthScale ;
329 - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string 206 + sp:arg1 _:b30
330 - ]
331 ] ; 207 ] ;
332 - sp:variable 208 + sp:variable _:b17
333 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string 209 + ] [ rdf:type sp:Bind ;
210 + sp:expression
211 + [ rdf:type rhspin:wellBoreByName ;
212 + sp:arg1 [ rdf:type xsd:string ;
213 + sp:arg1 _:b20
334 ] 214 ]
215 + ] ;
216 + sp:variable _:b5
335 ]) 217 ])
336 ] . 218 ] .
219 +
220 +_:b20
221 + sp:varName "nameWellBore"^^xsd:string .
222 +
223 +_:b21
224 + sp:varName "dTimStart"^^xsd:string .
225 +
226 +_:b22
227 + sp:varName "lithShowInfo"^^xsd:string .
228 +
229 +_:b6 sp:varName "dTimEnd"^^xsd:string .
230 +
231 +_:b23
232 + sp:varName "mdTop"^^xsd:string .
233 +
234 +_:b24
235 + sp:varName "uomMdTop"^^xsd:string .
236 +
237 +_:b7 sp:varName "realMdTop"^^xsd:string .
238 +
239 +_:b25
240 + sp:varName "mdBottom"^^xsd:string .
241 +
242 +_:b26
243 + sp:varName "uomMdBottom"^^xsd:string .
244 +
245 +_:b10
246 + sp:varName "realMdBottom"^^xsd:string .
247 +
248 +_:b27
249 + sp:varName "tvdTop"^^xsd:string .
250 +
251 +_:b28
252 + sp:varName "uomTvdTop"^^xsd:string .
253 +
254 +_:b13
255 + sp:varName "realTvdTop"^^xsd:string .
256 +
257 +_:b29
258 + sp:varName "tvdBottom"^^xsd:string .
259 +
260 +_:b30
261 + sp:varName "uomTvdBottom"^^xsd:string .
262 +
263 +_:b16
264 + sp:varName "realTvdBottom"^^xsd:string .
265 +
266 +_:b18
267 + sp:varName "show"^^xsd:string .
268 +
269 +_:b19
270 + sp:varName "lithology"^^xsd:string .
271 +
272 +_:b31
273 + sp:varName "normalizedWellBoreName"^^xsd:string .
274 +
275 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
276 +
277 +_:b32
278 + sp:varName "localname"^^xsd:string .
279 +
280 +_:b1 sp:varName "lithShowObservation"^^xsd:string .
281 +
282 +_:b8 sp:varName "lengthScaleMdTop"^^xsd:string .
283 +
284 +_:b14
285 + sp:varName "lengthScaleTvdTop"^^xsd:string .
286 +
287 +_:b11
288 + sp:varName "lengthScaleMdBottom"^^xsd:string .
289 +
290 +_:b17
291 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
292 +
293 +_:b5 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 14:50:19 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 +# Saved by TopBraid on Fri Oct 28 15:23:33 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
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/core
5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
6 # 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/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
7 8
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -20,7 +21,7 @@ ...@@ -20,7 +21,7 @@
20 21
21 <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> 22 <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo>
22 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
23 - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; 24 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 26
26 <http://www.witsml.org/schemas/1series#Obj_drillReport> 27 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -29,440 +30,279 @@ ...@@ -29,440 +30,279 @@
29 rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; 30 rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ;
30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; 31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ;
31 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
32 - sp:subject 33 + sp:subject _:b1
33 - [ sp:varName "wellBoreLogRun"^^xsd:string
34 - ]
35 - ] [ sp:object
36 - [ sp:varName "wellBoreLogRun"^^xsd:string
37 - ] ;
38 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
39 - sp:subject
40 - [ sp:varName "dailyDrillingActivity"^^xsd:string
41 - ]
42 ] [ sp:object _:b1 ; 34 ] [ sp:object _:b1 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 + sp:subject _:b2
37 + ] [ sp:object _:b3 ;
43 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
44 - sp:subject 39 + sp:subject _:b1
45 - [ sp:varName "wellBoreLogRun"^^xsd:string
46 - ]
47 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 40 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
48 sp:predicate rdf:type ; 41 sp:predicate rdf:type ;
49 - sp:subject _:b1 42 + sp:subject _:b3
50 - ] [ sp:object 43 + ] [ sp:object _:b4 ;
51 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
52 - ] ;
53 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 44 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 + sp:subject _:b3
46 + ] [ sp:object _:b5 ;
47 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ;
54 sp:subject _:b1 48 sp:subject _:b1
55 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; 49 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
56 sp:predicate rdf:type ; 50 sp:predicate rdf:type ;
57 - sp:subject _:b2 51 + sp:subject _:b5
58 - ] [ sp:object _:b1 ; 52 + ] [ sp:object _:b6 ;
59 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 53 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
60 - sp:subject _:b2 54 + sp:subject _:b5
61 - ] [ sp:object 55 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
62 - [ sp:varName "runNumber"^^xsd:string 56 + sp:predicate rdf:type ;
63 - ] ; 57 + sp:subject _:b6
58 + ] [ sp:object _:b4 ;
59 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
60 + sp:subject _:b6
61 + ] [ sp:object _:b7 ;
64 sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; 62 sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ;
65 - sp:subject 63 + sp:subject _:b1
66 - [ sp:varName "wellBoreLogRun"^^xsd:string 64 + ] [ sp:object _:b8 ;
67 - ]
68 - ] [ sp:object
69 - [ sp:varName "dTimEnd"^^xsd:string
70 - ] ;
71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 65 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
72 - sp:subject 66 + sp:subject _:b1
73 - [ sp:varName "wellBoreLogRun"^^xsd:string 67 + ] [ sp:object _:b9 ;
74 - ]
75 - ] [ sp:object _:b3 ;
76 sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; 68 sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ;
77 - sp:subject 69 + sp:subject _:b1
78 - [ sp:varName "wellBoreLogRun"^^xsd:string
79 - ]
80 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; 70 ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ;
81 sp:predicate rdf:type ; 71 sp:predicate rdf:type ;
82 - sp:subject _:b3 72 + sp:subject _:b9
83 - ] [ sp:object 73 + ] [ sp:object _:b10 ;
84 - [ sp:varName "nameServiceCompany"^^xsd:string
85 - ] ;
86 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 74 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
87 - sp:subject _:b3 75 + sp:subject _:b9
88 - ] [ sp:object _:b4 ; 76 + ] [ sp:object _:b11 ;
89 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; 77 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
90 - sp:subject 78 + sp:subject _:b1
91 - [ sp:varName "wellBoreLogRun"^^xsd:string
92 - ]
93 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; 79 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
94 sp:predicate rdf:type ; 80 sp:predicate rdf:type ;
95 - sp:subject _:b4 81 + sp:subject _:b11
96 - ] [ sp:object _:b5 ; 82 + ] [ sp:object _:b12 ;
97 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 83 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
98 - sp:subject _:b4 84 + sp:subject _:b11
99 - ] [ sp:object _:b6 ; 85 + ] [ sp:object _:b13 ;
100 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 86 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
101 - sp:subject _:b4 87 + sp:subject _:b11
102 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
103 sp:predicate rdf:type ; 89 sp:predicate rdf:type ;
104 - sp:subject _:b6 90 + sp:subject _:b13
105 - ] [ sp:object 91 + ] [ sp:object _:b14 ;
106 - [ sp:varName "realMdTool"^^xsd:string 92 + sp:predicate _:b15 ;
107 - ] ; 93 + sp:subject _:b13
108 - sp:predicate 94 + ] [ sp:object _:b16 ;
109 - [ sp:varName "lengthScaleMdTool"^^xsd:string
110 - ] ;
111 - sp:subject _:b6
112 - ] [ sp:object _:b7 ;
113 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 95 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
114 - sp:subject _:b4 96 + sp:subject _:b11
115 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 97 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
116 sp:predicate rdf:type ; 98 sp:predicate rdf:type ;
117 - sp:subject _:b7 99 + sp:subject _:b16
118 - ] [ sp:object 100 + ] [ sp:object _:b17 ;
119 - [ sp:varName "realTvdTool"^^xsd:string 101 + sp:predicate _:b18 ;
120 - ] ; 102 + sp:subject _:b16
121 - sp:predicate
122 - [ sp:varName "lengthScaleTvdTool"^^xsd:string
123 - ] ;
124 - sp:subject _:b7
125 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; 103 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ;
126 sp:predicate rdf:type ; 104 sp:predicate rdf:type ;
127 - sp:subject _:b5 105 + sp:subject _:b12
128 - ] [ sp:object 106 + ] [ sp:object _:b19 ;
129 - [ sp:varName "toolDescription"^^xsd:string
130 - ] ;
131 sp:predicate rdfs:comment ; 107 sp:predicate rdfs:comment ;
132 - sp:subject _:b5 108 + sp:subject _:b12
133 - ] [ sp:object _:b8 ; 109 + ] [ sp:object _:b20 ;
134 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 110 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
135 - sp:subject _:b2 111 + sp:subject _:b6
136 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 112 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
137 sp:predicate rdf:type ; 113 sp:predicate rdf:type ;
138 - sp:subject _:b8 114 + sp:subject _:b20
139 - ] [ sp:object 115 + ] [ sp:object _:b21 ;
140 - [ sp:varName "realMdTop"^^xsd:string 116 + sp:predicate _:b22 ;
141 - ] ; 117 + sp:subject _:b20
142 - sp:predicate 118 + ] [ sp:object _:b23 ;
143 - [ sp:varName "lengthScaleMdTop"^^xsd:string
144 - ] ;
145 - sp:subject _:b8
146 - ] [ sp:object _:b9 ;
147 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 119 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
148 - sp:subject _:b2 120 + sp:subject _:b6
149 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 121 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
150 sp:predicate rdf:type ; 122 sp:predicate rdf:type ;
151 - sp:subject _:b9 123 + sp:subject _:b23
152 - ] [ sp:object 124 + ] [ sp:object _:b24 ;
153 - [ sp:varName "realMdBottom"^^xsd:string 125 + sp:predicate _:b25 ;
154 - ] ; 126 + sp:subject _:b23
155 - sp:predicate 127 + ] [ sp:object _:b26 ;
156 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
157 - ] ;
158 - sp:subject _:b9
159 - ] [ sp:object _:b10 ;
160 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 128 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
161 - sp:subject _:b2 129 + sp:subject _:b6
162 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 130 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
163 sp:predicate rdf:type ; 131 sp:predicate rdf:type ;
164 - sp:subject _:b10 132 + sp:subject _:b26
165 - ] [ sp:object 133 + ] [ sp:object _:b27 ;
166 - [ sp:varName "realTvdTop"^^xsd:string 134 + sp:predicate _:b28 ;
167 - ] ; 135 + sp:subject _:b26
168 - sp:predicate 136 + ] [ sp:object _:b29 ;
169 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
170 - ] ;
171 - sp:subject _:b10
172 - ] [ sp:object _:b11 ;
173 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 137 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
174 - sp:subject _:b2 138 + sp:subject _:b6
175 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 139 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
176 sp:predicate rdf:type ; 140 sp:predicate rdf:type ;
177 - sp:subject _:b11 141 + sp:subject _:b29
178 - ] [ sp:object 142 + ] [ sp:object _:b30 ;
179 - [ sp:varName "realTvdBottom"^^xsd:string 143 + sp:predicate _:b31 ;
180 - ] ; 144 + sp:subject _:b29
181 - sp:predicate
182 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
183 - ] ;
184 - sp:subject _:b11
185 ]) ; 145 ]) ;
186 - sp:where ([ sp:object 146 + sp:where ([ sp:object _:b32 ;
187 - [ sp:varName "nameWellBore"^^xsd:string
188 - ] ;
189 sp:predicate ep-spin-lib:nameWellbore ; 147 sp:predicate ep-spin-lib:nameWellbore ;
190 sp:subject spin:_this 148 sp:subject spin:_this
191 - ] [ sp:object 149 + ] [ sp:object _:b33 ;
192 - [ sp:varName "dTimStart"^^xsd:string
193 - ] ;
194 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 150 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
195 sp:subject spin:_this 151 sp:subject spin:_this
196 ] [ sp:object 152 ] [ sp:object
197 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 153 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
198 ] ; 154 ] ;
199 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 155 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
200 - sp:subject 156 + sp:subject _:b2
201 - [ sp:varName "dailyDrillingActivity"^^xsd:string 157 + ] [ sp:object _:b34 ;
202 - ]
203 - ] [ sp:object
204 - [ sp:varName "logInfo"^^xsd:string
205 - ] ;
206 sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; 158 sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ;
207 sp:subject spin:_this 159 sp:subject spin:_this
208 - ] [ sp:object 160 + ] [ sp:object _:b7 ;
209 - [ sp:varName "runNumber"^^xsd:string
210 - ] ;
211 sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; 161 sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ;
212 - sp:subject 162 + sp:subject _:b34
213 - [ sp:varName "logInfo"^^xsd:string 163 + ] [ sp:object _:b19 ;
214 - ]
215 - ] [ sp:object
216 - [ sp:varName "toolDescription"^^xsd:string
217 - ] ;
218 sp:predicate <http://www.witsml.org/schemas/1series#tool> ; 164 sp:predicate <http://www.witsml.org/schemas/1series#tool> ;
219 - sp:subject 165 + sp:subject _:b34
220 - [ sp:varName "logInfo"^^xsd:string
221 - ]
222 ] [ rdf:type sp:Optional ; 166 ] [ rdf:type sp:Optional ;
223 - sp:elements ([ sp:object 167 + sp:elements ([ sp:object _:b8 ;
224 - [ sp:varName "dTimEnd"^^xsd:string
225 - ] ;
226 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 168 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
227 - sp:subject 169 + sp:subject _:b34
228 - [ sp:varName "logInfo"^^xsd:string
229 - ]
230 ]) 170 ])
231 - ] [ sp:object 171 + ] [ sp:object _:b35 ;
232 - [ sp:varName "mdTop"^^xsd:string
233 - ] ;
234 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 172 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
235 - sp:subject 173 + sp:subject _:b34
236 - [ sp:varName "logInfo"^^xsd:string 174 + ] [ sp:object _:b36 ;
237 - ]
238 - ] [ sp:object
239 - [ sp:varName "uomMdTop"^^xsd:string
240 - ] ;
241 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 175 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
242 - sp:subject 176 + sp:subject _:b35
243 - [ sp:varName "mdTop"^^xsd:string 177 + ] [ sp:object _:b21 ;
244 - ]
245 - ] [ sp:object
246 - [ sp:varName "realMdTop"^^xsd:string
247 - ] ;
248 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 178 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
249 - sp:subject 179 + sp:subject _:b35
250 - [ sp:varName "mdTop"^^xsd:string 180 + ] [ sp:object _:b37 ;
251 - ]
252 - ] [ sp:object
253 - [ sp:varName "mdBottom"^^xsd:string
254 - ] ;
255 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 181 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
256 - sp:subject 182 + sp:subject _:b34
257 - [ sp:varName "logInfo"^^xsd:string 183 + ] [ sp:object _:b38 ;
258 - ]
259 - ] [ sp:object
260 - [ sp:varName "uomMdBottom"^^xsd:string
261 - ] ;
262 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 184 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
263 - sp:subject 185 + sp:subject _:b37
264 - [ sp:varName "mdBottom"^^xsd:string 186 + ] [ sp:object _:b24 ;
265 - ]
266 - ] [ sp:object
267 - [ sp:varName "realMdBottom"^^xsd:string
268 - ] ;
269 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 187 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
270 - sp:subject 188 + sp:subject _:b37
271 - [ sp:varName "mdBottom"^^xsd:string
272 - ]
273 ] [ rdf:type sp:Optional ; 189 ] [ rdf:type sp:Optional ;
274 - sp:elements ([ sp:object 190 + sp:elements ([ sp:object _:b39 ;
275 - [ sp:varName "tvdTop"^^xsd:string
276 - ] ;
277 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 191 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
278 - sp:subject 192 + sp:subject _:b34
279 - [ sp:varName "logInfo"^^xsd:string 193 + ] [ sp:object _:b40 ;
280 - ]
281 - ] [ sp:object
282 - [ sp:varName "uomTvdTop"^^xsd:string
283 - ] ;
284 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 194 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
285 - sp:subject 195 + sp:subject _:b39
286 - [ sp:varName "tvdTop"^^xsd:string 196 + ] [ sp:object _:b27 ;
287 - ]
288 - ] [ sp:object
289 - [ sp:varName "realTvdTop"^^xsd:string
290 - ] ;
291 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 197 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
292 - sp:subject 198 + sp:subject _:b39
293 - [ sp:varName "tvdTop"^^xsd:string
294 - ]
295 ]) 199 ])
296 ] [ rdf:type sp:Optional ; 200 ] [ rdf:type sp:Optional ;
297 - sp:elements ([ sp:object 201 + sp:elements ([ sp:object _:b41 ;
298 - [ sp:varName "tvdBottom"^^xsd:string
299 - ] ;
300 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 202 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
301 - sp:subject 203 + sp:subject _:b34
302 - [ sp:varName "logInfo"^^xsd:string 204 + ] [ sp:object _:b42 ;
303 - ]
304 - ] [ sp:object
305 - [ sp:varName "uomTvdBottom"^^xsd:string
306 - ] ;
307 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 205 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
308 - sp:subject 206 + sp:subject _:b41
309 - [ sp:varName "tvdBottom"^^xsd:string 207 + ] [ sp:object _:b30 ;
310 - ]
311 - ] [ sp:object
312 - [ sp:varName "realTvdBottom"^^xsd:string
313 - ] ;
314 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 208 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
315 - sp:subject 209 + sp:subject _:b41
316 - [ sp:varName "tvdBottom"^^xsd:string
317 - ]
318 ]) 210 ])
319 - ] [ sp:object 211 + ] [ sp:object _:b10 ;
320 - [ sp:varName "nameServiceCompany"^^xsd:string
321 - ] ;
322 sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; 212 sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ;
323 - sp:subject 213 + sp:subject _:b34
324 - [ sp:varName "logInfo"^^xsd:string 214 + ] [ sp:object _:b43 ;
325 - ]
326 - ] [ sp:object
327 - [ sp:varName "mdTempTool"^^xsd:string
328 - ] ;
329 sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; 215 sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ;
330 - sp:subject 216 + sp:subject _:b34
331 - [ sp:varName "logInfo"^^xsd:string 217 + ] [ sp:object _:b44 ;
332 - ]
333 - ] [ sp:object
334 - [ sp:varName "uomMdTool"^^xsd:string
335 - ] ;
336 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 218 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
337 - sp:subject 219 + sp:subject _:b43
338 - [ sp:varName "mdTempTool"^^xsd:string 220 + ] [ sp:object _:b14 ;
339 - ]
340 - ] [ sp:object
341 - [ sp:varName "realMdTool"^^xsd:string
342 - ] ;
343 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 221 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
344 - sp:subject 222 + sp:subject _:b43
345 - [ sp:varName "mdTempTool"^^xsd:string
346 - ]
347 ] [ rdf:type sp:Optional ; 223 ] [ rdf:type sp:Optional ;
348 - sp:elements ([ sp:object 224 + sp:elements ([ sp:object _:b45 ;
349 - [ sp:varName "tvdTempTool"^^xsd:string
350 - ] ;
351 sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; 225 sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ;
352 - sp:subject 226 + sp:subject _:b34
353 - [ sp:varName "logInfo"^^xsd:string 227 + ] [ sp:object _:b46 ;
354 - ]
355 - ] [ sp:object
356 - [ sp:varName "uomTvdTool"^^xsd:string
357 - ] ;
358 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 228 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
359 - sp:subject 229 + sp:subject _:b45
360 - [ sp:varName "tvdTempTool"^^xsd:string 230 + ] [ sp:object _:b17 ;
361 - ]
362 - ] [ sp:object
363 - [ sp:varName "realTvdTool"^^xsd:string
364 - ] ;
365 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 231 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
366 - sp:subject 232 + sp:subject _:b45
367 - [ sp:varName "tvdTempTool"^^xsd:string
368 - ]
369 ]) 233 ])
370 ] [ rdf:type sp:Bind ; 234 ] [ rdf:type sp:Bind ;
371 sp:expression 235 sp:expression
372 [ rdf:type ep-spin-lib:normalizeString ; 236 [ rdf:type ep-spin-lib:normalizeString ;
373 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 237 + sp:arg1 _:b32
374 - ]
375 ] ; 238 ] ;
376 - sp:variable 239 + sp:variable _:b47
377 - [ sp:varName "normalizedWellBoreName"^^xsd:string
378 - ]
379 ] [ rdf:type sp:Bind ; 240 ] [ rdf:type sp:Bind ;
380 sp:expression 241 sp:expression
381 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 242 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
382 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 243 + sp:arg1 _:b47 ;
383 - ] ; 244 + sp:arg2 _:b33
384 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
385 - ]
386 ] ; 245 ] ;
387 - sp:variable 246 + sp:variable _:b2
388 - [ sp:varName "dailyDrillingActivity"^^xsd:string
389 - ]
390 ] [ rdf:type sp:Bind ; 247 ] [ rdf:type sp:Bind ;
391 sp:expression 248 sp:expression
392 [ rdf:type afn:localname ; 249 [ rdf:type afn:localname ;
393 - sp:arg1 [ sp:varName "logInfo"^^xsd:string 250 + sp:arg1 _:b34
394 - ]
395 ] ; 251 ] ;
396 - sp:variable 252 + sp:variable _:b48
397 - [ sp:varName "localname"^^xsd:string
398 - ]
399 ] [ rdf:type sp:Bind ; 253 ] [ rdf:type sp:Bind ;
400 sp:expression 254 sp:expression
401 [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; 255 [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ;
402 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 256 + sp:arg1 _:b47 ;
403 - ] ; 257 + sp:arg2 _:b33 ;
404 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 258 + sp:arg3 _:b48
405 - ] ;
406 - sp:arg3 [ sp:varName "localname"^^xsd:string
407 - ]
408 ] ; 259 ] ;
409 - sp:variable 260 + sp:variable _:b1
410 - [ sp:varName "wellBoreLogRun"^^xsd:string
411 - ]
412 ] [ rdf:type sp:Bind ; 261 ] [ rdf:type sp:Bind ;
413 sp:expression 262 sp:expression
414 [ rdf:type ep-spin-lib:selectLengthScale ; 263 [ rdf:type ep-spin-lib:selectLengthScale ;
415 - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string 264 + sp:arg1 _:b36
416 - ]
417 ] ; 265 ] ;
418 - sp:variable 266 + sp:variable _:b22
419 - [ sp:varName "lengthScaleMdTop"^^xsd:string
420 - ]
421 ] [ rdf:type sp:Bind ; 267 ] [ rdf:type sp:Bind ;
422 sp:expression 268 sp:expression
423 [ rdf:type ep-spin-lib:selectLengthScale ; 269 [ rdf:type ep-spin-lib:selectLengthScale ;
424 - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string 270 + sp:arg1 _:b40
425 - ]
426 ] ; 271 ] ;
427 - sp:variable 272 + sp:variable _:b28
428 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
429 - ]
430 ] [ rdf:type sp:Bind ; 273 ] [ rdf:type sp:Bind ;
431 sp:expression 274 sp:expression
432 [ rdf:type ep-spin-lib:selectLengthScale ; 275 [ rdf:type ep-spin-lib:selectLengthScale ;
433 - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string 276 + sp:arg1 _:b38
434 - ]
435 ] ; 277 ] ;
436 - sp:variable 278 + sp:variable _:b25
437 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
438 - ]
439 ] [ rdf:type sp:Bind ; 279 ] [ rdf:type sp:Bind ;
440 sp:expression 280 sp:expression
441 [ rdf:type ep-spin-lib:selectLengthScale ; 281 [ rdf:type ep-spin-lib:selectLengthScale ;
442 - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string 282 + sp:arg1 _:b42
443 - ]
444 ] ; 283 ] ;
445 - sp:variable 284 + sp:variable _:b31
446 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
447 - ]
448 ] [ rdf:type sp:Bind ; 285 ] [ rdf:type sp:Bind ;
449 sp:expression 286 sp:expression
450 [ rdf:type ep-spin-lib:selectLengthScale ; 287 [ rdf:type ep-spin-lib:selectLengthScale ;
451 - sp:arg1 [ sp:varName "uomMdTool"^^xsd:string 288 + sp:arg1 _:b44
452 - ]
453 ] ; 289 ] ;
454 - sp:variable 290 + sp:variable _:b15
455 - [ sp:varName "lengthScaleMdTool"^^xsd:string
456 - ]
457 ] [ rdf:type sp:Bind ; 291 ] [ rdf:type sp:Bind ;
458 sp:expression 292 sp:expression
459 [ rdf:type ep-spin-lib:selectLengthScale ; 293 [ rdf:type ep-spin-lib:selectLengthScale ;
460 - sp:arg1 [ sp:varName "uomTvdTool"^^xsd:string 294 + sp:arg1 _:b46
461 - ]
462 ] ; 295 ] ;
463 - sp:variable 296 + sp:variable _:b18
464 - [ sp:varName "lengthScaleTvdTool"^^xsd:string 297 + ] [ rdf:type sp:Bind ;
298 + sp:expression
299 + [ rdf:type rhspin:wellBoreByName ;
300 + arg:wellBoreName
301 + [ rdf:type xsd:string ;
302 + sp:arg1 _:b32
465 ] 303 ]
304 + ] ;
305 + sp:variable _:b4
466 ]) 306 ])
467 ] ; 307 ] ;
468 spin:rule 308 spin:rule
...@@ -470,25 +310,25 @@ ...@@ -470,25 +310,25 @@
470 rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; 310 rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ;
471 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; 311 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
472 sp:predicate rdf:type ; 312 sp:predicate rdf:type ;
473 - sp:subject _:b12 313 + sp:subject _:b49
474 - ] [ sp:object _:b13 ; 314 + ] [ sp:object _:b50 ;
475 sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; 315 sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
476 - sp:subject _:b12 316 + sp:subject _:b49
477 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; 317 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
478 sp:predicate rdf:type ; 318 sp:predicate rdf:type ;
479 - sp:subject _:b13 319 + sp:subject _:b50
480 ] [ sp:object 320 ] [ sp:object
481 [ sp:varName "realCirculating"^^xsd:string 321 [ sp:varName "realCirculating"^^xsd:string
482 ] ; 322 ] ;
483 sp:predicate 323 sp:predicate
484 [ sp:varName "temperatureScaleCirculating"^^xsd:string 324 [ sp:varName "temperatureScaleCirculating"^^xsd:string
485 ] ; 325 ] ;
486 - sp:subject _:b13 326 + sp:subject _:b50
487 ] [ sp:object 327 ] [ sp:object
488 [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string 328 [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string
489 ] ; 329 ] ;
490 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 330 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
491 - sp:subject _:b12 331 + sp:subject _:b49
492 ]) ; 332 ]) ;
493 sp:where ([ sp:object 333 sp:where ([ sp:object
494 [ sp:varName "nameWellBore"^^xsd:string 334 [ sp:varName "nameWellBore"^^xsd:string
...@@ -576,38 +416,38 @@ ...@@ -576,38 +416,38 @@
576 rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; 416 rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ;
577 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; 417 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ;
578 sp:predicate rdf:type ; 418 sp:predicate rdf:type ;
579 - sp:subject _:b14 419 + sp:subject _:b51
580 - ] [ sp:object _:b15 ; 420 + ] [ sp:object _:b52 ;
581 sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; 421 sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
582 - sp:subject _:b14 422 + sp:subject _:b51
583 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; 423 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
584 sp:predicate rdf:type ; 424 sp:predicate rdf:type ;
585 - sp:subject _:b15 425 + sp:subject _:b52
586 ] [ sp:object 426 ] [ sp:object
587 [ sp:varName "realStatic"^^xsd:string 427 [ sp:varName "realStatic"^^xsd:string
588 ] ; 428 ] ;
589 sp:predicate 429 sp:predicate
590 [ sp:varName "temperatureScaleStatic"^^xsd:string 430 [ sp:varName "temperatureScaleStatic"^^xsd:string
591 ] ; 431 ] ;
592 - sp:subject _:b15 432 + sp:subject _:b52
593 - ] [ sp:object _:b16 ; 433 + ] [ sp:object _:b53 ;
594 sp:predicate rdf:type ; 434 sp:predicate rdf:type ;
595 - sp:subject _:b14 435 + sp:subject _:b51
596 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 436 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
597 sp:predicate rdf:type ; 437 sp:predicate rdf:type ;
598 - sp:subject _:b16 438 + sp:subject _:b53
599 ] [ sp:object 439 ] [ sp:object
600 [ sp:varName "realDuration"^^xsd:string 440 [ sp:varName "realDuration"^^xsd:string
601 ] ; 441 ] ;
602 sp:predicate 442 sp:predicate
603 [ sp:varName "durationScale"^^xsd:string 443 [ sp:varName "durationScale"^^xsd:string
604 ] ; 444 ] ;
605 - sp:subject _:b16 445 + sp:subject _:b53
606 ] [ sp:object 446 ] [ sp:object
607 [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string 447 [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string
608 ] ; 448 ] ;
609 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 449 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
610 - sp:subject _:b14 450 + sp:subject _:b51
611 ]) ; 451 ]) ;
612 sp:where ([ sp:object 452 sp:where ([ sp:object
613 [ sp:varName "nameWellBore"^^xsd:string 453 [ sp:varName "nameWellBore"^^xsd:string
...@@ -722,3 +562,106 @@ ...@@ -722,3 +562,106 @@
722 ] 562 ]
723 ]) 563 ])
724 ] . 564 ] .
565 +
566 +_:b32
567 + sp:varName "nameWellBore"^^xsd:string .
568 +
569 +_:b33
570 + sp:varName "dTimStart"^^xsd:string .
571 +
572 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
573 +
574 +_:b34
575 + sp:varName "logInfo"^^xsd:string .
576 +
577 +_:b7 sp:varName "runNumber"^^xsd:string .
578 +
579 +_:b19
580 + sp:varName "toolDescription"^^xsd:string .
581 +
582 +_:b8 sp:varName "dTimEnd"^^xsd:string .
583 +
584 +_:b35
585 + sp:varName "mdTop"^^xsd:string .
586 +
587 +_:b36
588 + sp:varName "uomMdTop"^^xsd:string .
589 +
590 +_:b21
591 + sp:varName "realMdTop"^^xsd:string .
592 +
593 +_:b37
594 + sp:varName "mdBottom"^^xsd:string .
595 +
596 +_:b38
597 + sp:varName "uomMdBottom"^^xsd:string .
598 +
599 +_:b24
600 + sp:varName "realMdBottom"^^xsd:string .
601 +
602 +_:b39
603 + sp:varName "tvdTop"^^xsd:string .
604 +
605 +_:b40
606 + sp:varName "uomTvdTop"^^xsd:string .
607 +
608 +_:b27
609 + sp:varName "realTvdTop"^^xsd:string .
610 +
611 +_:b41
612 + sp:varName "tvdBottom"^^xsd:string .
613 +
614 +_:b42
615 + sp:varName "uomTvdBottom"^^xsd:string .
616 +
617 +_:b30
618 + sp:varName "realTvdBottom"^^xsd:string .
619 +
620 +_:b10
621 + sp:varName "nameServiceCompany"^^xsd:string .
622 +
623 +_:b43
624 + sp:varName "mdTempTool"^^xsd:string .
625 +
626 +_:b44
627 + sp:varName "uomMdTool"^^xsd:string .
628 +
629 +_:b14
630 + sp:varName "realMdTool"^^xsd:string .
631 +
632 +_:b45
633 + sp:varName "tvdTempTool"^^xsd:string .
634 +
635 +_:b46
636 + sp:varName "uomTvdTool"^^xsd:string .
637 +
638 +_:b17
639 + sp:varName "realTvdTool"^^xsd:string .
640 +
641 +_:b47
642 + sp:varName "normalizedWellBoreName"^^xsd:string .
643 +
644 +_:b48
645 + sp:varName "localname"^^xsd:string .
646 +
647 +_:b1 sp:varName "wellBoreLogRun"^^xsd:string .
648 +
649 +_:b22
650 + sp:varName "lengthScaleMdTop"^^xsd:string .
651 +
652 +_:b28
653 + sp:varName "lengthScaleTvdTop"^^xsd:string .
654 +
655 +_:b25
656 + sp:varName "lengthScaleMdBottom"^^xsd:string .
657 +
658 +_:b31
659 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
660 +
661 +_:b15
662 + sp:varName "lengthScaleMdTool"^^xsd:string .
663 +
664 +_:b18
665 + sp:varName "lengthScaleTvdTool"^^xsd:string .
666 +
667 +_:b4 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 15:23:33 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#> .
......