David Leal

Completed MPR wellTest data except for wellTestCumulative and the split factors,…

… where I am unclear about the meaning of the XML elements.
...@@ -49,11 +49,21 @@ ep-prodwell:FluidComponentType ...@@ -49,11 +49,21 @@ ep-prodwell:FluidComponentType
49 rdfs:label "fluid component type"^^xsd:string ; 49 rdfs:label "fluid component type"^^xsd:string ;
50 rdfs:subClassOf owl:Class . 50 rdfs:subClassOf owl:Class .
51 51
52 +ep-prodwell:FluidComponentWholePair
53 + rdf:type owl:Class ;
54 + rdfs:label "fluid component/whole pair"^^xsd:string ;
55 + rdfs:subClassOf ep-prodwell:FluidPair .
56 +
52 ep-prodwell:FluidFraction 57 ep-prodwell:FluidFraction
53 rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; 58 rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
54 rdfs:label "fluid fraction"^^xsd:string ; 59 rdfs:label "fluid fraction"^^xsd:string ;
55 rdfs:subClassOf ep-well:Fluid . 60 rdfs:subClassOf ep-well:Fluid .
56 61
62 +ep-prodwell:FluidNonPrimaryComponentWholePair
63 + rdf:type owl:Class ;
64 + rdfs:label "fluid non-primary component/whole pair"^^xsd:string ;
65 + rdfs:subClassOf ep-prodwell:FluidComponentWholePair .
66 +
57 ep-prodwell:FluidPair 67 ep-prodwell:FluidPair
58 rdf:type owl:Class ; 68 rdf:type owl:Class ;
59 rdfs:label "fluid pair"^^xsd:string ; 69 rdfs:label "fluid pair"^^xsd:string ;
...@@ -64,20 +74,10 @@ ep-prodwell:FluidPhaseType ...@@ -64,20 +74,10 @@ ep-prodwell:FluidPhaseType
64 rdfs:label "fluid phase type"^^xsd:string ; 74 rdfs:label "fluid phase type"^^xsd:string ;
65 rdfs:subClassOf owl:Class . 75 rdfs:subClassOf owl:Class .
66 76
67 -ep-prodwell:FluidWholeComponentPair 77 +ep-prodwell:FluidPrimaryComponentWholePair
68 rdf:type owl:Class ; 78 rdf:type owl:Class ;
69 - rdfs:label "fluid whole-component pair"^^xsd:string ; 79 + rdfs:label "fluid primary component/whole pair"^^xsd:string ;
70 - rdfs:subClassOf ep-prodwell:FluidPair . 80 + rdfs:subClassOf ep-prodwell:FluidComponentWholePair .
71 -
72 -ep-prodwell:FluidWholeNonPrimaryComponentPair
73 - rdf:type owl:Class ;
74 - rdfs:label "fluid whole-non-primary component pair"^^xsd:string ;
75 - rdfs:subClassOf ep-prodwell:FluidWholeComponentPair .
76 -
77 -ep-prodwell:FluidWholePrimaryComponentPair
78 - rdf:type owl:Class ;
79 - rdfs:label "fluid whole-primary component pair"^^xsd:string ;
80 - rdfs:subClassOf ep-prodwell:FluidWholeComponentPair .
81 81
82 ep-prodwell:FreshWater 82 ep-prodwell:FreshWater
83 rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; 83 rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
...@@ -149,6 +149,11 @@ ep-prodwell:Steam ...@@ -149,6 +149,11 @@ ep-prodwell:Steam
149 rdfs:label "steam"^^xsd:string ; 149 rdfs:label "steam"^^xsd:string ;
150 rdfs:subClassOf ep-prodwell:NonHcGas . 150 rdfs:subClassOf ep-prodwell:NonHcGas .
151 151
152 +ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
153 + rdf:type owl:Class ;
154 + rdfs:label "temporal part of a spatial part of a wellbore"^^xsd:string ;
155 + rdfs:subClassOf ep-well:TemporalPartOfAWellBore .
156 +
152 ep-prodwell:UnknownFluid 157 ep-prodwell:UnknownFluid
153 rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; 158 rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
154 rdfs:label "unknown fluid"^^xsd:string ; 159 rdfs:label "unknown fluid"^^xsd:string ;
...@@ -161,7 +166,7 @@ ep-prodwell:basicSedimentAndWater ...@@ -161,7 +166,7 @@ ep-prodwell:basicSedimentAndWater
161 166
162 ep-prodwell:componentFluid 167 ep-prodwell:componentFluid
163 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 168 rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
164 - rdfs:domain ep-prodwell:FluidWholeComponentPair ; 169 + rdfs:domain ep-prodwell:FluidComponentWholePair ;
165 rdfs:label "component fluid"^^xsd:string ; 170 rdfs:label "component fluid"^^xsd:string ;
166 rdfs:range ep-well:Fluid ; 171 rdfs:range ep-well:Fluid ;
167 rdfs:subPropertyOf ep-prodwell:firstFluidInPair . 172 rdfs:subPropertyOf ep-prodwell:firstFluidInPair .
...@@ -239,7 +244,7 @@ ep-prodwell:volumeRatio ...@@ -239,7 +244,7 @@ ep-prodwell:volumeRatio
239 244
240 ep-prodwell:wholeFluid 245 ep-prodwell:wholeFluid
241 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 246 rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
242 - rdfs:domain ep-prodwell:FluidWholeComponentPair ; 247 + rdfs:domain ep-prodwell:FluidComponentWholePair ;
243 rdfs:label "whole fluid"^^xsd:string ; 248 rdfs:label "whole fluid"^^xsd:string ;
244 rdfs:range ep-well:Fluid ; 249 rdfs:range ep-well:Fluid ;
245 rdfs:subPropertyOf ep-prodwell:secondFluidInPair . 250 rdfs:subPropertyOf ep-prodwell:secondFluidInPair .
...@@ -253,5 +258,8 @@ ep-well:Gas ...@@ -253,5 +258,8 @@ ep-well:Gas
253 ep-well:Oil 258 ep-well:Oil
254 rdf:type ep-prodwell:InjectionFluidType . 259 rdf:type ep-prodwell:InjectionFluidType .
255 260
261 +ep-well:SpatialPartOfAWellBore
262 + rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore .
263 +
256 ep-well:Water 264 ep-well:Water
257 rdf:type ep-prodwell:InjectionFluidType . 265 rdf:type ep-prodwell:InjectionFluidType .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 +
2 <objects version="1.0(MPRML)" 3 <objects version="1.0(MPRML)"
3 xmlns:witsml="http://www.epim.no/schemas/mprml/1" 4 xmlns:witsml="http://www.epim.no/schemas/mprml/1"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.epim.no/schemas/mprml/1 file:///C:/Users/owner/TBCMEWorkspace/EPIM-ontologies/www.reportinghub.no/input/mpr/xsd/1.0/obj_object_profiled_data_schema.xsd" xmlns="http://www.epim.no/schemas/mprml/1"> 6 xsi:schemaLocation="http://www.epim.no/schemas/mprml/1 file:///C:/Users/owner/TBCMEWorkspace/EPIM-ontologies/www.reportinghub.no/input/mpr/xsd/1.0/obj_object_profiled_data_schema.xsd" xmlns="http://www.epim.no/schemas/mprml/1">
7 +
6 <context xsi:type="obj_report"> 8 <context xsi:type="obj_report">
7 -<kind>Daily production report Trym</kind> 9 + <kind>Daily production report Trym</kind>
8 -<title>Daily production report Trym September 2011</title> 10 + <title>Daily production report Trym September 2011</title>
9 -<date>2011-08-27</date> 11 + <date>2011-08-27</date>
10 </context> 12 </context>
11 13
12 <object xsi:type="obj_wellTest"> 14 <object xsi:type="obj_wellTest">
...@@ -25,44 +27,170 @@ ...@@ -25,44 +27,170 @@
25 <testedBy>Fred Bloggs</testedBy> 27 <testedBy>Fred Bloggs</testedBy>
26 </fluidLevelTest> 28 </fluidLevelTest>
27 29
28 -<productionTest> 30 + <productionTest>
29 - <testDuration uom="h">4.0</testDuration> 31 + <testDuration uom="h">4.0</testDuration>
30 - <testInterval> 32 + <testInterval>
31 - <mdTop uom="m">2000</mdTop> 33 + <mdTop uom="m">2000</mdTop>
32 - <mdBase uom="m">2001</mdBase> 34 + <mdBase uom="m">2001</mdBase>
33 - <wellbore>1/3-A-1 H</wellbore> 35 + <wellbore>1/3-A-1 H</wellbore>
34 - <testedFormation>formation 1</testedFormation> 36 + <testedFormation>formation 1</testedFormation>
35 - <valvePosition uom="%">0.5</valvePosition> 37 + <valvePosition uom="%">50</valvePosition>
36 - </testInterval> 38 + </testInterval>
37 - <testInterval> 39 + <testInterval>
38 - <mdTop uom="m">2002</mdTop> 40 + <mdTop uom="m">2002</mdTop>
39 - <mdBase uom="m">2003</mdBase> 41 + <mdBase uom="m">2003</mdBase>
40 - <wellbore>1/3-A-1 H</wellbore> 42 + <wellbore>1/3-A-1 H</wellbore>
41 - <testedFormation>formation 2</testedFormation> 43 + <testedFormation>formation 2</testedFormation>
42 - <valvePosition uom="%">0.6</valvePosition> 44 + <valvePosition uom="%">60</valvePosition>
43 - </testInterval> 45 + </testInterval>
44 - <wellheadData> 46 +
45 -<temperature uom="degC">57.89</temperature> 47 + <wellheadData>
46 -<flowingPressure uom="bar">24.28525</flowingPressure> 48 + <temperature uom="degC">57.89</temperature>
47 -<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize> 49 + <flowingPressure uom="bar">24.28525</flowingPressure>
48 -<gasLiftchokeOrificeSize uom="in/64">15.3000002</gasLiftchokeOrificeSize> 50 + <shutInPressure uom="bar">25</shutInPressure>
49 -</wellheadData> 51 + <flowLinePressure uom="bar">26</flowLinePressure>
50 -<separatorData> 52 + <chokeOrificeSize uom="in/64">15</chokeOrificeSize>
51 -<separatorPressure uom="bar">24.28525</separatorPressure> 53 + <gasLiftPres uom="bar">27</gasLiftPres>
52 -<separatorTemperature uom="degC">57.89</separatorTemperature> 54 + <gasLiftTemp uom="degC">58</gasLiftTemp>
53 -</separatorData> 55 + <gasLiftVolume>
54 -<productionTestResults> 56 + <volumeStdTempPres uom="m3">50</volumeStdTempPres>
55 -<oilRate> 57 + <volume uom="m3">51</volume>
56 -<fluidRateStdTempPres uom="m3/d">198.42636724550405</fluidRateStdTempPres> 58 + <densityStdTempPres uom="kg/m3">800</densityStdTempPres>
57 -</oilRate> 59 + <density uom="kg/m3">801</density>
58 -<gasRate> 60 + </gasLiftVolume>
59 -<fluidRateStdTempPres uom="m3/d">47780.95567704101</fluidRateStdTempPres> 61 + <gasLiftRate>
60 -</gasRate> 62 + <fluidRate uom="m3/d">5000</fluidRate>
61 -<waterRate> 63 + <fluidRateStdTempPres uom="m3/d">5100</fluidRateStdTempPres>
62 -<fluidRate uom="m3/d">50.05</fluidRate> 64 + </gasLiftRate>
63 -</waterRate> 65 + <gasLiftchokeOrificeSize uom="in/64">16</gasLiftchokeOrificeSize>
64 -<gasOilRatio uom="m3/m3">240.79</gasOilRatio> 66 + </wellheadData>
65 -</productionTestResults> 67 +
66 -</productionTest> 68 + <bottomholeData>
69 + <bottomholePres uom="bar">28</bottomholePres>
70 + <bottomholeTemp uom="degC">59</bottomholeTemp>
71 + <bottomholePOverZ uom="bar">9</bottomholePOverZ>
72 + <bottomholeMD uom="m">2004</bottomholeMD>
73 + <wellbore>1/3-A-1 H</wellbore>
74 + </bottomholeData>
75 +
76 + <pointData>
77 + <pres uom="bar">28</pres>
78 + <temp uom="degC">59</temp>
79 + <pOverZ uom="bar">10</pOverZ>
80 + <md uom="m">2004</md>
81 + <wellbore>1/3-A-1 H</wellbore>
82 + </pointData>
83 + <pointData>
84 + <pres uom="bar">29</pres>
85 + <temp uom="degC">60</temp>
86 + <pOverZ uom="bar">11</pOverZ>
87 + <md uom="m">2005</md>
88 + <wellbore>1/3-A-1 H</wellbore>
89 + </pointData>
90 +
91 + <separatorData>
92 + <separatorPressure uom="bar">24.28525</separatorPressure>
93 + <separatorTemperature uom="degC">57.89</separatorTemperature>
94 + </separatorData>
95 +
96 + <operatingMethod>my operating method</operatingMethod>
97 +
98 + <productionTestResults>
99 + <oilVolume>
100 + <volumeStdTempPres uom="m3">52</volumeStdTempPres>
101 + <volume uom="m3">53</volume>
102 + <densityStdTempPres uom="kg/m3">802</densityStdTempPres>
103 + <density uom="kg/m3">803</density>
104 + </oilVolume>
105 + <oilRate>
106 + <fluidRate uom="m3/d">200</fluidRate>
107 + <fluidRateStdTempPres uom="m3/d">198.42636724550405</fluidRateStdTempPres>
108 + </oilRate>
109 + <gasVolume>
110 + <volumeStdTempPres uom="m3">520</volumeStdTempPres>
111 + <volume uom="m3">530</volume>
112 + <densityStdTempPres uom="kg/m3">102</densityStdTempPres>
113 + <density uom="kg/m3">103</density>
114 + <gasClass>my gas class</gasClass>
115 + </gasVolume>
116 + <gasRate>
117 + <fluidRate uom="m3/d">50000</fluidRate>
118 + <fluidRateStdTempPres uom="m3/d">47780.95567704101</fluidRateStdTempPres>
119 + </gasRate>
120 + <waterVolume>
121 + <volume uom="m3">54</volume>
122 + </waterVolume>
123 + <waterRate>
124 + <fluidRate uom="m3/d">50.05</fluidRate>
125 + </waterRate>
126 + <condensateVolume>
127 + <volumeStdTempPres uom="m3">55</volumeStdTempPres>
128 + <volume uom="m3">56</volume>
129 + <densityStdTempPres uom="kg/m3">804</densityStdTempPres>
130 + <density uom="kg/m3">805</density>
131 + </condensateVolume>
132 + <condensateRate>
133 + <fluidRate uom="m3/d">201</fluidRate>
134 + <fluidRateStdTempPres uom="m3/d">202</fluidRateStdTempPres>
135 + </condensateRate>
136 + <gasOilRatio uom="m3/m3">240.79</gasOilRatio>
137 + <waterCut uom="m3/m3">0.1</waterCut>
138 + <density uom="kg/m3">105</density>
139 + <fluidVelocity uom="m/s">9</fluidVelocity>
140 + <condensateYield uom="m3/m3">0.2</condensateYield>
141 + <basicSedimentAndWater uom="m3/m3">0.3</basicSedimentAndWater>
142 + <oilPotential uom="m3/d">57</oilPotential>
143 + <gasPotential uom="m3/d">58000</gasPotential>
144 + <sandVolume uom="m3">8</sandVolume>
145 + </productionTestResults>
146 + </productionTest>
147 +
148 + <injectionTest>
149 + <testDuration uom="h">5.0</testDuration>
150 + <testInterval>
151 + <mdTop uom="m">2004</mdTop>
152 + <mdBase uom="m">2005</mdBase>
153 + <wellbore>1/3-A-1 H</wellbore>
154 + <testedFormation>formation 3</testedFormation>
155 + <valvePosition uom="%">70</valvePosition>
156 + </testInterval>
157 +
158 + <InjectedFluid>brine</InjectedFluid>
159 + <chokeOrificeSize uom="in/64">16</chokeOrificeSize>
160 + <minimumAnnularPressure uom="bar">15</minimumAnnularPressure>
161 + <maximumAnnularPressure uom="bar">16</maximumAnnularPressure>
162 + <wellheadFlowingPressure uom="bar">17</wellheadFlowingPressure>
163 + <wellheadMaximumPressure uom="bar">18</wellheadMaximumPressure>
164 +
165 + <injectionTestResults>
166 + <oilVolume>
167 + <volumeStdTempPres uom="m3">22</volumeStdTempPres>
168 + <volume uom="m3">23</volume>
169 + <densityStdTempPres uom="kg/m3">802</densityStdTempPres>
170 + <density uom="kg/m3">803</density>
171 + </oilVolume>
172 + <oilRate>
173 + <fluidRate uom="m3/d">100</fluidRate>
174 + <fluidRateStdTempPres uom="m3/d">99</fluidRateStdTempPres>
175 + </oilRate>
176 + <gasVolume>
177 + <volumeStdTempPres uom="m3">52</volumeStdTempPres>
178 + <volume uom="m3">53</volume>
179 + <densityStdTempPres uom="kg/m3">102</densityStdTempPres>
180 + <density uom="kg/m3">103</density>
181 + </gasVolume>
182 + <gasRate>
183 + <fluidRate uom="m3/d">30000</fluidRate>
184 + <fluidRateStdTempPres uom="m3/d">31000</fluidRateStdTempPres>
185 + </gasRate>
186 + <waterVolume>
187 + <volume uom="m3">4</volume>
188 + </waterVolume>
189 + <waterRate>
190 + <fluidRate uom="m3/d">50.05</fluidRate>
191 + </waterRate>
192 + </injectionTestResults>
193 + </injectionTest>
194 +
67 </object> 195 </object>
68 </objects> 196 </objects>
...\ No newline at end of file ...\ No newline at end of file
......