Holger Knublauch

Restored files deleted by commit

2776305b
1 +<ui:group>
2 + <div>&nbsp;</div>
3 + <div class="logoContainer"><a href="http://www.epim.no" target="_new"><img src="lib/rh/images/logoEpim.gif" width="201" height="106" align="right" title="EPIM" /></a>
4 + <div style="padding: 10px">
5 + <h1>ReportingHub</h1>
6 + <div>You are logged in as: <b>{= rhspin:userName() }</b></div>
7 + </div>
8 + </div>
9 +</ui:group>
...\ No newline at end of file ...\ No newline at end of file
1 +# Saved by TopBraid on Thu Jul 21 13:16:56 EST 2011
2 +# baseURI: http://www.reportinghub.no/swp/rh
3 +# imports: http://uispin.org/tui
4 +# imports: http://www.reportinghub.no/spin/rh
5 +
6 +@prefix let: <http://uispin.org/let#> .
7 +@prefix letrs: <http://uispin.org/letrs#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix rhswp: <http://www.reportinghub.no/swp/rh#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spin: <http://spinrdf.org/spin#> .
14 +@prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix ui: <http://uispin.org/ui#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/swp/rh>
19 + rdf:type owl:Ontology ;
20 + rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ;
21 + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/spin/rh> ;
22 + owl:versionInfo "0.1.0"^^xsd:string .
23 +
24 +rhswp:Elements
25 + rdf:type ui:NodeClass ;
26 + rdfs:label "Elements"^^xsd:string ;
27 + rdfs:subClassOf ui:Element ;
28 + ui:abstract "true"^^xsd:boolean .
29 +
30 +rhswp:Header
31 + rdf:type ui:NodeClass ;
32 + rdfs:label "Header"^^xsd:string ;
33 + rdfs:subClassOf rhswp:Elements ;
34 + ui:prototype <http://www.reportinghub.no/swp/header.uispin.html> .
1 +/*
2 + * jQuery UI CSS Framework 1.8.12
3 + *
4 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5 + * Dual licensed under the MIT or GPL Version 2 licenses.
6 + * http://jquery.org/license
7 + *
8 + * http://docs.jquery.com/UI/Theming/API
9 + */
10 +
11 +/* Layout helpers
12 +----------------------------------*/
13 +.ui-helper-hidden { display: none; }
14 +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15 +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16 +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17 +.ui-helper-clearfix { display: inline-block; }
18 +/* required comment for clearfix to work in Opera \*/
19 +* html .ui-helper-clearfix { height:1%; }
20 +.ui-helper-clearfix { display:block; }
21 +/* end clearfix */
22 +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
23 +
24 +
25 +/* Interaction Cues
26 +----------------------------------*/
27 +.ui-state-disabled { cursor: default !important; }
28 +
29 +
30 +/* Icons
31 +----------------------------------*/
32 +
33 +/* states and images */
34 +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35 +
36 +
37 +/* Misc visuals
38 +----------------------------------*/
39 +
40 +/* Overlays */
41 +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42 +/*
43 + * jQuery UI Accordion 1.8.12
44 + *
45 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
46 + * Dual licensed under the MIT or GPL Version 2 licenses.
47 + * http://jquery.org/license
48 + *
49 + * http://docs.jquery.com/UI/Accordion#theming
50 + */
51 +/* IE/Win - Fix animation bug - #4615 */
52 +.ui-accordion { width: 100%; }
53 +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
54 +.ui-accordion .ui-accordion-li-fix { display: inline; }
55 +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
56 +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
57 +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
58 +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
59 +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
60 +.ui-accordion .ui-accordion-content-active { display: block; }
61 +/*
62 + * jQuery UI Autocomplete 1.8.12
63 + *
64 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
65 + * Dual licensed under the MIT or GPL Version 2 licenses.
66 + * http://jquery.org/license
67 + *
68 + * http://docs.jquery.com/UI/Autocomplete#theming
69 + */
70 +.ui-autocomplete { position: absolute; cursor: default; }
71 +
72 +/* workarounds */
73 +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
74 +
75 +/*
76 + * jQuery UI Menu 1.8.12
77 + *
78 + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
79 + * Dual licensed under the MIT or GPL Version 2 licenses.
80 + * http://jquery.org/license
81 + *
82 + * http://docs.jquery.com/UI/Menu#theming
83 + */
84 +.ui-menu {
85 + list-style:none;
86 + padding: 2px;
87 + margin: 0;
88 + display:block;
89 + float: left;
90 +}
91 +.ui-menu .ui-menu {
92 + margin-top: -3px;
93 +}
94 +.ui-menu .ui-menu-item {
95 + margin:0;
96 + padding: 0;
97 + zoom: 1;
98 + float: left;
99 + clear: left;
100 + width: 100%;
101 +}
102 +.ui-menu .ui-menu-item a {
103 + text-decoration:none;
104 + display:block;
105 + padding:.2em .4em;
106 + line-height:1.5;
107 + zoom:1;
108 +}
109 +.ui-menu .ui-menu-item a.ui-state-hover,
110 +.ui-menu .ui-menu-item a.ui-state-active {
111 + font-weight: normal;
112 + margin: -1px;
113 +}
114 +/*
115 + * jQuery UI Button 1.8.12
116 + *
117 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
118 + * Dual licensed under the MIT or GPL Version 2 licenses.
119 + * http://jquery.org/license
120 + *
121 + * http://docs.jquery.com/UI/Button#theming
122 + */
123 +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
124 +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
125 +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
126 +.ui-button-icons-only { width: 3.4em; }
127 +button.ui-button-icons-only { width: 3.7em; }
128 +
129 +/*button text element */
130 +.ui-button .ui-button-text { display: block; line-height: 1.4; }
131 +.ui-button-text-only .ui-button-text { padding: .4em 1em; }
132 +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
133 +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
134 +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
135 +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
136 +/* no icon support for input elements, provide padding by default */
137 +input.ui-button { padding: .4em 1em; }
138 +
139 +/*button icon element(s) */
140 +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
141 +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
142 +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
143 +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
144 +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
145 +
146 +/*button sets*/
147 +.ui-buttonset { margin-right: 7px; }
148 +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
149 +
150 +/* workarounds */
151 +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
152 +/*
153 + * jQuery UI Datepicker 1.8.12
154 + *
155 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
156 + * Dual licensed under the MIT or GPL Version 2 licenses.
157 + * http://jquery.org/license
158 + *
159 + * http://docs.jquery.com/UI/Datepicker#theming
160 + */
161 +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
162 +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
163 +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
164 +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
165 +.ui-datepicker .ui-datepicker-prev { left:2px; }
166 +.ui-datepicker .ui-datepicker-next { right:2px; }
167 +.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
168 +.ui-datepicker .ui-datepicker-next-hover { right:1px; }
169 +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
170 +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
171 +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
172 +.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
173 +.ui-datepicker select.ui-datepicker-month,
174 +.ui-datepicker select.ui-datepicker-year { width: 49%;}
175 +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
176 +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
177 +.ui-datepicker td { border: 0; padding: 1px; }
178 +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
179 +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
180 +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
181 +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
182 +
183 +/* with multiple calendars */
184 +.ui-datepicker.ui-datepicker-multi { width:auto; }
185 +.ui-datepicker-multi .ui-datepicker-group { float:left; }
186 +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
187 +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
188 +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
189 +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
190 +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
191 +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
192 +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
193 +.ui-datepicker-row-break { clear:both; width:100%; }
194 +
195 +/* RTL support */
196 +.ui-datepicker-rtl { direction: rtl; }
197 +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
198 +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
199 +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
200 +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
201 +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
202 +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
203 +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
204 +.ui-datepicker-rtl .ui-datepicker-group { float:right; }
205 +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
206 +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
207 +
208 +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
209 +.ui-datepicker-cover {
210 + display: none; /*sorry for IE5*/
211 + display/**/: block; /*sorry for IE5*/
212 + position: absolute; /*must have*/
213 + z-index: -1; /*must have*/
214 + filter: mask(); /*must have*/
215 + top: -4px; /*must have*/
216 + left: -4px; /*must have*/
217 + width: 200px; /*must have*/
218 + height: 200px; /*must have*/
219 +}/*
220 + * jQuery UI Dialog 1.8.12
221 + *
222 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
223 + * Dual licensed under the MIT or GPL Version 2 licenses.
224 + * http://jquery.org/license
225 + *
226 + * http://docs.jquery.com/UI/Dialog#theming
227 + */
228 +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
229 +.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
230 +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
231 +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
232 +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
233 +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
234 +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
235 +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
236 +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
237 +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
238 +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
239 +.ui-draggable .ui-dialog-titlebar { cursor: move; }
240 +/*
241 + * jQuery UI Progressbar 1.8.12
242 + *
243 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
244 + * Dual licensed under the MIT or GPL Version 2 licenses.
245 + * http://jquery.org/license
246 + *
247 + * http://docs.jquery.com/UI/Progressbar#theming
248 + */
249 +.ui-progressbar { height:2em; text-align: left; }
250 +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
251 + * jQuery UI Resizable 1.8.12
252 + *
253 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
254 + * Dual licensed under the MIT or GPL Version 2 licenses.
255 + * http://jquery.org/license
256 + *
257 + * http://docs.jquery.com/UI/Resizable#theming
258 + */
259 +.ui-resizable { position: relative;}
260 +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
261 + /* http://bugs.jqueryui.com/ticket/7233
262 + - Resizable: resizable handles fail to work in IE if transparent and content overlaps
263 + */
264 + background-image:url(data:);
265 +}
266 +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
267 +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
268 +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
269 +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
270 +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
271 +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
272 +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
273 +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
274 +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
275 + * jQuery UI Selectable 1.8.12
276 + *
277 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
278 + * Dual licensed under the MIT or GPL Version 2 licenses.
279 + * http://jquery.org/license
280 + *
281 + * http://docs.jquery.com/UI/Selectable#theming
282 + */
283 +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
284 +/*
285 + * jQuery UI Slider 1.8.12
286 + *
287 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
288 + * Dual licensed under the MIT or GPL Version 2 licenses.
289 + * http://jquery.org/license
290 + *
291 + * http://docs.jquery.com/UI/Slider#theming
292 + */
293 +.ui-slider { position: relative; text-align: left; }
294 +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
295 +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
296 +
297 +.ui-slider-horizontal { height: .8em; }
298 +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
299 +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
300 +.ui-slider-horizontal .ui-slider-range-min { left: 0; }
301 +.ui-slider-horizontal .ui-slider-range-max { right: 0; }
302 +
303 +.ui-slider-vertical { width: .8em; height: 100px; }
304 +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
305 +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
306 +.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
307 +.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
308 + * jQuery UI Tabs 1.8.12
309 + *
310 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
311 + * Dual licensed under the MIT or GPL Version 2 licenses.
312 + * http://jquery.org/license
313 + *
314 + * http://docs.jquery.com/UI/Tabs#theming
315 + */
316 +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
317 +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
318 +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
319 +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
320 +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
321 +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
322 +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
323 +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
324 +.ui-tabs .ui-tabs-hide { display: none !important; }
325 +/*
326 + * jQuery UI CSS Framework 1.8.12
327 + *
328 + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
329 + * Dual licensed under the MIT or GPL Version 2 licenses.
330 + * http://jquery.org/license
331 + *
332 + * http://docs.jquery.com/UI/Theming/API
333 + *
334 + * To view and modify this theme, visit http://jqueryui.com/themeroller/
335 + */
336 +
337 +
338 +/* Component containers
339 +----------------------------------*/
340 +.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
341 +.ui-widget .ui-widget { font-size: 1em; }
342 +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
343 +.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
344 +.ui-widget-content a { color: #222222/*{fcContent}*/; }
345 +.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
346 +.ui-widget-header a { color: #222222/*{fcHeader}*/; }
347 +
348 +/* Interaction states
349 +----------------------------------*/
350 +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
351 +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
352 +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
353 +.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
354 +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
355 +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
356 +.ui-widget :active { outline: none; }
357 +
358 +/* Interaction Cues
359 +----------------------------------*/
360 +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
361 +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
362 +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
363 +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
364 +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
365 +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
366 +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
367 +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
368 +
369 +/* Icons
370 +----------------------------------*/
371 +
372 +/* states and images */
373 +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
374 +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
375 +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
376 +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
377 +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
378 +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
379 +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
380 +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
381 +
382 +/* positioning */
383 +.ui-icon-carat-1-n { background-position: 0 0; }
384 +.ui-icon-carat-1-ne { background-position: -16px 0; }
385 +.ui-icon-carat-1-e { background-position: -32px 0; }
386 +.ui-icon-carat-1-se { background-position: -48px 0; }
387 +.ui-icon-carat-1-s { background-position: -64px 0; }
388 +.ui-icon-carat-1-sw { background-position: -80px 0; }
389 +.ui-icon-carat-1-w { background-position: -96px 0; }
390 +.ui-icon-carat-1-nw { background-position: -112px 0; }
391 +.ui-icon-carat-2-n-s { background-position: -128px 0; }
392 +.ui-icon-carat-2-e-w { background-position: -144px 0; }
393 +.ui-icon-triangle-1-n { background-position: 0 -16px; }
394 +.ui-icon-triangle-1-ne { background-position: -16px -16px; }
395 +.ui-icon-triangle-1-e { background-position: -32px -16px; }
396 +.ui-icon-triangle-1-se { background-position: -48px -16px; }
397 +.ui-icon-triangle-1-s { background-position: -64px -16px; }
398 +.ui-icon-triangle-1-sw { background-position: -80px -16px; }
399 +.ui-icon-triangle-1-w { background-position: -96px -16px; }
400 +.ui-icon-triangle-1-nw { background-position: -112px -16px; }
401 +.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
402 +.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
403 +.ui-icon-arrow-1-n { background-position: 0 -32px; }
404 +.ui-icon-arrow-1-ne { background-position: -16px -32px; }
405 +.ui-icon-arrow-1-e { background-position: -32px -32px; }
406 +.ui-icon-arrow-1-se { background-position: -48px -32px; }
407 +.ui-icon-arrow-1-s { background-position: -64px -32px; }
408 +.ui-icon-arrow-1-sw { background-position: -80px -32px; }
409 +.ui-icon-arrow-1-w { background-position: -96px -32px; }
410 +.ui-icon-arrow-1-nw { background-position: -112px -32px; }
411 +.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
412 +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
413 +.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
414 +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
415 +.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
416 +.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
417 +.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
418 +.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
419 +.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
420 +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
421 +.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
422 +.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
423 +.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
424 +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
425 +.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
426 +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
427 +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
428 +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
429 +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
430 +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
431 +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
432 +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
433 +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
434 +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
435 +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
436 +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
437 +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
438 +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
439 +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
440 +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
441 +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
442 +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
443 +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
444 +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
445 +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
446 +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
447 +.ui-icon-arrow-4 { background-position: 0 -80px; }
448 +.ui-icon-arrow-4-diag { background-position: -16px -80px; }
449 +.ui-icon-extlink { background-position: -32px -80px; }
450 +.ui-icon-newwin { background-position: -48px -80px; }
451 +.ui-icon-refresh { background-position: -64px -80px; }
452 +.ui-icon-shuffle { background-position: -80px -80px; }
453 +.ui-icon-transfer-e-w { background-position: -96px -80px; }
454 +.ui-icon-transferthick-e-w { background-position: -112px -80px; }
455 +.ui-icon-folder-collapsed { background-position: 0 -96px; }
456 +.ui-icon-folder-open { background-position: -16px -96px; }
457 +.ui-icon-document { background-position: -32px -96px; }
458 +.ui-icon-document-b { background-position: -48px -96px; }
459 +.ui-icon-note { background-position: -64px -96px; }
460 +.ui-icon-mail-closed { background-position: -80px -96px; }
461 +.ui-icon-mail-open { background-position: -96px -96px; }
462 +.ui-icon-suitcase { background-position: -112px -96px; }
463 +.ui-icon-comment { background-position: -128px -96px; }
464 +.ui-icon-person { background-position: -144px -96px; }
465 +.ui-icon-print { background-position: -160px -96px; }
466 +.ui-icon-trash { background-position: -176px -96px; }
467 +.ui-icon-locked { background-position: -192px -96px; }
468 +.ui-icon-unlocked { background-position: -208px -96px; }
469 +.ui-icon-bookmark { background-position: -224px -96px; }
470 +.ui-icon-tag { background-position: -240px -96px; }
471 +.ui-icon-home { background-position: 0 -112px; }
472 +.ui-icon-flag { background-position: -16px -112px; }
473 +.ui-icon-calendar { background-position: -32px -112px; }
474 +.ui-icon-cart { background-position: -48px -112px; }
475 +.ui-icon-pencil { background-position: -64px -112px; }
476 +.ui-icon-clock { background-position: -80px -112px; }
477 +.ui-icon-disk { background-position: -96px -112px; }
478 +.ui-icon-calculator { background-position: -112px -112px; }
479 +.ui-icon-zoomin { background-position: -128px -112px; }
480 +.ui-icon-zoomout { background-position: -144px -112px; }
481 +.ui-icon-search { background-position: -160px -112px; }
482 +.ui-icon-wrench { background-position: -176px -112px; }
483 +.ui-icon-gear { background-position: -192px -112px; }
484 +.ui-icon-heart { background-position: -208px -112px; }
485 +.ui-icon-star { background-position: -224px -112px; }
486 +.ui-icon-link { background-position: -240px -112px; }
487 +.ui-icon-cancel { background-position: 0 -128px; }
488 +.ui-icon-plus { background-position: -16px -128px; }
489 +.ui-icon-plusthick { background-position: -32px -128px; }
490 +.ui-icon-minus { background-position: -48px -128px; }
491 +.ui-icon-minusthick { background-position: -64px -128px; }
492 +.ui-icon-close { background-position: -80px -128px; }
493 +.ui-icon-closethick { background-position: -96px -128px; }
494 +.ui-icon-key { background-position: -112px -128px; }
495 +.ui-icon-lightbulb { background-position: -128px -128px; }
496 +.ui-icon-scissors { background-position: -144px -128px; }
497 +.ui-icon-clipboard { background-position: -160px -128px; }
498 +.ui-icon-copy { background-position: -176px -128px; }
499 +.ui-icon-contact { background-position: -192px -128px; }
500 +.ui-icon-image { background-position: -208px -128px; }
501 +.ui-icon-video { background-position: -224px -128px; }
502 +.ui-icon-script { background-position: -240px -128px; }
503 +.ui-icon-alert { background-position: 0 -144px; }
504 +.ui-icon-info { background-position: -16px -144px; }
505 +.ui-icon-notice { background-position: -32px -144px; }
506 +.ui-icon-help { background-position: -48px -144px; }
507 +.ui-icon-check { background-position: -64px -144px; }
508 +.ui-icon-bullet { background-position: -80px -144px; }
509 +.ui-icon-radio-off { background-position: -96px -144px; }
510 +.ui-icon-radio-on { background-position: -112px -144px; }
511 +.ui-icon-pin-w { background-position: -128px -144px; }
512 +.ui-icon-pin-s { background-position: -144px -144px; }
513 +.ui-icon-play { background-position: 0 -160px; }
514 +.ui-icon-pause { background-position: -16px -160px; }
515 +.ui-icon-seek-next { background-position: -32px -160px; }
516 +.ui-icon-seek-prev { background-position: -48px -160px; }
517 +.ui-icon-seek-end { background-position: -64px -160px; }
518 +.ui-icon-seek-start { background-position: -80px -160px; }
519 +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
520 +.ui-icon-seek-first { background-position: -80px -160px; }
521 +.ui-icon-stop { background-position: -96px -160px; }
522 +.ui-icon-eject { background-position: -112px -160px; }
523 +.ui-icon-volume-off { background-position: -128px -160px; }
524 +.ui-icon-volume-on { background-position: -144px -160px; }
525 +.ui-icon-power { background-position: 0 -176px; }
526 +.ui-icon-signal-diag { background-position: -16px -176px; }
527 +.ui-icon-signal { background-position: -32px -176px; }
528 +.ui-icon-battery-0 { background-position: -48px -176px; }
529 +.ui-icon-battery-1 { background-position: -64px -176px; }
530 +.ui-icon-battery-2 { background-position: -80px -176px; }
531 +.ui-icon-battery-3 { background-position: -96px -176px; }
532 +.ui-icon-circle-plus { background-position: 0 -192px; }
533 +.ui-icon-circle-minus { background-position: -16px -192px; }
534 +.ui-icon-circle-close { background-position: -32px -192px; }
535 +.ui-icon-circle-triangle-e { background-position: -48px -192px; }
536 +.ui-icon-circle-triangle-s { background-position: -64px -192px; }
537 +.ui-icon-circle-triangle-w { background-position: -80px -192px; }
538 +.ui-icon-circle-triangle-n { background-position: -96px -192px; }
539 +.ui-icon-circle-arrow-e { background-position: -112px -192px; }
540 +.ui-icon-circle-arrow-s { background-position: -128px -192px; }
541 +.ui-icon-circle-arrow-w { background-position: -144px -192px; }
542 +.ui-icon-circle-arrow-n { background-position: -160px -192px; }
543 +.ui-icon-circle-zoomin { background-position: -176px -192px; }
544 +.ui-icon-circle-zoomout { background-position: -192px -192px; }
545 +.ui-icon-circle-check { background-position: -208px -192px; }
546 +.ui-icon-circlesmall-plus { background-position: 0 -208px; }
547 +.ui-icon-circlesmall-minus { background-position: -16px -208px; }
548 +.ui-icon-circlesmall-close { background-position: -32px -208px; }
549 +.ui-icon-squaresmall-plus { background-position: -48px -208px; }
550 +.ui-icon-squaresmall-minus { background-position: -64px -208px; }
551 +.ui-icon-squaresmall-close { background-position: -80px -208px; }
552 +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
553 +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
554 +.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
555 +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
556 +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
557 +.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
558 +
559 +
560 +/* Misc visuals
561 +----------------------------------*/
562 +
563 +/* Corner radius */
564 +.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
565 +.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
566 +.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
567 +.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
568 +.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
569 +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
570 +.ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
571 +.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
572 +.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
573 +
574 +/* Overlays */
575 +.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
576 +.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
...\ No newline at end of file ...\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 +/**
2 + * Updates the options inside of a given HTML select tag from a SPARQL
3 + * result set delivered by a SPIN template call.
4 + * The template call must return the value as first column, and the
5 + * display label as second column.
6 + * @param id the ID of the select element, e.g. "#mySelect")
7 + * @param template the URI of the template to call
8 + * @param args an object with the argument to the template call
9 + */
10 +function updateSelect(id, template, args) {
11 + args['_template'] = template;
12 + args['ajax'] = true;
13 + $.getJSON("template", args, function(j) {
14 + var vars = j['head'].vars;
15 + var valueVar = vars[0];
16 + var labelVar = vars[1];
17 + var bindings = j['results'].bindings;
18 + var options = '';
19 + for (var i = 0; i < bindings.length; i++) {
20 + var binding = bindings[i];
21 + options += '<option value="' + binding[valueVar].value + '">' + binding[labelVar].value + '</option>';
22 + }
23 + $(id).html(options);
24 + });
25 +}
1 +@CHARSET "UTF-8";
2 +
3 +body {
4 + font-family: sans-serif;
5 + margin:0 0px 0 0;
6 + font-family:Tahoma,arial,Helvetica;
7 + font-size:12px;
8 + background-color:#FEFEFC;
9 + background-image:url(images/bg.png);
10 + background-position:top center;
11 + background-repeat:repeat-x;
12 + color:#333;
13 +}
14 +
15 +#content {
16 + position:relative;
17 + margin-top:0px;
18 + display:block;
19 + padding:15px 30px 30px 30px;
20 + background-color:#fefefc;
21 +}
22 +
23 +#wrapper{
24 + position:relative;
25 + width:950px;
26 + margin:0 auto;
27 + display:block;
28 + background-repeat:no-repeat;
29 +}
30 +
31 +a,a:link,a:visited {
32 + color:#375f82;
33 +}
34 +
35 +.logoContainer {
36 + background: url(images/headerBg.png);
37 + width: 950px;
38 + height: 106px;
39 +}
40 +
41 +.formHeader {
42 + font-weight: bold;
43 +}
...\ No newline at end of file ...\ No newline at end of file
1 +# baseURI: http://www.reportinghub.no/transform/spreadsheets2npd
2 +# imports: http://topbraid.org/spin/spinmapl
3 +# imports: file:///www.reportinghub.no/transform/npd/company
4 +# imports: file:///www.reportinghub.no/transform/npd/wbsha
5 +# imports: file:///www.reportinghub.no/transform/npd/wbdev
6 +# imports: http://www.reportinghub.no/1.1/schema/npd
7 +# imports: file:///www.reportinghub.no/transform/npd/field
8 +# imports: http://www.reportinghub.no/spin/rh
9 +# imports: file:///www.reportinghub.no/transform/npd/facilitymoveable
10 +# imports: file:///www.reportinghub.no/transform/npd/wbexp
11 +# imports: file:///www.reportinghub.no/transform/npd/licensee
12 +# imports: file:///www.reportinghub.no/transform/npd/baa
13 +# imports: file:///www.reportinghub.no/transform/npd/facilityfixed
14 +# imports: file:///www.reportinghub.no/transform/npd/discovery
15 +# imports: file:///www.reportinghub.no/transform/npd/licence
16 +# imports: file:///www.reportinghub.no/transform/npd/baalicensee
17 +# imports: file:///www.reportinghub.no/transform/npd/wbid
18 +# imports: http://spinrdf.org/spin
19 +# imports: file:///www.reportinghub.no/transform/npd/tufoperator
20 +
21 +@prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> .
22 +@prefix arg: <http://spinrdf.org/arg#> .
23 +@prefix baa-2011-07-30: <file:///www.reportinghub.no/transform/npd/baa-2011-07-30#> .
24 +@prefix baalicensee-2011-07-30: <file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30#> .
25 +@prefix company-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/company-2011-07-30#> .
26 +@prefix discovery-2011-07-30: <file:///www.reportinghub.no/transform/npd/discovery-2011-07-30#> .
27 +@prefix facilityfixed-2011-07-30: <file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30#> .
28 +@prefix facilitymoveable-2011-07-30: <file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30#> .
29 +@prefix field-2011-07-30: <http://www.reportinghub.no/transform/npd/field-2011-07-30#> .
30 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
31 +@prefix license-2011-07-30: <file:///www.reportinghub.no/transform/npd/license-2011-07-30#> .
32 +@prefix licensee-2011-07-30: <file:///www.reportinghub.no/transform/npd/licensee-2011-07-30#> .
33 +@prefix npdi: <https://www.reportinghub.no/data/npd/> .
34 +@prefix npdi1: <http://www.reportinghub.no/examples/npdi#> .
35 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
36 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
37 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
38 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
39 +@prefix sp: <http://spinrdf.org/sp#> .
40 +@prefix spif: <http://spinrdf.org/spif#> .
41 +@prefix spin: <http://spinrdf.org/spin#> .
42 +@prefix spinmap: <http://spinrdf.org/spinmap#> .
43 +@prefix spinmapl: <http://topbraid.org/spin/spinmapl#> .
44 +@prefix spl: <http://spinrdf.org/spl#> .
45 +@prefix tufoperator-2011-07-30: <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30#> .
46 +@prefix wbdev-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30#> .
47 +@prefix wbexp-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30#> .
48 +@prefix wbid-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbid-2011-07-30#> .
49 +@prefix wbsha-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30#> .
50 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
51 +
52 +<file:///www.reportinghub.no/transform/npd/baa#BAA>
53 + spinmap:rule
54 + [ rdf:type spinmap:Mapping-1-1 ;
55 + spinmap:context :BAA-BusinessArrangementArea ;
56 + spinmap:expression spin:_arg1 ;
57 + spinmap:sourcePredicate1
58 + <file:///www.reportinghub.no/transform/npd/baa#baaName> ;
59 + spinmap:targetPredicate1
60 + <http://www.reportinghub.no/schema/npd#name>
61 + ] ;
62 + spinmap:rule
63 + [ rdf:type spinmap:Mapping-1-1 ;
64 + spinmap:context :BAA-BusinessArrangementArea ;
65 + spinmap:expression
66 + [ rdf:type spif:parseDate ;
67 + arg:pattern "dd.MM.yyyy" ;
68 + sp:arg1 spin:_arg1
69 + ] ;
70 + spinmap:sourcePredicate1
71 + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ;
72 + spinmap:targetPredicate1
73 + <http://www.reportinghub.no/schema/npd#endDate>
74 + ] ;
75 + spinmap:rule
76 + [ rdf:type spinmap:Mapping-1-1 ;
77 + spinmap:context :BAA-BusinessArrangementArea ;
78 + spinmap:expression
79 + [ rdf:type spif:parseDate ;
80 + arg:pattern "dd.MM.yyyy" ;
81 + sp:arg1 spin:_arg1
82 + ] ;
83 + spinmap:sourcePredicate1
84 + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidFrom> ;
85 + spinmap:targetPredicate1
86 + <http://www.reportinghub.no/schema/npd#startDate>
87 + ] ;
88 + spinmap:rule
89 + [ rdf:type spinmap:Mapping-1-1 ;
90 + spinmap:context :BAA-BusinessArrangementArea ;
91 + spinmap:expression
92 + [ rdf:type spinmapl:resourceWithValue ;
93 + sp:arg1 spin:_arg1 ;
94 + spinmapl:predicate :baaKind
95 + ] ;
96 + spinmap:sourcePredicate1
97 + <file:///www.reportinghub.no/transform/npd/baa#baaKind> ;
98 + spinmap:targetPredicate1
99 + rdf:type
100 + ] ;
101 + spinmap:rule
102 + [ rdf:type spinmap:Mapping-1-1 ;
103 + spinmap:context :BAA-BusinessArrangementArea ;
104 + spinmap:expression spin:_arg1 ;
105 + spinmap:sourcePredicate1
106 + <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ;
107 + spinmap:targetPredicate1
108 + <http://www.reportinghub.no/schema/npd#id>
109 + ] .
110 +
111 +<file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee>
112 + spinmap:rule
113 + [ rdf:type spinmap:Mapping-1-1 ;
114 + spinmap:context :BAALicensee-ShareOfBAA ;
115 + spinmap:expression
116 + [ rdf:type xsd:float ;
117 + sp:arg1 spin:_arg1
118 + ] ;
119 + spinmap:sourcePredicate1
120 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ;
121 + spinmap:targetPredicate1
122 + <http://www.reportinghub.no/schema/npd#percentageOfShare>
123 + ] ;
124 + spinmap:rule
125 + [ rdf:type spinmap:Mapping-1-1 ;
126 + spinmap:context :BAALicensee-ShareOfBAA ;
127 + spinmap:expression
128 + [ rdf:type spinmapl:resourceWithValue ;
129 + sp:arg1 spin:_arg1 ;
130 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
131 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
132 + ] ;
133 + spinmap:sourcePredicate1
134 + <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ;
135 + spinmap:targetPredicate1
136 + <http://www.reportinghub.no/schema/npd#shareHolder>
137 + ] ;
138 + spinmap:rule
139 + [ rdf:type spinmap:Mapping-1-1 ;
140 + spinmap:context :BAALicensee-ShareOfBAA ;
141 + spinmap:expression
142 + [ rdf:type spif:parseDate ;
143 + arg:pattern "dd.MM.yyyy" ;
144 + sp:arg1 spin:_arg1
145 + ] ;
146 + spinmap:sourcePredicate1
147 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ;
148 + spinmap:targetPredicate1
149 + <http://www.reportinghub.no/schema/npd#endDate>
150 + ] ;
151 + spinmap:rule
152 + [ rdf:type spinmap:Mapping-1-1 ;
153 + spinmap:context :BAALicensee-ShareOfBAA ;
154 + spinmap:expression
155 + [ rdf:type spif:parseDate ;
156 + arg:pattern "dd.MM.yyyy" ;
157 + sp:arg1 spin:_arg1
158 + ] ;
159 + spinmap:sourcePredicate1
160 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ;
161 + spinmap:targetPredicate1
162 + <http://www.reportinghub.no/schema/npd#startDate>
163 + ] ;
164 + spinmap:rule
165 + [ rdf:type spinmap:Mapping-1-1 ;
166 + spinmap:context :BAALicensee-ShareOfBAA ;
167 + spinmap:expression
168 + [ rdf:type spinmapl:resourceWithValue ;
169 + sp:arg1 spin:_arg1 ;
170 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
171 + spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea>
172 + ] ;
173 + spinmap:sourcePredicate1
174 + <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ;
175 + spinmap:targetPredicate1
176 + <http://www.reportinghub.no/schema/npd#baaShared>
177 + ] ;
178 + spinmap:rule
179 + [ rdf:type spinmap:Mapping-0-1 ;
180 + spinmap:context :BAALicensee-ShareOfBAA ;
181 + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ;
182 + spinmap:targetPredicate1
183 + rdf:type
184 + ] .
185 +
186 +<file:///www.reportinghub.no/transform/npd/company#Company>
187 + spinmap:rule
188 + [ rdf:type spinmap:Mapping-1-1 ;
189 + spinmap:context :Company-ParentCompany ;
190 + spinmap:expression spin:_arg1 ;
191 + spinmap:sourcePredicate1
192 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
193 + spinmap:targetPredicate1
194 + <http://www.reportinghub.no/schema/npd#name>
195 + ] ;
196 + spinmap:rule
197 + [ rdf:type spinmap:Mapping-1-1 ;
198 + spinmap:context :Company-ParentCompany ;
199 + spinmap:expression spin:_arg1 ;
200 + spinmap:sourcePredicate1
201 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
202 + spinmap:targetPredicate1
203 + <http://www.reportinghub.no/schema/npd#companyShortName>
204 + ] ;
205 + spinmap:rule
206 + [ rdf:type spinmap:Mapping-1-1 ;
207 + spinmap:context :Company-Company ;
208 + spinmap:expression
209 + [ rdf:type rhspin:parentCompanyByName ;
210 + arg:name spin:_arg1
211 + ] ;
212 + spinmap:sourcePredicate1
213 + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ;
214 + spinmap:targetPredicate1
215 + <http://www.reportinghub.no/schema/npd#parentCompany>
216 + ] ;
217 + spinmap:rule
218 + [ rdf:type spinmap:Mapping-0-1 ;
219 + spinmap:context :Company-ParentCompany ;
220 + spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ;
221 + spinmap:targetPredicate1
222 + rdf:type
223 + ] ;
224 + spinmap:rule
225 + [ rdf:type spinmap:Mapping-1-1 ;
226 + spinmap:context :Company-Company ;
227 + spinmap:expression spin:_arg1 ;
228 + spinmap:sourcePredicate1
229 + <file:///www.reportinghub.no/transform/npd/company#cmpOrgNumberBrReg> ;
230 + spinmap:targetPredicate1
231 + <http://www.reportinghub.no/schema/npd#organisationNumber>
232 + ] ;
233 + spinmap:rule
234 + [ rdf:type spinmap:Mapping-0-1 ;
235 + spinmap:context :Company-Company ;
236 + spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ;
237 + spinmap:targetPredicate1
238 + rdf:type
239 + ] ;
240 + spinmap:rule
241 + [ rdf:type spinmap:Mapping-1-1 ;
242 + spinmap:context :Company-Company ;
243 + spinmap:expression spin:_arg1 ;
244 + spinmap:sourcePredicate1
245 + <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ;
246 + spinmap:targetPredicate1
247 + <http://www.reportinghub.no/schema/npd#name>
248 + ] ;
249 + spinmap:rule
250 + [ rdf:type spinmap:Mapping-1-1 ;
251 + spinmap:context :Company-Company ;
252 + spinmap:expression spin:_arg1 ;
253 + spinmap:sourcePredicate1
254 + <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ;
255 + spinmap:targetPredicate1
256 + <http://www.reportinghub.no/schema/npd#companyShortName>
257 + ] ;
258 + spinmap:rule
259 + [ rdf:type spinmap:Mapping-1-1 ;
260 + spinmap:context :Company-Company ;
261 + spinmap:expression spin:_arg1 ;
262 + spinmap:sourcePredicate1
263 + <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ;
264 + spinmap:targetPredicate1
265 + <http://www.reportinghub.no/schema/npd#id>
266 + ] .
267 +
268 +<file:///www.reportinghub.no/transform/npd/discovery#Discovery>
269 + spinmap:rule
270 + [ rdf:type spinmap:Mapping-1-1 ;
271 + spinmap:context :Discovery-Discovery ;
272 + spinmap:expression
273 + [ rdf:type spinmapl:resourceWithValue ;
274 + sp:arg1 spin:_arg1 ;
275 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
276 + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
277 + ] ;
278 + spinmap:sourcePredicate1
279 + <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ;
280 + spinmap:targetPredicate1
281 + <http://www.reportinghub.no/schema/npd#discoveryOwner>
282 + ] ;
283 + spinmap:rule
284 + [ rdf:type spinmap:Mapping-0-1 ;
285 + spinmap:context :Discovery-Discovery ;
286 + spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ;
287 + spinmap:targetPredicate1
288 + rdf:type
289 + ] ;
290 + spinmap:rule
291 + [ rdf:type spinmap:Mapping-1-1 ;
292 + spinmap:context :Discovery-Discovery ;
293 + spinmap:expression
294 + [ rdf:type spinmapl:resourceWithValue ;
295 + sp:arg1 spin:_arg1 ;
296 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
297 + spinmapl:type <http://www.reportinghub.no/schema/npd#MainNCSArea>
298 + ] ;
299 + spinmap:sourcePredicate1
300 + <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ;
301 + spinmap:targetPredicate1
302 + <http://www.reportinghub.no/schema/npd#discoveryMainNcsArea>
303 + ] ;
304 + spinmap:rule
305 + [ rdf:type spinmap:Mapping-1-1 ;
306 + spinmap:context :Discovery-Discovery ;
307 + spinmap:expression
308 + [ rdf:type spinmapl:resourceWithValue ;
309 + sp:arg1 spin:_arg1 ;
310 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
311 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
312 + ] ;
313 + spinmap:sourcePredicate1
314 + <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ;
315 + spinmap:targetPredicate1
316 + <http://www.reportinghub.no/schema/npd#discoveryOperator>
317 + ] ;
318 + spinmap:rule
319 + [ rdf:type spinmap:Mapping-1-1 ;
320 + spinmap:context :Discovery-Discovery ;
321 + spinmap:expression
322 + [ rdf:type rhspin:fieldById ;
323 + arg:id spin:_arg1
324 + ] ;
325 + spinmap:sourcePredicate1
326 + <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ;
327 + spinmap:targetPredicate1
328 + <http://www.reportinghub.no/schema/npd#discoveryField>
329 + ] ;
330 + spinmap:rule
331 + [ rdf:type spinmap:Mapping-1-1 ;
332 + spinmap:context :Discovery-Discovery ;
333 + spinmap:expression
334 + [ rdf:type xsd:integer ;
335 + sp:arg1 spin:_arg1
336 + ] ;
337 + spinmap:sourcePredicate1
338 + <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ;
339 + spinmap:targetPredicate1
340 + <http://www.reportinghub.no/schema/npd#discoveryYear>
341 + ] ;
342 + spinmap:rule
343 + [ rdf:type spinmap:Mapping-1-1 ;
344 + spinmap:context :Discovery-Discovery ;
345 + spinmap:expression
346 + [ rdf:type rhspin:wellBoreByName ;
347 + arg:wellBoreName spin:_arg1
348 + ] ;
349 + spinmap:sourcePredicate1
350 + <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ;
351 + spinmap:targetPredicate1
352 + <http://www.reportinghub.no/schema/npd#discoveryWellBore>
353 + ] ;
354 + spinmap:rule
355 + [ rdf:type spinmap:Mapping-1-1 ;
356 + spinmap:context :Discovery-Discovery ;
357 + spinmap:expression
358 + [ rdf:type spinmapl:resourceWithValue ;
359 + sp:arg1 spin:_arg1 ;
360 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
361 + spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus>
362 + ] ;
363 + spinmap:sourcePredicate1
364 + <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ;
365 + spinmap:targetPredicate1
366 + <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus>
367 + ] ;
368 + spinmap:rule
369 + [ rdf:type spinmap:Mapping-1-1 ;
370 + spinmap:context :Discovery-Discovery ;
371 + spinmap:expression
372 + [ rdf:type spinmapl:resourceWithValue ;
373 + sp:arg1 spin:_arg1 ;
374 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
375 + spinmapl:type <http://www.reportinghub.no/schema/npd#HCType>
376 + ] ;
377 + spinmap:sourcePredicate1
378 + <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ;
379 + spinmap:targetPredicate1
380 + <http://www.reportinghub.no/schema/npd#discoveryHCType>
381 + ] ;
382 + spinmap:rule
383 + [ rdf:type spinmap:Mapping-1-1 ;
384 + spinmap:context :Discovery-Discovery ;
385 + spinmap:expression spin:_arg1 ;
386 + spinmap:sourcePredicate1
387 + <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ;
388 + spinmap:targetPredicate1
389 + <http://www.reportinghub.no/schema/npd#id>
390 + ] ;
391 + spinmap:rule
392 + [ rdf:type spinmap:Mapping-1-1 ;
393 + spinmap:context :Discovery-Discovery ;
394 + spinmap:expression spin:_arg1 ;
395 + spinmap:sourcePredicate1
396 + <file:///www.reportinghub.no/transform/npd/discovery#dscName> ;
397 + spinmap:targetPredicate1
398 + <http://www.reportinghub.no/schema/npd#name>
399 + ] .
400 +
401 +<file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed>
402 + spinmap:rule
403 + [ rdf:type spinmap:Mapping-1-1 ;
404 + spinmap:context :FacilityFixed-FixedFacility ;
405 + spinmap:expression
406 + [ rdf:type spinmapl:resourceWithValue ;
407 + sp:arg1 spin:_arg1 ;
408 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
409 + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase>
410 + ] ;
411 + spinmap:sourcePredicate1
412 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ;
413 + spinmap:targetPredicate1
414 + <http://www.reportinghub.no/schema/npd#fixedFacilityPhase>
415 + ] ;
416 + spinmap:rule
417 + [ rdf:type spinmap:Mapping-1-1 ;
418 + spinmap:context :FacilityFixed-FixedFacility ;
419 + spinmap:expression
420 + [ rdf:type spinmapl:resourceWithValue ;
421 + sp:arg1 spin:_arg1 ;
422 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ;
423 + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent>
424 + ] ;
425 + spinmap:sourcePredicate1
426 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ;
427 + spinmap:targetPredicate1
428 + <http://www.reportinghub.no/schema/npd#belongsTo>
429 + ] ;
430 + spinmap:rule
431 + [ rdf:type spinmap:Mapping-1-1 ;
432 + spinmap:context :FacilityFixed-FixedFacility ;
433 + spinmap:expression
434 + [ rdf:type spinmapl:resourceWithValue ;
435 + sp:arg1 spin:_arg1 ;
436 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
437 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
438 + ] ;
439 + spinmap:sourcePredicate1
440 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ;
441 + spinmap:targetPredicate1
442 + <http://www.reportinghub.no/schema/npd#currentOperator>
443 + ] ;
444 + spinmap:rule
445 + [ rdf:type spinmap:Mapping-1-1 ;
446 + spinmap:context :FacilityFixed-FixedFacility ;
447 + spinmap:expression
448 + [ rdf:type sp:if ;
449 + sp:arg1 [ rdf:type sp:eq ;
450 + sp:arg1 spin:_arg1 ;
451 + sp:arg2 "N"
452 + ] ;
453 + sp:arg2 <http://www.reportinghub.no/schema/npd#SubSurfaceFixedFacility> ;
454 + sp:arg3 <http://www.reportinghub.no/schema/npd#SurfaceFixedFacility>
455 + ] ;
456 + spinmap:sourcePredicate1
457 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ;
458 + spinmap:targetPredicate1
459 + rdf:type
460 + ] ;
461 + spinmap:rule
462 + [ rdf:type spinmap:Mapping-1-1 ;
463 + spinmap:context :FacilityFixed-FixedFacility ;
464 + spinmap:expression spin:_arg1 ;
465 + spinmap:sourcePredicate1
466 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ;
467 + spinmap:targetPredicate1
468 + <http://www.reportinghub.no/schema/npd#id>
469 + ] ;
470 + spinmap:rule
471 + [ rdf:type spinmap:Mapping-1-1 ;
472 + spinmap:context :FacilityFixed-FixedFacility ;
473 + spinmap:expression spin:_arg1 ;
474 + spinmap:sourcePredicate1
475 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ;
476 + spinmap:targetPredicate1
477 + <http://www.reportinghub.no/schema/npd#name>
478 + ] ;
479 + spinmap:rule
480 + [ rdf:type spinmap:Mapping-1-1 ;
481 + spinmap:context :FacilityFixed-FixedFacility ;
482 + spinmap:expression
483 + [ rdf:type spif:parseDate ;
484 + arg:pattern "dd.MM.yyyy" ;
485 + sp:arg1 spin:_arg1
486 + ] ;
487 + spinmap:sourcePredicate1
488 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ;
489 + spinmap:targetPredicate1
490 + <http://www.reportinghub.no/schema/npd#startDate>
491 + ] ;
492 + spinmap:rule
493 + [ rdf:type spinmap:Mapping-1-1 ;
494 + spinmap:context :FacilityFixed-FixedFacility ;
495 + spinmap:expression spin:_arg1 ;
496 + spinmap:sourcePredicate1
497 + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ;
498 + spinmap:targetPredicate1
499 + <http://www.reportinghub.no/schema/npd#facilityKind>
500 + ] .
501 +
502 +<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable>
503 + spinmap:rule
504 + [ rdf:type spinmap:Mapping-1-1 ;
505 + spinmap:context :FacilityMoveable-MoveableFacility ;
506 + spinmap:expression
507 + [ rdf:type spinmapl:resourceWithValue ;
508 + sp:arg1 spin:_arg1 ;
509 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
510 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
511 + ] ;
512 + spinmap:sourcePredicate1
513 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ;
514 + spinmap:targetPredicate1
515 + <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany>
516 + ] ;
517 + spinmap:rule
518 + [ rdf:type spinmap:Mapping-1-1 ;
519 + spinmap:context :FacilityMoveable-MoveableFacility ;
520 + spinmap:expression spin:_arg1 ;
521 + spinmap:sourcePredicate1
522 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ;
523 + spinmap:targetPredicate1
524 + <http://www.reportinghub.no/schema/npd#name>
525 + ] ;
526 + spinmap:rule
527 + [ rdf:type spinmap:Mapping-1-1 ;
528 + spinmap:context :FacilityMoveable-MoveableFacility ;
529 + spinmap:expression spin:_arg1 ;
530 + spinmap:sourcePredicate1
531 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ;
532 + spinmap:targetPredicate1
533 + <http://www.reportinghub.no/schema/npd#facilityKind>
534 + ] ;
535 + spinmap:rule
536 + [ rdf:type spinmap:Mapping-1-1 ;
537 + spinmap:context :FacilityMoveable-MoveableFacility ;
538 + spinmap:expression spin:_arg1 ;
539 + spinmap:sourcePredicate1
540 + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ;
541 + spinmap:targetPredicate1
542 + <http://www.reportinghub.no/schema/npd#id>
543 + ] ;
544 + spinmap:rule
545 + [ rdf:type spinmap:Mapping-0-1 ;
546 + spinmap:context :FacilityMoveable-MoveableFacility ;
547 + spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ;
548 + spinmap:targetPredicate1
549 + rdf:type
550 + ] .
551 +
552 +<file:///www.reportinghub.no/transform/npd/field#Field>
553 + spinmap:rule
554 + [ rdf:type spinmap:Mapping-1-1 ;
555 + spinmap:context :Field-Field ;
556 + spinmap:expression
557 + [ rdf:type spinmapl:resourceWithValue ;
558 + sp:arg1 spin:_arg1 ;
559 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
560 + spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus>
561 + ] ;
562 + spinmap:sourcePredicate1
563 + <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ;
564 + spinmap:targetPredicate1
565 + <http://www.reportinghub.no/schema/npd#currentActivityStatus>
566 + ] ;
567 + spinmap:rule
568 + [ rdf:type spinmap:Mapping-1-1 ;
569 + spinmap:context :Field-Field ;
570 + spinmap:expression
571 + [ rdf:type spinmapl:resourceWithValue ;
572 + sp:arg1 spin:_arg1 ;
573 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ;
574 + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner>
575 + ] ;
576 + spinmap:sourcePredicate1
577 + <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ;
578 + spinmap:targetPredicate1
579 + <http://www.reportinghub.no/schema/npd#fieldOwner>
580 + ] ;
581 + spinmap:rule
582 + [ rdf:type spinmap:Mapping-1-1 ;
583 + spinmap:context :Field-Field ;
584 + spinmap:expression
585 + [ rdf:type rhspin:wellBoreByName ;
586 + arg:wellBoreName spin:_arg1
587 + ] ;
588 + spinmap:sourcePredicate1
589 + <file:///www.reportinghub.no/transform/npd/field#wlbName> ;
590 + spinmap:targetPredicate1
591 + <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore>
592 + ] ;
593 + spinmap:rule
594 + [ rdf:type spinmap:Mapping-1-1 ;
595 + spinmap:context :Field-Field ;
596 + spinmap:expression spin:_arg1 ;
597 + spinmap:sourcePredicate1
598 + <file:///www.reportinghub.no/transform/npd/field#fldName> ;
599 + spinmap:targetPredicate1
600 + <http://www.reportinghub.no/schema/npd#name>
601 + ] ;
602 + spinmap:rule
603 + [ rdf:type spinmap:Mapping-1-1 ;
604 + spinmap:context :Field-Field ;
605 + spinmap:expression spin:_arg1 ;
606 + spinmap:sourcePredicate1
607 + <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ;
608 + spinmap:targetPredicate1
609 + <http://www.reportinghub.no/schema/npd#id>
610 + ] ;
611 + spinmap:rule
612 + [ rdf:type spinmap:Mapping-1-1 ;
613 + spinmap:context :Field-Field ;
614 + spinmap:expression
615 + [ rdf:type rhspin:companyById ;
616 + arg:id spin:_arg1
617 + ] ;
618 + spinmap:sourcePredicate1
619 + <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ;
620 + spinmap:targetPredicate1
621 + <http://www.reportinghub.no/schema/npd#fieldOperator>
622 + ] ;
623 + spinmap:rule
624 + [ rdf:type spinmap:Mapping-0-1 ;
625 + spinmap:context :Field-Field ;
626 + spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ;
627 + spinmap:targetPredicate1
628 + rdf:type
629 + ] .
630 +
631 +<file:///www.reportinghub.no/transform/npd/licence#Licence>
632 + spinmap:rule
633 + [ rdf:type spinmap:Mapping-1-1 ;
634 + spinmap:context :License-License ;
635 + spinmap:expression spin:_arg1 ;
636 + spinmap:sourcePredicate1
637 + <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ;
638 + spinmap:targetPredicate1
639 + <http://www.reportinghub.no/schema/npd#licensingActivity>
640 + ] ;
641 + spinmap:rule
642 + [ rdf:type spinmap:Mapping-1-1 ;
643 + spinmap:context :License-License ;
644 + spinmap:expression spin:_arg1 ;
645 + spinmap:sourcePredicate1
646 + <file:///www.reportinghub.no/transform/npd/licence#prlName> ;
647 + spinmap:targetPredicate1
648 + <http://www.reportinghub.no/schema/npd#name>
649 + ] ;
650 + spinmap:rule
651 + [ rdf:type spinmap:Mapping-0-1 ;
652 + spinmap:context :License-License ;
653 + spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ;
654 + spinmap:targetPredicate1
655 + rdf:type
656 + ] ;
657 + spinmap:rule
658 + [ rdf:type spinmap:Mapping-1-1 ;
659 + spinmap:context :License-License ;
660 + spinmap:expression spin:_arg1 ;
661 + spinmap:sourcePredicate1
662 + <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence> ;
663 + spinmap:targetPredicate1
664 + <http://www.reportinghub.no/schema/npd#id>
665 + ] ;
666 + spinmap:rule
667 + [ rdf:type spinmap:Mapping-1-1 ;
668 + spinmap:context :License-License ;
669 + spinmap:expression
670 + [ rdf:type spif:parseDate ;
671 + arg:pattern "dd.MM.yyyy" ;
672 + sp:arg1 spin:_arg1
673 + ] ;
674 + spinmap:sourcePredicate1
675 + <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ;
676 + spinmap:targetPredicate1
677 + <http://www.reportinghub.no/schema/npd#endDate>
678 + ] ;
679 + spinmap:rule
680 + [ rdf:type spinmap:Mapping-1-1 ;
681 + spinmap:context :License-License ;
682 + spinmap:expression
683 + [ rdf:type spif:parseDate ;
684 + arg:pattern "dd.MM.yyyy" ;
685 + sp:arg1 spin:_arg1
686 + ] ;
687 + spinmap:sourcePredicate1
688 + <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ;
689 + spinmap:targetPredicate1
690 + <http://www.reportinghub.no/schema/npd#startDate>
691 + ] ;
692 + spinmap:rule
693 + [ rdf:type spinmap:Mapping-1-1 ;
694 + spinmap:context :License-License ;
695 + spinmap:expression
696 + [ rdf:type spinmapl:resourceWithValue ;
697 + sp:arg1 spin:_arg1 ;
698 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
699 + spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus>
700 + ] ;
701 + spinmap:sourcePredicate1
702 + <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ;
703 + spinmap:targetPredicate1
704 + <http://www.reportinghub.no/schema/npd#licenseStatus>
705 + ] .
706 +
707 +<file:///www.reportinghub.no/transform/npd/licensee#Licensee>
708 + spinmap:rule
709 + [ rdf:type spinmap:Mapping-0-1 ;
710 + spinmap:context :Licensee-ShareOfLicence ;
711 + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ;
712 + spinmap:targetPredicate1
713 + rdf:type
714 + ] ;
715 + spinmap:rule
716 + [ rdf:type spinmap:Mapping-1-1 ;
717 + spinmap:context :Licensee-ShareOfLicence ;
718 + spinmap:expression
719 + [ rdf:type spif:parseDate ;
720 + arg:pattern "dd.MM.yyyy" ;
721 + sp:arg1 spin:_arg1
722 + ] ;
723 + spinmap:sourcePredicate1
724 + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ;
725 + spinmap:targetPredicate1
726 + <http://www.reportinghub.no/schema/npd#startDate>
727 + ] ;
728 + spinmap:rule
729 + [ rdf:type spinmap:Mapping-1-1 ;
730 + spinmap:context :Licensee-ShareOfLicence ;
731 + spinmap:expression
732 + [ rdf:type rhspin:companyById ;
733 + arg:id spin:_arg1
734 + ] ;
735 + spinmap:sourcePredicate1
736 + <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ;
737 + spinmap:targetPredicate1
738 + <http://www.reportinghub.no/schema/npd#shareHolder>
739 + ] ;
740 + spinmap:rule
741 + [ rdf:type spinmap:Mapping-1-1 ;
742 + spinmap:context :Licensee-ShareOfLicence ;
743 + spinmap:expression
744 + [ rdf:type spif:parseDate ;
745 + arg:pattern "dd.MM.yyyy" ;
746 + sp:arg1 spin:_arg1
747 + ] ;
748 + spinmap:sourcePredicate1
749 + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ;
750 + spinmap:targetPredicate1
751 + <http://www.reportinghub.no/schema/npd#endDate>
752 + ] ;
753 + spinmap:rule
754 + [ rdf:type spinmap:Mapping-1-1 ;
755 + spinmap:context :Licensee-ShareOfLicence ;
756 + spinmap:expression
757 + [ rdf:type xsd:float ;
758 + sp:arg1 spin:_arg1
759 + ] ;
760 + spinmap:sourcePredicate1
761 + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ;
762 + spinmap:targetPredicate1
763 + <http://www.reportinghub.no/schema/npd#percentageOfShare>
764 + ] ;
765 + spinmap:rule
766 + [ rdf:type spinmap:Mapping-1-1 ;
767 + spinmap:context :Licensee-ShareOfLicence ;
768 + spinmap:expression
769 + [ rdf:type rhspin:licenceById ;
770 + arg:id spin:_arg1
771 + ] ;
772 + spinmap:sourcePredicate1
773 + <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ;
774 + spinmap:targetPredicate1
775 + <http://www.reportinghub.no/schema/npd#licenceShared>
776 + ] .
777 +
778 +<file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator>
779 + spinmap:rule
780 + [ rdf:type spinmap:Mapping-1-1 ;
781 + spinmap:context :TUFOperator-TUF ;
782 + spinmap:expression spin:_arg1 ;
783 + spinmap:sourcePredicate1
784 + <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ;
785 + spinmap:targetPredicate1
786 + <http://www.reportinghub.no/schema/npd#name>
787 + ] ;
788 + spinmap:rule
789 + [ rdf:type spinmap:Mapping-1-1 ;
790 + spinmap:context :TUFOperator-TUF ;
791 + spinmap:expression spin:_arg1 ;
792 + spinmap:sourcePredicate1
793 + <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ;
794 + spinmap:targetPredicate1
795 + <http://www.reportinghub.no/schema/npd#id>
796 + ] ;
797 + spinmap:rule
798 + [ rdf:type spinmap:Mapping-0-1 ;
799 + spinmap:context :TUFOperator-TUF ;
800 + spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ;
801 + spinmap:targetPredicate1
802 + rdf:type
803 + ] .
804 +
805 +<file:///www.reportinghub.no/transform/npd/wbdev#WBDev>
806 + spinmap:rule
807 + [ rdf:type spinmap:Mapping-1-1 ;
808 + spinmap:context :WBDev-WellBore ;
809 + spinmap:expression
810 + [ rdf:type rhspin:facilityById ;
811 + arg:id spin:_arg1
812 + ] ;
813 + spinmap:sourcePredicate1
814 + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ;
815 + spinmap:targetPredicate1
816 + <http://www.reportinghub.no/schema/npd#productionFacility>
817 + ] ;
818 + spinmap:rule
819 + [ rdf:type spinmap:Mapping-1-1 ;
820 + spinmap:context :WBDev-WellBore ;
821 + spinmap:expression
822 + [ rdf:type rhspin:licenceById ;
823 + arg:id spin:_arg1
824 + ] ;
825 + spinmap:sourcePredicate1
826 + <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ;
827 + spinmap:targetPredicate1
828 + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
829 + ] ;
830 + spinmap:rule
831 + [ rdf:type spinmap:Mapping-1-1 ;
832 + spinmap:context :WBDev-WellBore ;
833 + spinmap:expression
834 + [ rdf:type spif:parseDate ;
835 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
836 + sp:arg1 spin:_arg1
837 + ] ;
838 + spinmap:sourcePredicate1
839 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ;
840 + spinmap:targetPredicate1
841 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
842 + ] ;
843 + spinmap:rule
844 + [ rdf:type spinmap:Mapping-1-1 ;
845 + spinmap:context :WBDev-WellBore ;
846 + spinmap:expression spin:_arg1 ;
847 + spinmap:sourcePredicate1
848 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ;
849 + spinmap:targetPredicate1
850 + <http://www.reportinghub.no/schema/npd#name>
851 + ] ;
852 + spinmap:rule
853 + [ rdf:type spinmap:Mapping-1-1 ;
854 + spinmap:context :WBDev-WellBore ;
855 + spinmap:expression
856 + [ rdf:type spinmapl:resourceWithValue ;
857 + sp:arg1 spin:_arg1 ;
858 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
859 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
860 + ] ;
861 + spinmap:sourcePredicate1
862 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ;
863 + spinmap:targetPredicate1
864 + <http://www.reportinghub.no/schema/npd#drillingOperator>
865 + ] ;
866 + spinmap:rule
867 + [ rdf:type spinmap:Mapping-0-1 ;
868 + spinmap:context :WBDev-Well ;
869 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
870 + spinmap:targetPredicate1
871 + rdf:type
872 + ] ;
873 + spinmap:rule
874 + [ rdf:type spinmap:Mapping-1-1 ;
875 + spinmap:context :WBDev-WellBore ;
876 + spinmap:expression spin:_arg1 ;
877 + spinmap:sourcePredicate1
878 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ;
879 + spinmap:targetPredicate1
880 + <http://www.reportinghub.no/schema/npd#id>
881 + ] ;
882 + spinmap:rule
883 + [ rdf:type spinmap:Mapping-1-1 ;
884 + spinmap:context :WBDev-Well ;
885 + spinmap:expression spin:_arg1 ;
886 + spinmap:sourcePredicate1
887 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
888 + spinmap:targetPredicate1
889 + <http://www.reportinghub.no/schema/npd#name>
890 + ] ;
891 + spinmap:rule
892 + [ rdf:type spinmap:Mapping-1-1 ;
893 + spinmap:context :WBDev-WellBore ;
894 + spinmap:expression
895 + [ rdf:type spif:parseDate ;
896 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
897 + sp:arg1 spin:_arg1
898 + ] ;
899 + spinmap:sourcePredicate1
900 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ;
901 + spinmap:targetPredicate1
902 + <http://www.reportinghub.no/schema/npd#startDate>
903 + ] ;
904 + spinmap:rule
905 + [ rdf:type spinmap:Mapping-1-1 ;
906 + spinmap:context :WBDev-Well ;
907 + spinmap:expression
908 + [ rdf:type rhspin:fieldById ;
909 + arg:id spin:_arg1
910 + ] ;
911 + spinmap:sourcePredicate1
912 + <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ;
913 + spinmap:targetPredicate1
914 + <http://www.reportinghub.no/schema/npd#wellPartOfField>
915 + ] ;
916 + spinmap:rule
917 + [ rdf:type spinmap:Mapping-1-1 ;
918 + spinmap:context :WBDev-WellBore ;
919 + spinmap:expression
920 + [ rdf:type rhspin:facilityById ;
921 + arg:id spin:_arg1
922 + ] ;
923 + spinmap:sourcePredicate1
924 + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ;
925 + spinmap:targetPredicate1
926 + <http://www.reportinghub.no/schema/npd#drillingFacility>
927 + ] ;
928 + spinmap:rule
929 + [ rdf:type spinmap:Mapping-0-1 ;
930 + spinmap:context :WBDev-WellBore ;
931 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
932 + spinmap:targetPredicate1
933 + rdf:type
934 + ] ;
935 + spinmap:rule
936 + [ rdf:type spinmap:Mapping-1-1 ;
937 + spinmap:context :WBDev-WellBore ;
938 + spinmap:expression spin:_arg1 ;
939 + spinmap:sourcePredicate1
940 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ;
941 + spinmap:targetPredicate1
942 + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
943 + ] ;
944 + spinmap:rule
945 + [ rdf:type spinmap:Mapping-1-1 ;
946 + spinmap:context :WBDev-WellBore ;
947 + spinmap:expression
948 + [ rdf:type spinmapl:resourceWithValue ;
949 + sp:arg1 spin:_arg1 ;
950 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
951 + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
952 + ] ;
953 + spinmap:sourcePredicate1
954 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ;
955 + spinmap:targetPredicate1
956 + <http://www.reportinghub.no/schema/npd#wellBoreContent>
957 + ] ;
958 + spinmap:rule
959 + [ rdf:type spinmap:Mapping-1-1 ;
960 + spinmap:context :WBDev-WellBore ;
961 + spinmap:expression
962 + [ rdf:type spinmapl:resourceWithValue ;
963 + sp:arg1 spin:_arg1 ;
964 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
965 + spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose>
966 + ] ;
967 + spinmap:sourcePredicate1
968 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ;
969 + spinmap:targetPredicate1
970 + <http://www.reportinghub.no/schema/npd#wellBorePurpose>
971 + ] ;
972 + spinmap:rule
973 + [ rdf:type spinmap:Mapping-1-1 ;
974 + spinmap:context :WBDev-WellBore ;
975 + spinmap:expression spin:_arg1 ;
976 + spinmap:sourcePredicate1
977 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ;
978 + spinmap:targetPredicate1
979 + <http://www.reportinghub.no/schema/npd#wellBoreType>
980 + ] ;
981 + spinmap:rule
982 + [ rdf:type spinmap:Mapping-1-1 ;
983 + spinmap:context :WBDev-WellBore ;
984 + spinmap:expression
985 + [ rdf:type rhspin:wellByName ;
986 + arg:wellName spin:_arg1
987 + ] ;
988 + spinmap:sourcePredicate1
989 + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ;
990 + spinmap:targetPredicate1
991 + <http://www.reportinghub.no/schema/npd#partOfWell>
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 ;
998 + spinmap:expression
999 + [ rdf:type spinmapl:resourceWithValue ;
1000 + sp:arg1 spin:_arg1 ;
1001 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1002 + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent>
1003 + ] ;
1004 + spinmap:sourcePredicate1
1005 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ;
1006 + spinmap:targetPredicate1
1007 + <http://www.reportinghub.no/schema/npd#wellBoreContent>
1008 + ] ;
1009 + spinmap:rule
1010 + [ rdf:type spinmap:Mapping-0-1 ;
1011 + spinmap:context :WBExp-Well ;
1012 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1013 + spinmap:targetPredicate1
1014 + rdf:type
1015 + ] ;
1016 + spinmap:rule
1017 + [ rdf:type spinmap:Mapping-1-1 ;
1018 + spinmap:context :WBExp-WellBore ;
1019 + spinmap:expression spin:_arg1 ;
1020 + spinmap:sourcePredicate1
1021 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ;
1022 + spinmap:targetPredicate1
1023 + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
1024 + ] ;
1025 + spinmap:rule
1026 + [ rdf:type spinmap:Mapping-1-1 ;
1027 + spinmap:context :WBExp-WellBore ;
1028 + spinmap:expression
1029 + [ rdf:type rhspin:facilityById ;
1030 + arg:id spin:_arg1
1031 + ] ;
1032 + spinmap:sourcePredicate1
1033 + <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ;
1034 + spinmap:targetPredicate1
1035 + <http://www.reportinghub.no/schema/npd#drillingFacility>
1036 + ] ;
1037 + spinmap:rule
1038 + [ rdf:type spinmap:Mapping-1-1 ;
1039 + spinmap:context :WBExp-WellBore ;
1040 + spinmap:expression
1041 + [ rdf:type rhspin:wellByName ;
1042 + arg:wellName spin:_arg1
1043 + ] ;
1044 + spinmap:sourcePredicate1
1045 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1046 + spinmap:targetPredicate1
1047 + <http://www.reportinghub.no/schema/npd#partOfWell>
1048 + ] ;
1049 + spinmap:rule
1050 + [ rdf:type spinmap:Mapping-1-1 ;
1051 + spinmap:context :WBExp-WellBore ;
1052 + spinmap:expression
1053 + [ rdf:type spif:parseDate ;
1054 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1055 + sp:arg1 spin:_arg1
1056 + ] ;
1057 + spinmap:sourcePredicate1
1058 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ;
1059 + spinmap:targetPredicate1
1060 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1061 + ] ;
1062 + spinmap:rule
1063 + [ rdf:type spinmap:Mapping-1-1 ;
1064 + spinmap:context :WBExp-WellBore ;
1065 + spinmap:expression
1066 + [ rdf:type spinmapl:resourceWithValue ;
1067 + sp:arg1 spin:_arg1 ;
1068 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ;
1069 + spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose>
1070 + ] ;
1071 + spinmap:sourcePredicate1
1072 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ;
1073 + spinmap:targetPredicate1
1074 + <http://www.reportinghub.no/schema/npd#wellBorePurpose>
1075 + ] ;
1076 + spinmap:rule
1077 + [ rdf:type spinmap:Mapping-1-1 ;
1078 + spinmap:context :WBExp-Well ;
1079 + spinmap:expression spin:_arg1 ;
1080 + spinmap:sourcePredicate1
1081 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ;
1082 + spinmap:targetPredicate1
1083 + <http://www.reportinghub.no/schema/npd#name>
1084 + ] ;
1085 + spinmap:rule
1086 + [ rdf:type spinmap:Mapping-1-1 ;
1087 + spinmap:context :WBExp-Well ;
1088 + spinmap:expression
1089 + [ rdf:type rhspin:fieldById ;
1090 + arg:id spin:_arg1
1091 + ] ;
1092 + spinmap:sourcePredicate1
1093 + <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ;
1094 + spinmap:targetPredicate1
1095 + <http://www.reportinghub.no/schema/npd#wellPartOfField>
1096 + ] ;
1097 + spinmap:rule
1098 + [ rdf:type spinmap:Mapping-1-1 ;
1099 + spinmap:context :WBExp-WellBore ;
1100 + spinmap:expression
1101 + [ rdf:type rhspin:licenceById ;
1102 + arg:id spin:_arg1
1103 + ] ;
1104 + spinmap:sourcePredicate1
1105 + <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ;
1106 + spinmap:targetPredicate1
1107 + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
1108 + ] ;
1109 + spinmap:rule
1110 + [ rdf:type spinmap:Mapping-1-1 ;
1111 + spinmap:context :WBExp-WellBore ;
1112 + spinmap:expression
1113 + [ rdf:type spif:parseDate ;
1114 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1115 + sp:arg1 spin:_arg1
1116 + ] ;
1117 + spinmap:sourcePredicate1
1118 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ;
1119 + spinmap:targetPredicate1
1120 + <http://www.reportinghub.no/schema/npd#startDate>
1121 + ] ;
1122 + spinmap:rule
1123 + [ rdf:type spinmap:Mapping-1-1 ;
1124 + spinmap:context :WBExp-WellBore ;
1125 + spinmap:expression spin:_arg1 ;
1126 + spinmap:sourcePredicate1
1127 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ;
1128 + spinmap:targetPredicate1
1129 + <http://www.reportinghub.no/schema/npd#id>
1130 + ] ;
1131 + spinmap:rule
1132 + [ rdf:type spinmap:Mapping-1-1 ;
1133 + spinmap:context :WBExp-WellBore ;
1134 + spinmap:expression
1135 + [ rdf:type spinmapl:resourceWithValue ;
1136 + sp:arg1 spin:_arg1 ;
1137 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1138 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1139 + ] ;
1140 + spinmap:sourcePredicate1
1141 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ;
1142 + spinmap:targetPredicate1
1143 + <http://www.reportinghub.no/schema/npd#drillingOperator>
1144 + ] ;
1145 + spinmap:rule
1146 + [ rdf:type spinmap:Mapping-1-1 ;
1147 + spinmap:context :WBExp-WellBore ;
1148 + spinmap:expression spin:_arg1 ;
1149 + spinmap:sourcePredicate1
1150 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ;
1151 + spinmap:targetPredicate1
1152 + <http://www.reportinghub.no/schema/npd#name>
1153 + ] ;
1154 + spinmap:rule
1155 + [ rdf:type spinmap:Mapping-0-1 ;
1156 + spinmap:context :WBExp-WellBore ;
1157 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1158 + spinmap:targetPredicate1
1159 + rdf:type
1160 + ] ;
1161 + spinmap:rule
1162 + [ rdf:type spinmap:Mapping-1-1 ;
1163 + spinmap:context :WBExp-WellBore ;
1164 + spinmap:expression spin:_arg1 ;
1165 + spinmap:sourcePredicate1
1166 + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ;
1167 + spinmap:targetPredicate1
1168 + <http://www.reportinghub.no/schema/npd#wellBoreType>
1169 + ] .
1170 +
1171 +<file:///www.reportinghub.no/transform/npd/wbid#WBId>
1172 + spinmap:rule
1173 + [ rdf:type spinmap:Mapping-1-1 ;
1174 + spinmap:context :WBId-WellBore ;
1175 + spinmap:expression
1176 + [ rdf:type rhspin:wellByName ;
1177 + arg:wellName spin:_arg1
1178 + ] ;
1179 + spinmap:sourcePredicate1
1180 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1181 + spinmap:targetPredicate1
1182 + <http://www.reportinghub.no/schema/npd#partOfWell>
1183 + ] ;
1184 + spinmap:rule
1185 + [ rdf:type spinmap:Mapping-1-1 ;
1186 + spinmap:context :WBId-WellBore ;
1187 + spinmap:expression spin:_arg1 ;
1188 + spinmap:sourcePredicate1
1189 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ;
1190 + spinmap:targetPredicate1
1191 + <http://www.reportinghub.no/schema/npd#name>
1192 + ] ;
1193 + spinmap:rule
1194 + [ rdf:type spinmap:Mapping-1-1 ;
1195 + spinmap:context :WBId-WellBore ;
1196 + spinmap:expression spin:_arg1 ;
1197 + spinmap:sourcePredicate1
1198 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ;
1199 + spinmap:targetPredicate1
1200 + <http://www.reportinghub.no/schema/npd#wellBoreType>
1201 + ] ;
1202 + spinmap:rule
1203 + [ rdf:type spinmap:Mapping-1-1 ;
1204 + spinmap:context :WBId-WellBore ;
1205 + spinmap:expression spin:_arg1 ;
1206 + spinmap:sourcePredicate1
1207 + <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ;
1208 + spinmap:targetPredicate1
1209 + <http://www.reportinghub.no/schema/npd#id>
1210 + ] ;
1211 + spinmap:rule
1212 + [ rdf:type spinmap:Mapping-0-1 ;
1213 + spinmap:context :WBId-WellBore ;
1214 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1215 + spinmap:targetPredicate1
1216 + rdf:type
1217 + ] ;
1218 + spinmap:rule
1219 + [ rdf:type spinmap:Mapping-1-1 ;
1220 + spinmap:context :WBId-Well ;
1221 + spinmap:expression spin:_arg1 ;
1222 + spinmap:sourcePredicate1
1223 + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ;
1224 + spinmap:targetPredicate1
1225 + <http://www.reportinghub.no/schema/npd#name>
1226 + ] ;
1227 + spinmap:rule
1228 + [ rdf:type spinmap:Mapping-0-1 ;
1229 + spinmap:context :WBId-Well ;
1230 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1231 + spinmap:targetPredicate1
1232 + rdf:type
1233 + ] .
1234 +
1235 +<file:///www.reportinghub.no/transform/npd/wbsha#WBSha>
1236 + spinmap:rule
1237 + [ rdf:type spinmap:Mapping-1-1 ;
1238 + spinmap:context :WBSha-WellBore ;
1239 + spinmap:expression
1240 + [ rdf:type rhspin:wellByName ;
1241 + arg:wellName spin:_arg1
1242 + ] ;
1243 + spinmap:sourcePredicate1
1244 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1245 + spinmap:targetPredicate1
1246 + <http://www.reportinghub.no/schema/npd#partOfWell>
1247 + ] ;
1248 + spinmap:rule
1249 + [ rdf:type spinmap:Mapping-1-1 ;
1250 + spinmap:context :WBSha-WellBore ;
1251 + spinmap:expression spin:_arg1 ;
1252 + spinmap:sourcePredicate1
1253 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ;
1254 + spinmap:targetPredicate1
1255 + <http://www.reportinghub.no/schema/npd#name>
1256 + ] ;
1257 + spinmap:rule
1258 + [ rdf:type spinmap:Mapping-0-1 ;
1259 + spinmap:context :WBSha-WellBore ;
1260 + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ;
1261 + spinmap:targetPredicate1
1262 + rdf:type
1263 + ] ;
1264 + spinmap:rule
1265 + [ rdf:type spinmap:Mapping-1-1 ;
1266 + spinmap:context :WBSha-WellBore ;
1267 + spinmap:expression
1268 + [ rdf:type spinmapl:resourceWithValue ;
1269 + sp:arg1 spin:_arg1 ;
1270 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1271 + spinmapl:type <http://www.reportinghub.no/schema/npd#Company>
1272 + ] ;
1273 + spinmap:sourcePredicate1
1274 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ;
1275 + spinmap:targetPredicate1
1276 + <http://www.reportinghub.no/schema/npd#drillingOperator>
1277 + ] ;
1278 + spinmap:rule
1279 + [ rdf:type spinmap:Mapping-1-1 ;
1280 + spinmap:context :WBSha-WellBore ;
1281 + spinmap:expression
1282 + [ rdf:type spinmapl:resourceWithValue ;
1283 + sp:arg1 spin:_arg1 ;
1284 + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ;
1285 + spinmapl:type <http://www.reportinghub.no/schema/npd#Licence>
1286 + ] ;
1287 + spinmap:sourcePredicate1
1288 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ;
1289 + spinmap:targetPredicate1
1290 + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence>
1291 + ] ;
1292 + spinmap:rule
1293 + [ rdf:type spinmap:Mapping-1-1 ;
1294 + spinmap:context :WBSha-Well ;
1295 + spinmap:expression spin:_arg1 ;
1296 + spinmap:sourcePredicate1
1297 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ;
1298 + spinmap:targetPredicate1
1299 + <http://www.reportinghub.no/schema/npd#name>
1300 + ] ;
1301 + spinmap:rule
1302 + [ rdf:type spinmap:Mapping-1-1 ;
1303 + spinmap:context :WBSha-WellBore ;
1304 + spinmap:expression spin:_arg1 ;
1305 + spinmap:sourcePredicate1
1306 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ;
1307 + spinmap:targetPredicate1
1308 + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit>
1309 + ] ;
1310 + spinmap:rule
1311 + [ rdf:type spinmap:Mapping-0-1 ;
1312 + spinmap:context :WBSha-Well ;
1313 + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ;
1314 + spinmap:targetPredicate1
1315 + rdf:type
1316 + ] ;
1317 + spinmap:rule
1318 + [ rdf:type spinmap:Mapping-1-1 ;
1319 + spinmap:context :WBSha-WellBore ;
1320 + spinmap:expression
1321 + [ rdf:type spif:parseDate ;
1322 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1323 + sp:arg1 spin:_arg1
1324 + ] ;
1325 + spinmap:sourcePredicate1
1326 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ;
1327 + spinmap:targetPredicate1
1328 + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate>
1329 + ] ;
1330 + spinmap:rule
1331 + [ rdf:type spinmap:Mapping-1-1 ;
1332 + spinmap:context :WBSha-WellBore ;
1333 + spinmap:expression
1334 + [ rdf:type spif:parseDate ;
1335 + arg:pattern "dd.MM.yyyy"^^xsd:string ;
1336 + sp:arg1 spin:_arg1
1337 + ] ;
1338 + spinmap:sourcePredicate1
1339 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ;
1340 + spinmap:targetPredicate1
1341 + <http://www.reportinghub.no/schema/npd#startDate>
1342 + ] ;
1343 + spinmap:rule
1344 + [ rdf:type spinmap:Mapping-1-1 ;
1345 + spinmap:context :WBSha-WellBore ;
1346 + spinmap:expression spin:_arg1 ;
1347 + spinmap:sourcePredicate1
1348 + <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ;
1349 + spinmap:targetPredicate1
1350 + <http://www.reportinghub.no/schema/npd#id>
1351 + ] .
1352 +
1353 +arg:well
1354 + rdfs:subPropertyOf sp:arg .
1355 +
1356 +arg:wellBoreName
1357 + rdfs:subPropertyOf sp:arg .
1358 +
1359 +arg:wellName
1360 + rdfs:subPropertyOf sp:arg .
1361 +
1362 +<http://www.reportinghub.no/schema/npd#ParcellBAA>
1363 + :baaKind "PARCELL"^^xsd:string .
1364 +
1365 +<http://www.reportinghub.no/schema/npd#SeismicAreaBAA>
1366 + :baaKind "SEISMIC AREA"^^xsd:string .
1367 +
1368 +<http://www.reportinghub.no/schema/npd#SlidingScaleBAA>
1369 + :baaKind "SLIDING SCALE"^^xsd:string .
1370 +
1371 +<http://www.reportinghub.no/schema/npd#UnitizedBAA>
1372 + :baaKind "UNITIZED"^^xsd:string .
1373 +
1374 +<http://www.reportinghub.no/transform/spreadsheets2npd>
1375 + rdf:type owl:Ontology ;
1376 + rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ;
1377 + 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> ;
1378 + owl:versionInfo "0.1.0"^^xsd:string .
1379 +
1380 +:BAA-BusinessArrangementArea
1381 + rdf:type spinmap:Context ;
1382 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/baa#BAA> ;
1383 + spinmap:target
1384 + [ rdf:type :buildBAAURI ;
1385 + spinmap:source spinmap:_source
1386 + ] ;
1387 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> .
1388 +
1389 +:BAALicensee-ShareOfBAA
1390 + rdf:type spinmap:Context ;
1391 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> ;
1392 + spinmap:target
1393 + [ rdf:type :buildShareOfBAAURI ;
1394 + spinmap:source
1395 + [ sp:varName "source"^^xsd:string
1396 + ]
1397 + ] ;
1398 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfBAA> .
1399 +
1400 +:Company-Company
1401 + rdf:type spinmap:Context ;
1402 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/company#Company> ;
1403 + spinmap:target
1404 + [ rdf:type :buildCompanyURI ;
1405 + spinmap:source spinmap:_source
1406 + ] ;
1407 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#OperatingCompany> .
1408 +
1409 +:Company-ParentCompany
1410 + rdf:type spinmap:Context ;
1411 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/company#Company> ;
1412 + spinmap:target
1413 + [ rdf:type :buildParentCompanyURI ;
1414 + spinmap:source spinmap:_source
1415 + ] ;
1416 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#ParentCompany> .
1417 +
1418 +:Discovery-Discovery
1419 + rdf:type spinmap:Context ;
1420 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/discovery#Discovery> ;
1421 + spinmap:target
1422 + [ rdf:type :buildDiscoveryURI ;
1423 + spinmap:source spinmap:_source
1424 + ] ;
1425 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Discovery> .
1426 +
1427 +:FacilityFixed-FixedFacility
1428 + rdf:type spinmap:Context ;
1429 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> ;
1430 + spinmap:target
1431 + [ rdf:type :buildFacilityURI ;
1432 + sp:arg1 <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ;
1433 + spinmap:source spinmap:_source
1434 + ] ;
1435 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#FixedFacility> .
1436 +
1437 +:FacilityMoveable-MoveableFacility
1438 + rdf:type spinmap:Context ;
1439 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> ;
1440 + spinmap:target
1441 + [ rdf:type :buildFacilityURI ;
1442 + sp:arg1 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ;
1443 + spinmap:source spinmap:_source
1444 + ] ;
1445 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#MoveableFacility> .
1446 +
1447 +:Field-Field
1448 + rdf:type spinmap:Context ;
1449 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/field#Field> ;
1450 + spinmap:target
1451 + [ rdf:type :buildFieldURI ;
1452 + spinmap:source spinmap:_source
1453 + ] ;
1454 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Field> .
1455 +
1456 +:License-License
1457 + rdf:type spinmap:Context ;
1458 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/licence#Licence> ;
1459 + spinmap:target
1460 + [ rdf:type :buildLicenceURI ;
1461 + spinmap:source spinmap:_source
1462 + ] ;
1463 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Licence> .
1464 +
1465 +:Licensee-ShareOfLicence
1466 + rdf:type spinmap:Context ;
1467 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/licensee#Licensee> ;
1468 + spinmap:target
1469 + [ rdf:type :buildShareOfLicenceURI ;
1470 + spinmap:source
1471 + [ sp:varName "source"^^xsd:string
1472 + ]
1473 + ] ;
1474 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#ShareOfLicence> .
1475 +
1476 +:TUFOperator-TUF
1477 + rdf:type spinmap:Context ;
1478 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> ;
1479 + spinmap:target
1480 + [ rdf:type :buildTUFURI ;
1481 + spinmap:source spinmap:_source
1482 + ] ;
1483 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#TUF> .
1484 +
1485 +:WBDev-Well
1486 + rdf:type spinmap:Context ;
1487 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ;
1488 + spinmap:target
1489 + [ rdf:type :buildDevWellURI ;
1490 + spinmap:source spinmap:_source
1491 + ] ;
1492 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1493 +
1494 +:WBDev-WellBore
1495 + rdf:type spinmap:Context ;
1496 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ;
1497 + spinmap:target
1498 + [ rdf:type :buildDevWellBoreURI ;
1499 + spinmap:source spinmap:_source
1500 + ] ;
1501 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1502 +
1503 +:WBExp-Well
1504 + rdf:type spinmap:Context ;
1505 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ;
1506 + spinmap:target
1507 + [ rdf:type :buildExpWellURI ;
1508 + spinmap:source spinmap:_source
1509 + ] ;
1510 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1511 +
1512 +:WBExp-WellBore
1513 + rdf:type spinmap:Context ;
1514 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ;
1515 + spinmap:target
1516 + [ rdf:type :buildExpWellBoreURI ;
1517 + spinmap:source spinmap:_source
1518 + ] ;
1519 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1520 +
1521 +:WBId-Well
1522 + rdf:type spinmap:Context ;
1523 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ;
1524 + spinmap:target
1525 + [ rdf:type :buildIdWellURI ;
1526 + spinmap:source
1527 + [ sp:varName "source"^^xsd:string
1528 + ]
1529 + ] ;
1530 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1531 +
1532 +:WBId-WellBore
1533 + rdf:type spinmap:Context ;
1534 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ;
1535 + spinmap:target
1536 + [ rdf:type :buildIdWellBoreURI ;
1537 + spinmap:source spinmap:_source
1538 + ] ;
1539 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1540 +
1541 +:WBSha-Well
1542 + rdf:type spinmap:Context ;
1543 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ;
1544 + spinmap:target
1545 + [ rdf:type :buildShaWellURI ;
1546 + spinmap:source spinmap:_source
1547 + ] ;
1548 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> .
1549 +
1550 +:WBSha-WellBore
1551 + rdf:type spinmap:Context ;
1552 + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ;
1553 + spinmap:target
1554 + [ rdf:type :buildShaWellBoreURI ;
1555 + spinmap:source spinmap:_source
1556 + ] ;
1557 + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> .
1558 +
1559 +:baaKind
1560 + rdf:type rdf:Property ;
1561 + rdfs:label "baa kind"^^xsd:string .
1562 +
1563 +:buildBAAURI
1564 + rdf:type spinmap:TargetFunction ;
1565 + rdfs:label "build BAA URI"^^xsd:string ;
1566 + rdfs:subClassOf spinmap:TargetFunctions ;
1567 + spin:body
1568 + [ rdf:type sp:Select ;
1569 + sp:resultVariables ([ rdf:type rhspin:baaById ;
1570 + arg:id [ rdf:type spl:object ;
1571 + sp:arg1 [ sp:varName "source"^^xsd:string
1572 + ] ;
1573 + sp:arg2 <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea>
1574 + ]
1575 + ]) ;
1576 + sp:where ()
1577 + ] .
1578 +
1579 +:buildCompanyURI
1580 + rdf:type spinmap:TargetFunction ;
1581 + rdfs:label "build company URI"^^xsd:string ;
1582 + rdfs:subClassOf spinmap:TargetFunctions ;
1583 + spin:body
1584 + [ rdf:type sp:Select ;
1585 + sp:resultVariables ([ rdf:type rhspin:companyById ;
1586 + arg:id [ rdf:type spl:object ;
1587 + sp:arg1 [ sp:varName "source"^^xsd:string
1588 + ] ;
1589 + sp:arg2 <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany>
1590 + ]
1591 + ]) ;
1592 + sp:where ()
1593 + ] .
1594 +
1595 +:buildDevWellBoreURI
1596 + rdf:type spinmap:TargetFunction ;
1597 + rdfs:label "build development well bore URI"^^xsd:string ;
1598 + rdfs:subClassOf spinmap:TargetFunctions ;
1599 + spin:body
1600 + [ rdf:type sp:Select ;
1601 + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1602 + arg:wellBoreName
1603 + [ rdf:type spl:object ;
1604 + sp:arg1 [ sp:varName "source"^^xsd:string
1605 + ] ;
1606 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName>
1607 + ]
1608 + ]) ;
1609 + sp:where ()
1610 + ] ;
1611 + spin:returnType rdfs:Resource .
1612 +
1613 +:buildDevWellURI
1614 + rdf:type spinmap:TargetFunction ;
1615 + rdfs:label "build dev well URI"^^xsd:string ;
1616 + rdfs:subClassOf spinmap:TargetFunctions ;
1617 + spin:body
1618 + [ rdf:type sp:Select ;
1619 + sp:resultVariables ([ rdf:type rhspin:wellByName ;
1620 + arg:wellName
1621 + [ rdf:type spl:object ;
1622 + sp:arg1 [ sp:varName "source"^^xsd:string
1623 + ] ;
1624 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell>
1625 + ]
1626 + ]) ;
1627 + sp:where ()
1628 + ] ;
1629 + spin:returnType rdfs:Resource .
1630 +
1631 +:buildDiscoveryURI
1632 + rdf:type spinmap:TargetFunction ;
1633 + rdfs:label "build Discovery URI"^^xsd:string ;
1634 + rdfs:subClassOf spinmap:TargetFunctions ;
1635 + spin:body
1636 + [ rdf:type sp:Select ;
1637 + sp:resultVariables ([ rdf:type rhspin:discoveryById ;
1638 + arg:id [ rdf:type spl:object ;
1639 + sp:arg1 [ sp:varName "source"^^xsd:string
1640 + ] ;
1641 + sp:arg2 <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery>
1642 + ]
1643 + ]) ;
1644 + sp:where ()
1645 + ] .
1646 +
1647 +:buildExpWellBoreURI
1648 + rdf:type spinmap:TargetFunction ;
1649 + rdfs:label "build exploration well bore URI"^^xsd:string ;
1650 + rdfs:subClassOf spinmap:TargetFunctions ;
1651 + spin:body
1652 + [ rdf:type sp:Select ;
1653 + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1654 + arg:wellBoreName
1655 + [ rdf:type spl:object ;
1656 + sp:arg1 [ sp:varName "source"^^xsd:string
1657 + ] ;
1658 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName>
1659 + ]
1660 + ]) ;
1661 + sp:where ()
1662 + ] ;
1663 + spin:returnType rdfs:Resource .
1664 +
1665 +:buildExpWellURI
1666 + rdf:type spinmap:TargetFunction ;
1667 + rdfs:label "build exp well URI"^^xsd:string ;
1668 + rdfs:subClassOf spinmap:TargetFunctions ;
1669 + spin:body
1670 + [ rdf:type sp:Select ;
1671 + sp:resultVariables ([ rdf:type rhspin:wellByName ;
1672 + arg:wellName
1673 + [ rdf:type spl:object ;
1674 + sp:arg1 [ sp:varName "source"^^xsd:string
1675 + ] ;
1676 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell>
1677 + ]
1678 + ]) ;
1679 + sp:where ()
1680 + ] ;
1681 + spin:returnType rdfs:Resource .
1682 +
1683 +:buildFacilityURI
1684 + rdf:type spinmap:TargetFunction ;
1685 + rdfs:label "build facility URI"^^xsd:string ;
1686 + rdfs:subClassOf spinmap:TargetFunctions ;
1687 + spin:body
1688 + [ rdf:type sp:Select ;
1689 + sp:resultVariables ([ rdf:type rhspin:facilityById ;
1690 + arg:id [ rdf:type spl:object ;
1691 + sp:arg1 [ sp:varName "source"^^xsd:string
1692 + ] ;
1693 + sp:arg2 spin:_arg1
1694 + ]
1695 + ]) ;
1696 + sp:where ()
1697 + ] ;
1698 + spin:constraint
1699 + [ rdf:type spl:Argument ;
1700 + rdfs:comment "The property holding the facility id at source."^^xsd:string ;
1701 + spl:predicate sp:arg1 ;
1702 + spl:valueType rdf:Property
1703 + ] .
1704 +
1705 +:buildFieldURI
1706 + rdf:type spinmap:TargetFunction ;
1707 + rdfs:label "build field URI"^^xsd:string ;
1708 + rdfs:subClassOf spinmap:TargetFunctions ;
1709 + spin:body
1710 + [ rdf:type sp:Select ;
1711 + sp:resultVariables ([ rdf:type rhspin:fieldById ;
1712 + arg:id [ rdf:type spl:object ;
1713 + sp:arg1 [ sp:varName "source"^^xsd:string
1714 + ] ;
1715 + sp:arg2 <file:///www.reportinghub.no/transform/npd/field#fldNpdidField>
1716 + ]
1717 + ]) ;
1718 + sp:where ()
1719 + ] .
1720 +
1721 +:buildIdWellBoreURI
1722 + rdf:type spinmap:TargetFunction ;
1723 + rdfs:label "build id well bore URI"^^xsd:string ;
1724 + rdfs:subClassOf spinmap:TargetFunctions ;
1725 + spin:body
1726 + [ rdf:type sp:Select ;
1727 + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1728 + arg:wellBoreName
1729 + [ rdf:type spl:object ;
1730 + sp:arg1 [ sp:varName "source"^^xsd:string
1731 + ] ;
1732 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName>
1733 + ]
1734 + ]) ;
1735 + sp:where ()
1736 + ] ;
1737 + spin:returnType rdfs:Resource .
1738 +
1739 +:buildIdWellURI
1740 + rdf:type spinmap:TargetFunction ;
1741 + rdfs:label "build id well URI"^^xsd:string ;
1742 + rdfs:subClassOf spinmap:TargetFunctions ;
1743 + spin:body
1744 + [ rdf:type sp:Select ;
1745 + sp:resultVariables ([ rdf:type rhspin:wellByName ;
1746 + arg:wellName
1747 + [ rdf:type spl:object ;
1748 + sp:arg1 [ sp:varName "source"^^xsd:string
1749 + ] ;
1750 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWell>
1751 + ]
1752 + ]) ;
1753 + sp:where ()
1754 + ] ;
1755 + spin:returnType rdfs:Resource .
1756 +
1757 +:buildLicenceURI
1758 + rdf:type spinmap:TargetFunction ;
1759 + rdfs:label "build licence URI"^^xsd:string ;
1760 + rdfs:subClassOf spinmap:TargetFunctions ;
1761 + spin:body
1762 + [ rdf:type sp:Select ;
1763 + sp:resultVariables ([ rdf:type rhspin:licenceById ;
1764 + arg:id [ rdf:type spl:object ;
1765 + sp:arg1 [ sp:varName "source"^^xsd:string
1766 + ] ;
1767 + sp:arg2 <file:///www.reportinghub.no/transform/npd/licence#prlNpdidLicence>
1768 + ]
1769 + ]) ;
1770 + sp:where ()
1771 + ] .
1772 +
1773 +:buildParentCompanyURI
1774 + rdf:type spinmap:TargetFunction ;
1775 + rdfs:label "build parent company URI"^^xsd:string ;
1776 + rdfs:subClassOf spinmap:TargetFunctions ;
1777 + spin:body
1778 + [ rdf:type sp:Select ;
1779 + sp:resultVariables ([ rdf:type rhspin:parentCompanyByName ;
1780 + arg:name
1781 + [ rdf:type spl:object ;
1782 + sp:arg1 [ sp:varName "source"^^xsd:string
1783 + ] ;
1784 + sp:arg2 <file:///www.reportinghub.no/transform/npd/company#cmpGroup>
1785 + ]
1786 + ]) ;
1787 + sp:where ()
1788 + ] .
1789 +
1790 +:buildShaWellBoreURI
1791 + rdf:type spinmap:TargetFunction ;
1792 + rdfs:label "build shallow well bore URI"^^xsd:string ;
1793 + rdfs:subClassOf spinmap:TargetFunctions ;
1794 + spin:body
1795 + [ rdf:type sp:Select ;
1796 + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ;
1797 + arg:wellBoreName
1798 + [ rdf:type spl:object ;
1799 + sp:arg1 [ sp:varName "source"^^xsd:string
1800 + ] ;
1801 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName>
1802 + ]
1803 + ]) ;
1804 + sp:where ()
1805 + ] ;
1806 + spin:returnType rdfs:Resource .
1807 +
1808 +:buildShaWellURI
1809 + rdf:type spinmap:TargetFunction ;
1810 + rdfs:label "build sha well URI"^^xsd:string ;
1811 + rdfs:subClassOf spinmap:TargetFunctions ;
1812 + spin:body
1813 + [ rdf:type sp:Select ;
1814 + sp:resultVariables ([ rdf:type rhspin:wellByName ;
1815 + arg:wellName
1816 + [ rdf:type spl:object ;
1817 + sp:arg1 [ sp:varName "source"^^xsd:string
1818 + ] ;
1819 + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell>
1820 + ]
1821 + ]) ;
1822 + sp:where ()
1823 + ] ;
1824 + spin:returnType rdfs:Resource .
1825 +
1826 +:buildShareOfBAAURI
1827 + rdf:type spinmap:TargetFunction ;
1828 + rdfs:label "build ShareOfBAA URI"^^xsd:string ;
1829 + rdfs:subClassOf spinmap:TargetFunctions ;
1830 + spin:body
1831 + [ rdf:type sp:Select ;
1832 + sp:resultVariables ([ rdf:type sp:iri ;
1833 + sp:arg1 [ rdf:type fn:concat ;
1834 + sp:arg1 "https://www.reportinghub.no/data/npd/ShareOfBAA-" ;
1835 + sp:arg2 _:b1 ;
1836 + sp:arg3 "_" ;
1837 + sp:arg4 _:b2 ;
1838 + sp:arg5 "_" ;
1839 + sp:arg6 [ rdf:type spif:parseDate ;
1840 + arg:pattern "dd.MM.yyyy" ;
1841 + sp:arg1 _:b3
1842 + ]
1843 + ]
1844 + ]) ;
1845 + sp:where ([ sp:object _:b3 ;
1846 + sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ;
1847 + sp:subject _:b4
1848 + ] [ sp:object _:b5 ;
1849 + sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ;
1850 + sp:subject _:b4
1851 + ] [ sp:object _:b5 ;
1852 + sp:predicate <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ;
1853 + sp:subject _:b6
1854 + ] [ sp:object _:b1 ;
1855 + sp:predicate <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ;
1856 + sp:subject _:b6
1857 + ] [ sp:object _:b7 ;
1858 + sp:predicate <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ;
1859 + sp:subject _:b4
1860 + ] [ sp:object _:b7 ;
1861 + sp:predicate <file:///www.reportinghub.no/transform/npd/baa#baaName> ;
1862 + sp:subject _:b8
1863 + ] [ sp:object _:b2 ;
1864 + sp:predicate <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ;
1865 + sp:subject _:b8
1866 + ])
1867 + ] .
1868 +
1869 +:buildShareOfLicenceURI
1870 + rdf:type spinmap:TargetFunction ;
1871 + rdfs:label "build ShareOfLicence URI"^^xsd:string ;
1872 + rdfs:subClassOf spinmap:TargetFunctions ;
1873 + spin:body
1874 + [ rdf:type sp:Select ;
1875 + sp:resultVariables ([ rdf:type sp:iri ;
1876 + sp:arg1 [ rdf:type fn:concat ;
1877 + sp:arg1 "https://www.reportinghub.no/data/npd/ShareOfLicence-" ;
1878 + sp:arg2 _:b9 ;
1879 + sp:arg3 "_" ;
1880 + sp:arg4 _:b10 ;
1881 + sp:arg5 "_" ;
1882 + sp:arg6 [ rdf:type spif:parseDate ;
1883 + arg:pattern "dd.MM.yyyy" ;
1884 + sp:arg1 _:b11
1885 + ]
1886 + ]
1887 + ]) ;
1888 + sp:where ([ sp:object _:b11 ;
1889 + sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ;
1890 + sp:subject _:b12
1891 + ] [ sp:object _:b9 ;
1892 + sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ;
1893 + sp:subject _:b12
1894 + ] [ sp:object _:b10 ;
1895 + sp:predicate <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ;
1896 + sp:subject _:b12
1897 + ])
1898 + ] .
1899 +
1900 +:buildTUFURI
1901 + rdf:type spinmap:TargetFunction ;
1902 + rdfs:label "build TUF URI"^^xsd:string ;
1903 + rdfs:subClassOf spinmap:TargetFunctions ;
1904 + spin:body
1905 + [ rdf:type sp:Select ;
1906 + sp:resultVariables ([ rdf:type rhspin:tufById ;
1907 + arg:id [ rdf:type spl:object ;
1908 + sp:arg1 [ sp:varName "source"^^xsd:string
1909 + ] ;
1910 + sp:arg2 <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf>
1911 + ]
1912 + ]) ;
1913 + sp:where ()
1914 + ] .
1915 +
1916 +_:b1 sp:varName "companyId"^^xsd:string .
1917 +
1918 +_:b2 sp:varName "baaId"^^xsd:string .
1919 +
1920 +_:b3 sp:varName "startDate"^^xsd:string .
1921 +
1922 +_:b4 sp:varName "source"^^xsd:string .
1923 +
1924 +_:b5 sp:varName "companyName"^^xsd:string .
1925 +
1926 +_:b6 sp:varName "company"^^xsd:string .
1927 +
1928 +_:b7 sp:varName "baaName"^^xsd:string .
1929 +
1930 +_:b8 sp:varName "baa"^^xsd:string .
1931 +
1932 +_:b9 sp:varName "companyId"^^xsd:string .
1933 +
1934 +_:b10
1935 + sp:varName "licenceId"^^xsd:string .
1936 +
1937 +_:b11
1938 + sp:varName "startDate"^^xsd:string .
1939 +
1940 +_:b12
1941 + sp:varName "source"^^xsd:string .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "1"^^xsd:int
16 + ] ;
17 + composite:child
18 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
19 + composite:index "0"^^xsd:int
20 + ] ;
21 + inference:completeMode
22 + "true"^^xsd:boolean ;
23 + inference:inferredMode
24 + "true"^^xsd:boolean .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/baa
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix baa: <file:///www.reportinghub.no/transform/npd/baa#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/baa>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +baa:BAA
16 + rdf:type owl:Class ;
17 + rdfs:label "BAA"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +baa:baaDateApproved
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain baa:BAA ;
23 + rdfs:label "baaDateApproved" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "2"^^xsd:int .
26 +
27 +baa:baaDateValidFrom
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain baa:BAA ;
30 + rdfs:label "baaDateValidFrom" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "3"^^xsd:int .
33 +
34 +baa:baaDateValidTo
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain baa:BAA ;
37 + rdfs:label "baaDateValidTo" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "4"^^xsd:int .
40 +
41 +baa:baaFactMapUrl
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain baa:BAA ;
44 + rdfs:label "baaFactMapUrl" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "6"^^xsd:int .
47 +
48 +baa:baaFactPageUrl
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain baa:BAA ;
51 + rdfs:label "baaFactPageUrl" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "5"^^xsd:int .
54 +
55 +baa:baaKind
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain baa:BAA ;
58 + rdfs:label "baaKind" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "1"^^xsd:int .
61 +
62 +baa:baaName
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain baa:BAA ;
65 + rdfs:label "baaName"^^xsd:string ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "0"^^xsd:int .
68 +
69 +baa:baaNpdidBsnsArrArea
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain baa:BAA ;
72 + rdfs:label "baaNpdidBsnsArrArea" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "7"^^xsd:int .
75 +
76 +baa:dateSyncNPD
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain baa:BAA ;
79 + rdfs:label "dateSyncNPD" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "8"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/baalicensee
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix baalicensee: <file:///www.reportinghub.no/transform/npd/baalicensee#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/baalicensee>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +baalicensee:BAALicensee
16 + rdf:type owl:Class ;
17 + rdfs:label "BAA Licensee"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +baalicensee:baaLicenseeDateValidFrom
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain baalicensee:BAALicensee ;
23 + rdfs:label "baaLicenseeDateValidFrom" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "1"^^xsd:int .
26 +
27 +baalicensee:baaLicenseeDateValidTo
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain baalicensee:BAALicensee ;
30 + rdfs:label "baaLicenseeDateValidTo" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "2"^^xsd:int .
33 +
34 +baalicensee:baaLicenseeInterest
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain baalicensee:BAALicensee ;
37 + rdfs:label "baaLicenseeInterest" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "4"^^xsd:int .
40 +
41 +baalicensee:baaLicenseeSdfi
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain baalicensee:BAALicensee ;
44 + rdfs:label "baaLicenseeSdfi" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "5"^^xsd:int .
47 +
48 +baalicensee:baaName
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain baalicensee:BAALicensee ;
51 + rdfs:label "baaName"^^xsd:string ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "0"^^xsd:int .
54 +
55 +baalicensee:cmpLongName
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain baalicensee:BAALicensee ;
58 + rdfs:label "cmpLongName" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "3"^^xsd:int .
61 +
62 +baalicensee:datesyncNPD
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain baalicensee:BAALicensee ;
65 + rdfs:label "DatesyncNPD" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "6"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/company
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix company: <file:///www.reportinghub.no/transform/npd/company#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/company>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +company:Company
16 + rdf:type owl:Class ;
17 + rdfs:label "Company"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +company:cmpGroup
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain company:Company ;
23 + rdfs:label "cmpGroup" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "2"^^xsd:int .
26 +
27 +company:cmpLicenceLicenseeCurrent
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain company:Company ;
30 + rdfs:label "cmpLicenceLicenseeCurrent" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "7"^^xsd:int .
33 +
34 +company:cmpLicenceLicenseeFormer
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain company:Company ;
37 + rdfs:label "cmpLicenceLicenseeFormer" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "8"^^xsd:int .
40 +
41 +company:cmpLicenceOperCurrent
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain company:Company ;
44 + rdfs:label "cmpLicenceOperCurrent" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "5"^^xsd:int .
47 +
48 +company:cmpLicenceOperFormer
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain company:Company ;
51 + rdfs:label "cmpLicenceOperFormer" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "6"^^xsd:int .
54 +
55 +company:cmpLongName
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain company:Company ;
58 + rdfs:label "cmpLongName"^^xsd:string ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "0"^^xsd:int .
61 +
62 +company:cmpNpdidCompany
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain company:Company ;
65 + rdfs:label "cmpNpdidCompany" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "4"^^xsd:int .
68 +
69 +company:cmpOrgNumberBrReg
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain company:Company ;
72 + rdfs:label "cmpOrgNumberBrReg" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "1"^^xsd:int .
75 +
76 +company:cmpShortName
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain company:Company ;
79 + rdfs:label "cmpShortName" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "3"^^xsd:int .
82 +
83 +company:dateSyncNPD
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain company:Company ;
86 + rdfs:label "dateSyncNPD" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "9"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/discovery
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix discovery: <file:///www.reportinghub.no/transform/npd/discovery#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/discovery>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +discovery:Discovery
16 + rdf:type owl:Class ;
17 + rdfs:label "discovery"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +discovery:cmpLongName2
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain discovery:Discovery ;
23 + rdfs:label "cmpLongName2" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "1"^^xsd:int .
26 +
27 +discovery:datesyncNPD
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain discovery:Discovery ;
30 + rdfs:label "DatesyncNPD" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "17"^^xsd:int .
33 +
34 +discovery:dscCurrentActivityStatus
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain discovery:Discovery ;
37 + rdfs:label "dscCurrentActivityStatus" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "2"^^xsd:int .
40 +
41 +discovery:dscDateFromInclInField
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain discovery:Discovery ;
44 + rdfs:label "dscDateFromInclInField" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "7"^^xsd:int .
47 +
48 +discovery:dscDiscoveryYear
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain discovery:Discovery ;
51 + rdfs:label "dscDiscoveryYear" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "8"^^xsd:int .
54 +
55 +discovery:dscFactMapUrl
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain discovery:Discovery ;
58 + rdfs:label "dscFactMapUrl" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "16"^^xsd:int .
61 +
62 +discovery:dscFactPageUrl
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain discovery:Discovery ;
65 + rdfs:label "dscFactPageUrl" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "15"^^xsd:int .
68 +
69 +discovery:dscHcType
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain discovery:Discovery ;
72 + rdfs:label "dscHcType" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "3"^^xsd:int .
75 +
76 +discovery:dscName
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain discovery:Discovery ;
79 + rdfs:label "dscName"^^xsd:string ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "0"^^xsd:int .
82 +
83 +discovery:dscNpdidDiscovery
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain discovery:Discovery ;
86 + rdfs:label "dscNpdidDiscovery" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "12"^^xsd:int .
89 +
90 +discovery:dscOwnerKind
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain discovery:Discovery ;
93 + rdfs:label "dscOwnerKind" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "10"^^xsd:int .
96 +
97 +discovery:dscOwnerName
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain discovery:Discovery ;
100 + rdfs:label "dscOwnerName" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "11"^^xsd:int .
103 +
104 +discovery:dscResInclInDiscoveryName
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain discovery:Discovery ;
107 + rdfs:label "dscResInclInDiscoveryName" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "9"^^xsd:int .
110 +
111 +discovery:fldName
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain discovery:Discovery ;
114 + rdfs:label "fldName" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "6"^^xsd:int .
117 +
118 +discovery:fldNpdidField
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain discovery:Discovery ;
121 + rdfs:label "fldNpdidField" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "13"^^xsd:int .
124 +
125 +discovery:nmaName
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain discovery:Discovery ;
128 + rdfs:label "nmaName" ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "5"^^xsd:int .
131 +
132 +discovery:wlbName
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain discovery:Discovery ;
135 + rdfs:label "wlbName" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "4"^^xsd:int .
138 +
139 +discovery:wlbNpdidWellbore
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain discovery:Discovery ;
142 + rdfs:label "wlbNpdidWellbore" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "14"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/facilityfixed
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix facilityfixed: <file:///www.reportinghub.no/transform/npd/facilityfixed#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/facilityfixed>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +facilityfixed:FacilityFixed
16 + rdf:type owl:Class ;
17 + rdfs:label "FacilityFixed"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +facilityfixed:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain facilityfixed:FacilityFixed ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "24"^^xsd:int .
26 +
27 +facilityfixed:fclBelongsToKind
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain facilityfixed:FacilityFixed ;
30 + rdfs:label "fclBelongsToKind" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "6"^^xsd:int .
33 +
34 +facilityfixed:fclBelongsToName
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain facilityfixed:FacilityFixed ;
37 + rdfs:label "fclBelongsToName" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "5"^^xsd:int .
40 +
41 +facilityfixed:fclBelongsToS
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain facilityfixed:FacilityFixed ;
44 + rdfs:label "fclBelongsToS" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "7"^^xsd:int .
47 +
48 +facilityfixed:fclCurrentOperatorName
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain facilityfixed:FacilityFixed ;
51 + rdfs:label "fclCurrentOperatorName" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "3"^^xsd:int .
54 +
55 +facilityfixed:fclDesignLifetime
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain facilityfixed:FacilityFixed ;
58 + rdfs:label "fclDesignLifetime" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "20"^^xsd:int .
61 +
62 +facilityfixed:fclEwCode
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain facilityfixed:FacilityFixed ;
65 + rdfs:label "fclEwCode" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "17"^^xsd:int .
68 +
69 +facilityfixed:fclEwDeg
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain facilityfixed:FacilityFixed ;
72 + rdfs:label "fclEwDeg" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "14"^^xsd:int .
75 +
76 +facilityfixed:fclEwMin
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain facilityfixed:FacilityFixed ;
79 + rdfs:label "fclEwMin" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "15"^^xsd:int .
82 +
83 +facilityfixed:fclEwSec
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain facilityfixed:FacilityFixed ;
86 + rdfs:label "fclEwSec" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "16"^^xsd:int .
89 +
90 +facilityfixed:fclFactMapUrl
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain facilityfixed:FacilityFixed ;
93 + rdfs:label "fclFactMapUrl" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "22"^^xsd:int .
96 +
97 +facilityfixed:fclFactPageUrl
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain facilityfixed:FacilityFixed ;
100 + rdfs:label "fclFactPageUrl" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "21"^^xsd:int .
103 +
104 +facilityfixed:fclFunctions
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain facilityfixed:FacilityFixed ;
107 + rdfs:label "fclFunctions" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "19"^^xsd:int .
110 +
111 +facilityfixed:fclGeodeticDatum
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain facilityfixed:FacilityFixed ;
114 + rdfs:label "fclGeodeticDatum" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "9"^^xsd:int .
117 +
118 +facilityfixed:fclKind
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain facilityfixed:FacilityFixed ;
121 + rdfs:label "fclKind" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "4"^^xsd:int .
124 +
125 +facilityfixed:fclName
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain facilityfixed:FacilityFixed ;
128 + rdfs:label "fclName"^^xsd:string ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "0"^^xsd:int .
131 +
132 +facilityfixed:fclNpdidFacility
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain facilityfixed:FacilityFixed ;
135 + rdfs:label "fclNpdidFacility" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "23"^^xsd:int .
138 +
139 +facilityfixed:fclNsCode
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain facilityfixed:FacilityFixed ;
142 + rdfs:label "fclNsCode" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "13"^^xsd:int .
145 +
146 +facilityfixed:fclNsDeg
147 + rdf:type owl:DatatypeProperty ;
148 + rdfs:domain facilityfixed:FacilityFixed ;
149 + rdfs:label "fclNsDeg" ;
150 + rdfs:range xsd:string ;
151 + tables:columnIndex "10"^^xsd:int .
152 +
153 +facilityfixed:fclNsMin
154 + rdf:type owl:DatatypeProperty ;
155 + rdfs:domain facilityfixed:FacilityFixed ;
156 + rdfs:label "fclNsMin" ;
157 + rdfs:range xsd:string ;
158 + tables:columnIndex "11"^^xsd:int .
159 +
160 +facilityfixed:fclNsSec
161 + rdf:type owl:DatatypeProperty ;
162 + rdfs:domain facilityfixed:FacilityFixed ;
163 + rdfs:label "fclNsSec" ;
164 + rdfs:range xsd:string ;
165 + tables:columnIndex "12"^^xsd:int .
166 +
167 +facilityfixed:fclPhase
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain facilityfixed:FacilityFixed ;
170 + rdfs:label "fclPhase" ;
171 + rdfs:range xsd:string ;
172 + tables:columnIndex "1"^^xsd:int .
173 +
174 +facilityfixed:fclStartupDate
175 + rdf:type owl:DatatypeProperty ;
176 + rdfs:domain facilityfixed:FacilityFixed ;
177 + rdfs:label "fclStartupDate" ;
178 + rdfs:range xsd:string ;
179 + tables:columnIndex "8"^^xsd:int .
180 +
181 +facilityfixed:fclSurface
182 + rdf:type owl:DatatypeProperty ;
183 + rdfs:domain facilityfixed:FacilityFixed ;
184 + rdfs:label "fclSurface" ;
185 + rdfs:range xsd:string ;
186 + tables:columnIndex "2"^^xsd:int .
187 +
188 +facilityfixed:fclWaterDepth
189 + rdf:type owl:DatatypeProperty ;
190 + rdfs:domain facilityfixed:FacilityFixed ;
191 + rdfs:label "fclWaterDepth" ;
192 + rdfs:range xsd:string ;
193 + tables:columnIndex "18"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/facilitymoveable
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix facilitymoveable: <file:///www.reportinghub.no/transform/npd/facilitymoveable#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/facilitymoveable>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +facilitymoveable:FacilityMoveable
16 + rdf:type owl:Class ;
17 + rdfs:label "FacilityMoveable"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +facilitymoveable:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain facilitymoveable:FacilityMoveable ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "7"^^xsd:int .
26 +
27 +facilitymoveable:fclCurrentRespCompanyName
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain facilitymoveable:FacilityMoveable ;
30 + rdfs:label "fclCurrentRespCompanyName" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "1"^^xsd:int .
33 +
34 +facilitymoveable:fclFactPageUrl
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain facilitymoveable:FacilityMoveable ;
37 + rdfs:label "fclFactPageUrl" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "4"^^xsd:int .
40 +
41 +facilitymoveable:fclKind
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain facilitymoveable:FacilityMoveable ;
44 + rdfs:label "fclKind" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "2"^^xsd:int .
47 +
48 +facilitymoveable:fclName
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain facilitymoveable:FacilityMoveable ;
51 + rdfs:label "fclName"^^xsd:string ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "0"^^xsd:int .
54 +
55 +facilitymoveable:fclNationName
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain facilitymoveable:FacilityMoveable ;
58 + rdfs:label "fclNationName" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "3"^^xsd:int .
61 +
62 +facilitymoveable:fclNpdidCurrentRespCompany
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain facilitymoveable:FacilityMoveable ;
65 + rdfs:label "fclNpdidCurrentRespCompany" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "6"^^xsd:int .
68 +
69 +facilitymoveable:fclNpdidFacility
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain facilitymoveable:FacilityMoveable ;
72 + rdfs:label "fclNpdidFacility" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "5"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/field
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix field: <file:///www.reportinghub.no/transform/npd/field#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/field>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +field:Field
16 + rdf:type owl:Class ;
17 + rdfs:label "Field"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +field:cmpLongName
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain field:Field ;
23 + rdfs:label "cmpLongName" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "1"^^xsd:int .
26 +
27 +field:cmpNpdidCompany
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain field:Field ;
30 + rdfs:label "cmpNpdidCompany" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "10"^^xsd:int .
33 +
34 +field:datesyncNPD
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain field:Field ;
37 + rdfs:label "DatesyncNPD" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "13"^^xsd:int .
40 +
41 +field:fldCurrentActivitySatus
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain field:Field ;
44 + rdfs:label "fldCurrentActivitySatus" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "2"^^xsd:int .
47 +
48 +field:fldFactMapUrl
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain field:Field ;
51 + rdfs:label "fldFactMapUrl" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "12"^^xsd:int .
54 +
55 +field:fldFactPageUrl
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain field:Field ;
58 + rdfs:label "fldFactPageUrl" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "11"^^xsd:int .
61 +
62 +field:fldName
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain field:Field ;
65 + rdfs:label "fldName"^^xsd:string ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "0"^^xsd:int .
68 +
69 +field:fldNpdidField
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain field:Field ;
72 + rdfs:label "fldNpdidField" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "8"^^xsd:int .
75 +
76 +field:fldNpdidOwner
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain field:Field ;
79 + rdfs:label "fldNpdidOwner" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "7"^^xsd:int .
82 +
83 +field:fldOwnerKind
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain field:Field ;
86 + rdfs:label "fldOwnerKind" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "5"^^xsd:int .
89 +
90 +field:fldOwnerName
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain field:Field ;
93 + rdfs:label "fldOwnerName" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "6"^^xsd:int .
96 +
97 +field:wlbCompletionDate
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain field:Field ;
100 + rdfs:label "wlbCompletionDate" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "4"^^xsd:int .
103 +
104 +field:wlbName
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain field:Field ;
107 + rdfs:label "wlbName" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "3"^^xsd:int .
110 +
111 +field:wlbNpdidWellbore
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain field:Field ;
114 + rdfs:label "wlbNpdidWellbore" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "9"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/licence
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix licence: <file:///www.reportinghub.no/transform/npd/licence#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/licence>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +licence:Licence
16 + rdf:type owl:Class ;
17 + rdfs:label "Licence"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +licence:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain licence:Licence ;
23 + rdfs:label "DatesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "8"^^xsd:int .
26 +
27 +licence:prlCurrentArea
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain licence:Licence ;
30 + rdfs:label "prlCurrentArea" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "6"^^xsd:int .
33 +
34 +licence:prlDateGranted
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain licence:Licence ;
37 + rdfs:label "prlDateGranted" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "3"^^xsd:int .
40 +
41 +licence:prlDateValidTo
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain licence:Licence ;
44 + rdfs:label "prlDateValidTo" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "4"^^xsd:int .
47 +
48 +licence:prlLicensingActivityName
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain licence:Licence ;
51 + rdfs:label "prlLicensingActivityName" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "1"^^xsd:int .
54 +
55 +licence:prlName
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain licence:Licence ;
58 + rdfs:label "ÔªøprlName" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "0"^^xsd:int .
61 +
62 +licence:prlNpdidLicence
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain licence:Licence ;
65 + rdfs:label "prlNpdidLicence" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "7"^^xsd:int .
68 +
69 +licence:prlOriginalArea
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain licence:Licence ;
72 + rdfs:label "prlOriginalArea" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "5"^^xsd:int .
75 +
76 +licence:prlStatus
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain licence:Licence ;
79 + rdfs:label "prlStatus" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "2"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/licensee
2 +# imports: http://topbraid.org/tables
3 +
4 +@prefix licensee: <file:///www.reportinghub.no/transform/npd/licensee#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix tables: <http://topbraid.org/tables#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/licensee>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +licensee:Licensee
16 + rdf:type owl:Class ;
17 + rdfs:label "licensee-2011-07-30" ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +licensee:cmpLongName
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain licensee:Licensee ;
23 + rdfs:label "cmpLongName" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "3"^^xsd:int .
26 +
27 +licensee:cmpNpdidCompany
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain licensee:Licensee ;
30 + rdfs:label "cmpNpdidCompany" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "7"^^xsd:int .
33 +
34 +licensee:datesyncNPD
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain licensee:Licensee ;
37 + rdfs:label "DatesyncNPD" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "8"^^xsd:int .
40 +
41 +licensee:prlLicenseeDateValidFrom
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain licensee:Licensee ;
44 + rdfs:label "prlLicenseeDateValidFrom" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "1"^^xsd:int .
47 +
48 +licensee:prlLicenseeDateValidTo
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain licensee:Licensee ;
51 + rdfs:label "prlLicenseeDateValidTo" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "2"^^xsd:int .
54 +
55 +licensee:prlLicenseeInterest
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain licensee:Licensee ;
58 + rdfs:label "prlLicenseeInterest" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "4"^^xsd:int .
61 +
62 +licensee:prlLicenseeSdfi
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain licensee:Licensee ;
65 + rdfs:label "prlLicenseeSdfi" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "5"^^xsd:int .
68 +
69 +licensee:prlName
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain licensee:Licensee ;
72 + rdfs:label "ÔªøprlName" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "0"^^xsd:int .
75 +
76 +licensee:prlNpdidLicence
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain licensee:Licensee ;
79 + rdfs:label "prlNpdidLicence" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "6"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/tufoperator
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 tufoperator: <file:///www.reportinghub.no/transform/npd/tufoperator#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/tufoperator>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +tufoperator:TUFOperator
16 + rdf:type owl:Class ;
17 + rdfs:label "tufoperator"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +tufoperator:cmpLongName
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain tufoperator:TUFOperator ;
23 + rdfs:label "cmpLongName" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "1"^^xsd:int .
26 +
27 +tufoperator:cmpNpdidCompany
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain tufoperator:TUFOperator ;
30 + rdfs:label "cmpNpdidCompany" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "5"^^xsd:int .
33 +
34 +tufoperator:datesyncNPD
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain tufoperator:TUFOperator ;
37 + rdfs:label "datesyncNPD" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "6"^^xsd:int .
40 +
41 +tufoperator:tufName
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain tufoperator:TUFOperator ;
44 + rdfs:label "tufName"^^xsd:string ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "0"^^xsd:int .
47 +
48 +tufoperator:tufNpdidTuf
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain tufoperator:TUFOperator ;
51 + rdfs:label "tufNpdidTuf" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "4"^^xsd:int .
54 +
55 +tufoperator:tufOperDateValidFrom
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain tufoperator:TUFOperator ;
58 + rdfs:label "tufOperDateValidFrom" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "2"^^xsd:int .
61 +
62 +tufoperator:tufOperDateValidTo
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain tufoperator:TUFOperator ;
65 + rdfs:label "tufOperDateValidTo" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "3"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/wbdev
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 wbdev: <file:///www.reportinghub.no/transform/npd/wbdev#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/wbdev>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +wbdev:WBDev
16 + rdf:type owl:Class ;
17 + rdfs:label "WellBore Development"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +wbdev:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain wbdev:WBDev ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "64"^^xsd:int .
26 +
27 +wbdev:dscNpdidDiscovery
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain wbdev:WBDev ;
30 + rdfs:label "dscNpdidDiscovery" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "56"^^xsd:int .
33 +
34 +wbdev:fclNpdidFacilityDrilling
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain wbdev:WBDev ;
37 + rdfs:label "fclNpdidFacilityDrilling" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "60"^^xsd:int .
40 +
41 +wbdev:fclNpdidFacilityProducing
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain wbdev:WBDev ;
44 + rdfs:label "fclNpdidFacilityProducing" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "61"^^xsd:int .
47 +
48 +wbdev:fldNpdidField
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain wbdev:WBDev ;
51 + rdfs:label "fldNpdidField" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "57"^^xsd:int .
54 +
55 +wbdev:prlNpdidProductionLicence
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain wbdev:WBDev ;
58 + rdfs:label "prlNpdidProductionLicence" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "59"^^xsd:int .
61 +
62 +wbdev:wlbCompletionDate
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain wbdev:WBDev ;
65 + rdfs:label "wlbCompletionDate" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "10"^^xsd:int .
68 +
69 +wbdev:wlbCompletionYear
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain wbdev:WBDev ;
72 + rdfs:label "wlbCompletionYear" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "28"^^xsd:int .
75 +
76 +wbdev:wlbContent
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain wbdev:WBDev ;
79 + rdfs:label "wlbContent" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "7"^^xsd:int .
82 +
83 +wbdev:wlbContentPlanned
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain wbdev:WBDev ;
86 + rdfs:label "wlbContentPlanned" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "26"^^xsd:int .
89 +
90 +wbdev:wlbDiscovery
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain wbdev:WBDev ;
93 + rdfs:label "wlbDiscovery" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "13"^^xsd:int .
96 +
97 +wbdev:wlbDiscoveryWellbore
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain wbdev:WBDev ;
100 + rdfs:label "wlbDiscoveryWellbore" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "14"^^xsd:int .
103 +
104 +wbdev:wlbDiskosWellOperator
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain wbdev:WBDev ;
107 + rdfs:label "wlbDiskosWellOperator" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "63"^^xsd:int .
110 +
111 +wbdev:wlbDiskosWellboreParent
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain wbdev:WBDev ;
114 + rdfs:label "wlbDiskosWellboreParent" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "54"^^xsd:int .
117 +
118 +wbdev:wlbDiskosWellboreType
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain wbdev:WBDev ;
121 + rdfs:label "wlbDiskosWellboreType" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "53"^^xsd:int .
124 +
125 +wbdev:wlbDrillPermit
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain wbdev:WBDev ;
128 + rdfs:label "wlbDrillPermit" ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "12"^^xsd:int .
131 +
132 +wbdev:wlbDrillingFacility
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain wbdev:WBDev ;
135 + rdfs:label "wlbDrillingFacility" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "20"^^xsd:int .
138 +
139 +wbdev:wlbDrillingOperator
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain wbdev:WBDev ;
142 + rdfs:label "wlbDrillingOperator" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "2"^^xsd:int .
145 +
146 +wbdev:wlbDrillingOperatorGroup
147 + rdf:type owl:DatatypeProperty ;
148 + rdfs:domain wbdev:WBDev ;
149 + rdfs:label "wlbDrillingOperatorGroup" ;
150 + rdfs:range xsd:string ;
151 + tables:columnIndex "3"^^xsd:int .
152 +
153 +wbdev:wlbEntryDate
154 + rdf:type owl:DatatypeProperty ;
155 + rdfs:domain wbdev:WBDev ;
156 + rdfs:label "wlbEntryDate" ;
157 + rdfs:range xsd:string ;
158 + tables:columnIndex "9"^^xsd:int .
159 +
160 +wbdev:wlbEntryYear
161 + rdf:type owl:DatatypeProperty ;
162 + rdfs:domain wbdev:WBDev ;
163 + rdfs:label "wlbEntryYear" ;
164 + rdfs:range xsd:string ;
165 + tables:columnIndex "27"^^xsd:int .
166 +
167 +wbdev:wlbEwCode
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain wbdev:WBDev ;
170 + rdfs:label "wlbEwCode" ;
171 + rdfs:range xsd:string ;
172 + tables:columnIndex "39"^^xsd:int .
173 +
174 +wbdev:wlbEwDeg
175 + rdf:type owl:DatatypeProperty ;
176 + rdfs:domain wbdev:WBDev ;
177 + rdfs:label "wlbEwDeg" ;
178 + rdfs:range xsd:string ;
179 + tables:columnIndex "36"^^xsd:int .
180 +
181 +wbdev:wlbEwDesDeg
182 + rdf:type owl:DatatypeProperty ;
183 + rdfs:domain wbdev:WBDev ;
184 + rdfs:label "wlbEwDesDeg" ;
185 + rdfs:range xsd:string ;
186 + tables:columnIndex "41"^^xsd:int .
187 +
188 +wbdev:wlbEwMin
189 + rdf:type owl:DatatypeProperty ;
190 + rdfs:domain wbdev:WBDev ;
191 + rdfs:label "wlbEwMin" ;
192 + rdfs:range xsd:string ;
193 + tables:columnIndex "37"^^xsd:int .
194 +
195 +wbdev:wlbEwSec
196 + rdf:type owl:DatatypeProperty ;
197 + rdfs:domain wbdev:WBDev ;
198 + rdfs:label "wlbEwSec" ;
199 + rdfs:range xsd:string ;
200 + tables:columnIndex "38"^^xsd:int .
201 +
202 +wbdev:wlbEwUtm
203 + rdf:type owl:DatatypeProperty ;
204 + rdfs:domain wbdev:WBDev ;
205 + rdfs:label "wlbEwUtm" ;
206 + rdfs:range xsd:string ;
207 + tables:columnIndex "43"^^xsd:int .
208 +
209 +wbdev:wlbFacilityTypeDrilling
210 + rdf:type owl:DatatypeProperty ;
211 + rdfs:domain wbdev:WBDev ;
212 + rdfs:label "wlbFacilityTypeDrilling" ;
213 + rdfs:range xsd:string ;
214 + tables:columnIndex "21"^^xsd:int .
215 +
216 +wbdev:wlbFactMapUrl
217 + rdf:type owl:DatatypeProperty ;
218 + rdfs:domain wbdev:WBDev ;
219 + rdfs:label "wlbFactMapUrl" ;
220 + rdfs:range xsd:string ;
221 + tables:columnIndex "52"^^xsd:int .
222 +
223 +wbdev:wlbFactPageUrl
224 + rdf:type owl:DatatypeProperty ;
225 + rdfs:domain wbdev:WBDev ;
226 + rdfs:label "wlbFactPageUrl" ;
227 + rdfs:range xsd:string ;
228 + tables:columnIndex "51"^^xsd:int .
229 +
230 +wbdev:wlbField
231 + rdf:type owl:DatatypeProperty ;
232 + rdfs:domain wbdev:WBDev ;
233 + rdfs:label "wlbField" ;
234 + rdfs:range xsd:string ;
235 + tables:columnIndex "11"^^xsd:int .
236 +
237 +wbdev:wlbFinalVerticalDepth
238 + rdf:type owl:DatatypeProperty ;
239 + rdfs:domain wbdev:WBDev ;
240 + rdfs:label "wlbFinalVerticalDepth" ;
241 + rdfs:range xsd:string ;
242 + tables:columnIndex "16"^^xsd:int .
243 +
244 +wbdev:wlbGeodeticDatum
245 + rdf:type owl:DatatypeProperty ;
246 + rdfs:domain wbdev:WBDev ;
247 + rdfs:label "wlbGeodeticDatum" ;
248 + rdfs:range xsd:string ;
249 + tables:columnIndex "31"^^xsd:int .
250 +
251 +wbdev:wlbKellyBushElevation
252 + rdf:type owl:DatatypeProperty ;
253 + rdfs:domain wbdev:WBDev ;
254 + rdfs:label "wlbKellyBushElevation" ;
255 + rdfs:range xsd:string ;
256 + tables:columnIndex "15"^^xsd:int .
257 +
258 +wbdev:wlbLicensingActivity
259 + rdf:type owl:DatatypeProperty ;
260 + rdfs:domain wbdev:WBDev ;
261 + rdfs:label "wlbLicensingActivity" ;
262 + rdfs:range xsd:string ;
263 + tables:columnIndex "23"^^xsd:int .
264 +
265 +wbdev:wlbMainArea
266 + rdf:type owl:DatatypeProperty ;
267 + rdfs:domain wbdev:WBDev ;
268 + rdfs:label "wlbMainArea" ;
269 + rdfs:range xsd:string ;
270 + tables:columnIndex "19"^^xsd:int .
271 +
272 +wbdev:wlbMultilateral
273 + rdf:type owl:DatatypeProperty ;
274 + rdfs:domain wbdev:WBDev ;
275 + rdfs:label "wlbMultilateral" ;
276 + rdfs:range xsd:string ;
277 + tables:columnIndex "24"^^xsd:int .
278 +
279 +wbdev:wlbNamePart1
280 + rdf:type owl:DatatypeProperty ;
281 + rdfs:domain wbdev:WBDev ;
282 + rdfs:label "wlbNamePart1" ;
283 + rdfs:range xsd:string ;
284 + tables:columnIndex "45"^^xsd:int .
285 +
286 +wbdev:wlbNamePart2
287 + rdf:type owl:DatatypeProperty ;
288 + rdfs:domain wbdev:WBDev ;
289 + rdfs:label "wlbNamePart2" ;
290 + rdfs:range xsd:string ;
291 + tables:columnIndex "46"^^xsd:int .
292 +
293 +wbdev:wlbNamePart3
294 + rdf:type owl:DatatypeProperty ;
295 + rdfs:domain wbdev:WBDev ;
296 + rdfs:label "wlbNamePart3" ;
297 + rdfs:range xsd:string ;
298 + tables:columnIndex "47"^^xsd:int .
299 +
300 +wbdev:wlbNamePart4
301 + rdf:type owl:DatatypeProperty ;
302 + rdfs:domain wbdev:WBDev ;
303 + rdfs:label "wlbNamePart4" ;
304 + rdfs:range xsd:string ;
305 + tables:columnIndex "48"^^xsd:int .
306 +
307 +wbdev:wlbNamePart5
308 + rdf:type owl:DatatypeProperty ;
309 + rdfs:domain wbdev:WBDev ;
310 + rdfs:label "wlbNamePart5" ;
311 + rdfs:range xsd:string ;
312 + tables:columnIndex "49"^^xsd:int .
313 +
314 +wbdev:wlbNamePart6
315 + rdf:type owl:DatatypeProperty ;
316 + rdfs:domain wbdev:WBDev ;
317 + rdfs:label "wlbNamePart6" ;
318 + rdfs:range xsd:string ;
319 + tables:columnIndex "50"^^xsd:int .
320 +
321 +wbdev:wlbNpdidWellbore
322 + rdf:type owl:DatatypeProperty ;
323 + rdfs:domain wbdev:WBDev ;
324 + rdfs:label "wlbNpdidWellbore" ;
325 + rdfs:range xsd:string ;
326 + tables:columnIndex "55"^^xsd:int .
327 +
328 +wbdev:wlbNpdidWellboreReclass
329 + rdf:type owl:DatatypeProperty ;
330 + rdfs:domain wbdev:WBDev ;
331 + rdfs:label "wlbNpdidWellboreReclass" ;
332 + rdfs:range xsd:string ;
333 + tables:columnIndex "62"^^xsd:int .
334 +
335 +wbdev:wlbNsCode
336 + rdf:type owl:DatatypeProperty ;
337 + rdfs:domain wbdev:WBDev ;
338 + rdfs:label "wlbNsCode" ;
339 + rdfs:range xsd:string ;
340 + tables:columnIndex "35"^^xsd:int .
341 +
342 +wbdev:wlbNsDecDeg
343 + rdf:type owl:DatatypeProperty ;
344 + rdfs:domain wbdev:WBDev ;
345 + rdfs:label "wlbNsDecDeg" ;
346 + rdfs:range xsd:string ;
347 + tables:columnIndex "40"^^xsd:int .
348 +
349 +wbdev:wlbNsDeg
350 + rdf:type owl:DatatypeProperty ;
351 + rdfs:domain wbdev:WBDev ;
352 + rdfs:label "wlbNsDeg" ;
353 + rdfs:range xsd:string ;
354 + tables:columnIndex "32"^^xsd:int .
355 +
356 +wbdev:wlbNsMin
357 + rdf:type owl:DatatypeProperty ;
358 + rdfs:domain wbdev:WBDev ;
359 + rdfs:label "wlbNsMin" ;
360 + rdfs:range xsd:string ;
361 + tables:columnIndex "33"^^xsd:int .
362 +
363 +wbdev:wlbNsSec
364 + rdf:type owl:DatatypeProperty ;
365 + rdfs:domain wbdev:WBDev ;
366 + rdfs:label "wlbNsSec" ;
367 + rdfs:range xsd:string ;
368 + tables:columnIndex "34"^^xsd:int .
369 +
370 +wbdev:wlbNsUtm
371 + rdf:type owl:DatatypeProperty ;
372 + rdfs:domain wbdev:WBDev ;
373 + rdfs:label "wlbNsUtm" ;
374 + rdfs:range xsd:string ;
375 + tables:columnIndex "42"^^xsd:int .
376 +
377 +wbdev:wlbPlotSymbol
378 + rdf:type owl:DatatypeProperty ;
379 + rdfs:domain wbdev:WBDev ;
380 + rdfs:label "wlbPlotSymbol" ;
381 + rdfs:range xsd:string ;
382 + tables:columnIndex "30"^^xsd:int .
383 +
384 +wbdev:wlbProductionFacility
385 + rdf:type owl:DatatypeProperty ;
386 + rdfs:domain wbdev:WBDev ;
387 + rdfs:label "wlbProductionFacility" ;
388 + rdfs:range xsd:string ;
389 + tables:columnIndex "22"^^xsd:int .
390 +
391 +wbdev:wlbProductionLicence
392 + rdf:type owl:DatatypeProperty ;
393 + rdfs:domain wbdev:WBDev ;
394 + rdfs:label "wlbProductionLicence" ;
395 + rdfs:range xsd:string ;
396 + tables:columnIndex "4"^^xsd:int .
397 +
398 +wbdev:wlbPurpose
399 + rdf:type owl:DatatypeProperty ;
400 + rdfs:domain wbdev:WBDev ;
401 + rdfs:label "wlbPurpose" ;
402 + rdfs:range xsd:string ;
403 + tables:columnIndex "5"^^xsd:int .
404 +
405 +wbdev:wlbPurposePlanned
406 + rdf:type owl:DatatypeProperty ;
407 + rdfs:domain wbdev:WBDev ;
408 + rdfs:label "wlbPurposePlanned" ;
409 + rdfs:range xsd:string ;
410 + tables:columnIndex "25"^^xsd:int .
411 +
412 +wbdev:wlbReclassFromWellbore
413 + rdf:type owl:DatatypeProperty ;
414 + rdfs:domain wbdev:WBDev ;
415 + rdfs:label "wlbReclassFromWellbore" ;
416 + rdfs:range xsd:string ;
417 + tables:columnIndex "29"^^xsd:int .
418 +
419 +wbdev:wlbStatus
420 + rdf:type owl:DatatypeProperty ;
421 + rdfs:domain wbdev:WBDev ;
422 + rdfs:label "wlbStatus" ;
423 + rdfs:range xsd:string ;
424 + tables:columnIndex "6"^^xsd:int .
425 +
426 +wbdev:wlbTotalDepth
427 + rdf:type owl:DatatypeProperty ;
428 + rdfs:domain wbdev:WBDev ;
429 + rdfs:label "wlbTotalDepth" ;
430 + rdfs:range xsd:string ;
431 + tables:columnIndex "17"^^xsd:int .
432 +
433 +wbdev:wlbUtmZone
434 + rdf:type owl:DatatypeProperty ;
435 + rdfs:domain wbdev:WBDev ;
436 + rdfs:label "wlbUtmZone" ;
437 + rdfs:range xsd:string ;
438 + tables:columnIndex "44"^^xsd:int .
439 +
440 +wbdev:wlbWaterDepth
441 + rdf:type owl:DatatypeProperty ;
442 + rdfs:domain wbdev:WBDev ;
443 + rdfs:label "wlbWaterDepth" ;
444 + rdfs:range xsd:string ;
445 + tables:columnIndex "18"^^xsd:int .
446 +
447 +wbdev:wlbWdssQcdate
448 + rdf:type owl:DatatypeProperty ;
449 + rdfs:domain wbdev:WBDev ;
450 + rdfs:label "wlbWdssQcdate" ;
451 + rdfs:range xsd:string ;
452 + tables:columnIndex "58"^^xsd:int .
453 +
454 +wbdev:wlbWell
455 + rdf:type owl:DatatypeProperty ;
456 + rdfs:domain wbdev:WBDev ;
457 + rdfs:label "wlbWell" ;
458 + rdfs:range xsd:string ;
459 + tables:columnIndex "1"^^xsd:int .
460 +
461 +wbdev:wlbWellType
462 + rdf:type owl:DatatypeProperty ;
463 + rdfs:domain wbdev:WBDev ;
464 + rdfs:label "wlbWellType" ;
465 + rdfs:range xsd:string ;
466 + tables:columnIndex "8"^^xsd:int .
467 +
468 +wbdev:wlbWellboreName
469 + rdf:type owl:DatatypeProperty ;
470 + rdfs:domain wbdev:WBDev ;
471 + rdfs:label "wlbWellboreName"^^xsd:string ;
472 + rdfs:range xsd:string ;
473 + tables:columnIndex "0"^^xsd:int .
1 +# baseURI: file:///www.reportinghub.no/transform/npd/wbexp
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 wbexp: <file:///www.reportinghub.no/transform/npd/wbexp#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/wbexp>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +wbexp:WBExp
16 + rdf:type owl:Class ;
17 + rdfs:label "WellBore Exploration"^^xsd:string ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +wbexp:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain wbexp:WBExp ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "76"^^xsd:int .
26 +
27 +wbexp:dscNpdidDiscovery
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain wbexp:WBExp ;
30 + rdfs:label "dscNpdidDiscovery" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "70"^^xsd:int .
33 +
34 +wbexp:fclNpdidFacilityDrilling
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain wbexp:WBExp ;
37 + rdfs:label "fclNpdidFacilityDrilling" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "72"^^xsd:int .
40 +
41 +wbexp:fldNpdidField
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain wbexp:WBExp ;
44 + rdfs:label "fldNpdidField" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "71"^^xsd:int .
47 +
48 +wbexp:prlNpdidProductionLicence
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain wbexp:WBExp ;
51 + rdfs:label "prlNpdidProductionLicence" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "74"^^xsd:int .
54 +
55 +wbexp:wlbAgeAtTd
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain wbexp:WBExp ;
58 + rdfs:label "wlbAgeAtTd" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "22"^^xsd:int .
61 +
62 +wbexp:wlbAgeWithHc1
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain wbexp:WBExp ;
65 + rdfs:label "wlbAgeWithHc1" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "36"^^xsd:int .
68 +
69 +wbexp:wlbAgeWithHc2
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain wbexp:WBExp ;
72 + rdfs:label "wlbAgeWithHc2" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "38"^^xsd:int .
75 +
76 +wbexp:wlbAgeWithHc3
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain wbexp:WBExp ;
79 + rdfs:label "wlbAgeWithHc3" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "40"^^xsd:int .
82 +
83 +wbexp:wlbBottomHoleTemperature
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain wbexp:WBExp ;
86 + rdfs:label "wlbBottomHoleTemperature" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "15"^^xsd:int .
89 +
90 +wbexp:wlbCompletionDate
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain wbexp:WBExp ;
93 + rdfs:label "wlbCompletionDate" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "10"^^xsd:int .
96 +
97 +wbexp:wlbCompletionYear
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain wbexp:WBExp ;
100 + rdfs:label "wlbCompletionYear" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "31"^^xsd:int .
103 +
104 +wbexp:wlbContent
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain wbexp:WBExp ;
107 + rdfs:label "wlbContent" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "7"^^xsd:int .
110 +
111 +wbexp:wlbDiscovery
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain wbexp:WBExp ;
114 + rdfs:label "wlbDiscovery" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "13"^^xsd:int .
117 +
118 +wbexp:wlbDiscoveryWellbore
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain wbexp:WBExp ;
121 + rdfs:label "wlbDiscoveryWellbore" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "14"^^xsd:int .
124 +
125 +wbexp:wlbDiskosWellOperator
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain wbexp:WBExp ;
128 + rdfs:label "wlbDiskosWellOperator" ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "75"^^xsd:int .
131 +
132 +wbexp:wlbDiskosWellboreParent
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain wbexp:WBExp ;
135 + rdfs:label "wlbDiskosWellboreParent" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "67"^^xsd:int .
138 +
139 +wbexp:wlbDiskosWellboreType
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain wbexp:WBExp ;
142 + rdfs:label "wlbDiskosWellboreType" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "66"^^xsd:int .
145 +
146 +wbexp:wlbDrillPermit
147 + rdf:type owl:DatatypeProperty ;
148 + rdfs:domain wbexp:WBExp ;
149 + rdfs:label "wlbDrillPermit" ;
150 + rdfs:range xsd:string ;
151 + tables:columnIndex "12"^^xsd:int .
152 +
153 +wbexp:wlbDrillingDays
154 + rdf:type owl:DatatypeProperty ;
155 + rdfs:domain wbexp:WBExp ;
156 + rdfs:label "wlbDrillingDays" ;
157 + rdfs:range xsd:string ;
158 + tables:columnIndex "41"^^xsd:int .
159 +
160 +wbexp:wlbDrillingFacility
161 + rdf:type owl:DatatypeProperty ;
162 + rdfs:domain wbexp:WBExp ;
163 + rdfs:label "wlbDrillingFacility" ;
164 + rdfs:range xsd:string ;
165 + tables:columnIndex "25"^^xsd:int .
166 +
167 +wbexp:wlbDrillingOperator
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain wbexp:WBExp ;
170 + rdfs:label "wlbDrillingOperator" ;
171 + rdfs:range xsd:string ;
172 + tables:columnIndex "2"^^xsd:int .
173 +
174 +wbexp:wlbDrillingOperatorGroup
175 + rdf:type owl:DatatypeProperty ;
176 + rdfs:domain wbexp:WBExp ;
177 + rdfs:label "wlbDrillingOperatorGroup" ;
178 + rdfs:range xsd:string ;
179 + tables:columnIndex "3"^^xsd:int .
180 +
181 +wbexp:wlbEntryDate
182 + rdf:type owl:DatatypeProperty ;
183 + rdfs:domain wbexp:WBExp ;
184 + rdfs:label "wlbEntryDate" ;
185 + rdfs:range xsd:string ;
186 + tables:columnIndex "9"^^xsd:int .
187 +
188 +wbexp:wlbEntryYear
189 + rdf:type owl:DatatypeProperty ;
190 + rdfs:domain wbexp:WBExp ;
191 + rdfs:label "wlbEntryYear" ;
192 + rdfs:range xsd:string ;
193 + tables:columnIndex "30"^^xsd:int .
194 +
195 +wbexp:wlbEwCode
196 + rdf:type owl:DatatypeProperty ;
197 + rdfs:domain wbexp:WBExp ;
198 + rdfs:label "wlbEwCode" ;
199 + rdfs:range xsd:string ;
200 + tables:columnIndex "51"^^xsd:int .
201 +
202 +wbexp:wlbEwDeg
203 + rdf:type owl:DatatypeProperty ;
204 + rdfs:domain wbexp:WBExp ;
205 + rdfs:label "wlbEwDeg" ;
206 + rdfs:range xsd:string ;
207 + tables:columnIndex "48"^^xsd:int .
208 +
209 +wbexp:wlbEwDesDeg
210 + rdf:type owl:DatatypeProperty ;
211 + rdfs:domain wbexp:WBExp ;
212 + rdfs:label "wlbEwDesDeg" ;
213 + rdfs:range xsd:string ;
214 + tables:columnIndex "53"^^xsd:int .
215 +
216 +wbexp:wlbEwMin
217 + rdf:type owl:DatatypeProperty ;
218 + rdfs:domain wbexp:WBExp ;
219 + rdfs:label "wlbEwMin" ;
220 + rdfs:range xsd:string ;
221 + tables:columnIndex "49"^^xsd:int .
222 +
223 +wbexp:wlbEwSec
224 + rdf:type owl:DatatypeProperty ;
225 + rdfs:domain wbexp:WBExp ;
226 + rdfs:label "wlbEwSec" ;
227 + rdfs:range xsd:string ;
228 + tables:columnIndex "50"^^xsd:int .
229 +
230 +wbexp:wlbEwUtm
231 + rdf:type owl:DatatypeProperty ;
232 + rdfs:domain wbexp:WBExp ;
233 + rdfs:label "wlbEwUtm" ;
234 + rdfs:range xsd:string ;
235 + tables:columnIndex "55"^^xsd:int .
236 +
237 +wbexp:wlbFacilityTypeDrilling
238 + rdf:type owl:DatatypeProperty ;
239 + rdfs:domain wbexp:WBExp ;
240 + rdfs:label "wlbFacilityTypeDrilling" ;
241 + rdfs:range xsd:string ;
242 + tables:columnIndex "26"^^xsd:int .
243 +
244 +wbexp:wlbFactMapUrl
245 + rdf:type owl:DatatypeProperty ;
246 + rdfs:domain wbexp:WBExp ;
247 + rdfs:label "wlbFactMapUrl" ;
248 + rdfs:range xsd:string ;
249 + tables:columnIndex "65"^^xsd:int .
250 +
251 +wbexp:wlbFactPageUrl
252 + rdf:type owl:DatatypeProperty ;
253 + rdfs:domain wbexp:WBExp ;
254 + rdfs:label "wlbFactPageUrl" ;
255 + rdfs:range xsd:string ;
256 + tables:columnIndex "64"^^xsd:int .
257 +
258 +wbexp:wlbField
259 + rdf:type owl:DatatypeProperty ;
260 + rdfs:domain wbexp:WBExp ;
261 + rdfs:label "wlbField" ;
262 + rdfs:range xsd:string ;
263 + tables:columnIndex "11"^^xsd:int .
264 +
265 +wbexp:wlbFinalVerticalDepth
266 + rdf:type owl:DatatypeProperty ;
267 + rdfs:domain wbexp:WBExp ;
268 + rdfs:label "wlbFinalVerticalDepth" ;
269 + rdfs:range xsd:string ;
270 + tables:columnIndex "19"^^xsd:int .
271 +
272 +wbexp:wlbFormationAtTd
273 + rdf:type owl:DatatypeProperty ;
274 + rdfs:domain wbexp:WBExp ;
275 + rdfs:label "wlbFormationAtTd" ;
276 + rdfs:range xsd:string ;
277 + tables:columnIndex "23"^^xsd:int .
278 +
279 +wbexp:wlbFormationWithHc1
280 + rdf:type owl:DatatypeProperty ;
281 + rdfs:domain wbexp:WBExp ;
282 + rdfs:label "wlbFormationWithHc1" ;
283 + rdfs:range xsd:string ;
284 + tables:columnIndex "35"^^xsd:int .
285 +
286 +wbexp:wlbFormationWithHc2
287 + rdf:type owl:DatatypeProperty ;
288 + rdfs:domain wbexp:WBExp ;
289 + rdfs:label "wlbFormationWithHc2" ;
290 + rdfs:range xsd:string ;
291 + tables:columnIndex "37"^^xsd:int .
292 +
293 +wbexp:wlbFormationWithHc3
294 + rdf:type owl:DatatypeProperty ;
295 + rdfs:domain wbexp:WBExp ;
296 + rdfs:label "wlbFormationWithHc3" ;
297 + rdfs:range xsd:string ;
298 + tables:columnIndex "39"^^xsd:int .
299 +
300 +wbexp:wlbGeodeticDatum
301 + rdf:type owl:DatatypeProperty ;
302 + rdfs:domain wbexp:WBExp ;
303 + rdfs:label "wlbGeodeticDatum" ;
304 + rdfs:range xsd:string ;
305 + tables:columnIndex "43"^^xsd:int .
306 +
307 +wbexp:wlbKellyBushElevation
308 + rdf:type owl:DatatypeProperty ;
309 + rdfs:domain wbexp:WBExp ;
310 + rdfs:label "wlbKellyBushElevation" ;
311 + rdfs:range xsd:string ;
312 + tables:columnIndex "18"^^xsd:int .
313 +
314 +wbexp:wlbLicensingActivity
315 + rdf:type owl:DatatypeProperty ;
316 + rdfs:domain wbexp:WBExp ;
317 + rdfs:label "wlbLicensingActivity" ;
318 + rdfs:range xsd:string ;
319 + tables:columnIndex "27"^^xsd:int .
320 +
321 +wbexp:wlbMainArea
322 + rdf:type owl:DatatypeProperty ;
323 + rdfs:domain wbexp:WBExp ;
324 + rdfs:label "wlbMainArea" ;
325 + rdfs:range xsd:string ;
326 + tables:columnIndex "24"^^xsd:int .
327 +
328 +wbexp:wlbMaxInclation
329 + rdf:type owl:DatatypeProperty ;
330 + rdfs:domain wbexp:WBExp ;
331 + rdfs:label "wlbMaxInclation" ;
332 + rdfs:range xsd:string ;
333 + tables:columnIndex "17"^^xsd:int .
334 +
335 +wbexp:wlbMultilateral
336 + rdf:type owl:DatatypeProperty ;
337 + rdfs:domain wbexp:WBExp ;
338 + rdfs:label "wlbMultilateral" ;
339 + rdfs:range xsd:string ;
340 + tables:columnIndex "28"^^xsd:int .
341 +
342 +wbexp:wlbNamePart1
343 + rdf:type owl:DatatypeProperty ;
344 + rdfs:domain wbexp:WBExp ;
345 + rdfs:label "wlbNamePart1" ;
346 + rdfs:range xsd:string ;
347 + tables:columnIndex "57"^^xsd:int .
348 +
349 +wbexp:wlbNamePart2
350 + rdf:type owl:DatatypeProperty ;
351 + rdfs:domain wbexp:WBExp ;
352 + rdfs:label "wlbNamePart2" ;
353 + rdfs:range xsd:string ;
354 + tables:columnIndex "58"^^xsd:int .
355 +
356 +wbexp:wlbNamePart3
357 + rdf:type owl:DatatypeProperty ;
358 + rdfs:domain wbexp:WBExp ;
359 + rdfs:label "wlbNamePart3" ;
360 + rdfs:range xsd:string ;
361 + tables:columnIndex "59"^^xsd:int .
362 +
363 +wbexp:wlbNamePart4
364 + rdf:type owl:DatatypeProperty ;
365 + rdfs:domain wbexp:WBExp ;
366 + rdfs:label "wlbNamePart4" ;
367 + rdfs:range xsd:string ;
368 + tables:columnIndex "60"^^xsd:int .
369 +
370 +wbexp:wlbNamePart5
371 + rdf:type owl:DatatypeProperty ;
372 + rdfs:domain wbexp:WBExp ;
373 + rdfs:label "wlbNamePart5" ;
374 + rdfs:range xsd:string ;
375 + tables:columnIndex "61"^^xsd:int .
376 +
377 +wbexp:wlbNamePart6
378 + rdf:type owl:DatatypeProperty ;
379 + rdfs:domain wbexp:WBExp ;
380 + rdfs:label "wlbNamePart6" ;
381 + rdfs:range xsd:string ;
382 + tables:columnIndex "62"^^xsd:int .
383 +
384 +wbexp:wlbNpdidWellbore
385 + rdf:type owl:DatatypeProperty ;
386 + rdfs:domain wbexp:WBExp ;
387 + rdfs:label "wlbNpdidWellbore" ;
388 + rdfs:range xsd:string ;
389 + tables:columnIndex "69"^^xsd:int .
390 +
391 +wbexp:wlbNpdidWellboreReclass
392 + rdf:type owl:DatatypeProperty ;
393 + rdfs:domain wbexp:WBExp ;
394 + rdfs:label "wlbNpdidWellboreReclass" ;
395 + rdfs:range xsd:string ;
396 + tables:columnIndex "73"^^xsd:int .
397 +
398 +wbexp:wlbNsCode
399 + rdf:type owl:DatatypeProperty ;
400 + rdfs:domain wbexp:WBExp ;
401 + rdfs:label "wlbNsCode" ;
402 + rdfs:range xsd:string ;
403 + tables:columnIndex "47"^^xsd:int .
404 +
405 +wbexp:wlbNsDecDeg
406 + rdf:type owl:DatatypeProperty ;
407 + rdfs:domain wbexp:WBExp ;
408 + rdfs:label "wlbNsDecDeg" ;
409 + rdfs:range xsd:string ;
410 + tables:columnIndex "52"^^xsd:int .
411 +
412 +wbexp:wlbNsDeg
413 + rdf:type owl:DatatypeProperty ;
414 + rdfs:domain wbexp:WBExp ;
415 + rdfs:label "wlbNsDeg" ;
416 + rdfs:range xsd:string ;
417 + tables:columnIndex "44"^^xsd:int .
418 +
419 +wbexp:wlbNsMin
420 + rdf:type owl:DatatypeProperty ;
421 + rdfs:domain wbexp:WBExp ;
422 + rdfs:label "wlbNsMin" ;
423 + rdfs:range xsd:string ;
424 + tables:columnIndex "45"^^xsd:int .
425 +
426 +wbexp:wlbNsSec
427 + rdf:type owl:DatatypeProperty ;
428 + rdfs:domain wbexp:WBExp ;
429 + rdfs:label "wlbNsSec" ;
430 + rdfs:range xsd:string ;
431 + tables:columnIndex "46"^^xsd:int .
432 +
433 +wbexp:wlbNsUtm
434 + rdf:type owl:DatatypeProperty ;
435 + rdfs:domain wbexp:WBExp ;
436 + rdfs:label "wlbNsUtm" ;
437 + rdfs:range xsd:string ;
438 + tables:columnIndex "54"^^xsd:int .
439 +
440 +wbexp:wlbPlotSymbol
441 + rdf:type owl:DatatypeProperty ;
442 + rdfs:domain wbexp:WBExp ;
443 + rdfs:label "wlbPlotSymbol" ;
444 + rdfs:range xsd:string ;
445 + tables:columnIndex "34"^^xsd:int .
446 +
447 +wbexp:wlbPressReleaseUrl
448 + rdf:type owl:DatatypeProperty ;
449 + rdfs:domain wbexp:WBExp ;
450 + rdfs:label "wlbPressReleaseUrl" ;
451 + rdfs:range xsd:string ;
452 + tables:columnIndex "63"^^xsd:int .
453 +
454 +wbexp:wlbProductionLicence
455 + rdf:type owl:DatatypeProperty ;
456 + rdfs:domain wbexp:WBExp ;
457 + rdfs:label "wlbProductionLicence" ;
458 + rdfs:range xsd:string ;
459 + tables:columnIndex "4"^^xsd:int .
460 +
461 +wbexp:wlbPurpose
462 + rdf:type owl:DatatypeProperty ;
463 + rdfs:domain wbexp:WBExp ;
464 + rdfs:label "wlbPurpose" ;
465 + rdfs:range xsd:string ;
466 + tables:columnIndex "5"^^xsd:int .
467 +
468 +wbexp:wlbPurposePlanned
469 + rdf:type owl:DatatypeProperty ;
470 + rdfs:domain wbexp:WBExp ;
471 + rdfs:label "wlbPurposePlanned" ;
472 + rdfs:range xsd:string ;
473 + tables:columnIndex "29"^^xsd:int .
474 +
475 +wbexp:wlbReclassFromWellbore
476 + rdf:type owl:DatatypeProperty ;
477 + rdfs:domain wbexp:WBExp ;
478 + rdfs:label "wlbReclassFromWellbore" ;
479 + rdfs:range xsd:string ;
480 + tables:columnIndex "32"^^xsd:int .
481 +
482 +wbexp:wlbReentry
483 + rdf:type owl:DatatypeProperty ;
484 + rdfs:domain wbexp:WBExp ;
485 + rdfs:label "wlbReentry" ;
486 + rdfs:range xsd:string ;
487 + tables:columnIndex "42"^^xsd:int .
488 +
489 +wbexp:wlbReentryExplorationActivity
490 + rdf:type owl:DatatypeProperty ;
491 + rdfs:domain wbexp:WBExp ;
492 + rdfs:label "wlbReentryExplorationActivity" ;
493 + rdfs:range xsd:string ;
494 + tables:columnIndex "33"^^xsd:int .
495 +
496 +wbexp:wlbSeismicLocation
497 + rdf:type owl:DatatypeProperty ;
498 + rdfs:domain wbexp:WBExp ;
499 + rdfs:label "wlbSeismicLocation" ;
500 + rdfs:range xsd:string ;
501 + tables:columnIndex "16"^^xsd:int .
502 +
503 +wbexp:wlbStatus
504 + rdf:type owl:DatatypeProperty ;
505 + rdfs:domain wbexp:WBExp ;
506 + rdfs:label "wlbStatus" ;
507 + rdfs:range xsd:string ;
508 + tables:columnIndex "6"^^xsd:int .
509 +
510 +wbexp:wlbTotalDepth
511 + rdf:type owl:DatatypeProperty ;
512 + rdfs:domain wbexp:WBExp ;
513 + rdfs:label "wlbTotalDepth" ;
514 + rdfs:range xsd:string ;
515 + tables:columnIndex "20"^^xsd:int .
516 +
517 +wbexp:wlbUtmZone
518 + rdf:type owl:DatatypeProperty ;
519 + rdfs:domain wbexp:WBExp ;
520 + rdfs:label "wlbUtmZone" ;
521 + rdfs:range xsd:string ;
522 + tables:columnIndex "56"^^xsd:int .
523 +
524 +wbexp:wlbWaterDepth
525 + rdf:type owl:DatatypeProperty ;
526 + rdfs:domain wbexp:WBExp ;
527 + rdfs:label "wlbWaterDepth" ;
528 + rdfs:range xsd:string ;
529 + tables:columnIndex "21"^^xsd:int .
530 +
531 +wbexp:wlbWdssQcDate
532 + rdf:type owl:DatatypeProperty ;
533 + rdfs:domain wbexp:WBExp ;
534 + rdfs:label "wlbWdssQcDate" ;
535 + rdfs:range xsd:string ;
536 + tables:columnIndex "68"^^xsd:int .
537 +
538 +wbexp:wlbWell
539 + rdf:type owl:DatatypeProperty ;
540 + rdfs:domain wbexp:WBExp ;
541 + rdfs:label "wlbWell" ;
542 + rdfs:range xsd:string ;
543 + tables:columnIndex "1"^^xsd:int .
544 +
545 +wbexp:wlbWellType
546 + rdf:type owl:DatatypeProperty ;
547 + rdfs:domain wbexp:WBExp ;
548 + rdfs:label "wlbWellType" ;
549 + rdfs:range xsd:string ;
550 + tables:columnIndex "8"^^xsd:int .
551 +
552 +wbexp:wlbWellboreName
553 + rdf:type owl:DatatypeProperty ;
554 + rdfs:domain wbexp:WBExp ;
555 + rdfs:label "wlbWellboreName"^^xsd:string ;
556 + rdfs:range xsd:string ;
557 + tables:columnIndex "0"^^xsd:int .
This diff could not be displayed because it is too large.
1 +# baseURI: file:///www.reportinghub.no/transform/npd/wbsha
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 wbsha: <file:///www.reportinghub.no/transform/npd/wbsha#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/wbsha>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +wbsha:WBSha
16 + rdf:type owl:Class ;
17 + rdfs:label "wbsha-2011-07-30" ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +wbsha:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain wbsha:WBSha ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "34"^^xsd:int .
26 +
27 +wbsha:wlbCompletionDate
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain wbsha:WBSha ;
30 + rdfs:label "wlbCompletionDate" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "6"^^xsd:int .
33 +
34 +wbsha:wlbCompletionYear
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain wbsha:WBSha ;
37 + rdfs:label "wlbCompletionYear" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "12"^^xsd:int .
40 +
41 +wbsha:wlbDrillPermit
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain wbsha:WBSha ;
44 + rdfs:label "wlbDrillPermit" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "7"^^xsd:int .
47 +
48 +wbsha:wlbDrillingOperator
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain wbsha:WBSha ;
51 + rdfs:label "wlbDrillingOperator" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "3"^^xsd:int .
54 +
55 +wbsha:wlbEntryDate
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain wbsha:WBSha ;
58 + rdfs:label "wlbEntryDate" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "5"^^xsd:int .
61 +
62 +wbsha:wlbEntryYear
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain wbsha:WBSha ;
65 + rdfs:label "wlbEntryYear" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "11"^^xsd:int .
68 +
69 +wbsha:wlbEwCode
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain wbsha:WBSha ;
72 + rdfs:label "wlbEwCode" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "22"^^xsd:int .
75 +
76 +wbsha:wlbEwDeg
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain wbsha:WBSha ;
79 + rdfs:label "wlbEwDeg" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "19"^^xsd:int .
82 +
83 +wbsha:wlbEwDesDeg
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain wbsha:WBSha ;
86 + rdfs:label "wlbEwDesDeg" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "24"^^xsd:int .
89 +
90 +wbsha:wlbEwMin
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain wbsha:WBSha ;
93 + rdfs:label "wlbEwMin" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "20"^^xsd:int .
96 +
97 +wbsha:wlbEwSec
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain wbsha:WBSha ;
100 + rdfs:label "wlbEwSec" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "21"^^xsd:int .
103 +
104 +wbsha:wlbEwUtm
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain wbsha:WBSha ;
107 + rdfs:label "wlbEwUtm" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "26"^^xsd:int .
110 +
111 +wbsha:wlbGeodeticDatum
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain wbsha:WBSha ;
114 + rdfs:label "wlbGeodeticDatum" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "14"^^xsd:int .
117 +
118 +wbsha:wlbMainArea
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain wbsha:WBSha ;
121 + rdfs:label "wlbMainArea" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "10"^^xsd:int .
124 +
125 +wbsha:wlbNamePart1
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain wbsha:WBSha ;
128 + rdfs:label "wlbNamePart1" ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "28"^^xsd:int .
131 +
132 +wbsha:wlbNamePart2
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain wbsha:WBSha ;
135 + rdfs:label "wlbNamePart2" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "29"^^xsd:int .
138 +
139 +wbsha:wlbNamePart3
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain wbsha:WBSha ;
142 + rdfs:label "wlbNamePart3" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "30"^^xsd:int .
145 +
146 +wbsha:wlbNamePart4
147 + rdf:type owl:DatatypeProperty ;
148 + rdfs:domain wbsha:WBSha ;
149 + rdfs:label "wlbNamePart4" ;
150 + rdfs:range xsd:string ;
151 + tables:columnIndex "31"^^xsd:int .
152 +
153 +wbsha:wlbNamePart5
154 + rdf:type owl:DatatypeProperty ;
155 + rdfs:domain wbsha:WBSha ;
156 + rdfs:label "wlbNamePart5" ;
157 + rdfs:range xsd:string ;
158 + tables:columnIndex "32"^^xsd:int .
159 +
160 +wbsha:wlbNamePart6
161 + rdf:type owl:DatatypeProperty ;
162 + rdfs:domain wbsha:WBSha ;
163 + rdfs:label "wlbNamePart6" ;
164 + rdfs:range xsd:string ;
165 + tables:columnIndex "33"^^xsd:int .
166 +
167 +wbsha:wlbNpdidWellbore
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain wbsha:WBSha ;
170 + rdfs:label "wlbNpdidWellbore" ;
171 + rdfs:range xsd:string ;
172 + tables:columnIndex "1"^^xsd:int .
173 +
174 +wbsha:wlbNsCode
175 + rdf:type owl:DatatypeProperty ;
176 + rdfs:domain wbsha:WBSha ;
177 + rdfs:label "wlbNsCode" ;
178 + rdfs:range xsd:string ;
179 + tables:columnIndex "18"^^xsd:int .
180 +
181 +wbsha:wlbNsDecDeg
182 + rdf:type owl:DatatypeProperty ;
183 + rdfs:domain wbsha:WBSha ;
184 + rdfs:label "wlbNsDecDeg" ;
185 + rdfs:range xsd:string ;
186 + tables:columnIndex "23"^^xsd:int .
187 +
188 +wbsha:wlbNsDeg
189 + rdf:type owl:DatatypeProperty ;
190 + rdfs:domain wbsha:WBSha ;
191 + rdfs:label "wlbNsDeg" ;
192 + rdfs:range xsd:string ;
193 + tables:columnIndex "15"^^xsd:int .
194 +
195 +wbsha:wlbNsMin
196 + rdf:type owl:DatatypeProperty ;
197 + rdfs:domain wbsha:WBSha ;
198 + rdfs:label "wlbNsMin" ;
199 + rdfs:range xsd:string ;
200 + tables:columnIndex "16"^^xsd:int .
201 +
202 +wbsha:wlbNsSec
203 + rdf:type owl:DatatypeProperty ;
204 + rdfs:domain wbsha:WBSha ;
205 + rdfs:label "wlbNsSec" ;
206 + rdfs:range xsd:string ;
207 + tables:columnIndex "17"^^xsd:int .
208 +
209 +wbsha:wlbNsUtm
210 + rdf:type owl:DatatypeProperty ;
211 + rdfs:domain wbsha:WBSha ;
212 + rdfs:label "wlbNsUtm" ;
213 + rdfs:range xsd:string ;
214 + tables:columnIndex "25"^^xsd:int .
215 +
216 +wbsha:wlbProductionLicence
217 + rdf:type owl:DatatypeProperty ;
218 + rdfs:domain wbsha:WBSha ;
219 + rdfs:label "wlbProductionLicence" ;
220 + rdfs:range xsd:string ;
221 + tables:columnIndex "4"^^xsd:int .
222 +
223 +wbsha:wlbSeismicLocation
224 + rdf:type owl:DatatypeProperty ;
225 + rdfs:domain wbsha:WBSha ;
226 + rdfs:label "wlbSeismicLocation" ;
227 + rdfs:range xsd:string ;
228 + tables:columnIndex "13"^^xsd:int .
229 +
230 +wbsha:wlbTotalDepth
231 + rdf:type owl:DatatypeProperty ;
232 + rdfs:domain wbsha:WBSha ;
233 + rdfs:label "wlbTotalDepth" ;
234 + rdfs:range xsd:string ;
235 + tables:columnIndex "8"^^xsd:int .
236 +
237 +wbsha:wlbUtmZone
238 + rdf:type owl:DatatypeProperty ;
239 + rdfs:domain wbsha:WBSha ;
240 + rdfs:label "wlbUtmZone" ;
241 + rdfs:range xsd:string ;
242 + tables:columnIndex "27"^^xsd:int .
243 +
244 +wbsha:wlbWaterDepth
245 + rdf:type owl:DatatypeProperty ;
246 + rdfs:domain wbsha:WBSha ;
247 + rdfs:label "wlbWaterDepth" ;
248 + rdfs:range xsd:string ;
249 + tables:columnIndex "9"^^xsd:int .
250 +
251 +wbsha:wlbWell
252 + rdf:type owl:DatatypeProperty ;
253 + rdfs:domain wbsha:WBSha ;
254 + rdfs:label "wlbWell" ;
255 + rdfs:range xsd:string ;
256 + tables:columnIndex "2"^^xsd:int .
257 +
258 +wbsha:wlbWellboreName
259 + rdf:type owl:DatatypeProperty ;
260 + rdfs:domain wbsha:WBSha ;
261 + rdfs:label "wlbWellboreName"^^xsd:string ;
262 + rdfs:range xsd:string ;
263 + tables:columnIndex "0"^^xsd:int .