David Price

added FILTER to NOT EXIST in one table

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