David Price

Fixed some of ProductVolume report issues through use of hasPart instead of hasN…

…etworkPart between ProductionFlow
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 15
16 <http://www.reportinghub.no/ep/spin/mpr-tables> 16 <http://www.reportinghub.no/ep/spin/mpr-tables>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 mpr-tables:ProductionFlows 21 mpr-tables:ProductionFlows
...@@ -71,7 +71,7 @@ mpr-tables:ProductionFlows ...@@ -71,7 +71,7 @@ mpr-tables:ProductionFlows
71 ] [ sp:object 71 ] [ sp:object
72 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string 72 [ sp:varName "productionFlowInReportingPeriod"^^xsd:string
73 ] ; 73 ] ;
74 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; 74 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
75 sp:subject 75 sp:subject
76 [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string 76 [ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
77 ] 77 ]
......