added product flow table and set SWP to be for DailyProductionReport
Showing
3 changed files
with
5 additions
and
5 deletions
This diff is collapsed. Click to expand it.
... | @@ -50,8 +50,8 @@ WHERE { | ... | @@ -50,8 +50,8 @@ WHERE { |
50 | 50 | ||
51 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> | 51 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> |
52 | 52 | ||
53 | - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductVolumes" /> | 53 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> |
54 | - | 54 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> |
55 | 55 | ||
56 | <hr /> | 56 | <hr /> |
57 | <h2>General Well Test Information</h2> | 57 | <h2>General Well Test Information</h2> | ... | ... |
... | @@ -28,7 +28,7 @@ arg:template | ... | @@ -28,7 +28,7 @@ arg:template |
28 | rdfs:label "template"^^xsd:string ; | 28 | rdfs:label "template"^^xsd:string ; |
29 | rdfs:subPropertyOf sp:arg . | 29 | rdfs:subPropertyOf sp:arg . |
30 | 30 | ||
31 | -<http://www.reportinghub.no/ep/schema/report#ProductionReport> | 31 | +<http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
32 | ui:instanceView | 32 | ui:instanceView |
33 | [ rdf:type dprswp:DailyProductionReportView ; | 33 | [ rdf:type dprswp:DailyProductionReportView ; |
34 | arg:report spin:_this | 34 | arg:report spin:_this |
... | @@ -47,7 +47,7 @@ dprswp:DailyProductionReportView | ... | @@ -47,7 +47,7 @@ dprswp:DailyProductionReportView |
47 | [ rdf:type spl:Argument ; | 47 | [ rdf:type spl:Argument ; |
48 | rdfs:comment "The report to display."^^xsd:string ; | 48 | rdfs:comment "The report to display."^^xsd:string ; |
49 | spl:predicate arg:report ; | 49 | spl:predicate arg:report ; |
50 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport> | 50 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
51 | ] ; | 51 | ] ; |
52 | ui:headIncludes | 52 | ui:headIncludes |
53 | [ rdf:type html:Link ; | 53 | [ rdf:type html:Link ; |
... | @@ -67,7 +67,7 @@ dprswp:Table | ... | @@ -67,7 +67,7 @@ dprswp:Table |
67 | rdfs:comment "The report that serves as root of the template."^^xsd:string ; | 67 | rdfs:comment "The report that serves as root of the template."^^xsd:string ; |
68 | spl:optional "true"^^xsd:boolean ; | 68 | spl:optional "true"^^xsd:boolean ; |
69 | spl:predicate arg:report ; | 69 | spl:predicate arg:report ; |
70 | - spl:valueType <http://www.reportinghub.no/ep/schema/report#ProductionReport> | 70 | + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> |
71 | ] ; | 71 | ] ; |
72 | spin:constraint | 72 | spin:constraint |
73 | [ rdf:type spl:Argument ; | 73 | [ rdf:type spl:Argument ; | ... | ... |
-
Please register or login to post a comment