Showing
3 changed files
with
23 additions
and
15 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -40,9 +40,6 @@ WHERE { | ... | @@ -40,9 +40,6 @@ WHERE { |
| 40 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" /> | 40 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" /> |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | - | ||
| 44 | - | ||
| 45 | - | ||
| 46 | <table> | 43 | <table> |
| 47 | 44 | ||
| 48 | <ui:forEach ui:resultSet="{# SELECT ?facilityName ?beds | 45 | <ui:forEach ui:resultSet="{# SELECT ?facilityName ?beds | ... | ... |
| ... | @@ -18,37 +18,48 @@ WHERE { | ... | @@ -18,37 +18,48 @@ WHERE { |
| 18 | 18 | ||
| 19 | <h1>Monthly Partner Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> | 19 | <h1>Monthly Partner Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> |
| 20 | <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:MonthlyProductionReportPartner . ?report ep-core:name ?title . } }</h2> | 20 | <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:MonthlyProductionReportPartner . ?report ep-core:name ?title . } }</h2> |
| 21 | +<h2>Report Status : {# SELECT ?reportStatusLabel | ||
| 22 | +WHERE { | ||
| 23 | + ?report rdf:type ep-report:ProductionReport . | ||
| 24 | + ?report a ?reportStatus . | ||
| 25 | + ?reportStatus a ep-report:ReportVersionStatus . | ||
| 26 | + ?reportStatus rdfs:label ?reportStatusLabel . | ||
| 27 | +}}</h2> | ||
| 21 | <h2>Submitted by : {# SELECT ?submittingFieldName WHERE | 28 | <h2>Submitted by : {# SELECT ?submittingFieldName WHERE |
| 22 | { | 29 | { |
| 23 | 30 | ||
| 24 | -?report a ep-report:MonthlyProductionReportPartner . | 31 | +?report a ep-report:ProductionReport . |
| 25 | -?report ep-report:reportSubmittedFrom ?submittingFieldState . | 32 | +?reportIssueActivity ep-report:issuedReport ?report . |
| 33 | +?reportIssueActivity ep-activity:issuedFrom ?submittingFieldState . | ||
| 26 | ?submittingFieldState ep-core:temporalPartOf ?submittingField . | 34 | ?submittingFieldState ep-core:temporalPartOf ?submittingField . |
| 27 | ?submittingField npd:name ?submittingFieldName . | 35 | ?submittingField npd:name ?submittingFieldName . |
| 28 | 36 | ||
| 29 | } }</h2> | 37 | } }</h2> |
| 30 | 38 | ||
| 39 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> | ||
| 31 | 40 | ||
| 41 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> | ||
| 32 | 42 | ||
| 43 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | ||
| 33 | 44 | ||
| 34 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> | 45 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" /> |
| 35 | - | ||
| 36 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> | ||
| 37 | - | ||
| 38 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | ||
| 39 | 46 | ||
| 40 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" /> | 47 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> |
| 41 | 48 | ||
| 42 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" /> | 49 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" /> |
| 43 | 50 | ||
| 44 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" /> | 51 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventory" /> |
| 45 | 52 | ||
| 46 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventory" /> | 53 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventoryOwnership" /> |
| 47 | 54 | ||
| 48 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventoryOwnership" /> | 55 | +<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:FluidSamples" /> |
| 49 | 56 | ||
| 57 | +<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:FluidSampleAnalysisResults" /> | ||
| 50 | 58 | ||
| 59 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellTest" /> | ||
| 51 | 60 | ||
| 61 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellInjectionTest" /> | ||
| 62 | + <mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellInjectionTestResults" /> | ||
| 52 | 63 | ||
| 53 | </ui:group> | 64 | </ui:group> |
| 54 | 65 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment