David Leal

Debug cementStage transform

1 -# Saved by TopBraid on Fri Sep 16 18:30:46 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:13:11 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core
3 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model 3 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
4 # imports: http://www.linkedmodel.org/1.2/schema/vaem 4 # imports: http://www.linkedmodel.org/1.2/schema/vaem
...@@ -69,6 +69,11 @@ ep-core:Scale ...@@ -69,6 +69,11 @@ ep-core:Scale
69 rdfs:label "scale"^^xsd:string ; 69 rdfs:label "scale"^^xsd:string ;
70 rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . 70 rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
71 71
72 +ep-core:SpecificVolume
73 + rdf:type rdfs:Class , ep-core:PropertySpace ;
74 + rdfs:label "specific volume"^^xsd:string ;
75 + rdfs:subClassOf owl:Class .
76 +
72 ep-core:Speed 77 ep-core:Speed
73 rdf:type ep-core:PropertySpace , rdfs:Class ; 78 rdf:type ep-core:PropertySpace , rdfs:Class ;
74 rdfs:label "speed"^^xsd:string ; 79 rdfs:label "speed"^^xsd:string ;
...@@ -293,6 +298,11 @@ ep-core:temporalPartOf ...@@ -293,6 +298,11 @@ ep-core:temporalPartOf
293 rdfs:subPropertyOf ep-core:partOf ; 298 rdfs:subPropertyOf ep-core:partOf ;
294 owl:inverseOf ep-core:hasTemporalPart . 299 owl:inverseOf ep-core:hasTemporalPart .
295 300
301 +ep-core:undefinedScale
302 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
303 + rdfs:domain owl:Class ;
304 + rdfs:label "undefined scale"^^xsd:string .
305 +
296 ep-core:usGallon_sack94-1 306 ep-core:usGallon_sack94-1
297 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 307 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
298 rdfs:domain ep-core:Ratio ; 308 rdfs:domain ep-core:Ratio ;
......
1 -# Saved by TopBraid on Fri Sep 16 17:30:05 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:00:29 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/well
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 3 # imports: http://www.reportinghub.no/ep/schema/1.0/core
4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 4 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
...@@ -232,19 +232,14 @@ ep-well:cementingFluidPerCentFreeWater ...@@ -232,19 +232,14 @@ ep-well:cementingFluidPerCentFreeWater
232 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 232 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
233 rdfs:domain ep-well:CementingFluid ; 233 rdfs:domain ep-well:CementingFluid ;
234 rdfs:label "cementing fluid per cent free water"^^xsd:string ; 234 rdfs:label "cementing fluid per cent free water"^^xsd:string ;
235 - rdfs:range ep-core:Ratio . 235 + rdfs:range ep-core:SpecificVolume .
236 236
237 ep-well:cementingFluidThickeningTime 237 ep-well:cementingFluidThickeningTime
238 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 238 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
239 rdfs:domain ep-well:CementingFluid ; 239 rdfs:domain ep-well:CementingFluid ;
240 - rdfs:label "cementing fluid per cent free water"^^xsd:string ; 240 + rdfs:label "cementing fluid thickening time"^^xsd:string ;
241 rdfs:range ep-core:TimeDuration . 241 rdfs:range ep-core:TimeDuration .
242 242
243 -ep-well:diameterOfACasingOfAWellBore
244 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
245 - rdfs:label "diameter of a casing of a wellbore"^^xsd:string ;
246 - rdfs:range ep-core:Length .
247 -
248 ep-well:diameterOfAWellBorePilotHole 243 ep-well:diameterOfAWellBorePilotHole
249 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 244 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
250 rdfs:domain ep-well:WellBorePilotHole ; 245 rdfs:domain ep-well:WellBorePilotHole ;
...@@ -345,7 +340,7 @@ ep-well:ratioOfCementMixToWater ...@@ -345,7 +340,7 @@ ep-well:ratioOfCementMixToWater
345 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 340 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
346 rdfs:domain ep-well:CementingFluid ; 341 rdfs:domain ep-well:CementingFluid ;
347 rdfs:label "ratio of cement mix to water"^^xsd:string ; 342 rdfs:label "ratio of cement mix to water"^^xsd:string ;
348 - rdfs:range ep-core:Ratio . 343 + rdfs:range ep-core:SpecificVolume .
349 344
350 ep-well:shutInCasingPressure 345 ep-well:shutInCasingPressure
351 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 346 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
......
1 -# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Wed Sep 14 23:50:25 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Sun Sep 18 20:21:41 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/check
3 +# imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://spinrdf.org/spin
6 +
7 +@prefix : <http://www.reportinghub.no/ep/transform/check#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix sp: <http://spinrdf.org/sp#> .
12 +@prefix spin: <http://spinrdf.org/spin#> .
13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 +
15 +<http://www.reportinghub.no/ep/transform/check>
16 + rdf:type owl:Ontology ;
17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
18 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 +
20 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
21 + spin:rule
22 + [ rdf:type sp:Construct ;
23 + rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
24 + sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
25 + sp:predicate rdfs:comment ;
26 + sp:subject
27 + [ sp:varName "dailyDrillingReport"^^xsd:string
28 + ]
29 + ]) ;
30 + sp:where ([ sp:object
31 + [ sp:varName "nameWellBore"^^xsd:string
32 + ] ;
33 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
34 + sp:subject spin:_this
35 + ] [ sp:object
36 + [ sp:varName "createDate"^^xsd:string
37 + ] ;
38 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
39 + sp:subject spin:_this
40 + ] [ sp:object
41 + [ sp:varName "y"^^xsd:string
42 + ] ;
43 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
44 + sp:subject
45 + [ sp:varName "x"^^xsd:string
46 + ]
47 + ])
48 + ] .
1 -# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
9 +# imports: http://www.reportinghub.no/ep/transform/check
9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 12 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
15 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . 16 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
16 @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . 17 @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
17 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . 18 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
19 +@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
18 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 20 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
19 @prefix owl: <http://www.w3.org/2002/07/owl#> . 21 @prefix owl: <http://www.w3.org/2002/07/owl#> .
20 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 22 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -30,5 +32,5 @@ ...@@ -30,5 +32,5 @@
30 32
31 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 33 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
32 rdf:type owl:Ontology ; 34 rdf:type owl:Ontology ;
33 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 35 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
34 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 36 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:37:54 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; 21 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 23
24 ddr:Obj_drillReport 24 ddr:Obj_drillReport
...@@ -151,11 +151,11 @@ ddr:Obj_drillReport ...@@ -151,11 +151,11 @@ ddr:Obj_drillReport
151 ] [ sp:object _:b37 ; 151 ] [ sp:object _:b37 ;
152 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 152 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
153 sp:subject _:b3 153 sp:subject _:b3
154 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#LastCasingOfAWellBore> ; 154 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore> ;
155 sp:predicate rdf:type ; 155 sp:predicate rdf:type ;
156 sp:subject _:b37 156 sp:subject _:b37
157 ] [ sp:object _:b38 ; 157 ] [ sp:object _:b38 ;
158 - sp:predicate <http://www.reportinghub.no/ep/schema/well#diameterOfACasingOfAWellBore> ; 158 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
159 sp:subject _:b37 159 sp:subject _:b37
160 ] [ sp:object _:b39 ; 160 ] [ sp:object _:b39 ;
161 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 161 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
...@@ -537,138 +537,39 @@ ddr:Obj_drillReport ...@@ -537,138 +537,39 @@ ddr:Obj_drillReport
537 ]) 537 ])
538 ] . 538 ] .
539 539
540 -_:b1 sp:varName "wellControlIncident"^^xsd:string .
541 -
542 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
543 -
544 -_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
545 -
546 -_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
547 -
548 -_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
549 -
550 -_:b9 sp:varName "formation"^^xsd:string .
551 -
552 -_:b11
553 - sp:varName "realMdIn"^^xsd:string .
554 -
555 -_:b12
556 - sp:varName "lengthScaleMdIn"^^xsd:string .
557 -
558 -_:b14
559 - sp:varName "realTvdIn"^^xsd:string .
560 -
561 -_:b15
562 - sp:varName "lengthScaleTvdIn"^^xsd:string .
563 -
564 -_:b17
565 - sp:varName "realDuration"^^xsd:string .
566 -
567 -_:b18
568 - sp:varName "timeDurationScale"^^xsd:string .
569 -
570 -_:b19
571 - sp:varName "wellControlIncidentType"^^xsd:string .
572 -
573 -_:b21
574 - sp:varName "drillingActivityPurposeType"^^xsd:string .
575 -
576 -_:b22
577 - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
578 -
579 -_:b26
580 - sp:varName "realMaxChoke"^^xsd:string .
581 -
582 -_:b27
583 - sp:varName "pressureScaleMaxChoke"^^xsd:string .
584 -
585 -_:b29
586 - sp:varName "realDia"^^xsd:string .
587 -
588 -_:b30
589 - sp:varName "lengthScaleDia"^^xsd:string .
590 -
591 -_:b32
592 - sp:varName "wellKillingType"^^xsd:string .
593 -
594 -_:b34
595 - sp:varName "realVol"^^xsd:string .
596 -
597 -_:b35
598 - sp:varName "volumeScale"^^xsd:string .
599 -
600 -_:b36
601 - sp:varName "description"^^xsd:string .
602 -
603 -_:b40
604 - sp:varName "realMdCsgLast"^^xsd:string .
605 -
606 -_:b41
607 - sp:varName "lengthScaleMdCsgLast"^^xsd:string .
608 -
609 -_:b42
610 - sp:varName "realDiaCsgLast"^^xsd:string .
611 -
612 -_:b43
613 - sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
614 -
615 -_:b45
616 - sp:varName "realMdBit"^^xsd:string .
617 -
618 -_:b46
619 - sp:varName "lengthScaleMdBit"^^xsd:string .
620 -
621 -_:b48
622 - sp:varName "realTemp"^^xsd:string .
623 -
624 -_:b49
625 - sp:varName "temperatureScale"^^xsd:string .
626 -
627 -_:b52
628 - sp:varName "realWtMud"^^xsd:string .
629 -
630 -_:b53
631 - sp:varName "densityScaleWtMud"^^xsd:string .
632 -
633 -_:b55
634 - sp:varName "realPore"^^xsd:string .
635 -
636 -_:b56
637 - sp:varName "densityScalePore"^^xsd:string .
638 -
639 -_:b58
640 - sp:varName "realShutInCasing"^^xsd:string .
641 -
642 -_:b59
643 - sp:varName "pressureScaleShutInCasing"^^xsd:string .
644 -
645 -_:b61
646 - sp:varName "realShutInDrill"^^xsd:string .
647 -
648 -_:b62
649 - sp:varName "pressureScaleShutInDrill"^^xsd:string .
650 -
651 _:b63 540 _:b63
652 sp:varName "nameWellBore"^^xsd:string . 541 sp:varName "nameWellBore"^^xsd:string .
653 542
654 _:b64 543 _:b64
655 sp:varName "dTimStart"^^xsd:string . 544 sp:varName "dTimStart"^^xsd:string .
656 545
546 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
547 +
548 +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
549 +
657 _:b65 550 _:b65
658 sp:varName "controlIncidentInfo"^^xsd:string . 551 sp:varName "controlIncidentInfo"^^xsd:string .
659 552
553 +_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
554 +
660 _:b66 555 _:b66
661 sp:varName "mdIn"^^xsd:string . 556 sp:varName "mdIn"^^xsd:string .
662 557
663 _:b67 558 _:b67
664 sp:varName "uomMdIn"^^xsd:string . 559 sp:varName "uomMdIn"^^xsd:string .
665 560
561 +_:b11
562 + sp:varName "realMdIn"^^xsd:string .
563 +
666 _:b68 564 _:b68
667 sp:varName "tvdIn"^^xsd:string . 565 sp:varName "tvdIn"^^xsd:string .
668 566
669 _:b69 567 _:b69
670 sp:varName "uomTvdIn"^^xsd:string . 568 sp:varName "uomTvdIn"^^xsd:string .
671 569
570 +_:b14
571 + sp:varName "realTvdIn"^^xsd:string .
572 +
672 _:b70 573 _:b70
673 sp:varName "phase"^^xsd:string . 574 sp:varName "phase"^^xsd:string .
674 575
...@@ -681,80 +582,179 @@ _:b72 ...@@ -681,80 +582,179 @@ _:b72
681 _:b73 582 _:b73
682 sp:varName "uomDuration"^^xsd:string . 583 sp:varName "uomDuration"^^xsd:string .
683 584
585 +_:b17
586 + sp:varName "realDuration"^^xsd:string .
587 +
588 +_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
589 +
684 _:b74 590 _:b74
685 sp:varName "diaBit"^^xsd:string . 591 sp:varName "diaBit"^^xsd:string .
686 592
687 _:b75 593 _:b75
688 sp:varName "uomDia"^^xsd:string . 594 sp:varName "uomDia"^^xsd:string .
689 595
596 +_:b29
597 + sp:varName "realDia"^^xsd:string .
598 +
690 _:b76 599 _:b76
691 sp:varName "mdBit"^^xsd:string . 600 sp:varName "mdBit"^^xsd:string .
692 601
693 _:b77 602 _:b77
694 sp:varName "uomMdBit"^^xsd:string . 603 sp:varName "uomMdBit"^^xsd:string .
695 604
605 +_:b45
606 + sp:varName "realMdBit"^^xsd:string .
607 +
696 _:b78 608 _:b78
697 sp:varName "wtMud"^^xsd:string . 609 sp:varName "wtMud"^^xsd:string .
698 610
699 _:b79 611 _:b79
700 sp:varName "uomWtMud"^^xsd:string . 612 sp:varName "uomWtMud"^^xsd:string .
701 613
614 +_:b52
615 + sp:varName "realWtMud"^^xsd:string .
616 +
702 _:b80 617 _:b80
703 sp:varName "porePressure"^^xsd:string . 618 sp:varName "porePressure"^^xsd:string .
704 619
705 _:b81 620 _:b81
706 sp:varName "uomPore"^^xsd:string . 621 sp:varName "uomPore"^^xsd:string .
707 622
623 +_:b55
624 + sp:varName "realPore"^^xsd:string .
625 +
708 _:b82 626 _:b82
709 sp:varName "diaCsgLast"^^xsd:string . 627 sp:varName "diaCsgLast"^^xsd:string .
710 628
711 _:b83 629 _:b83
712 sp:varName "uomDiaCsgLast"^^xsd:string . 630 sp:varName "uomDiaCsgLast"^^xsd:string .
713 631
632 +_:b42
633 + sp:varName "realDiaCsgLast"^^xsd:string .
634 +
714 _:b84 635 _:b84
715 sp:varName "mdCsgLast"^^xsd:string . 636 sp:varName "mdCsgLast"^^xsd:string .
716 637
717 _:b85 638 _:b85
718 sp:varName "uomMdCsgLast"^^xsd:string . 639 sp:varName "uomMdCsgLast"^^xsd:string .
719 640
641 +_:b40
642 + sp:varName "realMdCsgLast"^^xsd:string .
643 +
720 _:b86 644 _:b86
721 sp:varName "volMudGained"^^xsd:string . 645 sp:varName "volMudGained"^^xsd:string .
722 646
723 _:b87 647 _:b87
724 sp:varName "uomVol"^^xsd:string . 648 sp:varName "uomVol"^^xsd:string .
725 649
650 +_:b34
651 + sp:varName "realVol"^^xsd:string .
652 +
726 _:b88 653 _:b88
727 sp:varName "presShutInCasing"^^xsd:string . 654 sp:varName "presShutInCasing"^^xsd:string .
728 655
729 _:b89 656 _:b89
730 sp:varName "uomShutInCasing"^^xsd:string . 657 sp:varName "uomShutInCasing"^^xsd:string .
731 658
659 +_:b58
660 + sp:varName "realShutInCasing"^^xsd:string .
661 +
732 _:b90 662 _:b90
733 sp:varName "presShutInDrill"^^xsd:string . 663 sp:varName "presShutInDrill"^^xsd:string .
734 664
735 _:b91 665 _:b91
736 sp:varName "uomShutInDrill"^^xsd:string . 666 sp:varName "uomShutInDrill"^^xsd:string .
737 667
668 +_:b61
669 + sp:varName "realShutInDrill"^^xsd:string .
670 +
738 _:b92 671 _:b92
739 sp:varName "incidentType"^^xsd:string . 672 sp:varName "incidentType"^^xsd:string .
740 673
741 _:b93 674 _:b93
742 sp:varName "killingType"^^xsd:string . 675 sp:varName "killingType"^^xsd:string .
743 676
677 +_:b9 sp:varName "formation"^^xsd:string .
678 +
744 _:b94 679 _:b94
745 sp:varName "tempBottom"^^xsd:string . 680 sp:varName "tempBottom"^^xsd:string .
746 681
747 _:b95 682 _:b95
748 sp:varName "uomTemp"^^xsd:string . 683 sp:varName "uomTemp"^^xsd:string .
749 684
685 +_:b48
686 + sp:varName "realTemp"^^xsd:string .
687 +
750 _:b96 688 _:b96
751 sp:varName "presMaxChoke"^^xsd:string . 689 sp:varName "presMaxChoke"^^xsd:string .
752 690
753 _:b97 691 _:b97
754 sp:varName "uomMaxChoke"^^xsd:string . 692 sp:varName "uomMaxChoke"^^xsd:string .
755 693
694 +_:b26
695 + sp:varName "realMaxChoke"^^xsd:string .
696 +
697 +_:b36
698 + sp:varName "description"^^xsd:string .
699 +
756 _:b98 700 _:b98
757 sp:varName "localname"^^xsd:string . 701 sp:varName "localname"^^xsd:string .
758 702
759 _:b99 703 _:b99
760 sp:varName "normalizedWellBoreName"^^xsd:string . 704 sp:varName "normalizedWellBoreName"^^xsd:string .
705 +
706 +_:b1 sp:varName "wellControlIncident"^^xsd:string .
707 +
708 +_:b21
709 + sp:varName "drillingActivityPurposeType"^^xsd:string .
710 +
711 +_:b22
712 + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
713 +
714 +_:b19
715 + sp:varName "wellControlIncidentType"^^xsd:string .
716 +
717 +_:b32
718 + sp:varName "wellKillingType"^^xsd:string .
719 +
720 +_:b35
721 + sp:varName "volumeScale"^^xsd:string .
722 +
723 +_:b18
724 + sp:varName "timeDurationScale"^^xsd:string .
725 +
726 +_:b12
727 + sp:varName "lengthScaleMdIn"^^xsd:string .
728 +
729 +_:b15
730 + sp:varName "lengthScaleTvdIn"^^xsd:string .
731 +
732 +_:b30
733 + sp:varName "lengthScaleDia"^^xsd:string .
734 +
735 +_:b46
736 + sp:varName "lengthScaleMdBit"^^xsd:string .
737 +
738 +_:b43
739 + sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
740 +
741 +_:b41
742 + sp:varName "lengthScaleMdCsgLast"^^xsd:string .
743 +
744 +_:b53
745 + sp:varName "densityScaleWtMud"^^xsd:string .
746 +
747 +_:b49
748 + sp:varName "temperatureScale"^^xsd:string .
749 +
750 +_:b27
751 + sp:varName "pressureScaleMaxChoke"^^xsd:string .
752 +
753 +_:b59
754 + sp:varName "pressureScaleShutInCasing"^^xsd:string .
755 +
756 +_:b62
757 + sp:varName "pressureScaleShutInDrill"^^xsd:string .
758 +
759 +_:b56
760 + sp:varName "densityScalePore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:37:54 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......