David Price

Fixed WellProduction table and added test cases

......@@ -3572,16 +3572,18 @@ mpr-tables:WellProductionFlows
[ sp:varName "productFlowInMonthMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlowInMonthMaterial"^^xsd:string
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
[ sp:varName "partOfProductionFlowMixedPart"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject
] [ sp:object
[ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject
[ sp:varName "partOfProductionFlowMixedPart"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ;
sp:predicate rdf:type ;
......
<!DOCTYPE html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css">
<title>Monthly Production Report (government)</title>
</head>
<body>
<h1>Monthly Government Report : &Aring;SGARD Field, Month Ending 2012-01-31</h1>
<h2>Report title : &Aring;SGARD</h2>
<h2>Report version : 2.0</h2>
<h2>Report Status : final version of a report</h2>
<h2>Submitted by : &Aring;SGARD</h2>
<div>
<hr>
<h2>Production Saleable</h2>
<table class="ddrTable">
<tr class="ddrTR">
<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>
</tr>
<tr class="ddrTR">
<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>
</tr>
</table>
<br>
</div>
</body>
</html>