Showing
10 changed files
with
306 additions
and
13 deletions
... | @@ -219,22 +219,17 @@ | ... | @@ -219,22 +219,17 @@ |
219 | [ rdf:type sp:Select ; | 219 | [ rdf:type sp:Select ; |
220 | sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string | 220 | sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string |
221 | ]) ; | 221 | ]) ; |
222 | - sp:where ([ sp:object | 222 | + sp:where ([ sp:object spin:_arg1 ; |
223 | - [ sp:varName "productFlowMaterial"^^xsd:string | 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
224 | - ] ; | ||
225 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
226 | - sp:subject spin:_arg1 | ||
227 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
228 | - sp:predicate rdf:type ; | ||
229 | sp:subject | 224 | sp:subject |
230 | - [ sp:varName "productFlowMaterial"^^xsd:string | 225 | + [ sp:varName "flow"^^xsd:string |
231 | ] | 226 | ] |
232 | ] [ sp:object | 227 | ] [ sp:object |
233 | - [ sp:varName "productFlowMaterial"^^xsd:string | 228 | + [ sp:varName "materialInState"^^xsd:string |
234 | ] ; | 229 | ] ; |
235 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 230 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
236 | sp:subject | 231 | sp:subject |
237 | - [ sp:varName "materialInState"^^xsd:string | 232 | + [ sp:varName "flow"^^xsd:string |
238 | ] | 233 | ] |
239 | ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; | 234 | ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; |
240 | sp:predicate rdf:type ; | 235 | sp:predicate rdf:type ; |
... | @@ -248,6 +243,11 @@ | ... | @@ -248,6 +243,11 @@ |
248 | sp:subject | 243 | sp:subject |
249 | [ sp:varName "materialWithVolume"^^xsd:string | 244 | [ sp:varName "materialWithVolume"^^xsd:string |
250 | ] | 245 | ] |
246 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | ||
247 | + sp:predicate rdf:type ; | ||
248 | + sp:subject | ||
249 | + [ sp:varName "materialWithVolume"^^xsd:string | ||
250 | + ] | ||
251 | ] [ sp:object | 251 | ] [ sp:object |
252 | [ sp:varName "volume"^^xsd:string | 252 | [ sp:varName "volume"^^xsd:string |
253 | ] ; | 253 | ] ; | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03 | ||
2 | + | ||
3 | +@prefix : <http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03#> . | ||
4 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
5 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
6 | + | ||
7 | +<http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/BA_ASGARD/results-2014-03-03> | ||
8 | + rdf:type <http://www.w3.org/2002/07/owl#Ontology> ; | ||
9 | + <http://www.w3.org/2002/07/owl#versionInfo> | ||
10 | + "Created with TopBraid Composer"^^xsd:string . |
www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/result-2014-03-03.ttl
0 → 100644
This diff could not be displayed because it is too large.
1 | # baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts | 1 | # baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts |
2 | -# imports: file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml | ||
3 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
4 | # imports: http://www.epim.no/schemas/mprml/1 | 3 | # imports: http://www.epim.no/schemas/mprml/1 |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts |
... | @@ -24,5 +23,5 @@ | ... | @@ -24,5 +23,5 @@ |
24 | 23 | ||
25 | <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts> | 24 | <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts> |
26 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
27 | - owl:imports <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-partner/MPRP1.0/PL147/TRYM-MONTH_AND_DAY_2012-03-01_final-dl-parameterSet.xml> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 26 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
28 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + <head> | ||
4 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
5 | + <link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css"> | ||
6 | + <title>Monthly Production Report (government)</title> | ||
7 | + </head> | ||
8 | + <body> | ||
9 | + <h1>Monthly Government Report : Field, Month Ending </h1> | ||
10 | + <h2>Report title : TRYM</h2> | ||
11 | + <h2>Report version : 1.0</h2> | ||
12 | + <h2>Report Status : final version of a report</h2> | ||
13 | + <h2>Submitted by : TRYM</h2> | ||
14 | + <div> | ||
15 | + <hr> | ||
16 | + <h2>Gas Sales</h2> | ||
17 | + <table class="ddrTable"> | ||
18 | + <tr class="ddrTR"> | ||
19 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Seller</th><th class="ddrTH" style="text-align: center">Seller Volume</th><th class="ddrTH" style="text-align: center">Seller Work</th><th class="ddrTH" style="text-align: center">Buyer</th><th class="ddrTH" style="text-align: center">Buyer Volume</th><th class="ddrTH" style="text-align: center">Buyer Work</th> | ||
20 | + </tr> | ||
21 | + <tr class="ddrTR"> | ||
22 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">DONG DK</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
23 | + </tr> | ||
24 | + <tr class="ddrTR"> | ||
25 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">DONG DK</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
26 | + </tr> | ||
27 | + <tr class="ddrTR"> | ||
28 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">EXXONMOBIL GAS DE</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
29 | + </tr> | ||
30 | + <tr class="ddrTR"> | ||
31 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">EXXONMOBIL GAS DE</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
32 | + </tr> | ||
33 | + <tr class="ddrTR"> | ||
34 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">NATURGAS VEST</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
35 | + </tr> | ||
36 | + <tr class="ddrTR"> | ||
37 | + <td class="ddrTD">NYBRO</td><td class="ddrTD">flow to sale</td><td class="ddrTD">gas - dry</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">NATURGAS VEST</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
38 | + </tr> | ||
39 | + </table> | ||
40 | + <br> | ||
41 | + </div> | ||
42 | + <div> | ||
43 | + <hr> | ||
44 | + <h2>Cargo Information</h2> | ||
45 | + <table class="ddrTable"> | ||
46 | + <tr class="ddrTR"> | ||
47 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Cargo Number</th><th class="ddrTH" style="text-align: center">Cargo Batch</th><th class="ddrTH" style="text-align: center">Bill of Lading</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Shipper</th><th class="ddrTH" style="text-align: center">Destination</th><th class="ddrTH" style="text-align: center">Country</th><th class="ddrTH" style="text-align: center">Owner</th><th class="ddrTH" style="text-align: center">Share</th> | ||
48 | + </tr> | ||
49 | + <tr class="ddrTR"> | ||
50 | + <td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">395/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-06</td><td class="ddrTD">1683.82 m3</td><td class="ddrTD">110.85 kg</td><td class="ddrTD">705.75 kg/m3</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">MONGSTAD</td><td class="ddrTD">NORWAY</td><td class="ddrTD">DONG E&P Norge AS</td><td class="ddrTD">100 %</td> | ||
51 | + </tr> | ||
52 | + <tr class="ddrTR"> | ||
53 | + <td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">396/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-11</td><td class="ddrTD">782.72 m3</td><td class="ddrTD">267.5 kg</td><td class="ddrTD">770.49 kg/m3</td><td class="ddrTD">DONG E&P Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">DONG E&P Norge AS</td><td class="ddrTD">100 %</td> | ||
54 | + </tr> | ||
55 | + <tr class="ddrTR"> | ||
56 | + <td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">397/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-16</td><td class="ddrTD">1270.75 m3</td><td class="ddrTD">146.43 kg</td><td class="ddrTD">790.83 kg/m3</td><td class="ddrTD">DONG E&P Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">100 %</td> | ||
57 | + </tr> | ||
58 | + <tr class="ddrTR"> | ||
59 | + <td class="ddrTD">FREDERICIA</td><td class="ddrTD">oil net</td><td class="ddrTD">allocated flow</td><td class="ddrTD">398/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-02-19</td><td class="ddrTD">979.89 m3</td><td class="ddrTD">744.24 kg</td><td class="ddrTD">795.49 kg/m3</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">Bayerngas Norge AS</td><td class="ddrTD">100 %</td> | ||
60 | + </tr> | ||
61 | + </table> | ||
62 | + <br> | ||
63 | + </div> | ||
64 | + <div> | ||
65 | + <hr> | ||
66 | + <h2>Production Saleable</h2> | ||
67 | + <table class="ddrTable"> | ||
68 | + <tr class="ddrTR"> | ||
69 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
70 | + </tr> | ||
71 | + <tr class="ddrTR"> | ||
72 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil net</td><td class="ddrTD">614.09 kg</td><td class="ddrTD"></td><td class="ddrTD"></td><td class="ddrTD">saleable flow</td><td class="ddrTD">net product flow</td> | ||
73 | + </tr> | ||
74 | + </table> | ||
75 | + <br> | ||
76 | + </div> | ||
77 | + <div> | ||
78 | + <hr> | ||
79 | + <h2>Production Inventory</h2> | ||
80 | + <table class="ddrTable"> | ||
81 | + <tr class="ddrTR"> | ||
82 | + <th class="ddrTH" style="text-align: center">Inventory Name</th><th class="ddrTH" style="text-align: center">Inventory Type</th><th class="ddrTH" style="text-align: center">Product</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th> | ||
83 | + </tr> | ||
84 | + <tr class="ddrTR"> | ||
85 | + <td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD"></td><td class="ddrTD">519.72 m3</td><td class="ddrTD">756.03 kg/m3</td> | ||
86 | + </tr> | ||
87 | + <tr class="ddrTR"> | ||
88 | + <td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD"></td><td class="ddrTD">519.72 m3</td><td class="ddrTD">756.03 kg/m3</td> | ||
89 | + </tr> | ||
90 | + </table> | ||
91 | + <br> | ||
92 | + </div> | ||
93 | + <div> | ||
94 | + <hr> | ||
95 | + <h2>Production Inventory Ownership</h2> | ||
96 | + <table class="ddrTable"> | ||
97 | + <tr class="ddrTR"> | ||
98 | + <th class="ddrTH" style="text-align: center">Inventory Name</th><th class="ddrTH" style="text-align: center">Inventory Type</th><th class="ddrTH" style="text-align: center">Product</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Owner</th> | ||
99 | + </tr> | ||
100 | + <tr class="ddrTR"> | ||
101 | + <td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD">85.86 m3</td><td class="ddrTD">DONG E&P Norge AS</td> | ||
102 | + </tr> | ||
103 | + <tr class="ddrTR"> | ||
104 | + <td class="ddrTD">Fredericia allocated inventory volumes</td><td class="ddrTD"></td><td class="ddrTD">oil net</td><td class="ddrTD">433.86 m3</td><td class="ddrTD">Bayerngas Norge AS</td> | ||
105 | + </tr> | ||
106 | + </table> | ||
107 | + <br> | ||
108 | + </div> | ||
109 | + </body> | ||
110 | +</html> |
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
3 | + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)"> | ||
4 | + <documentInfo> | ||
5 | + <DocumentName namingSystem="EC">TRYM February 2012</DocumentName> | ||
6 | + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias> | ||
7 | + <DocumentDate>2012-03-05T00:00:00.0Z</DocumentDate> | ||
8 | + <documentClass namingSystem="EC">Dong E&P Norge AS</documentClass> | ||
9 | + <documentClass namingSystem="EC">Copex</documentClass> | ||
10 | + <documentClass namingSystem="ERH">mprg</documentClass> | ||
11 | + <FileCreationInformation> | ||
12 | + | ||
13 | + <FileCreationDate>2012-03-15T00:00:00.0Z</FileCreationDate> | ||
14 | + | ||
15 | + <SoftwareName>Energy Components</SoftwareName> | ||
16 | + <FileCreator>Dong E&P Norge AS</FileCreator> | ||
17 | + <Comment>NA</Comment> | ||
18 | + </FileCreationInformation> | ||
19 | + <Owner>Dong E&P Norge AS</Owner> | ||
20 | + </documentInfo> | ||
21 | + <context xsi:type="obj_report"> | ||
22 | + <kind>Copex</kind> | ||
23 | + | ||
24 | + <title>TRYM</title> | ||
25 | + <date>2012-02-01</date> | ||
26 | + <dateEnd>2012-02-29</dateEnd> | ||
27 | + <month>2012-02</month> | ||
28 | + <year>2012</year> | ||
29 | + <reportVersion>1.0</reportVersion> | ||
30 | + <reportStatus>final</reportStatus> | ||
31 | + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation> | ||
32 | + <operator> | ||
33 | + <name>Dong E&P Norge AS</name> | ||
34 | + <role>Operating company</role> | ||
35 | + </operator> | ||
36 | + </context> | ||
37 | + <object xsi:type="obj_productVolume"> | ||
38 | + <name>TRYM</name> | ||
39 | + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation><facility> | ||
40 | + <name kind="terminal" namingSystem="NPD" uidRef="416937">NYBRO</name> | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + <flow uid="NYBRO_ALLOCATED_GAS_SALES"> | ||
46 | + <name>Nybro allocated gas sales</name> | ||
47 | + <kind>sale</kind> | ||
48 | + <qualifier>allocated</qualifier> | ||
49 | + <product> | ||
50 | + <kind>gas - dry</kind> | ||
51 | + <period> | ||
52 | + <kind>month</kind> | ||
53 | + <dateStart>2012-02-01</dateStart> | ||
54 | + <dateEnd>2012-02-29</dateEnd> | ||
55 | + | ||
56 | + <balanceSet> | ||
57 | + <kind>transaction</kind> | ||
58 | + | ||
59 | + <volumeValue> | ||
60 | + <volume uom="m3">273.64</volume> | ||
61 | + <temp uom="degC">0</temp> | ||
62 | + <pres uom="atm">1</pres> | ||
63 | + </volumeValue> | ||
64 | + | ||
65 | + <work uom="MJ">69275.09</work> | ||
66 | + <balanceDetail> | ||
67 | + <owner>DONG E&P Norge AS</owner> | ||
68 | + <seller>DONG E&P Norge AS</seller> | ||
69 | + <salesAdministrator>DONG E&P Norge AS</salesAdministrator> | ||
70 | + <buyer>NATURGAS VEST</buyer> | ||
71 | + <volumeValue> | ||
72 | + <volume uom="m3">94.79</volume> | ||
73 | + <temp uom="degC">0</temp> | ||
74 | + <pres uom="atm">1</pres> | ||
75 | + </volumeValue> | ||
76 | + | ||
77 | + <work uom="MJ">20148.59</work> | ||
78 | + </balanceDetail><balanceDetail> | ||
79 | + <owner>DONG E&P Norge AS</owner> | ||
80 | + <seller>DONG E&P Norge AS</seller> | ||
81 | + <salesAdministrator>DONG E&P Norge AS</salesAdministrator> | ||
82 | + <buyer>EXXONMOBIL GAS DE</buyer> | ||
83 | + <volumeValue> | ||
84 | + <volume uom="m3">178.85</volume> | ||
85 | + <temp uom="degC">0</temp> | ||
86 | + <pres uom="atm">1</pres> | ||
87 | + </volumeValue> | ||
88 | + | ||
89 | + <work uom="MJ">70561.21</work> | ||
90 | + </balanceDetail> | ||
91 | + </balanceSet> | ||
92 | + </period> | ||
93 | + </product> | ||
94 | + </flow> | ||
95 | + | ||
96 | + </facility> | ||
97 | + </object> | ||
98 | +</objects> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
3 | + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)"> | ||
4 | + <documentInfo> | ||
5 | + <DocumentName namingSystem="EC">TRYM February 2012</DocumentName> | ||
6 | + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias> | ||
7 | + <DocumentDate>2012-03-05T00:00:00.0Z</DocumentDate> | ||
8 | + <documentClass namingSystem="EC">Dong E&P Norge AS</documentClass> | ||
9 | + <documentClass namingSystem="EC">Copex</documentClass> | ||
10 | + <documentClass namingSystem="ERH">mprg</documentClass> | ||
11 | + <FileCreationInformation> | ||
12 | + | ||
13 | + <FileCreationDate>2012-03-15T00:00:00.0Z</FileCreationDate> | ||
14 | + | ||
15 | + <SoftwareName>Energy Components</SoftwareName> | ||
16 | + <FileCreator>Dong E&P Norge AS</FileCreator> | ||
17 | + <Comment>NA</Comment> | ||
18 | + </FileCreationInformation> | ||
19 | + <Owner>Dong E&P Norge AS</Owner> | ||
20 | + </documentInfo> | ||
21 | + <context xsi:type="obj_report"> | ||
22 | + <kind>Copex</kind> | ||
23 | + | ||
24 | + <title>TRYM</title> | ||
25 | + <date>2012-02-01</date> | ||
26 | + <dateEnd>2012-02-29</dateEnd> | ||
27 | + <month>2012-02</month> | ||
28 | + <year>2012</year> | ||
29 | + <reportVersion>1.0</reportVersion> | ||
30 | + <reportStatus>final</reportStatus> | ||
31 | + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation> | ||
32 | + <operator> | ||
33 | + <name>Dong E&P Norge AS</name> | ||
34 | + <role>Operating company</role> | ||
35 | + </operator> | ||
36 | + </context> | ||
37 | + <object xsi:type="obj_productVolume"> | ||
38 | + <name>TRYM</name> | ||
39 | + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation> | ||
40 | + <facility> | ||
41 | + <name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</name> | ||
42 | + | ||
43 | + <flow uid="TRY_SALEABLE_PRODUCTION"> | ||
44 | + <name>Trym saleable volumes</name> | ||
45 | + <kind>production</kind> | ||
46 | + <qualifier>saleable</qualifier> | ||
47 | + <product> | ||
48 | + <kind>oil - net</kind> | ||
49 | + <period> | ||
50 | + <kind>month</kind> | ||
51 | + <dateStart>2012-02-01</dateStart> | ||
52 | + <dateEnd>2012-02-29</dateEnd> | ||
53 | + <volumeValue> | ||
54 | + | ||
55 | + <volume uom="m3">1094.62</volume><temp uom="degC">15</temp> | ||
56 | + <pres uom="atm">1</pres> | ||
57 | + </volumeValue> | ||
58 | + | ||
59 | + <mass uom="kg">614.09</mass> | ||
60 | + <densityValue> | ||
61 | + | ||
62 | + <density uom="kg/m3">788.93</density> | ||
63 | + <temp uom="degC">15</temp> | ||
64 | + <pres uom="atm">1</pres> | ||
65 | + </densityValue> | ||
66 | + </period> | ||
67 | + | ||
68 | + </product> | ||
69 | + </flow> | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + </facility> | ||
75 | + </object> | ||
76 | +</objects> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment