David Price

Fixed WellProduction table and added test cases

...@@ -3572,16 +3572,18 @@ mpr-tables:WellProductionFlows ...@@ -3572,16 +3572,18 @@ mpr-tables:WellProductionFlows
3572 [ sp:varName "productFlowInMonthMaterial"^^xsd:string 3572 [ sp:varName "productFlowInMonthMaterial"^^xsd:string
3573 ] 3573 ]
3574 ] [ sp:object 3574 ] [ sp:object
3575 - [ sp:varName "productFlowInMonthMaterial"^^xsd:string 3575 + [ sp:varName "productionFlowMixedPart"^^xsd:string
3576 ] ; 3576 ] ;
3577 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 3577 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
3578 sp:subject 3578 sp:subject
3579 - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string 3579 + [ sp:varName "partOfProductionFlowMixedPart"^^xsd:string
3580 ] 3580 ]
3581 - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; 3581 + ] [ sp:object
3582 - sp:predicate rdf:type ;
3583 - sp:subject
3584 [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string 3582 [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
3583 + ] ;
3584 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
3585 + sp:subject
3586 + [ sp:varName "partOfProductionFlowMixedPart"^^xsd:string
3585 ] 3587 ]
3586 ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; 3588 ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ;
3587 sp:predicate rdf:type ; 3589 sp:predicate rdf:type ;
......
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 : &Aring;SGARD Field, Month Ending 2012-01-31</h1>
10 + <h2>Report title : &Aring;SGARD</h2>
11 + <h2>Report version : 2.0</h2>
12 + <h2>Report Status : final version of a report</h2>
13 + <h2>Submitted by : &Aring;SGARD</h2>
14 + <div>
15 + <hr>
16 + <h2>Production Saleable</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">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&nbsp;type</th><th class="ddrTH" style="text-align: center">Gross/Net</th>
20 + </tr>
21 + <tr class="ddrTR">
22 + <td class="ddrTD">&Aring;SGARD</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil net</td><td class="ddrTD">35514558.02 kg</td><td class="ddrTD">217477.72 m3</td><td class="ddrTD">762.18 kg/m3</td><td class="ddrTD">saleable flow</td><td class="ddrTD">net product flow</td>
23 + </tr>
24 + </table>
25 + <br>
26 + </div>
27 + </body>
28 +</html>