Showing
2 changed files
with
210 additions
and
211 deletions
1 | +# Saved by TopBraid on Wed Sep 28 18:18:02 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
2 | -# imports: http://spinrdf.org/spin | ||
3 | -# imports: http://www.energistics.org/schemas/abstract | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
9 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
10 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
5 | +# imports: http://www.energistics.org/schemas/abstract | ||
11 | # imports: http://www.witsml.org/schemas/1series | 6 | # imports: http://www.witsml.org/schemas/1series |
7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
12 | +# imports: http://spinrdf.org/spin | ||
12 | 13 | ||
13 | @prefix NPD_110721144611-valid: <file:///Sandbox/NPD_110721144611-valid.xml#> . | 14 | @prefix NPD_110721144611-valid: <file:///Sandbox/NPD_110721144611-valid.xml#> . |
14 | @prefix arg: <http://spinrdf.org/arg#> . | 15 | @prefix arg: <http://spinrdf.org/arg#> . |
... | @@ -25,12 +26,180 @@ | ... | @@ -25,12 +26,180 @@ |
25 | 26 | ||
26 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> | 27 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> |
27 | rdf:type owl:Ontology ; | 28 | rdf:type owl:Ontology ; |
28 | - owl:imports <http://spinrdf.org/spin> , <http://www.energistics.org/schemas/abstract> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 29 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://www.energistics.org/schemas/abstract> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> ; |
29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 30 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
30 | 31 | ||
31 | ddr:Obj_drillReport | 32 | ddr:Obj_drillReport |
32 | spin:rule | 33 | spin:rule |
33 | [ rdf:type sp:Construct ; | 34 | [ rdf:type sp:Construct ; |
35 | + rdfs:comment """STEP 103a Set name of DailyDrillingReport as label | ||
36 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | ||
37 | + sp:templates ([ sp:object _:b1 ; | ||
38 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ; | ||
39 | + sp:subject _:b2 | ||
40 | + ]) ; | ||
41 | + sp:where ([ sp:object _:b3 ; | ||
42 | + sp:predicate ddr:nameWellbore ; | ||
43 | + sp:subject spin:_this | ||
44 | + ] [ sp:object _:b1 ; | ||
45 | + sp:predicate ddr:name ; | ||
46 | + sp:subject spin:_this | ||
47 | + ] [ sp:object _:b4 ; | ||
48 | + sp:predicate ddr:createDate ; | ||
49 | + sp:subject spin:_this | ||
50 | + ] [ rdf:type sp:Bind ; | ||
51 | + sp:expression | ||
52 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
53 | + sp:arg1 _:b3 | ||
54 | + ] ; | ||
55 | + sp:variable _:b5 | ||
56 | + ] [ rdf:type sp:Bind ; | ||
57 | + sp:expression | ||
58 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
59 | + sp:arg1 _:b5 ; | ||
60 | + sp:arg2 _:b4 | ||
61 | + ] ; | ||
62 | + sp:variable _:b2 | ||
63 | + ]) | ||
64 | + ] ; | ||
65 | + spin:rule | ||
66 | + [ rdf:type sp:Construct ; | ||
67 | + rdfs:comment """STEP 105 | ||
68 | +Classify a DailyDrillingReport"""^^xsd:string ; | ||
69 | + sp:templates ([ sp:object _:b6 ; | ||
70 | + sp:predicate rdf:type ; | ||
71 | + sp:subject _:b7 | ||
72 | + ]) ; | ||
73 | + sp:where ([ sp:object _:b8 ; | ||
74 | + sp:predicate ddr:nameWellbore ; | ||
75 | + sp:subject spin:_this | ||
76 | + ] [ sp:object _:b9 ; | ||
77 | + sp:predicate ddr:createDate ; | ||
78 | + sp:subject spin:_this | ||
79 | + ] [ sp:object _:b10 ; | ||
80 | + sp:predicate ddr:versionKindRef ; | ||
81 | + sp:subject spin:_this | ||
82 | + ] [ rdf:type sp:Bind ; | ||
83 | + sp:expression | ||
84 | + [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
85 | + sp:arg1 _:b10 | ||
86 | + ] ; | ||
87 | + sp:variable _:b6 | ||
88 | + ] [ rdf:type sp:Bind ; | ||
89 | + sp:expression | ||
90 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
91 | + sp:arg1 _:b8 | ||
92 | + ] ; | ||
93 | + sp:variable _:b11 | ||
94 | + ] [ rdf:type sp:Bind ; | ||
95 | + sp:expression | ||
96 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
97 | + sp:arg1 _:b11 ; | ||
98 | + sp:arg2 _:b9 | ||
99 | + ] ; | ||
100 | + sp:variable _:b7 | ||
101 | + ]) | ||
102 | + ] ; | ||
103 | + spin:rule | ||
104 | + [ rdf:type sp:Construct ; | ||
105 | + rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; | ||
106 | + sp:templates ([ sp:object _:b12 ; | ||
107 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
108 | + sp:subject _:b13 | ||
109 | + ]) ; | ||
110 | + sp:where ([ sp:object _:b14 ; | ||
111 | + sp:predicate ddr:nameWellbore ; | ||
112 | + sp:subject spin:_this | ||
113 | + ] [ sp:object _:b15 ; | ||
114 | + sp:predicate ddr:dTimStart ; | ||
115 | + sp:subject spin:_this | ||
116 | + ] [ sp:object _:b12 ; | ||
117 | + sp:predicate ddr:dTimEnd ; | ||
118 | + sp:subject spin:_this | ||
119 | + ] [ rdf:type sp:Bind ; | ||
120 | + sp:expression | ||
121 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
122 | + sp:arg1 _:b14 | ||
123 | + ] ; | ||
124 | + sp:variable _:b16 | ||
125 | + ] [ rdf:type sp:Bind ; | ||
126 | + sp:expression | ||
127 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
128 | + sp:arg1 _:b16 ; | ||
129 | + sp:arg2 _:b15 | ||
130 | + ] ; | ||
131 | + sp:variable _:b13 | ||
132 | + ]) | ||
133 | + ] ; | ||
134 | + spin:rule | ||
135 | + [ rdf:type sp:Construct ; | ||
136 | + rdfs:comment "STEP 106 Create Well"^^xsd:string ; | ||
137 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
138 | + sp:predicate rdf:type ; | ||
139 | + sp:subject _:b17 | ||
140 | + ] [ sp:object _:b18 ; | ||
141 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ; | ||
142 | + sp:subject _:b17 | ||
143 | + ] [ sp:object _:b19 ; | ||
144 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
145 | + sp:subject _:b20 | ||
146 | + ] [ sp:object _:b17 ; | ||
147 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
148 | + sp:subject _:b19 | ||
149 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; | ||
150 | + sp:predicate rdf:type ; | ||
151 | + sp:subject _:b19 | ||
152 | + ] [ sp:object _:b21 ; | ||
153 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
154 | + sp:subject _:b17 | ||
155 | + ]) ; | ||
156 | + sp:where ([ sp:object _:b22 ; | ||
157 | + sp:predicate ddr:nameWellbore ; | ||
158 | + sp:subject spin:_this | ||
159 | + ] [ sp:object _:b18 ; | ||
160 | + sp:predicate ddr:nameWell ; | ||
161 | + sp:subject spin:_this | ||
162 | + ] [ sp:object _:b23 ; | ||
163 | + sp:predicate ddr:dTimStart ; | ||
164 | + sp:subject spin:_this | ||
165 | + ] [ sp:object _:b24 ; | ||
166 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
167 | + sp:subject _:b20 | ||
168 | + ] [ sp:object _:b21 ; | ||
169 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
170 | + sp:subject _:b24 | ||
171 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
172 | + sp:predicate rdf:type ; | ||
173 | + sp:subject _:b21 | ||
174 | + ] [ rdf:type sp:Bind ; | ||
175 | + sp:expression | ||
176 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
177 | + sp:arg1 _:b22 | ||
178 | + ] ; | ||
179 | + sp:variable _:b25 | ||
180 | + ] [ rdf:type sp:Bind ; | ||
181 | + sp:expression | ||
182 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
183 | + sp:arg1 _:b25 ; | ||
184 | + sp:arg2 _:b23 | ||
185 | + ] ; | ||
186 | + sp:variable _:b20 | ||
187 | + ] [ rdf:type sp:Bind ; | ||
188 | + sp:expression | ||
189 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
190 | + sp:arg1 _:b18 | ||
191 | + ] ; | ||
192 | + sp:variable _:b26 | ||
193 | + ] [ rdf:type sp:Bind ; | ||
194 | + sp:expression | ||
195 | + [ rdf:type rhspin:wellByName ; | ||
196 | + arg:wellName _:b26 | ||
197 | + ] ; | ||
198 | + sp:variable _:b17 | ||
199 | + ]) | ||
200 | + ] ; | ||
201 | + spin:rule | ||
202 | + [ rdf:type sp:Construct ; | ||
34 | rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 203 | rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
35 | Minimum data - createDate, dTimStart, dTimEnd, nameWellBore | 204 | Minimum data - createDate, dTimStart, dTimEnd, nameWellBore |
36 | Optional data - extendedReport | 205 | Optional data - extendedReport |
... | @@ -97,24 +266,24 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) | ... | @@ -97,24 +266,24 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) |
97 | sp:subject | 266 | sp:subject |
98 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 267 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
99 | ] | 268 | ] |
100 | - ] [ sp:object _:b1 ; | 269 | + ] [ sp:object _:b27 ; |
101 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ; | 270 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ; |
102 | sp:subject | 271 | sp:subject |
103 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 272 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
104 | ] | 273 | ] |
105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | 274 | ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; |
106 | sp:predicate rdf:type ; | 275 | sp:predicate rdf:type ; |
107 | - sp:subject _:b1 | 276 | + sp:subject _:b27 |
108 | ] [ sp:object | 277 | ] [ sp:object |
109 | [ sp:varName "extendedReportContent"^^xsd:string | 278 | [ sp:varName "extendedReportContent"^^xsd:string |
110 | ] ; | 279 | ] ; |
111 | sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ; | 280 | sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ; |
112 | - sp:subject _:b1 | 281 | + sp:subject _:b27 |
113 | ] [ sp:object | 282 | ] [ sp:object |
114 | [ sp:varName "dTimExtendedReport"^^xsd:string | 283 | [ sp:varName "dTimExtendedReport"^^xsd:string |
115 | ] ; | 284 | ] ; |
116 | sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | 285 | sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; |
117 | - sp:subject _:b1 | 286 | + sp:subject _:b27 |
118 | ]) ; | 287 | ]) ; |
119 | sp:where ([ sp:object | 288 | sp:where ([ sp:object |
120 | [ sp:varName "nameWellBore"^^xsd:string | 289 | [ sp:varName "nameWellBore"^^xsd:string |
... | @@ -216,195 +385,21 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) | ... | @@ -216,195 +385,21 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) |
216 | [ sp:varName "wellBore"^^xsd:string | 385 | [ sp:varName "wellBore"^^xsd:string |
217 | ] | 386 | ] |
218 | ]) | 387 | ]) |
219 | - ] ; | ||
220 | - spin:rule | ||
221 | - [ rdf:type sp:Construct ; | ||
222 | - rdfs:comment "STEP 106 Create Well"^^xsd:string ; | ||
223 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
224 | - sp:predicate rdf:type ; | ||
225 | - sp:subject _:b2 | ||
226 | - ] [ sp:object _:b3 ; | ||
227 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ; | ||
228 | - sp:subject _:b2 | ||
229 | - ] [ sp:object _:b4 ; | ||
230 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
231 | - sp:subject _:b5 | ||
232 | - ] [ sp:object _:b2 ; | ||
233 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
234 | - sp:subject _:b4 | ||
235 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; | ||
236 | - sp:predicate rdf:type ; | ||
237 | - sp:subject _:b4 | ||
238 | - ] [ sp:object _:b6 ; | ||
239 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
240 | - sp:subject _:b2 | ||
241 | - ]) ; | ||
242 | - sp:where ([ sp:object _:b7 ; | ||
243 | - sp:predicate ddr:nameWellbore ; | ||
244 | - sp:subject spin:_this | ||
245 | - ] [ sp:object _:b3 ; | ||
246 | - sp:predicate ddr:nameWell ; | ||
247 | - sp:subject spin:_this | ||
248 | - ] [ sp:object _:b8 ; | ||
249 | - sp:predicate ddr:dTimStart ; | ||
250 | - sp:subject spin:_this | ||
251 | - ] [ sp:object _:b9 ; | ||
252 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
253 | - sp:subject _:b5 | ||
254 | - ] [ sp:object _:b6 ; | ||
255 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
256 | - sp:subject _:b9 | ||
257 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
258 | - sp:predicate rdf:type ; | ||
259 | - sp:subject _:b6 | ||
260 | - ] [ rdf:type sp:Bind ; | ||
261 | - sp:expression | ||
262 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
263 | - sp:arg1 _:b7 | ||
264 | - ] ; | ||
265 | - sp:variable _:b10 | ||
266 | - ] [ rdf:type sp:Bind ; | ||
267 | - sp:expression | ||
268 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
269 | - sp:arg1 _:b10 ; | ||
270 | - sp:arg2 _:b8 | ||
271 | - ] ; | ||
272 | - sp:variable _:b5 | ||
273 | - ] [ rdf:type sp:Bind ; | ||
274 | - sp:expression | ||
275 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
276 | - sp:arg1 _:b3 | ||
277 | - ] ; | ||
278 | - sp:variable _:b11 | ||
279 | - ] [ rdf:type sp:Bind ; | ||
280 | - sp:expression | ||
281 | - [ rdf:type rhspin:wellByName ; | ||
282 | - arg:wellName _:b11 | ||
283 | - ] ; | ||
284 | - sp:variable _:b2 | ||
285 | - ]) | ||
286 | - ] ; | ||
287 | - spin:rule | ||
288 | - [ rdf:type sp:Construct ; | ||
289 | - rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; | ||
290 | - sp:templates ([ sp:object _:b12 ; | ||
291 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
292 | - sp:subject _:b13 | ||
293 | - ]) ; | ||
294 | - sp:where ([ sp:object _:b14 ; | ||
295 | - sp:predicate ddr:nameWellbore ; | ||
296 | - sp:subject spin:_this | ||
297 | - ] [ sp:object _:b15 ; | ||
298 | - sp:predicate ddr:dTimStart ; | ||
299 | - sp:subject spin:_this | ||
300 | - ] [ sp:object _:b12 ; | ||
301 | - sp:predicate ddr:dTimEnd ; | ||
302 | - sp:subject spin:_this | ||
303 | - ] [ rdf:type sp:Bind ; | ||
304 | - sp:expression | ||
305 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
306 | - sp:arg1 _:b14 | ||
307 | - ] ; | ||
308 | - sp:variable _:b16 | ||
309 | - ] [ rdf:type sp:Bind ; | ||
310 | - sp:expression | ||
311 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
312 | - sp:arg1 _:b16 ; | ||
313 | - sp:arg2 _:b15 | ||
314 | - ] ; | ||
315 | - sp:variable _:b13 | ||
316 | - ]) | ||
317 | - ] ; | ||
318 | - spin:rule | ||
319 | - [ rdf:type sp:Construct ; | ||
320 | - rdfs:comment """STEP 105 | ||
321 | -Classify a DailyDrillingReport"""^^xsd:string ; | ||
322 | - sp:templates ([ sp:object _:b17 ; | ||
323 | - sp:predicate rdf:type ; | ||
324 | - sp:subject _:b18 | ||
325 | - ]) ; | ||
326 | - sp:where ([ sp:object _:b19 ; | ||
327 | - sp:predicate ddr:nameWellbore ; | ||
328 | - sp:subject spin:_this | ||
329 | - ] [ sp:object _:b20 ; | ||
330 | - sp:predicate ddr:createDate ; | ||
331 | - sp:subject spin:_this | ||
332 | - ] [ sp:object _:b21 ; | ||
333 | - sp:predicate ddr:versionKindRef ; | ||
334 | - sp:subject spin:_this | ||
335 | - ] [ rdf:type sp:Bind ; | ||
336 | - sp:expression | ||
337 | - [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
338 | - sp:arg1 _:b21 | ||
339 | - ] ; | ||
340 | - sp:variable _:b17 | ||
341 | - ] [ rdf:type sp:Bind ; | ||
342 | - sp:expression | ||
343 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
344 | - sp:arg1 _:b19 | ||
345 | - ] ; | ||
346 | - sp:variable _:b22 | ||
347 | - ] [ rdf:type sp:Bind ; | ||
348 | - sp:expression | ||
349 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
350 | - sp:arg1 _:b22 ; | ||
351 | - sp:arg2 _:b20 | ||
352 | - ] ; | ||
353 | - sp:variable _:b18 | ||
354 | - ]) | ||
355 | - ] ; | ||
356 | - spin:rule | ||
357 | - [ rdf:type sp:Construct ; | ||
358 | - rdfs:comment """STEP 103a Set name of DailyDrillingReport as label | ||
359 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | ||
360 | - sp:templates ([ sp:object _:b23 ; | ||
361 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
362 | - sp:subject _:b24 | ||
363 | - ]) ; | ||
364 | - sp:where ([ sp:object _:b25 ; | ||
365 | - sp:predicate ddr:nameWellbore ; | ||
366 | - sp:subject spin:_this | ||
367 | - ] [ sp:object _:b23 ; | ||
368 | - sp:predicate ddr:name ; | ||
369 | - sp:subject spin:_this | ||
370 | - ] [ sp:object _:b26 ; | ||
371 | - sp:predicate ddr:createDate ; | ||
372 | - sp:subject spin:_this | ||
373 | - ] [ rdf:type sp:Bind ; | ||
374 | - sp:expression | ||
375 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
376 | - sp:arg1 _:b25 | ||
377 | - ] ; | ||
378 | - sp:variable _:b27 | ||
379 | - ] [ rdf:type sp:Bind ; | ||
380 | - sp:expression | ||
381 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
382 | - sp:arg1 _:b27 ; | ||
383 | - sp:arg2 _:b26 | ||
384 | - ] ; | ||
385 | - sp:variable _:b24 | ||
386 | - ]) | ||
387 | ] . | 388 | ] . |
388 | 389 | ||
389 | _:b11 | 390 | _:b11 |
390 | - sp:varName "normalizedWellName"^^xsd:string . | ||
391 | - | ||
392 | -_:b10 | ||
393 | sp:varName "normalizedWellBoreName"^^xsd:string . | 391 | sp:varName "normalizedWellBoreName"^^xsd:string . |
394 | 392 | ||
395 | -_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 393 | +_:b10 |
396 | - | 394 | + sp:varName "versionKind"^^xsd:string . |
397 | -_:b8 sp:varName "dTimStart"^^xsd:string . | ||
398 | - | ||
399 | -_:b7 sp:varName "nameWellBore"^^xsd:string . | ||
400 | 395 | ||
401 | -_:b6 sp:varName "wellBore"^^xsd:string . | 396 | +_:b9 sp:varName "createDate"^^xsd:string . |
402 | 397 | ||
403 | -_:b5 sp:varName "dailyDrillingActivity"^^xsd:string . | 398 | +_:b8 sp:varName "nameWellBore"^^xsd:string . |
404 | 399 | ||
405 | -_:b3 sp:varName "nameWell"^^xsd:string . | 400 | +_:b7 sp:varName "dailyDrillingReport"^^xsd:string . |
406 | 401 | ||
407 | -_:b2 sp:varName "well"^^xsd:string . | 402 | +_:b6 sp:varName "dailyDrillingReportType"^^xsd:string . |
408 | 403 | ||
409 | _:b16 | 404 | _:b16 |
410 | sp:varName "normalizedWellBoreName"^^xsd:string . | 405 | sp:varName "normalizedWellBoreName"^^xsd:string . |
... | @@ -421,35 +416,39 @@ _:b13 | ... | @@ -421,35 +416,39 @@ _:b13 |
421 | _:b12 | 416 | _:b12 |
422 | sp:varName "dTimEnd"^^xsd:string . | 417 | sp:varName "dTimEnd"^^xsd:string . |
423 | 418 | ||
424 | -_:b22 | 419 | +_:b26 |
420 | + sp:varName "normalizedWellName"^^xsd:string . | ||
421 | + | ||
422 | +_:b25 | ||
425 | sp:varName "normalizedWellBoreName"^^xsd:string . | 423 | sp:varName "normalizedWellBoreName"^^xsd:string . |
426 | 424 | ||
427 | -_:b21 | 425 | +_:b24 |
428 | - sp:varName "versionKind"^^xsd:string . | 426 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
429 | 427 | ||
430 | -_:b20 | 428 | +_:b23 |
431 | - sp:varName "createDate"^^xsd:string . | 429 | + sp:varName "dTimStart"^^xsd:string . |
432 | 430 | ||
433 | -_:b19 | 431 | +_:b22 |
434 | sp:varName "nameWellBore"^^xsd:string . | 432 | sp:varName "nameWellBore"^^xsd:string . |
435 | 433 | ||
434 | +_:b21 | ||
435 | + sp:varName "wellBore"^^xsd:string . | ||
436 | + | ||
437 | +_:b20 | ||
438 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
439 | + | ||
436 | _:b18 | 440 | _:b18 |
437 | - sp:varName "dailyDrillingReport"^^xsd:string . | 441 | + sp:varName "nameWell"^^xsd:string . |
438 | 442 | ||
439 | _:b17 | 443 | _:b17 |
440 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 444 | + sp:varName "well"^^xsd:string . |
441 | 445 | ||
442 | -_:b27 | 446 | +_:b2 sp:varName "dailyDrillingReport"^^xsd:string . |
443 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
444 | 447 | ||
445 | -_:b26 | 448 | +_:b3 sp:varName "nameWellBore"^^xsd:string . |
446 | - sp:varName "createDate"^^xsd:string . | ||
447 | 449 | ||
448 | -_:b25 | 450 | +_:b1 sp:varName "nameDailyDrillingReport"^^xsd:string . |
449 | - sp:varName "nameWellBore"^^xsd:string . | ||
450 | 451 | ||
451 | -_:b24 | 452 | +_:b4 sp:varName "createDate"^^xsd:string . |
452 | - sp:varName "dailyDrillingReport"^^xsd:string . | ||
453 | 453 | ||
454 | -_:b23 | 454 | +_:b5 sp:varName "normalizedWellBoreName"^^xsd:string . |
455 | - sp:varName "nameDailyDrillingReport"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011 | 1 | +# Saved by TopBraid on Wed Sep 28 18:18:02 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment