David Price

added product flow table and set SWP to be for DailyProductionReport

......@@ -50,8 +50,8 @@ WHERE {
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductVolumes" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
<hr />
<h2>General Well Test Information</h2>
......
......@@ -28,7 +28,7 @@ arg:template
rdfs:label "template"^^xsd:string ;
rdfs:subPropertyOf sp:arg .
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
<http://www.reportinghub.no/ep/schema/report#DailyProductionReport>
ui:instanceView
[ rdf:type dprswp:DailyProductionReportView ;
arg:report spin:_this
......@@ -47,7 +47,7 @@ dprswp:DailyProductionReportView
[ rdf:type spl:Argument ;
rdfs:comment "The report to display."^^xsd:string ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport>
] ;
ui:headIncludes
[ rdf:type html:Link ;
......@@ -67,7 +67,7 @@ dprswp:Table
rdfs:comment "The report that serves as root of the template."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport>
spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport>
] ;
spin:constraint
[ rdf:type spl:Argument ;
......