Bob DuCharme

fixed headers to Production Flows table

......@@ -16,7 +16,7 @@
<http://www.reportinghub.no/ep/spin/mpr-tables>
rdf:type owl:Ontology ;
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> ;
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> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
mpr-tables:ProductionFlows
......@@ -397,5 +397,4 @@ mpr-tables:ProductionFlows
])
])
] ;
rhspin:tableHeaders ("""flag1
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) .
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) .
......
......@@ -146,9 +146,9 @@ OPTIONAL {
</ui:forEach> -->
<p>template test start</p>
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
<p>template test end</p>
</ui:group>
\ No newline at end of file
......