David Price

First bit of fix after rework of MPRG transform last week.

...@@ -7,7 +7,7 @@ WHERE { ...@@ -7,7 +7,7 @@ WHERE {
7 ?productVolumeReport ep-core:partOf ?report . 7 ?productVolumeReport ep-core:partOf ?report .
8 ?productVolumeReport a ep-report:ProductVolumeReport . 8 ?productVolumeReport a ep-report:ProductVolumeReport .
9 ?productVolumeReport ep-report:reportOn ?productionFlowsInReportingPeriod . 9 ?productVolumeReport ep-report:reportOn ?productionFlowsInReportingPeriod .
10 - ?productionFlowsInReportingPeriod a ep-flow:ProductionFlow . 10 + ?productionFlowsInReportingPeriod a ep-flow:ProductionFlowNetwork .
11 ?stateOfField ep-flow:facilityContainsFlow ?productionFlowsInReportingPeriod . 11 ?stateOfField ep-flow:facilityContainsFlow ?productionFlowsInReportingPeriod .
12 ?stateOfField ep-core:temporalPartOf ?reportedField . 12 ?stateOfField ep-core:temporalPartOf ?reportedField .
13 ?reportedField npd:name ?reportedFieldName . 13 ?reportedField npd:name ?reportedFieldName .
...@@ -30,7 +30,7 @@ let:facilityName="{# SELECT DISTINCT ...@@ -30,7 +30,7 @@ let:facilityName="{# SELECT DISTINCT
30 { 30 {
31 31
32 ?report a ep-report:ProductionReport . 32 ?report a ep-report:ProductionReport .
33 -?report ep-report:reportSubmittedBy ?submittingFieldState . 33 +?report ep-report:reportSubmittedFrom ?submittingFieldState .
34 ?submittingFieldState ep-core:temporalPartOf ?submittingField . 34 ?submittingFieldState ep-core:temporalPartOf ?submittingField .
35 ?submittingField npd:name ?submittingFieldName . 35 ?submittingField npd:name ?submittingFieldName .
36 36
......