David Price

Fix bug in production inventory table

......@@ -920,7 +920,7 @@ mpr-tables:GasSales
[ sp:varName "productionFlowFacility"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlow"^^xsd:string
[ sp:varName "productFlowMonth"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject
......@@ -929,13 +929,6 @@ mpr-tables:GasSales
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productFlow"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlow"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productFlowMonth"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ;
......@@ -2080,7 +2073,7 @@ mpr-tables:ProductionInventory
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productInventory"^^xsd:string
[ sp:varName "productInventoryInPeriod"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
......@@ -2161,7 +2154,7 @@ mpr-tables:ProductionInventory
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productInventory"^^xsd:string
[ sp:varName "productInventoryInPeriod"^^xsd:string
]
] [ sp:object
[ sp:varName "productInventoryWholeType"^^xsd:string
......