Showing
2 changed files
with
1301 additions
and
139 deletions
1 | -# Saved by TopBraid on Tue Sep 20 22:22:36 BST 2011 | 1 | +# Saved by TopBraid on Thu Sep 22 17:44:29 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables | 2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
... | @@ -81,57 +81,314 @@ ddr-tables:BitRecord | ... | @@ -81,57 +81,314 @@ ddr-tables:BitRecord |
81 | ] ; | 81 | ] ; |
82 | rhspin:tableHeaders ("Bit Size in"^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string "MD Start m"^^xsd:string "MD End m"^^xsd:string "Hole Made (last 24H)"^^xsd:string "Hours Drilled (last24H)"^^xsd:string "ROP m/h"^^xsd:string) . | 82 | rhspin:tableHeaders ("Bit Size in"^^xsd:string "Run No."^^xsd:string "Manufacturer"^^xsd:string "Model"^^xsd:string "Hours Drilled"^^xsd:string "MD Start m"^^xsd:string "MD End m"^^xsd:string "Hole Made (last 24H)"^^xsd:string "Hours Drilled (last24H)"^^xsd:string "ROP m/h"^^xsd:string) . |
83 | 83 | ||
84 | +ddr-tables:CasingLinerTubingInformation | ||
85 | + rdf:type rhspin:TableTemplate ; | ||
86 | + rdfs:label "Casing/Liner/Tubing Information"^^xsd:string ; | ||
87 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
88 | + spin:body | ||
89 | + [ rdf:type sp:Select ; | ||
90 | + sp:orderBy (_:b8) ; | ||
91 | + sp:resultVariables ([ sp:varName "typeOPipe"^^xsd:string | ||
92 | + ] [ sp:varName "casingType"^^xsd:string | ||
93 | + ] _:b8 _:b9 [ sp:varName "nominalOutsideDiameter"^^xsd:string | ||
94 | + ] [ sp:varName "nominalInsideDiameter"^^xsd:string | ||
95 | + ] [ sp:varName "nominalWeight"^^xsd:string | ||
96 | + ] [ sp:varName "nominalGrade"^^xsd:string | ||
97 | + ] [ sp:varName "nominalConnection"^^xsd:string | ||
98 | + ] [ sp:varName "length"^^xsd:string | ||
99 | + ] [ sp:varName "mDTopHanger"^^xsd:string | ||
100 | + ] [ sp:varName "mDBottomShoe"^^xsd:string | ||
101 | + ] [ sp:varName "description"^^xsd:string | ||
102 | + ]) ; | ||
103 | + sp:where ([ sp:object _:b10 ; | ||
104 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
105 | + sp:subject | ||
106 | + [ sp:varName "report"^^xsd:string | ||
107 | + ] | ||
108 | + ] [ sp:object _:b11 ; | ||
109 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
110 | + sp:subject _:b10 | ||
111 | + ] [ sp:object _:b8 ; | ||
112 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
113 | + sp:subject _:b11 | ||
114 | + ] [ sp:object _:b9 ; | ||
115 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
116 | + sp:subject _:b11 | ||
117 | + ] [ rdf:type sp:Optional ; | ||
118 | + sp:elements ([ sp:object _:b12 ; | ||
119 | + sp:predicate rdf:type ; | ||
120 | + sp:subject _:b11 | ||
121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
122 | + sp:predicate rdf:type ; | ||
123 | + sp:subject _:b12 | ||
124 | + ]) | ||
125 | + ] [ rdf:type sp:Optional ; | ||
126 | + sp:elements ([ sp:object _:b13 ; | ||
127 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
128 | + sp:subject _:b11 | ||
129 | + ] [ sp:object _:b14 ; | ||
130 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
131 | + sp:subject _:b13 | ||
132 | + ] [ sp:object | ||
133 | + [ sp:varName "endDepth"^^xsd:string | ||
134 | + ] ; | ||
135 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
136 | + sp:subject _:b14 | ||
137 | + ]) | ||
138 | + ] [ rdf:type sp:Optional ; | ||
139 | + sp:elements ([ sp:object | ||
140 | + [ sp:varName "desc"^^xsd:string | ||
141 | + ] ; | ||
142 | + sp:predicate rdfs:comment ; | ||
143 | + sp:subject _:b11 | ||
144 | + ]) | ||
145 | + ]) | ||
146 | + ] ; | ||
147 | + rhspin:tableHeaders ("Type of pipe"^^xsd:string "Casing type"^^xsd:string "Start time"^^xsd:string "End time"^^xsd:string "Nominal outside diameter in"^^xsd:string "Nominal inside diameter in"^^xsd:string "Nominal Weight lbm/ft"^^xsd:string "Nominal Grade"^^xsd:string "Nominal Connection"^^xsd:string "Length m"^^xsd:string "MD Top/Hanger m"^^xsd:string "MD Bottom/Shoe m"^^xsd:string "Description"^^xsd:string) . | ||
148 | + | ||
149 | +ddr-tables:CementFluidInformation | ||
150 | + rdf:type rhspin:TableTemplate ; | ||
151 | + rdfs:label "Cement Fluid Information"^^xsd:string ; | ||
152 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
153 | + spin:body | ||
154 | + [ rdf:type sp:Select ; | ||
155 | + sp:resultVariables ([ sp:varName "fluidType"^^xsd:string | ||
156 | + ] [ sp:varName "volumePumped"^^xsd:string | ||
157 | + ] [ sp:varName "fluidDensity"^^xsd:string | ||
158 | + ] [ sp:varName "yieldPoint"^^xsd:string | ||
159 | + ] [ sp:varName "mixWaterRatio"^^xsd:string | ||
160 | + ] [ sp:varName "freeWater"^^xsd:string | ||
161 | + ] [ sp:varName "thickeningTime"^^xsd:string | ||
162 | + ] [ sp:varName "fluidDescription"^^xsd:string | ||
163 | + ] _:b15) ; | ||
164 | + sp:where ([ sp:object _:b16 ; | ||
165 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
166 | + sp:subject | ||
167 | + [ sp:varName "report"^^xsd:string | ||
168 | + ] | ||
169 | + ] [ sp:object _:b17 ; | ||
170 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
171 | + sp:subject _:b16 | ||
172 | + ] [ sp:object | ||
173 | + [ sp:varName "startTime"^^xsd:string | ||
174 | + ] ; | ||
175 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
176 | + sp:subject _:b17 | ||
177 | + ] [ sp:object | ||
178 | + [ sp:varName "endTime"^^xsd:string | ||
179 | + ] ; | ||
180 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
181 | + sp:subject _:b17 | ||
182 | + ] [ rdf:type sp:Optional ; | ||
183 | + sp:elements ([ sp:object _:b18 ; | ||
184 | + sp:predicate rdf:type ; | ||
185 | + sp:subject _:b17 | ||
186 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
187 | + sp:predicate rdf:type ; | ||
188 | + sp:subject _:b18 | ||
189 | + ]) | ||
190 | + ] [ rdf:type sp:Optional ; | ||
191 | + sp:elements ([ sp:object _:b19 ; | ||
192 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
193 | + sp:subject _:b17 | ||
194 | + ] [ sp:object _:b20 ; | ||
195 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
196 | + sp:subject _:b19 | ||
197 | + ] [ sp:object | ||
198 | + [ sp:varName "endDepth"^^xsd:string | ||
199 | + ] ; | ||
200 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
201 | + sp:subject _:b20 | ||
202 | + ]) | ||
203 | + ] [ rdf:type sp:Optional ; | ||
204 | + sp:elements ([ sp:object _:b15 ; | ||
205 | + sp:predicate rdfs:comment ; | ||
206 | + sp:subject _:b17 | ||
207 | + ]) | ||
208 | + ]) | ||
209 | + ] ; | ||
210 | + rhspin:tableHeaders ("Fluid type"^^xsd:string "Volume pumped m3"^^xsd:string "Fluid density"^^xsd:string "Yield point ft3/sack"^^xsd:string "Mix water ratio gal/sack"^^xsd:string "Free water %"^^xsd:string "Thickening time h"^^xsd:string "Fluid Description"^^xsd:string "Comments"^^xsd:string) . | ||
211 | + | ||
212 | +ddr-tables:CementInformation | ||
213 | + rdf:type rhspin:TableTemplate ; | ||
214 | + rdfs:label "Cement Information"^^xsd:string ; | ||
215 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
216 | + spin:body | ||
217 | + [ rdf:type sp:Select ; | ||
218 | + sp:orderBy (_:b21) ; | ||
219 | + sp:resultVariables (_:b21 _:b22 [ sp:varName "jobType"^^xsd:string | ||
220 | + ] [ sp:varName "casingStringDiameter"^^xsd:string | ||
221 | + ] [ sp:varName "topPlug"^^xsd:string | ||
222 | + ] [ sp:varName "bottomPlug"^^xsd:string | ||
223 | + ] [ sp:varName "plugBumped"^^xsd:string | ||
224 | + ] [ sp:varName "plugBumpPressure"^^xsd:string | ||
225 | + ] [ sp:varName "floatHeld"^^xsd:string | ||
226 | + ] [ sp:varName "pressureReleaseTime"^^xsd:string | ||
227 | + ] [ sp:varName "fullReturns"^^xsd:string | ||
228 | + ] [ sp:varName "cementVolumeReturns"^^xsd:string | ||
229 | + ] [ sp:varName "reciprocated"^^xsd:string | ||
230 | + ] [ sp:varName "rotated"^^xsd:string | ||
231 | + ] _:b23) ; | ||
232 | + sp:where ([ sp:object _:b24 ; | ||
233 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
234 | + sp:subject | ||
235 | + [ sp:varName "report"^^xsd:string | ||
236 | + ] | ||
237 | + ] [ sp:object _:b25 ; | ||
238 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
239 | + sp:subject _:b24 | ||
240 | + ] [ sp:object _:b21 ; | ||
241 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
242 | + sp:subject _:b25 | ||
243 | + ] [ sp:object _:b22 ; | ||
244 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
245 | + sp:subject _:b25 | ||
246 | + ] [ rdf:type sp:Optional ; | ||
247 | + sp:elements ([ sp:object _:b26 ; | ||
248 | + sp:predicate rdf:type ; | ||
249 | + sp:subject _:b25 | ||
250 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
251 | + sp:predicate rdf:type ; | ||
252 | + sp:subject _:b26 | ||
253 | + ]) | ||
254 | + ] [ rdf:type sp:Optional ; | ||
255 | + sp:elements ([ sp:object _:b27 ; | ||
256 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
257 | + sp:subject _:b25 | ||
258 | + ] [ sp:object _:b28 ; | ||
259 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
260 | + sp:subject _:b27 | ||
261 | + ] [ sp:object | ||
262 | + [ sp:varName "endDepth"^^xsd:string | ||
263 | + ] ; | ||
264 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
265 | + sp:subject _:b28 | ||
266 | + ]) | ||
267 | + ] [ rdf:type sp:Optional ; | ||
268 | + sp:elements ([ sp:object _:b23 ; | ||
269 | + sp:predicate rdfs:comment ; | ||
270 | + sp:subject _:b25 | ||
271 | + ]) | ||
272 | + ]) | ||
273 | + ] ; | ||
274 | + rhspin:tableHeaders ("Start Time"^^xsd:string "End Time"^^xsd:string "Job type"^^xsd:string "Casing string diameter in"^^xsd:string "Top plug used"^^xsd:string "Bottom plug used"^^xsd:string "Plug bumped"^^xsd:string "Plug bump pressure bar"^^xsd:string "Float held"^^xsd:string "Pressure release time"^^xsd:string "Full returns"^^xsd:string "Cement volume returns m3"^^xsd:string "Reciprocated"^^xsd:string "Rotated"^^xsd:string "Comments"^^xsd:string) . | ||
275 | + | ||
276 | +ddr-tables:CoreInformation | ||
277 | + rdf:type rhspin:TableTemplate ; | ||
278 | + rdfs:label "Core Information"^^xsd:string ; | ||
279 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
280 | + spin:body | ||
281 | + [ rdf:type sp:Select ; | ||
282 | + sp:orderBy (_:b29) ; | ||
283 | + sp:resultVariables (_:b29 [ sp:varName "depthTopmMD"^^xsd:string | ||
284 | + ] [ sp:varName "depthBottommMDCore"^^xsd:string | ||
285 | + ] [ sp:varName "length"^^xsd:string | ||
286 | + ] [ sp:varName "recoveryCore"^^xsd:string | ||
287 | + ] [ sp:varName "coreBarrelLenght"^^xsd:string | ||
288 | + ] [ sp:varName "innerBarrelType"^^xsd:string | ||
289 | + ] [ sp:varName "description"^^xsd:string | ||
290 | + ]) ; | ||
291 | + sp:where ([ sp:object _:b30 ; | ||
292 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
293 | + sp:subject | ||
294 | + [ sp:varName "report"^^xsd:string | ||
295 | + ] | ||
296 | + ] [ sp:object _:b31 ; | ||
297 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
298 | + sp:subject _:b30 | ||
299 | + ] [ sp:object | ||
300 | + [ sp:varName "startTime"^^xsd:string | ||
301 | + ] ; | ||
302 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
303 | + sp:subject _:b31 | ||
304 | + ] [ sp:object | ||
305 | + [ sp:varName "endTime"^^xsd:string | ||
306 | + ] ; | ||
307 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
308 | + sp:subject _:b31 | ||
309 | + ] [ rdf:type sp:Optional ; | ||
310 | + sp:elements ([ sp:object _:b32 ; | ||
311 | + sp:predicate rdf:type ; | ||
312 | + sp:subject _:b31 | ||
313 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
314 | + sp:predicate rdf:type ; | ||
315 | + sp:subject _:b32 | ||
316 | + ]) | ||
317 | + ] [ rdf:type sp:Optional ; | ||
318 | + sp:elements ([ sp:object _:b33 ; | ||
319 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
320 | + sp:subject _:b31 | ||
321 | + ] [ sp:object _:b34 ; | ||
322 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
323 | + sp:subject _:b33 | ||
324 | + ] [ sp:object | ||
325 | + [ sp:varName "endDepth"^^xsd:string | ||
326 | + ] ; | ||
327 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
328 | + sp:subject _:b34 | ||
329 | + ]) | ||
330 | + ] [ rdf:type sp:Optional ; | ||
331 | + sp:elements ([ sp:object | ||
332 | + [ sp:varName "comments"^^xsd:string | ||
333 | + ] ; | ||
334 | + sp:predicate rdfs:comment ; | ||
335 | + sp:subject _:b31 | ||
336 | + ]) | ||
337 | + ]) | ||
338 | + ] ; | ||
339 | + rhspin:tableHeaders ("Core no"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Core length m"^^xsd:string "Recovery core %"^^xsd:string "Core barrel lenght m"^^xsd:string "Inner barrel type"^^xsd:string "Description"^^xsd:string) . | ||
340 | + | ||
84 | ddr-tables:EquipmentFailure | 341 | ddr-tables:EquipmentFailure |
85 | rdf:type rhspin:TableTemplate ; | 342 | rdf:type rhspin:TableTemplate ; |
86 | rdfs:label "Equipment Failure Information"^^xsd:string ; | 343 | rdfs:label "Equipment Failure Information"^^xsd:string ; |
87 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 344 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
88 | spin:body | 345 | spin:body |
89 | [ rdf:type sp:Select ; | 346 | [ rdf:type sp:Select ; |
90 | - sp:orderBy (_:b8) ; | 347 | + sp:orderBy (_:b35) ; |
91 | - sp:resultVariables (_:b8 _:b9 _:b10 [ sp:varName "activity"^^xsd:string | 348 | + sp:resultVariables (_:b35 _:b36 _:b37 [ sp:varName "activity"^^xsd:string |
92 | ] [ sp:varName "downtime"^^xsd:string | 349 | ] [ sp:varName "downtime"^^xsd:string |
93 | ] [ sp:varName "repairedTime"^^xsd:string | 350 | ] [ sp:varName "repairedTime"^^xsd:string |
94 | - ] _:b11) ; | 351 | + ] _:b38) ; |
95 | - sp:where ([ sp:object _:b12 ; | 352 | + sp:where ([ sp:object _:b39 ; |
96 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 353 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
97 | sp:subject | 354 | sp:subject |
98 | [ sp:varName "report"^^xsd:string | 355 | [ sp:varName "report"^^xsd:string |
99 | ] | 356 | ] |
100 | - ] [ sp:object _:b13 ; | 357 | + ] [ sp:object _:b40 ; |
101 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 358 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
102 | - sp:subject _:b12 | 359 | + sp:subject _:b39 |
103 | - ] [ sp:object _:b8 ; | 360 | + ] [ sp:object _:b35 ; |
104 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 361 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
105 | - sp:subject _:b13 | 362 | + sp:subject _:b40 |
106 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-equipment_failure> ; | 363 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-equipment_failure> ; |
107 | sp:predicate rdf:type ; | 364 | sp:predicate rdf:type ; |
108 | - sp:subject _:b13 | 365 | + sp:subject _:b40 |
109 | ] [ rdf:type sp:Optional ; | 366 | ] [ rdf:type sp:Optional ; |
110 | - sp:elements ([ sp:object _:b14 ; | 367 | + sp:elements ([ sp:object _:b41 ; |
111 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 368 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
112 | - sp:subject _:b13 | 369 | + sp:subject _:b40 |
113 | - ] [ sp:object _:b15 ; | 370 | + ] [ sp:object _:b42 ; |
114 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 371 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
115 | - sp:subject _:b14 | 372 | + sp:subject _:b41 |
116 | - ] [ sp:object _:b9 ; | 373 | + ] [ sp:object _:b36 ; |
117 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 374 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
118 | - sp:subject _:b15 | 375 | + sp:subject _:b42 |
119 | ]) | 376 | ]) |
120 | ] [ rdf:type sp:Optional ; | 377 | ] [ rdf:type sp:Optional ; |
121 | - sp:elements ([ sp:object _:b14 ; | 378 | + sp:elements ([ sp:object _:b41 ; |
122 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 379 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
123 | - sp:subject _:b13 | 380 | + sp:subject _:b40 |
124 | - ] [ sp:object _:b16 ; | 381 | + ] [ sp:object _:b43 ; |
125 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 382 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
126 | - sp:subject _:b14 | 383 | + sp:subject _:b41 |
127 | - ] [ sp:object _:b10 ; | 384 | + ] [ sp:object _:b37 ; |
128 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 385 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
129 | - sp:subject _:b16 | 386 | + sp:subject _:b43 |
130 | ]) | 387 | ]) |
131 | ] [ rdf:type sp:Optional ; | 388 | ] [ rdf:type sp:Optional ; |
132 | - sp:elements ([ sp:object _:b11 ; | 389 | + sp:elements ([ sp:object _:b38 ; |
133 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; | 390 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; |
134 | - sp:subject _:b13 | 391 | + sp:subject _:b40 |
135 | ]) | 392 | ]) |
136 | ]) | 393 | ]) |
137 | ] ; | 394 | ] ; |
... | @@ -143,227 +400,1132 @@ ddr-tables:Fluid | ... | @@ -143,227 +400,1132 @@ ddr-tables:Fluid |
143 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 400 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
144 | spin:body | 401 | spin:body |
145 | [ rdf:type sp:Select ; | 402 | [ rdf:type sp:Select ; |
146 | - sp:orderBy (_:b17) ; | 403 | + sp:orderBy (_:b44) ; |
147 | - sp:resultVariables (_:b18 _:b17 _:b19 _:b20 [ sp:varName "mud"^^xsd:string | 404 | + sp:resultVariables (_:b45 _:b44 _:b46 _:b47 [ sp:varName "mud"^^xsd:string |
148 | - ] _:b21 _:b22 _:b23) ; | 405 | + ] _:b48 _:b49 _:b50) ; |
149 | - sp:where ([ sp:object _:b24 ; | 406 | + sp:where ([ sp:object _:b51 ; |
150 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | 407 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
151 | sp:subject | 408 | sp:subject |
152 | [ sp:varName "report"^^xsd:string | 409 | [ sp:varName "report"^^xsd:string |
153 | ] | 410 | ] |
154 | - ] [ sp:object _:b25 ; | 411 | + ] [ sp:object _:b52 ; |
155 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 412 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
156 | - sp:subject _:b24 | 413 | + sp:subject _:b51 |
157 | - ] [ sp:object _:b17 ; | 414 | + ] [ sp:object _:b44 ; |
158 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 415 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; |
159 | - sp:subject _:b25 | 416 | + sp:subject _:b52 |
160 | ] [ rdf:type sp:Optional ; | 417 | ] [ rdf:type sp:Optional ; |
161 | - sp:elements ([ sp:object _:b26 ; | 418 | + sp:elements ([ sp:object _:b53 ; |
162 | sp:predicate rdf:type ; | 419 | sp:predicate rdf:type ; |
163 | - sp:subject _:b25 | 420 | + sp:subject _:b52 |
164 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | 421 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; |
165 | sp:predicate rdf:type ; | 422 | sp:predicate rdf:type ; |
166 | - sp:subject _:b26 | 423 | + sp:subject _:b53 |
167 | ]) | 424 | ]) |
168 | ] [ rdf:type sp:Optional ; | 425 | ] [ rdf:type sp:Optional ; |
169 | - sp:elements ([ sp:object _:b27 ; | 426 | + sp:elements ([ sp:object _:b54 ; |
170 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 427 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
171 | - sp:subject _:b25 | 428 | + sp:subject _:b52 |
172 | - ] [ sp:object _:b19 ; | 429 | + ] [ sp:object _:b46 ; |
173 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 430 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
174 | - sp:subject _:b27 | 431 | + sp:subject _:b54 |
175 | ]) | 432 | ]) |
176 | ] [ rdf:type sp:Optional ; | 433 | ] [ rdf:type sp:Optional ; |
177 | - sp:elements ([ sp:object _:b28 ; | 434 | + sp:elements ([ sp:object _:b55 ; |
178 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; | 435 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; |
179 | - sp:subject _:b25 | 436 | + sp:subject _:b52 |
180 | - ] [ sp:object _:b20 ; | 437 | + ] [ sp:object _:b47 ; |
181 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 438 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
182 | - sp:subject _:b28 | 439 | + sp:subject _:b55 |
183 | ]) | 440 | ]) |
184 | ] [ rdf:type sp:Optional ; | 441 | ] [ rdf:type sp:Optional ; |
185 | - sp:elements ([ sp:object _:b29 ; | 442 | + sp:elements ([ sp:object _:b56 ; |
186 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; | 443 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; |
187 | - sp:subject _:b25 | 444 | + sp:subject _:b52 |
188 | - ] [ sp:object _:b21 ; | 445 | + ] [ sp:object _:b48 ; |
189 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 446 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
190 | - sp:subject _:b29 | 447 | + sp:subject _:b56 |
191 | ]) | 448 | ]) |
192 | ] [ rdf:type sp:Optional ; | 449 | ] [ rdf:type sp:Optional ; |
193 | - sp:elements ([ sp:object _:b30 ; | 450 | + sp:elements ([ sp:object _:b57 ; |
194 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; | 451 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; |
195 | - sp:subject _:b25 | 452 | + sp:subject _:b52 |
196 | - ] [ sp:object _:b23 ; | 453 | + ] [ sp:object _:b50 ; |
197 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 454 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
198 | - sp:subject _:b30 | 455 | + sp:subject _:b57 |
199 | ]) | 456 | ]) |
200 | ] [ rdf:type sp:Optional ; | 457 | ] [ rdf:type sp:Optional ; |
201 | - sp:elements ([ sp:object _:b18 ; | 458 | + sp:elements ([ sp:object _:b45 ; |
202 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; | 459 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; |
203 | - sp:subject _:b25 | 460 | + sp:subject _:b52 |
204 | ]) | 461 | ]) |
205 | ] [ rdf:type sp:Optional ; | 462 | ] [ rdf:type sp:Optional ; |
206 | - sp:elements ([ sp:object _:b31 ; | 463 | + sp:elements ([ sp:object _:b58 ; |
207 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; | 464 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; |
208 | - sp:subject _:b25 | 465 | + sp:subject _:b52 |
209 | - ] [ sp:object _:b22 ; | 466 | + ] [ sp:object _:b49 ; |
210 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 467 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
211 | - sp:subject _:b31 | 468 | + sp:subject _:b58 |
212 | ]) | 469 | ]) |
213 | ]) | 470 | ]) |
214 | ] ; | 471 | ] ; |
215 | rhspin:tableHeaders ("Fluid Type"^^xsd:string "Time"^^xsd:string "mMD"^^xsd:string "Pressure"^^xsd:string "Mud Class"^^xsd:string "Density"^^xsd:string "YP"^^xsd:string "PV"^^xsd:string) . | 472 | rhspin:tableHeaders ("Fluid Type"^^xsd:string "Time"^^xsd:string "mMD"^^xsd:string "Pressure"^^xsd:string "Mud Class"^^xsd:string "Density"^^xsd:string "YP"^^xsd:string "PV"^^xsd:string) . |
216 | 473 | ||
217 | -ddr-tables:Operations | 474 | +ddr-tables:FormationTest |
218 | rdf:type rhspin:TableTemplate ; | 475 | rdf:type rhspin:TableTemplate ; |
219 | - rdfs:label "Operations"^^xsd:string ; | 476 | + rdfs:label "Formation Test"^^xsd:string ; |
220 | rdfs:subClassOf rhspin:DDRTableTemplates ; | 477 | rdfs:subClassOf rhspin:DDRTableTemplates ; |
221 | spin:body | 478 | spin:body |
222 | [ rdf:type sp:Select ; | 479 | [ rdf:type sp:Select ; |
223 | - sp:orderBy (_:b32) ; | 480 | + sp:resultVariables ([ sp:varName "depthmMD"^^xsd:string |
224 | - sp:resultVariables (_:b32 _:b33 [ sp:varName "startDepth"^^xsd:string | 481 | + ] [ sp:varName "formationPorePressure"^^xsd:string |
225 | - ] _:b34 [ sp:varName "depth"^^xsd:string | 482 | + ] [ sp:varName "goodSealInd"^^xsd:string |
226 | - ] _:b35 [ sp:varName "state"^^xsd:string | 483 | + ] [ sp:varName "depthToSamplePoint"^^xsd:string |
227 | - ] _:b36) ; | 484 | + ] [ sp:varName "dominantFluidComponent"^^xsd:string |
228 | - sp:where ([ sp:object _:b37 ; | 485 | + ] [ sp:varName "hCComponentDensity"^^xsd:string |
486 | + ] [ sp:varName "sampleVolume"^^xsd:string | ||
487 | + ] [ sp:varName "description"^^xsd:string | ||
488 | + ]) ; | ||
489 | + sp:where ([ sp:object _:b59 ; | ||
229 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 490 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
230 | sp:subject | 491 | sp:subject |
231 | [ sp:varName "report"^^xsd:string | 492 | [ sp:varName "report"^^xsd:string |
232 | ] | 493 | ] |
233 | - ] [ sp:object _:b38 ; | 494 | + ] [ sp:object _:b60 ; |
234 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 495 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
235 | - sp:subject _:b37 | 496 | + sp:subject _:b59 |
236 | - ] [ sp:object _:b32 ; | 497 | + ] [ sp:object |
498 | + [ sp:varName "startTime"^^xsd:string | ||
499 | + ] ; | ||
237 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 500 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
238 | - sp:subject _:b38 | 501 | + sp:subject _:b60 |
239 | - ] [ sp:object _:b33 ; | 502 | + ] [ sp:object |
503 | + [ sp:varName "endTime"^^xsd:string | ||
504 | + ] ; | ||
240 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 505 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
241 | - sp:subject _:b38 | 506 | + sp:subject _:b60 |
242 | ] [ rdf:type sp:Optional ; | 507 | ] [ rdf:type sp:Optional ; |
243 | - sp:elements ([ sp:object _:b35 ; | 508 | + sp:elements ([ sp:object _:b61 ; |
244 | sp:predicate rdf:type ; | 509 | sp:predicate rdf:type ; |
245 | - sp:subject _:b38 | 510 | + sp:subject _:b60 |
246 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | 511 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; |
247 | sp:predicate rdf:type ; | 512 | sp:predicate rdf:type ; |
248 | - sp:subject _:b35 | 513 | + sp:subject _:b61 |
249 | ]) | 514 | ]) |
250 | ] [ rdf:type sp:Optional ; | 515 | ] [ rdf:type sp:Optional ; |
251 | - sp:elements ([ sp:object _:b39 ; | 516 | + sp:elements ([ sp:object _:b62 ; |
252 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 517 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
253 | - sp:subject _:b38 | 518 | + sp:subject _:b60 |
254 | - ] [ sp:object _:b40 ; | 519 | + ] [ sp:object _:b63 ; |
255 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 520 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; |
256 | - sp:subject _:b39 | 521 | + sp:subject _:b62 |
257 | - ] [ sp:object _:b34 ; | 522 | + ] [ sp:object |
523 | + [ sp:varName "endDepth"^^xsd:string | ||
524 | + ] ; | ||
258 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | 525 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; |
259 | - sp:subject _:b40 | 526 | + sp:subject _:b63 |
260 | ]) | 527 | ]) |
261 | ] [ rdf:type sp:Optional ; | 528 | ] [ rdf:type sp:Optional ; |
262 | - sp:elements ([ sp:object _:b36 ; | 529 | + sp:elements ([ sp:object |
530 | + [ sp:varName "comments"^^xsd:string | ||
531 | + ] ; | ||
263 | sp:predicate rdfs:comment ; | 532 | sp:predicate rdfs:comment ; |
264 | - sp:subject _:b38 | 533 | + sp:subject _:b60 |
265 | ]) | 534 | ]) |
266 | ]) | 535 | ]) |
267 | ] ; | 536 | ] ; |
268 | - rhspin:tableHeaders ("Start Time"^^xsd:string "End Time"^^xsd:string "Start Depth mMD"^^xsd:string "End Depth mMD"^^xsd:string "Depth mMD"^^xsd:string "Main - Sub Activity"^^xsd:string "State"^^xsd:string "Remark"^^xsd:string) . | 537 | + rhspin:tableHeaders ("Depth mMD"^^xsd:string "Formation pore pressure MPa"^^xsd:string "Good seal ind"^^xsd:string "Depth to sample point m"^^xsd:string "Dominant fluid component"^^xsd:string "HC Component density g/cm3"^^xsd:string "Sample volume dm3"^^xsd:string "Description"^^xsd:string) . |
269 | - | ||
270 | -_:b11 | ||
271 | - sp:varName "failureDescription"^^xsd:string . | ||
272 | - | ||
273 | -_:b10 | ||
274 | - sp:varName "depthTVD"^^xsd:string . | ||
275 | - | ||
276 | -_:b16 | ||
277 | - sp:varName "tvd"^^xsd:string . | ||
278 | - | ||
279 | -_:b9 sp:varName "depthMD"^^xsd:string . | ||
280 | - | ||
281 | -_:b15 | ||
282 | - sp:varName "md"^^xsd:string . | ||
283 | - | ||
284 | -_:b14 | ||
285 | - sp:varName "wellbore"^^xsd:string . | ||
286 | - | ||
287 | -_:b8 sp:varName "startTime"^^xsd:string . | ||
288 | - | ||
289 | -_:b13 | ||
290 | - sp:varName "part"^^xsd:string . | ||
291 | - | ||
292 | -_:b12 | ||
293 | - sp:varName "reportOn"^^xsd:string . | ||
294 | - | ||
295 | -_:b40 | ||
296 | - sp:varName "ed"^^xsd:string . | ||
297 | - | ||
298 | -_:b39 | ||
299 | - sp:varName "wellbore"^^xsd:string . | ||
300 | - | ||
301 | -_:b38 | ||
302 | - sp:varName "part"^^xsd:string . | ||
303 | 538 | ||
304 | -_:b37 | 539 | +ddr-tables:GasReadingInformation |
305 | - sp:varName "reportOn"^^xsd:string . | 540 | + rdf:type rhspin:TableTemplate ; |
541 | + rdfs:label "Gas Reading Information"^^xsd:string ; | ||
542 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
543 | + spin:body | ||
544 | + [ rdf:type sp:Select ; | ||
545 | + sp:orderBy (_:b64) ; | ||
546 | + sp:resultVariables (_:b64 [ sp:varName "class"^^xsd:string | ||
547 | + ] [ sp:varName "type"^^xsd:string | ||
548 | + ] [ sp:varName "depthTopmMD"^^xsd:string | ||
549 | + ] [ sp:varName "depthBottommMD"^^xsd:string | ||
550 | + ] [ sp:varName "depthTopmTVD"^^xsd:string | ||
551 | + ] [ sp:varName "depthBottommTVD"^^xsd:string | ||
552 | + ] [ sp:varName "highestGas"^^xsd:string | ||
553 | + ] [ sp:varName "lowestGas"^^xsd:string | ||
554 | + ] [ sp:varName "c1"^^xsd:string | ||
555 | + ] [ sp:varName "c2"^^xsd:string | ||
556 | + ] [ sp:varName "c3"^^xsd:string | ||
557 | + ] [ sp:varName "ic4"^^xsd:string | ||
558 | + ] [ sp:varName "ic5"^^xsd:string | ||
559 | + ]) ; | ||
560 | + sp:where ([ sp:object _:b65 ; | ||
561 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
562 | + sp:subject | ||
563 | + [ sp:varName "report"^^xsd:string | ||
564 | + ] | ||
565 | + ] [ sp:object _:b66 ; | ||
566 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
567 | + sp:subject _:b65 | ||
568 | + ] [ sp:object | ||
569 | + [ sp:varName "startTime"^^xsd:string | ||
570 | + ] ; | ||
571 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
572 | + sp:subject _:b66 | ||
573 | + ] [ sp:object | ||
574 | + [ sp:varName "endTime"^^xsd:string | ||
575 | + ] ; | ||
576 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
577 | + sp:subject _:b66 | ||
578 | + ] [ rdf:type sp:Optional ; | ||
579 | + sp:elements ([ sp:object _:b67 ; | ||
580 | + sp:predicate rdf:type ; | ||
581 | + sp:subject _:b66 | ||
582 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
583 | + sp:predicate rdf:type ; | ||
584 | + sp:subject _:b67 | ||
585 | + ]) | ||
586 | + ] [ rdf:type sp:Optional ; | ||
587 | + sp:elements ([ sp:object _:b68 ; | ||
588 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
589 | + sp:subject _:b66 | ||
590 | + ] [ sp:object _:b69 ; | ||
591 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
592 | + sp:subject _:b68 | ||
593 | + ] [ sp:object | ||
594 | + [ sp:varName "endDepth"^^xsd:string | ||
595 | + ] ; | ||
596 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
597 | + sp:subject _:b69 | ||
598 | + ]) | ||
599 | + ] [ rdf:type sp:Optional ; | ||
600 | + sp:elements ([ sp:object | ||
601 | + [ sp:varName "comments"^^xsd:string | ||
602 | + ] ; | ||
603 | + sp:predicate rdfs:comment ; | ||
604 | + sp:subject _:b66 | ||
605 | + ]) | ||
606 | + ]) | ||
607 | + ] ; | ||
608 | + rhspin:tableHeaders ("Time"^^xsd:string "Class"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Depth Top mTVD"^^xsd:string "Depth Bottom mTVD"^^xsd:string "Highest gas %"^^xsd:string "Lowest gas %"^^xsd:string "C1 ppm"^^xsd:string "C2 ppm"^^xsd:string "C3 ppm"^^xsd:string "IC4 ppm"^^xsd:string "IC5 ppm"^^xsd:string) . | ||
306 | 609 | ||
307 | -_:b36 | 610 | +ddr-tables:LithologyInformation |
308 | - sp:varName "remark"^^xsd:string . | 611 | + rdf:type rhspin:TableTemplate ; |
612 | + rdfs:label "Lithology Information"^^xsd:string ; | ||
613 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
614 | + spin:body | ||
615 | + [ rdf:type sp:Select ; | ||
616 | + sp:orderBy ([ sp:varName "runNo"^^xsd:string | ||
617 | + ]) ; | ||
618 | + sp:resultVariables ([ sp:varName "startDepth"^^xsd:string | ||
619 | + ] _:b70 [ sp:varName "differenceInDepth"^^xsd:string | ||
620 | + ] [ sp:varName "showsDescription"^^xsd:string | ||
621 | + ] [ sp:varName "lithologyDescription"^^xsd:string | ||
622 | + ]) ; | ||
623 | + sp:where ([ sp:object _:b71 ; | ||
624 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
625 | + sp:subject | ||
626 | + [ sp:varName "report"^^xsd:string | ||
627 | + ] | ||
628 | + ] [ sp:object _:b72 ; | ||
629 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
630 | + sp:subject _:b71 | ||
631 | + ] [ sp:object | ||
632 | + [ sp:varName "startTime"^^xsd:string | ||
633 | + ] ; | ||
634 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
635 | + sp:subject _:b72 | ||
636 | + ] [ sp:object | ||
637 | + [ sp:varName "endTime"^^xsd:string | ||
638 | + ] ; | ||
639 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
640 | + sp:subject _:b72 | ||
641 | + ] [ rdf:type sp:Optional ; | ||
642 | + sp:elements ([ sp:object _:b73 ; | ||
643 | + sp:predicate rdf:type ; | ||
644 | + sp:subject _:b72 | ||
645 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
646 | + sp:predicate rdf:type ; | ||
647 | + sp:subject _:b73 | ||
648 | + ]) | ||
649 | + ] [ rdf:type sp:Optional ; | ||
650 | + sp:elements ([ sp:object _:b74 ; | ||
651 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
652 | + sp:subject _:b72 | ||
653 | + ] [ sp:object _:b75 ; | ||
654 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
655 | + sp:subject _:b74 | ||
656 | + ] [ sp:object _:b70 ; | ||
657 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
658 | + sp:subject _:b75 | ||
659 | + ]) | ||
660 | + ] [ rdf:type sp:Optional ; | ||
661 | + sp:elements ([ sp:object | ||
662 | + [ sp:varName "comments"^^xsd:string | ||
663 | + ] ; | ||
664 | + sp:predicate rdfs:comment ; | ||
665 | + sp:subject _:b72 | ||
666 | + ]) | ||
667 | + ]) | ||
668 | + ] ; | ||
669 | + rhspin:tableHeaders ("Start Depth mMD"^^xsd:string "End Depth mMD"^^xsd:string "Difference in Depth mMD"^^xsd:string "Start Depth mTVD"^^xsd:string "End Depth mTVD"^^xsd:string "Difference in Depth mTVD"^^xsd:string "Shows Description"^^xsd:string "Lithology Description"^^xsd:string) . | ||
670 | + | ||
671 | +ddr-tables:LogInformation | ||
672 | + rdf:type rhspin:TableTemplate ; | ||
673 | + rdfs:label "Log Information"^^xsd:string ; | ||
674 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
675 | + spin:body | ||
676 | + [ rdf:type sp:Select ; | ||
677 | + sp:orderBy (_:b76) ; | ||
678 | + sp:resultVariables (_:b76 [ sp:varName "depthTopmMD"^^xsd:string | ||
679 | + ] [ sp:varName "depthBottommMD"^^xsd:string | ||
680 | + ] [ sp:varName "tool"^^xsd:string | ||
681 | + ] [ sp:varName "bHCTdegC"^^xsd:string | ||
682 | + ] [ sp:varName "bHSTdegC"^^xsd:string | ||
683 | + ]) ; | ||
684 | + sp:where ([ sp:object _:b77 ; | ||
685 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
686 | + sp:subject | ||
687 | + [ sp:varName "report"^^xsd:string | ||
688 | + ] | ||
689 | + ] [ sp:object _:b78 ; | ||
690 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
691 | + sp:subject _:b77 | ||
692 | + ] [ sp:object | ||
693 | + [ sp:varName "startTime"^^xsd:string | ||
694 | + ] ; | ||
695 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
696 | + sp:subject _:b78 | ||
697 | + ] [ sp:object | ||
698 | + [ sp:varName "endTime"^^xsd:string | ||
699 | + ] ; | ||
700 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
701 | + sp:subject _:b78 | ||
702 | + ] [ rdf:type sp:Optional ; | ||
703 | + sp:elements ([ sp:object _:b79 ; | ||
704 | + sp:predicate rdf:type ; | ||
705 | + sp:subject _:b78 | ||
706 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
707 | + sp:predicate rdf:type ; | ||
708 | + sp:subject _:b79 | ||
709 | + ]) | ||
710 | + ] [ rdf:type sp:Optional ; | ||
711 | + sp:elements ([ sp:object _:b80 ; | ||
712 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
713 | + sp:subject _:b78 | ||
714 | + ] [ sp:object _:b81 ; | ||
715 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
716 | + sp:subject _:b80 | ||
717 | + ] [ sp:object | ||
718 | + [ sp:varName "endDepth"^^xsd:string | ||
719 | + ] ; | ||
720 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
721 | + sp:subject _:b81 | ||
722 | + ]) | ||
723 | + ] [ rdf:type sp:Optional ; | ||
724 | + sp:elements ([ sp:object | ||
725 | + [ sp:varName "comments"^^xsd:string | ||
726 | + ] ; | ||
727 | + sp:predicate rdfs:comment ; | ||
728 | + sp:subject _:b78 | ||
729 | + ]) | ||
730 | + ]) | ||
731 | + ] ; | ||
732 | + rhspin:tableHeaders ("Run no"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Tool"^^xsd:string "BHCT degC"^^xsd:string "BHST degC"^^xsd:string) . | ||
733 | + | ||
734 | +ddr-tables:Operations | ||
735 | + rdf:type rhspin:TableTemplate ; | ||
736 | + rdfs:label "Operations"^^xsd:string ; | ||
737 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
738 | + spin:body | ||
739 | + [ rdf:type sp:Select ; | ||
740 | + sp:orderBy (_:b82) ; | ||
741 | + sp:resultVariables (_:b82 _:b83 [ sp:varName "startDepth"^^xsd:string | ||
742 | + ] _:b84 [ sp:varName "depth"^^xsd:string | ||
743 | + ] _:b85 [ sp:varName "state"^^xsd:string | ||
744 | + ] _:b86) ; | ||
745 | + sp:where ([ sp:object _:b87 ; | ||
746 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
747 | + sp:subject | ||
748 | + [ sp:varName "report"^^xsd:string | ||
749 | + ] | ||
750 | + ] [ sp:object _:b88 ; | ||
751 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
752 | + sp:subject _:b87 | ||
753 | + ] [ sp:object _:b82 ; | ||
754 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
755 | + sp:subject _:b88 | ||
756 | + ] [ sp:object _:b83 ; | ||
757 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
758 | + sp:subject _:b88 | ||
759 | + ] [ rdf:type sp:Optional ; | ||
760 | + sp:elements ([ sp:object _:b85 ; | ||
761 | + sp:predicate rdf:type ; | ||
762 | + sp:subject _:b88 | ||
763 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
764 | + sp:predicate rdf:type ; | ||
765 | + sp:subject _:b85 | ||
766 | + ]) | ||
767 | + ] [ rdf:type sp:Optional ; | ||
768 | + sp:elements ([ sp:object _:b89 ; | ||
769 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
770 | + sp:subject _:b88 | ||
771 | + ] [ sp:object _:b90 ; | ||
772 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
773 | + sp:subject _:b89 | ||
774 | + ] [ sp:object _:b84 ; | ||
775 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
776 | + sp:subject _:b90 | ||
777 | + ]) | ||
778 | + ] [ rdf:type sp:Optional ; | ||
779 | + sp:elements ([ sp:object _:b86 ; | ||
780 | + sp:predicate rdfs:comment ; | ||
781 | + sp:subject _:b88 | ||
782 | + ]) | ||
783 | + ]) | ||
784 | + ] ; | ||
785 | + rhspin:tableHeaders ("Start Time"^^xsd:string "End Time"^^xsd:string "Start Depth mMD"^^xsd:string "End Depth mMD"^^xsd:string "Depth mMD"^^xsd:string "Main - Sub Activity"^^xsd:string "State"^^xsd:string "Remark"^^xsd:string) . | ||
786 | + | ||
787 | +ddr-tables:PerforationInformation | ||
788 | + rdf:type rhspin:TableTemplate ; | ||
789 | + rdfs:label "Perforation Information"^^xsd:string ; | ||
790 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
791 | + spin:body | ||
792 | + [ rdf:type sp:Select ; | ||
793 | + sp:orderBy (_:b91) ; | ||
794 | + sp:resultVariables (_:b91 [ sp:varName "timeOfClosingWellPerf"^^xsd:string | ||
795 | + ] [ sp:varName "durationWellPerf"^^xsd:string | ||
796 | + ] [ sp:varName "topOfPerfmMD"^^xsd:string | ||
797 | + ] [ sp:varName "bottomOfPerfmMD"^^xsd:string | ||
798 | + ] [ sp:varName "topOfPerfmTVD"^^xsd:string | ||
799 | + ] [ sp:varName "bottomOfPerfmTVD"^^xsd:string | ||
800 | + ]) ; | ||
801 | + sp:where ([ sp:object _:b92 ; | ||
802 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
803 | + sp:subject | ||
804 | + [ sp:varName "report"^^xsd:string | ||
805 | + ] | ||
806 | + ] [ sp:object _:b93 ; | ||
807 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
808 | + sp:subject _:b92 | ||
809 | + ] [ sp:object | ||
810 | + [ sp:varName "startTime"^^xsd:string | ||
811 | + ] ; | ||
812 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
813 | + sp:subject _:b93 | ||
814 | + ] [ sp:object | ||
815 | + [ sp:varName "endTime"^^xsd:string | ||
816 | + ] ; | ||
817 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
818 | + sp:subject _:b93 | ||
819 | + ] [ rdf:type sp:Optional ; | ||
820 | + sp:elements ([ sp:object _:b94 ; | ||
821 | + sp:predicate rdf:type ; | ||
822 | + sp:subject _:b93 | ||
823 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
824 | + sp:predicate rdf:type ; | ||
825 | + sp:subject _:b94 | ||
826 | + ]) | ||
827 | + ] [ rdf:type sp:Optional ; | ||
828 | + sp:elements ([ sp:object _:b95 ; | ||
829 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
830 | + sp:subject _:b93 | ||
831 | + ] [ sp:object _:b96 ; | ||
832 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
833 | + sp:subject _:b95 | ||
834 | + ] [ sp:object | ||
835 | + [ sp:varName "endDepth"^^xsd:string | ||
836 | + ] ; | ||
837 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
838 | + sp:subject _:b96 | ||
839 | + ]) | ||
840 | + ] [ rdf:type sp:Optional ; | ||
841 | + sp:elements ([ sp:object | ||
842 | + [ sp:varName "comments"^^xsd:string | ||
843 | + ] ; | ||
844 | + sp:predicate rdfs:comment ; | ||
845 | + sp:subject _:b93 | ||
846 | + ]) | ||
847 | + ]) | ||
848 | + ] ; | ||
849 | + rhspin:tableHeaders ("Time of opening well perf"^^xsd:string "Time of closing well perf"^^xsd:string "Duration well perf"^^xsd:string "Top of perf mMD"^^xsd:string "Bottom of perf mMD"^^xsd:string "Top of perf mTVD"^^xsd:string "Bottom of perf mTVD"^^xsd:string) . | ||
850 | + | ||
851 | +ddr-tables:PorePressure | ||
852 | + rdf:type rhspin:TableTemplate ; | ||
853 | + rdfs:label "Pore Pressure"^^xsd:string ; | ||
854 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
855 | + spin:body | ||
856 | + [ rdf:type sp:Select ; | ||
857 | + sp:orderBy (_:b97) ; | ||
858 | + sp:resultVariables ([ sp:varName "reading"^^xsd:string | ||
859 | + ] [ sp:varName "equMudWeight"^^xsd:string | ||
860 | + ] _:b97 [ sp:varName "depthmMD"^^xsd:string | ||
861 | + ] [ sp:varName "depthmTVD"^^xsd:string | ||
862 | + ]) ; | ||
863 | + sp:where ([ sp:object _:b98 ; | ||
864 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
865 | + sp:subject | ||
866 | + [ sp:varName "report"^^xsd:string | ||
867 | + ] | ||
868 | + ] [ sp:object _:b99 ; | ||
869 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
870 | + sp:subject _:b98 | ||
871 | + ] [ sp:object | ||
872 | + [ sp:varName "startTime"^^xsd:string | ||
873 | + ] ; | ||
874 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
875 | + sp:subject _:b99 | ||
876 | + ] [ sp:object | ||
877 | + [ sp:varName "endTime"^^xsd:string | ||
878 | + ] ; | ||
879 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
880 | + sp:subject _:b99 | ||
881 | + ] [ rdf:type sp:Optional ; | ||
882 | + sp:elements ([ sp:object _:b100 ; | ||
883 | + sp:predicate rdf:type ; | ||
884 | + sp:subject _:b99 | ||
885 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
886 | + sp:predicate rdf:type ; | ||
887 | + sp:subject _:b100 | ||
888 | + ]) | ||
889 | + ] [ rdf:type sp:Optional ; | ||
890 | + sp:elements ([ sp:object _:b101 ; | ||
891 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
892 | + sp:subject _:b99 | ||
893 | + ] [ sp:object _:b102 ; | ||
894 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
895 | + sp:subject _:b101 | ||
896 | + ] [ sp:object | ||
897 | + [ sp:varName "endDepth"^^xsd:string | ||
898 | + ] ; | ||
899 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
900 | + sp:subject _:b102 | ||
901 | + ]) | ||
902 | + ] [ rdf:type sp:Optional ; | ||
903 | + sp:elements ([ sp:object | ||
904 | + [ sp:varName "comments"^^xsd:string | ||
905 | + ] ; | ||
906 | + sp:predicate rdfs:comment ; | ||
907 | + sp:subject _:b99 | ||
908 | + ]) | ||
909 | + ]) | ||
910 | + ] ; | ||
911 | + rhspin:tableHeaders ("Reading"^^xsd:string "Equ Mud Weight g/cm3"^^xsd:string "Time"^^xsd:string "Depth mMD"^^xsd:string "Depth mTVD"^^xsd:string) . | ||
912 | + | ||
913 | +ddr-tables:StratigraphicInformation | ||
914 | + rdf:type rhspin:TableTemplate ; | ||
915 | + rdfs:label "Stratigraphic Information"^^xsd:string ; | ||
916 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
917 | + spin:body | ||
918 | + [ rdf:type sp:Select ; | ||
919 | + sp:resultVariables ([ sp:varName "depthToTopOfFormation"^^xsd:string | ||
920 | + ] [ sp:varName "formationName"^^xsd:string | ||
921 | + ]) ; | ||
922 | + sp:where ([ sp:object _:b103 ; | ||
923 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
924 | + sp:subject | ||
925 | + [ sp:varName "report"^^xsd:string | ||
926 | + ] | ||
927 | + ] [ sp:object _:b104 ; | ||
928 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
929 | + sp:subject _:b103 | ||
930 | + ] [ sp:object | ||
931 | + [ sp:varName "startTime"^^xsd:string | ||
932 | + ] ; | ||
933 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
934 | + sp:subject _:b104 | ||
935 | + ] [ sp:object | ||
936 | + [ sp:varName "endTime"^^xsd:string | ||
937 | + ] ; | ||
938 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
939 | + sp:subject _:b104 | ||
940 | + ] [ rdf:type sp:Optional ; | ||
941 | + sp:elements ([ sp:object _:b105 ; | ||
942 | + sp:predicate rdf:type ; | ||
943 | + sp:subject _:b104 | ||
944 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
945 | + sp:predicate rdf:type ; | ||
946 | + sp:subject _:b105 | ||
947 | + ]) | ||
948 | + ] [ rdf:type sp:Optional ; | ||
949 | + sp:elements ([ sp:object _:b106 ; | ||
950 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
951 | + sp:subject _:b104 | ||
952 | + ] [ sp:object _:b107 ; | ||
953 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
954 | + sp:subject _:b106 | ||
955 | + ] [ sp:object | ||
956 | + [ sp:varName "endDepth"^^xsd:string | ||
957 | + ] ; | ||
958 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
959 | + sp:subject _:b107 | ||
960 | + ]) | ||
961 | + ] [ rdf:type sp:Optional ; | ||
962 | + sp:elements ([ sp:object | ||
963 | + [ sp:varName "comments"^^xsd:string | ||
964 | + ] ; | ||
965 | + sp:predicate rdfs:comment ; | ||
966 | + sp:subject _:b104 | ||
967 | + ]) | ||
968 | + ]) | ||
969 | + ] ; | ||
970 | + rhspin:tableHeaders ("Depth to top of formation mMD"^^xsd:string "Depth to top of formation mTVD"^^xsd:string "Formation name"^^xsd:string) . | ||
971 | + | ||
972 | +ddr-tables:SurveyStation | ||
973 | + rdf:type rhspin:TableTemplate ; | ||
974 | + rdfs:label "Survey Station"^^xsd:string ; | ||
975 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
976 | + spin:body | ||
977 | + [ rdf:type sp:Select ; | ||
978 | + sp:resultVariables ([ sp:varName "depthmMD"^^xsd:string | ||
979 | + ] [ sp:varName "depthmTVD"^^xsd:string | ||
980 | + ] [ sp:varName "inclination"^^xsd:string | ||
981 | + ] [ sp:varName "azimuth"^^xsd:string | ||
982 | + ]) ; | ||
983 | + sp:where ([ sp:object _:b108 ; | ||
984 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
985 | + sp:subject | ||
986 | + [ sp:varName "report"^^xsd:string | ||
987 | + ] | ||
988 | + ] [ sp:object _:b109 ; | ||
989 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
990 | + sp:subject _:b108 | ||
991 | + ] [ sp:object | ||
992 | + [ sp:varName "startTime"^^xsd:string | ||
993 | + ] ; | ||
994 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
995 | + sp:subject _:b109 | ||
996 | + ] [ sp:object | ||
997 | + [ sp:varName "endTime"^^xsd:string | ||
998 | + ] ; | ||
999 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
1000 | + sp:subject _:b109 | ||
1001 | + ] [ rdf:type sp:Optional ; | ||
1002 | + sp:elements ([ sp:object _:b110 ; | ||
1003 | + sp:predicate rdf:type ; | ||
1004 | + sp:subject _:b109 | ||
1005 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
1006 | + sp:predicate rdf:type ; | ||
1007 | + sp:subject _:b110 | ||
1008 | + ]) | ||
1009 | + ] [ rdf:type sp:Optional ; | ||
1010 | + sp:elements ([ sp:object _:b111 ; | ||
1011 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1012 | + sp:subject _:b109 | ||
1013 | + ] [ sp:object _:b112 ; | ||
1014 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
1015 | + sp:subject _:b111 | ||
1016 | + ] [ sp:object | ||
1017 | + [ sp:varName "endDepth"^^xsd:string | ||
1018 | + ] ; | ||
1019 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
1020 | + sp:subject _:b112 | ||
1021 | + ]) | ||
1022 | + ] [ rdf:type sp:Optional ; | ||
1023 | + sp:elements ([ sp:object | ||
1024 | + [ sp:varName "comments"^^xsd:string | ||
1025 | + ] ; | ||
1026 | + sp:predicate rdfs:comment ; | ||
1027 | + sp:subject _:b109 | ||
1028 | + ]) | ||
1029 | + ]) | ||
1030 | + ] ; | ||
1031 | + rhspin:tableHeaders ("Depth mMD"^^xsd:string "Depth mTVD"^^xsd:string "Inclination"^^xsd:string "Azimuth"^^xsd:string) . | ||
1032 | + | ||
1033 | +ddr-tables:WellControlIncident | ||
1034 | + rdf:type rhspin:TableTemplate ; | ||
1035 | + rdfs:label "Well Control Incident"^^xsd:string ; | ||
1036 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
1037 | + spin:body | ||
1038 | + [ rdf:type sp:Select ; | ||
1039 | + sp:orderBy (_:b113) ; | ||
1040 | + sp:resultVariables (_:b113 [ sp:varName "depthOfWell"^^xsd:string | ||
1041 | + ] [ sp:varName "lostTime"^^xsd:string | ||
1042 | + ] [ sp:varName "timeForWellControlRegain"^^xsd:string | ||
1043 | + ] [ sp:varName "depthAtBit"^^xsd:string | ||
1044 | + ] [ sp:varName "drillingFluidDensity"^^xsd:string | ||
1045 | + ] [ sp:varName "porePressure"^^xsd:string | ||
1046 | + ] [ sp:varName "depthToCasing"^^xsd:string | ||
1047 | + ] [ sp:varName "gainedVolOfFluid"^^xsd:string | ||
1048 | + ] [ sp:varName "shutInCasingPressure"^^xsd:string | ||
1049 | + ] [ sp:varName "shutInDrillPipePressure"^^xsd:string | ||
1050 | + ] [ sp:varName "incidentClass"^^xsd:string | ||
1051 | + ] [ sp:varName "killingProcd"^^xsd:string | ||
1052 | + ] [ sp:varName "formation"^^xsd:string | ||
1053 | + ] [ sp:varName "bHT"^^xsd:string | ||
1054 | + ]) ; | ||
1055 | + sp:where ([ sp:object _:b114 ; | ||
1056 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
1057 | + sp:subject | ||
1058 | + [ sp:varName "report"^^xsd:string | ||
1059 | + ] | ||
1060 | + ] [ sp:object _:b115 ; | ||
1061 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
1062 | + sp:subject _:b114 | ||
1063 | + ] [ sp:object | ||
1064 | + [ sp:varName "startTime"^^xsd:string | ||
1065 | + ] ; | ||
1066 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
1067 | + sp:subject _:b115 | ||
1068 | + ] [ sp:object | ||
1069 | + [ sp:varName "endTime"^^xsd:string | ||
1070 | + ] ; | ||
1071 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
1072 | + sp:subject _:b115 | ||
1073 | + ] [ rdf:type sp:Optional ; | ||
1074 | + sp:elements ([ sp:object _:b116 ; | ||
1075 | + sp:predicate rdf:type ; | ||
1076 | + sp:subject _:b115 | ||
1077 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
1078 | + sp:predicate rdf:type ; | ||
1079 | + sp:subject _:b116 | ||
1080 | + ]) | ||
1081 | + ] [ rdf:type sp:Optional ; | ||
1082 | + sp:elements ([ sp:object _:b117 ; | ||
1083 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1084 | + sp:subject _:b115 | ||
1085 | + ] [ sp:object _:b118 ; | ||
1086 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
1087 | + sp:subject _:b117 | ||
1088 | + ] [ sp:object | ||
1089 | + [ sp:varName "endDepth"^^xsd:string | ||
1090 | + ] ; | ||
1091 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
1092 | + sp:subject _:b118 | ||
1093 | + ]) | ||
1094 | + ] [ rdf:type sp:Optional ; | ||
1095 | + sp:elements ([ sp:object | ||
1096 | + [ sp:varName "comments"^^xsd:string | ||
1097 | + ] ; | ||
1098 | + sp:predicate rdfs:comment ; | ||
1099 | + sp:subject _:b115 | ||
1100 | + ]) | ||
1101 | + ]) | ||
1102 | + ] ; | ||
1103 | + rhspin:tableHeaders ("Date"^^xsd:string "Depth of well mMD"^^xsd:string "Depth of well mTVD"^^xsd:string "Lost time min"^^xsd:string "Time for well control regain"^^xsd:string "Depth at bit mMD"^^xsd:string "Drilling fluid density g/cm3"^^xsd:string "Pore pressure g/cm3"^^xsd:string "Depth to casing mMD"^^xsd:string "Gained vol of Fluid"^^xsd:string "Shut in casing pressure bar"^^xsd:string "Shut in drill pipe pressure bar"^^xsd:string "Incident class"^^xsd:string "Killing procd"^^xsd:string "Formation"^^xsd:string "BHT"^^xsd:string) . | ||
1104 | + | ||
1105 | +ddr-tables:WellTestInformation | ||
1106 | + rdf:type rhspin:TableTemplate ; | ||
1107 | + rdfs:label "Well Test Information"^^xsd:string ; | ||
1108 | + rdfs:subClassOf rhspin:DDRTableTemplates ; | ||
1109 | + spin:body | ||
1110 | + [ rdf:type sp:Select ; | ||
1111 | + sp:orderBy (_:b119) ; | ||
1112 | + sp:resultVariables (_:b119 [ sp:varName "testNo"^^xsd:string | ||
1113 | + ] [ sp:varName "type"^^xsd:string | ||
1114 | + ] [ sp:varName "depthTopmMD"^^xsd:string | ||
1115 | + ] [ sp:varName "depthBottommMD"^^xsd:string | ||
1116 | + ] [ sp:varName "chokeOrifaceSize"^^xsd:string | ||
1117 | + ] [ sp:varName "densityCrudeOil"^^xsd:string | ||
1118 | + ] [ sp:varName "oilFlowRate"^^xsd:string | ||
1119 | + ] [ sp:varName "gasFlowRate"^^xsd:string | ||
1120 | + ] [ sp:varName "waterFlowRate"^^xsd:string | ||
1121 | + ] [ sp:varName "shutInPressure"^^xsd:string | ||
1122 | + ] [ sp:varName "flowPressure"^^xsd:string | ||
1123 | + ] [ sp:varName "bottomHolePressure"^^xsd:string | ||
1124 | + ] [ sp:varName "gasOilRatio"^^xsd:string | ||
1125 | + ] [ sp:varName "waterOilRatio"^^xsd:string | ||
1126 | + ] [ sp:varName "chlorideContent"^^xsd:string | ||
1127 | + ] [ sp:varName "cO2Content"^^xsd:string | ||
1128 | + ] [ sp:varName "h2SContent"^^xsd:string | ||
1129 | + ]) ; | ||
1130 | + sp:where ([ sp:object _:b120 ; | ||
1131 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
1132 | + sp:subject | ||
1133 | + [ sp:varName "report"^^xsd:string | ||
1134 | + ] | ||
1135 | + ] [ sp:object _:b121 ; | ||
1136 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
1137 | + sp:subject _:b120 | ||
1138 | + ] [ sp:object | ||
1139 | + [ sp:varName "startTime"^^xsd:string | ||
1140 | + ] ; | ||
1141 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
1142 | + sp:subject _:b121 | ||
1143 | + ] [ sp:object | ||
1144 | + [ sp:varName "endTime"^^xsd:string | ||
1145 | + ] ; | ||
1146 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
1147 | + sp:subject _:b121 | ||
1148 | + ] [ rdf:type sp:Optional ; | ||
1149 | + sp:elements ([ sp:object _:b122 ; | ||
1150 | + sp:predicate rdf:type ; | ||
1151 | + sp:subject _:b121 | ||
1152 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
1153 | + sp:predicate rdf:type ; | ||
1154 | + sp:subject _:b122 | ||
1155 | + ]) | ||
1156 | + ] [ rdf:type sp:Optional ; | ||
1157 | + sp:elements ([ sp:object _:b123 ; | ||
1158 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
1159 | + sp:subject _:b121 | ||
1160 | + ] [ sp:object _:b124 ; | ||
1161 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
1162 | + sp:subject _:b123 | ||
1163 | + ] [ sp:object | ||
1164 | + [ sp:varName "endDepth"^^xsd:string | ||
1165 | + ] ; | ||
1166 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
1167 | + sp:subject _:b124 | ||
1168 | + ]) | ||
1169 | + ] [ rdf:type sp:Optional ; | ||
1170 | + sp:elements ([ sp:object | ||
1171 | + [ sp:varName "comments"^^xsd:string | ||
1172 | + ] ; | ||
1173 | + sp:predicate rdfs:comment ; | ||
1174 | + sp:subject _:b121 | ||
1175 | + ]) | ||
1176 | + ]) | ||
1177 | + ] ; | ||
1178 | + rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) . | ||
309 | 1179 | ||
310 | -_:b35 | 1180 | +_:b113 |
1181 | + sp:varName "date"^^xsd:string . | ||
1182 | + | ||
1183 | +_:b118 | ||
1184 | + sp:varName "ed"^^xsd:string . | ||
1185 | + | ||
1186 | +_:b117 | ||
1187 | + sp:varName "wellbore"^^xsd:string . | ||
1188 | + | ||
1189 | +_:b116 | ||
311 | sp:varName "activity"^^xsd:string . | 1190 | sp:varName "activity"^^xsd:string . |
312 | 1191 | ||
313 | -_:b34 | 1192 | +_:b115 |
1193 | + sp:varName "part"^^xsd:string . | ||
1194 | + | ||
1195 | +_:b114 | ||
1196 | + sp:varName "reportOn"^^xsd:string . | ||
1197 | + | ||
1198 | +_:b91 | ||
1199 | + sp:varName "timeOfOpeningWellPerf"^^xsd:string . | ||
1200 | + | ||
1201 | +_:b96 | ||
1202 | + sp:varName "ed"^^xsd:string . | ||
1203 | + | ||
1204 | +_:b95 | ||
1205 | + sp:varName "wellbore"^^xsd:string . | ||
1206 | + | ||
1207 | +_:b94 | ||
1208 | + sp:varName "activity"^^xsd:string . | ||
1209 | + | ||
1210 | +_:b93 | ||
1211 | + sp:varName "part"^^xsd:string . | ||
1212 | + | ||
1213 | +_:b92 | ||
1214 | + sp:varName "reportOn"^^xsd:string . | ||
1215 | + | ||
1216 | +_:b64 | ||
1217 | + sp:varName "time"^^xsd:string . | ||
1218 | + | ||
1219 | +_:b69 | ||
1220 | + sp:varName "ed"^^xsd:string . | ||
1221 | + | ||
1222 | +_:b68 | ||
1223 | + sp:varName "wellbore"^^xsd:string . | ||
1224 | + | ||
1225 | +_:b67 | ||
1226 | + sp:varName "activity"^^xsd:string . | ||
1227 | + | ||
1228 | +_:b66 | ||
1229 | + sp:varName "part"^^xsd:string . | ||
1230 | + | ||
1231 | +_:b65 | ||
1232 | + sp:varName "reportOn"^^xsd:string . | ||
1233 | + | ||
1234 | +_:b14 | ||
1235 | + sp:varName "ed"^^xsd:string . | ||
1236 | + | ||
1237 | +_:b13 | ||
1238 | + sp:varName "wellbore"^^xsd:string . | ||
1239 | + | ||
1240 | +_:b12 | ||
1241 | + sp:varName "activity"^^xsd:string . | ||
1242 | + | ||
1243 | +_:b9 sp:varName "endTime"^^xsd:string . | ||
1244 | + | ||
1245 | +_:b8 sp:varName "startTime"^^xsd:string . | ||
1246 | + | ||
1247 | +_:b11 | ||
1248 | + sp:varName "part"^^xsd:string . | ||
1249 | + | ||
1250 | +_:b10 | ||
1251 | + sp:varName "reportOn"^^xsd:string . | ||
1252 | + | ||
1253 | +_:b70 | ||
314 | sp:varName "endDepth"^^xsd:string . | 1254 | sp:varName "endDepth"^^xsd:string . |
315 | 1255 | ||
1256 | +_:b75 | ||
1257 | + sp:varName "ed"^^xsd:string . | ||
1258 | + | ||
1259 | +_:b74 | ||
1260 | + sp:varName "wellbore"^^xsd:string . | ||
1261 | + | ||
1262 | +_:b73 | ||
1263 | + sp:varName "activity"^^xsd:string . | ||
1264 | + | ||
1265 | +_:b72 | ||
1266 | + sp:varName "part"^^xsd:string . | ||
1267 | + | ||
1268 | +_:b71 | ||
1269 | + sp:varName "reportOn"^^xsd:string . | ||
1270 | + | ||
1271 | +_:b107 | ||
1272 | + sp:varName "ed"^^xsd:string . | ||
1273 | + | ||
1274 | +_:b106 | ||
1275 | + sp:varName "wellbore"^^xsd:string . | ||
1276 | + | ||
1277 | +_:b105 | ||
1278 | + sp:varName "activity"^^xsd:string . | ||
1279 | + | ||
1280 | +_:b104 | ||
1281 | + sp:varName "part"^^xsd:string . | ||
1282 | + | ||
1283 | +_:b103 | ||
1284 | + sp:varName "reportOn"^^xsd:string . | ||
1285 | + | ||
1286 | +_:b63 | ||
1287 | + sp:varName "ed"^^xsd:string . | ||
1288 | + | ||
1289 | +_:b62 | ||
1290 | + sp:varName "wellbore"^^xsd:string . | ||
1291 | + | ||
1292 | +_:b61 | ||
1293 | + sp:varName "activity"^^xsd:string . | ||
1294 | + | ||
1295 | +_:b60 | ||
1296 | + sp:varName "part"^^xsd:string . | ||
1297 | + | ||
1298 | +_:b59 | ||
1299 | + sp:varName "reportOn"^^xsd:string . | ||
1300 | + | ||
1301 | +_:b119 | ||
1302 | + sp:varName "time"^^xsd:string . | ||
1303 | + | ||
1304 | +_:b124 | ||
1305 | + sp:varName "ed"^^xsd:string . | ||
1306 | + | ||
1307 | +_:b123 | ||
1308 | + sp:varName "wellbore"^^xsd:string . | ||
1309 | + | ||
1310 | +_:b122 | ||
1311 | + sp:varName "activity"^^xsd:string . | ||
1312 | + | ||
1313 | +_:b121 | ||
1314 | + sp:varName "part"^^xsd:string . | ||
1315 | + | ||
1316 | +_:b120 | ||
1317 | + sp:varName "reportOn"^^xsd:string . | ||
1318 | + | ||
1319 | +_:b29 | ||
1320 | + sp:varName "coreNo"^^xsd:string . | ||
1321 | + | ||
1322 | +_:b34 | ||
1323 | + sp:varName "ed"^^xsd:string . | ||
1324 | + | ||
316 | _:b33 | 1325 | _:b33 |
317 | - sp:varName "endTime"^^xsd:string . | 1326 | + sp:varName "wellbore"^^xsd:string . |
318 | 1327 | ||
319 | _:b32 | 1328 | _:b32 |
320 | - sp:varName "startTime"^^xsd:string . | 1329 | + sp:varName "activity"^^xsd:string . |
321 | 1330 | ||
322 | _:b31 | 1331 | _:b31 |
323 | - sp:varName "yp"^^xsd:string . | 1332 | + sp:varName "part"^^xsd:string . |
324 | 1333 | ||
325 | _:b30 | 1334 | _:b30 |
326 | - sp:varName "pv"^^xsd:string . | 1335 | + sp:varName "reportOn"^^xsd:string . |
327 | 1336 | ||
328 | -_:b29 | 1337 | +_:b76 |
329 | - sp:varName "density"^^xsd:string . | 1338 | + sp:varName "runNo"^^xsd:string . |
1339 | + | ||
1340 | +_:b81 | ||
1341 | + sp:varName "ed"^^xsd:string . | ||
1342 | + | ||
1343 | +_:b80 | ||
1344 | + sp:varName "wellbore"^^xsd:string . | ||
1345 | + | ||
1346 | +_:b79 | ||
1347 | + sp:varName "activity"^^xsd:string . | ||
1348 | + | ||
1349 | +_:b78 | ||
1350 | + sp:varName "part"^^xsd:string . | ||
1351 | + | ||
1352 | +_:b77 | ||
1353 | + sp:varName "reportOn"^^xsd:string . | ||
1354 | + | ||
1355 | +_:b112 | ||
1356 | + sp:varName "ed"^^xsd:string . | ||
1357 | + | ||
1358 | +_:b111 | ||
1359 | + sp:varName "wellbore"^^xsd:string . | ||
1360 | + | ||
1361 | +_:b110 | ||
1362 | + sp:varName "activity"^^xsd:string . | ||
1363 | + | ||
1364 | +_:b109 | ||
1365 | + sp:varName "part"^^xsd:string . | ||
1366 | + | ||
1367 | +_:b108 | ||
1368 | + sp:varName "reportOn"^^xsd:string . | ||
1369 | + | ||
1370 | +_:b97 | ||
1371 | + sp:varName "time"^^xsd:string . | ||
1372 | + | ||
1373 | +_:b102 | ||
1374 | + sp:varName "ed"^^xsd:string . | ||
1375 | + | ||
1376 | +_:b101 | ||
1377 | + sp:varName "wellbore"^^xsd:string . | ||
1378 | + | ||
1379 | +_:b100 | ||
1380 | + sp:varName "activity"^^xsd:string . | ||
1381 | + | ||
1382 | +_:b99 | ||
1383 | + sp:varName "part"^^xsd:string . | ||
1384 | + | ||
1385 | +_:b98 | ||
1386 | + sp:varName "reportOn"^^xsd:string . | ||
1387 | + | ||
1388 | +_:b15 | ||
1389 | + sp:varName "comments"^^xsd:string . | ||
1390 | + | ||
1391 | +_:b20 | ||
1392 | + sp:varName "ed"^^xsd:string . | ||
1393 | + | ||
1394 | +_:b19 | ||
1395 | + sp:varName "wellbore"^^xsd:string . | ||
1396 | + | ||
1397 | +_:b18 | ||
1398 | + sp:varName "activity"^^xsd:string . | ||
1399 | + | ||
1400 | +_:b17 | ||
1401 | + sp:varName "part"^^xsd:string . | ||
1402 | + | ||
1403 | +_:b16 | ||
1404 | + sp:varName "reportOn"^^xsd:string . | ||
1405 | + | ||
1406 | +_:b23 | ||
1407 | + sp:varName "comments"^^xsd:string . | ||
330 | 1408 | ||
331 | _:b28 | 1409 | _:b28 |
332 | - sp:varName "pressure"^^xsd:string . | 1410 | + sp:varName "ed"^^xsd:string . |
333 | 1411 | ||
334 | _:b27 | 1412 | _:b27 |
335 | - sp:varName "md"^^xsd:string . | 1413 | + sp:varName "wellbore"^^xsd:string . |
336 | 1414 | ||
337 | _:b26 | 1415 | _:b26 |
338 | sp:varName "activity"^^xsd:string . | 1416 | sp:varName "activity"^^xsd:string . |
339 | 1417 | ||
1418 | +_:b22 | ||
1419 | + sp:varName "endTime"^^xsd:string . | ||
1420 | + | ||
1421 | +_:b21 | ||
1422 | + sp:varName "startTime"^^xsd:string . | ||
1423 | + | ||
340 | _:b25 | 1424 | _:b25 |
341 | sp:varName "part"^^xsd:string . | 1425 | sp:varName "part"^^xsd:string . |
342 | 1426 | ||
343 | _:b24 | 1427 | _:b24 |
344 | sp:varName "reportOn"^^xsd:string . | 1428 | sp:varName "reportOn"^^xsd:string . |
345 | 1429 | ||
346 | -_:b23 | 1430 | +_:b90 |
1431 | + sp:varName "ed"^^xsd:string . | ||
1432 | + | ||
1433 | +_:b89 | ||
1434 | + sp:varName "wellbore"^^xsd:string . | ||
1435 | + | ||
1436 | +_:b88 | ||
1437 | + sp:varName "part"^^xsd:string . | ||
1438 | + | ||
1439 | +_:b87 | ||
1440 | + sp:varName "reportOn"^^xsd:string . | ||
1441 | + | ||
1442 | +_:b86 | ||
1443 | + sp:varName "remark"^^xsd:string . | ||
1444 | + | ||
1445 | +_:b85 | ||
1446 | + sp:varName "activity"^^xsd:string . | ||
1447 | + | ||
1448 | +_:b84 | ||
1449 | + sp:varName "endDepth"^^xsd:string . | ||
1450 | + | ||
1451 | +_:b83 | ||
1452 | + sp:varName "endTime"^^xsd:string . | ||
1453 | + | ||
1454 | +_:b82 | ||
1455 | + sp:varName "startTime"^^xsd:string . | ||
1456 | + | ||
1457 | +_:b58 | ||
1458 | + sp:varName "yp"^^xsd:string . | ||
1459 | + | ||
1460 | +_:b57 | ||
1461 | + sp:varName "pv"^^xsd:string . | ||
1462 | + | ||
1463 | +_:b56 | ||
1464 | + sp:varName "density"^^xsd:string . | ||
1465 | + | ||
1466 | +_:b55 | ||
1467 | + sp:varName "pressure"^^xsd:string . | ||
1468 | + | ||
1469 | +_:b54 | ||
1470 | + sp:varName "md"^^xsd:string . | ||
1471 | + | ||
1472 | +_:b53 | ||
1473 | + sp:varName "activity"^^xsd:string . | ||
1474 | + | ||
1475 | +_:b52 | ||
1476 | + sp:varName "part"^^xsd:string . | ||
1477 | + | ||
1478 | +_:b51 | ||
1479 | + sp:varName "reportOn"^^xsd:string . | ||
1480 | + | ||
1481 | +_:b50 | ||
347 | sp:varName "pvVal"^^xsd:string . | 1482 | sp:varName "pvVal"^^xsd:string . |
348 | 1483 | ||
349 | -_:b22 | 1484 | +_:b49 |
350 | sp:varName "ypVal"^^xsd:string . | 1485 | sp:varName "ypVal"^^xsd:string . |
351 | 1486 | ||
352 | -_:b21 | 1487 | +_:b48 |
353 | sp:varName "densityVal"^^xsd:string . | 1488 | sp:varName "densityVal"^^xsd:string . |
354 | 1489 | ||
355 | -_:b20 | 1490 | +_:b47 |
356 | sp:varName "pressureVal"^^xsd:string . | 1491 | sp:varName "pressureVal"^^xsd:string . |
357 | 1492 | ||
358 | -_:b19 | 1493 | +_:b46 |
359 | sp:varName "depth"^^xsd:string . | 1494 | sp:varName "depth"^^xsd:string . |
360 | 1495 | ||
361 | -_:b18 | 1496 | +_:b45 |
362 | sp:varName "type"^^xsd:string . | 1497 | sp:varName "type"^^xsd:string . |
363 | 1498 | ||
364 | -_:b17 | 1499 | +_:b44 |
365 | sp:varName "time"^^xsd:string . | 1500 | sp:varName "time"^^xsd:string . |
366 | 1501 | ||
1502 | +_:b43 | ||
1503 | + sp:varName "tvd"^^xsd:string . | ||
1504 | + | ||
1505 | +_:b42 | ||
1506 | + sp:varName "md"^^xsd:string . | ||
1507 | + | ||
1508 | +_:b41 | ||
1509 | + sp:varName "wellbore"^^xsd:string . | ||
1510 | + | ||
1511 | +_:b40 | ||
1512 | + sp:varName "part"^^xsd:string . | ||
1513 | + | ||
1514 | +_:b39 | ||
1515 | + sp:varName "reportOn"^^xsd:string . | ||
1516 | + | ||
1517 | +_:b38 | ||
1518 | + sp:varName "failureDescription"^^xsd:string . | ||
1519 | + | ||
1520 | +_:b37 | ||
1521 | + sp:varName "depthTVD"^^xsd:string . | ||
1522 | + | ||
1523 | +_:b36 | ||
1524 | + sp:varName "depthMD"^^xsd:string . | ||
1525 | + | ||
1526 | +_:b35 | ||
1527 | + sp:varName "startTime"^^xsd:string . | ||
1528 | + | ||
367 | _:b7 sp:varName "md"^^xsd:string . | 1529 | _:b7 sp:varName "md"^^xsd:string . |
368 | 1530 | ||
369 | _:b6 sp:varName "wellbore"^^xsd:string . | 1531 | _:b6 sp:varName "wellbore"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Tue Sep 20 22:22:36 BST 2011 | 1 | +# Saved by TopBraid on Thu Sep 22 17:44:29 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#> . | ... | ... |
-
Please register or login to post a comment