Holger Knublauch

Fixed fieldOwner mapping

...@@ -564,11 +564,13 @@ ...@@ -564,11 +564,13 @@
564 [ rdf:type spinmap:Mapping-1-1 ; 564 [ rdf:type spinmap:Mapping-1-1 ;
565 spinmap:context :Field-Field ; 565 spinmap:context :Field-Field ;
566 spinmap:expression 566 spinmap:expression
567 - [ rdf:type rhspin:companyById ; 567 + [ rdf:type spinmapl:resourceWithValue ;
568 - arg:id spin:_arg1 568 + sp:arg1 spin:_arg1 ;
569 + spinmapl:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
570 + spinmapl:type <http://www.reportinghub.no/np/schema/npd#Owner>
569 ] ; 571 ] ;
570 spinmap:sourcePredicate1 572 spinmap:sourcePredicate1
571 - <file:///www.reportinghub.no/transform/npd/field#fldOwnerName> ; 573 + <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ;
572 spinmap:targetPredicate1 574 spinmap:targetPredicate1
573 <http://www.reportinghub.no/np/schema/npd#fieldOwner> 575 <http://www.reportinghub.no/np/schema/npd#fieldOwner>
574 ] . 576 ] .
...@@ -1337,7 +1339,7 @@ arg:wellName ...@@ -1337,7 +1339,7 @@ arg:wellName
1337 <http://www.reportinghub.no/transform/spreadsheets2npd> 1339 <http://www.reportinghub.no/transform/spreadsheets2npd>
1338 rdf:type owl:Ontology ; 1340 rdf:type owl:Ontology ;
1339 rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; 1341 rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ;
1340 - owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <http://www.reportinghub.no/ep/schema/1.0/core> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/discovery> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/wbsha> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://spinrdf.org/spin> ; 1342 + owl:imports <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <file:///www.reportinghub.no/transform/npd/company> , <file:///www.reportinghub.no/transform/npd/discovery> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/wbsha> , <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/spin/rh> ;
1341 owl:versionInfo "0.1.0"^^xsd:string . 1343 owl:versionInfo "0.1.0"^^xsd:string .
1342 1344
1343 :BAA-BusinessArrangementArea 1345 :BAA-BusinessArrangementArea
......