Holger Knublauch

NPD ingestion progress

This diff could not be displayed because it is too large.
1 # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd 1 # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd
2 # imports: http://topbraid.org/spin/spinmapl 2 # imports: http://topbraid.org/spin/spinmapl
3 -# imports: http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30
4 # imports: file:///www.reportinghub.no/transform/npd/company 3 # imports: file:///www.reportinghub.no/transform/npd/company
5 # imports: file:///www.reportinghub.no/transform/npd/wbsha 4 # imports: file:///www.reportinghub.no/transform/npd/wbsha
6 -# imports: file:///www.reportinghub.no/transform/npd/baa-2011-07-30 5 +# imports: file:///www.reportinghub.no/transform/npd/wbdev
7 -# imports: file:///www.reportinghub.no/transform/npd/field
8 # imports: http://www.reportinghub.no/1.1/schema/npd 6 # imports: http://www.reportinghub.no/1.1/schema/npd
9 -# imports: http://www.reportinghub.no/transform/npd/field-2011-07-30 7 +# imports: file:///www.reportinghub.no/transform/npd/field
10 # imports: http://www.reportinghub.no/spin/rh 8 # imports: http://www.reportinghub.no/spin/rh
11 -# imports: file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30
12 -# imports: file:///www.reportinghub.no/transform/npd/baa
13 -# imports: file:///www.reportinghub.no/transform/npd/baalicensee
14 -# imports: http://spinrdf.org/spin
15 -# imports: file:///www.reportinghub.no/transform/npd/tufoperator
16 -# imports: file:///www.reportinghub.no/transform/npd/discovery-2011-07-30
17 -# imports: file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30
18 -# imports: file:///www.reportinghub.no/transform/npd/wbid-2011-07-30
19 -# imports: http://www.reportinghub.no/examples/transform/npd/company-2011-07-30
20 -# imports: file:///www.reportinghub.no/transform/npd/licensee-2011-07-30
21 -# imports: file:///www.reportinghub.no/transform/npd/wbdev
22 -# imports: http://www.reportinghub.no/examples/npdi
23 -# imports: http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30
24 -# imports: file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30
25 # imports: file:///www.reportinghub.no/transform/npd/facilitymoveable 9 # imports: file:///www.reportinghub.no/transform/npd/facilitymoveable
26 # imports: file:///www.reportinghub.no/transform/npd/wbexp 10 # imports: file:///www.reportinghub.no/transform/npd/wbexp
27 -# imports: file:///www.reportinghub.no/transform/npd/license-2011-07-30
28 # imports: file:///www.reportinghub.no/transform/npd/licensee 11 # imports: file:///www.reportinghub.no/transform/npd/licensee
12 +# imports: file:///www.reportinghub.no/transform/npd/baa
29 # imports: file:///www.reportinghub.no/transform/npd/facilityfixed 13 # imports: file:///www.reportinghub.no/transform/npd/facilityfixed
30 # imports: file:///www.reportinghub.no/transform/npd/discovery 14 # imports: file:///www.reportinghub.no/transform/npd/discovery
31 # imports: file:///www.reportinghub.no/transform/npd/licence 15 # imports: file:///www.reportinghub.no/transform/npd/licence
32 -# imports: file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30 16 +# imports: file:///www.reportinghub.no/transform/npd/baalicensee
33 # imports: file:///www.reportinghub.no/transform/npd/wbid 17 # imports: file:///www.reportinghub.no/transform/npd/wbid
34 -# imports: file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30 18 +# imports: http://spinrdf.org/spin
19 +# imports: file:///www.reportinghub.no/transform/npd/tufoperator
35 20
36 @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> . 21 @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> .
37 @prefix arg: <http://spinrdf.org/arg#> . 22 @prefix arg: <http://spinrdf.org/arg#> .
...@@ -64,104 +49,28 @@ ...@@ -64,104 +49,28 @@
64 @prefix wbsha-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30#> . 49 @prefix wbsha-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30#> .
65 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 50 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
66 51
67 -<file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#Licence>
68 - spinmap:rule
69 - [ rdf:type spinmap:Mapping-1-1 ;
70 - spinmap:context :License-License ;
71 - spinmap:expression
72 - [ rdf:type spinmapl:resourceWithValue ;
73 - sp:arg1 spin:_arg1 ;
74 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
75 - spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus>
76 - ] ;
77 - spinmap:sourcePredicate1
78 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlStatus> ;
79 - spinmap:targetPredicate1
80 - <http://www.reportinghub.no/schema/npd#licenseStatus>
81 - ] ;
82 - spinmap:rule
83 - [ rdf:type spinmap:Mapping-1-1 ;
84 - spinmap:context :License-License ;
85 - spinmap:expression
86 - [ rdf:type spif:parseDate ;
87 - arg:pattern "dd.MM.yyyy" ;
88 - sp:arg1 spin:_arg1
89 - ] ;
90 - spinmap:sourcePredicate1
91 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateGranted> ;
92 - spinmap:targetPredicate1
93 - <http://www.reportinghub.no/schema/npd#startDate>
94 - ] ;
95 - spinmap:rule
96 - [ rdf:type spinmap:Mapping-1-1 ;
97 - spinmap:context :License-License ;
98 - spinmap:expression
99 - [ rdf:type spif:parseDate ;
100 - arg:pattern "dd.MM.yyyy" ;
101 - sp:arg1 spin:_arg1
102 - ] ;
103 - spinmap:sourcePredicate1
104 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateValidTo> ;
105 - spinmap:targetPredicate1
106 - <http://www.reportinghub.no/schema/npd#endDate>
107 - ] ;
108 - spinmap:rule
109 - [ rdf:type spinmap:Mapping-1-1 ;
110 - spinmap:context :License-License ;
111 - spinmap:expression spin:_arg1 ;
112 - spinmap:sourcePredicate1
113 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlNpdidLicence> ;
114 - spinmap:targetPredicate1
115 - <http://www.reportinghub.no/schema/npd#id>
116 - ] ;
117 - spinmap:rule
118 - [ rdf:type spinmap:Mapping-0-1 ;
119 - spinmap:context :License-License ;
120 - spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ;
121 - spinmap:targetPredicate1
122 - rdf:type
123 - ] ;
124 - spinmap:rule
125 - [ rdf:type spinmap:Mapping-1-1 ;
126 - spinmap:context :License-License ;
127 - spinmap:expression spin:_arg1 ;
128 - spinmap:sourcePredicate1
129 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlName> ;
130 - spinmap:targetPredicate1
131 - <http://www.reportinghub.no/schema/npd#name>
132 - ] ;
133 - spinmap:rule
134 - [ rdf:type spinmap:Mapping-1-1 ;
135 - spinmap:context :License-License ;
136 - spinmap:expression spin:_arg1 ;
137 - spinmap:sourcePredicate1
138 - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlLicensingActivityName> ;
139 - spinmap:targetPredicate1
140 - <http://www.reportinghub.no/schema/npd#licensingActivity>
141 - ] .
142 -
143 <file:///www.reportinghub.no/transform/npd/baa#BAA> 52 <file:///www.reportinghub.no/transform/npd/baa#BAA>
144 spinmap:rule 53 spinmap:rule
145 [ rdf:type spinmap:Mapping-1-1 ; 54 [ rdf:type spinmap:Mapping-1-1 ;
146 spinmap:context :BAA-BusinessArrangementArea ; 55 spinmap:context :BAA-BusinessArrangementArea ;
147 spinmap:expression spin:_arg1 ; 56 spinmap:expression spin:_arg1 ;
148 spinmap:sourcePredicate1 57 spinmap:sourcePredicate1
149 - <file:///www.reportinghub.no/transform/npd/baa#baaName> ; 58 + <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ;
150 spinmap:targetPredicate1 59 spinmap:targetPredicate1
151 - <http://www.reportinghub.no/schema/npd#name> 60 + <http://www.reportinghub.no/schema/npd#id>
152 ] ; 61 ] ;
153 spinmap:rule 62 spinmap:rule
154 [ rdf:type spinmap:Mapping-1-1 ; 63 [ rdf:type spinmap:Mapping-1-1 ;
155 spinmap:context :BAA-BusinessArrangementArea ; 64 spinmap:context :BAA-BusinessArrangementArea ;
156 spinmap:expression 65 spinmap:expression
157 - [ rdf:type spif:parseDate ; 66 + [ rdf:type spinmapl:resourceWithValue ;
158 - arg:pattern "dd.MM.yyyy" ; 67 + sp:arg1 spin:_arg1 ;
159 - sp:arg1 spin:_arg1 68 + spinmapl:predicate :baaKind
160 ] ; 69 ] ;
161 spinmap:sourcePredicate1 70 spinmap:sourcePredicate1
162 - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; 71 + <file:///www.reportinghub.no/transform/npd/baa#baaKind> ;
163 spinmap:targetPredicate1 72 spinmap:targetPredicate1
164 - <http://www.reportinghub.no/schema/npd#endDate> 73 + rdf:type
165 ] ; 74 ] ;
166 spinmap:rule 75 spinmap:rule
167 [ rdf:type spinmap:Mapping-1-1 ; 76 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -180,37 +89,32 @@ ...@@ -180,37 +89,32 @@
180 [ rdf:type spinmap:Mapping-1-1 ; 89 [ rdf:type spinmap:Mapping-1-1 ;
181 spinmap:context :BAA-BusinessArrangementArea ; 90 spinmap:context :BAA-BusinessArrangementArea ;
182 spinmap:expression 91 spinmap:expression
183 - [ rdf:type spinmapl:resourceWithValue ; 92 + [ rdf:type spif:parseDate ;
184 - sp:arg1 spin:_arg1 ; 93 + arg:pattern "dd.MM.yyyy" ;
185 - spinmapl:predicate :baaKind 94 + sp:arg1 spin:_arg1
186 ] ; 95 ] ;
187 spinmap:sourcePredicate1 96 spinmap:sourcePredicate1
188 - <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; 97 + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ;
189 spinmap:targetPredicate1 98 spinmap:targetPredicate1
190 - rdf:type 99 + <http://www.reportinghub.no/schema/npd#endDate>
191 ] ; 100 ] ;
192 spinmap:rule 101 spinmap:rule
193 [ rdf:type spinmap:Mapping-1-1 ; 102 [ rdf:type spinmap:Mapping-1-1 ;
194 spinmap:context :BAA-BusinessArrangementArea ; 103 spinmap:context :BAA-BusinessArrangementArea ;
195 spinmap:expression spin:_arg1 ; 104 spinmap:expression spin:_arg1 ;
196 spinmap:sourcePredicate1 105 spinmap:sourcePredicate1
197 - <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; 106 + <file:///www.reportinghub.no/transform/npd/baa#baaName> ;
198 spinmap:targetPredicate1 107 spinmap:targetPredicate1
199 - <http://www.reportinghub.no/schema/npd#id> 108 + <http://www.reportinghub.no/schema/npd#name>
200 ] . 109 ] .
201 110
202 <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> 111 <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee>
203 spinmap:rule 112 spinmap:rule
204 - [ rdf:type spinmap:Mapping-1-1 ; 113 + [ rdf:type spinmap:Mapping-0-1 ;
205 spinmap:context :BAALicensee-ShareOfBAA ; 114 spinmap:context :BAALicensee-ShareOfBAA ;
206 - spinmap:expression 115 + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ;
207 - [ rdf:type xsd:float ;
208 - sp:arg1 spin:_arg1
209 - ] ;
210 - spinmap:sourcePredicate1
211 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ;
212 spinmap:targetPredicate1 116 spinmap:targetPredicate1
213 - <http://www.reportinghub.no/schema/npd#percentageOfShare> 117 + rdf:type
214 ] ; 118 ] ;
215 spinmap:rule 119 spinmap:rule
216 [ rdf:type spinmap:Mapping-1-1 ; 120 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -219,12 +123,12 @@ ...@@ -219,12 +123,12 @@
219 [ rdf:type spinmapl:resourceWithValue ; 123 [ rdf:type spinmapl:resourceWithValue ;
220 sp:arg1 spin:_arg1 ; 124 sp:arg1 spin:_arg1 ;
221 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; 125 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
222 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> 126 + spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea>
223 ] ; 127 ] ;
224 spinmap:sourcePredicate1 128 spinmap:sourcePredicate1
225 - <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; 129 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ;
226 spinmap:targetPredicate1 130 spinmap:targetPredicate1
227 - <http://www.reportinghub.no/schema/npd#shareHolder> 131 + <http://www.reportinghub.no/schema/npd#baaShared>
228 ] ; 132 ] ;
229 spinmap:rule 133 spinmap:rule
230 [ rdf:type spinmap:Mapping-1-1 ; 134 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -235,9 +139,9 @@ ...@@ -235,9 +139,9 @@
235 sp:arg1 spin:_arg1 139 sp:arg1 spin:_arg1
236 ] ; 140 ] ;
237 spinmap:sourcePredicate1 141 spinmap:sourcePredicate1
238 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; 142 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ;
239 spinmap:targetPredicate1 143 spinmap:targetPredicate1
240 - <http://www.reportinghub.no/schema/npd#endDate> 144 + <http://www.reportinghub.no/schema/npd#startDate>
241 ] ; 145 ] ;
242 spinmap:rule 146 spinmap:rule
243 [ rdf:type spinmap:Mapping-1-1 ; 147 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -248,9 +152,9 @@ ...@@ -248,9 +152,9 @@
248 sp:arg1 spin:_arg1 152 sp:arg1 spin:_arg1
249 ] ; 153 ] ;
250 spinmap:sourcePredicate1 154 spinmap:sourcePredicate1
251 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; 155 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ;
252 spinmap:targetPredicate1 156 spinmap:targetPredicate1
253 - <http://www.reportinghub.no/schema/npd#startDate> 157 + <http://www.reportinghub.no/schema/npd#endDate>
254 ] ; 158 ] ;
255 spinmap:rule 159 spinmap:rule
256 [ rdf:type spinmap:Mapping-1-1 ; 160 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -259,56 +163,58 @@ ...@@ -259,56 +163,58 @@
259 [ rdf:type spinmapl:resourceWithValue ; 163 [ rdf:type spinmapl:resourceWithValue ;
260 sp:arg1 spin:_arg1 ; 164 sp:arg1 spin:_arg1 ;
261 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; 165 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
262 - spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> 166 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
263 ] ; 167 ] ;
264 spinmap:sourcePredicate1 168 spinmap:sourcePredicate1
265 - <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; 169 + <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ;
266 spinmap:targetPredicate1 170 spinmap:targetPredicate1
267 - <http://www.reportinghub.no/schema/npd#baaShared> 171 + <http://www.reportinghub.no/schema/npd#shareHolder>
268 ] ; 172 ] ;
269 spinmap:rule 173 spinmap:rule
270 - [ rdf:type spinmap:Mapping-0-1 ; 174 + [ rdf:type spinmap:Mapping-1-1 ;
271 spinmap:context :BAALicensee-ShareOfBAA ; 175 spinmap:context :BAALicensee-ShareOfBAA ;
272 - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; 176 + spinmap:expression
177 + [ rdf:type xsd:float ;
178 + sp:arg1 spin:_arg1
179 + ] ;
180 + spinmap:sourcePredicate1
181 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ;
273 spinmap:targetPredicate1 182 spinmap:targetPredicate1
274 - rdf:type 183 + <http://www.reportinghub.no/schema/npd#percentageOfShare>
275 ] . 184 ] .
276 185
277 <file:///www.reportinghub.no/transform/npd/company#Company> 186 <file:///www.reportinghub.no/transform/npd/company#Company>
278 spinmap:rule 187 spinmap:rule
279 [ rdf:type spinmap:Mapping-1-1 ; 188 [ rdf:type spinmap:Mapping-1-1 ;
280 - spinmap:context :Company-ParentCompany ; 189 + spinmap:context :Company-Company ;
281 spinmap:expression spin:_arg1 ; 190 spinmap:expression spin:_arg1 ;
282 spinmap:sourcePredicate1 191 spinmap:sourcePredicate1
283 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; 192 + <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ;
284 spinmap:targetPredicate1 193 spinmap:targetPredicate1
285 - <http://www.reportinghub.no/schema/npd#name> 194 + <http://www.reportinghub.no/schema/npd#id>
286 ] ; 195 ] ;
287 spinmap:rule 196 spinmap:rule
288 [ rdf:type spinmap:Mapping-1-1 ; 197 [ rdf:type spinmap:Mapping-1-1 ;
289 - spinmap:context :Company-ParentCompany ; 198 + spinmap:context :Company-Company ;
290 spinmap:expression spin:_arg1 ; 199 spinmap:expression spin:_arg1 ;
291 spinmap:sourcePredicate1 200 spinmap:sourcePredicate1
292 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; 201 + <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ;
293 spinmap:targetPredicate1 202 spinmap:targetPredicate1
294 <http://www.reportinghub.no/schema/npd#companyShortName> 203 <http://www.reportinghub.no/schema/npd#companyShortName>
295 ] ; 204 ] ;
296 spinmap:rule 205 spinmap:rule
297 [ rdf:type spinmap:Mapping-1-1 ; 206 [ rdf:type spinmap:Mapping-1-1 ;
298 spinmap:context :Company-Company ; 207 spinmap:context :Company-Company ;
299 - spinmap:expression 208 + spinmap:expression spin:_arg1 ;
300 - [ rdf:type rhspin:parentCompanyByName ;
301 - arg:name spin:_arg1
302 - ] ;
303 spinmap:sourcePredicate1 209 spinmap:sourcePredicate1
304 - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; 210 + <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ;
305 spinmap:targetPredicate1 211 spinmap:targetPredicate1
306 - <http://www.reportinghub.no/schema/npd#parentCompany> 212 + <http://www.reportinghub.no/schema/npd#name>
307 ] ; 213 ] ;
308 spinmap:rule 214 spinmap:rule
309 [ rdf:type spinmap:Mapping-0-1 ; 215 [ rdf:type spinmap:Mapping-0-1 ;
310 - spinmap:context :Company-ParentCompany ; 216 + spinmap:context :Company-Company ;
311 - spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ; 217 + spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ;
312 spinmap:targetPredicate1 218 spinmap:targetPredicate1
313 rdf:type 219 rdf:type
314 ] ; 220 ] ;
...@@ -323,37 +229,40 @@ ...@@ -323,37 +229,40 @@
323 ] ; 229 ] ;
324 spinmap:rule 230 spinmap:rule
325 [ rdf:type spinmap:Mapping-0-1 ; 231 [ rdf:type spinmap:Mapping-0-1 ;
326 - spinmap:context :Company-Company ; 232 + spinmap:context :Company-ParentCompany ;
327 - spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ; 233 + spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ;
328 spinmap:targetPredicate1 234 spinmap:targetPredicate1
329 rdf:type 235 rdf:type
330 ] ; 236 ] ;
331 spinmap:rule 237 spinmap:rule
332 [ rdf:type spinmap:Mapping-1-1 ; 238 [ rdf:type spinmap:Mapping-1-1 ;
333 spinmap:context :Company-Company ; 239 spinmap:context :Company-Company ;
334 - spinmap:expression spin:_arg1 ; 240 + spinmap:expression
241 + [ rdf:type rhspin:parentCompanyByName ;
242 + arg:name spin:_arg1
243 + ] ;
335 spinmap:sourcePredicate1 244 spinmap:sourcePredicate1
336 - <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; 245 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
337 spinmap:targetPredicate1 246 spinmap:targetPredicate1
338 - <http://www.reportinghub.no/schema/npd#name> 247 + <http://www.reportinghub.no/schema/npd#parentCompany>
339 ] ; 248 ] ;
340 spinmap:rule 249 spinmap:rule
341 [ rdf:type spinmap:Mapping-1-1 ; 250 [ rdf:type spinmap:Mapping-1-1 ;
342 - spinmap:context :Company-Company ; 251 + spinmap:context :Company-ParentCompany ;
343 spinmap:expression spin:_arg1 ; 252 spinmap:expression spin:_arg1 ;
344 spinmap:sourcePredicate1 253 spinmap:sourcePredicate1
345 - <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; 254 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
346 spinmap:targetPredicate1 255 spinmap:targetPredicate1
347 <http://www.reportinghub.no/schema/npd#companyShortName> 256 <http://www.reportinghub.no/schema/npd#companyShortName>
348 ] ; 257 ] ;
349 spinmap:rule 258 spinmap:rule
350 [ rdf:type spinmap:Mapping-1-1 ; 259 [ rdf:type spinmap:Mapping-1-1 ;
351 - spinmap:context :Company-Company ; 260 + spinmap:context :Company-ParentCompany ;
352 spinmap:expression spin:_arg1 ; 261 spinmap:expression spin:_arg1 ;
353 spinmap:sourcePredicate1 262 spinmap:sourcePredicate1
354 - <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; 263 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
355 spinmap:targetPredicate1 264 spinmap:targetPredicate1
356 - <http://www.reportinghub.no/schema/npd#id> 265 + <http://www.reportinghub.no/schema/npd#name>
357 ] . 266 ] .
358 267
359 <file:///www.reportinghub.no/transform/npd/discovery#Discovery> 268 <file:///www.reportinghub.no/transform/npd/discovery#Discovery>
...@@ -361,27 +270,25 @@ ...@@ -361,27 +270,25 @@
361 [ rdf:type spinmap:Mapping-1-1 ; 270 [ rdf:type spinmap:Mapping-1-1 ;
362 spinmap:context :Discovery-Discovery ; 271 spinmap:context :Discovery-Discovery ;
363 spinmap:expression 272 spinmap:expression
364 - [ rdf:type rhspin:fieldById ; 273 + [ rdf:type rhspin:wellBoreByName ;
365 - arg:id spin:_arg1 274 + arg:wellBoreName spin:_arg1
366 ] ; 275 ] ;
367 spinmap:sourcePredicate1 276 spinmap:sourcePredicate1
368 - <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; 277 + <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ;
369 spinmap:targetPredicate1 278 spinmap:targetPredicate1
370 - <http://www.reportinghub.no/schema/npd#discoveryField> 279 + <http://www.reportinghub.no/schema/npd#discoveryWellBore>
371 ] ; 280 ] ;
372 spinmap:rule 281 spinmap:rule
373 [ rdf:type spinmap:Mapping-1-1 ; 282 [ rdf:type spinmap:Mapping-1-1 ;
374 spinmap:context :Discovery-Discovery ; 283 spinmap:context :Discovery-Discovery ;
375 spinmap:expression 284 spinmap:expression
376 - [ rdf:type spinmapl:resourceWithValue ; 285 + [ rdf:type rhspin:fieldById ;
377 - sp:arg1 spin:_arg1 ; 286 + arg:id spin:_arg1
378 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
379 - spinmapl:type <http://www.reportinghub.no/schema/npd#HCType>
380 ] ; 287 ] ;
381 spinmap:sourcePredicate1 288 spinmap:sourcePredicate1
382 - <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; 289 + <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ;
383 spinmap:targetPredicate1 290 spinmap:targetPredicate1
384 - <http://www.reportinghub.no/schema/npd#discoveryHCType> 291 + <http://www.reportinghub.no/schema/npd#discoveryField>
385 ] ; 292 ] ;
386 spinmap:rule 293 spinmap:rule
387 [ rdf:type spinmap:Mapping-1-1 ; 294 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -390,26 +297,21 @@ ...@@ -390,26 +297,21 @@
390 [ rdf:type spinmapl:resourceWithValue ; 297 [ rdf:type spinmapl:resourceWithValue ;
391 sp:arg1 spin:_arg1 ; 298 sp:arg1 spin:_arg1 ;
392 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; 299 spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
393 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> 300 + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
394 ] ; 301 ] ;
395 spinmap:sourcePredicate1 302 spinmap:sourcePredicate1
396 - <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; 303 + <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ;
397 spinmap:targetPredicate1 304 spinmap:targetPredicate1
398 - <http://www.reportinghub.no/schema/npd#discoveryOperator> 305 + <http://www.reportinghub.no/schema/npd#discoveryOwner>
399 ] ; 306 ] ;
400 spinmap:rule 307 spinmap:rule
401 [ rdf:type spinmap:Mapping-1-1 ; 308 [ rdf:type spinmap:Mapping-1-1 ;
402 spinmap:context :Discovery-Discovery ; 309 spinmap:context :Discovery-Discovery ;
403 - spinmap:expression 310 + spinmap:expression spin:_arg1 ;
404 - [ rdf:type spinmapl:resourceWithValue ;
405 - sp:arg1 spin:_arg1 ;
406 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
407 - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
408 - ] ;
409 spinmap:sourcePredicate1 311 spinmap:sourcePredicate1
410 - <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; 312 + <file:///www.reportinghub.no/transform/npd/discovery#dscName> ;
411 spinmap:targetPredicate1 313 spinmap:targetPredicate1
412 - <http://www.reportinghub.no/schema/npd#discoveryOwner> 314 + <http://www.reportinghub.no/schema/npd#name>
413 ] ; 315 ] ;
414 spinmap:rule 316 spinmap:rule
415 [ rdf:type spinmap:Mapping-1-1 ; 317 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -418,12 +320,12 @@ ...@@ -418,12 +320,12 @@
418 [ rdf:type spinmapl:resourceWithValue ; 320 [ rdf:type spinmapl:resourceWithValue ;
419 sp:arg1 spin:_arg1 ; 321 sp:arg1 spin:_arg1 ;
420 spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; 322 spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
421 - spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> 323 + spinmapl:type <http://www.reportinghub.no/schema/npd#HCType>
422 ] ; 324 ] ;
423 spinmap:sourcePredicate1 325 spinmap:sourcePredicate1
424 - <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; 326 + <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ;
425 spinmap:targetPredicate1 327 spinmap:targetPredicate1
426 - <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> 328 + <http://www.reportinghub.no/schema/npd#discoveryHCType>
427 ] ; 329 ] ;
428 spinmap:rule 330 spinmap:rule
429 [ rdf:type spinmap:Mapping-0-1 ; 331 [ rdf:type spinmap:Mapping-0-1 ;
...@@ -435,35 +337,42 @@ ...@@ -435,35 +337,42 @@
435 spinmap:rule 337 spinmap:rule
436 [ rdf:type spinmap:Mapping-1-1 ; 338 [ rdf:type spinmap:Mapping-1-1 ;
437 spinmap:context :Discovery-Discovery ; 339 spinmap:context :Discovery-Discovery ;
438 - spinmap:expression spin:_arg1 ; 340 + spinmap:expression
341 + [ rdf:type spinmapl:resourceWithValue ;
342 + sp:arg1 spin:_arg1 ;
343 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
344 + spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus>
345 + ] ;
439 spinmap:sourcePredicate1 346 spinmap:sourcePredicate1
440 - <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; 347 + <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ;
441 spinmap:targetPredicate1 348 spinmap:targetPredicate1
442 - <http://www.reportinghub.no/schema/npd#name> 349 + <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus>
443 ] ; 350 ] ;
444 spinmap:rule 351 spinmap:rule
445 [ rdf:type spinmap:Mapping-1-1 ; 352 [ rdf:type spinmap:Mapping-1-1 ;
446 spinmap:context :Discovery-Discovery ; 353 spinmap:context :Discovery-Discovery ;
447 spinmap:expression 354 spinmap:expression
448 - [ rdf:type xsd:integer ; 355 + [ rdf:type spinmapl:resourceWithValue ;
449 - sp:arg1 spin:_arg1 356 + sp:arg1 spin:_arg1 ;
357 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
358 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
450 ] ; 359 ] ;
451 spinmap:sourcePredicate1 360 spinmap:sourcePredicate1
452 - <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; 361 + <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ;
453 spinmap:targetPredicate1 362 spinmap:targetPredicate1
454 - <http://www.reportinghub.no/schema/npd#discoveryYear> 363 + <http://www.reportinghub.no/schema/npd#discoveryOperator>
455 ] ; 364 ] ;
456 spinmap:rule 365 spinmap:rule
457 [ rdf:type spinmap:Mapping-1-1 ; 366 [ rdf:type spinmap:Mapping-1-1 ;
458 spinmap:context :Discovery-Discovery ; 367 spinmap:context :Discovery-Discovery ;
459 spinmap:expression 368 spinmap:expression
460 - [ rdf:type rhspin:wellBoreByName ; 369 + [ rdf:type xsd:integer ;
461 - arg:wellBoreName spin:_arg1 370 + sp:arg1 spin:_arg1
462 ] ; 371 ] ;
463 spinmap:sourcePredicate1 372 spinmap:sourcePredicate1
464 - <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ; 373 + <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ;
465 spinmap:targetPredicate1 374 spinmap:targetPredicate1
466 - <http://www.reportinghub.no/schema/npd#discoveryWellBore> 375 + <http://www.reportinghub.no/schema/npd#discoveryYear>
467 ] ; 376 ] ;
468 spinmap:rule 377 spinmap:rule
469 [ rdf:type spinmap:Mapping-1-1 ; 378 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -493,44 +402,42 @@ ...@@ -493,44 +402,42 @@
493 spinmap:rule 402 spinmap:rule
494 [ rdf:type spinmap:Mapping-1-1 ; 403 [ rdf:type spinmap:Mapping-1-1 ;
495 spinmap:context :FacilityFixed-FixedFacility ; 404 spinmap:context :FacilityFixed-FixedFacility ;
496 - spinmap:expression 405 + spinmap:expression spin:_arg1 ;
497 - [ rdf:type spinmapl:resourceWithValue ;
498 - sp:arg1 spin:_arg1 ;
499 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
500 - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase>
501 - ] ;
502 spinmap:sourcePredicate1 406 spinmap:sourcePredicate1
503 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; 407 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ;
504 spinmap:targetPredicate1 408 spinmap:targetPredicate1
505 - <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> 409 + <http://www.reportinghub.no/schema/npd#facilityKind>
506 ] ; 410 ] ;
507 spinmap:rule 411 spinmap:rule
508 [ rdf:type spinmap:Mapping-1-1 ; 412 [ rdf:type spinmap:Mapping-1-1 ;
509 spinmap:context :FacilityFixed-FixedFacility ; 413 spinmap:context :FacilityFixed-FixedFacility ;
510 spinmap:expression 414 spinmap:expression
511 - [ rdf:type spinmapl:resourceWithValue ; 415 + [ rdf:type spif:parseDate ;
512 - sp:arg1 spin:_arg1 ; 416 + arg:pattern "dd.MM.yyyy" ;
513 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; 417 + sp:arg1 spin:_arg1
514 - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent>
515 ] ; 418 ] ;
516 spinmap:sourcePredicate1 419 spinmap:sourcePredicate1
517 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ; 420 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ;
518 spinmap:targetPredicate1 421 spinmap:targetPredicate1
519 - <http://www.reportinghub.no/schema/npd#belongsTo> 422 + <http://www.reportinghub.no/schema/npd#startDate>
520 ] ; 423 ] ;
521 spinmap:rule 424 spinmap:rule
522 [ rdf:type spinmap:Mapping-1-1 ; 425 [ rdf:type spinmap:Mapping-1-1 ;
523 spinmap:context :FacilityFixed-FixedFacility ; 426 spinmap:context :FacilityFixed-FixedFacility ;
524 - spinmap:expression 427 + spinmap:expression spin:_arg1 ;
525 - [ rdf:type spinmapl:resourceWithValue ;
526 - sp:arg1 spin:_arg1 ;
527 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
528 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
529 - ] ;
530 spinmap:sourcePredicate1 428 spinmap:sourcePredicate1
531 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; 429 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ;
532 spinmap:targetPredicate1 430 spinmap:targetPredicate1
533 - <http://www.reportinghub.no/schema/npd#currentOperator> 431 + <http://www.reportinghub.no/schema/npd#name>
432 + ] ;
433 + spinmap:rule
434 + [ rdf:type spinmap:Mapping-1-1 ;
435 + spinmap:context :FacilityFixed-FixedFacility ;
436 + spinmap:expression spin:_arg1 ;
437 + spinmap:sourcePredicate1
438 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ;
439 + spinmap:targetPredicate1
440 + <http://www.reportinghub.no/schema/npd#id>
534 ] ; 441 ] ;
535 spinmap:rule 442 spinmap:rule
536 [ rdf:type spinmap:Mapping-1-1 ; 443 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -552,45 +459,81 @@ ...@@ -552,45 +459,81 @@
552 spinmap:rule 459 spinmap:rule
553 [ rdf:type spinmap:Mapping-1-1 ; 460 [ rdf:type spinmap:Mapping-1-1 ;
554 spinmap:context :FacilityFixed-FixedFacility ; 461 spinmap:context :FacilityFixed-FixedFacility ;
555 - spinmap:expression spin:_arg1 ; 462 + spinmap:expression
463 + [ rdf:type spinmapl:resourceWithValue ;
464 + sp:arg1 spin:_arg1 ;
465 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
466 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
467 + ] ;
556 spinmap:sourcePredicate1 468 spinmap:sourcePredicate1
557 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; 469 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ;
558 spinmap:targetPredicate1 470 spinmap:targetPredicate1
559 - <http://www.reportinghub.no/schema/npd#id> 471 + <http://www.reportinghub.no/schema/npd#currentOperator>
560 ] ; 472 ] ;
561 spinmap:rule 473 spinmap:rule
562 [ rdf:type spinmap:Mapping-1-1 ; 474 [ rdf:type spinmap:Mapping-1-1 ;
563 spinmap:context :FacilityFixed-FixedFacility ; 475 spinmap:context :FacilityFixed-FixedFacility ;
564 - spinmap:expression spin:_arg1 ; 476 + spinmap:expression
477 + [ rdf:type spinmapl:resourceWithValue ;
478 + sp:arg1 spin:_arg1 ;
479 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ;
480 + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent>
481 + ] ;
565 spinmap:sourcePredicate1 482 spinmap:sourcePredicate1
566 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; 483 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ;
567 spinmap:targetPredicate1 484 spinmap:targetPredicate1
568 - <http://www.reportinghub.no/schema/npd#name> 485 + <http://www.reportinghub.no/schema/npd#belongsTo>
569 ] ; 486 ] ;
570 spinmap:rule 487 spinmap:rule
571 [ rdf:type spinmap:Mapping-1-1 ; 488 [ rdf:type spinmap:Mapping-1-1 ;
572 spinmap:context :FacilityFixed-FixedFacility ; 489 spinmap:context :FacilityFixed-FixedFacility ;
573 spinmap:expression 490 spinmap:expression
574 - [ rdf:type spif:parseDate ; 491 + [ rdf:type spinmapl:resourceWithValue ;
575 - arg:pattern "dd.MM.yyyy" ; 492 + sp:arg1 spin:_arg1 ;
576 - sp:arg1 spin:_arg1 493 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
494 + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase>
577 ] ; 495 ] ;
578 spinmap:sourcePredicate1 496 spinmap:sourcePredicate1
579 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; 497 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ;
580 spinmap:targetPredicate1 498 spinmap:targetPredicate1
581 - <http://www.reportinghub.no/schema/npd#startDate> 499 + <http://www.reportinghub.no/schema/npd#fixedFacilityPhase>
500 + ] .
501 +
502 +<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable>
503 + spinmap:rule
504 + [ rdf:type spinmap:Mapping-0-1 ;
505 + spinmap:context :FacilityMoveable-MoveableFacility ;
506 + spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ;
507 + spinmap:targetPredicate1
508 + rdf:type
582 ] ; 509 ] ;
583 spinmap:rule 510 spinmap:rule
584 [ rdf:type spinmap:Mapping-1-1 ; 511 [ rdf:type spinmap:Mapping-1-1 ;
585 - spinmap:context :FacilityFixed-FixedFacility ; 512 + spinmap:context :FacilityMoveable-MoveableFacility ;
586 spinmap:expression spin:_arg1 ; 513 spinmap:expression spin:_arg1 ;
587 spinmap:sourcePredicate1 514 spinmap:sourcePredicate1
588 - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; 515 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ;
516 + spinmap:targetPredicate1
517 + <http://www.reportinghub.no/schema/npd#id>
518 + ] ;
519 + spinmap:rule
520 + [ rdf:type spinmap:Mapping-1-1 ;
521 + spinmap:context :FacilityMoveable-MoveableFacility ;
522 + spinmap:expression spin:_arg1 ;
523 + spinmap:sourcePredicate1
524 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ;
589 spinmap:targetPredicate1 525 spinmap:targetPredicate1
590 <http://www.reportinghub.no/schema/npd#facilityKind> 526 <http://www.reportinghub.no/schema/npd#facilityKind>
591 - ] . 527 + ] ;
592 - 528 + spinmap:rule
593 -<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> 529 + [ rdf:type spinmap:Mapping-1-1 ;
530 + spinmap:context :FacilityMoveable-MoveableFacility ;
531 + spinmap:expression spin:_arg1 ;
532 + spinmap:sourcePredicate1
533 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ;
534 + spinmap:targetPredicate1
535 + <http://www.reportinghub.no/schema/npd#name>
536 + ] ;
594 spinmap:rule 537 spinmap:rule
595 [ rdf:type spinmap:Mapping-1-1 ; 538 [ rdf:type spinmap:Mapping-1-1 ;
596 spinmap:context :FacilityMoveable-MoveableFacility ; 539 spinmap:context :FacilityMoveable-MoveableFacility ;
...@@ -604,56 +547,57 @@ ...@@ -604,56 +547,57 @@
604 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; 547 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ;
605 spinmap:targetPredicate1 548 spinmap:targetPredicate1
606 <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> 549 <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany>
550 + ] .
551 +
552 +<file:///www.reportinghub.no/transform/npd/field#Field>
553 + spinmap:rule
554 + [ rdf:type spinmap:Mapping-0-1 ;
555 + spinmap:context :Field-Field ;
556 + spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ;
557 + spinmap:targetPredicate1
558 + rdf:type
607 ] ; 559 ] ;
608 spinmap:rule 560 spinmap:rule
609 [ rdf:type spinmap:Mapping-1-1 ; 561 [ rdf:type spinmap:Mapping-1-1 ;
610 - spinmap:context :FacilityMoveable-MoveableFacility ; 562 + spinmap:context :Field-Field ;
611 - spinmap:expression spin:_arg1 ; 563 + spinmap:expression
564 + [ rdf:type rhspin:companyById ;
565 + arg:id spin:_arg1
566 + ] ;
612 spinmap:sourcePredicate1 567 spinmap:sourcePredicate1
613 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; 568 + <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ;
614 spinmap:targetPredicate1 569 spinmap:targetPredicate1
615 - <http://www.reportinghub.no/schema/npd#name> 570 + <http://www.reportinghub.no/schema/npd#fieldOperator>
616 ] ; 571 ] ;
617 spinmap:rule 572 spinmap:rule
618 [ rdf:type spinmap:Mapping-1-1 ; 573 [ rdf:type spinmap:Mapping-1-1 ;
619 - spinmap:context :FacilityMoveable-MoveableFacility ; 574 + spinmap:context :Field-Field ;
620 spinmap:expression spin:_arg1 ; 575 spinmap:expression spin:_arg1 ;
621 spinmap:sourcePredicate1 576 spinmap:sourcePredicate1
622 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ; 577 + <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ;
623 spinmap:targetPredicate1 578 spinmap:targetPredicate1
624 - <http://www.reportinghub.no/schema/npd#facilityKind> 579 + <http://www.reportinghub.no/schema/npd#id>
625 ] ; 580 ] ;
626 spinmap:rule 581 spinmap:rule
627 [ rdf:type spinmap:Mapping-1-1 ; 582 [ rdf:type spinmap:Mapping-1-1 ;
628 - spinmap:context :FacilityMoveable-MoveableFacility ; 583 + spinmap:context :Field-Field ;
629 spinmap:expression spin:_arg1 ; 584 spinmap:expression spin:_arg1 ;
630 spinmap:sourcePredicate1 585 spinmap:sourcePredicate1
631 - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; 586 + <file:///www.reportinghub.no/transform/npd/field#fldName> ;
632 spinmap:targetPredicate1 587 spinmap:targetPredicate1
633 - <http://www.reportinghub.no/schema/npd#id> 588 + <http://www.reportinghub.no/schema/npd#name>
634 ] ; 589 ] ;
635 spinmap:rule 590 spinmap:rule
636 - [ rdf:type spinmap:Mapping-0-1 ;
637 - spinmap:context :FacilityMoveable-MoveableFacility ;
638 - spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ;
639 - spinmap:targetPredicate1
640 - rdf:type
641 - ] .
642 -
643 -<file:///www.reportinghub.no/transform/npd/field#Field>
644 - spinmap:rule
645 [ rdf:type spinmap:Mapping-1-1 ; 591 [ rdf:type spinmap:Mapping-1-1 ;
646 spinmap:context :Field-Field ; 592 spinmap:context :Field-Field ;
647 spinmap:expression 593 spinmap:expression
648 - [ rdf:type spinmapl:resourceWithValue ; 594 + [ rdf:type rhspin:wellBoreByName ;
649 - sp:arg1 spin:_arg1 ; 595 + arg:wellBoreName spin:_arg1
650 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
651 - spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus>
652 ] ; 596 ] ;
653 spinmap:sourcePredicate1 597 spinmap:sourcePredicate1
654 - <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; 598 + <file:///www.reportinghub.no/transform/npd/field#wlbName> ;
655 spinmap:targetPredicate1 599 spinmap:targetPredicate1
656 - <http://www.reportinghub.no/schema/npd#currentActivityStatus> 600 + <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore>
657 ] ; 601 ] ;
658 spinmap:rule 602 spinmap:rule
659 [ rdf:type spinmap:Mapping-1-1 ; 603 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -673,84 +617,117 @@ ...@@ -673,84 +617,117 @@
673 [ rdf:type spinmap:Mapping-1-1 ; 617 [ rdf:type spinmap:Mapping-1-1 ;
674 spinmap:context :Field-Field ; 618 spinmap:context :Field-Field ;
675 spinmap:expression 619 spinmap:expression
676 - [ rdf:type rhspin:wellBoreByName ; 620 + [ rdf:type spinmapl:resourceWithValue ;
677 - arg:wellBoreName spin:_arg1 621 + sp:arg1 spin:_arg1 ;
622 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
623 + spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus>
678 ] ; 624 ] ;
679 spinmap:sourcePredicate1 625 spinmap:sourcePredicate1
680 - <file:///www.reportinghub.no/transform/npd/field#wlbName> ; 626 + <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ;
681 spinmap:targetPredicate1 627 spinmap:targetPredicate1
682 - <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> 628 + <http://www.reportinghub.no/schema/npd#currentActivityStatus>
683 - ] ; 629 + ] .
630 +
631 +<file:///www.reportinghub.no/transform/npd/licence#Licence>
684 spinmap:rule 632 spinmap:rule
685 [ rdf:type spinmap:Mapping-1-1 ; 633 [ rdf:type spinmap:Mapping-1-1 ;
686 - spinmap:context :Field-Field ; 634 + spinmap:context :License-License ;
687 - spinmap:expression spin:_arg1 ; 635 + spinmap:expression
636 + [ rdf:type spinmapl:resourceWithValue ;
637 + sp:arg1 spin:_arg1 ;
638 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
639 + spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus>
640 + ] ;
688 spinmap:sourcePredicate1 641 spinmap:sourcePredicate1
689 - <file:///www.reportinghub.no/transform/npd/field#fldName> ; 642 + <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ;
690 spinmap:targetPredicate1 643 spinmap:targetPredicate1
691 - <http://www.reportinghub.no/schema/npd#name> 644 + <http://www.reportinghub.no/schema/npd#licenseStatus>
692 ] ; 645 ] ;
693 spinmap:rule 646 spinmap:rule
694 [ rdf:type spinmap:Mapping-1-1 ; 647 [ rdf:type spinmap:Mapping-1-1 ;
695 - spinmap:context :Field-Field ; 648 + spinmap:context :License-License ;
696 - spinmap:expression spin:_arg1 ; 649 + spinmap:expression
650 + [ rdf:type spif:parseDate ;
651 + arg:pattern "dd.MM.yyyy" ;
652 + sp:arg1 spin:_arg1
653 + ] ;
697 spinmap:sourcePredicate1 654 spinmap:sourcePredicate1
698 - <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; 655 + <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ;
699 spinmap:targetPredicate1 656 spinmap:targetPredicate1
700 - <http://www.reportinghub.no/schema/npd#id> 657 + <http://www.reportinghub.no/schema/npd#startDate>
701 ] ; 658 ] ;
702 spinmap:rule 659 spinmap:rule
703 [ rdf:type spinmap:Mapping-1-1 ; 660 [ rdf:type spinmap:Mapping-1-1 ;
704 - spinmap:context :Field-Field ; 661 + spinmap:context :License-License ;
705 spinmap:expression 662 spinmap:expression
706 - [ rdf:type rhspin:companyById ; 663 + [ rdf:type spif:parseDate ;
707 - arg:id spin:_arg1 664 + arg:pattern "dd.MM.yyyy" ;
665 + sp:arg1 spin:_arg1
708 ] ; 666 ] ;
709 spinmap:sourcePredicate1 667 spinmap:sourcePredicate1
710 - <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; 668 + <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ;
711 spinmap:targetPredicate1 669 spinmap:targetPredicate1
712 - <http://www.reportinghub.no/schema/npd#fieldOperator> 670 + <http://www.reportinghub.no/schema/npd#endDate>
713 ] ; 671 ] ;
714 spinmap:rule 672 spinmap:rule
715 - [ rdf:type spinmap:Mapping-0-1 ; 673 + [ rdf:type spinmap:Mapping-1-1 ;
716 - spinmap:context :Field-Field ; 674 + spinmap:context :License-License ;
717 - spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; 675 + spinmap:expression spin:_arg1 ;
676 + spinmap:sourcePredicate1
677 + <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence> ;
718 spinmap:targetPredicate1 678 spinmap:targetPredicate1
719 - rdf:type 679 + <http://www.reportinghub.no/schema/npd#id>
720 - ] . 680 + ] ;
721 -
722 -<file:///www.reportinghub.no/transform/npd/licensee#Licensee>
723 spinmap:rule 681 spinmap:rule
724 [ rdf:type spinmap:Mapping-0-1 ; 682 [ rdf:type spinmap:Mapping-0-1 ;
725 - spinmap:context :Licensee-ShareOfLicence ; 683 + spinmap:context :License-License ;
726 - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; 684 + spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ;
727 spinmap:targetPredicate1 685 spinmap:targetPredicate1
728 rdf:type 686 rdf:type
729 ] ; 687 ] ;
730 spinmap:rule 688 spinmap:rule
731 [ rdf:type spinmap:Mapping-1-1 ; 689 [ rdf:type spinmap:Mapping-1-1 ;
690 + spinmap:context :License-License ;
691 + spinmap:expression spin:_arg1 ;
692 + spinmap:sourcePredicate1
693 + <file:///www.reportinghub.no/transform/npd/licence#prlName> ;
694 + spinmap:targetPredicate1
695 + <http://www.reportinghub.no/schema/npd#name>
696 + ] ;
697 + spinmap:rule
698 + [ rdf:type spinmap:Mapping-1-1 ;
699 + spinmap:context :License-License ;
700 + spinmap:expression spin:_arg1 ;
701 + spinmap:sourcePredicate1
702 + <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ;
703 + spinmap:targetPredicate1
704 + <http://www.reportinghub.no/schema/npd#licensingActivity>
705 + ] .
706 +
707 +<file:///www.reportinghub.no/transform/npd/licensee#Licensee>
708 + spinmap:rule
709 + [ rdf:type spinmap:Mapping-1-1 ;
732 spinmap:context :Licensee-ShareOfLicence ; 710 spinmap:context :Licensee-ShareOfLicence ;
733 spinmap:expression 711 spinmap:expression
734 - [ rdf:type spif:parseDate ; 712 + [ rdf:type rhspin:licenceById ;
735 - arg:pattern "dd.MM.yyyy" ; 713 + arg:id spin:_arg1
736 - sp:arg1 spin:_arg1
737 ] ; 714 ] ;
738 spinmap:sourcePredicate1 715 spinmap:sourcePredicate1
739 - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; 716 + <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ;
740 spinmap:targetPredicate1 717 spinmap:targetPredicate1
741 - <http://www.reportinghub.no/schema/npd#startDate> 718 + <http://www.reportinghub.no/schema/npd#licenceShared>
742 ] ; 719 ] ;
743 spinmap:rule 720 spinmap:rule
744 [ rdf:type spinmap:Mapping-1-1 ; 721 [ rdf:type spinmap:Mapping-1-1 ;
745 spinmap:context :Licensee-ShareOfLicence ; 722 spinmap:context :Licensee-ShareOfLicence ;
746 spinmap:expression 723 spinmap:expression
747 - [ rdf:type rhspin:companyById ; 724 + [ rdf:type xsd:float ;
748 - arg:id spin:_arg1 725 + sp:arg1 spin:_arg1
749 ] ; 726 ] ;
750 spinmap:sourcePredicate1 727 spinmap:sourcePredicate1
751 - <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ; 728 + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ;
752 spinmap:targetPredicate1 729 spinmap:targetPredicate1
753 - <http://www.reportinghub.no/schema/npd#shareHolder> 730 + <http://www.reportinghub.no/schema/npd#percentageOfShare>
754 ] ; 731 ] ;
755 spinmap:rule 732 spinmap:rule
756 [ rdf:type spinmap:Mapping-1-1 ; 733 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -769,36 +746,42 @@ ...@@ -769,36 +746,42 @@
769 [ rdf:type spinmap:Mapping-1-1 ; 746 [ rdf:type spinmap:Mapping-1-1 ;
770 spinmap:context :Licensee-ShareOfLicence ; 747 spinmap:context :Licensee-ShareOfLicence ;
771 spinmap:expression 748 spinmap:expression
772 - [ rdf:type xsd:float ; 749 + [ rdf:type rhspin:companyById ;
773 - sp:arg1 spin:_arg1 750 + arg:id spin:_arg1
774 ] ; 751 ] ;
775 spinmap:sourcePredicate1 752 spinmap:sourcePredicate1
776 - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; 753 + <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ;
777 spinmap:targetPredicate1 754 spinmap:targetPredicate1
778 - <http://www.reportinghub.no/schema/npd#percentageOfShare> 755 + <http://www.reportinghub.no/schema/npd#shareHolder>
779 ] ; 756 ] ;
780 spinmap:rule 757 spinmap:rule
781 [ rdf:type spinmap:Mapping-1-1 ; 758 [ rdf:type spinmap:Mapping-1-1 ;
782 spinmap:context :Licensee-ShareOfLicence ; 759 spinmap:context :Licensee-ShareOfLicence ;
783 spinmap:expression 760 spinmap:expression
784 - [ rdf:type rhspin:licenceById ; 761 + [ rdf:type spif:parseDate ;
785 - arg:id spin:_arg1 762 + arg:pattern "dd.MM.yyyy" ;
763 + sp:arg1 spin:_arg1
786 ] ; 764 ] ;
787 spinmap:sourcePredicate1 765 spinmap:sourcePredicate1
788 - <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; 766 + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ;
789 spinmap:targetPredicate1 767 spinmap:targetPredicate1
790 - <http://www.reportinghub.no/schema/npd#licenceShared> 768 + <http://www.reportinghub.no/schema/npd#startDate>
769 + ] ;
770 + spinmap:rule
771 + [ rdf:type spinmap:Mapping-0-1 ;
772 + spinmap:context :Licensee-ShareOfLicence ;
773 + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ;
774 + spinmap:targetPredicate1
775 + rdf:type
791 ] . 776 ] .
792 777
793 <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> 778 <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator>
794 spinmap:rule 779 spinmap:rule
795 - [ rdf:type spinmap:Mapping-1-1 ; 780 + [ rdf:type spinmap:Mapping-0-1 ;
796 spinmap:context :TUFOperator-TUF ; 781 spinmap:context :TUFOperator-TUF ;
797 - spinmap:expression spin:_arg1 ; 782 + spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ;
798 - spinmap:sourcePredicate1
799 - <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ;
800 spinmap:targetPredicate1 783 spinmap:targetPredicate1
801 - <http://www.reportinghub.no/schema/npd#name> 784 + rdf:type
802 ] ; 785 ] ;
803 spinmap:rule 786 spinmap:rule
804 [ rdf:type spinmap:Mapping-1-1 ; 787 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -810,11 +793,13 @@ ...@@ -810,11 +793,13 @@
810 <http://www.reportinghub.no/schema/npd#id> 793 <http://www.reportinghub.no/schema/npd#id>
811 ] ; 794 ] ;
812 spinmap:rule 795 spinmap:rule
813 - [ rdf:type spinmap:Mapping-0-1 ; 796 + [ rdf:type spinmap:Mapping-1-1 ;
814 spinmap:context :TUFOperator-TUF ; 797 spinmap:context :TUFOperator-TUF ;
815 - spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; 798 + spinmap:expression spin:_arg1 ;
799 + spinmap:sourcePredicate1
800 + <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ;
816 spinmap:targetPredicate1 801 spinmap:targetPredicate1
817 - rdf:type 802 + <http://www.reportinghub.no/schema/npd#name>
818 ] . 803 ] .
819 804
820 <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> 805 <file:///www.reportinghub.no/transform/npd/wbdev#WBDev>
...@@ -822,93 +807,91 @@ ...@@ -822,93 +807,91 @@
822 [ rdf:type spinmap:Mapping-1-1 ; 807 [ rdf:type spinmap:Mapping-1-1 ;
823 spinmap:context :WBDev-WellBore ; 808 spinmap:context :WBDev-WellBore ;
824 spinmap:expression 809 spinmap:expression
825 - [ rdf:type spinmapl:resourceWithValue ; 810 + [ rdf:type rhspin:licenceById ;
826 - sp:arg1 spin:_arg1 ; 811 + arg:id spin:_arg1
827 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
828 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
829 ] ; 812 ] ;
830 spinmap:sourcePredicate1 813 spinmap:sourcePredicate1
831 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; 814 + <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ;
832 spinmap:targetPredicate1 815 spinmap:targetPredicate1
833 - <http://www.reportinghub.no/schema/npd#drillingOperator> 816 + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
834 ] ; 817 ] ;
835 spinmap:rule 818 spinmap:rule
836 [ rdf:type spinmap:Mapping-1-1 ; 819 [ rdf:type spinmap:Mapping-1-1 ;
837 - spinmap:context :WBDev-Well ; 820 + spinmap:context :WBDev-WellBore ;
838 spinmap:expression 821 spinmap:expression
839 - [ rdf:type rhspin:fieldById ; 822 + [ rdf:type rhspin:wellByName ;
840 - arg:id spin:_arg1 823 + arg:wellName spin:_arg1
841 ] ; 824 ] ;
842 spinmap:sourcePredicate1 825 spinmap:sourcePredicate1
843 - <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ; 826 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
844 spinmap:targetPredicate1 827 spinmap:targetPredicate1
845 - <http://www.reportinghub.no/schema/npd#wellPartOfField> 828 + <http://www.reportinghub.no/schema/npd#partOfWell>
846 ] ; 829 ] ;
847 spinmap:rule 830 spinmap:rule
848 [ rdf:type spinmap:Mapping-1-1 ; 831 [ rdf:type spinmap:Mapping-1-1 ;
849 spinmap:context :WBDev-WellBore ; 832 spinmap:context :WBDev-WellBore ;
850 - spinmap:expression spin:_arg1 ; 833 + spinmap:expression
834 + [ rdf:type rhspin:facilityById ;
835 + arg:id spin:_arg1
836 + ] ;
851 spinmap:sourcePredicate1 837 spinmap:sourcePredicate1
852 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; 838 + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ;
853 - spinmap:targetPredicate1
854 - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
855 - ] ;
856 - spinmap:rule
857 - [ rdf:type spinmap:Mapping-0-1 ;
858 - spinmap:context :WBDev-WellBore ;
859 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
860 spinmap:targetPredicate1 839 spinmap:targetPredicate1
861 - rdf:type 840 + <http://www.reportinghub.no/schema/npd#drillingFacility>
862 ] ; 841 ] ;
863 spinmap:rule 842 spinmap:rule
864 [ rdf:type spinmap:Mapping-1-1 ; 843 [ rdf:type spinmap:Mapping-1-1 ;
865 - spinmap:context :WBDev-Well ; 844 + spinmap:context :WBDev-WellBore ;
866 - spinmap:expression spin:_arg1 ; 845 + spinmap:expression
846 + [ rdf:type spif:parseDate ;
847 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
848 + sp:arg1 spin:_arg1
849 + ] ;
867 spinmap:sourcePredicate1 850 spinmap:sourcePredicate1
868 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; 851 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ;
869 spinmap:targetPredicate1 852 spinmap:targetPredicate1
870 - <http://www.reportinghub.no/schema/npd#name> 853 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
871 ] ; 854 ] ;
872 spinmap:rule 855 spinmap:rule
873 [ rdf:type spinmap:Mapping-1-1 ; 856 [ rdf:type spinmap:Mapping-1-1 ;
874 spinmap:context :WBDev-WellBore ; 857 spinmap:context :WBDev-WellBore ;
875 spinmap:expression spin:_arg1 ; 858 spinmap:expression spin:_arg1 ;
876 spinmap:sourcePredicate1 859 spinmap:sourcePredicate1
877 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; 860 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ;
878 spinmap:targetPredicate1 861 spinmap:targetPredicate1
879 - <http://www.reportinghub.no/schema/npd#wellBoreType> 862 + <http://www.reportinghub.no/schema/npd#id>
880 ] ; 863 ] ;
881 spinmap:rule 864 spinmap:rule
882 [ rdf:type spinmap:Mapping-1-1 ; 865 [ rdf:type spinmap:Mapping-1-1 ;
883 spinmap:context :WBDev-WellBore ; 866 spinmap:context :WBDev-WellBore ;
884 - spinmap:expression 867 + spinmap:expression spin:_arg1 ;
885 - [ rdf:type rhspin:licenceById ;
886 - arg:id spin:_arg1
887 - ] ;
888 spinmap:sourcePredicate1 868 spinmap:sourcePredicate1
889 - <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; 869 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ;
890 spinmap:targetPredicate1 870 spinmap:targetPredicate1
891 - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> 871 + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
892 ] ; 872 ] ;
893 spinmap:rule 873 spinmap:rule
894 [ rdf:type spinmap:Mapping-1-1 ; 874 [ rdf:type spinmap:Mapping-1-1 ;
895 spinmap:context :WBDev-WellBore ; 875 spinmap:context :WBDev-WellBore ;
896 spinmap:expression 876 spinmap:expression
897 - [ rdf:type spif:parseDate ; 877 + [ rdf:type spinmapl:resourceWithValue ;
898 - arg:pattern "dd.MM.yyyy"^^xsd:string ; 878 + sp:arg1 spin:_arg1 ;
899 - sp:arg1 spin:_arg1 879 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
880 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
900 ] ; 881 ] ;
901 spinmap:sourcePredicate1 882 spinmap:sourcePredicate1
902 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; 883 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ;
903 spinmap:targetPredicate1 884 spinmap:targetPredicate1
904 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> 885 + <http://www.reportinghub.no/schema/npd#drillingOperator>
905 ] ; 886 ] ;
906 spinmap:rule 887 spinmap:rule
907 - [ rdf:type spinmap:Mapping-0-1 ; 888 + [ rdf:type spinmap:Mapping-1-1 ;
908 spinmap:context :WBDev-Well ; 889 spinmap:context :WBDev-Well ;
909 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; 890 + spinmap:expression spin:_arg1 ;
891 + spinmap:sourcePredicate1
892 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
910 spinmap:targetPredicate1 893 spinmap:targetPredicate1
911 - rdf:type 894 + <http://www.reportinghub.no/schema/npd#name>
912 ] ; 895 ] ;
913 spinmap:rule 896 spinmap:rule
914 [ rdf:type spinmap:Mapping-1-1 ; 897 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -926,11 +909,16 @@ ...@@ -926,11 +909,16 @@
926 spinmap:rule 909 spinmap:rule
927 [ rdf:type spinmap:Mapping-1-1 ; 910 [ rdf:type spinmap:Mapping-1-1 ;
928 spinmap:context :WBDev-WellBore ; 911 spinmap:context :WBDev-WellBore ;
929 - spinmap:expression spin:_arg1 ; 912 + spinmap:expression
913 + [ rdf:type spinmapl:resourceWithValue ;
914 + sp:arg1 spin:_arg1 ;
915 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
916 + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
917 + ] ;
930 spinmap:sourcePredicate1 918 spinmap:sourcePredicate1
931 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; 919 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ;
932 spinmap:targetPredicate1 920 spinmap:targetPredicate1
933 - <http://www.reportinghub.no/schema/npd#id> 921 + <http://www.reportinghub.no/schema/npd#wellBoreContent>
934 ] ; 922 ] ;
935 spinmap:rule 923 spinmap:rule
936 [ rdf:type spinmap:Mapping-1-1 ; 924 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -940,23 +928,46 @@ ...@@ -940,23 +928,46 @@
940 arg:id spin:_arg1 928 arg:id spin:_arg1
941 ] ; 929 ] ;
942 spinmap:sourcePredicate1 930 spinmap:sourcePredicate1
943 - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; 931 + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ;
944 spinmap:targetPredicate1 932 spinmap:targetPredicate1
945 - <http://www.reportinghub.no/schema/npd#drillingFacility> 933 + <http://www.reportinghub.no/schema/npd#productionFacility>
946 ] ; 934 ] ;
947 spinmap:rule 935 spinmap:rule
948 [ rdf:type spinmap:Mapping-1-1 ; 936 [ rdf:type spinmap:Mapping-1-1 ;
949 spinmap:context :WBDev-WellBore ; 937 spinmap:context :WBDev-WellBore ;
938 + spinmap:expression spin:_arg1 ;
939 + spinmap:sourcePredicate1
940 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ;
941 + spinmap:targetPredicate1
942 + <http://www.reportinghub.no/schema/npd#wellBoreType>
943 + ] ;
944 + spinmap:rule
945 + [ rdf:type spinmap:Mapping-0-1 ;
946 + spinmap:context :WBDev-Well ;
947 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
948 + spinmap:targetPredicate1
949 + rdf:type
950 + ] ;
951 + spinmap:rule
952 + [ rdf:type spinmap:Mapping-1-1 ;
953 + spinmap:context :WBDev-WellBore ;
954 + spinmap:expression spin:_arg1 ;
955 + spinmap:sourcePredicate1
956 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ;
957 + spinmap:targetPredicate1
958 + <http://www.reportinghub.no/schema/npd#name>
959 + ] ;
960 + spinmap:rule
961 + [ rdf:type spinmap:Mapping-1-1 ;
962 + spinmap:context :WBDev-Well ;
950 spinmap:expression 963 spinmap:expression
951 - [ rdf:type spinmapl:resourceWithValue ; 964 + [ rdf:type rhspin:fieldById ;
952 - sp:arg1 spin:_arg1 ; 965 + arg:id spin:_arg1
953 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
954 - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
955 ] ; 966 ] ;
956 spinmap:sourcePredicate1 967 spinmap:sourcePredicate1
957 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ; 968 + <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ;
958 spinmap:targetPredicate1 969 spinmap:targetPredicate1
959 - <http://www.reportinghub.no/schema/npd#wellBoreContent> 970 + <http://www.reportinghub.no/schema/npd#wellPartOfField>
960 ] ; 971 ] ;
961 spinmap:rule 972 spinmap:rule
962 [ rdf:type spinmap:Mapping-1-1 ; 973 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -973,50 +984,64 @@ ...@@ -973,50 +984,64 @@
973 <http://www.reportinghub.no/schema/npd#wellBorePurpose> 984 <http://www.reportinghub.no/schema/npd#wellBorePurpose>
974 ] ; 985 ] ;
975 spinmap:rule 986 spinmap:rule
976 - [ rdf:type spinmap:Mapping-1-1 ; 987 + [ rdf:type spinmap:Mapping-0-1 ;
977 spinmap:context :WBDev-WellBore ; 988 spinmap:context :WBDev-WellBore ;
989 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
990 + spinmap:targetPredicate1
991 + rdf:type
992 + ] .
993 +
994 +<file:///www.reportinghub.no/transform/npd/wbexp#WBExp>
995 + spinmap:rule
996 + [ rdf:type spinmap:Mapping-1-1 ;
997 + spinmap:context :WBExp-WellBore ;
978 spinmap:expression 998 spinmap:expression
979 [ rdf:type rhspin:wellByName ; 999 [ rdf:type rhspin:wellByName ;
980 arg:wellName spin:_arg1 1000 arg:wellName spin:_arg1
981 ] ; 1001 ] ;
982 spinmap:sourcePredicate1 1002 spinmap:sourcePredicate1
983 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; 1003 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
984 spinmap:targetPredicate1 1004 spinmap:targetPredicate1
985 <http://www.reportinghub.no/schema/npd#partOfWell> 1005 <http://www.reportinghub.no/schema/npd#partOfWell>
986 ] ; 1006 ] ;
987 spinmap:rule 1007 spinmap:rule
988 [ rdf:type spinmap:Mapping-1-1 ; 1008 [ rdf:type spinmap:Mapping-1-1 ;
989 - spinmap:context :WBDev-WellBore ; 1009 + spinmap:context :WBExp-WellBore ;
990 spinmap:expression 1010 spinmap:expression
991 - [ rdf:type rhspin:facilityById ; 1011 + [ rdf:type spinmapl:resourceWithValue ;
992 - arg:id spin:_arg1 1012 + sp:arg1 spin:_arg1 ;
1013 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1014 + spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose>
993 ] ; 1015 ] ;
994 spinmap:sourcePredicate1 1016 spinmap:sourcePredicate1
995 - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; 1017 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ;
996 spinmap:targetPredicate1 1018 spinmap:targetPredicate1
997 - <http://www.reportinghub.no/schema/npd#productionFacility> 1019 + <http://www.reportinghub.no/schema/npd#wellBorePurpose>
998 ] ; 1020 ] ;
999 spinmap:rule 1021 spinmap:rule
1000 - [ rdf:type spinmap:Mapping-1-1 ;
1001 - spinmap:context :WBDev-WellBore ;
1002 - spinmap:expression spin:_arg1 ;
1003 - spinmap:sourcePredicate1
1004 - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ;
1005 - spinmap:targetPredicate1
1006 - <http://www.reportinghub.no/schema/npd#name>
1007 - ] .
1008 -
1009 -<file:///www.reportinghub.no/transform/npd/wbexp#WBExp>
1010 - spinmap:rule
1011 [ rdf:type spinmap:Mapping-0-1 ; 1022 [ rdf:type spinmap:Mapping-0-1 ;
1012 - spinmap:context :WBExp-Well ; 1023 + spinmap:context :WBExp-WellBore ;
1013 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; 1024 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1014 spinmap:targetPredicate1 1025 spinmap:targetPredicate1
1015 rdf:type 1026 rdf:type
1016 ] ; 1027 ] ;
1017 spinmap:rule 1028 spinmap:rule
1018 [ rdf:type spinmap:Mapping-1-1 ; 1029 [ rdf:type spinmap:Mapping-1-1 ;
1019 spinmap:context :WBExp-WellBore ; 1030 spinmap:context :WBExp-WellBore ;
1031 + spinmap:expression
1032 + [ rdf:type spinmapl:resourceWithValue ;
1033 + sp:arg1 spin:_arg1 ;
1034 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1035 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1036 + ] ;
1037 + spinmap:sourcePredicate1
1038 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ;
1039 + spinmap:targetPredicate1
1040 + <http://www.reportinghub.no/schema/npd#drillingOperator>
1041 + ] ;
1042 + spinmap:rule
1043 + [ rdf:type spinmap:Mapping-1-1 ;
1044 + spinmap:context :WBExp-WellBore ;
1020 spinmap:expression spin:_arg1 ; 1045 spinmap:expression spin:_arg1 ;
1021 spinmap:sourcePredicate1 1046 spinmap:sourcePredicate1
1022 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; 1047 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ;
...@@ -1024,13 +1049,6 @@ ...@@ -1024,13 +1049,6 @@
1024 <http://www.reportinghub.no/schema/npd#wellBoreType> 1049 <http://www.reportinghub.no/schema/npd#wellBoreType>
1025 ] ; 1050 ] ;
1026 spinmap:rule 1051 spinmap:rule
1027 - [ rdf:type spinmap:Mapping-0-1 ;
1028 - spinmap:context :WBExp-WellBore ;
1029 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1030 - spinmap:targetPredicate1
1031 - rdf:type
1032 - ] ;
1033 - spinmap:rule
1034 [ rdf:type spinmap:Mapping-1-1 ; 1052 [ rdf:type spinmap:Mapping-1-1 ;
1035 spinmap:context :WBExp-WellBore ; 1053 spinmap:context :WBExp-WellBore ;
1036 spinmap:expression 1054 spinmap:expression
...@@ -1039,30 +1057,18 @@ ...@@ -1039,30 +1057,18 @@
1039 sp:arg1 spin:_arg1 1057 sp:arg1 spin:_arg1
1040 ] ; 1058 ] ;
1041 spinmap:sourcePredicate1 1059 spinmap:sourcePredicate1
1042 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; 1060 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ;
1043 spinmap:targetPredicate1 1061 spinmap:targetPredicate1
1044 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> 1062 + <http://www.reportinghub.no/schema/npd#startDate>
1045 ] ; 1063 ] ;
1046 spinmap:rule 1064 spinmap:rule
1047 [ rdf:type spinmap:Mapping-1-1 ; 1065 [ rdf:type spinmap:Mapping-1-1 ;
1048 spinmap:context :WBExp-WellBore ; 1066 spinmap:context :WBExp-WellBore ;
1049 spinmap:expression spin:_arg1 ; 1067 spinmap:expression spin:_arg1 ;
1050 spinmap:sourcePredicate1 1068 spinmap:sourcePredicate1
1051 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; 1069 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ;
1052 - spinmap:targetPredicate1
1053 - <http://www.reportinghub.no/schema/npd#id>
1054 - ] ;
1055 - spinmap:rule
1056 - [ rdf:type spinmap:Mapping-1-1 ;
1057 - spinmap:context :WBExp-Well ;
1058 - spinmap:expression
1059 - [ rdf:type rhspin:fieldById ;
1060 - arg:id spin:_arg1
1061 - ] ;
1062 - spinmap:sourcePredicate1
1063 - <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ;
1064 spinmap:targetPredicate1 1070 spinmap:targetPredicate1
1065 - <http://www.reportinghub.no/schema/npd#wellPartOfField> 1071 + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
1066 ] ; 1072 ] ;
1067 spinmap:rule 1073 spinmap:rule
1068 [ rdf:type spinmap:Mapping-1-1 ; 1074 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -1082,67 +1088,42 @@ ...@@ -1082,67 +1088,42 @@
1082 sp:arg1 spin:_arg1 1088 sp:arg1 spin:_arg1
1083 ] ; 1089 ] ;
1084 spinmap:sourcePredicate1 1090 spinmap:sourcePredicate1
1085 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; 1091 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ;
1086 - spinmap:targetPredicate1
1087 - <http://www.reportinghub.no/schema/npd#startDate>
1088 - ] ;
1089 - spinmap:rule
1090 - [ rdf:type spinmap:Mapping-1-1 ;
1091 - spinmap:context :WBExp-WellBore ;
1092 - spinmap:expression
1093 - [ rdf:type rhspin:facilityById ;
1094 - arg:id spin:_arg1
1095 - ] ;
1096 - spinmap:sourcePredicate1
1097 - <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ;
1098 spinmap:targetPredicate1 1092 spinmap:targetPredicate1
1099 - <http://www.reportinghub.no/schema/npd#drillingFacility> 1093 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1100 ] ; 1094 ] ;
1101 spinmap:rule 1095 spinmap:rule
1102 [ rdf:type spinmap:Mapping-1-1 ; 1096 [ rdf:type spinmap:Mapping-1-1 ;
1103 spinmap:context :WBExp-Well ; 1097 spinmap:context :WBExp-Well ;
1104 - spinmap:expression spin:_arg1 ;
1105 - spinmap:sourcePredicate1
1106 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1107 - spinmap:targetPredicate1
1108 - <http://www.reportinghub.no/schema/npd#name>
1109 - ] ;
1110 - spinmap:rule
1111 - [ rdf:type spinmap:Mapping-1-1 ;
1112 - spinmap:context :WBExp-WellBore ;
1113 spinmap:expression 1098 spinmap:expression
1114 - [ rdf:type spinmapl:resourceWithValue ; 1099 + [ rdf:type rhspin:fieldById ;
1115 - sp:arg1 spin:_arg1 ; 1100 + arg:id spin:_arg1
1116 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1117 - spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1118 ] ; 1101 ] ;
1119 spinmap:sourcePredicate1 1102 spinmap:sourcePredicate1
1120 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; 1103 + <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ;
1121 spinmap:targetPredicate1 1104 spinmap:targetPredicate1
1122 - <http://www.reportinghub.no/schema/npd#drillingOperator> 1105 + <http://www.reportinghub.no/schema/npd#wellPartOfField>
1123 ] ; 1106 ] ;
1124 spinmap:rule 1107 spinmap:rule
1125 [ rdf:type spinmap:Mapping-1-1 ; 1108 [ rdf:type spinmap:Mapping-1-1 ;
1126 spinmap:context :WBExp-WellBore ; 1109 spinmap:context :WBExp-WellBore ;
1127 spinmap:expression 1110 spinmap:expression
1128 - [ rdf:type spinmapl:resourceWithValue ; 1111 + [ rdf:type rhspin:facilityById ;
1129 - sp:arg1 spin:_arg1 ; 1112 + arg:id spin:_arg1
1130 - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1131 - spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose>
1132 ] ; 1113 ] ;
1133 spinmap:sourcePredicate1 1114 spinmap:sourcePredicate1
1134 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; 1115 + <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ;
1135 spinmap:targetPredicate1 1116 spinmap:targetPredicate1
1136 - <http://www.reportinghub.no/schema/npd#wellBorePurpose> 1117 + <http://www.reportinghub.no/schema/npd#drillingFacility>
1137 ] ; 1118 ] ;
1138 spinmap:rule 1119 spinmap:rule
1139 [ rdf:type spinmap:Mapping-1-1 ; 1120 [ rdf:type spinmap:Mapping-1-1 ;
1140 spinmap:context :WBExp-WellBore ; 1121 spinmap:context :WBExp-WellBore ;
1141 spinmap:expression spin:_arg1 ; 1122 spinmap:expression spin:_arg1 ;
1142 spinmap:sourcePredicate1 1123 spinmap:sourcePredicate1
1143 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; 1124 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ;
1144 spinmap:targetPredicate1 1125 spinmap:targetPredicate1
1145 - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> 1126 + <http://www.reportinghub.no/schema/npd#id>
1146 ] ; 1127 ] ;
1147 spinmap:rule 1128 spinmap:rule
1148 [ rdf:type spinmap:Mapping-1-1 ; 1129 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -1158,6 +1139,15 @@ ...@@ -1158,6 +1139,15 @@
1158 ] ; 1139 ] ;
1159 spinmap:rule 1140 spinmap:rule
1160 [ rdf:type spinmap:Mapping-1-1 ; 1141 [ rdf:type spinmap:Mapping-1-1 ;
1142 + spinmap:context :WBExp-Well ;
1143 + spinmap:expression spin:_arg1 ;
1144 + spinmap:sourcePredicate1
1145 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1146 + spinmap:targetPredicate1
1147 + <http://www.reportinghub.no/schema/npd#name>
1148 + ] ;
1149 + spinmap:rule
1150 + [ rdf:type spinmap:Mapping-1-1 ;
1161 spinmap:context :WBExp-WellBore ; 1151 spinmap:context :WBExp-WellBore ;
1162 spinmap:expression 1152 spinmap:expression
1163 [ rdf:type spinmapl:resourceWithValue ; 1153 [ rdf:type spinmapl:resourceWithValue ;
...@@ -1171,48 +1161,36 @@ ...@@ -1171,48 +1161,36 @@
1171 <http://www.reportinghub.no/schema/npd#wellBoreContent> 1161 <http://www.reportinghub.no/schema/npd#wellBoreContent>
1172 ] ; 1162 ] ;
1173 spinmap:rule 1163 spinmap:rule
1174 - [ rdf:type spinmap:Mapping-1-1 ; 1164 + [ rdf:type spinmap:Mapping-0-1 ;
1175 - spinmap:context :WBExp-WellBore ; 1165 + spinmap:context :WBExp-Well ;
1176 - spinmap:expression 1166 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1177 - [ rdf:type rhspin:wellByName ;
1178 - arg:wellName spin:_arg1
1179 - ] ;
1180 - spinmap:sourcePredicate1
1181 - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1182 spinmap:targetPredicate1 1167 spinmap:targetPredicate1
1183 - <http://www.reportinghub.no/schema/npd#partOfWell> 1168 + rdf:type
1184 ] . 1169 ] .
1185 1170
1186 <file:///www.reportinghub.no/transform/npd/wbid#WBId> 1171 <file:///www.reportinghub.no/transform/npd/wbid#WBId>
1187 spinmap:rule 1172 spinmap:rule
1188 - [ rdf:type spinmap:Mapping-1-1 ; 1173 + [ rdf:type spinmap:Mapping-0-1 ;
1189 - spinmap:context :WBId-WellBore ; 1174 + spinmap:context :WBId-Well ;
1190 - spinmap:expression 1175 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1191 - [ rdf:type rhspin:wellByName ;
1192 - arg:wellName spin:_arg1
1193 - ] ;
1194 - spinmap:sourcePredicate1
1195 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1196 spinmap:targetPredicate1 1176 spinmap:targetPredicate1
1197 - <http://www.reportinghub.no/schema/npd#partOfWell> 1177 + rdf:type
1198 ] ; 1178 ] ;
1199 spinmap:rule 1179 spinmap:rule
1200 [ rdf:type spinmap:Mapping-1-1 ; 1180 [ rdf:type spinmap:Mapping-1-1 ;
1201 - spinmap:context :WBId-WellBore ; 1181 + spinmap:context :WBId-Well ;
1202 spinmap:expression spin:_arg1 ; 1182 spinmap:expression spin:_arg1 ;
1203 spinmap:sourcePredicate1 1183 spinmap:sourcePredicate1
1204 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; 1184 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1205 spinmap:targetPredicate1 1185 spinmap:targetPredicate1
1206 <http://www.reportinghub.no/schema/npd#name> 1186 <http://www.reportinghub.no/schema/npd#name>
1207 ] ; 1187 ] ;
1208 spinmap:rule 1188 spinmap:rule
1209 - [ rdf:type spinmap:Mapping-1-1 ; 1189 + [ rdf:type spinmap:Mapping-0-1 ;
1210 spinmap:context :WBId-WellBore ; 1190 spinmap:context :WBId-WellBore ;
1211 - spinmap:expression spin:_arg1 ; 1191 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1212 - spinmap:sourcePredicate1
1213 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ;
1214 spinmap:targetPredicate1 1192 spinmap:targetPredicate1
1215 - <http://www.reportinghub.no/schema/npd#wellBoreType> 1193 + rdf:type
1216 ] ; 1194 ] ;
1217 spinmap:rule 1195 spinmap:rule
1218 [ rdf:type spinmap:Mapping-1-1 ; 1196 [ rdf:type spinmap:Mapping-1-1 ;
...@@ -1224,38 +1202,58 @@ ...@@ -1224,38 +1202,58 @@
1224 <http://www.reportinghub.no/schema/npd#id> 1202 <http://www.reportinghub.no/schema/npd#id>
1225 ] ; 1203 ] ;
1226 spinmap:rule 1204 spinmap:rule
1227 - [ rdf:type spinmap:Mapping-0-1 ; 1205 + [ rdf:type spinmap:Mapping-1-1 ;
1228 spinmap:context :WBId-WellBore ; 1206 spinmap:context :WBId-WellBore ;
1229 - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; 1207 + spinmap:expression spin:_arg1 ;
1208 + spinmap:sourcePredicate1
1209 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ;
1230 spinmap:targetPredicate1 1210 spinmap:targetPredicate1
1231 - rdf:type 1211 + <http://www.reportinghub.no/schema/npd#wellBoreType>
1232 ] ; 1212 ] ;
1233 spinmap:rule 1213 spinmap:rule
1234 [ rdf:type spinmap:Mapping-1-1 ; 1214 [ rdf:type spinmap:Mapping-1-1 ;
1235 - spinmap:context :WBId-Well ; 1215 + spinmap:context :WBId-WellBore ;
1236 spinmap:expression spin:_arg1 ; 1216 spinmap:expression spin:_arg1 ;
1237 spinmap:sourcePredicate1 1217 spinmap:sourcePredicate1
1238 - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; 1218 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ;
1239 spinmap:targetPredicate1 1219 spinmap:targetPredicate1
1240 <http://www.reportinghub.no/schema/npd#name> 1220 <http://www.reportinghub.no/schema/npd#name>
1241 ] ; 1221 ] ;
1242 spinmap:rule 1222 spinmap:rule
1243 - [ rdf:type spinmap:Mapping-0-1 ; 1223 + [ rdf:type spinmap:Mapping-1-1 ;
1244 - spinmap:context :WBId-Well ; 1224 + spinmap:context :WBId-WellBore ;
1245 - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; 1225 + spinmap:expression
1226 + [ rdf:type rhspin:wellByName ;
1227 + arg:wellName spin:_arg1
1228 + ] ;
1229 + spinmap:sourcePredicate1
1230 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1246 spinmap:targetPredicate1 1231 spinmap:targetPredicate1
1247 - rdf:type 1232 + <http://www.reportinghub.no/schema/npd#partOfWell>
1248 ] . 1233 ] .
1249 1234
1250 <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> 1235 <file:///www.reportinghub.no/transform/npd/wbsha#WBSha>
1251 spinmap:rule 1236 spinmap:rule
1252 [ rdf:type spinmap:Mapping-1-1 ; 1237 [ rdf:type spinmap:Mapping-1-1 ;
1253 spinmap:context :WBSha-WellBore ; 1238 spinmap:context :WBSha-WellBore ;
1239 + spinmap:expression
1240 + [ rdf:type spif:parseDate ;
1241 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1242 + sp:arg1 spin:_arg1
1243 + ] ;
1244 + spinmap:sourcePredicate1
1245 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ;
1246 + spinmap:targetPredicate1
1247 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1248 + ] ;
1249 + spinmap:rule
1250 + [ rdf:type spinmap:Mapping-1-1 ;
1251 + spinmap:context :WBSha-WellBore ;
1254 spinmap:expression spin:_arg1 ; 1252 spinmap:expression spin:_arg1 ;
1255 spinmap:sourcePredicate1 1253 spinmap:sourcePredicate1
1256 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; 1254 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ;
1257 spinmap:targetPredicate1 1255 spinmap:targetPredicate1
1258 - <http://www.reportinghub.no/schema/npd#id> 1256 + <http://www.reportinghub.no/schema/npd#name>
1259 ] ; 1257 ] ;
1260 spinmap:rule 1258 spinmap:rule
1261 [ rdf:type spinmap:Mapping-0-1 ; 1259 [ rdf:type spinmap:Mapping-0-1 ;
...@@ -1275,37 +1273,15 @@ ...@@ -1275,37 +1273,15 @@
1275 ] ; 1273 ] ;
1276 spinmap:rule 1274 spinmap:rule
1277 [ rdf:type spinmap:Mapping-1-1 ; 1275 [ rdf:type spinmap:Mapping-1-1 ;
1278 - spinmap:context :WBSha-Well ;
1279 - spinmap:expression spin:_arg1 ;
1280 - spinmap:sourcePredicate1
1281 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1282 - spinmap:targetPredicate1
1283 - <http://www.reportinghub.no/schema/npd#name>
1284 - ] ;
1285 - spinmap:rule
1286 - [ rdf:type spinmap:Mapping-1-1 ;
1287 - spinmap:context :WBSha-WellBore ;
1288 - spinmap:expression
1289 - [ rdf:type rhspin:wellByName ;
1290 - arg:wellName spin:_arg1
1291 - ] ;
1292 - spinmap:sourcePredicate1
1293 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1294 - spinmap:targetPredicate1
1295 - <http://www.reportinghub.no/schema/npd#partOfWell>
1296 - ] ;
1297 - spinmap:rule
1298 - [ rdf:type spinmap:Mapping-1-1 ;
1299 spinmap:context :WBSha-WellBore ; 1276 spinmap:context :WBSha-WellBore ;
1300 spinmap:expression 1277 spinmap:expression
1301 - [ rdf:type spif:parseDate ; 1278 + [ rdf:type rhspin:licenceById ;
1302 - arg:pattern "dd.MM.yyyy"^^xsd:string ; 1279 + arg:id spin:_arg1
1303 - sp:arg1 spin:_arg1
1304 ] ; 1280 ] ;
1305 spinmap:sourcePredicate1 1281 spinmap:sourcePredicate1
1306 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ; 1282 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ;
1307 spinmap:targetPredicate1 1283 spinmap:targetPredicate1
1308 - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> 1284 + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
1309 ] ; 1285 ] ;
1310 spinmap:rule 1286 spinmap:rule
1311 [ rdf:type spinmap:Mapping-0-1 ; 1287 [ rdf:type spinmap:Mapping-0-1 ;
...@@ -1330,10 +1306,10 @@ ...@@ -1330,10 +1306,10 @@
1330 ] ; 1306 ] ;
1331 spinmap:rule 1307 spinmap:rule
1332 [ rdf:type spinmap:Mapping-1-1 ; 1308 [ rdf:type spinmap:Mapping-1-1 ;
1333 - spinmap:context :WBSha-WellBore ; 1309 + spinmap:context :WBSha-Well ;
1334 spinmap:expression spin:_arg1 ; 1310 spinmap:expression spin:_arg1 ;
1335 spinmap:sourcePredicate1 1311 spinmap:sourcePredicate1
1336 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ; 1312 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1337 spinmap:targetPredicate1 1313 spinmap:targetPredicate1
1338 <http://www.reportinghub.no/schema/npd#name> 1314 <http://www.reportinghub.no/schema/npd#name>
1339 ] ; 1315 ] ;
...@@ -1341,26 +1317,35 @@ ...@@ -1341,26 +1317,35 @@
1341 [ rdf:type spinmap:Mapping-1-1 ; 1317 [ rdf:type spinmap:Mapping-1-1 ;
1342 spinmap:context :WBSha-WellBore ; 1318 spinmap:context :WBSha-WellBore ;
1343 spinmap:expression 1319 spinmap:expression
1344 - [ rdf:type spif:parseDate ; 1320 + [ rdf:type rhspin:wellByName ;
1345 - arg:pattern "dd.MM.yyyy"^^xsd:string ; 1321 + arg:wellName spin:_arg1
1346 - sp:arg1 spin:_arg1
1347 ] ; 1322 ] ;
1348 spinmap:sourcePredicate1 1323 spinmap:sourcePredicate1
1349 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; 1324 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1350 spinmap:targetPredicate1 1325 spinmap:targetPredicate1
1351 - <http://www.reportinghub.no/schema/npd#startDate> 1326 + <http://www.reportinghub.no/schema/npd#partOfWell>
1327 + ] ;
1328 + spinmap:rule
1329 + [ rdf:type spinmap:Mapping-1-1 ;
1330 + spinmap:context :WBSha-WellBore ;
1331 + spinmap:expression spin:_arg1 ;
1332 + spinmap:sourcePredicate1
1333 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ;
1334 + spinmap:targetPredicate1
1335 + <http://www.reportinghub.no/schema/npd#id>
1352 ] ; 1336 ] ;
1353 spinmap:rule 1337 spinmap:rule
1354 [ rdf:type spinmap:Mapping-1-1 ; 1338 [ rdf:type spinmap:Mapping-1-1 ;
1355 spinmap:context :WBSha-WellBore ; 1339 spinmap:context :WBSha-WellBore ;
1356 spinmap:expression 1340 spinmap:expression
1357 - [ rdf:type rhspin:licenceById ; 1341 + [ rdf:type spif:parseDate ;
1358 - arg:id spin:_arg1 1342 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1343 + sp:arg1 spin:_arg1
1359 ] ; 1344 ] ;
1360 spinmap:sourcePredicate1 1345 spinmap:sourcePredicate1
1361 - <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ; 1346 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ;
1362 spinmap:targetPredicate1 1347 spinmap:targetPredicate1
1363 - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> 1348 + <http://www.reportinghub.no/schema/npd#startDate>
1364 ] . 1349 ] .
1365 1350
1366 arg:well 1351 arg:well
...@@ -1387,7 +1372,7 @@ arg:wellName ...@@ -1387,7 +1372,7 @@ arg:wellName
1387 <http://www.reportinghub.no/transform/spreadsheets2npd> 1372 <http://www.reportinghub.no/transform/spreadsheets2npd>
1388 rdf:type owl:Ontology ; 1373 rdf:type owl:Ontology ;
1389 rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; 1374 rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ;
1390 - owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30> , <file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30> , <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/licensee-2011-07-30> , <http://www.reportinghub.no/transform/npd/field-2011-07-30> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/discovery-2011-07-30> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbsha> , <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30> , <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> , <http://www.reportinghub.no/examples/transform/npd/company-2011-07-30> , <http://www.reportinghub.no/examples/npdi> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30> , <file:///www.reportinghub.no/transform/npd/license-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbid-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> , <file:///www.reportinghub.no/transform/npd/baa-2011-07-30> ; 1375 + owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <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> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> ;
1391 owl:versionInfo "0.1.0"^^xsd:string . 1376 owl:versionInfo "0.1.0"^^xsd:string .
1392 1377
1393 :BAA-BusinessArrangementArea 1378 :BAA-BusinessArrangementArea
...@@ -1468,7 +1453,7 @@ arg:wellName ...@@ -1468,7 +1453,7 @@ arg:wellName
1468 1453
1469 :License-License 1454 :License-License
1470 rdf:type spinmap:Context ; 1455 rdf:type spinmap:Context ;
1471 - spinmap:sourceClass <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#Licence> ; 1456 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/licence#Licence> ;
1472 spinmap:target 1457 spinmap:target
1473 [ rdf:type :buildLicenceURI ; 1458 [ rdf:type :buildLicenceURI ;
1474 spinmap:source spinmap:_source 1459 spinmap:source spinmap:_source
...@@ -1777,7 +1762,7 @@ arg:wellName ...@@ -1777,7 +1762,7 @@ arg:wellName
1777 arg:id [ rdf:type spl:object ; 1762 arg:id [ rdf:type spl:object ;
1778 sp:arg1 [ sp:varName "source"^^xsd:string 1763 sp:arg1 [ sp:varName "source"^^xsd:string
1779 ] ; 1764 ] ;
1780 - sp:arg2 <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlNpdidLicence> 1765 + sp:arg2 <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence>
1781 ] 1766 ]
1782 ]) ; 1767 ]) ;
1783 sp:where () 1768 sp:where ()
...@@ -1926,29 +1911,29 @@ arg:wellName ...@@ -1926,29 +1911,29 @@ arg:wellName
1926 sp:where () 1911 sp:where ()
1927 ] . 1912 ] .
1928 1913
1929 -_:b12 1914 +_:b1 sp:varName "companyId"^^xsd:string .
1930 - sp:varName "source"^^xsd:string .
1931 -
1932 -_:b11
1933 - sp:varName "startDate"^^xsd:string .
1934 1915
1935 -_:b10 1916 +_:b2 sp:varName "baaId"^^xsd:string .
1936 - sp:varName "licenceId"^^xsd:string .
1937 1917
1938 -_:b9 sp:varName "companyId"^^xsd:string . 1918 +_:b3 sp:varName "startDate"^^xsd:string .
1939 1919
1940 -_:b8 sp:varName "baa"^^xsd:string . 1920 +_:b4 sp:varName "source"^^xsd:string .
1941 1921
1942 -_:b7 sp:varName "baaName"^^xsd:string . 1922 +_:b5 sp:varName "companyName"^^xsd:string .
1943 1923
1944 _:b6 sp:varName "company"^^xsd:string . 1924 _:b6 sp:varName "company"^^xsd:string .
1945 1925
1946 -_:b5 sp:varName "companyName"^^xsd:string . 1926 +_:b7 sp:varName "baaName"^^xsd:string .
1947 1927
1948 -_:b4 sp:varName "source"^^xsd:string . 1928 +_:b8 sp:varName "baa"^^xsd:string .
1949 1929
1950 -_:b3 sp:varName "startDate"^^xsd:string . 1930 +_:b9 sp:varName "companyId"^^xsd:string .
1951 1931
1952 -_:b2 sp:varName "baaId"^^xsd:string . 1932 +_:b10
1933 + sp:varName "licenceId"^^xsd:string .
1953 1934
1954 -_:b1 sp:varName "companyId"^^xsd:string . 1935 +_:b11
1936 + sp:varName "startDate"^^xsd:string .
1937 +
1938 +_:b12
1939 + sp:varName "source"^^xsd:string .
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
12 [] rdf:type inference:Configuration ; 12 [] rdf:type inference:Configuration ;
13 composite:child 13 composite:child
14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 - composite:index "1"^^xsd:int 15 + composite:index "0"^^xsd:int
16 ] ; 16 ] ;
17 composite:child 17 composite:child
18 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 18 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
19 - composite:index "0"^^xsd:int 19 + composite:index "1"^^xsd:int
20 ] ; 20 ] ;
21 inference:completeMode 21 inference:completeMode
22 "true"^^xsd:boolean ; 22 "true"^^xsd:boolean ;
......
1 # baseURI: file:///www.reportinghub.no/transform/npd/licence 1 # baseURI: file:///www.reportinghub.no/transform/npd/licence
2 # imports: http://topbraid.org/tables 2 # imports: http://topbraid.org/tables
3 3
4 -@prefix licence: <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#> . 4 +@prefix licence: <file:///www.reportinghub.no/transform/npd/licence#> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 @prefix tables: <http://topbraid.org/tables#> . 8 @prefix tables: <http://topbraid.org/tables#> .
9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 10
11 +<file:///www.reportinghub.no/transform/npd/licence>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
11 licence:Licence 15 licence:Licence
12 rdf:type owl:Class ; 16 rdf:type owl:Class ;
13 rdfs:label "Licence"^^xsd:string ; 17 rdfs:label "Licence"^^xsd:string ;
...@@ -75,7 +79,3 @@ licence:prlStatus ...@@ -75,7 +79,3 @@ licence:prlStatus
75 rdfs:label "prlStatus" ; 79 rdfs:label "prlStatus" ;
76 rdfs:range xsd:string ; 80 rdfs:range xsd:string ;
77 tables:columnIndex "2"^^xsd:int . 81 tables:columnIndex "2"^^xsd:int .
78 -
79 -<file:///www.reportinghub.no/transform/npd/licence>
80 - rdf:type owl:Ontology ;
81 - owl:imports <http://topbraid.org/tables> .
......
1 -# baseURI: file:///www.reportinghub.no/transform/wellbore-npdid-overview
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix tables: <http://topbraid.org/tables#> .
8 -@prefix wbid: <file:///www.reportinghub.no/transform/wellbore-npdid-overview#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/transform/wellbore-npdid-overview>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -wbid:WBID
16 - rdf:type owl:Class ;
17 - rdfs:label "wellbore-npdid-overview"^^xsd:string ;
18 - tables:sheetIndex "0"^^xsd:int .
19 -
20 -wbid:datesyncNPD
21 - rdf:type owl:DatatypeProperty ;
22 - rdfs:domain wbid:WBID ;
23 - rdfs:label "datesyncNPD" ;
24 - rdfs:range xsd:string ;
25 - tables:columnIndex "4"^^xsd:int .
26 -
27 -wbid:wlbNpdidWellbore
28 - rdf:type owl:DatatypeProperty ;
29 - rdfs:domain wbid:WBID ;
30 - rdfs:label "wlbNpdidWellbore" ;
31 - rdfs:range xsd:string ;
32 - tables:columnIndex "1"^^xsd:int .
33 -
34 -wbid:wlbWell
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain wbid:WBID ;
37 - rdfs:label "wlbWell" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "2"^^xsd:int .
40 -
41 -wbid:wlbWellType
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain wbid:WBID ;
44 - rdfs:label "wlbWellType" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "3"^^xsd:int .
47 -
48 -wbid:wlbWellboreName
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain wbid:WBID ;
51 - rdfs:label "ÔªøwlbWellboreName" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "0"^^xsd:int .