David Price

Add time to URIs

This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Fri Oct 28 20:31:52 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 1 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type 2 +# imports: http://spinrdf.org/spin
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/report 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 -# imports: http://www.witsml.org/schemas/1series
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
8 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
9 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
10 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
11 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 9 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
12 -# imports: http://spinrdf.org/spin 10 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
13 # imports: http://www.reportinghub.no/spin/rh 11 # imports: http://www.reportinghub.no/spin/rh
12 +# imports: http://www.witsml.org/schemas/1series
14 13
15 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . 14 @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> .
16 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 15 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -32,7 +31,7 @@ ...@@ -32,7 +31,7 @@
32 31
33 <http://www.reportinghub.no/ep/spin/1.1/lib> 32 <http://www.reportinghub.no/ep/spin/1.1/lib>
34 rdf:type owl:Ontology ; 33 rdf:type owl:Ontology ;
35 - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; 34 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
36 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 35 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
37 36
38 ep-spin-lib:Function 37 ep-spin-lib:Function
...@@ -213,7 +212,8 @@ ep-spin-lib:buildExtractAWellCoreURI ...@@ -213,7 +212,8 @@ ep-spin-lib:buildExtractAWellCoreURI
213 rdfs:subClassOf ep-spin-lib:Function ; 212 rdfs:subClassOf ep-spin-lib:Function ;
214 spin:body 213 spin:body
215 [ rdf:type sp:Select ; 214 [ rdf:type sp:Select ;
216 - sp:resultVariables (_:b7) ; 215 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
216 + ]) ;
217 sp:where ([ rdf:type sp:Bind ; 217 sp:where ([ rdf:type sp:Bind ;
218 sp:expression 218 sp:expression
219 [ rdf:type ep-spin-lib:buildURI ; 219 [ rdf:type ep-spin-lib:buildURI ;
...@@ -221,10 +221,14 @@ ep-spin-lib:buildExtractAWellCoreURI ...@@ -221,10 +221,14 @@ ep-spin-lib:buildExtractAWellCoreURI
221 sp:arg2 [ rdf:type fn:concat ; 221 sp:arg2 [ rdf:type fn:concat ;
222 sp:arg1 spin:_arg1 ; 222 sp:arg1 spin:_arg1 ;
223 sp:arg2 "$" ; 223 sp:arg2 "$" ;
224 - sp:arg3 spin:_arg2 224 + sp:arg3 spin:_arg2 ;
225 + sp:arg4 "$" ;
226 + sp:arg5 spin:_arg3
225 ] 227 ]
226 ] ; 228 ] ;
227 - sp:variable _:b7 229 + sp:variable
230 + [ sp:varName "uri"^^xsd:string
231 + ]
228 ]) 232 ])
229 ] . 233 ] .
230 234
...@@ -234,7 +238,7 @@ ep-spin-lib:buildFluidReadingURI ...@@ -234,7 +238,7 @@ ep-spin-lib:buildFluidReadingURI
234 rdfs:subClassOf ep-spin-lib:Function ; 238 rdfs:subClassOf ep-spin-lib:Function ;
235 spin:body 239 spin:body
236 [ rdf:type sp:Select ; 240 [ rdf:type sp:Select ;
237 - sp:resultVariables (_:b8) ; 241 + sp:resultVariables (_:b7) ;
238 sp:where ([ rdf:type sp:Bind ; 242 sp:where ([ rdf:type sp:Bind ;
239 sp:expression 243 sp:expression
240 [ rdf:type ep-spin-lib:buildURI ; 244 [ rdf:type ep-spin-lib:buildURI ;
...@@ -247,7 +251,7 @@ ep-spin-lib:buildFluidReadingURI ...@@ -247,7 +251,7 @@ ep-spin-lib:buildFluidReadingURI
247 sp:arg5 spin:_arg3 251 sp:arg5 spin:_arg3
248 ] 252 ]
249 ] ; 253 ] ;
250 - sp:variable _:b8 254 + sp:variable _:b7
251 ]) 255 ])
252 ] . 256 ] .
253 257
...@@ -257,7 +261,8 @@ ep-spin-lib:buildGasReadingURI ...@@ -257,7 +261,8 @@ ep-spin-lib:buildGasReadingURI
257 rdfs:subClassOf ep-spin-lib:Function ; 261 rdfs:subClassOf ep-spin-lib:Function ;
258 spin:body 262 spin:body
259 [ rdf:type sp:Select ; 263 [ rdf:type sp:Select ;
260 - sp:resultVariables (_:b9) ; 264 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
265 + ]) ;
261 sp:where ([ rdf:type sp:Bind ; 266 sp:where ([ rdf:type sp:Bind ;
262 sp:expression 267 sp:expression
263 [ rdf:type ep-spin-lib:buildURI ; 268 [ rdf:type ep-spin-lib:buildURI ;
...@@ -265,10 +270,14 @@ ep-spin-lib:buildGasReadingURI ...@@ -265,10 +270,14 @@ ep-spin-lib:buildGasReadingURI
265 sp:arg2 [ rdf:type fn:concat ; 270 sp:arg2 [ rdf:type fn:concat ;
266 sp:arg1 spin:_arg1 ; 271 sp:arg1 spin:_arg1 ;
267 sp:arg2 "$" ; 272 sp:arg2 "$" ;
268 - sp:arg3 spin:_arg2 273 + sp:arg3 spin:_arg2 ;
274 + sp:arg4 "$" ;
275 + sp:arg5 spin:_arg3
269 ] 276 ]
270 ] ; 277 ] ;
271 - sp:variable _:b9 278 + sp:variable
279 + [ sp:varName "uri"^^xsd:string
280 + ]
272 ]) 281 ])
273 ] . 282 ] .
274 283
...@@ -278,7 +287,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI ...@@ -278,7 +287,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
278 rdfs:subClassOf ep-spin-lib:Function ; 287 rdfs:subClassOf ep-spin-lib:Function ;
279 spin:body 288 spin:body
280 [ rdf:type sp:Select ; 289 [ rdf:type sp:Select ;
281 - sp:resultVariables (_:b10) ; 290 + sp:resultVariables (_:b8) ;
282 sp:where ([ rdf:type sp:Bind ; 291 sp:where ([ rdf:type sp:Bind ;
283 sp:expression 292 sp:expression
284 [ rdf:type ep-spin-lib:buildURI ; 293 [ rdf:type ep-spin-lib:buildURI ;
...@@ -289,7 +298,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI ...@@ -289,7 +298,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
289 sp:arg3 spin:_arg2 298 sp:arg3 spin:_arg2
290 ] 299 ]
291 ] ; 300 ] ;
292 - sp:variable _:b10 301 + sp:variable _:b8
293 ]) 302 ])
294 ] . 303 ] .
295 304
...@@ -299,7 +308,7 @@ ep-spin-lib:buildLithShowObservationURI ...@@ -299,7 +308,7 @@ ep-spin-lib:buildLithShowObservationURI
299 rdfs:subClassOf ep-spin-lib:Function ; 308 rdfs:subClassOf ep-spin-lib:Function ;
300 spin:body 309 spin:body
301 [ rdf:type sp:Select ; 310 [ rdf:type sp:Select ;
302 - sp:resultVariables (_:b11) ; 311 + sp:resultVariables (_:b9) ;
303 sp:where ([ rdf:type sp:Bind ; 312 sp:where ([ rdf:type sp:Bind ;
304 sp:expression 313 sp:expression
305 [ rdf:type ep-spin-lib:buildURI ; 314 [ rdf:type ep-spin-lib:buildURI ;
...@@ -312,7 +321,7 @@ ep-spin-lib:buildLithShowObservationURI ...@@ -312,7 +321,7 @@ ep-spin-lib:buildLithShowObservationURI
312 sp:arg5 spin:_arg3 321 sp:arg5 spin:_arg3
313 ] 322 ]
314 ] ; 323 ] ;
315 - sp:variable _:b11 324 + sp:variable _:b9
316 ]) 325 ])
317 ] . 326 ] .
318 327
...@@ -322,7 +331,8 @@ ep-spin-lib:buildOpenPerforationIntervalURI ...@@ -322,7 +331,8 @@ ep-spin-lib:buildOpenPerforationIntervalURI
322 rdfs:subClassOf ep-spin-lib:Function ; 331 rdfs:subClassOf ep-spin-lib:Function ;
323 spin:body 332 spin:body
324 [ rdf:type sp:Select ; 333 [ rdf:type sp:Select ;
325 - sp:resultVariables (_:b12) ; 334 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
335 + ]) ;
326 sp:where ([ rdf:type sp:Bind ; 336 sp:where ([ rdf:type sp:Bind ;
327 sp:expression 337 sp:expression
328 [ rdf:type ep-spin-lib:buildURI ; 338 [ rdf:type ep-spin-lib:buildURI ;
...@@ -330,10 +340,14 @@ ep-spin-lib:buildOpenPerforationIntervalURI ...@@ -330,10 +340,14 @@ ep-spin-lib:buildOpenPerforationIntervalURI
330 sp:arg2 [ rdf:type fn:concat ; 340 sp:arg2 [ rdf:type fn:concat ;
331 sp:arg1 spin:_arg1 ; 341 sp:arg1 spin:_arg1 ;
332 sp:arg2 "$" ; 342 sp:arg2 "$" ;
333 - sp:arg3 spin:_arg2 343 + sp:arg3 spin:_arg2 ;
344 + sp:arg4 "$" ;
345 + sp:arg5 spin:_arg3
334 ] 346 ]
335 ] ; 347 ] ;
336 - sp:variable _:b12 348 + sp:variable
349 + [ sp:varName "uri"^^xsd:string
350 + ]
337 ]) 351 ])
338 ] . 352 ] .
339 353
...@@ -343,7 +357,7 @@ ep-spin-lib:buildPartActivityURI ...@@ -343,7 +357,7 @@ ep-spin-lib:buildPartActivityURI
343 rdfs:subClassOf ep-spin-lib:Function ; 357 rdfs:subClassOf ep-spin-lib:Function ;
344 spin:body 358 spin:body
345 [ rdf:type sp:Select ; 359 [ rdf:type sp:Select ;
346 - sp:resultVariables (_:b13) ; 360 + sp:resultVariables (_:b10) ;
347 sp:where ([ rdf:type sp:Bind ; 361 sp:where ([ rdf:type sp:Bind ;
348 sp:expression 362 sp:expression
349 [ rdf:type ep-spin-lib:buildURI ; 363 [ rdf:type ep-spin-lib:buildURI ;
...@@ -356,7 +370,7 @@ ep-spin-lib:buildPartActivityURI ...@@ -356,7 +370,7 @@ ep-spin-lib:buildPartActivityURI
356 sp:arg5 spin:_arg3 370 sp:arg5 spin:_arg3
357 ] 371 ]
358 ] ; 372 ] ;
359 - sp:variable _:b13 373 + sp:variable _:b10
360 ]) 374 ])
361 ] . 375 ] .
362 376
...@@ -366,7 +380,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI ...@@ -366,7 +380,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
366 rdfs:subClassOf ep-spin-lib:Function ; 380 rdfs:subClassOf ep-spin-lib:Function ;
367 spin:body 381 spin:body
368 [ rdf:type sp:Select ; 382 [ rdf:type sp:Select ;
369 - sp:resultVariables (_:b14) ; 383 + sp:resultVariables (_:b11) ;
370 sp:where ([ rdf:type sp:Bind ; 384 sp:where ([ rdf:type sp:Bind ;
371 sp:expression 385 sp:expression
372 [ rdf:type ep-spin-lib:buildURI ; 386 [ rdf:type ep-spin-lib:buildURI ;
...@@ -377,7 +391,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI ...@@ -377,7 +391,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI
377 sp:arg3 spin:_arg2 391 sp:arg3 spin:_arg2
378 ] 392 ]
379 ] ; 393 ] ;
380 - sp:variable _:b14 394 + sp:variable _:b11
381 ]) 395 ])
382 ] . 396 ] .
383 397
...@@ -387,7 +401,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI ...@@ -387,7 +401,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
387 rdfs:subClassOf ep-spin-lib:Function ; 401 rdfs:subClassOf ep-spin-lib:Function ;
388 spin:body 402 spin:body
389 [ rdf:type sp:Select ; 403 [ rdf:type sp:Select ;
390 - sp:resultVariables (_:b15) ; 404 + sp:resultVariables (_:b12) ;
391 sp:where ([ rdf:type sp:Bind ; 405 sp:where ([ rdf:type sp:Bind ;
392 sp:expression 406 sp:expression
393 [ rdf:type ep-spin-lib:buildURI ; 407 [ rdf:type ep-spin-lib:buildURI ;
...@@ -398,7 +412,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI ...@@ -398,7 +412,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI
398 sp:arg3 spin:_arg2 412 sp:arg3 spin:_arg2
399 ] 413 ]
400 ] ; 414 ] ;
401 - sp:variable _:b15 415 + sp:variable _:b12
402 ]) 416 ])
403 ] . 417 ] .
404 418
...@@ -408,7 +422,7 @@ ep-spin-lib:buildPorePressureDeterminationURI ...@@ -408,7 +422,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
408 rdfs:subClassOf ep-spin-lib:Function ; 422 rdfs:subClassOf ep-spin-lib:Function ;
409 spin:body 423 spin:body
410 [ rdf:type sp:Select ; 424 [ rdf:type sp:Select ;
411 - sp:resultVariables (_:b16) ; 425 + sp:resultVariables (_:b13) ;
412 sp:where ([ rdf:type sp:Bind ; 426 sp:where ([ rdf:type sp:Bind ;
413 sp:expression 427 sp:expression
414 [ rdf:type ep-spin-lib:buildURI ; 428 [ rdf:type ep-spin-lib:buildURI ;
...@@ -421,7 +435,7 @@ ep-spin-lib:buildPorePressureDeterminationURI ...@@ -421,7 +435,7 @@ ep-spin-lib:buildPorePressureDeterminationURI
421 sp:arg5 spin:_arg3 435 sp:arg5 spin:_arg3
422 ] 436 ]
423 ] ; 437 ] ;
424 - sp:variable _:b16 438 + sp:variable _:b13
425 ]) 439 ])
426 ] . 440 ] .
427 441
...@@ -431,7 +445,7 @@ ep-spin-lib:buildPreliminaryZonationURI ...@@ -431,7 +445,7 @@ ep-spin-lib:buildPreliminaryZonationURI
431 rdfs:subClassOf ep-spin-lib:Function ; 445 rdfs:subClassOf ep-spin-lib:Function ;
432 spin:body 446 spin:body
433 [ rdf:type sp:Select ; 447 [ rdf:type sp:Select ;
434 - sp:resultVariables (_:b17) ; 448 + sp:resultVariables (_:b14) ;
435 sp:where ([ rdf:type sp:Bind ; 449 sp:where ([ rdf:type sp:Bind ;
436 sp:expression 450 sp:expression
437 [ rdf:type ep-spin-lib:buildURI ; 451 [ rdf:type ep-spin-lib:buildURI ;
...@@ -444,7 +458,7 @@ ep-spin-lib:buildPreliminaryZonationURI ...@@ -444,7 +458,7 @@ ep-spin-lib:buildPreliminaryZonationURI
444 sp:arg5 spin:_arg3 458 sp:arg5 spin:_arg3
445 ] 459 ]
446 ] ; 460 ] ;
447 - sp:variable _:b17 461 + sp:variable _:b14
448 ]) 462 ])
449 ] . 463 ] .
450 464
...@@ -474,7 +488,7 @@ ep-spin-lib:buildTemporalPartOfARigURI ...@@ -474,7 +488,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
474 rdfs:subClassOf ep-spin-lib:Function ; 488 rdfs:subClassOf ep-spin-lib:Function ;
475 spin:body 489 spin:body
476 [ rdf:type sp:Select ; 490 [ rdf:type sp:Select ;
477 - sp:resultVariables (_:b18) ; 491 + sp:resultVariables (_:b15) ;
478 sp:where ([ rdf:type sp:Bind ; 492 sp:where ([ rdf:type sp:Bind ;
479 sp:expression 493 sp:expression
480 [ rdf:type ep-spin-lib:buildURI ; 494 [ rdf:type ep-spin-lib:buildURI ;
...@@ -487,7 +501,7 @@ ep-spin-lib:buildTemporalPartOfARigURI ...@@ -487,7 +501,7 @@ ep-spin-lib:buildTemporalPartOfARigURI
487 sp:arg5 spin:_arg3 501 sp:arg5 spin:_arg3
488 ] 502 ]
489 ] ; 503 ] ;
490 - sp:variable _:b18 504 + sp:variable _:b15
491 ]) 505 ])
492 ] . 506 ] .
493 507
...@@ -497,7 +511,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI ...@@ -497,7 +511,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
497 rdfs:subClassOf ep-spin-lib:Function ; 511 rdfs:subClassOf ep-spin-lib:Function ;
498 spin:body 512 spin:body
499 [ rdf:type sp:Select ; 513 [ rdf:type sp:Select ;
500 - sp:resultVariables (_:b19) ; 514 + sp:resultVariables (_:b16) ;
501 sp:where ([ rdf:type sp:Bind ; 515 sp:where ([ rdf:type sp:Bind ;
502 sp:expression 516 sp:expression
503 [ rdf:type ep-spin-lib:buildURI ; 517 [ rdf:type ep-spin-lib:buildURI ;
...@@ -508,7 +522,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI ...@@ -508,7 +522,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
508 sp:arg3 spin:_arg2 522 sp:arg3 spin:_arg2
509 ] 523 ]
510 ] ; 524 ] ;
511 - sp:variable _:b19 525 + sp:variable _:b16
512 ]) 526 ])
513 ] . 527 ] .
514 528
...@@ -518,7 +532,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI ...@@ -518,7 +532,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
518 rdfs:subClassOf ep-spin-lib:Function ; 532 rdfs:subClassOf ep-spin-lib:Function ;
519 spin:body 533 spin:body
520 [ rdf:type sp:Select ; 534 [ rdf:type sp:Select ;
521 - sp:resultVariables (_:b20) ; 535 + sp:resultVariables (_:b17) ;
522 sp:where ([ rdf:type sp:Bind ; 536 sp:where ([ rdf:type sp:Bind ;
523 sp:expression 537 sp:expression
524 [ rdf:type ep-spin-lib:buildURI ; 538 [ rdf:type ep-spin-lib:buildURI ;
...@@ -531,7 +545,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI ...@@ -531,7 +545,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
531 sp:arg5 spin:_arg3 545 sp:arg5 spin:_arg3
532 ] 546 ]
533 ] ; 547 ] ;
534 - sp:variable _:b20 548 + sp:variable _:b17
535 ]) 549 ])
536 ] . 550 ] .
537 551
...@@ -541,7 +555,7 @@ ep-spin-lib:buildURI ...@@ -541,7 +555,7 @@ ep-spin-lib:buildURI
541 rdfs:subClassOf ep-spin-lib:Function ; 555 rdfs:subClassOf ep-spin-lib:Function ;
542 spin:body 556 spin:body
543 [ rdf:type sp:Select ; 557 [ rdf:type sp:Select ;
544 - sp:resultVariables (_:b21) ; 558 + sp:resultVariables (_:b18) ;
545 sp:where ([ rdf:type sp:Bind ; 559 sp:where ([ rdf:type sp:Bind ;
546 sp:expression 560 sp:expression
547 [ rdf:type sp:iri ; 561 [ rdf:type sp:iri ;
...@@ -550,17 +564,17 @@ ep-spin-lib:buildURI ...@@ -550,17 +564,17 @@ ep-spin-lib:buildURI
550 sp:arg2 spin:_arg2 564 sp:arg2 spin:_arg2
551 ] 565 ]
552 ] ; 566 ] ;
553 - sp:variable _:b21 567 + sp:variable _:b18
554 ]) 568 ])
555 ] ; 569 ] ;
556 spin:constraint 570 spin:constraint
557 [ rdf:type spl:Argument ; 571 [ rdf:type spl:Argument ;
558 - spl:predicate sp:arg1 ; 572 + spl:predicate sp:arg2 ;
559 spl:valueType xsd:string 573 spl:valueType xsd:string
560 ] ; 574 ] ;
561 spin:constraint 575 spin:constraint
562 [ rdf:type spl:Argument ; 576 [ rdf:type spl:Argument ;
563 - spl:predicate sp:arg2 ; 577 + spl:predicate sp:arg1 ;
564 spl:valueType xsd:string 578 spl:valueType xsd:string
565 ] . 579 ] .
566 580
...@@ -570,7 +584,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI ...@@ -570,7 +584,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
570 rdfs:subClassOf ep-spin-lib:Function ; 584 rdfs:subClassOf ep-spin-lib:Function ;
571 spin:body 585 spin:body
572 [ rdf:type sp:Select ; 586 [ rdf:type sp:Select ;
573 - sp:resultVariables (_:b22) ; 587 + sp:resultVariables (_:b19) ;
574 sp:where ([ rdf:type sp:Bind ; 588 sp:where ([ rdf:type sp:Bind ;
575 sp:expression 589 sp:expression
576 [ rdf:type ep-spin-lib:buildURI ; 590 [ rdf:type ep-spin-lib:buildURI ;
...@@ -583,7 +597,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI ...@@ -583,7 +597,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
583 sp:arg5 spin:_arg3 597 sp:arg5 spin:_arg3
584 ] 598 ]
585 ] ; 599 ] ;
586 - sp:variable _:b22 600 + sp:variable _:b19
587 ]) 601 ])
588 ] . 602 ] .
589 603
...@@ -593,7 +607,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI ...@@ -593,7 +607,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
593 rdfs:subClassOf ep-spin-lib:Function ; 607 rdfs:subClassOf ep-spin-lib:Function ;
594 spin:body 608 spin:body
595 [ rdf:type sp:Select ; 609 [ rdf:type sp:Select ;
596 - sp:resultVariables (_:b23) ; 610 + sp:resultVariables (_:b20) ;
597 sp:where ([ rdf:type sp:Bind ; 611 sp:where ([ rdf:type sp:Bind ;
598 sp:expression 612 sp:expression
599 [ rdf:type ep-spin-lib:buildURI ; 613 [ rdf:type ep-spin-lib:buildURI ;
...@@ -606,7 +620,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI ...@@ -606,7 +620,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI
606 sp:arg5 spin:_arg3 620 sp:arg5 spin:_arg3
607 ] 621 ]
608 ] ; 622 ] ;
609 - sp:variable _:b23 623 + sp:variable _:b20
610 ]) 624 ])
611 ] . 625 ] .
612 626
...@@ -616,7 +630,7 @@ ep-spin-lib:buildWellBoreDrillBitURI ...@@ -616,7 +630,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
616 rdfs:subClassOf ep-spin-lib:Function ; 630 rdfs:subClassOf ep-spin-lib:Function ;
617 spin:body 631 spin:body
618 [ rdf:type sp:Select ; 632 [ rdf:type sp:Select ;
619 - sp:resultVariables (_:b24) ; 633 + sp:resultVariables (_:b21) ;
620 sp:where ([ rdf:type sp:Bind ; 634 sp:where ([ rdf:type sp:Bind ;
621 sp:expression 635 sp:expression
622 [ rdf:type ep-spin-lib:buildURI ; 636 [ rdf:type ep-spin-lib:buildURI ;
...@@ -627,7 +641,7 @@ ep-spin-lib:buildWellBoreDrillBitURI ...@@ -627,7 +641,7 @@ ep-spin-lib:buildWellBoreDrillBitURI
627 sp:arg3 spin:_arg2 641 sp:arg3 spin:_arg2
628 ] 642 ]
629 ] ; 643 ] ;
630 - sp:variable _:b24 644 + sp:variable _:b21
631 ]) 645 ])
632 ] . 646 ] .
633 647
...@@ -637,7 +651,7 @@ ep-spin-lib:buildWellBoreKickOffURI ...@@ -637,7 +651,7 @@ ep-spin-lib:buildWellBoreKickOffURI
637 rdfs:subClassOf ep-spin-lib:Function ; 651 rdfs:subClassOf ep-spin-lib:Function ;
638 spin:body 652 spin:body
639 [ rdf:type sp:Select ; 653 [ rdf:type sp:Select ;
640 - sp:resultVariables (_:b25) ; 654 + sp:resultVariables (_:b22) ;
641 sp:where ([ rdf:type sp:Bind ; 655 sp:where ([ rdf:type sp:Bind ;
642 sp:expression 656 sp:expression
643 [ rdf:type ep-spin-lib:buildURI ; 657 [ rdf:type ep-spin-lib:buildURI ;
...@@ -646,7 +660,7 @@ ep-spin-lib:buildWellBoreKickOffURI ...@@ -646,7 +660,7 @@ ep-spin-lib:buildWellBoreKickOffURI
646 sp:arg1 spin:_arg1 660 sp:arg1 spin:_arg1
647 ] 661 ]
648 ] ; 662 ] ;
649 - sp:variable _:b25 663 + sp:variable _:b22
650 ]) 664 ])
651 ] . 665 ] .
652 666
...@@ -656,7 +670,7 @@ ep-spin-lib:buildWellBoreLogRunURI ...@@ -656,7 +670,7 @@ ep-spin-lib:buildWellBoreLogRunURI
656 rdfs:subClassOf ep-spin-lib:Function ; 670 rdfs:subClassOf ep-spin-lib:Function ;
657 spin:body 671 spin:body
658 [ rdf:type sp:Select ; 672 [ rdf:type sp:Select ;
659 - sp:resultVariables (_:b26) ; 673 + sp:resultVariables (_:b23) ;
660 sp:where ([ rdf:type sp:Bind ; 674 sp:where ([ rdf:type sp:Bind ;
661 sp:expression 675 sp:expression
662 [ rdf:type ep-spin-lib:buildURI ; 676 [ rdf:type ep-spin-lib:buildURI ;
...@@ -669,7 +683,7 @@ ep-spin-lib:buildWellBoreLogRunURI ...@@ -669,7 +683,7 @@ ep-spin-lib:buildWellBoreLogRunURI
669 sp:arg5 spin:_arg3 683 sp:arg5 spin:_arg3
670 ] 684 ]
671 ] ; 685 ] ;
672 - sp:variable _:b26 686 + sp:variable _:b23
673 ]) 687 ])
674 ] . 688 ] .
675 689
...@@ -679,7 +693,8 @@ ep-spin-lib:buildWellCementJobURI ...@@ -679,7 +693,8 @@ ep-spin-lib:buildWellCementJobURI
679 rdfs:subClassOf ep-spin-lib:Function ; 693 rdfs:subClassOf ep-spin-lib:Function ;
680 spin:body 694 spin:body
681 [ rdf:type sp:Select ; 695 [ rdf:type sp:Select ;
682 - sp:resultVariables (_:b27) ; 696 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
697 + ]) ;
683 sp:where ([ rdf:type sp:Bind ; 698 sp:where ([ rdf:type sp:Bind ;
684 sp:expression 699 sp:expression
685 [ rdf:type ep-spin-lib:buildURI ; 700 [ rdf:type ep-spin-lib:buildURI ;
...@@ -687,10 +702,14 @@ ep-spin-lib:buildWellCementJobURI ...@@ -687,10 +702,14 @@ ep-spin-lib:buildWellCementJobURI
687 sp:arg2 [ rdf:type fn:concat ; 702 sp:arg2 [ rdf:type fn:concat ;
688 sp:arg1 spin:_arg1 ; 703 sp:arg1 spin:_arg1 ;
689 sp:arg2 "$" ; 704 sp:arg2 "$" ;
690 - sp:arg3 spin:_arg2 705 + sp:arg3 spin:_arg2 ;
706 + sp:arg4 "$" ;
707 + sp:arg5 spin:_arg3
691 ] 708 ]
692 ] ; 709 ] ;
693 - sp:variable _:b27 710 + sp:variable
711 + [ sp:varName "uri"^^xsd:string
712 + ]
694 ]) 713 ])
695 ] . 714 ] .
696 715
...@@ -700,7 +719,7 @@ ep-spin-lib:buildWellControlIncidentURI ...@@ -700,7 +719,7 @@ ep-spin-lib:buildWellControlIncidentURI
700 rdfs:subClassOf ep-spin-lib:Function ; 719 rdfs:subClassOf ep-spin-lib:Function ;
701 spin:body 720 spin:body
702 [ rdf:type sp:Select ; 721 [ rdf:type sp:Select ;
703 - sp:resultVariables (_:b28) ; 722 + sp:resultVariables (_:b24) ;
704 sp:where ([ rdf:type sp:Bind ; 723 sp:where ([ rdf:type sp:Bind ;
705 sp:expression 724 sp:expression
706 [ rdf:type ep-spin-lib:buildURI ; 725 [ rdf:type ep-spin-lib:buildURI ;
...@@ -713,7 +732,7 @@ ep-spin-lib:buildWellControlIncidentURI ...@@ -713,7 +732,7 @@ ep-spin-lib:buildWellControlIncidentURI
713 sp:arg5 spin:_arg3 732 sp:arg5 spin:_arg3
714 ] 733 ]
715 ] ; 734 ] ;
716 - sp:variable _:b28 735 + sp:variable _:b24
717 ]) 736 ])
718 ] . 737 ] .
719 738
...@@ -723,7 +742,8 @@ ep-spin-lib:buildWellStimulationURI ...@@ -723,7 +742,8 @@ ep-spin-lib:buildWellStimulationURI
723 rdfs:subClassOf ep-spin-lib:Function ; 742 rdfs:subClassOf ep-spin-lib:Function ;
724 spin:body 743 spin:body
725 [ rdf:type sp:Select ; 744 [ rdf:type sp:Select ;
726 - sp:resultVariables (_:b29) ; 745 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
746 + ]) ;
727 sp:where ([ rdf:type sp:Bind ; 747 sp:where ([ rdf:type sp:Bind ;
728 sp:expression 748 sp:expression
729 [ rdf:type ep-spin-lib:buildURI ; 749 [ rdf:type ep-spin-lib:buildURI ;
...@@ -731,10 +751,14 @@ ep-spin-lib:buildWellStimulationURI ...@@ -731,10 +751,14 @@ ep-spin-lib:buildWellStimulationURI
731 sp:arg2 [ rdf:type fn:concat ; 751 sp:arg2 [ rdf:type fn:concat ;
732 sp:arg1 spin:_arg1 ; 752 sp:arg1 spin:_arg1 ;
733 sp:arg2 "$" ; 753 sp:arg2 "$" ;
734 - sp:arg3 spin:_arg2 754 + sp:arg3 spin:_arg2 ;
755 + sp:arg4 "$" ;
756 + sp:arg5 spin:_arg3
735 ] 757 ]
736 ] ; 758 ] ;
737 - sp:variable _:b29 759 + sp:variable
760 + [ sp:varName "uri"^^xsd:string
761 + ]
738 ]) 762 ])
739 ] . 763 ] .
740 764
...@@ -744,7 +768,8 @@ ep-spin-lib:buildWellTestURI ...@@ -744,7 +768,8 @@ ep-spin-lib:buildWellTestURI
744 rdfs:subClassOf ep-spin-lib:Function ; 768 rdfs:subClassOf ep-spin-lib:Function ;
745 spin:body 769 spin:body
746 [ rdf:type sp:Select ; 770 [ rdf:type sp:Select ;
747 - sp:resultVariables (_:b30) ; 771 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
772 + ]) ;
748 sp:where ([ rdf:type sp:Bind ; 773 sp:where ([ rdf:type sp:Bind ;
749 sp:expression 774 sp:expression
750 [ rdf:type ep-spin-lib:buildURI ; 775 [ rdf:type ep-spin-lib:buildURI ;
...@@ -752,10 +777,14 @@ ep-spin-lib:buildWellTestURI ...@@ -752,10 +777,14 @@ ep-spin-lib:buildWellTestURI
752 sp:arg2 [ rdf:type fn:concat ; 777 sp:arg2 [ rdf:type fn:concat ;
753 sp:arg1 spin:_arg1 ; 778 sp:arg1 spin:_arg1 ;
754 sp:arg2 "$" ; 779 sp:arg2 "$" ;
755 - sp:arg3 spin:_arg2 780 + sp:arg3 spin:_arg2 ;
781 + sp:arg4 "$" ;
782 + sp:arg5 spin:_arg3
756 ] 783 ]
757 ] ; 784 ] ;
758 - sp:variable _:b30 785 + sp:variable
786 + [ sp:varName "uri"^^xsd:string
787 + ]
759 ]) 788 ])
760 ] . 789 ] .
761 790
...@@ -765,7 +794,8 @@ ep-spin-lib:buildWirelineFormationTestURI ...@@ -765,7 +794,8 @@ ep-spin-lib:buildWirelineFormationTestURI
765 rdfs:subClassOf ep-spin-lib:Function ; 794 rdfs:subClassOf ep-spin-lib:Function ;
766 spin:body 795 spin:body
767 [ rdf:type sp:Select ; 796 [ rdf:type sp:Select ;
768 - sp:resultVariables (_:b31) ; 797 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
798 + ]) ;
769 sp:where ([ rdf:type sp:Bind ; 799 sp:where ([ rdf:type sp:Bind ;
770 sp:expression 800 sp:expression
771 [ rdf:type ep-spin-lib:buildURI ; 801 [ rdf:type ep-spin-lib:buildURI ;
...@@ -773,10 +803,14 @@ ep-spin-lib:buildWirelineFormationTestURI ...@@ -773,10 +803,14 @@ ep-spin-lib:buildWirelineFormationTestURI
773 sp:arg2 [ rdf:type fn:concat ; 803 sp:arg2 [ rdf:type fn:concat ;
774 sp:arg1 spin:_arg1 ; 804 sp:arg1 spin:_arg1 ;
775 sp:arg2 "$" ; 805 sp:arg2 "$" ;
776 - sp:arg3 spin:_arg2 806 + sp:arg3 spin:_arg2 ;
807 + sp:arg4 "$" ;
808 + sp:arg5 spin:_arg3
777 ] 809 ]
778 ] ; 810 ] ;
779 - sp:variable _:b31 811 + sp:variable
812 + [ sp:varName "uri"^^xsd:string
813 + ]
780 ]) 814 ])
781 ] . 815 ] .
782 816
...@@ -913,7 +947,7 @@ ep-spin-lib:normalizeString ...@@ -913,7 +947,7 @@ ep-spin-lib:normalizeString
913 rdfs:subClassOf ep-spin-lib:Function ; 947 rdfs:subClassOf ep-spin-lib:Function ;
914 spin:body 948 spin:body
915 [ rdf:type sp:Select ; 949 [ rdf:type sp:Select ;
916 - sp:resultVariables (_:b32) ; 950 + sp:resultVariables (_:b25) ;
917 sp:where ([ rdf:type sp:Bind ; 951 sp:where ([ rdf:type sp:Bind ;
918 sp:expression 952 sp:expression
919 [ rdf:type smf:regex ; 953 [ rdf:type smf:regex ;
...@@ -921,67 +955,67 @@ ep-spin-lib:normalizeString ...@@ -921,67 +955,67 @@ ep-spin-lib:normalizeString
921 sp:arg2 "\\((.*)\\)" ; 955 sp:arg2 "\\((.*)\\)" ;
922 sp:arg3 "" 956 sp:arg3 ""
923 ] ; 957 ] ;
924 - sp:variable _:b33 958 + sp:variable _:b26
925 ] [ rdf:type sp:Bind ; 959 ] [ rdf:type sp:Bind ;
926 sp:expression 960 sp:expression
927 [ rdf:type smf:trim ; 961 [ rdf:type smf:trim ;
928 - sp:arg1 _:b33 962 + sp:arg1 _:b26
929 ] ; 963 ] ;
930 - sp:variable _:b34 964 + sp:variable _:b27
931 ] [ rdf:type sp:Bind ; 965 ] [ rdf:type sp:Bind ;
932 sp:expression 966 sp:expression
933 [ rdf:type smf:encodeURL ; 967 [ rdf:type smf:encodeURL ;
934 - sp:arg1 _:b34 968 + sp:arg1 _:b27
935 ] ; 969 ] ;
936 - sp:variable _:b35 970 + sp:variable _:b28
937 ] [ rdf:type sp:Bind ; 971 ] [ rdf:type sp:Bind ;
938 sp:expression 972 sp:expression
939 [ rdf:type smf:regex ; 973 [ rdf:type smf:regex ;
940 - sp:arg1 _:b35 ; 974 + sp:arg1 _:b28 ;
941 sp:arg2 "%2F" ; 975 sp:arg2 "%2F" ;
942 sp:arg3 "_" 976 sp:arg3 "_"
943 ] ; 977 ] ;
944 - sp:variable _:b36 978 + sp:variable _:b29
945 ] [ rdf:type sp:Bind ; 979 ] [ rdf:type sp:Bind ;
946 sp:expression 980 sp:expression
947 [ rdf:type smf:regex ; 981 [ rdf:type smf:regex ;
948 - sp:arg1 _:b36 ; 982 + sp:arg1 _:b29 ;
949 sp:arg2 "%[0-9A-F][0-9A-F]" ; 983 sp:arg2 "%[0-9A-F][0-9A-F]" ;
950 sp:arg3 "" 984 sp:arg3 ""
951 ] ; 985 ] ;
952 - sp:variable _:b37 986 + sp:variable _:b30
953 ] [ rdf:type sp:Bind ; 987 ] [ rdf:type sp:Bind ;
954 sp:expression 988 sp:expression
955 [ rdf:type smf:regex ; 989 [ rdf:type smf:regex ;
956 - sp:arg1 _:b37 ; 990 + sp:arg1 _:b30 ;
957 sp:arg2 "\\+" ; 991 sp:arg2 "\\+" ;
958 sp:arg3 "_" 992 sp:arg3 "_"
959 ] ; 993 ] ;
960 - sp:variable _:b38 994 + sp:variable _:b31
961 ] [ rdf:type sp:Bind ; 995 ] [ rdf:type sp:Bind ;
962 sp:expression 996 sp:expression
963 [ rdf:type smf:regex ; 997 [ rdf:type smf:regex ;
964 - sp:arg1 _:b38 ; 998 + sp:arg1 _:b31 ;
965 sp:arg2 "_+" ; 999 sp:arg2 "_+" ;
966 sp:arg3 "_" 1000 sp:arg3 "_"
967 ] ; 1001 ] ;
968 - sp:variable _:b39 1002 + sp:variable _:b32
969 ] [ rdf:type sp:Bind ; 1003 ] [ rdf:type sp:Bind ;
970 sp:expression 1004 sp:expression
971 [ rdf:type smf:regex ; 1005 [ rdf:type smf:regex ;
972 - sp:arg1 _:b39 ; 1006 + sp:arg1 _:b32 ;
973 sp:arg2 "\\*" ; 1007 sp:arg2 "\\*" ;
974 sp:arg3 "" 1008 sp:arg3 ""
975 ] ; 1009 ] ;
976 - sp:variable _:b40 1010 + sp:variable _:b33
977 ] [ rdf:type sp:Bind ; 1011 ] [ rdf:type sp:Bind ;
978 sp:expression 1012 sp:expression
979 [ rdf:type xsd:string ; 1013 [ rdf:type xsd:string ;
980 sp:arg1 [ rdf:type smf:upperCase ; 1014 sp:arg1 [ rdf:type smf:upperCase ;
981 - sp:arg1 _:b40 1015 + sp:arg1 _:b33
982 ] 1016 ]
983 ] ; 1017 ] ;
984 - sp:variable _:b32 1018 + sp:variable _:b25
985 ]) 1019 ])
986 ] ; 1020 ] ;
987 spin:constraint 1021 spin:constraint
...@@ -996,7 +1030,7 @@ ep-spin-lib:selectActivitySuccessType ...@@ -996,7 +1030,7 @@ ep-spin-lib:selectActivitySuccessType
996 rdfs:subClassOf ep-spin-lib:Function ; 1030 rdfs:subClassOf ep-spin-lib:Function ;
997 spin:body 1031 spin:body
998 [ rdf:type sp:Select ; 1032 [ rdf:type sp:Select ;
999 - sp:resultVariables (_:b41) ; 1033 + sp:resultVariables (_:b34) ;
1000 sp:where ([ rdf:type sp:Bind ; 1034 sp:where ([ rdf:type sp:Bind ;
1001 sp:expression 1035 sp:expression
1002 [ rdf:type sp:if ; 1036 [ rdf:type sp:if ;
...@@ -1007,7 +1041,7 @@ ep-spin-lib:selectActivitySuccessType ...@@ -1007,7 +1041,7 @@ ep-spin-lib:selectActivitySuccessType
1007 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; 1041 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
1008 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> 1042 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
1009 ] ; 1043 ] ;
1010 - sp:variable _:b41 1044 + sp:variable _:b34
1011 ]) 1045 ])
1012 ] . 1046 ] .
1013 1047
...@@ -1017,7 +1051,7 @@ ep-spin-lib:selectCasingRoleType ...@@ -1017,7 +1051,7 @@ ep-spin-lib:selectCasingRoleType
1017 rdfs:subClassOf ep-spin-lib:Function ; 1051 rdfs:subClassOf ep-spin-lib:Function ;
1018 spin:body 1052 spin:body
1019 [ rdf:type sp:Select ; 1053 [ rdf:type sp:Select ;
1020 - sp:resultVariables (_:b42) ; 1054 + sp:resultVariables (_:b35) ;
1021 sp:where ([ rdf:type sp:Bind ; 1055 sp:where ([ rdf:type sp:Bind ;
1022 sp:expression 1056 sp:expression
1023 [ rdf:type sp:if ; 1057 [ rdf:type sp:if ;
...@@ -1042,7 +1076,7 @@ ep-spin-lib:selectCasingRoleType ...@@ -1042,7 +1076,7 @@ ep-spin-lib:selectCasingRoleType
1042 ] 1076 ]
1043 ] 1077 ]
1044 ] ; 1078 ] ;
1045 - sp:variable _:b42 1079 + sp:variable _:b35
1046 ]) 1080 ])
1047 ] . 1081 ] .
1048 1082
...@@ -1052,7 +1086,7 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -1052,7 +1086,7 @@ ep-spin-lib:selectCementingFluidReturnType
1052 rdfs:subClassOf ep-spin-lib:Function ; 1086 rdfs:subClassOf ep-spin-lib:Function ;
1053 spin:body 1087 spin:body
1054 [ rdf:type sp:Select ; 1088 [ rdf:type sp:Select ;
1055 - sp:resultVariables (_:b43) ; 1089 + sp:resultVariables (_:b36) ;
1056 sp:where ([ rdf:type sp:Bind ; 1090 sp:where ([ rdf:type sp:Bind ;
1057 sp:expression 1091 sp:expression
1058 [ rdf:type sp:if ; 1092 [ rdf:type sp:if ;
...@@ -1063,7 +1097,7 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -1063,7 +1097,7 @@ ep-spin-lib:selectCementingFluidReturnType
1063 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; 1097 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ;
1064 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> 1098 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn>
1065 ] ; 1099 ] ;
1066 - sp:variable _:b43 1100 + sp:variable _:b36
1067 ]) 1101 ])
1068 ] . 1102 ] .
1069 1103
...@@ -1073,7 +1107,7 @@ ep-spin-lib:selectClassOfWellDatumObject ...@@ -1073,7 +1107,7 @@ ep-spin-lib:selectClassOfWellDatumObject
1073 rdfs:subClassOf ep-spin-lib:Function ; 1107 rdfs:subClassOf ep-spin-lib:Function ;
1074 spin:body 1108 spin:body
1075 [ rdf:type sp:Select ; 1109 [ rdf:type sp:Select ;
1076 - sp:resultVariables (_:b44) ; 1110 + sp:resultVariables (_:b37) ;
1077 sp:where ([ rdf:type sp:Bind ; 1111 sp:where ([ rdf:type sp:Bind ;
1078 sp:expression 1112 sp:expression
1079 [ rdf:type sp:if ; 1113 [ rdf:type sp:if ;
...@@ -1091,7 +1125,7 @@ ep-spin-lib:selectClassOfWellDatumObject ...@@ -1091,7 +1125,7 @@ ep-spin-lib:selectClassOfWellDatumObject
1091 sp:arg3 owl:Nothing 1125 sp:arg3 owl:Nothing
1092 ] 1126 ]
1093 ] ; 1127 ] ;
1094 - sp:variable _:b44 1128 + sp:variable _:b37
1095 ]) 1129 ])
1096 ] . 1130 ] .
1097 1131
...@@ -1101,7 +1135,7 @@ ep-spin-lib:selectComponentType ...@@ -1101,7 +1135,7 @@ ep-spin-lib:selectComponentType
1101 rdfs:subClassOf ep-spin-lib:Function ; 1135 rdfs:subClassOf ep-spin-lib:Function ;
1102 spin:body 1136 spin:body
1103 [ rdf:type sp:Select ; 1137 [ rdf:type sp:Select ;
1104 - sp:resultVariables (_:b45) ; 1138 + sp:resultVariables (_:b38) ;
1105 sp:where ([ rdf:type sp:Bind ; 1139 sp:where ([ rdf:type sp:Bind ;
1106 sp:expression 1140 sp:expression
1107 [ rdf:type sp:if ; 1141 [ rdf:type sp:if ;
...@@ -1140,7 +1174,7 @@ ep-spin-lib:selectComponentType ...@@ -1140,7 +1174,7 @@ ep-spin-lib:selectComponentType
1140 ] 1174 ]
1141 ] 1175 ]
1142 ] ; 1176 ] ;
1143 - sp:variable _:b45 1177 + sp:variable _:b38
1144 ]) 1178 ])
1145 ] . 1179 ] .
1146 1180
...@@ -1150,7 +1184,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -1150,7 +1184,7 @@ ep-spin-lib:selectDailyDrillingReportType
1150 rdfs:subClassOf ep-spin-lib:Function ; 1184 rdfs:subClassOf ep-spin-lib:Function ;
1151 spin:body 1185 spin:body
1152 [ rdf:type sp:Select ; 1186 [ rdf:type sp:Select ;
1153 - sp:resultVariables (_:b46) ; 1187 + sp:resultVariables (_:b39) ;
1154 sp:where ([ rdf:type sp:Bind ; 1188 sp:where ([ rdf:type sp:Bind ;
1155 sp:expression 1189 sp:expression
1156 [ rdf:type sp:if ; 1190 [ rdf:type sp:if ;
...@@ -1168,7 +1202,7 @@ ep-spin-lib:selectDailyDrillingReportType ...@@ -1168,7 +1202,7 @@ ep-spin-lib:selectDailyDrillingReportType
1168 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> 1202 sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
1169 ] 1203 ]
1170 ] ; 1204 ] ;
1171 - sp:variable _:b46 1205 + sp:variable _:b39
1172 ]) 1206 ])
1173 ] . 1207 ] .
1174 1208
...@@ -1178,7 +1212,7 @@ ep-spin-lib:selectDensityScale ...@@ -1178,7 +1212,7 @@ ep-spin-lib:selectDensityScale
1178 rdfs:subClassOf ep-spin-lib:Function ; 1212 rdfs:subClassOf ep-spin-lib:Function ;
1179 spin:body 1213 spin:body
1180 [ rdf:type sp:Select ; 1214 [ rdf:type sp:Select ;
1181 - sp:resultVariables (_:b47) ; 1215 + sp:resultVariables (_:b40) ;
1182 sp:where ([ rdf:type sp:Bind ; 1216 sp:where ([ rdf:type sp:Bind ;
1183 sp:expression 1217 sp:expression
1184 [ rdf:type sp:if ; 1218 [ rdf:type sp:if ;
...@@ -1196,7 +1230,7 @@ ep-spin-lib:selectDensityScale ...@@ -1196,7 +1230,7 @@ ep-spin-lib:selectDensityScale
1196 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 1230 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1197 ] 1231 ]
1198 ] ; 1232 ] ;
1199 - sp:variable _:b47 1233 + sp:variable _:b40
1200 ]) 1234 ])
1201 ] . 1235 ] .
1202 1236
...@@ -1206,7 +1240,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -1206,7 +1240,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
1206 rdfs:subClassOf ep-spin-lib:Function ; 1240 rdfs:subClassOf ep-spin-lib:Function ;
1207 spin:body 1241 spin:body
1208 [ rdf:type sp:Select ; 1242 [ rdf:type sp:Select ;
1209 - sp:resultVariables (_:b48) ; 1243 + sp:resultVariables (_:b41) ;
1210 sp:where ([ rdf:type sp:Bind ; 1244 sp:where ([ rdf:type sp:Bind ;
1211 sp:expression 1245 sp:expression
1212 [ rdf:type sp:if ; 1246 [ rdf:type sp:if ;
...@@ -1273,7 +1307,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType ...@@ -1273,7 +1307,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
1273 ] 1307 ]
1274 ] 1308 ]
1275 ] ; 1309 ] ;
1276 - sp:variable _:b48 1310 + sp:variable _:b41
1277 ]) 1311 ])
1278 ] . 1312 ] .
1279 1313
...@@ -1283,7 +1317,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1283,7 +1317,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1283 rdfs:subClassOf ep-spin-lib:Function ; 1317 rdfs:subClassOf ep-spin-lib:Function ;
1284 spin:body 1318 spin:body
1285 [ rdf:type sp:Select ; 1319 [ rdf:type sp:Select ;
1286 - sp:resultVariables (_:b49) ; 1320 + sp:resultVariables (_:b42) ;
1287 sp:where ([ rdf:type sp:Bind ; 1321 sp:where ([ rdf:type sp:Bind ;
1288 sp:expression 1322 sp:expression
1289 [ rdf:type sp:if ; 1323 [ rdf:type sp:if ;
...@@ -1868,7 +1902,7 @@ ep-spin-lib:selectDrillingActivityPurposeType ...@@ -1868,7 +1902,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
1868 ] 1902 ]
1869 ] 1903 ]
1870 ] ; 1904 ] ;
1871 - sp:variable _:b49 1905 + sp:variable _:b42
1872 ]) 1906 ])
1873 ] . 1907 ] .
1874 1908
...@@ -1878,7 +1912,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1878,7 +1912,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1878 rdfs:subClassOf ep-spin-lib:Function ; 1912 rdfs:subClassOf ep-spin-lib:Function ;
1879 spin:body 1913 spin:body
1880 [ rdf:type sp:Select ; 1914 [ rdf:type sp:Select ;
1881 - sp:resultVariables (_:b50) ; 1915 + sp:resultVariables (_:b43) ;
1882 sp:where ([ rdf:type sp:Bind ; 1916 sp:where ([ rdf:type sp:Bind ;
1883 sp:expression 1917 sp:expression
1884 [ rdf:type sp:if ; 1918 [ rdf:type sp:if ;
...@@ -1917,7 +1951,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ...@@ -1917,7 +1951,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
1917 ] 1951 ]
1918 ] 1952 ]
1919 ] ; 1953 ] ;
1920 - sp:variable _:b50 1954 + sp:variable _:b43
1921 ]) 1955 ])
1922 ] . 1956 ] .
1923 1957
...@@ -1927,7 +1961,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -1927,7 +1961,7 @@ ep-spin-lib:selectDrillingEquipmentType
1927 rdfs:subClassOf ep-spin-lib:Function ; 1961 rdfs:subClassOf ep-spin-lib:Function ;
1928 spin:body 1962 spin:body
1929 [ rdf:type sp:Select ; 1963 [ rdf:type sp:Select ;
1930 - sp:resultVariables (_:b51) ; 1964 + sp:resultVariables (_:b44) ;
1931 sp:where ([ rdf:type sp:Bind ; 1965 sp:where ([ rdf:type sp:Bind ;
1932 sp:expression 1966 sp:expression
1933 [ rdf:type sp:if ; 1967 [ rdf:type sp:if ;
...@@ -2344,7 +2378,7 @@ ep-spin-lib:selectDrillingEquipmentType ...@@ -2344,7 +2378,7 @@ ep-spin-lib:selectDrillingEquipmentType
2344 ] 2378 ]
2345 ] 2379 ]
2346 ] ; 2380 ] ;
2347 - sp:variable _:b51 2381 + sp:variable _:b44
2348 ]) 2382 ])
2349 ] . 2383 ] .
2350 2384
...@@ -2354,7 +2388,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -2354,7 +2388,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
2354 rdfs:subClassOf ep-spin-lib:Function ; 2388 rdfs:subClassOf ep-spin-lib:Function ;
2355 spin:body 2389 spin:body
2356 [ rdf:type sp:Select ; 2390 [ rdf:type sp:Select ;
2357 - sp:resultVariables (_:b52) ; 2391 + sp:resultVariables (_:b45) ;
2358 sp:where ([ rdf:type sp:Bind ; 2392 sp:where ([ rdf:type sp:Bind ;
2359 sp:expression 2393 sp:expression
2360 [ rdf:type sp:if ; 2394 [ rdf:type sp:if ;
...@@ -2365,7 +2399,7 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -2365,7 +2399,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
2365 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; 2399 sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
2366 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> 2400 sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
2367 ] ; 2401 ] ;
2368 - sp:variable _:b52 2402 + sp:variable _:b45
2369 ]) 2403 ])
2370 ] . 2404 ] .
2371 2405
...@@ -2375,7 +2409,7 @@ ep-spin-lib:selectFluidType ...@@ -2375,7 +2409,7 @@ ep-spin-lib:selectFluidType
2375 rdfs:subClassOf ep-spin-lib:Function ; 2409 rdfs:subClassOf ep-spin-lib:Function ;
2376 spin:body 2410 spin:body
2377 [ rdf:type sp:Select ; 2411 [ rdf:type sp:Select ;
2378 - sp:resultVariables (_:b53) ; 2412 + sp:resultVariables (_:b46) ;
2379 sp:where ([ rdf:type sp:Bind ; 2413 sp:where ([ rdf:type sp:Bind ;
2380 sp:expression 2414 sp:expression
2381 [ rdf:type sp:if ; 2415 [ rdf:type sp:if ;
...@@ -2407,7 +2441,7 @@ ep-spin-lib:selectFluidType ...@@ -2407,7 +2441,7 @@ ep-spin-lib:selectFluidType
2407 ] 2441 ]
2408 ] 2442 ]
2409 ] ; 2443 ] ;
2410 - sp:variable _:b53 2444 + sp:variable _:b46
2411 ]) 2445 ])
2412 ] . 2446 ] .
2413 2447
...@@ -2417,7 +2451,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2417,7 +2451,7 @@ ep-spin-lib:selectGasReadingType
2417 rdfs:subClassOf ep-spin-lib:Function ; 2451 rdfs:subClassOf ep-spin-lib:Function ;
2418 spin:body 2452 spin:body
2419 [ rdf:type sp:Select ; 2453 [ rdf:type sp:Select ;
2420 - sp:resultVariables (_:b54) ; 2454 + sp:resultVariables (_:b47) ;
2421 sp:where ([ rdf:type sp:Bind ; 2455 sp:where ([ rdf:type sp:Bind ;
2422 sp:expression 2456 sp:expression
2423 [ rdf:type sp:if ; 2457 [ rdf:type sp:if ;
...@@ -2484,7 +2518,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2484,7 +2518,7 @@ ep-spin-lib:selectGasReadingType
2484 ] 2518 ]
2485 ] 2519 ]
2486 ] ; 2520 ] ;
2487 - sp:variable _:b54 2521 + sp:variable _:b47
2488 ]) 2522 ])
2489 ] . 2523 ] .
2490 2524
...@@ -2494,7 +2528,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2494,7 +2528,7 @@ ep-spin-lib:selectInnerBarrelType
2494 rdfs:subClassOf ep-spin-lib:Function ; 2528 rdfs:subClassOf ep-spin-lib:Function ;
2495 spin:body 2529 spin:body
2496 [ rdf:type sp:Select ; 2530 [ rdf:type sp:Select ;
2497 - sp:resultVariables (_:b55) ; 2531 + sp:resultVariables (_:b48) ;
2498 sp:where ([ rdf:type sp:Bind ; 2532 sp:where ([ rdf:type sp:Bind ;
2499 sp:expression 2533 sp:expression
2500 [ rdf:type sp:if ; 2534 [ rdf:type sp:if ;
...@@ -2526,7 +2560,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2526,7 +2560,7 @@ ep-spin-lib:selectInnerBarrelType
2526 ] 2560 ]
2527 ] 2561 ]
2528 ] ; 2562 ] ;
2529 - sp:variable _:b55 2563 + sp:variable _:b48
2530 ]) 2564 ])
2531 ] . 2565 ] .
2532 2566
...@@ -2536,7 +2570,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2536,7 +2570,7 @@ ep-spin-lib:selectLabelOfSystem
2536 rdfs:subClassOf ep-spin-lib:Function ; 2570 rdfs:subClassOf ep-spin-lib:Function ;
2537 spin:body 2571 spin:body
2538 [ rdf:type sp:Select ; 2572 [ rdf:type sp:Select ;
2539 - sp:resultVariables (_:b56) ; 2573 + sp:resultVariables (_:b49) ;
2540 sp:where ([ rdf:type sp:Bind ; 2574 sp:where ([ rdf:type sp:Bind ;
2541 sp:expression 2575 sp:expression
2542 [ rdf:type sp:if ; 2576 [ rdf:type sp:if ;
...@@ -2582,7 +2616,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2582,7 +2616,7 @@ ep-spin-lib:selectLabelOfSystem
2582 ] 2616 ]
2583 ] 2617 ]
2584 ] ; 2618 ] ;
2585 - sp:variable _:b56 2619 + sp:variable _:b49
2586 ]) 2620 ])
2587 ] . 2621 ] .
2588 2622
...@@ -2592,7 +2626,7 @@ ep-spin-lib:selectLengthScale ...@@ -2592,7 +2626,7 @@ ep-spin-lib:selectLengthScale
2592 rdfs:subClassOf ep-spin-lib:Function ; 2626 rdfs:subClassOf ep-spin-lib:Function ;
2593 spin:body 2627 spin:body
2594 [ rdf:type sp:Select ; 2628 [ rdf:type sp:Select ;
2595 - sp:resultVariables (_:b57) ; 2629 + sp:resultVariables (_:b50) ;
2596 sp:where ([ rdf:type sp:Bind ; 2630 sp:where ([ rdf:type sp:Bind ;
2597 sp:expression 2631 sp:expression
2598 [ rdf:type sp:if ; 2632 [ rdf:type sp:if ;
...@@ -2673,7 +2707,7 @@ ep-spin-lib:selectLengthScale ...@@ -2673,7 +2707,7 @@ ep-spin-lib:selectLengthScale
2673 ] 2707 ]
2674 ] 2708 ]
2675 ] ; 2709 ] ;
2676 - sp:variable _:b57 2710 + sp:variable _:b50
2677 ]) 2711 ])
2678 ] . 2712 ] .
2679 2713
...@@ -2683,7 +2717,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2683,7 +2717,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2683 rdfs:subClassOf ep-spin-lib:Function ; 2717 rdfs:subClassOf ep-spin-lib:Function ;
2684 spin:body 2718 spin:body
2685 [ rdf:type sp:Select ; 2719 [ rdf:type sp:Select ;
2686 - sp:resultVariables (_:b58) ; 2720 + sp:resultVariables (_:b51) ;
2687 sp:where ([ rdf:type sp:Bind ; 2721 sp:where ([ rdf:type sp:Bind ;
2688 sp:expression 2722 sp:expression
2689 [ rdf:type sp:if ; 2723 [ rdf:type sp:if ;
...@@ -2694,7 +2728,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2694,7 +2728,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2694 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; 2728 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
2695 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2729 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2696 ] ; 2730 ] ;
2697 - sp:variable _:b58 2731 + sp:variable _:b51
2698 ]) 2732 ])
2699 ] . 2733 ] .
2700 2734
...@@ -2704,7 +2738,7 @@ ep-spin-lib:selectMudClass ...@@ -2704,7 +2738,7 @@ ep-spin-lib:selectMudClass
2704 rdfs:subClassOf ep-spin-lib:Function ; 2738 rdfs:subClassOf ep-spin-lib:Function ;
2705 spin:body 2739 spin:body
2706 [ rdf:type sp:Select ; 2740 [ rdf:type sp:Select ;
2707 - sp:resultVariables (_:b59) ; 2741 + sp:resultVariables (_:b52) ;
2708 sp:where ([ rdf:type sp:Bind ; 2742 sp:where ([ rdf:type sp:Bind ;
2709 sp:expression 2743 sp:expression
2710 [ rdf:type sp:if ; 2744 [ rdf:type sp:if ;
...@@ -2729,7 +2763,7 @@ ep-spin-lib:selectMudClass ...@@ -2729,7 +2763,7 @@ ep-spin-lib:selectMudClass
2729 ] 2763 ]
2730 ] 2764 ]
2731 ] ; 2765 ] ;
2732 - sp:variable _:b59 2766 + sp:variable _:b52
2733 ]) 2767 ])
2734 ] . 2768 ] .
2735 2769
...@@ -2739,7 +2773,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2739,7 +2773,7 @@ ep-spin-lib:selectPlaneAngleScale
2739 rdfs:subClassOf ep-spin-lib:Function ; 2773 rdfs:subClassOf ep-spin-lib:Function ;
2740 spin:body 2774 spin:body
2741 [ rdf:type sp:Select ; 2775 [ rdf:type sp:Select ;
2742 - sp:resultVariables (_:b60) ; 2776 + sp:resultVariables (_:b53) ;
2743 sp:where ([ rdf:type sp:Bind ; 2777 sp:where ([ rdf:type sp:Bind ;
2744 sp:expression 2778 sp:expression
2745 [ rdf:type sp:if ; 2779 [ rdf:type sp:if ;
...@@ -2750,7 +2784,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2750,7 +2784,7 @@ ep-spin-lib:selectPlaneAngleScale
2750 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 2784 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
2751 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2785 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2752 ] ; 2786 ] ;
2753 - sp:variable _:b60 2787 + sp:variable _:b53
2754 ]) 2788 ])
2755 ] . 2789 ] .
2756 2790
...@@ -2760,7 +2794,7 @@ ep-spin-lib:selectPlasticViscosityScale ...@@ -2760,7 +2794,7 @@ ep-spin-lib:selectPlasticViscosityScale
2760 rdfs:subClassOf ep-spin-lib:Function ; 2794 rdfs:subClassOf ep-spin-lib:Function ;
2761 spin:body 2795 spin:body
2762 [ rdf:type sp:Select ; 2796 [ rdf:type sp:Select ;
2763 - sp:resultVariables (_:b61) ; 2797 + sp:resultVariables (_:b54) ;
2764 sp:where ([ rdf:type sp:Bind ; 2798 sp:where ([ rdf:type sp:Bind ;
2765 sp:expression 2799 sp:expression
2766 [ rdf:type sp:if ; 2800 [ rdf:type sp:if ;
...@@ -2834,7 +2868,7 @@ ep-spin-lib:selectPlasticViscosityScale ...@@ -2834,7 +2868,7 @@ ep-spin-lib:selectPlasticViscosityScale
2834 ] 2868 ]
2835 ] 2869 ]
2836 ] ; 2870 ] ;
2837 - sp:variable _:b61 2871 + sp:variable _:b54
2838 ]) 2872 ])
2839 ] . 2873 ] .
2840 2874
...@@ -2844,7 +2878,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2844,7 +2878,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2844 rdfs:subClassOf ep-spin-lib:Function ; 2878 rdfs:subClassOf ep-spin-lib:Function ;
2845 spin:body 2879 spin:body
2846 [ rdf:type sp:Select ; 2880 [ rdf:type sp:Select ;
2847 - sp:resultVariables (_:b62) ; 2881 + sp:resultVariables (_:b55) ;
2848 sp:where ([ rdf:type sp:Bind ; 2882 sp:where ([ rdf:type sp:Bind ;
2849 sp:expression 2883 sp:expression
2850 [ rdf:type sp:if ; 2884 [ rdf:type sp:if ;
...@@ -2862,7 +2896,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2862,7 +2896,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2862 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> 2896 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
2863 ] 2897 ]
2864 ] ; 2898 ] ;
2865 - sp:variable _:b62 2899 + sp:variable _:b55
2866 ]) 2900 ])
2867 ] . 2901 ] .
2868 2902
...@@ -2872,7 +2906,7 @@ ep-spin-lib:selectPressureScale ...@@ -2872,7 +2906,7 @@ ep-spin-lib:selectPressureScale
2872 rdfs:subClassOf ep-spin-lib:Function ; 2906 rdfs:subClassOf ep-spin-lib:Function ;
2873 spin:body 2907 spin:body
2874 [ rdf:type sp:Select ; 2908 [ rdf:type sp:Select ;
2875 - sp:resultVariables (_:b63) ; 2909 + sp:resultVariables (_:b56) ;
2876 sp:where ([ rdf:type sp:Bind ; 2910 sp:where ([ rdf:type sp:Bind ;
2877 sp:expression 2911 sp:expression
2878 [ rdf:type sp:if ; 2912 [ rdf:type sp:if ;
...@@ -2911,7 +2945,7 @@ ep-spin-lib:selectPressureScale ...@@ -2911,7 +2945,7 @@ ep-spin-lib:selectPressureScale
2911 ] 2945 ]
2912 ] 2946 ]
2913 ] ; 2947 ] ;
2914 - sp:variable _:b63 2948 + sp:variable _:b56
2915 ]) 2949 ])
2916 ] . 2950 ] .
2917 2951
...@@ -2921,7 +2955,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2921,7 +2955,7 @@ ep-spin-lib:selectPressureTestType
2921 rdfs:subClassOf ep-spin-lib:Function ; 2955 rdfs:subClassOf ep-spin-lib:Function ;
2922 spin:body 2956 spin:body
2923 [ rdf:type sp:Select ; 2957 [ rdf:type sp:Select ;
2924 - sp:resultVariables (_:b64) ; 2958 + sp:resultVariables (_:b57) ;
2925 sp:where ([ rdf:type sp:Bind ; 2959 sp:where ([ rdf:type sp:Bind ;
2926 sp:expression 2960 sp:expression
2927 [ rdf:type sp:if ; 2961 [ rdf:type sp:if ;
...@@ -2939,7 +2973,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2939,7 +2973,7 @@ ep-spin-lib:selectPressureTestType
2939 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> 2973 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
2940 ] 2974 ]
2941 ] ; 2975 ] ;
2942 - sp:variable _:b64 2976 + sp:variable _:b57
2943 ]) 2977 ])
2944 ] . 2978 ] .
2945 2979
...@@ -2949,7 +2983,7 @@ ep-spin-lib:selectSpecificMassScale ...@@ -2949,7 +2983,7 @@ ep-spin-lib:selectSpecificMassScale
2949 rdfs:subClassOf ep-spin-lib:Function ; 2983 rdfs:subClassOf ep-spin-lib:Function ;
2950 spin:body 2984 spin:body
2951 [ rdf:type sp:Select ; 2985 [ rdf:type sp:Select ;
2952 - sp:resultVariables (_:b65) ; 2986 + sp:resultVariables (_:b58) ;
2953 sp:where ([ rdf:type sp:Bind ; 2987 sp:where ([ rdf:type sp:Bind ;
2954 sp:expression 2988 sp:expression
2955 [ rdf:type sp:if ; 2989 [ rdf:type sp:if ;
...@@ -2960,7 +2994,7 @@ ep-spin-lib:selectSpecificMassScale ...@@ -2960,7 +2994,7 @@ ep-spin-lib:selectSpecificMassScale
2960 sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ; 2994 sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
2961 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2995 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2962 ] ; 2996 ] ;
2963 - sp:variable _:b65 2997 + sp:variable _:b58
2964 ]) 2998 ])
2965 ] . 2999 ] .
2966 3000
...@@ -2970,7 +3004,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -2970,7 +3004,7 @@ ep-spin-lib:selectSpecificVolumeScale
2970 rdfs:subClassOf ep-spin-lib:Function ; 3004 rdfs:subClassOf ep-spin-lib:Function ;
2971 spin:body 3005 spin:body
2972 [ rdf:type sp:Select ; 3006 [ rdf:type sp:Select ;
2973 - sp:resultVariables (_:b66) ; 3007 + sp:resultVariables (_:b59) ;
2974 sp:where ([ rdf:type sp:Bind ; 3008 sp:where ([ rdf:type sp:Bind ;
2975 sp:expression 3009 sp:expression
2976 [ rdf:type sp:if ; 3010 [ rdf:type sp:if ;
...@@ -3030,7 +3064,7 @@ ep-spin-lib:selectSpecificVolumeScale ...@@ -3030,7 +3064,7 @@ ep-spin-lib:selectSpecificVolumeScale
3030 ] 3064 ]
3031 ] 3065 ]
3032 ] ; 3066 ] ;
3033 - sp:variable _:b66 3067 + sp:variable _:b59
3034 ]) 3068 ])
3035 ] . 3069 ] .
3036 3070
...@@ -3040,7 +3074,7 @@ ep-spin-lib:selectSpeedScale ...@@ -3040,7 +3074,7 @@ ep-spin-lib:selectSpeedScale
3040 rdfs:subClassOf ep-spin-lib:Function ; 3074 rdfs:subClassOf ep-spin-lib:Function ;
3041 spin:body 3075 spin:body
3042 [ rdf:type sp:Select ; 3076 [ rdf:type sp:Select ;
3043 - sp:resultVariables (_:b67) ; 3077 + sp:resultVariables (_:b60) ;
3044 sp:where ([ rdf:type sp:Bind ; 3078 sp:where ([ rdf:type sp:Bind ;
3045 sp:expression 3079 sp:expression
3046 [ rdf:type sp:if ; 3080 [ rdf:type sp:if ;
...@@ -3051,7 +3085,7 @@ ep-spin-lib:selectSpeedScale ...@@ -3051,7 +3085,7 @@ ep-spin-lib:selectSpeedScale
3051 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; 3085 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
3052 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3086 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3053 ] ; 3087 ] ;
3054 - sp:variable _:b67 3088 + sp:variable _:b60
3055 ]) 3089 ])
3056 ] . 3090 ] .
3057 3091
...@@ -3061,7 +3095,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -3061,7 +3095,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
3061 rdfs:subClassOf ep-spin-lib:Function ; 3095 rdfs:subClassOf ep-spin-lib:Function ;
3062 spin:body 3096 spin:body
3063 [ rdf:type sp:Select ; 3097 [ rdf:type sp:Select ;
3064 - sp:resultVariables (_:b68) ; 3098 + sp:resultVariables (_:b61) ;
3065 sp:where ([ rdf:type sp:Bind ; 3099 sp:where ([ rdf:type sp:Bind ;
3066 sp:expression 3100 sp:expression
3067 [ rdf:type sp:if ; 3101 [ rdf:type sp:if ;
...@@ -3079,7 +3113,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -3079,7 +3113,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
3079 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3113 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3080 ] 3114 ]
3081 ] ; 3115 ] ;
3082 - sp:variable _:b68 3116 + sp:variable _:b61
3083 ]) 3117 ])
3084 ] . 3118 ] .
3085 3119
...@@ -3089,7 +3123,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -3089,7 +3123,7 @@ ep-spin-lib:selectTemperatureScale
3089 rdfs:subClassOf ep-spin-lib:Function ; 3123 rdfs:subClassOf ep-spin-lib:Function ;
3090 spin:body 3124 spin:body
3091 [ rdf:type sp:Select ; 3125 [ rdf:type sp:Select ;
3092 - sp:resultVariables (_:b69) ; 3126 + sp:resultVariables (_:b62) ;
3093 sp:where ([ rdf:type sp:Bind ; 3127 sp:where ([ rdf:type sp:Bind ;
3094 sp:expression 3128 sp:expression
3095 [ rdf:type sp:if ; 3129 [ rdf:type sp:if ;
...@@ -3100,7 +3134,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -3100,7 +3134,7 @@ ep-spin-lib:selectTemperatureScale
3100 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; 3134 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
3101 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3135 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3102 ] ; 3136 ] ;
3103 - sp:variable _:b69 3137 + sp:variable _:b62
3104 ]) 3138 ])
3105 ] . 3139 ] .
3106 3140
...@@ -3110,7 +3144,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -3110,7 +3144,7 @@ ep-spin-lib:selectTimeDurationScale
3110 rdfs:subClassOf ep-spin-lib:Function ; 3144 rdfs:subClassOf ep-spin-lib:Function ;
3111 spin:body 3145 spin:body
3112 [ rdf:type sp:Select ; 3146 [ rdf:type sp:Select ;
3113 - sp:resultVariables (_:b70) ; 3147 + sp:resultVariables (_:b63) ;
3114 sp:where ([ rdf:type sp:Bind ; 3148 sp:where ([ rdf:type sp:Bind ;
3115 sp:expression 3149 sp:expression
3116 [ rdf:type sp:if ; 3150 [ rdf:type sp:if ;
...@@ -3156,7 +3190,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -3156,7 +3190,7 @@ ep-spin-lib:selectTimeDurationScale
3156 ] 3190 ]
3157 ] 3191 ]
3158 ] ; 3192 ] ;
3159 - sp:variable _:b70 3193 + sp:variable _:b63
3160 ]) 3194 ])
3161 ] . 3195 ] .
3162 3196
...@@ -3204,7 +3238,7 @@ ep-spin-lib:selectVolumeScale ...@@ -3204,7 +3238,7 @@ ep-spin-lib:selectVolumeScale
3204 rdfs:subClassOf ep-spin-lib:Function ; 3238 rdfs:subClassOf ep-spin-lib:Function ;
3205 spin:body 3239 spin:body
3206 [ rdf:type sp:Select ; 3240 [ rdf:type sp:Select ;
3207 - sp:resultVariables (_:b71) ; 3241 + sp:resultVariables (_:b64) ;
3208 sp:where ([ rdf:type sp:Bind ; 3242 sp:where ([ rdf:type sp:Bind ;
3209 sp:expression 3243 sp:expression
3210 [ rdf:type sp:if ; 3244 [ rdf:type sp:if ;
...@@ -3229,7 +3263,7 @@ ep-spin-lib:selectVolumeScale ...@@ -3229,7 +3263,7 @@ ep-spin-lib:selectVolumeScale
3229 ] 3263 ]
3230 ] 3264 ]
3231 ] ; 3265 ] ;
3232 - sp:variable _:b71 3266 + sp:variable _:b64
3233 ]) 3267 ])
3234 ] . 3268 ] .
3235 3269
...@@ -3239,7 +3273,7 @@ ep-spin-lib:selectVolumetricFlowRateScale ...@@ -3239,7 +3273,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
3239 rdfs:subClassOf ep-spin-lib:Function ; 3273 rdfs:subClassOf ep-spin-lib:Function ;
3240 spin:body 3274 spin:body
3241 [ rdf:type sp:Select ; 3275 [ rdf:type sp:Select ;
3242 - sp:resultVariables (_:b72) ; 3276 + sp:resultVariables (_:b65) ;
3243 sp:where ([ rdf:type sp:Bind ; 3277 sp:where ([ rdf:type sp:Bind ;
3244 sp:expression 3278 sp:expression
3245 [ rdf:type sp:if ; 3279 [ rdf:type sp:if ;
...@@ -3264,7 +3298,7 @@ ep-spin-lib:selectVolumetricFlowRateScale ...@@ -3264,7 +3298,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
3264 ] 3298 ]
3265 ] 3299 ]
3266 ] ; 3300 ] ;
3267 - sp:variable _:b72 3301 + sp:variable _:b65
3268 ]) 3302 ])
3269 ] . 3303 ] .
3270 3304
...@@ -3274,7 +3308,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -3274,7 +3308,7 @@ ep-spin-lib:selectWellBoreDrillingType
3274 rdfs:subClassOf ep-spin-lib:Function ; 3308 rdfs:subClassOf ep-spin-lib:Function ;
3275 spin:body 3309 spin:body
3276 [ rdf:type sp:Select ; 3310 [ rdf:type sp:Select ;
3277 - sp:resultVariables (_:b73) ; 3311 + sp:resultVariables (_:b66) ;
3278 sp:where ([ rdf:type sp:Bind ; 3312 sp:where ([ rdf:type sp:Bind ;
3279 sp:expression 3313 sp:expression
3280 [ rdf:type sp:if ; 3314 [ rdf:type sp:if ;
...@@ -3320,7 +3354,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -3320,7 +3354,7 @@ ep-spin-lib:selectWellBoreDrillingType
3320 ] 3354 ]
3321 ] 3355 ]
3322 ] ; 3356 ] ;
3323 - sp:variable _:b73 3357 + sp:variable _:b66
3324 ]) 3358 ])
3325 ] . 3359 ] .
3326 3360
...@@ -3330,7 +3364,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -3330,7 +3364,7 @@ ep-spin-lib:selectWellBoreHphtType
3330 rdfs:subClassOf ep-spin-lib:Function ; 3364 rdfs:subClassOf ep-spin-lib:Function ;
3331 spin:body 3365 spin:body
3332 [ rdf:type sp:Select ; 3366 [ rdf:type sp:Select ;
3333 - sp:resultVariables (_:b74) ; 3367 + sp:resultVariables (_:b67) ;
3334 sp:where ([ rdf:type sp:Bind ; 3368 sp:where ([ rdf:type sp:Bind ;
3335 sp:expression 3369 sp:expression
3336 [ rdf:type sp:if ; 3370 [ rdf:type sp:if ;
...@@ -3341,7 +3375,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -3341,7 +3375,7 @@ ep-spin-lib:selectWellBoreHphtType
3341 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; 3375 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
3342 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> 3376 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
3343 ] ; 3377 ] ;
3344 - sp:variable _:b74 3378 + sp:variable _:b67
3345 ]) 3379 ])
3346 ] . 3380 ] .
3347 3381
...@@ -3351,7 +3385,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -3351,7 +3385,7 @@ ep-spin-lib:selectWellBoreTightnessType
3351 rdfs:subClassOf ep-spin-lib:Function ; 3385 rdfs:subClassOf ep-spin-lib:Function ;
3352 spin:body 3386 spin:body
3353 [ rdf:type sp:Select ; 3387 [ rdf:type sp:Select ;
3354 - sp:resultVariables (_:b75) ; 3388 + sp:resultVariables (_:b68) ;
3355 sp:where ([ rdf:type sp:Bind ; 3389 sp:where ([ rdf:type sp:Bind ;
3356 sp:expression 3390 sp:expression
3357 [ rdf:type sp:if ; 3391 [ rdf:type sp:if ;
...@@ -3362,7 +3396,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -3362,7 +3396,7 @@ ep-spin-lib:selectWellBoreTightnessType
3362 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; 3396 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
3363 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> 3397 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
3364 ] ; 3398 ] ;
3365 - sp:variable _:b75 3399 + sp:variable _:b68
3366 ]) 3400 ])
3367 ] . 3401 ] .
3368 3402
...@@ -3372,7 +3406,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -3372,7 +3406,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
3372 rdfs:subClassOf ep-spin-lib:Function ; 3406 rdfs:subClassOf ep-spin-lib:Function ;
3373 spin:body 3407 spin:body
3374 [ rdf:type sp:Select ; 3408 [ rdf:type sp:Select ;
3375 - sp:resultVariables (_:b76) ; 3409 + sp:resultVariables (_:b69) ;
3376 sp:where ([ rdf:type sp:Bind ; 3410 sp:where ([ rdf:type sp:Bind ;
3377 sp:expression 3411 sp:expression
3378 [ rdf:type sp:if ; 3412 [ rdf:type sp:if ;
...@@ -3383,7 +3417,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -3383,7 +3417,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
3383 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; 3417 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
3384 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> 3418 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
3385 ] ; 3419 ] ;
3386 - sp:variable _:b76 3420 + sp:variable _:b69
3387 ]) 3421 ])
3388 ] . 3422 ] .
3389 3423
...@@ -3393,7 +3427,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -3393,7 +3427,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
3393 rdfs:subClassOf ep-spin-lib:Function ; 3427 rdfs:subClassOf ep-spin-lib:Function ;
3394 spin:body 3428 spin:body
3395 [ rdf:type sp:Select ; 3429 [ rdf:type sp:Select ;
3396 - sp:resultVariables (_:b77) ; 3430 + sp:resultVariables (_:b70) ;
3397 sp:where ([ rdf:type sp:Bind ; 3431 sp:where ([ rdf:type sp:Bind ;
3398 sp:expression 3432 sp:expression
3399 [ rdf:type sp:if ; 3433 [ rdf:type sp:if ;
...@@ -3404,7 +3438,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -3404,7 +3438,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
3404 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; 3438 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
3405 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> 3439 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
3406 ] ; 3440 ] ;
3407 - sp:variable _:b77 3441 + sp:variable _:b70
3408 ]) 3442 ])
3409 ] . 3443 ] .
3410 3444
...@@ -3414,7 +3448,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -3414,7 +3448,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
3414 rdfs:subClassOf ep-spin-lib:Function ; 3448 rdfs:subClassOf ep-spin-lib:Function ;
3415 spin:body 3449 spin:body
3416 [ rdf:type sp:Select ; 3450 [ rdf:type sp:Select ;
3417 - sp:resultVariables (_:b78) ; 3451 + sp:resultVariables (_:b71) ;
3418 sp:where ([ rdf:type sp:Bind ; 3452 sp:where ([ rdf:type sp:Bind ;
3419 sp:expression 3453 sp:expression
3420 [ rdf:type sp:if ; 3454 [ rdf:type sp:if ;
...@@ -3425,7 +3459,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -3425,7 +3459,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
3425 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; 3459 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
3426 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> 3460 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
3427 ] ; 3461 ] ;
3428 - sp:variable _:b78 3462 + sp:variable _:b71
3429 ]) 3463 ])
3430 ] . 3464 ] .
3431 3465
...@@ -3435,7 +3469,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -3435,7 +3469,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
3435 rdfs:subClassOf ep-spin-lib:Function ; 3469 rdfs:subClassOf ep-spin-lib:Function ;
3436 spin:body 3470 spin:body
3437 [ rdf:type sp:Select ; 3471 [ rdf:type sp:Select ;
3438 - sp:resultVariables (_:b79) ; 3472 + sp:resultVariables (_:b72) ;
3439 sp:where ([ rdf:type sp:Bind ; 3473 sp:where ([ rdf:type sp:Bind ;
3440 sp:expression 3474 sp:expression
3441 [ rdf:type sp:if ; 3475 [ rdf:type sp:if ;
...@@ -3446,7 +3480,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -3446,7 +3480,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
3446 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; 3480 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
3447 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> 3481 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
3448 ] ; 3482 ] ;
3449 - sp:variable _:b79 3483 + sp:variable _:b72
3450 ]) 3484 ])
3451 ] . 3485 ] .
3452 3486
...@@ -3456,7 +3490,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -3456,7 +3490,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
3456 rdfs:subClassOf ep-spin-lib:Function ; 3490 rdfs:subClassOf ep-spin-lib:Function ;
3457 spin:body 3491 spin:body
3458 [ rdf:type sp:Select ; 3492 [ rdf:type sp:Select ;
3459 - sp:resultVariables (_:b80) ; 3493 + sp:resultVariables (_:b73) ;
3460 sp:where ([ rdf:type sp:Bind ; 3494 sp:where ([ rdf:type sp:Bind ;
3461 sp:expression 3495 sp:expression
3462 [ rdf:type sp:if ; 3496 [ rdf:type sp:if ;
...@@ -3467,7 +3501,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -3467,7 +3501,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
3467 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; 3501 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
3468 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> 3502 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
3469 ] ; 3503 ] ;
3470 - sp:variable _:b80 3504 + sp:variable _:b73
3471 ]) 3505 ])
3472 ] . 3506 ] .
3473 3507
...@@ -3477,7 +3511,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -3477,7 +3511,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
3477 rdfs:subClassOf ep-spin-lib:Function ; 3511 rdfs:subClassOf ep-spin-lib:Function ;
3478 spin:body 3512 spin:body
3479 [ rdf:type sp:Select ; 3513 [ rdf:type sp:Select ;
3480 - sp:resultVariables (_:b81) ; 3514 + sp:resultVariables (_:b74) ;
3481 sp:where ([ rdf:type sp:Bind ; 3515 sp:where ([ rdf:type sp:Bind ;
3482 sp:expression 3516 sp:expression
3483 [ rdf:type sp:if ; 3517 [ rdf:type sp:if ;
...@@ -3488,7 +3522,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -3488,7 +3522,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
3488 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; 3522 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
3489 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> 3523 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
3490 ] ; 3524 ] ;
3491 - sp:variable _:b81 3525 + sp:variable _:b74
3492 ]) 3526 ])
3493 ] . 3527 ] .
3494 3528
...@@ -3498,7 +3532,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -3498,7 +3532,7 @@ ep-spin-lib:selectWellCementJobType
3498 rdfs:subClassOf ep-spin-lib:Function ; 3532 rdfs:subClassOf ep-spin-lib:Function ;
3499 spin:body 3533 spin:body
3500 [ rdf:type sp:Select ; 3534 [ rdf:type sp:Select ;
3501 - sp:resultVariables (_:b82) ; 3535 + sp:resultVariables (_:b75) ;
3502 sp:where ([ rdf:type sp:Bind ; 3536 sp:where ([ rdf:type sp:Bind ;
3503 sp:expression 3537 sp:expression
3504 [ rdf:type sp:if ; 3538 [ rdf:type sp:if ;
...@@ -3530,7 +3564,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -3530,7 +3564,7 @@ ep-spin-lib:selectWellCementJobType
3530 ] 3564 ]
3531 ] 3565 ]
3532 ] ; 3566 ] ;
3533 - sp:variable _:b82 3567 + sp:variable _:b75
3534 ]) 3568 ])
3535 ] . 3569 ] .
3536 3570
...@@ -3540,7 +3574,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3540,7 +3574,7 @@ ep-spin-lib:selectWellControlIncidentType
3540 rdfs:subClassOf ep-spin-lib:Function ; 3574 rdfs:subClassOf ep-spin-lib:Function ;
3541 spin:body 3575 spin:body
3542 [ rdf:type sp:Select ; 3576 [ rdf:type sp:Select ;
3543 - sp:resultVariables (_:b83) ; 3577 + sp:resultVariables (_:b76) ;
3544 sp:where ([ rdf:type sp:Bind ; 3578 sp:where ([ rdf:type sp:Bind ;
3545 sp:expression 3579 sp:expression
3546 [ rdf:type sp:if ; 3580 [ rdf:type sp:if ;
...@@ -3572,7 +3606,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3572,7 +3606,7 @@ ep-spin-lib:selectWellControlIncidentType
3572 ] 3606 ]
3573 ] 3607 ]
3574 ] ; 3608 ] ;
3575 - sp:variable _:b83 3609 + sp:variable _:b76
3576 ]) 3610 ])
3577 ] . 3611 ] .
3578 3612
...@@ -3582,7 +3616,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3582,7 +3616,7 @@ ep-spin-lib:selectWellKillingType
3582 rdfs:subClassOf ep-spin-lib:Function ; 3616 rdfs:subClassOf ep-spin-lib:Function ;
3583 spin:body 3617 spin:body
3584 [ rdf:type sp:Select ; 3618 [ rdf:type sp:Select ;
3585 - sp:resultVariables (_:b84) ; 3619 + sp:resultVariables (_:b77) ;
3586 sp:where ([ rdf:type sp:Bind ; 3620 sp:where ([ rdf:type sp:Bind ;
3587 sp:expression 3621 sp:expression
3588 [ rdf:type sp:if ; 3622 [ rdf:type sp:if ;
...@@ -3628,7 +3662,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3628,7 +3662,7 @@ ep-spin-lib:selectWellKillingType
3628 ] 3662 ]
3629 ] 3663 ]
3630 ] ; 3664 ] ;
3631 - sp:variable _:b84 3665 + sp:variable _:b77
3632 ]) 3666 ])
3633 ] . 3667 ] .
3634 3668
...@@ -3638,7 +3672,7 @@ ep-spin-lib:selectWellTestType ...@@ -3638,7 +3672,7 @@ ep-spin-lib:selectWellTestType
3638 rdfs:subClassOf ep-spin-lib:Function ; 3672 rdfs:subClassOf ep-spin-lib:Function ;
3639 spin:body 3673 spin:body
3640 [ rdf:type sp:Select ; 3674 [ rdf:type sp:Select ;
3641 - sp:resultVariables (_:b85) ; 3675 + sp:resultVariables (_:b78) ;
3642 sp:where ([ rdf:type sp:Bind ; 3676 sp:where ([ rdf:type sp:Bind ;
3643 sp:expression 3677 sp:expression
3644 [ rdf:type sp:if ; 3678 [ rdf:type sp:if ;
...@@ -3656,7 +3690,7 @@ ep-spin-lib:selectWellTestType ...@@ -3656,7 +3690,7 @@ ep-spin-lib:selectWellTestType
3656 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> 3690 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
3657 ] 3691 ]
3658 ] ; 3692 ] ;
3659 - sp:variable _:b85 3693 + sp:variable _:b78
3660 ]) 3694 ])
3661 ] . 3695 ] .
3662 3696
...@@ -3666,7 +3700,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3666,7 +3700,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3666 rdfs:subClassOf ep-spin-lib:Function ; 3700 rdfs:subClassOf ep-spin-lib:Function ;
3667 spin:body 3701 spin:body
3668 [ rdf:type sp:Select ; 3702 [ rdf:type sp:Select ;
3669 - sp:resultVariables (_:b86) ; 3703 + sp:resultVariables (_:b79) ;
3670 sp:where ([ rdf:type sp:Bind ; 3704 sp:where ([ rdf:type sp:Bind ;
3671 sp:expression 3705 sp:expression
3672 [ rdf:type sp:if ; 3706 [ rdf:type sp:if ;
...@@ -3677,7 +3711,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3677,7 +3711,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3677 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; 3711 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
3678 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> 3712 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
3679 ] ; 3713 ] ;
3680 - sp:variable _:b86 3714 + sp:variable _:b79
3681 ]) 3715 ])
3682 ] . 3716 ] .
3683 3717
...@@ -3687,7 +3721,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3687,7 +3721,7 @@ ep-spin-lib:selectYieldPointScale
3687 rdfs:subClassOf ep-spin-lib:Function ; 3721 rdfs:subClassOf ep-spin-lib:Function ;
3688 spin:body 3722 spin:body
3689 [ rdf:type sp:Select ; 3723 [ rdf:type sp:Select ;
3690 - sp:resultVariables (_:b87) ; 3724 + sp:resultVariables (_:b80) ;
3691 sp:where ([ rdf:type sp:Bind ; 3725 sp:where ([ rdf:type sp:Bind ;
3692 sp:expression 3726 sp:expression
3693 [ rdf:type sp:if ; 3727 [ rdf:type sp:if ;
...@@ -3712,7 +3746,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3712,7 +3746,7 @@ ep-spin-lib:selectYieldPointScale
3712 ] 3746 ]
3713 ] 3747 ]
3714 ] ; 3748 ] ;
3715 - sp:variable _:b87 3749 + sp:variable _:b80
3716 ]) 3750 ])
3717 ] . 3751 ] .
3718 3752
...@@ -3785,190 +3819,169 @@ _:b24 ...@@ -3785,190 +3819,169 @@ _:b24
3785 sp:varName "uri"^^xsd:string . 3819 sp:varName "uri"^^xsd:string .
3786 3820
3787 _:b25 3821 _:b25
3788 - sp:varName "uri"^^xsd:string .
3789 -
3790 -_:b26
3791 - sp:varName "uri"^^xsd:string .
3792 -
3793 -_:b27
3794 - sp:varName "uri"^^xsd:string .
3795 -
3796 -_:b29
3797 - sp:varName "uri"^^xsd:string .
3798 -
3799 -_:b30
3800 - sp:varName "uri"^^xsd:string .
3801 -
3802 -_:b31
3803 - sp:varName "uri"^^xsd:string .
3804 -
3805 -_:b32
3806 sp:varName "normalizedStr"^^xsd:string . 3822 sp:varName "normalizedStr"^^xsd:string .
3807 3823
3808 -_:b33 3824 +_:b26
3809 sp:varName "s1"^^xsd:string . 3825 sp:varName "s1"^^xsd:string .
3810 3826
3811 -_:b34 3827 +_:b27
3812 sp:varName "s2"^^xsd:string . 3828 sp:varName "s2"^^xsd:string .
3813 3829
3814 -_:b35 3830 +_:b28
3815 sp:varName "t0a"^^xsd:string . 3831 sp:varName "t0a"^^xsd:string .
3816 3832
3817 -_:b36 3833 +_:b29
3818 sp:varName "t0b"^^xsd:string . 3834 sp:varName "t0b"^^xsd:string .
3819 3835
3820 -_:b37 3836 +_:b30
3821 sp:varName "t1"^^xsd:string . 3837 sp:varName "t1"^^xsd:string .
3822 3838
3823 -_:b38 3839 +_:b31
3824 sp:varName "t2"^^xsd:string . 3840 sp:varName "t2"^^xsd:string .
3825 3841
3826 -_:b39 3842 +_:b32
3827 sp:varName "t3"^^xsd:string . 3843 sp:varName "t3"^^xsd:string .
3828 3844
3829 -_:b40 3845 +_:b33
3830 sp:varName "t4"^^xsd:string . 3846 sp:varName "t4"^^xsd:string .
3831 3847
3832 -_:b41 3848 +_:b34
3833 sp:varName "activitySuccessType"^^xsd:string . 3849 sp:varName "activitySuccessType"^^xsd:string .
3834 3850
3835 -_:b42 3851 +_:b35
3836 sp:varName "casingRoleType"^^xsd:string . 3852 sp:varName "casingRoleType"^^xsd:string .
3837 3853
3838 -_:b43 3854 +_:b36
3839 sp:varName "cementingFluidReturnType"^^xsd:string . 3855 sp:varName "cementingFluidReturnType"^^xsd:string .
3840 3856
3841 -_:b44 3857 +_:b37
3842 sp:varName "classOfWellDatumObject"^^xsd:string . 3858 sp:varName "classOfWellDatumObject"^^xsd:string .
3843 3859
3844 -_:b45 3860 +_:b38
3845 sp:varName "componentType"^^xsd:string . 3861 sp:varName "componentType"^^xsd:string .
3846 3862
3847 -_:b46 3863 +_:b39
3848 sp:varName "dailyDrillingReportType"^^xsd:string . 3864 sp:varName "dailyDrillingReportType"^^xsd:string .
3849 3865
3850 -_:b47 3866 +_:b40
3851 sp:varName "densityScale"^^xsd:string . 3867 sp:varName "densityScale"^^xsd:string .
3852 3868
3853 -_:b48 3869 +_:b41
3854 sp:varName "drillingActivityOutcomeType"^^xsd:string . 3870 sp:varName "drillingActivityOutcomeType"^^xsd:string .
3855 3871
3856 -_:b49 3872 +_:b42
3857 sp:varName "drillingActivityPurposeType"^^xsd:string . 3873 sp:varName "drillingActivityPurposeType"^^xsd:string .
3858 3874
3859 -_:b50 3875 +_:b43
3860 sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . 3876 sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
3861 3877
3862 -_:b51 3878 +_:b44
3863 sp:varName "drillingEquipmentType"^^xsd:string . 3879 sp:varName "drillingEquipmentType"^^xsd:string .
3864 3880
3865 -_:b52 3881 +_:b45
3866 sp:varName "fixedOrMoveableRigType"^^xsd:string . 3882 sp:varName "fixedOrMoveableRigType"^^xsd:string .
3867 3883
3868 -_:b53 3884 +_:b46
3869 sp:varName "fluidType"^^xsd:string . 3885 sp:varName "fluidType"^^xsd:string .
3870 3886
3871 -_:b54 3887 +_:b47
3872 sp:varName "gasReadingType"^^xsd:string . 3888 sp:varName "gasReadingType"^^xsd:string .
3873 3889
3874 -_:b55 3890 +_:b48
3875 sp:varName "innerBarrelType"^^xsd:string . 3891 sp:varName "innerBarrelType"^^xsd:string .
3876 3892
3877 -_:b56 3893 +_:b49
3878 sp:varName "dailyDrillingReportType"^^xsd:string . 3894 sp:varName "dailyDrillingReportType"^^xsd:string .
3879 3895
3880 -_:b57 3896 +_:b50
3881 sp:varName "lengthScale"^^xsd:string . 3897 sp:varName "lengthScale"^^xsd:string .
3882 3898
3883 -_:b58 3899 +_:b51
3884 sp:varName "massPerUnitLengthScale"^^xsd:string . 3900 sp:varName "massPerUnitLengthScale"^^xsd:string .
3885 3901
3886 -_:b59 3902 +_:b52
3887 sp:varName "mudClass"^^xsd:string . 3903 sp:varName "mudClass"^^xsd:string .
3888 3904
3889 -_:b60 3905 +_:b53
3890 sp:varName "angleScale"^^xsd:string . 3906 sp:varName "angleScale"^^xsd:string .
3891 3907
3892 -_:b61 3908 +_:b54
3893 sp:varName "plasticViscosityScale"^^xsd:string . 3909 sp:varName "plasticViscosityScale"^^xsd:string .
3894 3910
3895 -_:b62 3911 +_:b55
3896 sp:varName "porePressureDeterminationType"^^xsd:string . 3912 sp:varName "porePressureDeterminationType"^^xsd:string .
3897 3913
3898 -_:b63 3914 +_:b56
3899 sp:varName "pressureScale"^^xsd:string . 3915 sp:varName "pressureScale"^^xsd:string .
3900 3916
3901 -_:b64 3917 +_:b57
3902 sp:varName "pressureTestType"^^xsd:string . 3918 sp:varName "pressureTestType"^^xsd:string .
3903 3919
3904 -_:b65 3920 +_:b58
3905 sp:varName "specificMassScale"^^xsd:string . 3921 sp:varName "specificMassScale"^^xsd:string .
3906 3922
3907 -_:b66 3923 +_:b59
3908 sp:varName "specificVolumeScale"^^xsd:string . 3924 sp:varName "specificVolumeScale"^^xsd:string .
3909 3925
3910 -_:b67 3926 +_:b60
3911 sp:varName "speedScale"^^xsd:string . 3927 sp:varName "speedScale"^^xsd:string .
3912 3928
3913 -_:b68 3929 +_:b61
3914 sp:varName "strengthScale"^^xsd:string . 3930 sp:varName "strengthScale"^^xsd:string .
3915 3931
3916 -_:b69 3932 +_:b62
3917 sp:varName "temperatureScale"^^xsd:string . 3933 sp:varName "temperatureScale"^^xsd:string .
3918 3934
3919 -_:b70 3935 +_:b63
3920 sp:varName "durationScale"^^xsd:string . 3936 sp:varName "durationScale"^^xsd:string .
3921 3937
3922 -_:b71 3938 +_:b64
3923 sp:varName "volumeScale"^^xsd:string . 3939 sp:varName "volumeScale"^^xsd:string .
3924 3940
3925 -_:b72 3941 +_:b65
3926 sp:varName "volumetricFlowRateScale"^^xsd:string . 3942 sp:varName "volumetricFlowRateScale"^^xsd:string .
3927 3943
3928 -_:b73 3944 +_:b66
3929 sp:varName "wellBoreDrillingType"^^xsd:string . 3945 sp:varName "wellBoreDrillingType"^^xsd:string .
3930 3946
3931 -_:b74 3947 +_:b67
3932 sp:varName "wellBoreHphtType"^^xsd:string . 3948 sp:varName "wellBoreHphtType"^^xsd:string .
3933 3949
3934 -_:b75 3950 +_:b68
3935 sp:varName "wellBoreTightnessType"^^xsd:string . 3951 sp:varName "wellBoreTightnessType"^^xsd:string .
3936 3952
3937 -_:b76 3953 +_:b69
3938 sp:varName "wellCementJobBottomPlugType"^^xsd:string . 3954 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
3939 3955
3940 -_:b77 3956 +_:b70
3941 sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 3957 sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
3942 3958
3943 -_:b78 3959 +_:b71
3944 sp:varName "wellCementJobCasingRotationType"^^xsd:string . 3960 sp:varName "wellCementJobCasingRotationType"^^xsd:string .
3945 3961
3946 -_:b79 3962 +_:b72
3947 sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 3963 sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
3948 3964
3949 -_:b80 3965 +_:b73
3950 sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 3966 sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
3951 3967
3952 -_:b81 3968 +_:b74
3953 sp:varName "wellCementJobTopPlugType"^^xsd:string . 3969 sp:varName "wellCementJobTopPlugType"^^xsd:string .
3954 3970
3955 -_:b82 3971 +_:b75
3956 sp:varName "wellCementJobType"^^xsd:string . 3972 sp:varName "wellCementJobType"^^xsd:string .
3957 3973
3958 -_:b83 3974 +_:b76
3959 sp:varName "wellControlIncidentType"^^xsd:string . 3975 sp:varName "wellControlIncidentType"^^xsd:string .
3960 3976
3961 -_:b84 3977 +_:b77
3962 sp:varName "wellKillingType"^^xsd:string . 3978 sp:varName "wellKillingType"^^xsd:string .
3963 3979
3964 -_:b85 3980 +_:b78
3965 sp:varName "wellTestType"^^xsd:string . 3981 sp:varName "wellTestType"^^xsd:string .
3966 3982
3967 -_:b86 3983 +_:b79
3968 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3984 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3969 3985
3970 -_:b87 3986 +_:b80
3971 sp:varName "yieldPointScale"^^xsd:string . 3987 sp:varName "yieldPointScale"^^xsd:string .
3972 -
3973 -_:b28
3974 - sp:varName "uri"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 10:19:14 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
2 +# imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 -# imports: http://spinrdf.org/spin
6 5
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . 6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 7 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -20,7 +19,7 @@ ...@@ -20,7 +19,7 @@
20 19
21 <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> 20 <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun>
22 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
23 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 22 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 24
26 ddr:Obj_drillReport 25 ddr:Obj_drillReport
...@@ -29,443 +28,542 @@ ddr:Obj_drillReport ...@@ -29,443 +28,542 @@ ddr:Obj_drillReport
29 rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; 28 rdfs:comment "STEP 280 Well stimulation"^^xsd:string ;
30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; 29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ;
31 sp:predicate rdf:type ; 30 sp:predicate rdf:type ;
32 - sp:subject _:b1 31 + sp:subject
33 - ] [ sp:object _:b1 ; 32 + [ sp:varName "wellStimulation"^^xsd:string
33 + ]
34 + ] [ sp:object
35 + [ sp:varName "wellStimulation"^^xsd:string
36 + ] ;
34 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 37 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
35 - sp:subject _:b2 38 + sp:subject
36 - ] [ sp:object _:b3 ; 39 + [ sp:varName "dailyDrillingActivity"^^xsd:string
40 + ]
41 + ] [ sp:object
42 + [ sp:varName "dTimStartStim"^^xsd:string
43 + ] ;
37 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 44 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
38 - sp:subject _:b1 45 + sp:subject
39 - ] [ sp:object _:b4 ; 46 + [ sp:varName "wellStimulation"^^xsd:string
47 + ]
48 + ] [ sp:object
49 + [ sp:varName "dTimEndStim"^^xsd:string
50 + ] ;
40 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
41 - sp:subject _:b1 52 + sp:subject
42 - ] [ sp:object _:b5 ; 53 + [ sp:varName "wellStimulation"^^xsd:string
54 + ]
55 + ] [ sp:object
56 + [ sp:varName "description"^^xsd:string
57 + ] ;
43 sp:predicate rdfs:comment ; 58 sp:predicate rdfs:comment ;
44 - sp:subject _:b1 59 + sp:subject
45 - ] [ sp:object _:b6 ; 60 + [ sp:varName "wellStimulation"^^xsd:string
61 + ]
62 + ] [ sp:object _:b1 ;
46 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 63 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
47 - sp:subject _:b1 64 + sp:subject
65 + [ sp:varName "wellStimulation"^^xsd:string
66 + ]
48 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 67 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
49 sp:predicate rdf:type ; 68 sp:predicate rdf:type ;
50 - sp:subject _:b6 69 + sp:subject _:b1
51 - ] [ sp:object _:b7 ; 70 + ] [ sp:object _:b2 ;
52 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 71 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
53 - sp:subject _:b6 72 + sp:subject _:b1
54 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 73 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
55 sp:predicate rdf:type ; 74 sp:predicate rdf:type ;
56 - sp:subject _:b7 75 + sp:subject _:b2
57 - ] [ sp:object _:b8 ; 76 + ] [ sp:object
77 + [ sp:varName "wellBore"^^xsd:string
78 + ] ;
58 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 79 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
59 - sp:subject _:b7 80 + sp:subject _:b2
60 - ] [ sp:object _:b9 ; 81 + ] [ sp:object _:b3 ;
61 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 82 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
62 - sp:subject _:b7 83 + sp:subject _:b2
63 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 84 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
64 sp:predicate rdf:type ; 85 sp:predicate rdf:type ;
65 - sp:subject _:b9 86 + sp:subject _:b3
66 - ] [ sp:object _:b10 ; 87 + ] [ sp:object
67 - sp:predicate _:b11 ; 88 + [ sp:varName "realMdTop"^^xsd:string
68 - sp:subject _:b9 89 + ] ;
69 - ] [ sp:object _:b12 ; 90 + sp:predicate
91 + [ sp:varName "lengthScaleMdTop"^^xsd:string
92 + ] ;
93 + sp:subject _:b3
94 + ] [ sp:object _:b4 ;
70 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 95 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
71 - sp:subject _:b7 96 + sp:subject _:b2
72 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 97 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
73 sp:predicate rdf:type ; 98 sp:predicate rdf:type ;
74 - sp:subject _:b12 99 + sp:subject _:b4
75 - ] [ sp:object _:b13 ; 100 + ] [ sp:object
76 - sp:predicate _:b14 ; 101 + [ sp:varName "realMdBottom"^^xsd:string
77 - sp:subject _:b12 102 + ] ;
78 - ] [ sp:object _:b15 ; 103 + sp:predicate
104 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
105 + ] ;
106 + sp:subject _:b4
107 + ] [ sp:object _:b5 ;
79 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; 108 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
80 - sp:subject _:b7 109 + sp:subject _:b2
81 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; 110 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ;
82 sp:predicate rdf:type ; 111 sp:predicate rdf:type ;
83 - sp:subject _:b15 112 + sp:subject _:b5
84 - ] [ sp:object _:b16 ; 113 + ] [ sp:object
114 + [ sp:varName "casingRoleType"^^xsd:string
115 + ] ;
85 sp:predicate rdf:type ; 116 sp:predicate rdf:type ;
86 - sp:subject _:b15 117 + sp:subject _:b5
87 - ] [ sp:object _:b17 ; 118 + ] [ sp:object
119 + [ sp:varName "tubeType"^^xsd:string
120 + ] ;
88 sp:predicate rdf:type ; 121 sp:predicate rdf:type ;
89 - sp:subject _:b15 122 + sp:subject _:b5
90 - ] [ sp:object _:b18 ; 123 + ] [ sp:object _:b6 ;
91 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ; 124 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular> ;
92 - sp:subject _:b15 125 + sp:subject _:b5
93 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 126 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
94 sp:predicate rdf:type ; 127 sp:predicate rdf:type ;
95 - sp:subject _:b18 128 + sp:subject _:b6
96 - ] [ sp:object _:b19 ; 129 + ] [ sp:object
97 - sp:predicate _:b20 ; 130 + [ sp:varName "realId"^^xsd:string
98 - sp:subject _:b18 131 + ] ;
99 - ] [ sp:object _:b21 ; 132 + sp:predicate
133 + [ sp:varName "lengthScaleId"^^xsd:string
134 + ] ;
135 + sp:subject _:b6
136 + ] [ sp:object _:b7 ;
100 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; 137 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
101 - sp:subject _:b15 138 + sp:subject _:b5
102 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 139 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
103 sp:predicate rdf:type ; 140 sp:predicate rdf:type ;
104 - sp:subject _:b21 141 + sp:subject _:b7
105 - ] [ sp:object _:b22 ; 142 + ] [ sp:object
106 - sp:predicate _:b23 ; 143 + [ sp:varName "realOd"^^xsd:string
107 - sp:subject _:b21 144 + ] ;
108 - ] [ sp:object _:b24 ; 145 + sp:predicate
146 + [ sp:varName "lengthScaleOd"^^xsd:string
147 + ] ;
148 + sp:subject _:b7
149 + ] [ sp:object _:b8 ;
109 sp:predicate rdf:type ; 150 sp:predicate rdf:type ;
110 - sp:subject _:b15 151 + sp:subject _:b5
111 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ; 152 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitLength> ;
112 sp:predicate rdf:type ; 153 sp:predicate rdf:type ;
113 - sp:subject _:b24 154 + sp:subject _:b8
114 - ] [ sp:object _:b25 ; 155 + ] [ sp:object
115 - sp:predicate _:b26 ; 156 + [ sp:varName "realMassPerUnitLength"^^xsd:string
116 - sp:subject _:b24 157 + ] ;
117 - ] [ sp:object _:b27 ; 158 + sp:predicate
159 + [ sp:varName "massPerUnitLengthScale"^^xsd:string
160 + ] ;
161 + sp:subject _:b8
162 + ] [ sp:object _:b9 ;
118 sp:predicate rdf:type ; 163 sp:predicate rdf:type ;
119 - sp:subject _:b15 164 + sp:subject _:b5
120 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ; 165 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#API_5CT_class> ;
121 sp:predicate rdf:type ; 166 sp:predicate rdf:type ;
122 - sp:subject _:b27 167 + sp:subject _:b9
123 - ] [ sp:object _:b28 ; 168 + ] [ sp:object
169 + [ sp:varName "grade"^^xsd:string
170 + ] ;
124 sp:predicate rdfs:label ; 171 sp:predicate rdfs:label ;
125 - sp:subject _:b27 172 + sp:subject _:b9
126 - ] [ sp:object _:b29 ; 173 + ] [ sp:object _:b10 ;
127 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ; 174 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass> ;
128 - sp:subject _:b15 175 + sp:subject _:b5
129 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ; 176 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass> ;
130 sp:predicate rdf:type ; 177 sp:predicate rdf:type ;
131 - sp:subject _:b29 178 + sp:subject _:b10
132 - ] [ sp:object _:b30 ; 179 + ] [ sp:object
180 + [ sp:varName "connection"^^xsd:string
181 + ] ;
133 sp:predicate rdfs:label ; 182 sp:predicate rdfs:label ;
134 - sp:subject _:b29 183 + sp:subject _:b10
135 - ] [ sp:object _:b31 ; 184 + ] [ sp:object _:b11 ;
136 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ; 185 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular> ;
137 - sp:subject _:b15 186 + sp:subject _:b5
138 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 187 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
139 sp:predicate rdf:type ; 188 sp:predicate rdf:type ;
140 - sp:subject _:b31 189 + sp:subject _:b11
141 - ] [ sp:object _:b32 ; 190 + ] [ sp:object
142 - sp:predicate _:b33 ; 191 + [ sp:varName "realLen"^^xsd:string
143 - sp:subject _:b31 192 + ] ;
193 + sp:predicate
194 + [ sp:varName "lengthScaleLen"^^xsd:string
195 + ] ;
196 + sp:subject _:b11
144 ]) ; 197 ]) ;
145 - sp:where ([ sp:object _:b34 ; 198 + sp:where ([ sp:object
199 + [ sp:varName "nameWellBore"^^xsd:string
200 + ] ;
146 sp:predicate ep-spin-lib:nameWellbore ; 201 sp:predicate ep-spin-lib:nameWellbore ;
147 sp:subject spin:_this 202 sp:subject spin:_this
148 - ] [ sp:object _:b35 ; 203 + ] [ sp:object
204 + [ sp:varName "dTimStart"^^xsd:string
205 + ] ;
149 sp:predicate ddr:dTimStart ; 206 sp:predicate ddr:dTimStart ;
150 sp:subject spin:_this 207 sp:subject spin:_this
151 - ] [ sp:object _:b36 ; 208 + ] [ sp:object
209 + [ sp:varName "casingLinerTubing"^^xsd:string
210 + ] ;
152 sp:predicate ddr:casing_liner_tubingRef ; 211 sp:predicate ddr:casing_liner_tubingRef ;
153 sp:subject spin:_this 212 sp:subject spin:_this
154 ] [ rdf:type sp:Optional ; 213 ] [ rdf:type sp:Optional ;
155 - sp:elements ([ sp:object _:b37 ; 214 + sp:elements ([ sp:object
215 + [ sp:varName "enumTubeType"^^xsd:string
216 + ] ;
156 sp:predicate ddr:typeRef ; 217 sp:predicate ddr:typeRef ;
157 - sp:subject _:b36 218 + sp:subject
219 + [ sp:varName "casingLinerTubing"^^xsd:string
220 + ]
158 ]) 221 ])
159 ] [ rdf:type sp:Optional ; 222 ] [ rdf:type sp:Optional ;
160 - sp:elements ([ sp:object _:b38 ; 223 + sp:elements ([ sp:object
224 + [ sp:varName "id"^^xsd:string
225 + ] ;
161 sp:predicate ddr:idRef ; 226 sp:predicate ddr:idRef ;
162 - sp:subject _:b36 227 + sp:subject
163 - ] [ sp:object _:b39 ; 228 + [ sp:varName "casingLinerTubing"^^xsd:string
229 + ]
230 + ] [ sp:object
231 + [ sp:varName "uomId"^^xsd:string
232 + ] ;
164 sp:predicate ddr:uomRef ; 233 sp:predicate ddr:uomRef ;
165 - sp:subject _:b38 234 + sp:subject
166 - ] [ sp:object _:b19 ; 235 + [ sp:varName "id"^^xsd:string
236 + ]
237 + ] [ sp:object
238 + [ sp:varName "realId"^^xsd:string
239 + ] ;
167 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 240 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
168 - sp:subject _:b38 241 + sp:subject
242 + [ sp:varName "id"^^xsd:string
243 + ]
169 ]) 244 ])
170 ] [ rdf:type sp:Optional ; 245 ] [ rdf:type sp:Optional ;
171 - sp:elements ([ sp:object _:b40 ; 246 + sp:elements ([ sp:object
247 + [ sp:varName "od"^^xsd:string
248 + ] ;
172 sp:predicate ddr:odRef ; 249 sp:predicate ddr:odRef ;
173 - sp:subject _:b36 250 + sp:subject
174 - ] [ sp:object _:b41 ; 251 + [ sp:varName "casingLinerTubing"^^xsd:string
252 + ]
253 + ] [ sp:object
254 + [ sp:varName "uomOd"^^xsd:string
255 + ] ;
175 sp:predicate ddr:uomRef ; 256 sp:predicate ddr:uomRef ;
176 - sp:subject _:b40 257 + sp:subject
177 - ] [ sp:object _:b22 ; 258 + [ sp:varName "od"^^xsd:string
259 + ]
260 + ] [ sp:object
261 + [ sp:varName "realOd"^^xsd:string
262 + ] ;
178 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 263 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
179 - sp:subject _:b40 264 + sp:subject
265 + [ sp:varName "od"^^xsd:string
266 + ]
180 ]) 267 ])
181 ] [ rdf:type sp:Optional ; 268 ] [ rdf:type sp:Optional ;
182 - sp:elements ([ sp:object _:b42 ; 269 + sp:elements ([ sp:object
270 + [ sp:varName "weight"^^xsd:string
271 + ] ;
183 sp:predicate ddr:weightRef ; 272 sp:predicate ddr:weightRef ;
184 - sp:subject _:b36 273 + sp:subject
185 - ] [ sp:object _:b43 ; 274 + [ sp:varName "casingLinerTubing"^^xsd:string
275 + ]
276 + ] [ sp:object
277 + [ sp:varName "uomWeight"^^xsd:string
278 + ] ;
186 sp:predicate ddr:uomRef ; 279 sp:predicate ddr:uomRef ;
187 - sp:subject _:b42 280 + sp:subject
188 - ] [ sp:object _:b25 ; 281 + [ sp:varName "weight"^^xsd:string
282 + ]
283 + ] [ sp:object
284 + [ sp:varName "realMassPerUnitLength"^^xsd:string
285 + ] ;
189 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 286 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
190 - sp:subject _:b42 287 + sp:subject
288 + [ sp:varName "weight"^^xsd:string
289 + ]
191 ]) 290 ])
192 ] [ rdf:type sp:Optional ; 291 ] [ rdf:type sp:Optional ;
193 - sp:elements ([ sp:object _:b28 ; 292 + sp:elements ([ sp:object
293 + [ sp:varName "grade"^^xsd:string
294 + ] ;
194 sp:predicate ddr:grade ; 295 sp:predicate ddr:grade ;
195 - sp:subject _:b36 296 + sp:subject
297 + [ sp:varName "casingLinerTubing"^^xsd:string
298 + ]
196 ]) 299 ])
197 ] [ rdf:type sp:Optional ; 300 ] [ rdf:type sp:Optional ;
198 - sp:elements ([ sp:object _:b30 ; 301 + sp:elements ([ sp:object
302 + [ sp:varName "connection"^^xsd:string
303 + ] ;
199 sp:predicate ddr:connection ; 304 sp:predicate ddr:connection ;
200 - sp:subject _:b36 305 + sp:subject
306 + [ sp:varName "casingLinerTubing"^^xsd:string
307 + ]
201 ]) 308 ])
202 ] [ rdf:type sp:Optional ; 309 ] [ rdf:type sp:Optional ;
203 - sp:elements ([ sp:object _:b44 ; 310 + sp:elements ([ sp:object
311 + [ sp:varName "length"^^xsd:string
312 + ] ;
204 sp:predicate ddr:lengthRef ; 313 sp:predicate ddr:lengthRef ;
205 - sp:subject _:b36 314 + sp:subject
206 - ] [ sp:object _:b45 ; 315 + [ sp:varName "casingLinerTubing"^^xsd:string
316 + ]
317 + ] [ sp:object
318 + [ sp:varName "uomLen"^^xsd:string
319 + ] ;
207 sp:predicate ddr:uomRef ; 320 sp:predicate ddr:uomRef ;
208 - sp:subject _:b44 321 + sp:subject
209 - ] [ sp:object _:b32 ; 322 + [ sp:varName "length"^^xsd:string
323 + ]
324 + ] [ sp:object
325 + [ sp:varName "realLen"^^xsd:string
326 + ] ;
210 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 327 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
211 - sp:subject _:b44 328 + sp:subject
329 + [ sp:varName "length"^^xsd:string
330 + ]
212 ]) 331 ])
213 ] [ rdf:type sp:Optional ; 332 ] [ rdf:type sp:Optional ;
214 - sp:elements ([ sp:object _:b46 ; 333 + sp:elements ([ sp:object
334 + [ sp:varName "mdTop"^^xsd:string
335 + ] ;
215 sp:predicate ddr:mdTopRef ; 336 sp:predicate ddr:mdTopRef ;
216 - sp:subject _:b36 337 + sp:subject
217 - ] [ sp:object _:b47 ; 338 + [ sp:varName "casingLinerTubing"^^xsd:string
339 + ]
340 + ] [ sp:object
341 + [ sp:varName "uomMdTop"^^xsd:string
342 + ] ;
218 sp:predicate ddr:uomRef ; 343 sp:predicate ddr:uomRef ;
219 - sp:subject _:b46 344 + sp:subject
220 - ] [ sp:object _:b10 ; 345 + [ sp:varName "mdTop"^^xsd:string
346 + ]
347 + ] [ sp:object
348 + [ sp:varName "realMdTop"^^xsd:string
349 + ] ;
221 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 350 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
222 - sp:subject _:b46 351 + sp:subject
352 + [ sp:varName "mdTop"^^xsd:string
353 + ]
223 ]) 354 ])
224 ] [ rdf:type sp:Optional ; 355 ] [ rdf:type sp:Optional ;
225 - sp:elements ([ sp:object _:b48 ; 356 + sp:elements ([ sp:object
357 + [ sp:varName "mdBottom"^^xsd:string
358 + ] ;
226 sp:predicate ddr:mdBottomRef ; 359 sp:predicate ddr:mdBottomRef ;
227 - sp:subject _:b36 360 + sp:subject
228 - ] [ sp:object _:b49 ; 361 + [ sp:varName "casingLinerTubing"^^xsd:string
362 + ]
363 + ] [ sp:object
364 + [ sp:varName "uomMdBottom"^^xsd:string
365 + ] ;
229 sp:predicate ddr:uomRef ; 366 sp:predicate ddr:uomRef ;
230 - sp:subject _:b48 367 + sp:subject
231 - ] [ sp:object _:b13 ; 368 + [ sp:varName "mdBottom"^^xsd:string
369 + ]
370 + ] [ sp:object
371 + [ sp:varName "realMdBottom"^^xsd:string
372 + ] ;
232 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 373 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
233 - sp:subject _:b48 374 + sp:subject
375 + [ sp:varName "mdBottom"^^xsd:string
376 + ]
234 ]) 377 ])
235 ] [ rdf:type sp:Optional ; 378 ] [ rdf:type sp:Optional ;
236 - sp:elements ([ sp:object _:b50 ; 379 + sp:elements ([ sp:object
380 + [ sp:varName "casingLinerTubingRun"^^xsd:string
381 + ] ;
237 sp:predicate ddr:casing_liner_tubing_runRef ; 382 sp:predicate ddr:casing_liner_tubing_runRef ;
238 - sp:subject _:b36 383 + sp:subject
239 - ] [ sp:object _:b51 ; 384 + [ sp:varName "casingLinerTubing"^^xsd:string
385 + ]
386 + ] [ sp:object
387 + [ sp:varName "enumCasingType"^^xsd:string
388 + ] ;
240 sp:predicate ddr:casingTypeRef ; 389 sp:predicate ddr:casingTypeRef ;
241 - sp:subject _:b50 390 + sp:subject
391 + [ sp:varName "casingLinerTubingRun"^^xsd:string
392 + ]
242 ]) 393 ])
243 ] [ rdf:type sp:Optional ; 394 ] [ rdf:type sp:Optional ;
244 - sp:elements ([ sp:object _:b50 ; 395 + sp:elements ([ sp:object
396 + [ sp:varName "casingLinerTubingRun"^^xsd:string
397 + ] ;
245 sp:predicate ddr:casing_liner_tubing_runRef ; 398 sp:predicate ddr:casing_liner_tubing_runRef ;
246 - sp:subject _:b36 399 + sp:subject
247 - ] [ sp:object _:b5 ; 400 + [ sp:varName "casingLinerTubing"^^xsd:string
401 + ]
402 + ] [ sp:object
403 + [ sp:varName "description"^^xsd:string
404 + ] ;
248 sp:predicate ddr:description ; 405 sp:predicate ddr:description ;
249 - sp:subject _:b50 406 + sp:subject
407 + [ sp:varName "casingLinerTubingRun"^^xsd:string
408 + ]
250 ]) 409 ])
251 ] [ rdf:type sp:Optional ; 410 ] [ rdf:type sp:Optional ;
252 - sp:elements ([ sp:object _:b50 ; 411 + sp:elements ([ sp:object
412 + [ sp:varName "casingLinerTubingRun"^^xsd:string
413 + ] ;
253 sp:predicate ddr:casing_liner_tubing_runRef ; 414 sp:predicate ddr:casing_liner_tubing_runRef ;
254 - sp:subject _:b36 415 + sp:subject
255 - ] [ sp:object _:b3 ; 416 + [ sp:varName "casingLinerTubing"^^xsd:string
417 + ]
418 + ] [ sp:object
419 + [ sp:varName "dTimStartStim"^^xsd:string
420 + ] ;
256 sp:predicate ddr:dTimStart ; 421 sp:predicate ddr:dTimStart ;
257 - sp:subject _:b50 422 + sp:subject
423 + [ sp:varName "casingLinerTubingRun"^^xsd:string
424 + ]
258 ]) 425 ])
259 ] [ rdf:type sp:Optional ; 426 ] [ rdf:type sp:Optional ;
260 - sp:elements ([ sp:object _:b50 ; 427 + sp:elements ([ sp:object
428 + [ sp:varName "casingLinerTubingRun"^^xsd:string
429 + ] ;
261 sp:predicate ddr:casing_liner_tubing_runRef ; 430 sp:predicate ddr:casing_liner_tubing_runRef ;
262 - sp:subject _:b36 431 + sp:subject
263 - ] [ sp:object _:b4 ; 432 + [ sp:varName "casingLinerTubing"^^xsd:string
433 + ]
434 + ] [ sp:object
435 + [ sp:varName "dTimEndStim"^^xsd:string
436 + ] ;
264 sp:predicate ddr:dTimEnd ; 437 sp:predicate ddr:dTimEnd ;
265 - sp:subject _:b50 438 + sp:subject
439 + [ sp:varName "casingLinerTubingRun"^^xsd:string
440 + ]
266 ]) 441 ])
267 ] [ rdf:type sp:Bind ; 442 ] [ rdf:type sp:Bind ;
268 sp:expression 443 sp:expression
269 [ rdf:type ep-spin-lib:normalizeString ; 444 [ rdf:type ep-spin-lib:normalizeString ;
270 - sp:arg1 _:b34 445 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
446 + ]
271 ] ; 447 ] ;
272 - sp:variable _:b52 448 + sp:variable
449 + [ sp:varName "normalizedWellBoreName"^^xsd:string
450 + ]
273 ] [ rdf:type sp:Bind ; 451 ] [ rdf:type sp:Bind ;
274 sp:expression 452 sp:expression
275 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 453 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
276 - sp:arg1 _:b52 ; 454 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
277 - sp:arg2 _:b35 455 + ] ;
456 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
457 + ]
278 ] ; 458 ] ;
279 - sp:variable _:b2 459 + sp:variable
460 + [ sp:varName "dailyDrillingActivity"^^xsd:string
461 + ]
280 ] [ rdf:type sp:Bind ; 462 ] [ rdf:type sp:Bind ;
281 sp:expression 463 sp:expression
282 [ rdf:type afn:localname ; 464 [ rdf:type afn:localname ;
283 - sp:arg1 _:b36 465 + sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string
466 + ]
284 ] ; 467 ] ;
285 - sp:variable _:b53 468 + sp:variable
469 + [ sp:varName "localname"^^xsd:string
470 + ]
286 ] [ rdf:type sp:Bind ; 471 ] [ rdf:type sp:Bind ;
287 sp:expression 472 sp:expression
288 [ rdf:type ep-spin-lib:buildWellStimulationURI ; 473 [ rdf:type ep-spin-lib:buildWellStimulationURI ;
289 - sp:arg1 _:b52 ; 474 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
290 - sp:arg2 _:b53 475 + ] ;
476 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
477 + ] ;
478 + sp:arg3 [ sp:varName "localname"^^xsd:string
479 + ]
291 ] ; 480 ] ;
292 - sp:variable _:b1 481 + sp:variable
482 + [ sp:varName "wellStimulation"^^xsd:string
483 + ]
293 ] [ rdf:type sp:Bind ; 484 ] [ rdf:type sp:Bind ;
294 sp:expression 485 sp:expression
295 [ rdf:type ep-spin-lib:selectCasingRoleType ; 486 [ rdf:type ep-spin-lib:selectCasingRoleType ;
296 - sp:arg1 _:b51 487 + sp:arg1 [ sp:varName "enumCasingType"^^xsd:string
488 + ]
297 ] ; 489 ] ;
298 - sp:variable _:b16 490 + sp:variable
491 + [ sp:varName "casingRoleType"^^xsd:string
492 + ]
299 ] [ rdf:type sp:Bind ; 493 ] [ rdf:type sp:Bind ;
300 sp:expression 494 sp:expression
301 [ rdf:type ep-spin-lib:selectTubeType ; 495 [ rdf:type ep-spin-lib:selectTubeType ;
302 - sp:arg1 _:b37 496 + sp:arg1 [ sp:varName "enumTubeType"^^xsd:string
497 + ]
303 ] ; 498 ] ;
304 - sp:variable _:b17 499 + sp:variable
500 + [ sp:varName "tubeType"^^xsd:string
501 + ]
305 ] [ rdf:type sp:Bind ; 502 ] [ rdf:type sp:Bind ;
306 sp:expression 503 sp:expression
307 [ rdf:type ep-spin-lib:selectLengthScale ; 504 [ rdf:type ep-spin-lib:selectLengthScale ;
308 - sp:arg1 _:b39 505 + sp:arg1 [ sp:varName "uomId"^^xsd:string
506 + ]
309 ] ; 507 ] ;
310 - sp:variable _:b20 508 + sp:variable
509 + [ sp:varName "lengthScaleId"^^xsd:string
510 + ]
311 ] [ rdf:type sp:Bind ; 511 ] [ rdf:type sp:Bind ;
312 sp:expression 512 sp:expression
313 [ rdf:type ep-spin-lib:selectLengthScale ; 513 [ rdf:type ep-spin-lib:selectLengthScale ;
314 - sp:arg1 _:b41 514 + sp:arg1 [ sp:varName "uomOd"^^xsd:string
515 + ]
315 ] ; 516 ] ;
316 - sp:variable _:b23 517 + sp:variable
518 + [ sp:varName "lengthScaleOd"^^xsd:string
519 + ]
317 ] [ rdf:type sp:Bind ; 520 ] [ rdf:type sp:Bind ;
318 sp:expression 521 sp:expression
319 [ rdf:type ep-spin-lib:selectLengthScale ; 522 [ rdf:type ep-spin-lib:selectLengthScale ;
320 - sp:arg1 _:b45 523 + sp:arg1 [ sp:varName "uomLen"^^xsd:string
524 + ]
321 ] ; 525 ] ;
322 - sp:variable _:b33 526 + sp:variable
527 + [ sp:varName "lengthScaleLen"^^xsd:string
528 + ]
323 ] [ rdf:type sp:Bind ; 529 ] [ rdf:type sp:Bind ;
324 sp:expression 530 sp:expression
325 [ rdf:type ep-spin-lib:selectLengthScale ; 531 [ rdf:type ep-spin-lib:selectLengthScale ;
326 - sp:arg1 _:b47 532 + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
533 + ]
327 ] ; 534 ] ;
328 - sp:variable _:b11 535 + sp:variable
536 + [ sp:varName "lengthScaleMdTop"^^xsd:string
537 + ]
329 ] [ rdf:type sp:Bind ; 538 ] [ rdf:type sp:Bind ;
330 sp:expression 539 sp:expression
331 [ rdf:type ep-spin-lib:selectLengthScale ; 540 [ rdf:type ep-spin-lib:selectLengthScale ;
332 - sp:arg1 _:b49 541 + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
542 + ]
333 ] ; 543 ] ;
334 - sp:variable _:b14 544 + sp:variable
545 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
546 + ]
335 ] [ rdf:type sp:Bind ; 547 ] [ rdf:type sp:Bind ;
336 sp:expression 548 sp:expression
337 [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ; 549 [ rdf:type ep-spin-lib:selectMassPerUnitLengthScale ;
338 - sp:arg1 _:b43 550 + sp:arg1 [ sp:varName "uomWeight"^^xsd:string
551 + ]
339 ] ; 552 ] ;
340 - sp:variable _:b26 553 + sp:variable
554 + [ sp:varName "massPerUnitLengthScale"^^xsd:string
555 + ]
341 ] [ rdf:type sp:Bind ; 556 ] [ rdf:type sp:Bind ;
342 sp:expression 557 sp:expression
343 [ rdf:type rhspin:wellBoreByName ; 558 [ rdf:type rhspin:wellBoreByName ;
344 arg:wellBoreName 559 arg:wellBoreName
345 [ rdf:type xsd:string ; 560 [ rdf:type xsd:string ;
346 - sp:arg1 _:b34 561 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
562 + ]
347 ] 563 ]
348 ] ; 564 ] ;
349 - sp:variable _:b8 565 + sp:variable
566 + [ sp:varName "wellBore"^^xsd:string
567 + ]
350 ]) 568 ])
351 ] . 569 ] .
352 -
353 -_:b34
354 - sp:varName "nameWellBore"^^xsd:string .
355 -
356 -_:b35
357 - sp:varName "dTimStart"^^xsd:string .
358 -
359 -_:b36
360 - sp:varName "casingLinerTubing"^^xsd:string .
361 -
362 -_:b37
363 - sp:varName "enumTubeType"^^xsd:string .
364 -
365 -_:b38
366 - sp:varName "id"^^xsd:string .
367 -
368 -_:b39
369 - sp:varName "uomId"^^xsd:string .
370 -
371 -_:b19
372 - sp:varName "realId"^^xsd:string .
373 -
374 -_:b40
375 - sp:varName "od"^^xsd:string .
376 -
377 -_:b41
378 - sp:varName "uomOd"^^xsd:string .
379 -
380 -_:b22
381 - sp:varName "realOd"^^xsd:string .
382 -
383 -_:b42
384 - sp:varName "weight"^^xsd:string .
385 -
386 -_:b43
387 - sp:varName "uomWeight"^^xsd:string .
388 -
389 -_:b25
390 - sp:varName "realMassPerUnitLength"^^xsd:string .
391 -
392 -_:b28
393 - sp:varName "grade"^^xsd:string .
394 -
395 -_:b30
396 - sp:varName "connection"^^xsd:string .
397 -
398 -_:b44
399 - sp:varName "length"^^xsd:string .
400 -
401 -_:b45
402 - sp:varName "uomLen"^^xsd:string .
403 -
404 -_:b32
405 - sp:varName "realLen"^^xsd:string .
406 -
407 -_:b46
408 - sp:varName "mdTop"^^xsd:string .
409 -
410 -_:b47
411 - sp:varName "uomMdTop"^^xsd:string .
412 -
413 -_:b10
414 - sp:varName "realMdTop"^^xsd:string .
415 -
416 -_:b48
417 - sp:varName "mdBottom"^^xsd:string .
418 -
419 -_:b49
420 - sp:varName "uomMdBottom"^^xsd:string .
421 -
422 -_:b13
423 - sp:varName "realMdBottom"^^xsd:string .
424 -
425 -_:b50
426 - sp:varName "casingLinerTubingRun"^^xsd:string .
427 -
428 -_:b51
429 - sp:varName "enumCasingType"^^xsd:string .
430 -
431 -_:b5 sp:varName "description"^^xsd:string .
432 -
433 -_:b3 sp:varName "dTimStartStim"^^xsd:string .
434 -
435 -_:b4 sp:varName "dTimEndStim"^^xsd:string .
436 -
437 -_:b52
438 - sp:varName "normalizedWellBoreName"^^xsd:string .
439 -
440 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
441 -
442 -_:b53
443 - sp:varName "localname"^^xsd:string .
444 -
445 -_:b1 sp:varName "wellStimulation"^^xsd:string .
446 -
447 -_:b16
448 - sp:varName "casingRoleType"^^xsd:string .
449 -
450 -_:b17
451 - sp:varName "tubeType"^^xsd:string .
452 -
453 -_:b20
454 - sp:varName "lengthScaleId"^^xsd:string .
455 -
456 -_:b23
457 - sp:varName "lengthScaleOd"^^xsd:string .
458 -
459 -_:b33
460 - sp:varName "lengthScaleLen"^^xsd:string .
461 -
462 -_:b11
463 - sp:varName "lengthScaleMdTop"^^xsd:string .
464 -
465 -_:b14
466 - sp:varName "lengthScaleMdBottom"^^xsd:string .
467 -
468 -_:b26
469 - sp:varName "massPerUnitLengthScale"^^xsd:string .
470 -
471 -_:b8 sp:varName "wellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 10:19:14 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Oct 28 10:21:05 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
2 +# imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 -# imports: http://spinrdf.org/spin
6 5
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . 6 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 7 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -20,7 +19,7 @@ ...@@ -20,7 +19,7 @@
20 19
21 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> 20 <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
22 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
23 - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; 22 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 24
26 ddr:Obj_drillReport 25 ddr:Obj_drillReport
...@@ -29,805 +28,901 @@ ddr:Obj_drillReport ...@@ -29,805 +28,901 @@ ddr:Obj_drillReport
29 rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; 28 rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ;
30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; 29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ;
31 sp:predicate rdf:type ; 30 sp:predicate rdf:type ;
32 - sp:subject _:b1 31 + sp:subject
33 - ] [ sp:object _:b1 ; 32 + [ sp:varName "wellCementJob"^^xsd:string
33 + ]
34 + ] [ sp:object
35 + [ sp:varName "wellCementJob"^^xsd:string
36 + ] ;
34 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 37 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
35 - sp:subject _:b2 38 + sp:subject
36 - ] [ sp:object _:b3 ; 39 + [ sp:varName "dailyDrillingActivity"^^xsd:string
40 + ]
41 + ] [ sp:object _:b1 ;
37 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 42 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
38 - sp:subject _:b1 43 + sp:subject
44 + [ sp:varName "wellCementJob"^^xsd:string
45 + ]
39 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 46 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
40 sp:predicate rdf:type ; 47 sp:predicate rdf:type ;
41 - sp:subject _:b3 48 + sp:subject _:b1
42 - ] [ sp:object _:b4 ; 49 + ] [ sp:object _:b2 ;
43 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 50 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
44 - sp:subject _:b3 51 + sp:subject _:b1
45 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 52 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
46 sp:predicate rdf:type ; 53 sp:predicate rdf:type ;
47 - sp:subject _:b4 54 + sp:subject _:b2
48 - ] [ sp:object _:b5 ; 55 + ] [ sp:object
56 + [ sp:varName "wellBore"^^xsd:string
57 + ] ;
49 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 58 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
50 - sp:subject _:b4 59 + sp:subject _:b2
51 - ] [ sp:object _:b6 ; 60 + ] [ sp:object
61 + [ sp:varName "wellCementJobType"^^xsd:string
62 + ] ;
52 sp:predicate rdf:type ; 63 sp:predicate rdf:type ;
53 - sp:subject _:b1 64 + sp:subject
54 - ] [ sp:object _:b7 ; 65 + [ sp:varName "wellCementJob"^^xsd:string
66 + ]
67 + ] [ sp:object
68 + [ sp:varName "wellCementJobTopPlugType"^^xsd:string
69 + ] ;
55 sp:predicate rdf:type ; 70 sp:predicate rdf:type ;
56 - sp:subject _:b1 71 + sp:subject
57 - ] [ sp:object _:b8 ; 72 + [ sp:varName "wellCementJob"^^xsd:string
73 + ]
74 + ] [ sp:object
75 + [ sp:varName "wellCementJobBottomPlugType"^^xsd:string
76 + ] ;
58 sp:predicate rdf:type ; 77 sp:predicate rdf:type ;
59 - sp:subject _:b1 78 + sp:subject
60 - ] [ sp:object _:b9 ; 79 + [ sp:varName "wellCementJob"^^xsd:string
80 + ]
81 + ] [ sp:object _:b3 ;
61 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 82 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
62 - sp:subject _:b1 83 + sp:subject
84 + [ sp:varName "wellCementJob"^^xsd:string
85 + ]
63 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; 86 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
64 sp:predicate rdf:type ; 87 sp:predicate rdf:type ;
65 - sp:subject _:b9 88 + sp:subject _:b3
66 - ] [ sp:object _:b10 ; 89 + ] [ sp:object
90 + [ sp:varName "cementingFluidReturnType"^^xsd:string
91 + ] ;
67 sp:predicate rdf:type ; 92 sp:predicate rdf:type ;
68 - sp:subject _:b9 93 + sp:subject _:b3
69 - ] [ sp:object _:b11 ; 94 + ] [ sp:object _:b4 ;
70 sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; 95 sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ;
71 - sp:subject _:b9 96 + sp:subject _:b3
72 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; 97 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
73 sp:predicate rdf:type ; 98 sp:predicate rdf:type ;
74 - sp:subject _:b11 99 + sp:subject _:b4
75 - ] [ sp:object _:b12 ; 100 + ] [ sp:object _:b5 ;
76 sp:predicate rdf:type ; 101 sp:predicate rdf:type ;
77 - sp:subject _:b11 102 + sp:subject _:b4
78 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 103 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
79 sp:predicate rdf:type ; 104 sp:predicate rdf:type ;
80 - sp:subject _:b12 105 + sp:subject _:b5
81 - ] [ sp:object _:b13 ; 106 + ] [ sp:object
82 - sp:predicate _:b14 ; 107 + [ sp:varName "realVolReturns"^^xsd:string
83 - sp:subject _:b12 108 + ] ;
84 - ] [ sp:object _:b15 ; 109 + sp:predicate
110 + [ sp:varName "volumeScaleReturns"^^xsd:string
111 + ] ;
112 + sp:subject _:b5
113 + ] [ sp:object
114 + [ sp:varName "dTimPumpStart"^^xsd:string
115 + ] ;
85 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 116 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
86 - sp:subject _:b9 117 + sp:subject _:b3
87 - ] [ sp:object _:b16 ; 118 + ] [ sp:object
119 + [ sp:varName "dTimPumpEnd"^^xsd:string
120 + ] ;
88 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 121 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
89 - sp:subject _:b9 122 + sp:subject _:b3
90 - ] [ sp:object _:b17 ; 123 + ] [ sp:object _:b6 ;
91 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; 124 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
92 - sp:subject _:b9 125 + sp:subject _:b3
93 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; 126 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
94 sp:predicate rdf:type ; 127 sp:predicate rdf:type ;
95 - sp:subject _:b17 128 + sp:subject _:b6
96 - ] [ sp:object _:b18 ; 129 + ] [ sp:object _:b7 ;
97 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; 130 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
98 - sp:subject _:b4 131 + sp:subject _:b2
99 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; 132 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
100 sp:predicate rdf:type ; 133 sp:predicate rdf:type ;
101 - sp:subject _:b18 134 + sp:subject _:b7
102 - ] [ sp:object _:b19 ; 135 + ] [ sp:object _:b8 ;
103 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; 136 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
104 - sp:subject _:b18 137 + sp:subject _:b7
105 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 138 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
106 sp:predicate rdf:type ; 139 sp:predicate rdf:type ;
107 - sp:subject _:b19 140 + sp:subject _:b8
108 - ] [ sp:object _:b20 ; 141 + ] [ sp:object
109 - sp:predicate _:b21 ; 142 + [ sp:varName "realCasingStrDia"^^xsd:string
110 - sp:subject _:b19 143 + ] ;
111 - ] [ sp:object _:b22 ; 144 + sp:predicate
145 + [ sp:varName "lengthScaleCasingStrDia"^^xsd:string
146 + ] ;
147 + sp:subject _:b8
148 + ] [ sp:object
149 + [ sp:varName "cementStageComments"^^xsd:string
150 + ] ;
112 sp:predicate rdfs:comment ; 151 sp:predicate rdfs:comment ;
113 - sp:subject _:b1 152 + sp:subject
114 - ] [ sp:object _:b23 ; 153 + [ sp:varName "wellCementJob"^^xsd:string
154 + ]
155 + ] [ sp:object
156 + [ sp:varName "wellCementJobCasingRotationType"^^xsd:string
157 + ] ;
115 sp:predicate rdf:type ; 158 sp:predicate rdf:type ;
116 - sp:subject _:b1 159 + sp:subject
117 - ] [ sp:object _:b24 ; 160 + [ sp:varName "wellCementJob"^^xsd:string
161 + ]
162 + ] [ sp:object
163 + [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
164 + ] ;
118 sp:predicate rdf:type ; 165 sp:predicate rdf:type ;
119 - sp:subject _:b1 166 + sp:subject
120 - ] [ sp:object _:b25 ; 167 + [ sp:varName "wellCementJob"^^xsd:string
168 + ]
169 + ] [ sp:object
170 + [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
171 + ] ;
121 sp:predicate rdf:type ; 172 sp:predicate rdf:type ;
122 - sp:subject _:b1 173 + sp:subject
123 - ] [ sp:object _:b26 ; 174 + [ sp:varName "wellCementJob"^^xsd:string
175 + ]
176 + ] [ sp:object _:b9 ;
124 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; 177 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ;
125 - sp:subject _:b1 178 + sp:subject
179 + [ sp:varName "wellCementJob"^^xsd:string
180 + ]
126 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 181 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
127 sp:predicate rdf:type ; 182 sp:predicate rdf:type ;
128 - sp:subject _:b26 183 + sp:subject _:b9
129 - ] [ sp:object _:b27 ; 184 + ] [ sp:object
130 - sp:predicate _:b28 ; 185 + [ sp:varName "realPresBump"^^xsd:string
131 - sp:subject _:b26 186 + ] ;
132 - ] [ sp:object _:b29 ; 187 + sp:predicate
188 + [ sp:varName "pressureScaleBump"^^xsd:string
189 + ] ;
190 + sp:subject _:b9
191 + ] [ sp:object
192 + [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
193 + ] ;
133 sp:predicate rdf:type ; 194 sp:predicate rdf:type ;
134 - sp:subject _:b1 195 + sp:subject
135 - ] [ sp:object _:b30 ; 196 + [ sp:varName "wellCementJob"^^xsd:string
197 + ]
198 + ] [ sp:object _:b10 ;
136 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 199 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
137 - sp:subject _:b1 200 + sp:subject
201 + [ sp:varName "wellCementJob"^^xsd:string
202 + ]
138 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; 203 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ;
139 sp:predicate rdf:type ; 204 sp:predicate rdf:type ;
140 - sp:subject _:b30 205 + sp:subject _:b10
141 - ] [ sp:object _:b31 ; 206 + ] [ sp:object
207 + [ sp:varName "dTimPresReleased"^^xsd:string
208 + ] ;
142 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 209 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
143 - sp:subject _:b30 210 + sp:subject _:b10
144 ]) ; 211 ]) ;
145 - sp:where ([ sp:object _:b32 ; 212 + sp:where ([ sp:object
213 + [ sp:varName "nameWellBore"^^xsd:string
214 + ] ;
146 sp:predicate ep-spin-lib:nameWellbore ; 215 sp:predicate ep-spin-lib:nameWellbore ;
147 sp:subject spin:_this 216 sp:subject spin:_this
148 - ] [ sp:object _:b33 ; 217 + ] [ sp:object
218 + [ sp:varName "dTimStart"^^xsd:string
219 + ] ;
149 sp:predicate ddr:dTimStart ; 220 sp:predicate ddr:dTimStart ;
150 sp:subject spin:_this 221 sp:subject spin:_this
151 - ] [ sp:object _:b34 ; 222 + ] [ sp:object
223 + [ sp:varName "cementStage"^^xsd:string
224 + ] ;
152 sp:predicate ddr:cementStageRef ; 225 sp:predicate ddr:cementStageRef ;
153 sp:subject spin:_this 226 sp:subject spin:_this
154 ] [ rdf:type sp:Optional ; 227 ] [ rdf:type sp:Optional ;
155 - sp:elements ([ sp:object _:b15 ; 228 + sp:elements ([ sp:object
229 + [ sp:varName "dTimPumpStart"^^xsd:string
230 + ] ;
156 sp:predicate ddr:dTimPumpStart ; 231 sp:predicate ddr:dTimPumpStart ;
157 - sp:subject _:b34 232 + sp:subject
233 + [ sp:varName "cementStage"^^xsd:string
234 + ]
158 ]) 235 ])
159 ] [ rdf:type sp:Optional ; 236 ] [ rdf:type sp:Optional ;
160 - sp:elements ([ sp:object _:b16 ; 237 + sp:elements ([ sp:object
238 + [ sp:varName "dTimPumpEnd"^^xsd:string
239 + ] ;
161 sp:predicate ddr:dTimPumpEnd ; 240 sp:predicate ddr:dTimPumpEnd ;
162 - sp:subject _:b34 241 + sp:subject
242 + [ sp:varName "cementStage"^^xsd:string
243 + ]
163 ]) 244 ])
164 ] [ rdf:type sp:Optional ; 245 ] [ rdf:type sp:Optional ;
165 - sp:elements ([ sp:object _:b35 ; 246 + sp:elements ([ sp:object
247 + [ sp:varName "enumJobType"^^xsd:string
248 + ] ;
166 sp:predicate ddr:jobTypeRef ; 249 sp:predicate ddr:jobTypeRef ;
167 - sp:subject _:b34 250 + sp:subject
251 + [ sp:varName "cementStage"^^xsd:string
252 + ]
168 ]) 253 ])
169 ] [ rdf:type sp:Optional ; 254 ] [ rdf:type sp:Optional ;
170 - sp:elements ([ sp:object _:b36 ; 255 + sp:elements ([ sp:object
256 + [ sp:varName "casingStrDia"^^xsd:string
257 + ] ;
171 sp:predicate ddr:casingStrDiaRef ; 258 sp:predicate ddr:casingStrDiaRef ;
172 - sp:subject _:b34 259 + sp:subject
173 - ] [ sp:object _:b37 ; 260 + [ sp:varName "cementStage"^^xsd:string
261 + ]
262 + ] [ sp:object
263 + [ sp:varName "uomCasingStrDia"^^xsd:string
264 + ] ;
174 sp:predicate ddr:uomRef ; 265 sp:predicate ddr:uomRef ;
175 - sp:subject _:b36 266 + sp:subject
176 - ] [ sp:object _:b20 ; 267 + [ sp:varName "casingStrDia"^^xsd:string
268 + ]
269 + ] [ sp:object
270 + [ sp:varName "realCasingStrDia"^^xsd:string
271 + ] ;
177 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 272 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
178 - sp:subject _:b36 273 + sp:subject
274 + [ sp:varName "casingStrDia"^^xsd:string
275 + ]
179 ]) 276 ])
180 ] [ rdf:type sp:Optional ; 277 ] [ rdf:type sp:Optional ;
181 - sp:elements ([ sp:object _:b22 ; 278 + sp:elements ([ sp:object
279 + [ sp:varName "cementStageComments"^^xsd:string
280 + ] ;
182 sp:predicate ddr:comments ; 281 sp:predicate ddr:comments ;
183 - sp:subject _:b34 282 + sp:subject
283 + [ sp:varName "cementStage"^^xsd:string
284 + ]
184 ]) 285 ])
185 ] [ rdf:type sp:Optional ; 286 ] [ rdf:type sp:Optional ;
186 - sp:elements ([ sp:object _:b38 ; 287 + sp:elements ([ sp:object
288 + [ sp:varName "volReturns"^^xsd:string
289 + ] ;
187 sp:predicate ddr:volReturnsRef ; 290 sp:predicate ddr:volReturnsRef ;
188 - sp:subject _:b34 291 + sp:subject
189 - ] [ sp:object _:b39 ; 292 + [ sp:varName "cementStage"^^xsd:string
293 + ]
294 + ] [ sp:object
295 + [ sp:varName "uomVolReturns"^^xsd:string
296 + ] ;
190 sp:predicate ddr:uomRef ; 297 sp:predicate ddr:uomRef ;
191 - sp:subject _:b38 298 + sp:subject
192 - ] [ sp:object _:b13 ; 299 + [ sp:varName "volReturns"^^xsd:string
300 + ]
301 + ] [ sp:object
302 + [ sp:varName "realVolReturns"^^xsd:string
303 + ] ;
193 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 304 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
194 - sp:subject _:b38 305 + sp:subject
306 + [ sp:varName "volReturns"^^xsd:string
307 + ]
195 ]) 308 ])
196 ] [ rdf:type sp:Optional ; 309 ] [ rdf:type sp:Optional ;
197 - sp:elements ([ sp:object _:b31 ; 310 + sp:elements ([ sp:object
311 + [ sp:varName "dTimPresReleased"^^xsd:string
312 + ] ;
198 sp:predicate ddr:dTimPresReleased ; 313 sp:predicate ddr:dTimPresReleased ;
199 - sp:subject _:b34 314 + sp:subject
315 + [ sp:varName "cementStage"^^xsd:string
316 + ]
200 ]) 317 ])
201 ] [ rdf:type sp:Optional ; 318 ] [ rdf:type sp:Optional ;
202 - sp:elements ([ sp:object _:b40 ; 319 + sp:elements ([ sp:object
320 + [ sp:varName "annFlowAfter"^^xsd:string
321 + ] ;
203 sp:predicate ddr:annFlowAfter ; 322 sp:predicate ddr:annFlowAfter ;
204 - sp:subject _:b34 323 + sp:subject
324 + [ sp:varName "cementStage"^^xsd:string
325 + ]
205 ]) 326 ])
206 ] [ rdf:type sp:Optional ; 327 ] [ rdf:type sp:Optional ;
207 - sp:elements ([ sp:object _:b41 ; 328 + sp:elements ([ sp:object
329 + [ sp:varName "topPlug"^^xsd:string
330 + ] ;
208 sp:predicate ddr:topPlug ; 331 sp:predicate ddr:topPlug ;
209 - sp:subject _:b34 332 + sp:subject
333 + [ sp:varName "cementStage"^^xsd:string
334 + ]
210 ]) 335 ])
211 ] [ rdf:type sp:Optional ; 336 ] [ rdf:type sp:Optional ;
212 - sp:elements ([ sp:object _:b42 ; 337 + sp:elements ([ sp:object
338 + [ sp:varName "botPlug"^^xsd:string
339 + ] ;
213 sp:predicate ddr:botPlug ; 340 sp:predicate ddr:botPlug ;
214 - sp:subject _:b34 341 + sp:subject
342 + [ sp:varName "cementStage"^^xsd:string
343 + ]
215 ]) 344 ])
216 ] [ rdf:type sp:Optional ; 345 ] [ rdf:type sp:Optional ;
217 - sp:elements ([ sp:object _:b43 ; 346 + sp:elements ([ sp:object
347 + [ sp:varName "plugBumped"^^xsd:string
348 + ] ;
218 sp:predicate ddr:plugBumped ; 349 sp:predicate ddr:plugBumped ;
219 - sp:subject _:b34 350 + sp:subject
351 + [ sp:varName "cementStage"^^xsd:string
352 + ]
220 ]) 353 ])
221 ] [ rdf:type sp:Optional ; 354 ] [ rdf:type sp:Optional ;
222 - sp:elements ([ sp:object _:b44 ; 355 + sp:elements ([ sp:object
356 + [ sp:varName "presBump"^^xsd:string
357 + ] ;
223 sp:predicate ddr:presBumpRef ; 358 sp:predicate ddr:presBumpRef ;
224 - sp:subject _:b34 359 + sp:subject
225 - ] [ sp:object _:b45 ; 360 + [ sp:varName "cementStage"^^xsd:string
361 + ]
362 + ] [ sp:object
363 + [ sp:varName "uomPresBump"^^xsd:string
364 + ] ;
226 sp:predicate ddr:uomRef ; 365 sp:predicate ddr:uomRef ;
227 - sp:subject _:b44 366 + sp:subject
228 - ] [ sp:object _:b27 ; 367 + [ sp:varName "presBump"^^xsd:string
368 + ]
369 + ] [ sp:object
370 + [ sp:varName "realPresBump"^^xsd:string
371 + ] ;
229 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 372 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
230 - sp:subject _:b44 373 + sp:subject
374 + [ sp:varName "presBump"^^xsd:string
375 + ]
231 ]) 376 ])
232 ] [ rdf:type sp:Optional ; 377 ] [ rdf:type sp:Optional ;
233 - sp:elements ([ sp:object _:b46 ; 378 + sp:elements ([ sp:object
379 + [ sp:varName "floatHeld"^^xsd:string
380 + ] ;
234 sp:predicate ddr:floatHeld ; 381 sp:predicate ddr:floatHeld ;
235 - sp:subject _:b34 382 + sp:subject
383 + [ sp:varName "cementStage"^^xsd:string
384 + ]
236 ]) 385 ])
237 ] [ rdf:type sp:Optional ; 386 ] [ rdf:type sp:Optional ;
238 - sp:elements ([ sp:object _:b47 ; 387 + sp:elements ([ sp:object
388 + [ sp:varName "reciprocated"^^xsd:string
389 + ] ;
239 sp:predicate ddr:reciprocated ; 390 sp:predicate ddr:reciprocated ;
240 - sp:subject _:b34 391 + sp:subject
392 + [ sp:varName "cementStage"^^xsd:string
393 + ]
241 ]) 394 ])
242 ] [ rdf:type sp:Optional ; 395 ] [ rdf:type sp:Optional ;
243 - sp:elements ([ sp:object _:b48 ; 396 + sp:elements ([ sp:object
397 + [ sp:varName "rotated"^^xsd:string
398 + ] ;
244 sp:predicate ddr:rotated ; 399 sp:predicate ddr:rotated ;
245 - sp:subject _:b34 400 + sp:subject
401 + [ sp:varName "cementStage"^^xsd:string
402 + ]
246 ]) 403 ])
247 ] [ rdf:type sp:Bind ; 404 ] [ rdf:type sp:Bind ;
248 sp:expression 405 sp:expression
249 [ rdf:type ep-spin-lib:normalizeString ; 406 [ rdf:type ep-spin-lib:normalizeString ;
250 - sp:arg1 _:b32 407 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
408 + ]
251 ] ; 409 ] ;
252 - sp:variable _:b49 410 + sp:variable
411 + [ sp:varName "normalizedWellBoreName"^^xsd:string
412 + ]
253 ] [ rdf:type sp:Bind ; 413 ] [ rdf:type sp:Bind ;
254 sp:expression 414 sp:expression
255 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 415 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
256 - sp:arg1 _:b49 ; 416 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
257 - sp:arg2 _:b33 417 + ] ;
418 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
419 + ]
258 ] ; 420 ] ;
259 - sp:variable _:b2 421 + sp:variable
422 + [ sp:varName "dailyDrillingActivity"^^xsd:string
423 + ]
260 ] [ rdf:type sp:Bind ; 424 ] [ rdf:type sp:Bind ;
261 sp:expression 425 sp:expression
262 [ rdf:type afn:localname ; 426 [ rdf:type afn:localname ;
263 - sp:arg1 _:b34 427 + sp:arg1 [ sp:varName "cementStage"^^xsd:string
428 + ]
264 ] ; 429 ] ;
265 - sp:variable _:b50 430 + sp:variable
431 + [ sp:varName "localname"^^xsd:string
432 + ]
266 ] [ rdf:type sp:Bind ; 433 ] [ rdf:type sp:Bind ;
267 sp:expression 434 sp:expression
268 [ rdf:type ep-spin-lib:buildWellCementJobURI ; 435 [ rdf:type ep-spin-lib:buildWellCementJobURI ;
269 - sp:arg1 _:b49 ; 436 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
270 - sp:arg2 _:b50 437 + ] ;
438 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
271 ] ; 439 ] ;
272 - sp:variable _:b1 440 + sp:arg3 [ sp:varName "localname"^^xsd:string
441 + ]
442 + ] ;
443 + sp:variable
444 + [ sp:varName "wellCementJob"^^xsd:string
445 + ]
273 ] [ rdf:type sp:Bind ; 446 ] [ rdf:type sp:Bind ;
274 sp:expression 447 sp:expression
275 [ rdf:type ep-spin-lib:selectWellCementJobType ; 448 [ rdf:type ep-spin-lib:selectWellCementJobType ;
276 - sp:arg1 _:b35 449 + sp:arg1 [ sp:varName "enumJobType"^^xsd:string
450 + ]
277 ] ; 451 ] ;
278 - sp:variable _:b6 452 + sp:variable
453 + [ sp:varName "wellCementJobType"^^xsd:string
454 + ]
279 ] [ rdf:type sp:Bind ; 455 ] [ rdf:type sp:Bind ;
280 sp:expression 456 sp:expression
281 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; 457 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ;
282 - sp:arg1 _:b40 458 + sp:arg1 [ sp:varName "annFlowAfter"^^xsd:string
459 + ]
283 ] ; 460 ] ;
284 - sp:variable _:b10 461 + sp:variable
462 + [ sp:varName "cementingFluidReturnType"^^xsd:string
463 + ]
285 ] [ rdf:type sp:Bind ; 464 ] [ rdf:type sp:Bind ;
286 sp:expression 465 sp:expression
287 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; 466 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ;
288 - sp:arg1 _:b41 467 + sp:arg1 [ sp:varName "topPlug"^^xsd:string
468 + ]
289 ] ; 469 ] ;
290 - sp:variable _:b7 470 + sp:variable
471 + [ sp:varName "wellCementJobTopPlugType"^^xsd:string
472 + ]
291 ] [ rdf:type sp:Bind ; 473 ] [ rdf:type sp:Bind ;
292 sp:expression 474 sp:expression
293 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; 475 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ;
294 - sp:arg1 _:b42 476 + sp:arg1 [ sp:varName "botPlug"^^xsd:string
477 + ]
295 ] ; 478 ] ;
296 - sp:variable _:b8 479 + sp:variable
480 + [ sp:varName "wellCementJobBottomPlugType"^^xsd:string
481 + ]
297 ] [ rdf:type sp:Bind ; 482 ] [ rdf:type sp:Bind ;
298 sp:expression 483 sp:expression
299 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; 484 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ;
300 - sp:arg1 _:b48 485 + sp:arg1 [ sp:varName "rotated"^^xsd:string
486 + ]
301 ] ; 487 ] ;
302 - sp:variable _:b23 488 + sp:variable
489 + [ sp:varName "wellCementJobCasingRotationType"^^xsd:string
490 + ]
303 ] [ rdf:type sp:Bind ; 491 ] [ rdf:type sp:Bind ;
304 sp:expression 492 sp:expression
305 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; 493 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ;
306 - sp:arg1 _:b47 494 + sp:arg1 [ sp:varName "reciprocated"^^xsd:string
495 + ]
307 ] ; 496 ] ;
308 - sp:variable _:b24 497 + sp:variable
498 + [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string
499 + ]
309 ] [ rdf:type sp:Bind ; 500 ] [ rdf:type sp:Bind ;
310 sp:expression 501 sp:expression
311 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; 502 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ;
312 - sp:arg1 _:b43 503 + sp:arg1 [ sp:varName "plugBumped"^^xsd:string
504 + ]
313 ] ; 505 ] ;
314 - sp:variable _:b25 506 + sp:variable
507 + [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string
508 + ]
315 ] [ rdf:type sp:Bind ; 509 ] [ rdf:type sp:Bind ;
316 sp:expression 510 sp:expression
317 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; 511 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ;
318 - sp:arg1 _:b46 512 + sp:arg1 [ sp:varName "floatHeld"^^xsd:string
513 + ]
319 ] ; 514 ] ;
320 - sp:variable _:b29 515 + sp:variable
516 + [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string
517 + ]
321 ] [ rdf:type sp:Bind ; 518 ] [ rdf:type sp:Bind ;
322 sp:expression 519 sp:expression
323 [ rdf:type ep-spin-lib:selectPressureScale ; 520 [ rdf:type ep-spin-lib:selectPressureScale ;
324 - sp:arg1 _:b45 521 + sp:arg1 [ sp:varName "uomPresBump"^^xsd:string
522 + ]
325 ] ; 523 ] ;
326 - sp:variable _:b28 524 + sp:variable
525 + [ sp:varName "pressureScaleBump"^^xsd:string
526 + ]
327 ] [ rdf:type sp:Bind ; 527 ] [ rdf:type sp:Bind ;
328 sp:expression 528 sp:expression
329 [ rdf:type ep-spin-lib:selectVolumeScale ; 529 [ rdf:type ep-spin-lib:selectVolumeScale ;
330 - sp:arg1 _:b39 530 + sp:arg1 [ sp:varName "uomVolReturns"^^xsd:string
531 + ]
331 ] ; 532 ] ;
332 - sp:variable _:b14 533 + sp:variable
534 + [ sp:varName "volumeScaleReturns"^^xsd:string
535 + ]
333 ] [ rdf:type sp:Bind ; 536 ] [ rdf:type sp:Bind ;
334 sp:expression 537 sp:expression
335 [ rdf:type ep-spin-lib:selectLengthScale ; 538 [ rdf:type ep-spin-lib:selectLengthScale ;
336 - sp:arg1 _:b37 539 + sp:arg1 [ sp:varName "uomCasingStrDia"^^xsd:string
540 + ]
337 ] ; 541 ] ;
338 - sp:variable _:b21 542 + sp:variable
543 + [ sp:varName "lengthScaleCasingStrDia"^^xsd:string
544 + ]
339 ] [ rdf:type sp:Bind ; 545 ] [ rdf:type sp:Bind ;
340 sp:expression 546 sp:expression
341 [ rdf:type rhspin:wellBoreByName ; 547 [ rdf:type rhspin:wellBoreByName ;
342 arg:wellBoreName 548 arg:wellBoreName
343 [ rdf:type xsd:string ; 549 [ rdf:type xsd:string ;
344 - sp:arg1 _:b32 550 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
551 + ]
345 ] 552 ]
346 ] ; 553 ] ;
347 - sp:variable _:b5 554 + sp:variable
555 + [ sp:varName "wellBore"^^xsd:string
556 + ]
348 ]) 557 ])
349 ] ; 558 ] ;
350 spin:rule 559 spin:rule
351 [ rdf:type sp:Construct ; 560 [ rdf:type sp:Construct ;
352 rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; 561 rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ;
353 - sp:templates ([ sp:object _:b51 ; 562 + sp:templates ([ sp:object _:b11 ;
354 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 563 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
355 - sp:subject _:b52 564 + sp:subject _:b12
356 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; 565 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ;
357 sp:predicate rdf:type ; 566 sp:predicate rdf:type ;
358 - sp:subject _:b51 567 + sp:subject _:b11
359 - ] [ sp:object _:b53 ; 568 + ] [ sp:object _:b13 ;
360 sp:predicate rdf:type ; 569 sp:predicate rdf:type ;
361 - sp:subject _:b51 570 + sp:subject _:b11
362 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 571 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
363 sp:predicate rdf:type ; 572 sp:predicate rdf:type ;
364 - sp:subject _:b53 573 + sp:subject _:b13
365 - ] [ sp:object _:b54 ; 574 + ] [ sp:object _:b14 ;
366 - sp:predicate _:b55 ; 575 + sp:predicate _:b15 ;
367 - sp:subject _:b53 576 + sp:subject _:b13
368 - ] [ sp:object _:b56 ; 577 + ] [ sp:object _:b16 ;
369 sp:predicate rdf:type ; 578 sp:predicate rdf:type ;
370 - sp:subject _:b51 579 + sp:subject _:b11
371 - ] [ sp:object _:b57 ; 580 + ] [ sp:object _:b17 ;
372 sp:predicate rdf:type ; 581 sp:predicate rdf:type ;
373 - sp:subject _:b51 582 + sp:subject _:b11
374 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; 583 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ;
375 sp:predicate rdf:type ; 584 sp:predicate rdf:type ;
376 - sp:subject _:b57 585 + sp:subject _:b17
377 - ] [ sp:object _:b58 ; 586 + ] [ sp:object _:b18 ;
378 sp:predicate rdfs:comment ; 587 sp:predicate rdfs:comment ;
379 - sp:subject _:b57 588 + sp:subject _:b17
380 - ] [ sp:object _:b59 ; 589 + ] [ sp:object _:b19 ;
381 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; 590 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
382 - sp:subject _:b51 591 + sp:subject _:b11
383 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 592 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
384 sp:predicate rdf:type ; 593 sp:predicate rdf:type ;
385 - sp:subject _:b59 594 + sp:subject _:b19
386 - ] [ sp:object _:b60 ; 595 + ] [ sp:object _:b20 ;
387 - sp:predicate _:b61 ; 596 + sp:predicate _:b21 ;
388 - sp:subject _:b59 597 + sp:subject _:b19
389 - ] [ sp:object _:b62 ; 598 + ] [ sp:object _:b22 ;
390 sp:predicate rdf:type ; 599 sp:predicate rdf:type ;
391 - sp:subject _:b51 600 + sp:subject _:b11
392 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 601 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
393 sp:predicate rdf:type ; 602 sp:predicate rdf:type ;
394 - sp:subject _:b62 603 + sp:subject _:b22
395 - ] [ sp:object _:b63 ; 604 + ] [ sp:object _:b23 ;
396 - sp:predicate _:b64 ; 605 + sp:predicate _:b24 ;
397 - sp:subject _:b62 606 + sp:subject _:b22
398 - ] [ sp:object _:b65 ; 607 + ] [ sp:object _:b25 ;
399 sp:predicate rdf:type ; 608 sp:predicate rdf:type ;
400 - sp:subject _:b51 609 + sp:subject _:b11
401 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; 610 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
402 sp:predicate rdf:type ; 611 sp:predicate rdf:type ;
403 - sp:subject _:b65 612 + sp:subject _:b25
404 - ] [ sp:object _:b66 ; 613 + ] [ sp:object _:b26 ;
405 - sp:predicate _:b67 ; 614 + sp:predicate _:b27 ;
406 - sp:subject _:b65 615 + sp:subject _:b25
407 - ] [ sp:object _:b68 ; 616 + ] [ sp:object _:b28 ;
408 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; 617 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
409 - sp:subject _:b51 618 + sp:subject _:b11
410 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 619 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
411 sp:predicate rdf:type ; 620 sp:predicate rdf:type ;
412 - sp:subject _:b68 621 + sp:subject _:b28
413 - ] [ sp:object _:b69 ; 622 + ] [ sp:object _:b29 ;
414 - sp:predicate _:b70 ; 623 + sp:predicate _:b30 ;
415 - sp:subject _:b68 624 + sp:subject _:b28
416 - ] [ sp:object _:b71 ; 625 + ] [ sp:object _:b31 ;
417 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; 626 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
418 - sp:subject _:b51 627 + sp:subject _:b11
419 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 628 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
420 sp:predicate rdf:type ; 629 sp:predicate rdf:type ;
421 - sp:subject _:b71 630 + sp:subject _:b31
422 - ] [ sp:object _:b72 ; 631 + ] [ sp:object _:b32 ;
423 - sp:predicate _:b73 ; 632 + sp:predicate _:b33 ;
424 - sp:subject _:b71 633 + sp:subject _:b31
425 - ] [ sp:object _:b74 ; 634 + ] [ sp:object _:b34 ;
426 sp:predicate rdfs:comment ; 635 sp:predicate rdfs:comment ;
427 - sp:subject _:b51 636 + sp:subject _:b11
428 ]) ; 637 ]) ;
429 - sp:where ([ sp:object _:b75 ; 638 + sp:where ([ sp:object _:b35 ;
430 sp:predicate ep-spin-lib:nameWellbore ; 639 sp:predicate ep-spin-lib:nameWellbore ;
431 sp:subject spin:_this 640 sp:subject spin:_this
432 - ] [ sp:object _:b76 ; 641 + ] [ sp:object _:b36 ;
433 sp:predicate ddr:dTimStart ; 642 sp:predicate ddr:dTimStart ;
434 sp:subject spin:_this 643 sp:subject spin:_this
435 - ] [ sp:object _:b77 ; 644 + ] [ sp:object _:b37 ;
436 sp:predicate ddr:cementStageRef ; 645 sp:predicate ddr:cementStageRef ;
437 sp:subject spin:_this 646 sp:subject spin:_this
438 ] [ sp:object 647 ] [ sp:object
439 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string 648 [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
440 ] ; 649 ] ;
441 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 650 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
442 - sp:subject _:b78 651 + sp:subject _:b38
443 - ] [ sp:object _:b79 ; 652 + ] [ sp:object _:b39 ;
444 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 653 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
445 - sp:subject _:b80 654 + sp:subject _:b40
446 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; 655 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ;
447 sp:predicate rdf:type ; 656 sp:predicate rdf:type ;
448 - sp:subject _:b79 657 + sp:subject _:b39
449 - ] [ sp:object _:b52 ; 658 + ] [ sp:object _:b12 ;
450 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; 659 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ;
451 - sp:subject _:b79 660 + sp:subject _:b39
452 - ] [ sp:object _:b81 ; 661 + ] [ sp:object _:b41 ;
453 sp:predicate ddr:cementingFluidRef ; 662 sp:predicate ddr:cementingFluidRef ;
454 - sp:subject _:b77 663 + sp:subject _:b37
455 ] [ rdf:type sp:Optional ; 664 ] [ rdf:type sp:Optional ;
456 - sp:elements ([ sp:object _:b82 ; 665 + sp:elements ([ sp:object _:b42 ;
457 sp:predicate ddr:typeFluidRef ; 666 sp:predicate ddr:typeFluidRef ;
458 - sp:subject _:b81 667 + sp:subject _:b41
459 ]) 668 ])
460 ] [ rdf:type sp:Optional ; 669 ] [ rdf:type sp:Optional ;
461 - sp:elements ([ sp:object _:b58 ; 670 + sp:elements ([ sp:object _:b18 ;
462 sp:predicate ddr:descFluid ; 671 sp:predicate ddr:descFluid ;
463 - sp:subject _:b81 672 + sp:subject _:b41
464 ]) 673 ])
465 ] [ rdf:type sp:Optional ; 674 ] [ rdf:type sp:Optional ;
466 - sp:elements ([ sp:object _:b83 ; 675 + sp:elements ([ sp:object _:b43 ;
467 sp:predicate ddr:ratioMixWaterRef ; 676 sp:predicate ddr:ratioMixWaterRef ;
468 - sp:subject _:b81 677 + sp:subject _:b41
469 - ] [ sp:object _:b84 ; 678 + ] [ sp:object _:b44 ;
470 sp:predicate ddr:uomRef ; 679 sp:predicate ddr:uomRef ;
471 - sp:subject _:b83 680 + sp:subject _:b43
472 - ] [ sp:object _:b60 ; 681 + ] [ sp:object _:b20 ;
473 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 682 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
474 - sp:subject _:b83 683 + sp:subject _:b43
475 ]) 684 ])
476 ] [ rdf:type sp:Optional ; 685 ] [ rdf:type sp:Optional ;
477 - sp:elements ([ sp:object _:b85 ; 686 + sp:elements ([ sp:object _:b45 ;
478 sp:predicate ddr:densityRef ; 687 sp:predicate ddr:densityRef ;
479 - sp:subject _:b81 688 + sp:subject _:b41
480 - ] [ sp:object _:b86 ; 689 + ] [ sp:object _:b46 ;
481 sp:predicate ddr:uomRef ; 690 sp:predicate ddr:uomRef ;
482 - sp:subject _:b85 691 + sp:subject _:b45
483 - ] [ sp:object _:b63 ; 692 + ] [ sp:object _:b23 ;
484 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 693 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
485 - sp:subject _:b85 694 + sp:subject _:b45
486 ]) 695 ])
487 ] [ rdf:type sp:Optional ; 696 ] [ rdf:type sp:Optional ;
488 - sp:elements ([ sp:object _:b87 ; 697 + sp:elements ([ sp:object _:b47 ;
489 sp:predicate ddr:volPumpedRef ; 698 sp:predicate ddr:volPumpedRef ;
490 - sp:subject _:b81 699 + sp:subject _:b41
491 - ] [ sp:object _:b88 ; 700 + ] [ sp:object _:b48 ;
492 sp:predicate ddr:uomRef ; 701 sp:predicate ddr:uomRef ;
493 - sp:subject _:b87 702 + sp:subject _:b47
494 - ] [ sp:object _:b54 ; 703 + ] [ sp:object _:b14 ;
495 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 704 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
496 - sp:subject _:b87 705 + sp:subject _:b47
497 ]) 706 ])
498 ] [ rdf:type sp:Optional ; 707 ] [ rdf:type sp:Optional ;
499 - sp:elements ([ sp:object _:b89 ; 708 + sp:elements ([ sp:object _:b49 ;
500 sp:predicate ddr:ypRef ; 709 sp:predicate ddr:ypRef ;
501 - sp:subject _:b81 710 + sp:subject _:b41
502 - ] [ sp:object _:b90 ; 711 + ] [ sp:object _:b50 ;
503 sp:predicate ddr:uomRef ; 712 sp:predicate ddr:uomRef ;
504 - sp:subject _:b89 713 + sp:subject _:b49
505 - ] [ sp:object _:b66 ; 714 + ] [ sp:object _:b26 ;
506 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 715 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
507 - sp:subject _:b89 716 + sp:subject _:b49
508 ]) 717 ])
509 ] [ rdf:type sp:Optional ; 718 ] [ rdf:type sp:Optional ;
510 - sp:elements ([ sp:object _:b91 ; 719 + sp:elements ([ sp:object _:b51 ;
511 sp:predicate ddr:eTimThickeningRef ; 720 sp:predicate ddr:eTimThickeningRef ;
512 - sp:subject _:b81 721 + sp:subject _:b41
513 - ] [ sp:object _:b92 ; 722 + ] [ sp:object _:b52 ;
514 sp:predicate ddr:uomRef ; 723 sp:predicate ddr:uomRef ;
515 - sp:subject _:b91 724 + sp:subject _:b51
516 - ] [ sp:object _:b69 ; 725 + ] [ sp:object _:b29 ;
517 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 726 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
518 - sp:subject _:b91 727 + sp:subject _:b51
519 ]) 728 ])
520 ] [ rdf:type sp:Optional ; 729 ] [ rdf:type sp:Optional ;
521 - sp:elements ([ sp:object _:b93 ; 730 + sp:elements ([ sp:object _:b53 ;
522 sp:predicate ddr:pcFreeWaterRef ; 731 sp:predicate ddr:pcFreeWaterRef ;
523 - sp:subject _:b81 732 + sp:subject _:b41
524 - ] [ sp:object _:b94 ; 733 + ] [ sp:object _:b54 ;
525 sp:predicate ddr:uomRef ; 734 sp:predicate ddr:uomRef ;
526 - sp:subject _:b93 735 + sp:subject _:b53
527 - ] [ sp:object _:b72 ; 736 + ] [ sp:object _:b32 ;
528 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 737 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
529 - sp:subject _:b93 738 + sp:subject _:b53
530 ]) 739 ])
531 ] [ rdf:type sp:Optional ; 740 ] [ rdf:type sp:Optional ;
532 - sp:elements ([ sp:object _:b74 ; 741 + sp:elements ([ sp:object _:b34 ;
533 sp:predicate ddr:comments ; 742 sp:predicate ddr:comments ;
534 - sp:subject _:b81 743 + sp:subject _:b41
535 ]) 744 ])
536 ] [ rdf:type sp:Bind ; 745 ] [ rdf:type sp:Bind ;
537 sp:expression 746 sp:expression
538 [ rdf:type ep-spin-lib:normalizeString ; 747 [ rdf:type ep-spin-lib:normalizeString ;
539 - sp:arg1 _:b75 748 + sp:arg1 _:b35
540 ] ; 749 ] ;
541 - sp:variable _:b95 750 + sp:variable _:b55
542 ] [ rdf:type sp:Bind ; 751 ] [ rdf:type sp:Bind ;
543 sp:expression 752 sp:expression
544 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 753 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
545 - sp:arg1 _:b95 ; 754 + sp:arg1 _:b55 ;
546 - sp:arg2 _:b76 755 + sp:arg2 _:b36
547 ] ; 756 ] ;
548 - sp:variable _:b78 757 + sp:variable _:b38
549 ] [ rdf:type sp:Bind ; 758 ] [ rdf:type sp:Bind ;
550 sp:expression 759 sp:expression
551 [ rdf:type afn:localname ; 760 [ rdf:type afn:localname ;
552 - sp:arg1 _:b77 761 + sp:arg1 _:b37
553 ] ; 762 ] ;
554 - sp:variable _:b96 763 + sp:variable _:b56
555 ] [ rdf:type sp:Bind ; 764 ] [ rdf:type sp:Bind ;
556 sp:expression 765 sp:expression
557 [ rdf:type ep-spin-lib:buildWellCementJobURI ; 766 [ rdf:type ep-spin-lib:buildWellCementJobURI ;
558 - sp:arg1 _:b95 ; 767 + sp:arg1 _:b55 ;
559 - sp:arg2 _:b96 768 + sp:arg2 _:b56
560 ] ; 769 ] ;
561 - sp:variable _:b80 770 + sp:variable _:b40
562 ] [ rdf:type sp:Bind ; 771 ] [ rdf:type sp:Bind ;
563 sp:expression 772 sp:expression
564 [ rdf:type ep-spin-lib:selectFluidType ; 773 [ rdf:type ep-spin-lib:selectFluidType ;
565 - sp:arg1 _:b82 774 + sp:arg1 _:b42
566 ] ; 775 ] ;
567 - sp:variable _:b56 776 + sp:variable _:b16
568 ] [ rdf:type sp:Bind ; 777 ] [ rdf:type sp:Bind ;
569 sp:expression 778 sp:expression
570 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 779 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
571 - sp:arg1 _:b94 780 + sp:arg1 _:b54
572 ] ; 781 ] ;
573 - sp:variable _:b73 782 + sp:variable _:b33
574 ] [ rdf:type sp:Bind ; 783 ] [ rdf:type sp:Bind ;
575 sp:expression 784 sp:expression
576 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 785 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
577 - sp:arg1 _:b92 786 + sp:arg1 _:b52
578 ] ; 787 ] ;
579 - sp:variable _:b70 788 + sp:variable _:b30
580 ] [ rdf:type sp:Bind ; 789 ] [ rdf:type sp:Bind ;
581 sp:expression 790 sp:expression
582 [ rdf:type ep-spin-lib:selectYieldPointScale ; 791 [ rdf:type ep-spin-lib:selectYieldPointScale ;
583 - sp:arg1 _:b90 792 + sp:arg1 _:b50
584 ] ; 793 ] ;
585 - sp:variable _:b67 794 + sp:variable _:b27
586 ] [ rdf:type sp:Bind ; 795 ] [ rdf:type sp:Bind ;
587 sp:expression 796 sp:expression
588 [ rdf:type ep-spin-lib:selectDensityScale ; 797 [ rdf:type ep-spin-lib:selectDensityScale ;
589 - sp:arg1 _:b86 798 + sp:arg1 _:b46
590 ] ; 799 ] ;
591 - sp:variable _:b64 800 + sp:variable _:b24
592 ] [ rdf:type sp:Bind ; 801 ] [ rdf:type sp:Bind ;
593 sp:expression 802 sp:expression
594 [ rdf:type ep-spin-lib:selectVolumeScale ; 803 [ rdf:type ep-spin-lib:selectVolumeScale ;
595 - sp:arg1 _:b88 804 + sp:arg1 _:b48
596 ] ; 805 ] ;
597 - sp:variable _:b55 806 + sp:variable _:b15
598 ] [ rdf:type sp:Bind ; 807 ] [ rdf:type sp:Bind ;
599 sp:expression 808 sp:expression
600 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 809 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
601 - sp:arg1 _:b84 810 + sp:arg1 _:b44
602 ] ; 811 ] ;
603 - sp:variable _:b61 812 + sp:variable _:b21
604 ]) 813 ])
605 ] . 814 ] .
606 815
607 -_:b52 816 +_:b12
608 sp:varName "pumpedFluid"^^xsd:string . 817 sp:varName "pumpedFluid"^^xsd:string .
609 818
610 -_:b54 819 +_:b14
611 sp:varName "realVolPumped"^^xsd:string . 820 sp:varName "realVolPumped"^^xsd:string .
612 821
613 -_:b55 822 +_:b15
614 sp:varName "volumeScalePumped"^^xsd:string . 823 sp:varName "volumeScalePumped"^^xsd:string .
615 824
616 -_:b56 825 +_:b16
617 sp:varName "cementingFluidType"^^xsd:string . 826 sp:varName "cementingFluidType"^^xsd:string .
618 827
619 -_:b58 828 +_:b18
620 sp:varName "cementingFluidDescription"^^xsd:string . 829 sp:varName "cementingFluidDescription"^^xsd:string .
621 830
622 -_:b60 831 +_:b20
623 sp:varName "realRatioMixWater"^^xsd:string . 832 sp:varName "realRatioMixWater"^^xsd:string .
624 833
625 -_:b61 834 +_:b21
626 sp:varName "ratioScaleMixWater"^^xsd:string . 835 sp:varName "ratioScaleMixWater"^^xsd:string .
627 836
628 -_:b63 837 +_:b23
629 sp:varName "realDensity"^^xsd:string . 838 sp:varName "realDensity"^^xsd:string .
630 839
631 -_:b64 840 +_:b24
632 sp:varName "densityScale"^^xsd:string . 841 sp:varName "densityScale"^^xsd:string .
633 842
634 -_:b66 843 +_:b26
635 sp:varName "realYp"^^xsd:string . 844 sp:varName "realYp"^^xsd:string .
636 845
637 -_:b67 846 +_:b27
638 sp:varName "yieldPointScale"^^xsd:string . 847 sp:varName "yieldPointScale"^^xsd:string .
639 848
640 -_:b69 849 +_:b29
641 sp:varName "realETim"^^xsd:string . 850 sp:varName "realETim"^^xsd:string .
642 851
643 -_:b70 852 +_:b30
644 sp:varName "durationScaleETim"^^xsd:string . 853 sp:varName "durationScaleETim"^^xsd:string .
645 854
646 -_:b72 855 +_:b32
647 sp:varName "realPcFreeWater"^^xsd:string . 856 sp:varName "realPcFreeWater"^^xsd:string .
648 857
649 -_:b73 858 +_:b33
650 sp:varName "ratioScalePcFreeWater"^^xsd:string . 859 sp:varName "ratioScalePcFreeWater"^^xsd:string .
651 860
652 -_:b74 861 +_:b34
653 sp:varName "cementingFluidComments"^^xsd:string . 862 sp:varName "cementingFluidComments"^^xsd:string .
654 863
655 -_:b75 864 +_:b35
656 sp:varName "nameWellBore"^^xsd:string . 865 sp:varName "nameWellBore"^^xsd:string .
657 866
658 -_:b76 867 +_:b36
659 sp:varName "dTimStart"^^xsd:string . 868 sp:varName "dTimStart"^^xsd:string .
660 869
661 -_:b77 870 +_:b37
662 sp:varName "cementStage"^^xsd:string . 871 sp:varName "cementStage"^^xsd:string .
663 872
664 -_:b78 873 +_:b38
665 sp:varName "dailyDrillingActivity"^^xsd:string . 874 sp:varName "dailyDrillingActivity"^^xsd:string .
666 875
667 -_:b79 876 +_:b39
668 sp:varName "wellCementPumping"^^xsd:string . 877 sp:varName "wellCementPumping"^^xsd:string .
669 878
670 -_:b80 879 +_:b40
671 sp:varName "wellCementJob"^^xsd:string . 880 sp:varName "wellCementJob"^^xsd:string .
672 881
673 -_:b81 882 +_:b41
674 sp:varName "cementingFluid"^^xsd:string . 883 sp:varName "cementingFluid"^^xsd:string .
675 884
676 -_:b82 885 +_:b42
677 sp:varName "enumTypeFluid"^^xsd:string . 886 sp:varName "enumTypeFluid"^^xsd:string .
678 887
679 -_:b83 888 +_:b43
680 sp:varName "ratioMixWater"^^xsd:string . 889 sp:varName "ratioMixWater"^^xsd:string .
681 890
682 -_:b84 891 +_:b44
683 sp:varName "uomRatioMixWater"^^xsd:string . 892 sp:varName "uomRatioMixWater"^^xsd:string .
684 893
685 -_:b85 894 +_:b45
686 sp:varName "density"^^xsd:string . 895 sp:varName "density"^^xsd:string .
687 896
688 -_:b86 897 +_:b46
689 sp:varName "uomDensity"^^xsd:string . 898 sp:varName "uomDensity"^^xsd:string .
690 899
691 -_:b87 900 +_:b47
692 sp:varName "volPumped"^^xsd:string . 901 sp:varName "volPumped"^^xsd:string .
693 902
694 -_:b88 903 +_:b48
695 sp:varName "uomVolPumped"^^xsd:string . 904 sp:varName "uomVolPumped"^^xsd:string .
696 905
697 -_:b89 906 +_:b49
698 sp:varName "yp"^^xsd:string . 907 sp:varName "yp"^^xsd:string .
699 908
700 -_:b90 909 +_:b50
701 sp:varName "uomYp"^^xsd:string . 910 sp:varName "uomYp"^^xsd:string .
702 911
703 -_:b91 912 +_:b51
704 sp:varName "eTimThickening"^^xsd:string . 913 sp:varName "eTimThickening"^^xsd:string .
705 914
706 -_:b92 915 +_:b52
707 sp:varName "uomETim"^^xsd:string . 916 sp:varName "uomETim"^^xsd:string .
708 917
709 -_:b93 918 +_:b53
710 sp:varName "pcFreeWater"^^xsd:string . 919 sp:varName "pcFreeWater"^^xsd:string .
711 920
712 -_:b94 921 +_:b54
713 sp:varName "uomPcFreeWater"^^xsd:string . 922 sp:varName "uomPcFreeWater"^^xsd:string .
714 923
715 -_:b95 924 +_:b55
716 - sp:varName "normalizedWellBoreName"^^xsd:string .
717 -
718 -_:b96
719 - sp:varName "localname"^^xsd:string .
720 -
721 -_:b32
722 - sp:varName "nameWellBore"^^xsd:string .
723 -
724 -_:b33
725 - sp:varName "dTimStart"^^xsd:string .
726 -
727 -_:b34
728 - sp:varName "cementStage"^^xsd:string .
729 -
730 -_:b15
731 - sp:varName "dTimPumpStart"^^xsd:string .
732 -
733 -_:b16
734 - sp:varName "dTimPumpEnd"^^xsd:string .
735 -
736 -_:b35
737 - sp:varName "enumJobType"^^xsd:string .
738 -
739 -_:b36
740 - sp:varName "casingStrDia"^^xsd:string .
741 -
742 -_:b37
743 - sp:varName "uomCasingStrDia"^^xsd:string .
744 -
745 -_:b20
746 - sp:varName "realCasingStrDia"^^xsd:string .
747 -
748 -_:b22
749 - sp:varName "cementStageComments"^^xsd:string .
750 -
751 -_:b38
752 - sp:varName "volReturns"^^xsd:string .
753 -
754 -_:b39
755 - sp:varName "uomVolReturns"^^xsd:string .
756 -
757 -_:b13
758 - sp:varName "realVolReturns"^^xsd:string .
759 -
760 -_:b31
761 - sp:varName "dTimPresReleased"^^xsd:string .
762 -
763 -_:b40
764 - sp:varName "annFlowAfter"^^xsd:string .
765 -
766 -_:b41
767 - sp:varName "topPlug"^^xsd:string .
768 -
769 -_:b42
770 - sp:varName "botPlug"^^xsd:string .
771 -
772 -_:b43
773 - sp:varName "plugBumped"^^xsd:string .
774 -
775 -_:b44
776 - sp:varName "presBump"^^xsd:string .
777 -
778 -_:b45
779 - sp:varName "uomPresBump"^^xsd:string .
780 -
781 -_:b27
782 - sp:varName "realPresBump"^^xsd:string .
783 -
784 -_:b46
785 - sp:varName "floatHeld"^^xsd:string .
786 -
787 -_:b47
788 - sp:varName "reciprocated"^^xsd:string .
789 -
790 -_:b48
791 - sp:varName "rotated"^^xsd:string .
792 -
793 -_:b49
794 sp:varName "normalizedWellBoreName"^^xsd:string . 925 sp:varName "normalizedWellBoreName"^^xsd:string .
795 926
796 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . 927 +_:b56
797 -
798 -_:b50
799 sp:varName "localname"^^xsd:string . 928 sp:varName "localname"^^xsd:string .
800 -
801 -_:b1 sp:varName "wellCementJob"^^xsd:string .
802 -
803 -_:b6 sp:varName "wellCementJobType"^^xsd:string .
804 -
805 -_:b10
806 - sp:varName "cementingFluidReturnType"^^xsd:string .
807 -
808 -_:b7 sp:varName "wellCementJobTopPlugType"^^xsd:string .
809 -
810 -_:b8 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
811 -
812 -_:b23
813 - sp:varName "wellCementJobCasingRotationType"^^xsd:string .
814 -
815 -_:b24
816 - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
817 -
818 -_:b25
819 - sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
820 -
821 -_:b29
822 - sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
823 -
824 -_:b28
825 - sp:varName "pressureScaleBump"^^xsd:string .
826 -
827 -_:b14
828 - sp:varName "volumeScaleReturns"^^xsd:string .
829 -
830 -_:b21
831 - sp:varName "lengthScaleCasingStrDia"^^xsd:string .
832 -
833 -_:b5 sp:varName "wellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 10:21:05 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - 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> ; 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:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ddr:Obj_drillReport 26 ddr:Obj_drillReport
...@@ -420,7 +420,9 @@ Properties transfered to the activity, to the part of the well bore, or to the r ...@@ -420,7 +420,9 @@ Properties transfered to the activity, to the part of the well bore, or to the r
420 [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; 420 [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ;
421 sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 421 sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
422 ] ; 422 ] ;
423 - sp:arg2 [ sp:varName "localname"^^xsd:string 423 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
424 + ] ;
425 + sp:arg3 [ sp:varName "localname"^^xsd:string
424 ] 426 ]
425 ] ; 427 ] ;
426 sp:variable 428 sp:variable
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 # imports: http://www.reportinghub.no/ep/schema/1.0/core 4 # imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://www.reportinghub.no/ep/spin/1.1/lib
5 # imports: http://www.witsml.org/schemas/1series 6 # imports: http://www.witsml.org/schemas/1series
6 7
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> .
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
17 18
18 <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
19 rdf:type owl:Ontology ; 20 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> ; 21 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <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 . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 23
23 <http://www.witsml.org/schemas/1series#Obj_drillReport> 24 <http://www.witsml.org/schemas/1series#Obj_drillReport>
......
1 -# Saved by TopBraid on Fri Oct 28 14:13:15 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo 1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
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 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
6 +# imports: http://www.witsml.org/schemas/1series
7 7
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
10 +@prefix arg: <http://spinrdf.org/arg#> .
10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 11 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -19,7 +20,7 @@ ...@@ -19,7 +20,7 @@
19 20
20 <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo>
21 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
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> ; 23 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <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> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 25
25 <http://www.witsml.org/schemas/1series#Obj_drillReport> 26 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -28,364 +29,446 @@ ...@@ -28,364 +29,446 @@
28 rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; 29 rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ;
29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; 30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ;
30 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
31 - sp:subject _:b1 32 + sp:subject
32 - ] [ sp:object _:b1 ; 33 + [ sp:varName "wirelineFormationTest"^^xsd:string
34 + ]
35 + ] [ sp:object
36 + [ sp:varName "wirelineFormationTest"^^xsd:string
37 + ] ;
33 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
34 - sp:subject _:b2 39 + sp:subject
35 - ] [ sp:object _:b3 ; 40 + [ sp:varName "dailyDrillingActivity"^^xsd:string
41 + ]
42 + ] [ sp:object _:b1 ;
36 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
37 - sp:subject _:b1 44 + sp:subject
45 + [ sp:varName "wirelineFormationTest"^^xsd:string
46 + ]
38 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 47 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
39 sp:predicate rdf:type ; 48 sp:predicate rdf:type ;
40 - sp:subject _:b3 49 + sp:subject _:b1
41 - ] [ sp:object _:b4 ; 50 + ] [ sp:object _:b2 ;
42 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
43 - sp:subject _:b3 52 + sp:subject _:b1
44 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ; 53 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
45 sp:predicate rdf:type ; 54 sp:predicate rdf:type ;
46 - sp:subject _:b4 55 + sp:subject _:b2
47 - ] [ sp:object _:b5 ; 56 + ] [ sp:object
57 + [ sp:varName "wellBore"^^xsd:string
58 + ] ;
48 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 59 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
49 - sp:subject _:b4 60 + sp:subject _:b2
50 - ] [ sp:object _:b6 ; 61 + ] [ sp:object
62 + [ sp:varName "dTimWirelineFormationTest"^^xsd:string
63 + ] ;
51 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 64 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
52 - sp:subject _:b1 65 + sp:subject
53 - ] [ sp:object _:b7 ; 66 + [ sp:varName "wirelineFormationTest"^^xsd:string
67 + ]
68 + ] [ sp:object _:b3 ;
54 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 69 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
55 - sp:subject _:b4 70 + sp:subject _:b2
56 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 71 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
57 sp:predicate rdf:type ; 72 sp:predicate rdf:type ;
58 - sp:subject _:b7
59 - ] [ sp:object _:b8 ;
60 - sp:predicate _:b9 ;
61 - sp:subject _:b7
62 - ] [ sp:object _:b10 ;
63 - sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ;
64 sp:subject _:b3 73 sp:subject _:b3
74 + ] [ sp:object
75 + [ sp:varName "realMd"^^xsd:string
76 + ] ;
77 + sp:predicate
78 + [ sp:varName "lengthScaleMd"^^xsd:string
79 + ] ;
80 + sp:subject _:b3
81 + ] [ sp:object _:b4 ;
82 + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ;
83 + sp:subject _:b1
65 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 84 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
66 sp:predicate rdf:type ; 85 sp:predicate rdf:type ;
67 - sp:subject _:b10
68 - ] [ sp:object _:b11 ;
69 - sp:predicate _:b12 ;
70 - sp:subject _:b10
71 - ] [ sp:object _:b13 ;
72 - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
73 sp:subject _:b4 86 sp:subject _:b4
87 + ] [ sp:object
88 + [ sp:varName "realPressure"^^xsd:string
89 + ] ;
90 + sp:predicate
91 + [ sp:varName "pressureScale"^^xsd:string
92 + ] ;
93 + sp:subject _:b4
94 + ] [ sp:object _:b5 ;
95 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
96 + sp:subject _:b2
74 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 97 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
75 sp:predicate rdf:type ; 98 sp:predicate rdf:type ;
76 - sp:subject _:b13 99 + sp:subject _:b5
77 - ] [ sp:object _:b14 ; 100 + ] [ sp:object
78 - sp:predicate _:b15 ; 101 + [ sp:varName "realTvd"^^xsd:string
79 - sp:subject _:b13 102 + ] ;
80 - ] [ sp:object _:b16 ; 103 + sp:predicate
104 + [ sp:varName "lengthScaleTvd"^^xsd:string
105 + ] ;
106 + sp:subject _:b5
107 + ] [ sp:object
108 + [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
109 + ] ;
81 sp:predicate rdf:type ; 110 sp:predicate rdf:type ;
82 - sp:subject _:b1 111 + sp:subject
83 - ] [ sp:object _:b17 ; 112 + [ sp:varName "wirelineFormationTest"^^xsd:string
113 + ]
114 + ] [ sp:object _:b6 ;
84 sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; 115 sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ;
85 - sp:subject _:b1 116 + sp:subject
117 + [ sp:varName "wirelineFormationTest"^^xsd:string
118 + ]
86 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 119 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
87 sp:predicate rdf:type ; 120 sp:predicate rdf:type ;
88 - sp:subject _:b17 121 + sp:subject _:b6
89 - ] [ sp:object _:b18 ; 122 + ] [ sp:object
90 - sp:predicate _:b19 ; 123 + [ sp:varName "realMdSample"^^xsd:string
91 - sp:subject _:b17 124 + ] ;
92 - ] [ sp:object _:b20 ; 125 + sp:predicate
126 + [ sp:varName "lengthScaleMdSample"^^xsd:string
127 + ] ;
128 + sp:subject _:b6
129 + ] [ sp:object _:b7 ;
93 sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; 130 sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
94 - sp:subject _:b1 131 + sp:subject
132 + [ sp:varName "wirelineFormationTest"^^xsd:string
133 + ]
95 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 134 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
96 sp:predicate rdf:type ; 135 sp:predicate rdf:type ;
97 - sp:subject _:b20 136 + sp:subject _:b7
98 - ] [ sp:object _:b21 ; 137 + ] [ sp:object
138 + [ sp:varName "componentType"^^xsd:string
139 + ] ;
99 sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; 140 sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ;
100 - sp:subject _:b20 141 + sp:subject _:b7
101 - ] [ sp:object _:b22 ; 142 + ] [ sp:object _:b8 ;
102 sp:predicate rdf:type ; 143 sp:predicate rdf:type ;
103 - sp:subject _:b20 144 + sp:subject _:b7
104 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
105 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
106 - sp:subject _:b22 147 + sp:subject _:b8
107 - ] [ sp:object _:b23 ; 148 + ] [ sp:object
108 - sp:predicate _:b24 ; 149 + [ sp:varName "realDensity"^^xsd:string
109 - sp:subject _:b22 150 + ] ;
110 - ] [ sp:object _:b25 ; 151 + sp:predicate
152 + [ sp:varName "densityScale"^^xsd:string
153 + ] ;
154 + sp:subject _:b8
155 + ] [ sp:object _:b9 ;
111 sp:predicate rdf:type ; 156 sp:predicate rdf:type ;
112 - sp:subject _:b20 157 + sp:subject _:b7
113 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 158 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
114 sp:predicate rdf:type ; 159 sp:predicate rdf:type ;
115 - sp:subject _:b25 160 + sp:subject _:b9
116 - ] [ sp:object _:b26 ; 161 + ] [ sp:object
117 - sp:predicate _:b27 ; 162 + [ sp:varName "realVolume"^^xsd:string
118 - sp:subject _:b25 163 + ] ;
119 - ] [ sp:object _:b28 ; 164 + sp:predicate
165 + [ sp:varName "volumeScale"^^xsd:string
166 + ] ;
167 + sp:subject _:b9
168 + ] [ sp:object
169 + [ sp:varName "description"^^xsd:string
170 + ] ;
120 sp:predicate rdfs:comment ; 171 sp:predicate rdfs:comment ;
121 - sp:subject _:b1 172 + sp:subject
173 + [ sp:varName "wirelineFormationTest"^^xsd:string
174 + ]
122 ]) ; 175 ]) ;
123 - sp:where ([ sp:object _:b29 ; 176 + sp:where ([ sp:object
177 + [ sp:varName "nameWellBore"^^xsd:string
178 + ] ;
124 sp:predicate ep-spin-lib:nameWellbore ; 179 sp:predicate ep-spin-lib:nameWellbore ;
125 sp:subject spin:_this 180 sp:subject spin:_this
126 - ] [ sp:object _:b30 ; 181 + ] [ sp:object
182 + [ sp:varName "dTimStart"^^xsd:string
183 + ] ;
127 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 184 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
128 sp:subject spin:_this 185 sp:subject spin:_this
129 - ] [ sp:object _:b31 ; 186 + ] [ sp:object
187 + [ sp:varName "formTestInfo"^^xsd:string
188 + ] ;
130 sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; 189 sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ;
131 sp:subject spin:_this 190 sp:subject spin:_this
132 - ] [ sp:object _:b6 ; 191 + ] [ sp:object
192 + [ sp:varName "dTimWirelineFormationTest"^^xsd:string
193 + ] ;
133 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 194 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
134 - sp:subject _:b31 195 + sp:subject
135 - ] [ sp:object _:b32 ; 196 + [ sp:varName "formTestInfo"^^xsd:string
197 + ]
198 + ] [ sp:object
199 + [ sp:varName "md"^^xsd:string
200 + ] ;
136 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; 201 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
137 - sp:subject _:b31 202 + sp:subject
138 - ] [ sp:object _:b33 ; 203 + [ sp:varName "formTestInfo"^^xsd:string
204 + ]
205 + ] [ sp:object
206 + [ sp:varName "uomMd"^^xsd:string
207 + ] ;
139 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 208 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
140 - sp:subject _:b32 209 + sp:subject
141 - ] [ sp:object _:b8 ; 210 + [ sp:varName "md"^^xsd:string
211 + ]
212 + ] [ sp:object
213 + [ sp:varName "realMd"^^xsd:string
214 + ] ;
142 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 215 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
143 - sp:subject _:b32 216 + sp:subject
217 + [ sp:varName "md"^^xsd:string
218 + ]
144 ] [ rdf:type sp:Optional ; 219 ] [ rdf:type sp:Optional ;
145 - sp:elements ([ sp:object _:b34 ; 220 + sp:elements ([ sp:object
221 + [ sp:varName "tvd"^^xsd:string
222 + ] ;
146 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; 223 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
147 - sp:subject _:b31 224 + sp:subject
148 - ] [ sp:object _:b35 ; 225 + [ sp:varName "formTestInfo"^^xsd:string
226 + ]
227 + ] [ sp:object
228 + [ sp:varName "uomTvd"^^xsd:string
229 + ] ;
149 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 230 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
150 - sp:subject _:b34 231 + sp:subject
151 - ] [ sp:object _:b14 ; 232 + [ sp:varName "tvd"^^xsd:string
233 + ]
234 + ] [ sp:object
235 + [ sp:varName "realTvd"^^xsd:string
236 + ] ;
152 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 237 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
153 - sp:subject _:b34 238 + sp:subject
239 + [ sp:varName "tvd"^^xsd:string
240 + ]
154 ]) 241 ])
155 - ] [ sp:object _:b36 ; 242 + ] [ sp:object
243 + [ sp:varName "presPore"^^xsd:string
244 + ] ;
156 sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; 245 sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ;
157 - sp:subject _:b31 246 + sp:subject
158 - ] [ sp:object _:b37 ; 247 + [ sp:varName "formTestInfo"^^xsd:string
248 + ]
249 + ] [ sp:object
250 + [ sp:varName "uomPressure"^^xsd:string
251 + ] ;
159 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 252 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
160 - sp:subject _:b36 253 + sp:subject
161 - ] [ sp:object _:b11 ; 254 + [ sp:varName "presPore"^^xsd:string
255 + ]
256 + ] [ sp:object
257 + [ sp:varName "realPressure"^^xsd:string
258 + ] ;
162 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 259 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
163 - sp:subject _:b36 260 + sp:subject
164 - ] [ sp:object _:b38 ; 261 + [ sp:varName "presPore"^^xsd:string
262 + ]
263 + ] [ sp:object
264 + [ sp:varName "goodSeal"^^xsd:string
265 + ] ;
165 sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; 266 sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ;
166 - sp:subject _:b31 267 + sp:subject
167 - ] [ sp:object _:b39 ; 268 + [ sp:varName "formTestInfo"^^xsd:string
269 + ]
270 + ] [ sp:object
271 + [ sp:varName "mdSample"^^xsd:string
272 + ] ;
168 sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; 273 sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ;
169 - sp:subject _:b31 274 + sp:subject
170 - ] [ sp:object _:b40 ; 275 + [ sp:varName "formTestInfo"^^xsd:string
276 + ]
277 + ] [ sp:object
278 + [ sp:varName "uomMdSample"^^xsd:string
279 + ] ;
171 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 280 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
172 - sp:subject _:b39 281 + sp:subject
173 - ] [ sp:object _:b18 ; 282 + [ sp:varName "mdSample"^^xsd:string
283 + ]
284 + ] [ sp:object
285 + [ sp:varName "realMdSample"^^xsd:string
286 + ] ;
174 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 287 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
175 - sp:subject _:b39 288 + sp:subject
176 - ] [ sp:object _:b41 ; 289 + [ sp:varName "mdSample"^^xsd:string
290 + ]
291 + ] [ sp:object
292 + [ sp:varName "enumDominateComponent"^^xsd:string
293 + ] ;
177 sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; 294 sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ;
178 - sp:subject _:b31 295 + sp:subject
179 - ] [ sp:object _:b42 ; 296 + [ sp:varName "formTestInfo"^^xsd:string
297 + ]
298 + ] [ sp:object
299 + [ sp:varName "densityHC"^^xsd:string
300 + ] ;
180 sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; 301 sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ;
181 - sp:subject _:b31 302 + sp:subject
182 - ] [ sp:object _:b43 ; 303 + [ sp:varName "formTestInfo"^^xsd:string
304 + ]
305 + ] [ sp:object
306 + [ sp:varName "uomDensity"^^xsd:string
307 + ] ;
183 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 308 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
184 - sp:subject _:b42 309 + sp:subject
185 - ] [ sp:object _:b23 ; 310 + [ sp:varName "densityHC"^^xsd:string
311 + ]
312 + ] [ sp:object
313 + [ sp:varName "realDensity"^^xsd:string
314 + ] ;
186 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 315 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
187 - sp:subject _:b42 316 + sp:subject
188 - ] [ sp:object _:b44 ; 317 + [ sp:varName "densityHC"^^xsd:string
318 + ]
319 + ] [ sp:object
320 + [ sp:varName "volumeSample"^^xsd:string
321 + ] ;
189 sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; 322 sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ;
190 - sp:subject _:b31 323 + sp:subject
191 - ] [ sp:object _:b45 ; 324 + [ sp:varName "formTestInfo"^^xsd:string
325 + ]
326 + ] [ sp:object
327 + [ sp:varName "uomVolume"^^xsd:string
328 + ] ;
192 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 329 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
193 - sp:subject _:b44 330 + sp:subject
194 - ] [ sp:object _:b26 ; 331 + [ sp:varName "volumeSample"^^xsd:string
332 + ]
333 + ] [ sp:object
334 + [ sp:varName "realVolume"^^xsd:string
335 + ] ;
195 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 336 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
196 - sp:subject _:b44 337 + sp:subject
197 - ] [ sp:object _:b28 ; 338 + [ sp:varName "volumeSample"^^xsd:string
339 + ]
340 + ] [ sp:object
341 + [ sp:varName "description"^^xsd:string
342 + ] ;
198 sp:predicate <http://www.witsml.org/schemas/1series#description> ; 343 sp:predicate <http://www.witsml.org/schemas/1series#description> ;
199 - sp:subject _:b31 344 + sp:subject
345 + [ sp:varName "formTestInfo"^^xsd:string
346 + ]
200 ] [ rdf:type sp:Bind ; 347 ] [ rdf:type sp:Bind ;
201 sp:expression 348 sp:expression
202 [ rdf:type ep-spin-lib:normalizeString ; 349 [ rdf:type ep-spin-lib:normalizeString ;
203 - sp:arg1 _:b29 350 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
351 + ]
204 ] ; 352 ] ;
205 - sp:variable _:b46 353 + sp:variable
354 + [ sp:varName "normalizedWellBoreName"^^xsd:string
355 + ]
206 ] [ rdf:type sp:Bind ; 356 ] [ rdf:type sp:Bind ;
207 sp:expression 357 sp:expression
208 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 358 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
209 - sp:arg1 _:b46 ; 359 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
210 - sp:arg2 _:b30 360 + ] ;
361 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
362 + ]
211 ] ; 363 ] ;
212 - sp:variable _:b2 364 + sp:variable
365 + [ sp:varName "dailyDrillingActivity"^^xsd:string
366 + ]
213 ] [ rdf:type sp:Bind ; 367 ] [ rdf:type sp:Bind ;
214 sp:expression 368 sp:expression
215 [ rdf:type afn:localname ; 369 [ rdf:type afn:localname ;
216 - sp:arg1 _:b31 370 + sp:arg1 [ sp:varName "formTestInfo"^^xsd:string
371 + ]
217 ] ; 372 ] ;
218 - sp:variable _:b47 373 + sp:variable
374 + [ sp:varName "localname"^^xsd:string
375 + ]
219 ] [ rdf:type sp:Bind ; 376 ] [ rdf:type sp:Bind ;
220 sp:expression 377 sp:expression
221 [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; 378 [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ;
222 - sp:arg1 _:b46 ; 379 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
223 - sp:arg2 _:b47
224 ] ; 380 ] ;
225 - sp:variable _:b1 381 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
382 + ] ;
383 + sp:arg3 [ sp:varName "localname"^^xsd:string
384 + ]
385 + ] ;
386 + sp:variable
387 + [ sp:varName "wirelineFormationTest"^^xsd:string
388 + ]
226 ] [ rdf:type sp:Bind ; 389 ] [ rdf:type sp:Bind ;
227 sp:expression 390 sp:expression
228 [ rdf:type ep-spin-lib:selectComponentType ; 391 [ rdf:type ep-spin-lib:selectComponentType ;
229 - sp:arg1 _:b41 392 + sp:arg1 [ sp:varName "enumDominateComponent"^^xsd:string
393 + ]
230 ] ; 394 ] ;
231 - sp:variable _:b21 395 + sp:variable
396 + [ sp:varName "componentType"^^xsd:string
397 + ]
232 ] [ rdf:type sp:Bind ; 398 ] [ rdf:type sp:Bind ;
233 sp:expression 399 sp:expression
234 [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; 400 [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ;
235 - sp:arg1 _:b38 401 + sp:arg1 [ sp:varName "goodSeal"^^xsd:string
402 + ]
236 ] ; 403 ] ;
237 - sp:variable _:b16 404 + sp:variable
405 + [ sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string
406 + ]
238 ] [ rdf:type sp:Bind ; 407 ] [ rdf:type sp:Bind ;
239 sp:expression 408 sp:expression
240 [ rdf:type ep-spin-lib:selectLengthScale ; 409 [ rdf:type ep-spin-lib:selectLengthScale ;
241 - sp:arg1 _:b33 410 + sp:arg1 [ sp:varName "uomMd"^^xsd:string
411 + ]
242 ] ; 412 ] ;
243 - sp:variable _:b9 413 + sp:variable
414 + [ sp:varName "lengthScaleMd"^^xsd:string
415 + ]
244 ] [ rdf:type sp:Bind ; 416 ] [ rdf:type sp:Bind ;
245 sp:expression 417 sp:expression
246 [ rdf:type ep-spin-lib:selectLengthScale ; 418 [ rdf:type ep-spin-lib:selectLengthScale ;
247 - sp:arg1 _:b35 419 + sp:arg1 [ sp:varName "uomTvd"^^xsd:string
420 + ]
248 ] ; 421 ] ;
249 - sp:variable _:b15 422 + sp:variable
423 + [ sp:varName "lengthScaleTvd"^^xsd:string
424 + ]
250 ] [ rdf:type sp:Bind ; 425 ] [ rdf:type sp:Bind ;
251 sp:expression 426 sp:expression
252 [ rdf:type ep-spin-lib:selectLengthScale ; 427 [ rdf:type ep-spin-lib:selectLengthScale ;
253 - sp:arg1 _:b40 428 + sp:arg1 [ sp:varName "uomMdSample"^^xsd:string
429 + ]
254 ] ; 430 ] ;
255 - sp:variable _:b19 431 + sp:variable
432 + [ sp:varName "lengthScaleMdSample"^^xsd:string
433 + ]
256 ] [ rdf:type sp:Bind ; 434 ] [ rdf:type sp:Bind ;
257 sp:expression 435 sp:expression
258 [ rdf:type ep-spin-lib:selectPressureScale ; 436 [ rdf:type ep-spin-lib:selectPressureScale ;
259 - sp:arg1 _:b37 437 + sp:arg1 [ sp:varName "uomPressure"^^xsd:string
438 + ]
260 ] ; 439 ] ;
261 - sp:variable _:b12 440 + sp:variable
441 + [ sp:varName "pressureScale"^^xsd:string
442 + ]
262 ] [ rdf:type sp:Bind ; 443 ] [ rdf:type sp:Bind ;
263 sp:expression 444 sp:expression
264 [ rdf:type ep-spin-lib:selectVolumeScale ; 445 [ rdf:type ep-spin-lib:selectVolumeScale ;
265 - sp:arg1 _:b45 446 + sp:arg1 [ sp:varName "uomVolume"^^xsd:string
447 + ]
266 ] ; 448 ] ;
267 - sp:variable _:b27 449 + sp:variable
450 + [ sp:varName "volumeScale"^^xsd:string
451 + ]
268 ] [ rdf:type sp:Bind ; 452 ] [ rdf:type sp:Bind ;
269 sp:expression 453 sp:expression
270 [ rdf:type ep-spin-lib:selectDensityScale ; 454 [ rdf:type ep-spin-lib:selectDensityScale ;
271 - sp:arg1 _:b43 455 + sp:arg1 [ sp:varName "uomDensity"^^xsd:string
456 + ]
272 ] ; 457 ] ;
273 - sp:variable _:b24 458 + sp:variable
459 + [ sp:varName "densityScale"^^xsd:string
460 + ]
274 ] [ rdf:type sp:Bind ; 461 ] [ rdf:type sp:Bind ;
275 sp:expression 462 sp:expression
276 [ rdf:type rhspin:wellBoreByName ; 463 [ rdf:type rhspin:wellBoreByName ;
277 - sp:arg1 [ rdf:type xsd:string ; 464 + arg:wellBoreName
278 - sp:arg1 _:b29 465 + [ rdf:type xsd:string ;
466 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
467 + ]
279 ] 468 ]
280 ] ; 469 ] ;
281 - sp:variable _:b5 470 + sp:variable
471 + [ sp:varName "wellBore"^^xsd:string
472 + ]
282 ]) 473 ])
283 ] . 474 ] .
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
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Oct 28 14:48:47 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo 1 # 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
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 6 # 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
8 7
9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> .
10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -21,7 +20,7 @@ ...@@ -21,7 +20,7 @@
21 20
22 <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
23 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
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> ; 23 + 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> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 25
27 <http://www.witsml.org/schemas/1series#Obj_drillReport> 26 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -30,580 +29,691 @@ ...@@ -30,580 +29,691 @@
30 rdfs:comment "STEP 270 Gas reading"^^xsd:string ; 29 rdfs:comment "STEP 270 Gas reading"^^xsd:string ;
31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; 30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ;
32 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
33 - sp:subject _:b1 32 + sp:subject
34 - ] [ sp:object _:b1 ; 33 + [ sp:varName "gasReading"^^xsd:string
34 + ]
35 + ] [ sp:object
36 + [ sp:varName "gasReading"^^xsd:string
37 + ] ;
35 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject _:b2 39 + sp:subject
37 - ] [ sp:object _:b3 ; 40 + [ sp:varName "dailyDrillingActivity"^^xsd:string
41 + ]
42 + ] [ sp:object _:b1 ;
38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
39 - sp:subject _:b1 44 + sp:subject
45 + [ sp:varName "gasReading"^^xsd:string
46 + ]
40 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 47 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
41 sp:predicate rdf:type ; 48 sp:predicate rdf:type ;
42 - sp:subject _:b3 49 + sp:subject _:b1
43 - ] [ sp:object _:b4 ; 50 + ] [ sp:object _:b2 ;
44 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 - sp:subject _:b3 52 + sp:subject _:b1
46 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 53 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 sp:predicate rdf:type ; 54 sp:predicate rdf:type ;
48 - sp:subject _:b4 55 + sp:subject _:b2
49 - ] [ sp:object _:b5 ; 56 + ] [ sp:object
57 + [ sp:varName "wellBore"^^xsd:string
58 + ] ;
50 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 59 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 - sp:subject _:b4 60 + sp:subject _:b2
52 - ] [ sp:object _:b6 ; 61 + ] [ sp:object
62 + [ sp:varName "dTim"^^xsd:string
63 + ] ;
53 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 64 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
54 - sp:subject _:b1 65 + sp:subject
55 - ] [ sp:object _:b7 ; 66 + [ sp:varName "gasReading"^^xsd:string
67 + ]
68 + ] [ sp:object
69 + [ sp:varName "gasReadingType"^^xsd:string
70 + ] ;
56 sp:predicate rdf:type ; 71 sp:predicate rdf:type ;
57 - sp:subject _:b1 72 + sp:subject
58 - ] [ sp:object _:b8 ; 73 + [ sp:varName "gasReading"^^xsd:string
74 + ]
75 + ] [ sp:object _:b3 ;
59 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 76 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
60 - sp:subject _:b4 77 + sp:subject _:b2
61 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 78 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
62 sp:predicate rdf:type ; 79 sp:predicate rdf:type ;
63 - sp:subject _:b8 80 + sp:subject _:b3
64 - ] [ sp:object _:b9 ; 81 + ] [ sp:object
65 - sp:predicate _:b10 ; 82 + [ sp:varName "realMdTop"^^xsd:string
66 - sp:subject _:b8 83 + ] ;
67 - ] [ sp:object _:b11 ; 84 + sp:predicate
85 + [ sp:varName "lengthScaleMdTop"^^xsd:string
86 + ] ;
87 + sp:subject _:b3
88 + ] [ sp:object _:b4 ;
68 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 89 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
69 - sp:subject _:b4 90 + sp:subject _:b2
70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 91 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
71 sp:predicate rdf:type ; 92 sp:predicate rdf:type ;
72 - sp:subject _:b11
73 - ] [ sp:object _:b12 ;
74 - sp:predicate _:b13 ;
75 - sp:subject _:b11
76 - ] [ sp:object _:b14 ;
77 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
78 sp:subject _:b4 93 sp:subject _:b4
94 + ] [ sp:object
95 + [ sp:varName "realTvdTop"^^xsd:string
96 + ] ;
97 + sp:predicate
98 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
99 + ] ;
100 + sp:subject _:b4
101 + ] [ sp:object _:b5 ;
102 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
103 + sp:subject _:b2
79 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 104 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
80 sp:predicate rdf:type ; 105 sp:predicate rdf:type ;
81 - sp:subject _:b14 106 + sp:subject _:b5
82 - ] [ sp:object _:b15 ; 107 + ] [ sp:object
83 - sp:predicate _:b16 ; 108 + [ sp:varName "realMdBottom"^^xsd:string
84 - sp:subject _:b14 109 + ] ;
85 - ] [ sp:object _:b17 ; 110 + sp:predicate
111 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
112 + ] ;
113 + sp:subject _:b5
114 + ] [ sp:object _:b6 ;
86 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 115 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
87 - sp:subject _:b4 116 + sp:subject _:b2
88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 117 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
89 sp:predicate rdf:type ; 118 sp:predicate rdf:type ;
90 - sp:subject _:b17 119 + sp:subject _:b6
91 - ] [ sp:object _:b18 ; 120 + ] [ sp:object
92 - sp:predicate _:b19 ; 121 + [ sp:varName "realTvdBottom"^^xsd:string
93 - sp:subject _:b17 122 + ] ;
94 - ] [ sp:object _:b20 ; 123 + sp:predicate
124 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
125 + ] ;
126 + sp:subject _:b6
127 + ] [ sp:object _:b7 ;
95 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; 128 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
96 - sp:subject _:b3 129 + sp:subject _:b1
97 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 130 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
98 sp:predicate rdf:type ; 131 sp:predicate rdf:type ;
99 - sp:subject _:b20 132 + sp:subject _:b7
100 - ] [ sp:object _:b21 ; 133 + ] [ sp:object _:b8 ;
101 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; 134 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ;
102 - sp:subject _:b20 135 + sp:subject _:b7
103 - ] [ sp:object _:b22 ; 136 + ] [ sp:object _:b9 ;
104 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; 137 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ;
105 - sp:subject _:b20 138 + sp:subject _:b7
106 - ] [ sp:object _:b23 ; 139 + ] [ sp:object _:b10 ;
107 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 140 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
108 - sp:subject _:b20 141 + sp:subject _:b7
109 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; 142 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
110 sp:predicate rdf:type ; 143 sp:predicate rdf:type ;
111 - sp:subject _:b23 144 + sp:subject _:b10
112 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
113 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
114 - sp:subject _:b21 147 + sp:subject _:b8
115 - ] [ sp:object _:b24 ; 148 + ] [ sp:object
116 - sp:predicate _:b25 ; 149 + [ sp:varName "realGasHigh"^^xsd:string
117 - sp:subject _:b21 150 + ] ;
151 + sp:predicate
152 + [ sp:varName "concentrationScaleGasHigh"^^xsd:string
153 + ] ;
154 + sp:subject _:b8
118 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 155 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
119 sp:predicate rdf:type ; 156 sp:predicate rdf:type ;
120 - sp:subject _:b22 157 + sp:subject _:b9
121 - ] [ sp:object _:b26 ; 158 + ] [ sp:object
122 - sp:predicate _:b27 ; 159 + [ sp:varName "realGasLow"^^xsd:string
123 - sp:subject _:b22 160 + ] ;
124 - ] [ sp:object _:b28 ; 161 + sp:predicate
162 + [ sp:varName "concentrationScaleGasLow"^^xsd:string
163 + ] ;
164 + sp:subject _:b9
165 + ] [ sp:object _:b11 ;
125 sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; 166 sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ;
126 - sp:subject _:b23 167 + sp:subject _:b10
127 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 168 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
128 sp:predicate rdf:type ; 169 sp:predicate rdf:type ;
129 - sp:subject _:b28 170 + sp:subject _:b11
130 - ] [ sp:object _:b29 ; 171 + ] [ sp:object
131 - sp:predicate _:b30 ; 172 + [ sp:varName "realMeth"^^xsd:string
132 - sp:subject _:b28 173 + ] ;
133 - ] [ sp:object _:b31 ; 174 + sp:predicate
175 + [ sp:varName "concentrationScaleMeth"^^xsd:string
176 + ] ;
177 + sp:subject _:b11
178 + ] [ sp:object _:b12 ;
134 sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; 179 sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ;
135 - sp:subject _:b23 180 + sp:subject _:b10
136 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 181 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
137 sp:predicate rdf:type ; 182 sp:predicate rdf:type ;
138 - sp:subject _:b31 183 + sp:subject _:b12
139 - ] [ sp:object _:b32 ; 184 + ] [ sp:object
140 - sp:predicate _:b33 ; 185 + [ sp:varName "realEth"^^xsd:string
141 - sp:subject _:b31 186 + ] ;
142 - ] [ sp:object _:b34 ; 187 + sp:predicate
188 + [ sp:varName "concentrationScaleEth"^^xsd:string
189 + ] ;
190 + sp:subject _:b12
191 + ] [ sp:object _:b13 ;
143 sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; 192 sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ;
144 - sp:subject _:b23 193 + sp:subject _:b10
145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 194 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
146 sp:predicate rdf:type ; 195 sp:predicate rdf:type ;
147 - sp:subject _:b34 196 + sp:subject _:b13
148 - ] [ sp:object _:b35 ; 197 + ] [ sp:object
149 - sp:predicate _:b36 ; 198 + [ sp:varName "realProp"^^xsd:string
150 - sp:subject _:b34 199 + ] ;
151 - ] [ sp:object _:b37 ; 200 + sp:predicate
201 + [ sp:varName "concentrationScaleProp"^^xsd:string
202 + ] ;
203 + sp:subject _:b13
204 + ] [ sp:object _:b14 ;
152 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; 205 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ;
153 - sp:subject _:b23 206 + sp:subject _:b10
154 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 207 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
155 sp:predicate rdf:type ; 208 sp:predicate rdf:type ;
156 - sp:subject _:b37 209 + sp:subject _:b14
157 - ] [ sp:object _:b38 ; 210 + ] [ sp:object
158 - sp:predicate _:b39 ; 211 + [ sp:varName "realIbut"^^xsd:string
159 - sp:subject _:b37 212 + ] ;
160 - ] [ sp:object _:b40 ; 213 + sp:predicate
214 + [ sp:varName "concentrationScaleIbut"^^xsd:string
215 + ] ;
216 + sp:subject _:b14
217 + ] [ sp:object _:b15 ;
161 sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; 218 sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ;
162 - sp:subject _:b23 219 + sp:subject _:b10
163 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 220 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
164 sp:predicate rdf:type ; 221 sp:predicate rdf:type ;
165 - sp:subject _:b40 222 + sp:subject _:b15
166 - ] [ sp:object _:b41 ; 223 + ] [ sp:object
167 - sp:predicate _:b42 ; 224 + [ sp:varName "realNbut"^^xsd:string
168 - sp:subject _:b40 225 + ] ;
169 - ] [ sp:object _:b43 ; 226 + sp:predicate
227 + [ sp:varName "concentrationScaleNbut"^^xsd:string
228 + ] ;
229 + sp:subject _:b15
230 + ] [ sp:object _:b16 ;
170 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; 231 sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ;
171 - sp:subject _:b23 232 + sp:subject _:b10
172 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 233 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
173 sp:predicate rdf:type ; 234 sp:predicate rdf:type ;
174 - sp:subject _:b43 235 + sp:subject _:b16
175 - ] [ sp:object _:b44 ; 236 + ] [ sp:object
176 - sp:predicate _:b45 ; 237 + [ sp:varName "realIpent"^^xsd:string
177 - sp:subject _:b43 238 + ] ;
239 + sp:predicate
240 + [ sp:varName "concentrationScaleIpent"^^xsd:string
241 + ] ;
242 + sp:subject _:b16
178 ]) ; 243 ]) ;
179 - sp:where ([ sp:object _:b46 ; 244 + sp:where ([ sp:object
245 + [ sp:varName "nameWellBore"^^xsd:string
246 + ] ;
180 sp:predicate ep-spin-lib:nameWellbore ; 247 sp:predicate ep-spin-lib:nameWellbore ;
181 sp:subject spin:_this 248 sp:subject spin:_this
182 - ] [ sp:object _:b47 ; 249 + ] [ sp:object
250 + [ sp:varName "dTimStart"^^xsd:string
251 + ] ;
183 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 252 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
184 sp:subject spin:_this 253 sp:subject spin:_this
185 - ] [ sp:object _:b48 ; 254 + ] [ sp:object
255 + [ sp:varName "gasReadingInfo"^^xsd:string
256 + ] ;
186 sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ; 257 sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ;
187 sp:subject spin:_this 258 sp:subject spin:_this
188 - ] [ sp:object _:b49 ; 259 + ] [ sp:object
260 + [ sp:varName "mdTop"^^xsd:string
261 + ] ;
189 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 262 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
190 - sp:subject _:b48 263 + sp:subject
191 - ] [ sp:object _:b50 ; 264 + [ sp:varName "gasReadingInfo"^^xsd:string
265 + ]
266 + ] [ sp:object
267 + [ sp:varName "uomMdTop"^^xsd:string
268 + ] ;
192 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 269 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
193 - sp:subject _:b49 270 + sp:subject
194 - ] [ sp:object _:b9 ; 271 + [ sp:varName "mdTop"^^xsd:string
272 + ]
273 + ] [ sp:object
274 + [ sp:varName "realMdTop"^^xsd:string
275 + ] ;
195 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 276 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
196 - sp:subject _:b49 277 + sp:subject
197 - ] [ sp:object _:b51 ; 278 + [ sp:varName "mdTop"^^xsd:string
279 + ]
280 + ] [ sp:object
281 + [ sp:varName "readingType"^^xsd:string
282 + ] ;
198 sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ; 283 sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ;
199 - sp:subject _:b48 284 + sp:subject
200 - ] [ sp:object _:b52 ; 285 + [ sp:varName "gasReadingInfo"^^xsd:string
286 + ]
287 + ] [ sp:object
288 + [ sp:varName "gasHigh"^^xsd:string
289 + ] ;
201 sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ; 290 sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ;
202 - sp:subject _:b48 291 + sp:subject
203 - ] [ sp:object _:b53 ; 292 + [ sp:varName "gasReadingInfo"^^xsd:string
293 + ]
294 + ] [ sp:object
295 + [ sp:varName "uomGasHigh"^^xsd:string
296 + ] ;
204 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 297 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
205 - sp:subject _:b52 298 + sp:subject
206 - ] [ sp:object _:b24 ; 299 + [ sp:varName "gasHigh"^^xsd:string
300 + ]
301 + ] [ sp:object
302 + [ sp:varName "realGasHigh"^^xsd:string
303 + ] ;
207 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 304 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
208 - sp:subject _:b52 305 + sp:subject
306 + [ sp:varName "gasHigh"^^xsd:string
307 + ]
209 ] [ rdf:type sp:Optional ; 308 ] [ rdf:type sp:Optional ;
210 - sp:elements ([ sp:object _:b6 ; 309 + sp:elements ([ sp:object
310 + [ sp:varName "dTim"^^xsd:string
311 + ] ;
211 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 312 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
212 - sp:subject _:b48 313 + sp:subject
314 + [ sp:varName "gasReadingInfo"^^xsd:string
315 + ]
213 ]) 316 ])
214 ] [ rdf:type sp:Optional ; 317 ] [ rdf:type sp:Optional ;
215 - sp:elements ([ sp:object _:b54 ; 318 + sp:elements ([ sp:object
319 + [ sp:varName "mdBottom"^^xsd:string
320 + ] ;
216 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 321 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
217 - sp:subject _:b48 322 + sp:subject
218 - ] [ sp:object _:b55 ; 323 + [ sp:varName "gasReadingInfo"^^xsd:string
324 + ]
325 + ] [ sp:object
326 + [ sp:varName "uomMdBottom"^^xsd:string
327 + ] ;
219 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 328 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
220 - sp:subject _:b54 329 + sp:subject
221 - ] [ sp:object _:b15 ; 330 + [ sp:varName "mdBottom"^^xsd:string
331 + ]
332 + ] [ sp:object
333 + [ sp:varName "realMdBottom"^^xsd:string
334 + ] ;
222 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 335 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
223 - sp:subject _:b54 336 + sp:subject
337 + [ sp:varName "mdBottom"^^xsd:string
338 + ]
224 ]) 339 ])
225 ] [ rdf:type sp:Optional ; 340 ] [ rdf:type sp:Optional ;
226 - sp:elements ([ sp:object _:b56 ; 341 + sp:elements ([ sp:object
342 + [ sp:varName "tvdTop"^^xsd:string
343 + ] ;
227 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 344 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
228 - sp:subject _:b48 345 + sp:subject
229 - ] [ sp:object _:b57 ; 346 + [ sp:varName "gasReadingInfo"^^xsd:string
347 + ]
348 + ] [ sp:object
349 + [ sp:varName "uomTvdTop"^^xsd:string
350 + ] ;
230 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 351 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
231 - sp:subject _:b56 352 + sp:subject
232 - ] [ sp:object _:b12 ; 353 + [ sp:varName "tvdTop"^^xsd:string
354 + ]
355 + ] [ sp:object
356 + [ sp:varName "realTvdTop"^^xsd:string
357 + ] ;
233 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 358 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
234 - sp:subject _:b56 359 + sp:subject
360 + [ sp:varName "tvdTop"^^xsd:string
361 + ]
235 ]) 362 ])
236 ] [ rdf:type sp:Optional ; 363 ] [ rdf:type sp:Optional ;
237 - sp:elements ([ sp:object _:b58 ; 364 + sp:elements ([ sp:object
365 + [ sp:varName "tvdBottom"^^xsd:string
366 + ] ;
238 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 367 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
239 - sp:subject _:b48 368 + sp:subject
240 - ] [ sp:object _:b59 ; 369 + [ sp:varName "gasReadingInfo"^^xsd:string
370 + ]
371 + ] [ sp:object
372 + [ sp:varName "uomTvdBottom"^^xsd:string
373 + ] ;
241 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 374 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
242 - sp:subject _:b58 375 + sp:subject
243 - ] [ sp:object _:b18 ; 376 + [ sp:varName "tvdBottom"^^xsd:string
377 + ]
378 + ] [ sp:object
379 + [ sp:varName "realTvdBottom"^^xsd:string
380 + ] ;
244 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 381 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
245 - sp:subject _:b58 382 + sp:subject
383 + [ sp:varName "tvdBottom"^^xsd:string
384 + ]
246 ]) 385 ])
247 ] [ rdf:type sp:Optional ; 386 ] [ rdf:type sp:Optional ;
248 - sp:elements ([ sp:object _:b60 ; 387 + sp:elements ([ sp:object
388 + [ sp:varName "gasLow"^^xsd:string
389 + ] ;
249 sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ; 390 sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ;
250 - sp:subject _:b48 391 + sp:subject
251 - ] [ sp:object _:b61 ; 392 + [ sp:varName "gasReadingInfo"^^xsd:string
393 + ]
394 + ] [ sp:object
395 + [ sp:varName "uomGasLow"^^xsd:string
396 + ] ;
252 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 397 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
253 - sp:subject _:b60 398 + sp:subject
254 - ] [ sp:object _:b26 ; 399 + [ sp:varName "gasLow"^^xsd:string
400 + ]
401 + ] [ sp:object
402 + [ sp:varName "realGasLow"^^xsd:string
403 + ] ;
255 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 404 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
256 - sp:subject _:b60 405 + sp:subject
406 + [ sp:varName "gasLow"^^xsd:string
407 + ]
257 ]) 408 ])
258 ] [ rdf:type sp:Optional ; 409 ] [ rdf:type sp:Optional ;
259 - sp:elements ([ sp:object _:b62 ; 410 + sp:elements ([ sp:object
411 + [ sp:varName "meth"^^xsd:string
412 + ] ;
260 sp:predicate <http://www.witsml.org/schemas/1series#methRef> ; 413 sp:predicate <http://www.witsml.org/schemas/1series#methRef> ;
261 - sp:subject _:b48 414 + sp:subject
262 - ] [ sp:object _:b63 ; 415 + [ sp:varName "gasReadingInfo"^^xsd:string
416 + ]
417 + ] [ sp:object
418 + [ sp:varName "uomMeth"^^xsd:string
419 + ] ;
263 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 420 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
264 - sp:subject _:b62 421 + sp:subject
265 - ] [ sp:object _:b29 ; 422 + [ sp:varName "meth"^^xsd:string
423 + ]
424 + ] [ sp:object
425 + [ sp:varName "realMeth"^^xsd:string
426 + ] ;
266 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 427 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
267 - sp:subject _:b62 428 + sp:subject
429 + [ sp:varName "meth"^^xsd:string
430 + ]
268 ]) 431 ])
269 ] [ rdf:type sp:Optional ; 432 ] [ rdf:type sp:Optional ;
270 - sp:elements ([ sp:object _:b64 ; 433 + sp:elements ([ sp:object
434 + [ sp:varName "eth"^^xsd:string
435 + ] ;
271 sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ; 436 sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ;
272 - sp:subject _:b48 437 + sp:subject
273 - ] [ sp:object _:b65 ; 438 + [ sp:varName "gasReadingInfo"^^xsd:string
439 + ]
440 + ] [ sp:object
441 + [ sp:varName "uomEth"^^xsd:string
442 + ] ;
274 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 443 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
275 - sp:subject _:b64 444 + sp:subject
276 - ] [ sp:object _:b32 ; 445 + [ sp:varName "eth"^^xsd:string
446 + ]
447 + ] [ sp:object
448 + [ sp:varName "realEth"^^xsd:string
449 + ] ;
277 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 450 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
278 - sp:subject _:b64 451 + sp:subject
452 + [ sp:varName "eth"^^xsd:string
453 + ]
279 ]) 454 ])
280 ] [ rdf:type sp:Optional ; 455 ] [ rdf:type sp:Optional ;
281 - sp:elements ([ sp:object _:b66 ; 456 + sp:elements ([ sp:object
457 + [ sp:varName "prop"^^xsd:string
458 + ] ;
282 sp:predicate <http://www.witsml.org/schemas/1series#propRef> ; 459 sp:predicate <http://www.witsml.org/schemas/1series#propRef> ;
283 - sp:subject _:b48 460 + sp:subject
284 - ] [ sp:object _:b67 ; 461 + [ sp:varName "gasReadingInfo"^^xsd:string
462 + ]
463 + ] [ sp:object
464 + [ sp:varName "uomProp"^^xsd:string
465 + ] ;
285 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 466 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
286 - sp:subject _:b66 467 + sp:subject
287 - ] [ sp:object _:b35 ; 468 + [ sp:varName "prop"^^xsd:string
469 + ]
470 + ] [ sp:object
471 + [ sp:varName "realProp"^^xsd:string
472 + ] ;
288 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 473 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
289 - sp:subject _:b66 474 + sp:subject
475 + [ sp:varName "prop"^^xsd:string
476 + ]
290 ]) 477 ])
291 ] [ rdf:type sp:Optional ; 478 ] [ rdf:type sp:Optional ;
292 - sp:elements ([ sp:object _:b68 ; 479 + sp:elements ([ sp:object
480 + [ sp:varName "ibut"^^xsd:string
481 + ] ;
293 sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ; 482 sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ;
294 - sp:subject _:b48 483 + sp:subject
295 - ] [ sp:object _:b69 ; 484 + [ sp:varName "gasReadingInfo"^^xsd:string
485 + ]
486 + ] [ sp:object
487 + [ sp:varName "uomIbut"^^xsd:string
488 + ] ;
296 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 489 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
297 - sp:subject _:b68 490 + sp:subject
298 - ] [ sp:object _:b38 ; 491 + [ sp:varName "ibut"^^xsd:string
492 + ]
493 + ] [ sp:object
494 + [ sp:varName "realIbut"^^xsd:string
495 + ] ;
299 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 496 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
300 - sp:subject _:b68 497 + sp:subject
498 + [ sp:varName "ibut"^^xsd:string
499 + ]
301 ]) 500 ])
302 ] [ rdf:type sp:Optional ; 501 ] [ rdf:type sp:Optional ;
303 - sp:elements ([ sp:object _:b70 ; 502 + sp:elements ([ sp:object
503 + [ sp:varName "nbut"^^xsd:string
504 + ] ;
304 sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ; 505 sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ;
305 - sp:subject _:b48 506 + sp:subject
306 - ] [ sp:object _:b71 ; 507 + [ sp:varName "gasReadingInfo"^^xsd:string
508 + ]
509 + ] [ sp:object
510 + [ sp:varName "uomNbut"^^xsd:string
511 + ] ;
307 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 512 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
308 - sp:subject _:b70 513 + sp:subject
309 - ] [ sp:object _:b41 ; 514 + [ sp:varName "nbut"^^xsd:string
515 + ]
516 + ] [ sp:object
517 + [ sp:varName "realNbut"^^xsd:string
518 + ] ;
310 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 519 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
311 - sp:subject _:b70 520 + sp:subject
521 + [ sp:varName "nbut"^^xsd:string
522 + ]
312 ]) 523 ])
313 ] [ rdf:type sp:Optional ; 524 ] [ rdf:type sp:Optional ;
314 - sp:elements ([ sp:object _:b72 ; 525 + sp:elements ([ sp:object
526 + [ sp:varName "ipent"^^xsd:string
527 + ] ;
315 sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ; 528 sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ;
316 - sp:subject _:b48 529 + sp:subject
317 - ] [ sp:object _:b73 ; 530 + [ sp:varName "gasReadingInfo"^^xsd:string
531 + ]
532 + ] [ sp:object
533 + [ sp:varName "uomIpent"^^xsd:string
534 + ] ;
318 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 535 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
319 - sp:subject _:b72 536 + sp:subject
320 - ] [ sp:object _:b44 ; 537 + [ sp:varName "ipent"^^xsd:string
538 + ]
539 + ] [ sp:object
540 + [ sp:varName "realIpent"^^xsd:string
541 + ] ;
321 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 542 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
322 - sp:subject _:b72 543 + sp:subject
544 + [ sp:varName "ipent"^^xsd:string
545 + ]
323 ]) 546 ])
324 ] [ rdf:type sp:Bind ; 547 ] [ rdf:type sp:Bind ;
325 sp:expression 548 sp:expression
326 [ rdf:type ep-spin-lib:normalizeString ; 549 [ rdf:type ep-spin-lib:normalizeString ;
327 - sp:arg1 _:b46 550 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
551 + ]
328 ] ; 552 ] ;
329 - sp:variable _:b74 553 + sp:variable
554 + [ sp:varName "normalizedWellBoreName"^^xsd:string
555 + ]
330 ] [ rdf:type sp:Bind ; 556 ] [ rdf:type sp:Bind ;
331 sp:expression 557 sp:expression
332 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 558 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
333 - sp:arg1 _:b74 ; 559 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
334 - sp:arg2 _:b47
335 ] ; 560 ] ;
336 - sp:variable _:b2 561 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
562 + ]
563 + ] ;
564 + sp:variable
565 + [ sp:varName "dailyDrillingActivity"^^xsd:string
566 + ]
337 ] [ rdf:type sp:Bind ; 567 ] [ rdf:type sp:Bind ;
338 sp:expression 568 sp:expression
339 [ rdf:type afn:localname ; 569 [ rdf:type afn:localname ;
340 - sp:arg1 _:b48 570 + sp:arg1 [ sp:varName "gasReadingInfo"^^xsd:string
571 + ]
341 ] ; 572 ] ;
342 - sp:variable _:b75 573 + sp:variable
574 + [ sp:varName "localname"^^xsd:string
575 + ]
343 ] [ rdf:type sp:Bind ; 576 ] [ rdf:type sp:Bind ;
344 sp:expression 577 sp:expression
345 [ rdf:type ep-spin-lib:buildGasReadingURI ; 578 [ rdf:type ep-spin-lib:buildGasReadingURI ;
346 - sp:arg1 _:b74 ; 579 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
347 - sp:arg2 _:b75
348 ] ; 580 ] ;
349 - sp:variable _:b1 581 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
582 + ] ;
583 + sp:arg3 [ sp:varName "localname"^^xsd:string
584 + ]
585 + ] ;
586 + sp:variable
587 + [ sp:varName "gasReading"^^xsd:string
588 + ]
350 ] [ rdf:type sp:Bind ; 589 ] [ rdf:type sp:Bind ;
351 sp:expression 590 sp:expression
352 [ rdf:type ep-spin-lib:selectGasReadingType ; 591 [ rdf:type ep-spin-lib:selectGasReadingType ;
353 - sp:arg1 _:b51 592 + sp:arg1 [ sp:varName "readingType"^^xsd:string
593 + ]
354 ] ; 594 ] ;
355 - sp:variable _:b7 595 + sp:variable
596 + [ sp:varName "gasReadingType"^^xsd:string
597 + ]
356 ] [ rdf:type sp:Bind ; 598 ] [ rdf:type sp:Bind ;
357 sp:expression 599 sp:expression
358 [ rdf:type ep-spin-lib:selectLengthScale ; 600 [ rdf:type ep-spin-lib:selectLengthScale ;
359 - sp:arg1 _:b50 601 + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
602 + ]
360 ] ; 603 ] ;
361 - sp:variable _:b10 604 + sp:variable
605 + [ sp:varName "lengthScaleMdTop"^^xsd:string
606 + ]
362 ] [ rdf:type sp:Bind ; 607 ] [ rdf:type sp:Bind ;
363 sp:expression 608 sp:expression
364 [ rdf:type ep-spin-lib:selectLengthScale ; 609 [ rdf:type ep-spin-lib:selectLengthScale ;
365 - sp:arg1 _:b57 610 + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
611 + ]
366 ] ; 612 ] ;
367 - sp:variable _:b13 613 + sp:variable
614 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
615 + ]
368 ] [ rdf:type sp:Bind ; 616 ] [ rdf:type sp:Bind ;
369 sp:expression 617 sp:expression
370 [ rdf:type ep-spin-lib:selectLengthScale ; 618 [ rdf:type ep-spin-lib:selectLengthScale ;
371 - sp:arg1 _:b55 619 + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
620 + ]
372 ] ; 621 ] ;
373 - sp:variable _:b16 622 + sp:variable
623 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
624 + ]
374 ] [ rdf:type sp:Bind ; 625 ] [ rdf:type sp:Bind ;
375 sp:expression 626 sp:expression
376 [ rdf:type ep-spin-lib:selectLengthScale ; 627 [ rdf:type ep-spin-lib:selectLengthScale ;
377 - sp:arg1 _:b59 628 + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
629 + ]
378 ] ; 630 ] ;
379 - sp:variable _:b19 631 + sp:variable
632 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
633 + ]
380 ] [ rdf:type sp:Bind ; 634 ] [ rdf:type sp:Bind ;
381 sp:expression 635 sp:expression
382 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 636 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
383 - sp:arg1 _:b53 637 + sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string
638 + ]
384 ] ; 639 ] ;
385 - sp:variable _:b25 640 + sp:variable
641 + [ sp:varName "concentrationScaleGasHigh"^^xsd:string
642 + ]
386 ] [ rdf:type sp:Bind ; 643 ] [ rdf:type sp:Bind ;
387 sp:expression 644 sp:expression
388 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 645 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
389 - sp:arg1 _:b61 646 + sp:arg1 [ sp:varName "uomGasLow"^^xsd:string
647 + ]
390 ] ; 648 ] ;
391 - sp:variable _:b27 649 + sp:variable
650 + [ sp:varName "concentrationScaleGasLow"^^xsd:string
651 + ]
392 ] [ rdf:type sp:Bind ; 652 ] [ rdf:type sp:Bind ;
393 sp:expression 653 sp:expression
394 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 654 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
395 - sp:arg1 _:b63 655 + sp:arg1 [ sp:varName "uomMeth"^^xsd:string
656 + ]
396 ] ; 657 ] ;
397 - sp:variable _:b30 658 + sp:variable
659 + [ sp:varName "concentrationScaleMeth"^^xsd:string
660 + ]
398 ] [ rdf:type sp:Bind ; 661 ] [ rdf:type sp:Bind ;
399 sp:expression 662 sp:expression
400 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 663 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
401 - sp:arg1 _:b65 664 + sp:arg1 [ sp:varName "uomEth"^^xsd:string
665 + ]
402 ] ; 666 ] ;
403 - sp:variable _:b33 667 + sp:variable
668 + [ sp:varName "concentrationScaleEth"^^xsd:string
669 + ]
404 ] [ rdf:type sp:Bind ; 670 ] [ rdf:type sp:Bind ;
405 sp:expression 671 sp:expression
406 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 672 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
407 - sp:arg1 _:b67 673 + sp:arg1 [ sp:varName "uomProp"^^xsd:string
674 + ]
408 ] ; 675 ] ;
409 - sp:variable _:b36 676 + sp:variable
677 + [ sp:varName "concentrationScaleProp"^^xsd:string
678 + ]
410 ] [ rdf:type sp:Bind ; 679 ] [ rdf:type sp:Bind ;
411 sp:expression 680 sp:expression
412 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 681 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
413 - sp:arg1 _:b69 682 + sp:arg1 [ sp:varName "uomIbut"^^xsd:string
683 + ]
414 ] ; 684 ] ;
415 - sp:variable _:b39 685 + sp:variable
686 + [ sp:varName "concentrationScaleIbut"^^xsd:string
687 + ]
416 ] [ rdf:type sp:Bind ; 688 ] [ rdf:type sp:Bind ;
417 sp:expression 689 sp:expression
418 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 690 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
419 - sp:arg1 _:b71 691 + sp:arg1 [ sp:varName "uomNbut"^^xsd:string
692 + ]
420 ] ; 693 ] ;
421 - sp:variable _:b42 694 + sp:variable
695 + [ sp:varName "concentrationScaleNbut"^^xsd:string
696 + ]
422 ] [ rdf:type sp:Bind ; 697 ] [ rdf:type sp:Bind ;
423 sp:expression 698 sp:expression
424 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 699 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
425 - sp:arg1 _:b73 700 + sp:arg1 [ sp:varName "uomIpent"^^xsd:string
701 + ]
426 ] ; 702 ] ;
427 - sp:variable _:b45 703 + sp:variable
704 + [ sp:varName "concentrationScaleIpent"^^xsd:string
705 + ]
428 ] [ rdf:type sp:Bind ; 706 ] [ rdf:type sp:Bind ;
429 sp:expression 707 sp:expression
430 [ rdf:type rhspin:wellBoreByName ; 708 [ rdf:type rhspin:wellBoreByName ;
431 arg:wellBoreName 709 arg:wellBoreName
432 [ rdf:type xsd:string ; 710 [ rdf:type xsd:string ;
433 - sp:arg1 _:b46 711 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
712 + ]
434 ] 713 ]
435 ] ; 714 ] ;
436 - sp:variable _:b5 715 + sp:variable
716 + [ sp:varName "wellBore"^^xsd:string
717 + ]
437 ]) 718 ])
438 ] . 719 ] .
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
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo 1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
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
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 6 # 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
8 7
9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -21,7 +20,7 @@ ...@@ -21,7 +20,7 @@
21 20
22 <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
23 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
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> ; 23 + 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> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 25
27 <http://www.witsml.org/schemas/1series#Obj_drillReport> 26 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -30,255 +29,310 @@ ...@@ -30,255 +29,310 @@
30 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; 29 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ;
31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; 30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
32 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
33 - sp:subject _:b1 32 + sp:subject
34 - ] [ sp:object _:b1 ; 33 + [ sp:varName "openPerforationInterval"^^xsd:string
34 + ]
35 + ] [ sp:object
36 + [ sp:varName "openPerforationInterval"^^xsd:string
37 + ] ;
35 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject _:b2 39 + sp:subject
37 - ] [ sp:object _:b3 ; 40 + [ sp:varName "dailyDrillingActivity"^^xsd:string
41 + ]
42 + ] [ sp:object _:b1 ;
38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
39 - sp:subject _:b1 44 + sp:subject
45 + [ sp:varName "openPerforationInterval"^^xsd:string
46 + ]
40 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 47 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
41 sp:predicate rdf:type ; 48 sp:predicate rdf:type ;
42 - sp:subject _:b3 49 + sp:subject _:b1
43 - ] [ sp:object _:b4 ; 50 + ] [ sp:object _:b2 ;
44 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 - sp:subject _:b3 52 + sp:subject _:b1
46 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 53 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 sp:predicate rdf:type ; 54 sp:predicate rdf:type ;
48 - sp:subject _:b4 55 + sp:subject _:b2
49 - ] [ sp:object _:b5 ; 56 + ] [ sp:object
57 + [ sp:varName "wellBore"^^xsd:string
58 + ] ;
50 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 59 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 - sp:subject _:b4 60 + sp:subject _:b2
52 - ] [ sp:object _:b6 ; 61 + ] [ sp:object
62 + [ sp:varName "dTimOpen"^^xsd:string
63 + ] ;
53 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 64 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
54 - sp:subject _:b1 65 + sp:subject
55 - ] [ sp:object _:b7 ; 66 + [ sp:varName "openPerforationInterval"^^xsd:string
67 + ]
68 + ] [ sp:object
69 + [ sp:varName "dTimClose"^^xsd:string
70 + ] ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
57 - sp:subject _:b1 72 + sp:subject
58 - ] [ sp:object _:b8 ; 73 + [ sp:varName "openPerforationInterval"^^xsd:string
74 + ]
75 + ] [ sp:object _:b3 ;
59 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 76 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
60 - sp:subject _:b4 77 + sp:subject _:b2
61 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 78 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
62 sp:predicate rdf:type ; 79 sp:predicate rdf:type ;
63 - sp:subject _:b8 80 + sp:subject _:b3
64 - ] [ sp:object _:b9 ; 81 + ] [ sp:object
65 - sp:predicate _:b10 ; 82 + [ sp:varName "realMdTop"^^xsd:string
66 - sp:subject _:b8 83 + ] ;
67 - ] [ sp:object _:b11 ; 84 + sp:predicate
85 + [ sp:varName "lengthScaleMdTop"^^xsd:string
86 + ] ;
87 + sp:subject _:b3
88 + ] [ sp:object _:b4 ;
68 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 89 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
69 - sp:subject _:b4 90 + sp:subject _:b2
70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 91 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
71 sp:predicate rdf:type ; 92 sp:predicate rdf:type ;
72 - sp:subject _:b11
73 - ] [ sp:object _:b12 ;
74 - sp:predicate _:b13 ;
75 - sp:subject _:b11
76 - ] [ sp:object _:b14 ;
77 - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
78 sp:subject _:b4 93 sp:subject _:b4
94 + ] [ sp:object
95 + [ sp:varName "realMdBottom"^^xsd:string
96 + ] ;
97 + sp:predicate
98 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
99 + ] ;
100 + sp:subject _:b4
101 + ] [ sp:object _:b5 ;
102 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
103 + sp:subject _:b2
79 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 104 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
80 sp:predicate rdf:type ; 105 sp:predicate rdf:type ;
81 - sp:subject _:b14 106 + sp:subject _:b5
82 - ] [ sp:object _:b15 ; 107 + ] [ sp:object
83 - sp:predicate _:b16 ; 108 + [ sp:varName "realTvdTop"^^xsd:string
84 - sp:subject _:b14 109 + ] ;
85 - ] [ sp:object _:b17 ; 110 + sp:predicate
111 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
112 + ] ;
113 + sp:subject _:b5
114 + ] [ sp:object _:b6 ;
86 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 115 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
87 - sp:subject _:b4 116 + sp:subject _:b2
88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 117 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
89 sp:predicate rdf:type ; 118 sp:predicate rdf:type ;
90 - sp:subject _:b17 119 + sp:subject _:b6
91 - ] [ sp:object _:b18 ; 120 + ] [ sp:object
92 - sp:predicate _:b19 ; 121 + [ sp:varName "realTvdBottom"^^xsd:string
93 - sp:subject _:b17 122 + ] ;
123 + sp:predicate
124 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
125 + ] ;
126 + sp:subject _:b6
94 ]) ; 127 ]) ;
95 - sp:where ([ sp:object _:b20 ; 128 + sp:where ([ sp:object
129 + [ sp:varName "nameWellBore"^^xsd:string
130 + ] ;
96 sp:predicate ep-spin-lib:nameWellbore ; 131 sp:predicate ep-spin-lib:nameWellbore ;
97 sp:subject spin:_this 132 sp:subject spin:_this
98 - ] [ sp:object _:b21 ; 133 + ] [ sp:object
134 + [ sp:varName "dTimStart"^^xsd:string
135 + ] ;
99 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 136 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
100 sp:subject spin:_this 137 sp:subject spin:_this
101 - ] [ sp:object _:b22 ; 138 + ] [ sp:object
139 + [ sp:varName "perfInfo"^^xsd:string
140 + ] ;
102 sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ; 141 sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ;
103 sp:subject spin:_this 142 sp:subject spin:_this
104 - ] [ sp:object _:b6 ; 143 + ] [ sp:object
144 + [ sp:varName "dTimOpen"^^xsd:string
145 + ] ;
105 sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ; 146 sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ;
106 - sp:subject _:b22 147 + sp:subject
148 + [ sp:varName "perfInfo"^^xsd:string
149 + ]
107 ] [ rdf:type sp:Optional ; 150 ] [ rdf:type sp:Optional ;
108 - sp:elements ([ sp:object _:b7 ; 151 + sp:elements ([ sp:object
152 + [ sp:varName "dTimClose"^^xsd:string
153 + ] ;
109 sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ; 154 sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ;
110 - sp:subject _:b22 155 + sp:subject
156 + [ sp:varName "perfInfo"^^xsd:string
157 + ]
111 ]) 158 ])
112 - ] [ sp:object _:b23 ; 159 + ] [ sp:object
160 + [ sp:varName "mdTop"^^xsd:string
161 + ] ;
113 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 162 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
114 - sp:subject _:b22 163 + sp:subject
115 - ] [ sp:object _:b24 ; 164 + [ sp:varName "perfInfo"^^xsd:string
165 + ]
166 + ] [ sp:object
167 + [ sp:varName "uomMdTop"^^xsd:string
168 + ] ;
116 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 169 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
117 - sp:subject _:b23 170 + sp:subject
118 - ] [ sp:object _:b9 ; 171 + [ sp:varName "mdTop"^^xsd:string
172 + ]
173 + ] [ sp:object
174 + [ sp:varName "realMdTop"^^xsd:string
175 + ] ;
119 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 176 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
120 - sp:subject _:b23 177 + sp:subject
121 - ] [ sp:object _:b25 ; 178 + [ sp:varName "mdTop"^^xsd:string
179 + ]
180 + ] [ sp:object
181 + [ sp:varName "mdBottom"^^xsd:string
182 + ] ;
122 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 183 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
123 - sp:subject _:b22 184 + sp:subject
124 - ] [ sp:object _:b26 ; 185 + [ sp:varName "perfInfo"^^xsd:string
186 + ]
187 + ] [ sp:object
188 + [ sp:varName "uomMdBottom"^^xsd:string
189 + ] ;
125 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 190 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
126 - sp:subject _:b25 191 + sp:subject
127 - ] [ sp:object _:b12 ; 192 + [ sp:varName "mdBottom"^^xsd:string
193 + ]
194 + ] [ sp:object
195 + [ sp:varName "realMdBottom"^^xsd:string
196 + ] ;
128 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 197 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
129 - sp:subject _:b25 198 + sp:subject
199 + [ sp:varName "mdBottom"^^xsd:string
200 + ]
130 ] [ rdf:type sp:Optional ; 201 ] [ rdf:type sp:Optional ;
131 - sp:elements ([ sp:object _:b27 ; 202 + sp:elements ([ sp:object
203 + [ sp:varName "tvdTop"^^xsd:string
204 + ] ;
132 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 205 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
133 - sp:subject _:b22 206 + sp:subject
134 - ] [ sp:object _:b28 ; 207 + [ sp:varName "perfInfo"^^xsd:string
208 + ]
209 + ] [ sp:object
210 + [ sp:varName "uomTvdTop"^^xsd:string
211 + ] ;
135 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 212 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
136 - sp:subject _:b27 213 + sp:subject
137 - ] [ sp:object _:b15 ; 214 + [ sp:varName "tvdTop"^^xsd:string
215 + ]
216 + ] [ sp:object
217 + [ sp:varName "realTvdTop"^^xsd:string
218 + ] ;
138 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 219 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
139 - sp:subject _:b27 220 + sp:subject
221 + [ sp:varName "tvdTop"^^xsd:string
222 + ]
140 ]) 223 ])
141 ] [ rdf:type sp:Optional ; 224 ] [ rdf:type sp:Optional ;
142 - sp:elements ([ sp:object _:b29 ; 225 + sp:elements ([ sp:object
226 + [ sp:varName "tvdBottom"^^xsd:string
227 + ] ;
143 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 228 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
144 - sp:subject _:b22 229 + sp:subject
145 - ] [ sp:object _:b30 ; 230 + [ sp:varName "perfInfo"^^xsd:string
231 + ]
232 + ] [ sp:object
233 + [ sp:varName "uomTvdBottom"^^xsd:string
234 + ] ;
146 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 235 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
147 - sp:subject _:b29 236 + sp:subject
148 - ] [ sp:object _:b18 ; 237 + [ sp:varName "tvdBottom"^^xsd:string
238 + ]
239 + ] [ sp:object
240 + [ sp:varName "realTvdBottom"^^xsd:string
241 + ] ;
149 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 242 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
150 - sp:subject _:b29 243 + sp:subject
244 + [ sp:varName "tvdBottom"^^xsd:string
245 + ]
151 ]) 246 ])
152 ] [ rdf:type sp:Bind ; 247 ] [ rdf:type sp:Bind ;
153 sp:expression 248 sp:expression
154 [ rdf:type ep-spin-lib:normalizeString ; 249 [ rdf:type ep-spin-lib:normalizeString ;
155 - sp:arg1 _:b20 250 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
251 + ]
156 ] ; 252 ] ;
157 - sp:variable _:b31 253 + sp:variable
254 + [ sp:varName "normalizedWellBoreName"^^xsd:string
255 + ]
158 ] [ rdf:type sp:Bind ; 256 ] [ rdf:type sp:Bind ;
159 sp:expression 257 sp:expression
160 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 258 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
161 - sp:arg1 _:b31 ; 259 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
162 - sp:arg2 _:b21 260 + ] ;
261 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
262 + ]
163 ] ; 263 ] ;
164 - sp:variable _:b2 264 + sp:variable
265 + [ sp:varName "dailyDrillingActivity"^^xsd:string
266 + ]
165 ] [ rdf:type sp:Bind ; 267 ] [ rdf:type sp:Bind ;
166 sp:expression 268 sp:expression
167 [ rdf:type afn:localname ; 269 [ rdf:type afn:localname ;
168 - sp:arg1 _:b22 270 + sp:arg1 [ sp:varName "perfInfo"^^xsd:string
271 + ]
169 ] ; 272 ] ;
170 - sp:variable _:b32 273 + sp:variable
274 + [ sp:varName "localname"^^xsd:string
275 + ]
171 ] [ rdf:type sp:Bind ; 276 ] [ rdf:type sp:Bind ;
172 sp:expression 277 sp:expression
173 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; 278 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ;
174 - sp:arg1 _:b31 ; 279 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
175 - sp:arg2 _:b32 280 + ] ;
281 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
282 + ] ;
283 + sp:arg3 [ sp:varName "localname"^^xsd:string
284 + ]
176 ] ; 285 ] ;
177 - sp:variable _:b1 286 + sp:variable
287 + [ sp:varName "openPerforationInterval"^^xsd:string
288 + ]
178 ] [ rdf:type sp:Bind ; 289 ] [ rdf:type sp:Bind ;
179 sp:expression 290 sp:expression
180 [ rdf:type ep-spin-lib:selectLengthScale ; 291 [ rdf:type ep-spin-lib:selectLengthScale ;
181 - sp:arg1 _:b24 292 + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
293 + ]
182 ] ; 294 ] ;
183 - sp:variable _:b10 295 + sp:variable
296 + [ sp:varName "lengthScaleMdTop"^^xsd:string
297 + ]
184 ] [ rdf:type sp:Bind ; 298 ] [ rdf:type sp:Bind ;
185 sp:expression 299 sp:expression
186 [ rdf:type ep-spin-lib:selectLengthScale ; 300 [ rdf:type ep-spin-lib:selectLengthScale ;
187 - sp:arg1 _:b28 301 + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
302 + ]
188 ] ; 303 ] ;
189 - sp:variable _:b16 304 + sp:variable
305 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
306 + ]
190 ] [ rdf:type sp:Bind ; 307 ] [ rdf:type sp:Bind ;
191 sp:expression 308 sp:expression
192 [ rdf:type ep-spin-lib:selectLengthScale ; 309 [ rdf:type ep-spin-lib:selectLengthScale ;
193 - sp:arg1 _:b26 310 + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
311 + ]
194 ] ; 312 ] ;
195 - sp:variable _:b13 313 + sp:variable
314 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
315 + ]
196 ] [ rdf:type sp:Bind ; 316 ] [ rdf:type sp:Bind ;
197 sp:expression 317 sp:expression
198 [ rdf:type ep-spin-lib:selectLengthScale ; 318 [ rdf:type ep-spin-lib:selectLengthScale ;
199 - sp:arg1 _:b30 319 + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
320 + ]
200 ] ; 321 ] ;
201 - sp:variable _:b19 322 + sp:variable
323 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
324 + ]
202 ] [ rdf:type sp:Bind ; 325 ] [ rdf:type sp:Bind ;
203 sp:expression 326 sp:expression
204 [ rdf:type rhspin:wellBoreByName ; 327 [ rdf:type rhspin:wellBoreByName ;
205 arg:wellBoreName 328 arg:wellBoreName
206 [ rdf:type xsd:string ; 329 [ rdf:type xsd:string ;
207 - sp:arg1 _:b20 330 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
331 + ]
208 ] 332 ]
209 ] ; 333 ] ;
210 - sp:variable _:b5 334 + sp:variable
335 + [ sp:varName "wellBore"^^xsd:string
336 + ]
211 ]) 337 ])
212 ] . 338 ] .
213 -
214 -_:b1 sp:varName "openPerforationInterval"^^xsd:string .
215 -
216 -_:b32
217 - sp:varName "localname"^^xsd:string .
218 -
219 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
220 -
221 -_:b5 sp:varName "wellBore"^^xsd:string .
222 -
223 -_:b31
224 - sp:varName "normalizedWellBoreName"^^xsd:string .
225 -
226 -_:b18
227 - sp:varName "realTvdBottom"^^xsd:string .
228 -
229 -_:b30
230 - sp:varName "uomTvdBottom"^^xsd:string .
231 -
232 -_:b29
233 - sp:varName "tvdBottom"^^xsd:string .
234 -
235 -_:b15
236 - sp:varName "realTvdTop"^^xsd:string .
237 -
238 -_:b28
239 - sp:varName "uomTvdTop"^^xsd:string .
240 -
241 -_:b27
242 - sp:varName "tvdTop"^^xsd:string .
243 -
244 -_:b12
245 - sp:varName "realMdBottom"^^xsd:string .
246 -
247 -_:b26
248 - sp:varName "uomMdBottom"^^xsd:string .
249 -
250 -_:b25
251 - sp:varName "mdBottom"^^xsd:string .
252 -
253 -_:b9 sp:varName "realMdTop"^^xsd:string .
254 -
255 -_:b24
256 - sp:varName "uomMdTop"^^xsd:string .
257 -
258 -_:b23
259 - sp:varName "mdTop"^^xsd:string .
260 -
261 -_:b7 sp:varName "dTimClose"^^xsd:string .
262 -
263 -_:b6 sp:varName "dTimOpen"^^xsd:string .
264 -
265 -_:b22
266 - sp:varName "perfInfo"^^xsd:string .
267 -
268 -_:b21
269 - sp:varName "dTimStart"^^xsd:string .
270 -
271 -_:b20
272 - sp:varName "nameWellBore"^^xsd:string .
273 -
274 -_:b19
275 - sp:varName "lengthScaleTvdBottom"^^xsd:string .
276 -
277 -_:b13
278 - sp:varName "lengthScaleMdBottom"^^xsd:string .
279 -
280 -_:b16
281 - sp:varName "lengthScaleTvdTop"^^xsd:string .
282 -
283 -_:b10
284 - sp:varName "lengthScaleMdTop"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo 1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
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
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 6 # 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
8 7
9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> .
10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -21,7 +20,7 @@ ...@@ -21,7 +20,7 @@
21 20
22 <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> 21 <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
23 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
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> ; 23 + 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> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 25
27 <http://www.witsml.org/schemas/1series#Obj_drillReport> 26 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -30,991 +29,1196 @@ ...@@ -30,991 +29,1196 @@
30 rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ; 29 rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ;
31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 30 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
32 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
33 - sp:subject _:b1 32 + sp:subject
34 - ] [ sp:object _:b1 ; 33 + [ sp:varName "wellTest"^^xsd:string
34 + ]
35 + ] [ sp:object
36 + [ sp:varName "wellTest"^^xsd:string
37 + ] ;
35 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject _:b2 39 + sp:subject
37 - ] [ sp:object _:b3 ; 40 + [ sp:varName "dailyDrillingActivity"^^xsd:string
41 + ]
42 + ] [ sp:object _:b1 ;
38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
39 - sp:subject _:b1 44 + sp:subject
45 + [ sp:varName "wellTest"^^xsd:string
46 + ]
40 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 47 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
41 sp:predicate rdf:type ; 48 sp:predicate rdf:type ;
42 - sp:subject _:b3 49 + sp:subject _:b1
43 - ] [ sp:object _:b4 ; 50 + ] [ sp:object _:b2 ;
44 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 - sp:subject _:b3 52 + sp:subject _:b1
46 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; 53 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 sp:predicate rdf:type ; 54 sp:predicate rdf:type ;
48 - sp:subject _:b4 55 + sp:subject _:b2
49 - ] [ sp:object _:b5 ; 56 + ] [ sp:object
57 + [ sp:varName "wellBore"^^xsd:string
58 + ] ;
50 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 59 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 - sp:subject _:b4 60 + sp:subject _:b2
52 - ] [ sp:object _:b6 ; 61 + ] [ sp:object
62 + [ sp:varName "wellTestType"^^xsd:string
63 + ] ;
53 sp:predicate rdf:type ; 64 sp:predicate rdf:type ;
54 - sp:subject _:b1 65 + sp:subject
55 - ] [ sp:object _:b7 ; 66 + [ sp:varName "wellTest"^^xsd:string
67 + ]
68 + ] [ sp:object
69 + [ sp:varName "dTimWellTest"^^xsd:string
70 + ] ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
57 - sp:subject _:b1 72 + sp:subject
58 - ] [ sp:object _:b8 ; 73 + [ sp:varName "wellTest"^^xsd:string
74 + ]
75 + ] [ sp:object
76 + [ sp:varName "testNumber"^^xsd:string
77 + ] ;
59 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; 78 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ;
60 - sp:subject _:b1 79 + sp:subject
61 - ] [ sp:object _:b9 ; 80 + [ sp:varName "wellTest"^^xsd:string
81 + ]
82 + ] [ sp:object _:b3 ;
62 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 83 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
63 - sp:subject _:b4 84 + sp:subject _:b2
64 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 85 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
65 sp:predicate rdf:type ; 86 sp:predicate rdf:type ;
66 - sp:subject _:b9 87 + sp:subject _:b3
67 - ] [ sp:object _:b10 ; 88 + ] [ sp:object
68 - sp:predicate _:b11 ; 89 + [ sp:varName "realMdTop"^^xsd:string
69 - sp:subject _:b9 90 + ] ;
70 - ] [ sp:object _:b12 ; 91 + sp:predicate
92 + [ sp:varName "lengthScaleMdTop"^^xsd:string
93 + ] ;
94 + sp:subject _:b3
95 + ] [ sp:object _:b4 ;
71 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 96 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
72 - sp:subject _:b4 97 + sp:subject _:b2
73 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 98 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
74 sp:predicate rdf:type ; 99 sp:predicate rdf:type ;
75 - sp:subject _:b12
76 - ] [ sp:object _:b13 ;
77 - sp:predicate _:b14 ;
78 - sp:subject _:b12
79 - ] [ sp:object _:b15 ;
80 - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
81 sp:subject _:b4 100 sp:subject _:b4
101 + ] [ sp:object
102 + [ sp:varName "realMdBottom"^^xsd:string
103 + ] ;
104 + sp:predicate
105 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
106 + ] ;
107 + sp:subject _:b4
108 + ] [ sp:object _:b5 ;
109 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
110 + sp:subject _:b2
82 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 111 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
83 sp:predicate rdf:type ; 112 sp:predicate rdf:type ;
84 - sp:subject _:b15 113 + sp:subject _:b5
85 - ] [ sp:object _:b16 ; 114 + ] [ sp:object
86 - sp:predicate _:b17 ; 115 + [ sp:varName "realTvdTop"^^xsd:string
87 - sp:subject _:b15 116 + ] ;
88 - ] [ sp:object _:b18 ; 117 + sp:predicate
118 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
119 + ] ;
120 + sp:subject _:b5
121 + ] [ sp:object _:b6 ;
89 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 122 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
90 - sp:subject _:b4 123 + sp:subject _:b2
91 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 124 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
92 sp:predicate rdf:type ; 125 sp:predicate rdf:type ;
93 - sp:subject _:b18 126 + sp:subject _:b6
94 - ] [ sp:object _:b19 ; 127 + ] [ sp:object
95 - sp:predicate _:b20 ; 128 + [ sp:varName "realTvdBottom"^^xsd:string
96 - sp:subject _:b18 129 + ] ;
97 - ] [ sp:object _:b21 ; 130 + sp:predicate
131 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
132 + ] ;
133 + sp:subject _:b6
134 + ] [ sp:object _:b7 ;
98 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; 135 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
99 - sp:subject _:b1 136 + sp:subject
137 + [ sp:varName "wellTest"^^xsd:string
138 + ]
100 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; 139 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
101 sp:predicate rdf:type ; 140 sp:predicate rdf:type ;
102 - sp:subject _:b21 141 + sp:subject _:b7
103 - ] [ sp:object _:b22 ; 142 + ] [ sp:object _:b8 ;
104 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; 143 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
105 - sp:subject _:b21 144 + sp:subject _:b7
106 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
107 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
108 - sp:subject _:b22 147 + sp:subject _:b8
109 - ] [ sp:object _:b23 ; 148 + ] [ sp:object
110 - sp:predicate _:b24 ; 149 + [ sp:varName "realOrifice"^^xsd:string
111 - sp:subject _:b22 150 + ] ;
112 - ] [ sp:object _:b25 ; 151 + sp:predicate
152 + [ sp:varName "lengthScaleOrifice"^^xsd:string
153 + ] ;
154 + sp:subject _:b8
155 + ] [ sp:object _:b9 ;
113 sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ; 156 sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ;
114 - sp:subject _:b1 157 + sp:subject
158 + [ sp:varName "wellTest"^^xsd:string
159 + ]
115 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 160 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
116 sp:predicate rdf:type ; 161 sp:predicate rdf:type ;
117 - sp:subject _:b25 162 + sp:subject _:b9
118 - ] [ sp:object _:b26 ; 163 + ] [ sp:object _:b10 ;
119 sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; 164 sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ;
120 - sp:subject _:b25 165 + sp:subject _:b9
121 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 166 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
122 sp:predicate rdf:type ; 167 sp:predicate rdf:type ;
123 - sp:subject _:b26 168 + sp:subject _:b10
124 - ] [ sp:object _:b27 ; 169 + ] [ sp:object
125 - sp:predicate _:b28 ; 170 + [ sp:varName "realWaterOil"^^xsd:string
126 - sp:subject _:b26 171 + ] ;
127 - ] [ sp:object _:b29 ; 172 + sp:predicate
173 + [ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
174 + ] ;
175 + sp:subject _:b10
176 + ] [ sp:object _:b11 ;
128 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; 177 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ;
129 - sp:subject _:b25 178 + sp:subject _:b9
130 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 179 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
131 sp:predicate rdf:type ; 180 sp:predicate rdf:type ;
132 - sp:subject _:b29 181 + sp:subject _:b11
133 - ] [ sp:object _:b30 ; 182 + ] [ sp:object
134 - sp:predicate _:b31 ; 183 + [ sp:varName "realGasOil"^^xsd:string
135 - sp:subject _:b29 184 + ] ;
136 - ] [ sp:object _:b32 ; 185 + sp:predicate
186 + [ sp:varName "specificVolumeScaleGasOil"^^xsd:string
187 + ] ;
188 + sp:subject _:b11
189 + ] [ sp:object _:b12 ;
137 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 190 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
138 - sp:subject _:b25 191 + sp:subject _:b9
139 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ; 192 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ;
140 sp:predicate rdf:type ; 193 sp:predicate rdf:type ;
141 - sp:subject _:b32 194 + sp:subject _:b12
142 - ] [ sp:object _:b33 ; 195 + ] [ sp:object _:b13 ;
143 sp:predicate rdf:type ; 196 sp:predicate rdf:type ;
144 - sp:subject _:b32 197 + sp:subject _:b12
145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 198 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
146 sp:predicate rdf:type ; 199 sp:predicate rdf:type ;
147 - sp:subject _:b33 200 + sp:subject _:b13
148 - ] [ sp:object _:b34 ; 201 + ] [ sp:object
149 - sp:predicate _:b35 ; 202 + [ sp:varName "realDensityWater"^^xsd:string
150 - sp:subject _:b33 203 + ] ;
151 - ] [ sp:object _:b36 ; 204 + sp:predicate
205 + [ sp:varName "densityScaleWater"^^xsd:string
206 + ] ;
207 + sp:subject _:b13
208 + ] [ sp:object _:b14 ;
152 sp:predicate rdf:type ; 209 sp:predicate rdf:type ;
153 - sp:subject _:b32 210 + sp:subject _:b12
154 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 211 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
155 sp:predicate rdf:type ; 212 sp:predicate rdf:type ;
156 - sp:subject _:b36 213 + sp:subject _:b14
157 - ] [ sp:object _:b37 ; 214 + ] [ sp:object
158 - sp:predicate _:b38 ; 215 + [ sp:varName "realFlowRateWater"^^xsd:string
159 - sp:subject _:b36 216 + ] ;
160 - ] [ sp:object _:b39 ; 217 + sp:predicate
218 + [ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
219 + ] ;
220 + sp:subject _:b14
221 + ] [ sp:object _:b15 ;
161 sp:predicate rdf:type ; 222 sp:predicate rdf:type ;
162 - sp:subject _:b32 223 + sp:subject _:b12
163 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 224 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
164 sp:predicate rdf:type ; 225 sp:predicate rdf:type ;
165 - sp:subject _:b39 226 + sp:subject _:b15
166 - ] [ sp:object _:b40 ; 227 + ] [ sp:object
167 - sp:predicate _:b41 ; 228 + [ sp:varName "realVolumeWater"^^xsd:string
168 - sp:subject _:b39 229 + ] ;
169 - ] [ sp:object _:b42 ; 230 + sp:predicate
231 + [ sp:varName "volumeScaleWater"^^xsd:string
232 + ] ;
233 + sp:subject _:b15
234 + ] [ sp:object _:b16 ;
170 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 235 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
171 - sp:subject _:b25 236 + sp:subject _:b9
172 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; 237 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
173 sp:predicate rdf:type ; 238 sp:predicate rdf:type ;
174 - sp:subject _:b42 239 + sp:subject _:b16
175 - ] [ sp:object _:b43 ; 240 + ] [ sp:object _:b17 ;
176 sp:predicate rdf:type ; 241 sp:predicate rdf:type ;
177 - sp:subject _:b42 242 + sp:subject _:b16
178 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 243 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
179 sp:predicate rdf:type ; 244 sp:predicate rdf:type ;
180 - sp:subject _:b43 245 + sp:subject _:b17
181 - ] [ sp:object _:b44 ; 246 + ] [ sp:object
182 - sp:predicate _:b45 ; 247 + [ sp:varName "realDensityOil"^^xsd:string
183 - sp:subject _:b43 248 + ] ;
184 - ] [ sp:object _:b46 ; 249 + sp:predicate
250 + [ sp:varName "densityScaleOil"^^xsd:string
251 + ] ;
252 + sp:subject _:b17
253 + ] [ sp:object _:b18 ;
185 sp:predicate rdf:type ; 254 sp:predicate rdf:type ;
186 - sp:subject _:b42 255 + sp:subject _:b16
187 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 256 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
188 sp:predicate rdf:type ; 257 sp:predicate rdf:type ;
189 - sp:subject _:b46 258 + sp:subject _:b18
190 - ] [ sp:object _:b47 ; 259 + ] [ sp:object
191 - sp:predicate _:b48 ; 260 + [ sp:varName "realFlowRateOil"^^xsd:string
192 - sp:subject _:b46 261 + ] ;
193 - ] [ sp:object _:b49 ; 262 + sp:predicate
263 + [ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
264 + ] ;
265 + sp:subject _:b18
266 + ] [ sp:object _:b19 ;
194 sp:predicate rdf:type ; 267 sp:predicate rdf:type ;
195 - sp:subject _:b42 268 + sp:subject _:b16
196 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 269 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
197 sp:predicate rdf:type ; 270 sp:predicate rdf:type ;
198 - sp:subject _:b49 271 + sp:subject _:b19
199 - ] [ sp:object _:b50 ; 272 + ] [ sp:object
200 - sp:predicate _:b51 ; 273 + [ sp:varName "realVolumeOil"^^xsd:string
201 - sp:subject _:b49 274 + ] ;
202 - ] [ sp:object _:b52 ; 275 + sp:predicate
276 + [ sp:varName "volumeScaleOil"^^xsd:string
277 + ] ;
278 + sp:subject _:b19
279 + ] [ sp:object _:b20 ;
203 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 280 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
204 - sp:subject _:b25 281 + sp:subject _:b9
205 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; 282 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
206 sp:predicate rdf:type ; 283 sp:predicate rdf:type ;
207 - sp:subject _:b52 284 + sp:subject _:b20
208 - ] [ sp:object _:b53 ; 285 + ] [ sp:object _:b21 ;
209 sp:predicate rdf:type ; 286 sp:predicate rdf:type ;
210 - sp:subject _:b52 287 + sp:subject _:b20
211 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 288 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
212 sp:predicate rdf:type ; 289 sp:predicate rdf:type ;
213 - sp:subject _:b53 290 + sp:subject _:b21
214 - ] [ sp:object _:b54 ; 291 + ] [ sp:object
215 - sp:predicate _:b55 ; 292 + [ sp:varName "realDensityGas"^^xsd:string
216 - sp:subject _:b53 293 + ] ;
217 - ] [ sp:object _:b56 ; 294 + sp:predicate
295 + [ sp:varName "densityScaleGas"^^xsd:string
296 + ] ;
297 + sp:subject _:b21
298 + ] [ sp:object _:b22 ;
218 sp:predicate rdf:type ; 299 sp:predicate rdf:type ;
219 - sp:subject _:b52 300 + sp:subject _:b20
220 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 301 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
221 sp:predicate rdf:type ; 302 sp:predicate rdf:type ;
222 - sp:subject _:b56 303 + sp:subject _:b22
223 - ] [ sp:object _:b57 ; 304 + ] [ sp:object
224 - sp:predicate _:b58 ; 305 + [ sp:varName "realFlowRateGas"^^xsd:string
225 - sp:subject _:b56 306 + ] ;
226 - ] [ sp:object _:b59 ; 307 + sp:predicate
308 + [ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
309 + ] ;
310 + sp:subject _:b22
311 + ] [ sp:object _:b23 ;
227 sp:predicate rdf:type ; 312 sp:predicate rdf:type ;
228 - sp:subject _:b52 313 + sp:subject _:b20
229 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 314 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
230 sp:predicate rdf:type ; 315 sp:predicate rdf:type ;
231 - sp:subject _:b59 316 + sp:subject _:b23
232 - ] [ sp:object _:b60 ; 317 + ] [ sp:object
233 - sp:predicate _:b61 ; 318 + [ sp:varName "realVolumeGas"^^xsd:string
234 - sp:subject _:b59 319 + ] ;
235 - ] [ sp:object _:b62 ; 320 + sp:predicate
321 + [ sp:varName "volumeScaleGas"^^xsd:string
322 + ] ;
323 + sp:subject _:b23
324 + ] [ sp:object _:b24 ;
236 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; 325 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ;
237 - sp:subject _:b1 326 + sp:subject
327 + [ sp:varName "wellTest"^^xsd:string
328 + ]
238 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 329 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
239 sp:predicate rdf:type ; 330 sp:predicate rdf:type ;
240 - sp:subject _:b62 331 + sp:subject _:b24
241 - ] [ sp:object _:b63 ; 332 + ] [ sp:object
242 - sp:predicate _:b64 ; 333 + [ sp:varName "realShutIn"^^xsd:string
243 - sp:subject _:b62 334 + ] ;
244 - ] [ sp:object _:b65 ; 335 + sp:predicate
336 + [ sp:varName "pressureScaleShutIn"^^xsd:string
337 + ] ;
338 + sp:subject _:b24
339 + ] [ sp:object _:b25 ;
245 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; 340 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ;
246 - sp:subject _:b1 341 + sp:subject
342 + [ sp:varName "wellTest"^^xsd:string
343 + ]
247 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 344 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
248 sp:predicate rdf:type ; 345 sp:predicate rdf:type ;
249 - sp:subject _:b65 346 + sp:subject _:b25
250 - ] [ sp:object _:b66 ; 347 + ] [ sp:object
251 - sp:predicate _:b67 ; 348 + [ sp:varName "realFlowing"^^xsd:string
252 - sp:subject _:b65 349 + ] ;
253 - ] [ sp:object _:b68 ; 350 + sp:predicate
351 + [ sp:varName "pressureScaleFlowing"^^xsd:string
352 + ] ;
353 + sp:subject _:b25
354 + ] [ sp:object _:b26 ;
254 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; 355 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ;
255 - sp:subject _:b1 356 + sp:subject
357 + [ sp:varName "wellTest"^^xsd:string
358 + ]
256 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 359 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
257 sp:predicate rdf:type ; 360 sp:predicate rdf:type ;
258 - sp:subject _:b68 361 + sp:subject _:b26
259 - ] [ sp:object _:b69 ; 362 + ] [ sp:object
260 - sp:predicate _:b70 ; 363 + [ sp:varName "realBottom"^^xsd:string
261 - sp:subject _:b68 364 + ] ;
262 - ] [ sp:object _:b71 ; 365 + sp:predicate
366 + [ sp:varName "pressureScaleBottom"^^xsd:string
367 + ] ;
368 + sp:subject _:b26
369 + ] [ sp:object _:b27 ;
263 sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; 370 sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ;
264 - sp:subject _:b52 371 + sp:subject _:b20
265 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 372 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
266 sp:predicate rdf:type ; 373 sp:predicate rdf:type ;
267 - sp:subject _:b71 374 + sp:subject _:b27
268 - ] [ sp:object _:b72 ; 375 + ] [ sp:object
269 - sp:predicate _:b73 ; 376 + [ sp:varName "realChloride"^^xsd:string
270 - sp:subject _:b71 377 + ] ;
271 - ] [ sp:object _:b74 ; 378 + sp:predicate
379 + [ sp:varName "specificMassScaleChloride"^^xsd:string
380 + ] ;
381 + sp:subject _:b27
382 + ] [ sp:object _:b28 ;
272 sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; 383 sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ;
273 - sp:subject _:b52 384 + sp:subject _:b20
274 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 385 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
275 sp:predicate rdf:type ; 386 sp:predicate rdf:type ;
276 - sp:subject _:b74 387 + sp:subject _:b28
277 - ] [ sp:object _:b75 ; 388 + ] [ sp:object
278 - sp:predicate _:b76 ; 389 + [ sp:varName "realCarbonDioxide"^^xsd:string
279 - sp:subject _:b74 390 + ] ;
280 - ] [ sp:object _:b77 ; 391 + sp:predicate
392 + [ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
393 + ] ;
394 + sp:subject _:b28
395 + ] [ sp:object _:b29 ;
281 sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; 396 sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ;
282 - sp:subject _:b52 397 + sp:subject _:b20
283 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 398 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
284 sp:predicate rdf:type ; 399 sp:predicate rdf:type ;
285 - sp:subject _:b77 400 + sp:subject _:b29
286 - ] [ sp:object _:b78 ; 401 + ] [ sp:object
287 - sp:predicate _:b79 ; 402 + [ sp:varName "realHydrogenSulfide"^^xsd:string
288 - sp:subject _:b77 403 + ] ;
289 - ] [ sp:object _:b80 ; 404 + sp:predicate
405 + [ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string
406 + ] ;
407 + sp:subject _:b29
408 + ] [ sp:object _:b30 ;
290 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ; 409 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ;
291 - sp:subject _:b1 410 + sp:subject
411 + [ sp:varName "wellTest"^^xsd:string
412 + ]
292 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; 413 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
293 sp:predicate rdf:type ; 414 sp:predicate rdf:type ;
294 - sp:subject _:b80 415 + sp:subject _:b30
295 - ] [ sp:object _:b81 ; 416 + ] [ sp:object _:b31 ;
296 sp:predicate rdf:type ; 417 sp:predicate rdf:type ;
297 - sp:subject _:b80 418 + sp:subject _:b30
298 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 419 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
299 sp:predicate rdf:type ; 420 sp:predicate rdf:type ;
300 - sp:subject _:b81 421 + sp:subject _:b31
301 - ] [ sp:object _:b82 ; 422 + ] [ sp:object
302 - sp:predicate _:b83 ; 423 + [ sp:varName "realStored"^^xsd:string
303 - sp:subject _:b81 424 + ] ;
425 + sp:predicate
426 + [ sp:varName "volumeScaleStored"^^xsd:string
427 + ] ;
428 + sp:subject _:b31
304 ]) ; 429 ]) ;
305 - sp:where ([ sp:object _:b84 ; 430 + sp:where ([ sp:object
431 + [ sp:varName "nameWellBore"^^xsd:string
432 + ] ;
306 sp:predicate ep-spin-lib:nameWellbore ; 433 sp:predicate ep-spin-lib:nameWellbore ;
307 sp:subject spin:_this 434 sp:subject spin:_this
308 - ] [ sp:object _:b85 ; 435 + ] [ sp:object
436 + [ sp:varName "dTimStart"^^xsd:string
437 + ] ;
309 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 438 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
310 sp:subject spin:_this 439 sp:subject spin:_this
311 - ] [ sp:object _:b86 ; 440 + ] [ sp:object
441 + [ sp:varName "wellTestInfo"^^xsd:string
442 + ] ;
312 sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ; 443 sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ;
313 sp:subject spin:_this 444 sp:subject spin:_this
314 - ] [ sp:object _:b7 ; 445 + ] [ sp:object
446 + [ sp:varName "dTimWellTest"^^xsd:string
447 + ] ;
315 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 448 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
316 - sp:subject _:b86 449 + sp:subject
317 - ] [ sp:object _:b87 ; 450 + [ sp:varName "wellTestInfo"^^xsd:string
451 + ]
452 + ] [ sp:object
453 + [ sp:varName "enumTestType"^^xsd:string
454 + ] ;
318 sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ; 455 sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ;
319 - sp:subject _:b86 456 + sp:subject
320 - ] [ sp:object _:b8 ; 457 + [ sp:varName "wellTestInfo"^^xsd:string
458 + ]
459 + ] [ sp:object
460 + [ sp:varName "testNumber"^^xsd:string
461 + ] ;
321 sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ; 462 sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ;
322 - sp:subject _:b86 463 + sp:subject
323 - ] [ sp:object _:b88 ; 464 + [ sp:varName "wellTestInfo"^^xsd:string
465 + ]
466 + ] [ sp:object
467 + [ sp:varName "mdTop"^^xsd:string
468 + ] ;
324 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 469 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
325 - sp:subject _:b86 470 + sp:subject
326 - ] [ sp:object _:b89 ; 471 + [ sp:varName "wellTestInfo"^^xsd:string
472 + ]
473 + ] [ sp:object
474 + [ sp:varName "uomMdTop"^^xsd:string
475 + ] ;
327 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 476 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
328 - sp:subject _:b88 477 + sp:subject
329 - ] [ sp:object _:b10 ; 478 + [ sp:varName "mdTop"^^xsd:string
479 + ]
480 + ] [ sp:object
481 + [ sp:varName "realMdTop"^^xsd:string
482 + ] ;
330 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 483 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
331 - sp:subject _:b88 484 + sp:subject
332 - ] [ sp:object _:b90 ; 485 + [ sp:varName "mdTop"^^xsd:string
486 + ]
487 + ] [ sp:object
488 + [ sp:varName "mdBottom"^^xsd:string
489 + ] ;
333 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 490 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
334 - sp:subject _:b86 491 + sp:subject
335 - ] [ sp:object _:b91 ; 492 + [ sp:varName "wellTestInfo"^^xsd:string
493 + ]
494 + ] [ sp:object
495 + [ sp:varName "uomMdBottom"^^xsd:string
496 + ] ;
336 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 497 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
337 - sp:subject _:b90 498 + sp:subject
338 - ] [ sp:object _:b13 ; 499 + [ sp:varName "mdBottom"^^xsd:string
500 + ]
501 + ] [ sp:object
502 + [ sp:varName "realMdBottom"^^xsd:string
503 + ] ;
339 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 504 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
340 - sp:subject _:b90 505 + sp:subject
506 + [ sp:varName "mdBottom"^^xsd:string
507 + ]
341 ] [ rdf:type sp:Optional ; 508 ] [ rdf:type sp:Optional ;
342 - sp:elements ([ sp:object _:b92 ; 509 + sp:elements ([ sp:object
510 + [ sp:varName "tvdTop"^^xsd:string
511 + ] ;
343 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 512 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
344 - sp:subject _:b86 513 + sp:subject
345 - ] [ sp:object _:b93 ; 514 + [ sp:varName "wellTestInfo"^^xsd:string
515 + ]
516 + ] [ sp:object
517 + [ sp:varName "uomTvdTop"^^xsd:string
518 + ] ;
346 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 519 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
347 - sp:subject _:b92 520 + sp:subject
348 - ] [ sp:object _:b16 ; 521 + [ sp:varName "tvdTop"^^xsd:string
522 + ]
523 + ] [ sp:object
524 + [ sp:varName "realTvdTop"^^xsd:string
525 + ] ;
349 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 526 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
350 - sp:subject _:b92 527 + sp:subject
528 + [ sp:varName "tvdTop"^^xsd:string
529 + ]
351 ]) 530 ])
352 ] [ rdf:type sp:Optional ; 531 ] [ rdf:type sp:Optional ;
353 - sp:elements ([ sp:object _:b94 ; 532 + sp:elements ([ sp:object
533 + [ sp:varName "tvdBottom"^^xsd:string
534 + ] ;
354 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 535 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
355 - sp:subject _:b86 536 + sp:subject
356 - ] [ sp:object _:b95 ; 537 + [ sp:varName "wellTestInfo"^^xsd:string
538 + ]
539 + ] [ sp:object
540 + [ sp:varName "uomTvdBottom"^^xsd:string
541 + ] ;
357 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 542 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
358 - sp:subject _:b94 543 + sp:subject
359 - ] [ sp:object _:b19 ; 544 + [ sp:varName "tvdBottom"^^xsd:string
545 + ]
546 + ] [ sp:object
547 + [ sp:varName "realTvdBottom"^^xsd:string
548 + ] ;
360 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 549 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
361 - sp:subject _:b94 550 + sp:subject
551 + [ sp:varName "tvdBottom"^^xsd:string
552 + ]
362 ]) 553 ])
363 - ] [ sp:object _:b96 ; 554 + ] [ sp:object
555 + [ sp:varName "chokeOrificeSize"^^xsd:string
556 + ] ;
364 sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ; 557 sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ;
365 - sp:subject _:b86 558 + sp:subject
366 - ] [ sp:object _:b97 ; 559 + [ sp:varName "wellTestInfo"^^xsd:string
560 + ]
561 + ] [ sp:object
562 + [ sp:varName "uomOrifice"^^xsd:string
563 + ] ;
367 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 564 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
368 - sp:subject _:b96 565 + sp:subject
369 - ] [ sp:object _:b23 ; 566 + [ sp:varName "chokeOrificeSize"^^xsd:string
567 + ]
568 + ] [ sp:object
569 + [ sp:varName "realOrifice"^^xsd:string
570 + ] ;
370 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 571 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
371 - sp:subject _:b96 572 + sp:subject
372 - ] [ sp:object _:b98 ; 573 + [ sp:varName "chokeOrificeSize"^^xsd:string
574 + ]
575 + ] [ sp:object
576 + [ sp:varName "densityOil"^^xsd:string
577 + ] ;
373 sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ; 578 sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ;
374 - sp:subject _:b86 579 + sp:subject
375 - ] [ sp:object _:b99 ; 580 + [ sp:varName "wellTestInfo"^^xsd:string
581 + ]
582 + ] [ sp:object
583 + [ sp:varName "uomDensityOil"^^xsd:string
584 + ] ;
376 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 585 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
377 - sp:subject _:b98 586 + sp:subject
378 - ] [ sp:object _:b44 ; 587 + [ sp:varName "densityOil"^^xsd:string
588 + ]
589 + ] [ sp:object
590 + [ sp:varName "realDensityOil"^^xsd:string
591 + ] ;
379 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 592 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
380 - sp:subject _:b98 593 + sp:subject
381 - ] [ sp:object _:b100 ; 594 + [ sp:varName "densityOil"^^xsd:string
595 + ]
596 + ] [ sp:object
597 + [ sp:varName "densityWater"^^xsd:string
598 + ] ;
382 sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ; 599 sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ;
383 - sp:subject _:b86 600 + sp:subject
384 - ] [ sp:object _:b101 ; 601 + [ sp:varName "wellTestInfo"^^xsd:string
602 + ]
603 + ] [ sp:object
604 + [ sp:varName "uomDensityWater"^^xsd:string
605 + ] ;
385 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 606 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
386 - sp:subject _:b100 607 + sp:subject
387 - ] [ sp:object _:b34 ; 608 + [ sp:varName "densityWater"^^xsd:string
609 + ]
610 + ] [ sp:object
611 + [ sp:varName "realDensityWater"^^xsd:string
612 + ] ;
388 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 613 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
389 - sp:subject _:b100 614 + sp:subject
390 - ] [ sp:object _:b102 ; 615 + [ sp:varName "densityWater"^^xsd:string
616 + ]
617 + ] [ sp:object
618 + [ sp:varName "densityGas"^^xsd:string
619 + ] ;
391 sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ; 620 sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ;
392 - sp:subject _:b86 621 + sp:subject
393 - ] [ sp:object _:b103 ; 622 + [ sp:varName "wellTestInfo"^^xsd:string
623 + ]
624 + ] [ sp:object
625 + [ sp:varName "uomDensityGas"^^xsd:string
626 + ] ;
394 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 627 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
395 - sp:subject _:b102 628 + sp:subject
396 - ] [ sp:object _:b54 ; 629 + [ sp:varName "densityGas"^^xsd:string
630 + ]
631 + ] [ sp:object
632 + [ sp:varName "realDensityGas"^^xsd:string
633 + ] ;
397 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 634 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
398 - sp:subject _:b102 635 + sp:subject
399 - ] [ sp:object _:b104 ; 636 + [ sp:varName "densityGas"^^xsd:string
637 + ]
638 + ] [ sp:object
639 + [ sp:varName "flowRateOil"^^xsd:string
640 + ] ;
400 sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ; 641 sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ;
401 - sp:subject _:b86 642 + sp:subject
402 - ] [ sp:object _:b105 ; 643 + [ sp:varName "wellTestInfo"^^xsd:string
644 + ]
645 + ] [ sp:object
646 + [ sp:varName "uomFlowRateOil"^^xsd:string
647 + ] ;
403 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 648 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
404 - sp:subject _:b104 649 + sp:subject
405 - ] [ sp:object _:b47 ; 650 + [ sp:varName "flowRateOil"^^xsd:string
651 + ]
652 + ] [ sp:object
653 + [ sp:varName "realFlowRateOil"^^xsd:string
654 + ] ;
406 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 655 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
407 - sp:subject _:b104 656 + sp:subject
408 - ] [ sp:object _:b106 ; 657 + [ sp:varName "flowRateOil"^^xsd:string
658 + ]
659 + ] [ sp:object
660 + [ sp:varName "flowRateWater"^^xsd:string
661 + ] ;
409 sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ; 662 sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ;
410 - sp:subject _:b86 663 + sp:subject
411 - ] [ sp:object _:b107 ; 664 + [ sp:varName "wellTestInfo"^^xsd:string
665 + ]
666 + ] [ sp:object
667 + [ sp:varName "uomFlowRateWater"^^xsd:string
668 + ] ;
412 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 669 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
413 - sp:subject _:b106 670 + sp:subject
414 - ] [ sp:object _:b37 ; 671 + [ sp:varName "flowRateWater"^^xsd:string
672 + ]
673 + ] [ sp:object
674 + [ sp:varName "realFlowRateWater"^^xsd:string
675 + ] ;
415 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 676 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
416 - sp:subject _:b106 677 + sp:subject
417 - ] [ sp:object _:b108 ; 678 + [ sp:varName "flowRateWater"^^xsd:string
679 + ]
680 + ] [ sp:object
681 + [ sp:varName "flowRateGas"^^xsd:string
682 + ] ;
418 sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ; 683 sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ;
419 - sp:subject _:b86 684 + sp:subject
420 - ] [ sp:object _:b109 ; 685 + [ sp:varName "wellTestInfo"^^xsd:string
686 + ]
687 + ] [ sp:object
688 + [ sp:varName "uomFlowRateGas"^^xsd:string
689 + ] ;
421 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 690 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
422 - sp:subject _:b108 691 + sp:subject
423 - ] [ sp:object _:b57 ; 692 + [ sp:varName "flowRateGas"^^xsd:string
693 + ]
694 + ] [ sp:object
695 + [ sp:varName "realFlowRateGas"^^xsd:string
696 + ] ;
424 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 697 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
425 - sp:subject _:b108 698 + sp:subject
426 - ] [ sp:object _:b110 ; 699 + [ sp:varName "flowRateGas"^^xsd:string
700 + ]
701 + ] [ sp:object
702 + [ sp:varName "presShutIn"^^xsd:string
703 + ] ;
427 sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ; 704 sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ;
428 - sp:subject _:b86 705 + sp:subject
429 - ] [ sp:object _:b111 ; 706 + [ sp:varName "wellTestInfo"^^xsd:string
707 + ]
708 + ] [ sp:object
709 + [ sp:varName "uomShutIn"^^xsd:string
710 + ] ;
430 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 711 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
431 - sp:subject _:b110 712 + sp:subject
432 - ] [ sp:object _:b63 ; 713 + [ sp:varName "presShutIn"^^xsd:string
714 + ]
715 + ] [ sp:object
716 + [ sp:varName "realShutIn"^^xsd:string
717 + ] ;
433 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 718 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
434 - sp:subject _:b110 719 + sp:subject
435 - ] [ sp:object _:b112 ; 720 + [ sp:varName "presShutIn"^^xsd:string
721 + ]
722 + ] [ sp:object
723 + [ sp:varName "presFlowing"^^xsd:string
724 + ] ;
436 sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ; 725 sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ;
437 - sp:subject _:b86 726 + sp:subject
438 - ] [ sp:object _:b113 ; 727 + [ sp:varName "wellTestInfo"^^xsd:string
728 + ]
729 + ] [ sp:object
730 + [ sp:varName "uomFlowing"^^xsd:string
731 + ] ;
439 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 732 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
440 - sp:subject _:b112 733 + sp:subject
441 - ] [ sp:object _:b66 ; 734 + [ sp:varName "presFlowing"^^xsd:string
735 + ]
736 + ] [ sp:object
737 + [ sp:varName "realFlowing"^^xsd:string
738 + ] ;
442 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 739 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
443 - sp:subject _:b112 740 + sp:subject
444 - ] [ sp:object _:b114 ; 741 + [ sp:varName "presFlowing"^^xsd:string
742 + ]
743 + ] [ sp:object
744 + [ sp:varName "presBottom"^^xsd:string
745 + ] ;
445 sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ; 746 sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ;
446 - sp:subject _:b86 747 + sp:subject
447 - ] [ sp:object _:b115 ; 748 + [ sp:varName "wellTestInfo"^^xsd:string
749 + ]
750 + ] [ sp:object
751 + [ sp:varName "uomBottom"^^xsd:string
752 + ] ;
448 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 753 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
449 - sp:subject _:b114 754 + sp:subject
450 - ] [ sp:object _:b69 ; 755 + [ sp:varName "presBottom"^^xsd:string
756 + ]
757 + ] [ sp:object
758 + [ sp:varName "realBottom"^^xsd:string
759 + ] ;
451 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 760 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
452 - sp:subject _:b114 761 + sp:subject
453 - ] [ sp:object _:b116 ; 762 + [ sp:varName "presBottom"^^xsd:string
763 + ]
764 + ] [ sp:object
765 + [ sp:varName "gasOilRatio"^^xsd:string
766 + ] ;
454 sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ; 767 sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ;
455 - sp:subject _:b86 768 + sp:subject
456 - ] [ sp:object _:b117 ; 769 + [ sp:varName "wellTestInfo"^^xsd:string
770 + ]
771 + ] [ sp:object
772 + [ sp:varName "uomGasOil"^^xsd:string
773 + ] ;
457 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 774 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
458 - sp:subject _:b116 775 + sp:subject
459 - ] [ sp:object _:b30 ; 776 + [ sp:varName "gasOilRatio"^^xsd:string
777 + ]
778 + ] [ sp:object
779 + [ sp:varName "realGasOil"^^xsd:string
780 + ] ;
460 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 781 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
461 - sp:subject _:b116 782 + sp:subject
462 - ] [ sp:object _:b118 ; 783 + [ sp:varName "gasOilRatio"^^xsd:string
784 + ]
785 + ] [ sp:object
786 + [ sp:varName "waterOilRatio"^^xsd:string
787 + ] ;
463 sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ; 788 sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ;
464 - sp:subject _:b86 789 + sp:subject
465 - ] [ sp:object _:b119 ; 790 + [ sp:varName "wellTestInfo"^^xsd:string
791 + ]
792 + ] [ sp:object
793 + [ sp:varName "uomWaterOil"^^xsd:string
794 + ] ;
466 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 795 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
467 - sp:subject _:b118 796 + sp:subject
468 - ] [ sp:object _:b27 ; 797 + [ sp:varName "waterOilRatio"^^xsd:string
798 + ]
799 + ] [ sp:object
800 + [ sp:varName "realWaterOil"^^xsd:string
801 + ] ;
469 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 802 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
470 - sp:subject _:b118 803 + sp:subject
471 - ] [ sp:object _:b120 ; 804 + [ sp:varName "waterOilRatio"^^xsd:string
805 + ]
806 + ] [ sp:object
807 + [ sp:varName "chloride"^^xsd:string
808 + ] ;
472 sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ; 809 sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ;
473 - sp:subject _:b86 810 + sp:subject
474 - ] [ sp:object _:b121 ; 811 + [ sp:varName "wellTestInfo"^^xsd:string
812 + ]
813 + ] [ sp:object
814 + [ sp:varName "uomChloride"^^xsd:string
815 + ] ;
475 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 816 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
476 - sp:subject _:b120 817 + sp:subject
477 - ] [ sp:object _:b72 ; 818 + [ sp:varName "chloride"^^xsd:string
819 + ]
820 + ] [ sp:object
821 + [ sp:varName "realChloride"^^xsd:string
822 + ] ;
478 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 823 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
479 - sp:subject _:b120 824 + sp:subject
480 - ] [ sp:object _:b122 ; 825 + [ sp:varName "chloride"^^xsd:string
826 + ]
827 + ] [ sp:object
828 + [ sp:varName "carbonDioxide"^^xsd:string
829 + ] ;
481 sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ; 830 sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ;
482 - sp:subject _:b86 831 + sp:subject
483 - ] [ sp:object _:b123 ; 832 + [ sp:varName "wellTestInfo"^^xsd:string
833 + ]
834 + ] [ sp:object
835 + [ sp:varName "uomCarbonDioxide"^^xsd:string
836 + ] ;
484 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 837 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
485 - sp:subject _:b122 838 + sp:subject
486 - ] [ sp:object _:b75 ; 839 + [ sp:varName "carbonDioxide"^^xsd:string
840 + ]
841 + ] [ sp:object
842 + [ sp:varName "realCarbonDioxide"^^xsd:string
843 + ] ;
487 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 844 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
488 - sp:subject _:b122 845 + sp:subject
489 - ] [ sp:object _:b124 ; 846 + [ sp:varName "carbonDioxide"^^xsd:string
847 + ]
848 + ] [ sp:object
849 + [ sp:varName "hydrogenSulfide"^^xsd:string
850 + ] ;
490 sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ; 851 sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ;
491 - sp:subject _:b86 852 + sp:subject
492 - ] [ sp:object _:b125 ; 853 + [ sp:varName "wellTestInfo"^^xsd:string
854 + ]
855 + ] [ sp:object
856 + [ sp:varName "uomHydrogenSulfide"^^xsd:string
857 + ] ;
493 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 858 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
494 - sp:subject _:b124 859 + sp:subject
495 - ] [ sp:object _:b78 ; 860 + [ sp:varName "hydrogenSulfide"^^xsd:string
861 + ]
862 + ] [ sp:object
863 + [ sp:varName "realHydrogenSulfide"^^xsd:string
864 + ] ;
496 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 865 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
497 - sp:subject _:b124 866 + sp:subject
498 - ] [ sp:object _:b126 ; 867 + [ sp:varName "hydrogenSulfide"^^xsd:string
868 + ]
869 + ] [ sp:object
870 + [ sp:varName "volOilTotal"^^xsd:string
871 + ] ;
499 sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ; 872 sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ;
500 - sp:subject _:b86 873 + sp:subject
501 - ] [ sp:object _:b127 ; 874 + [ sp:varName "wellTestInfo"^^xsd:string
875 + ]
876 + ] [ sp:object
877 + [ sp:varName "uomVolumeOil"^^xsd:string
878 + ] ;
502 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 879 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
503 - sp:subject _:b126 880 + sp:subject
504 - ] [ sp:object _:b50 ; 881 + [ sp:varName "volOilTotal"^^xsd:string
882 + ]
883 + ] [ sp:object
884 + [ sp:varName "realVolumeOil"^^xsd:string
885 + ] ;
505 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 886 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
506 - sp:subject _:b126 887 + sp:subject
507 - ] [ sp:object _:b128 ; 888 + [ sp:varName "volOilTotal"^^xsd:string
889 + ]
890 + ] [ sp:object
891 + [ sp:varName "volGasTotal"^^xsd:string
892 + ] ;
508 sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ; 893 sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ;
509 - sp:subject _:b86 894 + sp:subject
510 - ] [ sp:object _:b129 ; 895 + [ sp:varName "wellTestInfo"^^xsd:string
896 + ]
897 + ] [ sp:object
898 + [ sp:varName "uomVolumeGas"^^xsd:string
899 + ] ;
511 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 900 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
512 - sp:subject _:b128 901 + sp:subject
513 - ] [ sp:object _:b60 ; 902 + [ sp:varName "volGasTotal"^^xsd:string
903 + ]
904 + ] [ sp:object
905 + [ sp:varName "realVolumeGas"^^xsd:string
906 + ] ;
514 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 907 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
515 - sp:subject _:b128 908 + sp:subject
516 - ] [ sp:object _:b130 ; 909 + [ sp:varName "volGasTotal"^^xsd:string
910 + ]
911 + ] [ sp:object
912 + [ sp:varName "volWaterTotal"^^xsd:string
913 + ] ;
517 sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ; 914 sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ;
518 - sp:subject _:b86 915 + sp:subject
519 - ] [ sp:object _:b131 ; 916 + [ sp:varName "wellTestInfo"^^xsd:string
917 + ]
918 + ] [ sp:object
919 + [ sp:varName "uomVolumeWater"^^xsd:string
920 + ] ;
520 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 921 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
521 - sp:subject _:b130 922 + sp:subject
522 - ] [ sp:object _:b40 ; 923 + [ sp:varName "volWaterTotal"^^xsd:string
924 + ]
925 + ] [ sp:object
926 + [ sp:varName "realVolumeWater"^^xsd:string
927 + ] ;
523 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 928 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
524 - sp:subject _:b130 929 + sp:subject
525 - ] [ sp:object _:b132 ; 930 + [ sp:varName "volWaterTotal"^^xsd:string
931 + ]
932 + ] [ sp:object
933 + [ sp:varName "volOilStored"^^xsd:string
934 + ] ;
526 sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ; 935 sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ;
527 - sp:subject _:b86 936 + sp:subject
528 - ] [ sp:object _:b133 ; 937 + [ sp:varName "wellTestInfo"^^xsd:string
938 + ]
939 + ] [ sp:object
940 + [ sp:varName "uomStored"^^xsd:string
941 + ] ;
529 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 942 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
530 - sp:subject _:b132 943 + sp:subject
531 - ] [ sp:object _:b82 ; 944 + [ sp:varName "volOilStored"^^xsd:string
945 + ]
946 + ] [ sp:object
947 + [ sp:varName "realStored"^^xsd:string
948 + ] ;
532 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 949 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
533 - sp:subject _:b132 950 + sp:subject
951 + [ sp:varName "volOilStored"^^xsd:string
952 + ]
534 ] [ rdf:type sp:Bind ; 953 ] [ rdf:type sp:Bind ;
535 sp:expression 954 sp:expression
536 [ rdf:type ep-spin-lib:normalizeString ; 955 [ rdf:type ep-spin-lib:normalizeString ;
537 - sp:arg1 _:b84 956 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
957 + ]
538 ] ; 958 ] ;
539 - sp:variable _:b134 959 + sp:variable
960 + [ sp:varName "normalizedWellBoreName"^^xsd:string
961 + ]
540 ] [ rdf:type sp:Bind ; 962 ] [ rdf:type sp:Bind ;
541 sp:expression 963 sp:expression
542 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 964 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
543 - sp:arg1 _:b134 ; 965 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
544 - sp:arg2 _:b85 966 + ] ;
967 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
968 + ]
545 ] ; 969 ] ;
546 - sp:variable _:b2 970 + sp:variable
971 + [ sp:varName "dailyDrillingActivity"^^xsd:string
972 + ]
547 ] [ rdf:type sp:Bind ; 973 ] [ rdf:type sp:Bind ;
548 sp:expression 974 sp:expression
549 [ rdf:type afn:localname ; 975 [ rdf:type afn:localname ;
550 - sp:arg1 _:b86 976 + sp:arg1 [ sp:varName "wellTestInfo"^^xsd:string
977 + ]
551 ] ; 978 ] ;
552 - sp:variable _:b135 979 + sp:variable
980 + [ sp:varName "localname"^^xsd:string
981 + ]
553 ] [ rdf:type sp:Bind ; 982 ] [ rdf:type sp:Bind ;
554 sp:expression 983 sp:expression
555 [ rdf:type ep-spin-lib:buildWellTestURI ; 984 [ rdf:type ep-spin-lib:buildWellTestURI ;
556 - sp:arg1 _:b134 ; 985 + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
557 - sp:arg2 _:b135 986 + ] ;
987 + sp:arg2 [ sp:varName "dTimStart"^^xsd:string
988 + ] ;
989 + sp:arg3 [ sp:varName "localname"^^xsd:string
990 + ]
558 ] ; 991 ] ;
559 - sp:variable _:b1 992 + sp:variable
993 + [ sp:varName "wellTest"^^xsd:string
994 + ]
560 ] [ rdf:type sp:Bind ; 995 ] [ rdf:type sp:Bind ;
561 sp:expression 996 sp:expression
562 [ rdf:type ep-spin-lib:selectWellTestType ; 997 [ rdf:type ep-spin-lib:selectWellTestType ;
563 - sp:arg1 _:b87 998 + sp:arg1 [ sp:varName "enumTestType"^^xsd:string
999 + ]
564 ] ; 1000 ] ;
565 - sp:variable _:b6 1001 + sp:variable
1002 + [ sp:varName "wellTestType"^^xsd:string
1003 + ]
566 ] [ rdf:type sp:Bind ; 1004 ] [ rdf:type sp:Bind ;
567 sp:expression 1005 sp:expression
568 [ rdf:type ep-spin-lib:selectLengthScale ; 1006 [ rdf:type ep-spin-lib:selectLengthScale ;
569 - sp:arg1 _:b89 1007 + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string
1008 + ]
570 ] ; 1009 ] ;
571 - sp:variable _:b11 1010 + sp:variable
1011 + [ sp:varName "lengthScaleMdTop"^^xsd:string
1012 + ]
572 ] [ rdf:type sp:Bind ; 1013 ] [ rdf:type sp:Bind ;
573 sp:expression 1014 sp:expression
574 [ rdf:type ep-spin-lib:selectLengthScale ; 1015 [ rdf:type ep-spin-lib:selectLengthScale ;
575 - sp:arg1 _:b93 1016 + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string
1017 + ]
576 ] ; 1018 ] ;
577 - sp:variable _:b17 1019 + sp:variable
1020 + [ sp:varName "lengthScaleTvdTop"^^xsd:string
1021 + ]
578 ] [ rdf:type sp:Bind ; 1022 ] [ rdf:type sp:Bind ;
579 sp:expression 1023 sp:expression
580 [ rdf:type ep-spin-lib:selectLengthScale ; 1024 [ rdf:type ep-spin-lib:selectLengthScale ;
581 - sp:arg1 _:b91 1025 + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string
1026 + ]
582 ] ; 1027 ] ;
583 - sp:variable _:b14 1028 + sp:variable
1029 + [ sp:varName "lengthScaleMdBottom"^^xsd:string
1030 + ]
584 ] [ rdf:type sp:Bind ; 1031 ] [ rdf:type sp:Bind ;
585 sp:expression 1032 sp:expression
586 [ rdf:type ep-spin-lib:selectLengthScale ; 1033 [ rdf:type ep-spin-lib:selectLengthScale ;
587 - sp:arg1 _:b95 1034 + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string
1035 + ]
588 ] ; 1036 ] ;
589 - sp:variable _:b20 1037 + sp:variable
1038 + [ sp:varName "lengthScaleTvdBottom"^^xsd:string
1039 + ]
590 ] [ rdf:type sp:Bind ; 1040 ] [ rdf:type sp:Bind ;
591 sp:expression 1041 sp:expression
592 [ rdf:type ep-spin-lib:selectLengthScale ; 1042 [ rdf:type ep-spin-lib:selectLengthScale ;
593 - sp:arg1 _:b97 1043 + sp:arg1 [ sp:varName "uomOrifice"^^xsd:string
1044 + ]
594 ] ; 1045 ] ;
595 - sp:variable _:b24 1046 + sp:variable
1047 + [ sp:varName "lengthScaleOrifice"^^xsd:string
1048 + ]
596 ] [ rdf:type sp:Bind ; 1049 ] [ rdf:type sp:Bind ;
597 sp:expression 1050 sp:expression
598 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 1051 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
599 - sp:arg1 _:b119 1052 + sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string
1053 + ]
600 ] ; 1054 ] ;
601 - sp:variable _:b28 1055 + sp:variable
1056 + [ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
1057 + ]
602 ] [ rdf:type sp:Bind ; 1058 ] [ rdf:type sp:Bind ;
603 sp:expression 1059 sp:expression
604 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 1060 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
605 - sp:arg1 _:b117 1061 + sp:arg1 [ sp:varName "uomGasOil"^^xsd:string
1062 + ]
606 ] ; 1063 ] ;
607 - sp:variable _:b31 1064 + sp:variable
1065 + [ sp:varName "specificVolumeScaleGasOil"^^xsd:string
1066 + ]
608 ] [ rdf:type sp:Bind ; 1067 ] [ rdf:type sp:Bind ;
609 sp:expression 1068 sp:expression
610 [ rdf:type ep-spin-lib:selectDensityScale ; 1069 [ rdf:type ep-spin-lib:selectDensityScale ;
611 - sp:arg1 _:b101 1070 + sp:arg1 [ sp:varName "uomDensityWater"^^xsd:string
1071 + ]
612 ] ; 1072 ] ;
613 - sp:variable _:b35 1073 + sp:variable
1074 + [ sp:varName "densityScaleWater"^^xsd:string
1075 + ]
614 ] [ rdf:type sp:Bind ; 1076 ] [ rdf:type sp:Bind ;
615 sp:expression 1077 sp:expression
616 [ rdf:type ep-spin-lib:selectDensityScale ; 1078 [ rdf:type ep-spin-lib:selectDensityScale ;
617 - sp:arg1 _:b99 1079 + sp:arg1 [ sp:varName "uomDensityOil"^^xsd:string
1080 + ]
618 ] ; 1081 ] ;
619 - sp:variable _:b45 1082 + sp:variable
1083 + [ sp:varName "densityScaleOil"^^xsd:string
1084 + ]
620 ] [ rdf:type sp:Bind ; 1085 ] [ rdf:type sp:Bind ;
621 sp:expression 1086 sp:expression
622 [ rdf:type ep-spin-lib:selectDensityScale ; 1087 [ rdf:type ep-spin-lib:selectDensityScale ;
623 - sp:arg1 _:b103 1088 + sp:arg1 [ sp:varName "uomDensityGas"^^xsd:string
1089 + ]
624 ] ; 1090 ] ;
625 - sp:variable _:b55 1091 + sp:variable
1092 + [ sp:varName "densityScaleGas"^^xsd:string
1093 + ]
626 ] [ rdf:type sp:Bind ; 1094 ] [ rdf:type sp:Bind ;
627 sp:expression 1095 sp:expression
628 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 1096 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
629 - sp:arg1 _:b109 1097 + sp:arg1 [ sp:varName "uomFlowRateGas"^^xsd:string
1098 + ]
630 ] ; 1099 ] ;
631 - sp:variable _:b58 1100 + sp:variable
1101 + [ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
1102 + ]
632 ] [ rdf:type sp:Bind ; 1103 ] [ rdf:type sp:Bind ;
633 sp:expression 1104 sp:expression
634 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 1105 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
635 - sp:arg1 _:b107 1106 + sp:arg1 [ sp:varName "uomFlowRateWater"^^xsd:string
1107 + ]
636 ] ; 1108 ] ;
637 - sp:variable _:b38 1109 + sp:variable
1110 + [ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
1111 + ]
638 ] [ rdf:type sp:Bind ; 1112 ] [ rdf:type sp:Bind ;
639 sp:expression 1113 sp:expression
640 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 1114 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
641 - sp:arg1 _:b105 1115 + sp:arg1 [ sp:varName "uomFlowRateOil"^^xsd:string
1116 + ]
642 ] ; 1117 ] ;
643 - sp:variable _:b48 1118 + sp:variable
1119 + [ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
1120 + ]
644 ] [ rdf:type sp:Bind ; 1121 ] [ rdf:type sp:Bind ;
645 sp:expression 1122 sp:expression
646 [ rdf:type ep-spin-lib:selectVolumeScale ; 1123 [ rdf:type ep-spin-lib:selectVolumeScale ;
647 - sp:arg1 _:b127 1124 + sp:arg1 [ sp:varName "uomVolumeOil"^^xsd:string
1125 + ]
648 ] ; 1126 ] ;
649 - sp:variable _:b51 1127 + sp:variable
1128 + [ sp:varName "volumeScaleOil"^^xsd:string
1129 + ]
650 ] [ rdf:type sp:Bind ; 1130 ] [ rdf:type sp:Bind ;
651 sp:expression 1131 sp:expression
652 [ rdf:type ep-spin-lib:selectVolumeScale ; 1132 [ rdf:type ep-spin-lib:selectVolumeScale ;
653 - sp:arg1 _:b129 1133 + sp:arg1 [ sp:varName "uomVolumeGas"^^xsd:string
1134 + ]
654 ] ; 1135 ] ;
655 - sp:variable _:b61 1136 + sp:variable
1137 + [ sp:varName "volumeScaleGas"^^xsd:string
1138 + ]
656 ] [ rdf:type sp:Bind ; 1139 ] [ rdf:type sp:Bind ;
657 sp:expression 1140 sp:expression
658 [ rdf:type ep-spin-lib:selectVolumeScale ; 1141 [ rdf:type ep-spin-lib:selectVolumeScale ;
659 - sp:arg1 _:b131 1142 + sp:arg1 [ sp:varName "uomVolumeWater"^^xsd:string
1143 + ]
660 ] ; 1144 ] ;
661 - sp:variable _:b41 1145 + sp:variable
1146 + [ sp:varName "volumeScaleWater"^^xsd:string
1147 + ]
662 ] [ rdf:type sp:Bind ; 1148 ] [ rdf:type sp:Bind ;
663 sp:expression 1149 sp:expression
664 [ rdf:type ep-spin-lib:selectVolumeScale ; 1150 [ rdf:type ep-spin-lib:selectVolumeScale ;
665 - sp:arg1 _:b133 1151 + sp:arg1 [ sp:varName "uomStored"^^xsd:string
1152 + ]
666 ] ; 1153 ] ;
667 - sp:variable _:b83 1154 + sp:variable
1155 + [ sp:varName "volumeScaleStored"^^xsd:string
1156 + ]
668 ] [ rdf:type sp:Bind ; 1157 ] [ rdf:type sp:Bind ;
669 sp:expression 1158 sp:expression
670 [ rdf:type ep-spin-lib:selectPressureScale ; 1159 [ rdf:type ep-spin-lib:selectPressureScale ;
671 - sp:arg1 _:b111 1160 + sp:arg1 [ sp:varName "uomShutIn"^^xsd:string
1161 + ]
672 ] ; 1162 ] ;
673 - sp:variable _:b64 1163 + sp:variable
1164 + [ sp:varName "pressureScaleShutIn"^^xsd:string
1165 + ]
674 ] [ rdf:type sp:Bind ; 1166 ] [ rdf:type sp:Bind ;
675 sp:expression 1167 sp:expression
676 [ rdf:type ep-spin-lib:selectPressureScale ; 1168 [ rdf:type ep-spin-lib:selectPressureScale ;
677 - sp:arg1 _:b113 1169 + sp:arg1 [ sp:varName "uomFlowing"^^xsd:string
1170 + ]
678 ] ; 1171 ] ;
679 - sp:variable _:b67 1172 + sp:variable
1173 + [ sp:varName "pressureScaleFlowing"^^xsd:string
1174 + ]
680 ] [ rdf:type sp:Bind ; 1175 ] [ rdf:type sp:Bind ;
681 sp:expression 1176 sp:expression
682 [ rdf:type ep-spin-lib:selectPressureScale ; 1177 [ rdf:type ep-spin-lib:selectPressureScale ;
683 - sp:arg1 _:b115 1178 + sp:arg1 [ sp:varName "uomBottom"^^xsd:string
1179 + ]
684 ] ; 1180 ] ;
685 - sp:variable _:b70 1181 + sp:variable
1182 + [ sp:varName "pressureScaleBottom"^^xsd:string
1183 + ]
686 ] [ rdf:type sp:Bind ; 1184 ] [ rdf:type sp:Bind ;
687 sp:expression 1185 sp:expression
688 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 1186 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
689 - sp:arg1 _:b121 1187 + sp:arg1 [ sp:varName "uomChloride"^^xsd:string
1188 + ]
690 ] ; 1189 ] ;
691 - sp:variable _:b73 1190 + sp:variable
1191 + [ sp:varName "specificMassScaleChloride"^^xsd:string
1192 + ]
692 ] [ rdf:type sp:Bind ; 1193 ] [ rdf:type sp:Bind ;
693 sp:expression 1194 sp:expression
694 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 1195 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
695 - sp:arg1 _:b123 1196 + sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string
1197 + ]
696 ] ; 1198 ] ;
697 - sp:variable _:b76 1199 + sp:variable
1200 + [ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
1201 + ]
698 ] [ rdf:type sp:Bind ; 1202 ] [ rdf:type sp:Bind ;
699 sp:expression 1203 sp:expression
700 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 1204 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
701 - sp:arg1 _:b125 1205 + sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string
1206 + ]
702 ] ; 1207 ] ;
703 - sp:variable _:b79 1208 + sp:variable
1209 + [ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string
1210 + ]
704 ] [ rdf:type sp:Bind ; 1211 ] [ rdf:type sp:Bind ;
705 sp:expression 1212 sp:expression
706 [ rdf:type rhspin:wellBoreByName ; 1213 [ rdf:type rhspin:wellBoreByName ;
707 arg:wellBoreName 1214 arg:wellBoreName
708 [ rdf:type xsd:string ; 1215 [ rdf:type xsd:string ;
709 - sp:arg1 _:b84 1216 + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
1217 + ]
710 ] 1218 ]
711 ] ; 1219 ] ;
712 - sp:variable _:b5 1220 + sp:variable
1221 + [ sp:varName "wellBore"^^xsd:string
1222 + ]
713 ]) 1223 ])
714 ] . 1224 ] .
715 -
716 -_:b84
717 - sp:varName "nameWellBore"^^xsd:string .
718 -
719 -_:b85
720 - sp:varName "dTimStart"^^xsd:string .
721 -
722 -_:b86
723 - sp:varName "wellTestInfo"^^xsd:string .
724 -
725 -_:b7 sp:varName "dTimWellTest"^^xsd:string .
726 -
727 -_:b87
728 - sp:varName "enumTestType"^^xsd:string .
729 -
730 -_:b8 sp:varName "testNumber"^^xsd:string .
731 -
732 -_:b88
733 - sp:varName "mdTop"^^xsd:string .
734 -
735 -_:b89
736 - sp:varName "uomMdTop"^^xsd:string .
737 -
738 -_:b10
739 - sp:varName "realMdTop"^^xsd:string .
740 -
741 -_:b90
742 - sp:varName "mdBottom"^^xsd:string .
743 -
744 -_:b91
745 - sp:varName "uomMdBottom"^^xsd:string .
746 -
747 -_:b13
748 - sp:varName "realMdBottom"^^xsd:string .
749 -
750 -_:b92
751 - sp:varName "tvdTop"^^xsd:string .
752 -
753 -_:b93
754 - sp:varName "uomTvdTop"^^xsd:string .
755 -
756 -_:b16
757 - sp:varName "realTvdTop"^^xsd:string .
758 -
759 -_:b94
760 - sp:varName "tvdBottom"^^xsd:string .
761 -
762 -_:b95
763 - sp:varName "uomTvdBottom"^^xsd:string .
764 -
765 -_:b19
766 - sp:varName "realTvdBottom"^^xsd:string .
767 -
768 -_:b96
769 - sp:varName "chokeOrificeSize"^^xsd:string .
770 -
771 -_:b97
772 - sp:varName "uomOrifice"^^xsd:string .
773 -
774 -_:b23
775 - sp:varName "realOrifice"^^xsd:string .
776 -
777 -_:b98
778 - sp:varName "densityOil"^^xsd:string .
779 -
780 -_:b99
781 - sp:varName "uomDensityOil"^^xsd:string .
782 -
783 -_:b44
784 - sp:varName "realDensityOil"^^xsd:string .
785 -
786 -_:b100
787 - sp:varName "densityWater"^^xsd:string .
788 -
789 -_:b101
790 - sp:varName "uomDensityWater"^^xsd:string .
791 -
792 -_:b34
793 - sp:varName "realDensityWater"^^xsd:string .
794 -
795 -_:b102
796 - sp:varName "densityGas"^^xsd:string .
797 -
798 -_:b103
799 - sp:varName "uomDensityGas"^^xsd:string .
800 -
801 -_:b54
802 - sp:varName "realDensityGas"^^xsd:string .
803 -
804 -_:b104
805 - sp:varName "flowRateOil"^^xsd:string .
806 -
807 -_:b105
808 - sp:varName "uomFlowRateOil"^^xsd:string .
809 -
810 -_:b47
811 - sp:varName "realFlowRateOil"^^xsd:string .
812 -
813 -_:b106
814 - sp:varName "flowRateWater"^^xsd:string .
815 -
816 -_:b107
817 - sp:varName "uomFlowRateWater"^^xsd:string .
818 -
819 -_:b37
820 - sp:varName "realFlowRateWater"^^xsd:string .
821 -
822 -_:b108
823 - sp:varName "flowRateGas"^^xsd:string .
824 -
825 -_:b109
826 - sp:varName "uomFlowRateGas"^^xsd:string .
827 -
828 -_:b57
829 - sp:varName "realFlowRateGas"^^xsd:string .
830 -
831 -_:b110
832 - sp:varName "presShutIn"^^xsd:string .
833 -
834 -_:b111
835 - sp:varName "uomShutIn"^^xsd:string .
836 -
837 -_:b63
838 - sp:varName "realShutIn"^^xsd:string .
839 -
840 -_:b112
841 - sp:varName "presFlowing"^^xsd:string .
842 -
843 -_:b113
844 - sp:varName "uomFlowing"^^xsd:string .
845 -
846 -_:b66
847 - sp:varName "realFlowing"^^xsd:string .
848 -
849 -_:b114
850 - sp:varName "presBottom"^^xsd:string .
851 -
852 -_:b115
853 - sp:varName "uomBottom"^^xsd:string .
854 -
855 -_:b69
856 - sp:varName "realBottom"^^xsd:string .
857 -
858 -_:b116
859 - sp:varName "gasOilRatio"^^xsd:string .
860 -
861 -_:b117
862 - sp:varName "uomGasOil"^^xsd:string .
863 -
864 -_:b30
865 - sp:varName "realGasOil"^^xsd:string .
866 -
867 -_:b118
868 - sp:varName "waterOilRatio"^^xsd:string .
869 -
870 -_:b119
871 - sp:varName "uomWaterOil"^^xsd:string .
872 -
873 -_:b27
874 - sp:varName "realWaterOil"^^xsd:string .
875 -
876 -_:b120
877 - sp:varName "chloride"^^xsd:string .
878 -
879 -_:b121
880 - sp:varName "uomChloride"^^xsd:string .
881 -
882 -_:b72
883 - sp:varName "realChloride"^^xsd:string .
884 -
885 -_:b122
886 - sp:varName "carbonDioxide"^^xsd:string .
887 -
888 -_:b123
889 - sp:varName "uomCarbonDioxide"^^xsd:string .
890 -
891 -_:b75
892 - sp:varName "realCarbonDioxide"^^xsd:string .
893 -
894 -_:b124
895 - sp:varName "hydrogenSulfide"^^xsd:string .
896 -
897 -_:b125
898 - sp:varName "uomHydrogenSulfide"^^xsd:string .
899 -
900 -_:b78
901 - sp:varName "realHydrogenSulfide"^^xsd:string .
902 -
903 -_:b126
904 - sp:varName "volOilTotal"^^xsd:string .
905 -
906 -_:b127
907 - sp:varName "uomVolumeOil"^^xsd:string .
908 -
909 -_:b50
910 - sp:varName "realVolumeOil"^^xsd:string .
911 -
912 -_:b128
913 - sp:varName "volGasTotal"^^xsd:string .
914 -
915 -_:b129
916 - sp:varName "uomVolumeGas"^^xsd:string .
917 -
918 -_:b60
919 - sp:varName "realVolumeGas"^^xsd:string .
920 -
921 -_:b130
922 - sp:varName "volWaterTotal"^^xsd:string .
923 -
924 -_:b131
925 - sp:varName "uomVolumeWater"^^xsd:string .
926 -
927 -_:b40
928 - sp:varName "realVolumeWater"^^xsd:string .
929 -
930 -_:b132
931 - sp:varName "volOilStored"^^xsd:string .
932 -
933 -_:b133
934 - sp:varName "uomStored"^^xsd:string .
935 -
936 -_:b82
937 - sp:varName "realStored"^^xsd:string .
938 -
939 -_:b134
940 - sp:varName "normalizedWellBoreName"^^xsd:string .
941 -
942 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
943 -
944 -_:b135
945 - sp:varName "localname"^^xsd:string .
946 -
947 -_:b1 sp:varName "wellTest"^^xsd:string .
948 -
949 -_:b6 sp:varName "wellTestType"^^xsd:string .
950 -
951 -_:b11
952 - sp:varName "lengthScaleMdTop"^^xsd:string .
953 -
954 -_:b17
955 - sp:varName "lengthScaleTvdTop"^^xsd:string .
956 -
957 -_:b14
958 - sp:varName "lengthScaleMdBottom"^^xsd:string .
959 -
960 -_:b20
961 - sp:varName "lengthScaleTvdBottom"^^xsd:string .
962 -
963 -_:b24
964 - sp:varName "lengthScaleOrifice"^^xsd:string .
965 -
966 -_:b28
967 - sp:varName "specificVolumeScaleWaterOil"^^xsd:string .
968 -
969 -_:b31
970 - sp:varName "specificVolumeScaleGasOil"^^xsd:string .
971 -
972 -_:b35
973 - sp:varName "densityScaleWater"^^xsd:string .
974 -
975 -_:b45
976 - sp:varName "densityScaleOil"^^xsd:string .
977 -
978 -_:b55
979 - sp:varName "densityScaleGas"^^xsd:string .
980 -
981 -_:b58
982 - sp:varName "volumetricFlowRateScaleGas"^^xsd:string .
983 -
984 -_:b38
985 - sp:varName "volumetricFlowRateScaleWater"^^xsd:string .
986 -
987 -_:b48
988 - sp:varName "volumetricFlowRateScaleOil"^^xsd:string .
989 -
990 -_:b51
991 - sp:varName "volumeScaleOil"^^xsd:string .
992 -
993 -_:b61
994 - sp:varName "volumeScaleGas"^^xsd:string .
995 -
996 -_:b41
997 - sp:varName "volumeScaleWater"^^xsd:string .
998 -
999 -_:b83
1000 - sp:varName "volumeScaleStored"^^xsd:string .
1001 -
1002 -_:b64
1003 - sp:varName "pressureScaleShutIn"^^xsd:string .
1004 -
1005 -_:b67
1006 - sp:varName "pressureScaleFlowing"^^xsd:string .
1007 -
1008 -_:b70
1009 - sp:varName "pressureScaleBottom"^^xsd:string .
1010 -
1011 -_:b73
1012 - sp:varName "specificMassScaleChloride"^^xsd:string .
1013 -
1014 -_:b76
1015 - sp:varName "specificMassScaleCarbonDioxide"^^xsd:string .
1016 -
1017 -_:b79
1018 - sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string .
1019 -
1020 -_:b5 sp:varName "wellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
2 # baseURI: null 1 # baseURI: null
3 2
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......