David Price

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

This diff could not be displayed because it is too large.
......@@ -7,7 +7,7 @@ WHERE {
?productVolumeReport ep-core:partOf ?report .
?productVolumeReport a ep-report:ProductVolumeReport .
?productVolumeReport ep-report:reportOn ?productionFlowsInReportingPeriod .
?productionFlowsInReportingPeriod a ep-flow:ProductionFlow .
?productionFlowsInReportingPeriod a ep-flow:ProductionFlowNetwork .
?stateOfField ep-flow:facilityContainsFlow ?productionFlowsInReportingPeriod .
?stateOfField ep-core:temporalPartOf ?reportedField .
?reportedField npd:name ?reportedFieldName .
......@@ -30,7 +30,7 @@ let:facilityName="{# SELECT DISTINCT
{
?report a ep-report:ProductionReport .
?report ep-report:reportSubmittedBy ?submittingFieldState .
?report ep-report:reportSubmittedFrom ?submittingFieldState .
?submittingFieldState ep-core:temporalPartOf ?submittingField .
?submittingField npd:name ?submittingFieldName .
......