Bob DuCharme

fixed headers to Production Flows table

...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 16
17 <http://www.reportinghub.no/ep/spin/mpr-tables> 17 <http://www.reportinghub.no/ep/spin/mpr-tables>
18 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
19 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://spinrdf.org/spin> ; 19 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
21 21
22 mpr-tables:ProductionFlows 22 mpr-tables:ProductionFlows
...@@ -397,5 +397,4 @@ mpr-tables:ProductionFlows ...@@ -397,5 +397,4 @@ mpr-tables:ProductionFlows
397 ]) 397 ])
398 ]) 398 ])
399 ] ; 399 ] ;
400 - rhspin:tableHeaders ("""flag1 400 + rhspin:tableHeaders ("facility"^^xsd:string "flow name"^^xsd:string "type"^^xsd:string "subtype"^^xsd:string "purpose"^^xsd:string "product"^^xsd:string "material type"^^xsd:string "gross or net"^^xsd:string "duration type"^^xsd:string "mass (kg)"^^xsd:string "pressure (atm)"^^xsd:string "temperature (C)"^^xsd:string "volume (m^3"^^xsd:string "gross calorific value (MJ/m^3)"^^xsd:string) .
401 -productionFlowFacilityName"""^^xsd:string "productionFlowName"^^xsd:string "productionFlowDefinitionTypeName"^^xsd:string "productionFlowDefinitionSubTypeName"^^xsd:string "productionFlowPurposeTypeName"^^xsd:string "productFlowName"^^xsd:string "productFlowMaterialTypeName"^^xsd:string "productFlowGrossOrNetTypeName"^^xsd:string "productFlowInPeriodDurationTypeName"^^xsd:string "massInKilograms"^^xsd:string "pressureInAtmospheres"^^xsd:string "temperatureInCelsius"^^xsd:string "volumeInMetre3"^^xsd:string) .
......
...@@ -146,9 +146,9 @@ OPTIONAL { ...@@ -146,9 +146,9 @@ OPTIONAL {
146 146
147 </ui:forEach> --> 147 </ui:forEach> -->
148 148
149 - <p>template test start</p> 149 +
150 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" /> 150 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
151 - <p>template test end</p> 151 +
152 152
153 </ui:group> 153 </ui:group>
154 154
...\ No newline at end of file ...\ No newline at end of file
......