David Price

Merge branch 'npd-dups'

...@@ -25,96 +25,33 @@ ...@@ -25,96 +25,33 @@
25 25
26 <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> 26 <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
27 rdf:type owl:Ontology ; 27 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> ; 28 + 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 . 29 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
30 30
31 ddr:Obj_drillReport 31 ddr:Obj_drillReport
32 spin:rule 32 spin:rule
33 [ rdf:type sp:Construct ; 33 [ rdf:type sp:Construct ;
34 - rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore 34 + rdfs:comment "STEP 106 Create Well Part"^^xsd:string ;
35 -Minimum data - createDate, dTimStart, dTimEnd, nameWellBore 35 + sp:templates ([ sp:object _:b1 ;
36 -Optional data - extendedReport 36 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
37 -replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
38 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
39 - sp:predicate rdf:type ;
40 - sp:subject
41 - [ sp:varName "dailyDrillingReport"^^xsd:string
42 - ]
43 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
44 - sp:predicate rdf:type ;
45 sp:subject 37 sp:subject
46 [ sp:varName "dailyDrillingActivity"^^xsd:string 38 [ sp:varName "dailyDrillingActivity"^^xsd:string
47 ] 39 ]
48 ] [ sp:object 40 ] [ sp:object
49 - [ sp:varName "dailyDrillingActivity"^^xsd:string 41 + [ sp:varName "well"^^xsd:string
50 - ] ;
51 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
52 - sp:subject
53 - [ sp:varName "dailyDrillingReport"^^xsd:string
54 - ]
55 - ] [ sp:object
56 - [ sp:varName "createDate"^^xsd:string
57 - ] ;
58 - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
59 - sp:subject
60 - [ sp:varName "dailyDrillingReport"^^xsd:string
61 - ]
62 - ] [ sp:object
63 - [ sp:varName "dTimStart"^^xsd:string
64 - ] ;
65 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
66 - sp:subject
67 - [ sp:varName "dailyDrillingActivity"^^xsd:string
68 - ]
69 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
70 - sp:predicate rdf:type ;
71 - sp:subject
72 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string
73 - ]
74 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
75 - sp:predicate rdf:type ;
76 - sp:subject
77 - [ sp:varName "wellBore"^^xsd:string
78 - ]
79 - ] [ sp:object
80 - [ sp:varName "wellBore"^^xsd:string
81 ] ; 42 ] ;
82 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 43 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
83 - sp:subject 44 + sp:subject _:b1
84 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string 45 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
85 - ] 46 + sp:predicate rdf:type ;
47 + sp:subject _:b1
86 ] [ sp:object 48 ] [ sp:object
87 - [ sp:varName "nameWellBore"^^xsd:string
88 - ] ;
89 - sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
90 - sp:subject
91 [ sp:varName "wellBore"^^xsd:string 49 [ sp:varName "wellBore"^^xsd:string
92 - ]
93 - ] [ sp:object
94 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string
95 ] ; 50 ] ;
96 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 51 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
97 - sp:subject
98 - [ sp:varName "dailyDrillingActivity"^^xsd:string
99 - ]
100 - ] [ sp:object _:b1 ;
101 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
102 sp:subject 52 sp:subject
103 - [ sp:varName "dailyDrillingActivity"^^xsd:string 53 + [ sp:varName "well"^^xsd:string
104 ] 54 ]
105 - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
106 - sp:predicate rdf:type ;
107 - sp:subject _:b1
108 - ] [ sp:object
109 - [ sp:varName "extendedReportContent"^^xsd:string
110 - ] ;
111 - sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
112 - sp:subject _:b1
113 - ] [ sp:object
114 - [ sp:varName "dTimExtendedReport"^^xsd:string
115 - ] ;
116 - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
117 - sp:subject _:b1
118 ]) ; 55 ]) ;
119 sp:where ([ sp:object 56 sp:where ([ sp:object
120 [ sp:varName "nameWellBore"^^xsd:string 57 [ sp:varName "nameWellBore"^^xsd:string
...@@ -122,43 +59,41 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ...@@ -122,43 +59,41 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore)
122 sp:predicate ep-spin-lib:nameWellbore ; 59 sp:predicate ep-spin-lib:nameWellbore ;
123 sp:subject spin:_this 60 sp:subject spin:_this
124 ] [ sp:object 61 ] [ sp:object
125 - [ sp:varName "dTimStart"^^xsd:string 62 + [ sp:varName "nameWell"^^xsd:string
126 ] ; 63 ] ;
127 - sp:predicate ddr:dTimStart ; 64 + sp:predicate ep-spin-lib:nameWell ;
128 sp:subject spin:_this 65 sp:subject spin:_this
129 ] [ sp:object 66 ] [ sp:object
130 - [ sp:varName "dTimEnd"^^xsd:string 67 + [ sp:varName "dTimStart"^^xsd:string
131 ] ; 68 ] ;
132 - sp:predicate ddr:dTimEnd ; 69 + sp:predicate ddr:dTimStart ;
133 sp:subject spin:_this 70 sp:subject spin:_this
134 ] [ sp:object 71 ] [ sp:object
135 - [ sp:varName "createDate"^^xsd:string 72 + [ sp:varName "temporalPartOfAWellBore"^^xsd:string
136 - ] ;
137 - sp:predicate ddr:createDate ;
138 - sp:subject spin:_this
139 - ] [ rdf:type sp:Optional ;
140 - sp:elements ([ sp:object
141 - [ sp:varName "extendedReport"^^xsd:string
142 ] ; 73 ] ;
143 - sp:predicate ddr:extendedReportRef ; 74 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
144 - sp:subject spin:_this 75 + sp:subject
76 + [ sp:varName "dailyDrillingActivity"^^xsd:string
77 + ]
145 ] [ sp:object 78 ] [ sp:object
146 - [ sp:varName "extendedReportContent"^^xsd:string 79 + [ sp:varName "wellBore"^^xsd:string
147 ] ; 80 ] ;
148 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 81 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
149 sp:subject 82 sp:subject
150 - [ sp:varName "extendedReport"^^xsd:string 83 + [ sp:varName "temporalPartOfAWellBore"^^xsd:string
151 ] 84 ]
152 - ] [ rdf:type sp:Optional ; 85 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
153 - sp:elements ([ sp:object 86 + sp:predicate rdf:type ;
154 - [ sp:varName "dTimExtendedReport"^^xsd:string 87 + sp:subject
88 + [ sp:varName "wellBore"^^xsd:string
89 + ]
90 + ] [ sp:object
91 + [ sp:varName "well"^^xsd:string
155 ] ; 92 ] ;
156 - sp:predicate ddr:dTim ; 93 + sp:predicate <http://www.reportinghub.no/np/schema/npd#partOfWell> ;
157 sp:subject 94 sp:subject
158 - [ sp:varName "extendedReport"^^xsd:string 95 + [ sp:varName "wellBore"^^xsd:string
159 ] 96 ]
160 - ])
161 - ])
162 ] [ rdf:type sp:Bind ; 97 ] [ rdf:type sp:Bind ;
163 sp:expression 98 sp:expression
164 [ rdf:type ep-spin-lib:normalizeString ; 99 [ rdf:type ep-spin-lib:normalizeString ;
...@@ -170,17 +105,6 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ...@@ -170,17 +105,6 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore)
170 ] 105 ]
171 ] [ rdf:type sp:Bind ; 106 ] [ rdf:type sp:Bind ;
172 sp:expression 107 sp:expression
173 - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
174 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
175 - ] ;
176 - sp:arg2 [ sp:varName "createDate"^^xsd:string
177 - ]
178 - ] ;
179 - sp:variable
180 - [ sp:varName "dailyDrillingReport"^^xsd:string
181 - ]
182 - ] [ rdf:type sp:Bind ;
183 - sp:expression
184 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 108 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
185 sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 109 sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
186 ] ; 110 ] ;
...@@ -190,31 +114,6 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ...@@ -190,31 +114,6 @@ replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore)
190 sp:variable 114 sp:variable
191 [ sp:varName "dailyDrillingActivity"^^xsd:string 115 [ sp:varName "dailyDrillingActivity"^^xsd:string
192 ] 116 ]
193 - ] [ rdf:type sp:Bind ;
194 - sp:expression
195 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
196 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string
197 - ] ;
198 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
199 - ] ;
200 - sp:arg3 [ sp:varName "dTimEnd"^^xsd:string
201 - ]
202 - ] ;
203 - sp:variable
204 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string
205 - ]
206 - ] [ rdf:type sp:Bind ;
207 - sp:expression
208 - [ rdf:type rhspin:wellBoreByName ;
209 - arg:wellBoreName
210 - [ rdf:type xsd:string ;
211 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string
212 - ]
213 - ]
214 - ] ;
215 - sp:variable
216 - [ sp:varName "wellBore"^^xsd:string
217 - ]
218 ]) 117 ])
219 ] ; 118 ] ;
220 spin:rule 119 spin:rule
...@@ -374,112 +273,140 @@ Classify a DailyDrillingReport"""^^xsd:string ; ...@@ -374,112 +273,140 @@ Classify a DailyDrillingReport"""^^xsd:string ;
374 ] ; 273 ] ;
375 spin:rule 274 spin:rule
376 [ rdf:type sp:Construct ; 275 [ rdf:type sp:Construct ;
377 - rdfs:comment "STEP 106 Create Well"^^xsd:string ; 276 + rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, and TemporalPartOfAWellBore
378 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; 277 +Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
278 +Optional data - extendedReport
279 +replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
280 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
379 sp:predicate rdf:type ; 281 sp:predicate rdf:type ;
380 - sp:subject
381 - [ sp:varName "well"^^xsd:string
382 - ]
383 - ] [ sp:object
384 - [ sp:varName "nameWell"^^xsd:string
385 - ] ;
386 - sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
387 - sp:subject
388 - [ sp:varName "well"^^xsd:string
389 - ]
390 - ] [ sp:object _:b2 ;
391 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
392 - sp:subject
393 - [ sp:varName "dailyDrillingActivity"^^xsd:string
394 - ]
395 - ] [ sp:object
396 - [ sp:varName "well"^^xsd:string
397 - ] ;
398 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
399 sp:subject _:b2 282 sp:subject _:b2
400 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; 283 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
401 sp:predicate rdf:type ; 284 sp:predicate rdf:type ;
285 + sp:subject _:b3
286 + ] [ sp:object _:b3 ;
287 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
402 sp:subject _:b2 288 sp:subject _:b2
403 - ] [ sp:object 289 + ] [ sp:object _:b4 ;
404 - [ sp:varName "wellBore"^^xsd:string 290 + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
405 - ] ; 291 + sp:subject _:b2
406 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 292 + ] [ sp:object _:b5 ;
407 - sp:subject 293 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
408 - [ sp:varName "well"^^xsd:string 294 + sp:subject _:b3
409 - ] 295 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
296 + sp:predicate rdf:type ;
297 + sp:subject _:b6
298 + ] [ sp:object _:b7 ;
299 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
300 + sp:subject _:b6
301 + ] [ sp:object _:b8 ;
302 + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
303 + sp:subject _:b7
304 + ] [ sp:object _:b6 ;
305 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
306 + sp:subject _:b3
307 + ] [ sp:object _:b9 ;
308 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
309 + sp:subject _:b3
310 + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
311 + sp:predicate rdf:type ;
312 + sp:subject _:b9
313 + ] [ sp:object _:b10 ;
314 + sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
315 + sp:subject _:b9
316 + ] [ sp:object _:b11 ;
317 + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
318 + sp:subject _:b9
410 ]) ; 319 ]) ;
411 - sp:where ([ sp:object 320 + sp:where ([ sp:object _:b8 ;
412 - [ sp:varName "nameWellBore"^^xsd:string
413 - ] ;
414 sp:predicate ep-spin-lib:nameWellbore ; 321 sp:predicate ep-spin-lib:nameWellbore ;
415 sp:subject spin:_this 322 sp:subject spin:_this
416 - ] [ sp:object 323 + ] [ sp:object _:b5 ;
417 - [ sp:varName "nameWell"^^xsd:string
418 - ] ;
419 - sp:predicate ep-spin-lib:nameWell ;
420 - sp:subject spin:_this
421 - ] [ sp:object
422 - [ sp:varName "dTimStart"^^xsd:string
423 - ] ;
424 sp:predicate ddr:dTimStart ; 324 sp:predicate ddr:dTimStart ;
425 sp:subject spin:_this 325 sp:subject spin:_this
426 - ] [ sp:object 326 + ] [ sp:object _:b12 ;
427 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string 327 + sp:predicate ddr:dTimEnd ;
428 - ] ; 328 + sp:subject spin:_this
429 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 329 + ] [ sp:object _:b4 ;
430 - sp:subject 330 + sp:predicate ddr:createDate ;
431 - [ sp:varName "dailyDrillingActivity"^^xsd:string 331 + sp:subject spin:_this
432 - ] 332 + ] [ rdf:type sp:Optional ;
433 - ] [ sp:object 333 + sp:elements ([ sp:object _:b13 ;
434 - [ sp:varName "wellBore"^^xsd:string 334 + sp:predicate ddr:extendedReportRef ;
435 - ] ; 335 + sp:subject spin:_this
436 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 336 + ] [ sp:object _:b10 ;
437 - sp:subject 337 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
438 - [ sp:varName "temporalPartOfAWellBore"^^xsd:string 338 + sp:subject _:b13
439 - ] 339 + ] [ rdf:type sp:Optional ;
440 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 340 + sp:elements ([ sp:object _:b11 ;
441 - sp:predicate rdf:type ; 341 + sp:predicate ddr:dTim ;
442 - sp:subject 342 + sp:subject _:b13
443 - [ sp:varName "wellBore"^^xsd:string 343 + ])
444 - ] 344 + ])
445 ] [ rdf:type sp:Bind ; 345 ] [ rdf:type sp:Bind ;
446 sp:expression 346 sp:expression
447 [ rdf:type ep-spin-lib:normalizeString ; 347 [ rdf:type ep-spin-lib:normalizeString ;
448 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 348 + sp:arg1 _:b8
449 - ]
450 ] ; 349 ] ;
451 - sp:variable 350 + sp:variable _:b14
452 - [ sp:varName "normalizedWellBoreName"^^xsd:string
453 - ]
454 ] [ rdf:type sp:Bind ; 351 ] [ rdf:type sp:Bind ;
455 sp:expression 352 sp:expression
456 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 353 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
457 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 354 + sp:arg1 _:b14 ;
355 + sp:arg2 _:b4
458 ] ; 356 ] ;
459 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 357 + sp:variable _:b2
460 - ] 358 + ] [ rdf:type sp:Bind ;
359 + sp:expression
360 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
361 + sp:arg1 _:b14 ;
362 + sp:arg2 _:b5
461 ] ; 363 ] ;
462 - sp:variable 364 + sp:variable _:b3
463 - [ sp:varName "dailyDrillingActivity"^^xsd:string
464 - ]
465 ] [ rdf:type sp:Bind ; 365 ] [ rdf:type sp:Bind ;
466 sp:expression 366 sp:expression
467 - [ rdf:type ep-spin-lib:normalizeString ; 367 + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
468 - sp:arg1 [ sp:varName "nameWell"^^xsd:string 368 + sp:arg1 _:b14 ;
469 - ] 369 + sp:arg2 _:b5 ;
370 + sp:arg3 _:b12
470 ] ; 371 ] ;
471 - sp:variable 372 + sp:variable _:b6
472 - [ sp:varName "normalizedWellName"^^xsd:string
473 - ]
474 ] [ rdf:type sp:Bind ; 373 ] [ rdf:type sp:Bind ;
475 sp:expression 374 sp:expression
476 - [ rdf:type rhspin:wellByName ; 375 + [ rdf:type rhspin:wellBoreByName ;
477 - arg:wellName 376 + arg:wellBoreName
478 - [ sp:varName "normalizedWellName"^^xsd:string 377 + [ rdf:type xsd:string ;
378 + sp:arg1 _:b8
479 ] 379 ]
480 ] ; 380 ] ;
481 - sp:variable 381 + sp:variable _:b7
482 - [ sp:varName "well"^^xsd:string
483 - ]
484 ]) 382 ])
485 ] . 383 ] .
384 +
385 +_:b2 sp:varName "dailyDrillingReport"^^xsd:string .
386 +
387 +_:b3 sp:varName "dailyDrillingActivity"^^xsd:string .
388 +
389 +_:b4 sp:varName "createDate"^^xsd:string .
390 +
391 +_:b5 sp:varName "dTimStart"^^xsd:string .
392 +
393 +_:b6 sp:varName "temporalPartOfAWellBore"^^xsd:string .
394 +
395 +_:b7 sp:varName "wellBore"^^xsd:string .
396 +
397 +_:b8 sp:varName "nameWellBore"^^xsd:string .
398 +
399 +_:b10
400 + sp:varName "extendedReportContent"^^xsd:string .
401 +
402 +_:b11
403 + sp:varName "dTimExtendedReport"^^xsd:string .
404 +
405 +_:b12
406 + sp:varName "dTimEnd"^^xsd:string .
407 +
408 +_:b13
409 + sp:varName "extendedReport"^^xsd:string .
410 +
411 +_:b14
412 + sp:varName "normalizedWellBoreName"^^xsd:string .
......