Holger Knublauch

Field and Discovery mapping now handles 0 well bore ids

This diff could not be displayed because it is too large.
......@@ -270,8 +270,16 @@
[ rdf:type spinmap:Mapping-1-1 ;
spinmap:context :Discovery-Discovery ;
spinmap:expression
[ rdf:type rhspin:wellBoreById ;
arg:id spin:_arg1
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 "0"
] ;
sp:arg2 [ sp:varName "none"^^xsd:string
] ;
sp:arg3 [ rdf:type rhspin:wellBoreById ;
arg:id spin:_arg1
]
] ;
spinmap:sourcePredicate1
<file:///www.reportinghub.no/transform/npd/discovery#wlbNpdidWellbore> ;
......@@ -541,8 +549,16 @@
[ rdf:type spinmap:Mapping-1-1 ;
spinmap:context :Field-Field ;
spinmap:expression
[ rdf:type rhspin:wellBoreById ;
arg:id spin:_arg1
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 "0"
] ;
sp:arg2 [ sp:varName "none"^^xsd:string
] ;
sp:arg3 [ rdf:type rhspin:wellBoreById ;
arg:id spin:_arg1
]
] ;
spinmap:sourcePredicate1
<file:///www.reportinghub.no/transform/npd/field#wlbNpdidWellbore> ;
......