David Price

Merge branch 'july17-noon'

...@@ -3892,27 +3892,36 @@ mpr-tables:WellProductionFlows ...@@ -3892,27 +3892,36 @@ mpr-tables:WellProductionFlows
3892 sp:subject 3892 sp:subject
3893 [ sp:varName "productionFlowWhole"^^xsd:string 3893 [ sp:varName "productionFlowWhole"^^xsd:string
3894 ] 3894 ]
3895 - ] [ rdf:type sp:NotExists ; 3895 + ] [ rdf:type sp:Filter ;
3896 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ; 3896 + sp:expression
3897 - sp:predicate rdf:type ; 3897 + [ rdf:type sp:notExists ;
3898 - sp:subject 3898 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ;
3899 - [ sp:varName "productionFlowWhole"^^xsd:string 3899 + sp:predicate rdf:type ;
3900 - ] 3900 + sp:subject
3901 - ]) 3901 + [ sp:varName "productionFlowWhole"^^xsd:string
3902 - ] [ rdf:type sp:NotExists ; 3902 + ]
3903 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ; 3903 + ])
3904 - sp:predicate rdf:type ; 3904 + ]
3905 - sp:subject 3905 + ] [ rdf:type sp:Filter ;
3906 - [ sp:varName "productionFlowWhole"^^xsd:string 3906 + sp:expression
3907 - ] 3907 + [ rdf:type sp:notExists ;
3908 - ]) 3908 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
3909 - ] [ rdf:type sp:NotExists ; 3909 + sp:predicate rdf:type ;
3910 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ; 3910 + sp:subject
3911 - sp:predicate rdf:type ; 3911 + [ sp:varName "productionFlowWhole"^^xsd:string
3912 - sp:subject 3912 + ]
3913 - [ sp:varName "productionFlowWhole"^^xsd:string 3913 + ])
3914 - ] 3914 + ]
3915 - ]) 3915 + ] [ rdf:type sp:Filter ;
3916 + sp:expression
3917 + [ rdf:type sp:notExists ;
3918 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
3919 + sp:predicate rdf:type ;
3920 + sp:subject
3921 + [ sp:varName "productionFlowWhole"^^xsd:string
3922 + ]
3923 + ])
3924 + ]
3916 ] [ sp:object 3925 ] [ sp:object
3917 [ sp:varName "productionFlowFacility"^^xsd:string 3926 [ sp:varName "productionFlowFacility"^^xsd:string
3918 ] ; 3927 ] ;
......