David Leal

updates to perfInfo, porePressure, stratInfo, wellTestInfo

1 +# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
6 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
7 8
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 +@prefix arg: <http://spinrdf.org/arg#> .
10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
14 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
15 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
16 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -18,7 +21,7 @@ ...@@ -18,7 +21,7 @@
18 21
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> 22 <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
20 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 24 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 26
24 <http://www.witsml.org/schemas/1series#Obj_drillReport> 27 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -27,297 +30,255 @@ ...@@ -27,297 +30,255 @@
27 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; 30 rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ;
28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; 31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
29 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
30 - sp:subject
31 - [ sp:varName "openPerforationInterval"^^xsd:string
32 - ]
33 - ] [ sp:object
34 - [ sp:varName "openPerforationInterval"^^xsd:string
35 - ] ;
36 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
37 - sp:subject
38 - [ sp:varName "dailyDrillingActivity"^^xsd:string
39 - ]
40 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
41 - sp:predicate rdf:type ;
42 - sp:subject _:b1
43 - ] [ sp:object
44 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
45 - ] ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
47 sp:subject _:b1 33 sp:subject _:b1
48 ] [ sp:object _:b1 ; 34 ] [ sp:object _:b1 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 + sp:subject _:b2
37 + ] [ sp:object _:b3 ;
49 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
50 - sp:subject 39 + sp:subject _:b1
51 - [ sp:varName "openPerforationInterval"^^xsd:string 40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
52 - ] 41 + sp:predicate rdf:type ;
53 - ] [ sp:object 42 + sp:subject _:b3
54 - [ sp:varName "dTimOpen"^^xsd:string 43 + ] [ sp:object _:b4 ;
55 - ] ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 + sp:subject _:b3
46 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 + sp:predicate rdf:type ;
48 + sp:subject _:b4
49 + ] [ sp:object _:b5 ;
50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 + sp:subject _:b4
52 + ] [ sp:object _:b6 ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 53 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
57 - sp:subject 54 + sp:subject _:b1
58 - [ sp:varName "openPerforationInterval"^^xsd:string 55 + ] [ sp:object _:b7 ;
59 - ]
60 - ] [ sp:object
61 - [ sp:varName "dTimClose"^^xsd:string
62 - ] ;
63 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
64 - sp:subject
65 - [ sp:varName "openPerforationInterval"^^xsd:string
66 - ]
67 - ] [ sp:object _:b2 ;
68 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
69 sp:subject _:b1 57 sp:subject _:b1
58 + ] [ sp:object _:b8 ;
59 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
60 + sp:subject _:b4
70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 61 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
71 sp:predicate rdf:type ; 62 sp:predicate rdf:type ;
72 - sp:subject _:b2 63 + sp:subject _:b8
73 - ] [ sp:object 64 + ] [ sp:object _:b9 ;
74 - [ sp:varName "realMdTop"^^xsd:string 65 + sp:predicate _:b10 ;
75 - ] ; 66 + sp:subject _:b8
76 - sp:predicate 67 + ] [ sp:object _:b11 ;
77 - [ sp:varName "lengthScaleMdTop"^^xsd:string
78 - ] ;
79 - sp:subject _:b2
80 - ] [ sp:object _:b3 ;
81 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 68 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
82 - sp:subject _:b1 69 + sp:subject _:b4
83 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 70 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
84 sp:predicate rdf:type ; 71 sp:predicate rdf:type ;
85 - sp:subject _:b3 72 + sp:subject _:b11
86 - ] [ sp:object 73 + ] [ sp:object _:b12 ;
87 - [ sp:varName "realMdBottom"^^xsd:string 74 + sp:predicate _:b13 ;
88 - ] ; 75 + sp:subject _:b11
89 - sp:predicate 76 + ] [ sp:object _:b14 ;
90 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
91 - ] ;
92 - sp:subject _:b3
93 - ] [ sp:object _:b4 ;
94 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 77 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
95 - sp:subject _:b1 78 + sp:subject _:b4
96 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 79 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
97 sp:predicate rdf:type ; 80 sp:predicate rdf:type ;
98 - sp:subject _:b4 81 + sp:subject _:b14
99 - ] [ sp:object 82 + ] [ sp:object _:b15 ;
100 - [ sp:varName "realTvdTop"^^xsd:string 83 + sp:predicate _:b16 ;
101 - ] ; 84 + sp:subject _:b14
102 - sp:predicate 85 + ] [ sp:object _:b17 ;
103 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
104 - ] ;
105 - sp:subject _:b4
106 - ] [ sp:object _:b5 ;
107 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 86 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
108 - sp:subject _:b1 87 + sp:subject _:b4
109 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 88 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
110 sp:predicate rdf:type ; 89 sp:predicate rdf:type ;
111 - sp:subject _:b5 90 + sp:subject _:b17
112 - ] [ sp:object 91 + ] [ sp:object _:b18 ;
113 - [ sp:varName "realTvdBottom"^^xsd:string 92 + sp:predicate _:b19 ;
114 - ] ; 93 + sp:subject _:b17
115 - sp:predicate
116 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
117 - ] ;
118 - sp:subject _:b5
119 ]) ; 94 ]) ;
120 - sp:where ([ sp:object 95 + sp:where ([ sp:object _:b20 ;
121 - [ sp:varName "nameWellBore"^^xsd:string
122 - ] ;
123 sp:predicate ep-spin-lib:nameWellbore ; 96 sp:predicate ep-spin-lib:nameWellbore ;
124 sp:subject spin:_this 97 sp:subject spin:_this
125 - ] [ sp:object 98 + ] [ sp:object _:b21 ;
126 - [ sp:varName "dTimStart"^^xsd:string
127 - ] ;
128 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 99 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
129 sp:subject spin:_this 100 sp:subject spin:_this
130 - ] [ sp:object 101 + ] [ sp:object _:b22 ;
131 - [ sp:varName "perfInfo"^^xsd:string
132 - ] ;
133 sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ; 102 sp:predicate <http://www.witsml.org/schemas/1series#perfInfoRef> ;
134 sp:subject spin:_this 103 sp:subject spin:_this
135 - ] [ sp:object 104 + ] [ sp:object _:b6 ;
136 - [ sp:varName "dTimOpen"^^xsd:string
137 - ] ;
138 sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ; 105 sp:predicate <http://www.witsml.org/schemas/1series#dTimOpen> ;
139 - sp:subject 106 + sp:subject _:b22
140 - [ sp:varName "perfInfo"^^xsd:string
141 - ]
142 - ] [ sp:object
143 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
144 - ] ;
145 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
146 - sp:subject
147 - [ sp:varName "dailyDrillingActivity"^^xsd:string
148 - ]
149 ] [ rdf:type sp:Optional ; 107 ] [ rdf:type sp:Optional ;
150 - sp:elements ([ sp:object 108 + sp:elements ([ sp:object _:b7 ;
151 - [ sp:varName "dTimClose"^^xsd:string
152 - ] ;
153 sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ; 109 sp:predicate <http://www.witsml.org/schemas/1series#dTimClose> ;
154 - sp:subject 110 + sp:subject _:b22
155 - [ sp:varName "perfInfo"^^xsd:string
156 - ]
157 ]) 111 ])
158 - ] [ sp:object 112 + ] [ sp:object _:b23 ;
159 - [ sp:varName "mdTop"^^xsd:string
160 - ] ;
161 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 113 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
162 - sp:subject 114 + sp:subject _:b22
163 - [ sp:varName "perfInfo"^^xsd:string 115 + ] [ sp:object _:b24 ;
164 - ]
165 - ] [ sp:object
166 - [ sp:varName "uomMdTop"^^xsd:string
167 - ] ;
168 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 116 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
169 - sp:subject 117 + sp:subject _:b23
170 - [ sp:varName "mdTop"^^xsd:string 118 + ] [ sp:object _:b9 ;
171 - ]
172 - ] [ sp:object
173 - [ sp:varName "realMdTop"^^xsd:string
174 - ] ;
175 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 119 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
176 - sp:subject 120 + sp:subject _:b23
177 - [ sp:varName "mdTop"^^xsd:string 121 + ] [ sp:object _:b25 ;
178 - ]
179 - ] [ sp:object
180 - [ sp:varName "mdBottom"^^xsd:string
181 - ] ;
182 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 122 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
183 - sp:subject 123 + sp:subject _:b22
184 - [ sp:varName "perfInfo"^^xsd:string 124 + ] [ sp:object _:b26 ;
185 - ]
186 - ] [ sp:object
187 - [ sp:varName "uomMdBottom"^^xsd:string
188 - ] ;
189 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 125 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
190 - sp:subject 126 + sp:subject _:b25
191 - [ sp:varName "mdBottom"^^xsd:string 127 + ] [ sp:object _:b12 ;
192 - ]
193 - ] [ sp:object
194 - [ sp:varName "realMdBottom"^^xsd:string
195 - ] ;
196 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 128 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
197 - sp:subject 129 + sp:subject _:b25
198 - [ sp:varName "mdBottom"^^xsd:string
199 - ]
200 ] [ rdf:type sp:Optional ; 130 ] [ rdf:type sp:Optional ;
201 - sp:elements ([ sp:object 131 + sp:elements ([ sp:object _:b27 ;
202 - [ sp:varName "tvdTop"^^xsd:string
203 - ] ;
204 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 132 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
205 - sp:subject 133 + sp:subject _:b22
206 - [ sp:varName "perfInfo"^^xsd:string 134 + ] [ sp:object _:b28 ;
207 - ]
208 - ] [ sp:object
209 - [ sp:varName "uomTvdTop"^^xsd:string
210 - ] ;
211 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 135 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
212 - sp:subject 136 + sp:subject _:b27
213 - [ sp:varName "tvdTop"^^xsd:string 137 + ] [ sp:object _:b15 ;
214 - ]
215 - ] [ sp:object
216 - [ sp:varName "realTvdTop"^^xsd:string
217 - ] ;
218 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 138 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
219 - sp:subject 139 + sp:subject _:b27
220 - [ sp:varName "tvdTop"^^xsd:string
221 - ]
222 ]) 140 ])
223 ] [ rdf:type sp:Optional ; 141 ] [ rdf:type sp:Optional ;
224 - sp:elements ([ sp:object 142 + sp:elements ([ sp:object _:b29 ;
225 - [ sp:varName "tvdBottom"^^xsd:string
226 - ] ;
227 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 143 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
228 - sp:subject 144 + sp:subject _:b22
229 - [ sp:varName "perfInfo"^^xsd:string 145 + ] [ sp:object _:b30 ;
230 - ]
231 - ] [ sp:object
232 - [ sp:varName "uomTvdBottom"^^xsd:string
233 - ] ;
234 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 146 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
235 - sp:subject 147 + sp:subject _:b29
236 - [ sp:varName "tvdBottom"^^xsd:string 148 + ] [ sp:object _:b18 ;
237 - ]
238 - ] [ sp:object
239 - [ sp:varName "realTvdBottom"^^xsd:string
240 - ] ;
241 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 149 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
242 - sp:subject 150 + sp:subject _:b29
243 - [ sp:varName "tvdBottom"^^xsd:string
244 - ]
245 ]) 151 ])
246 ] [ rdf:type sp:Bind ; 152 ] [ rdf:type sp:Bind ;
247 sp:expression 153 sp:expression
248 [ rdf:type ep-spin-lib:normalizeString ; 154 [ rdf:type ep-spin-lib:normalizeString ;
249 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 155 + sp:arg1 _:b20
250 - ]
251 ] ; 156 ] ;
252 - sp:variable 157 + sp:variable _:b31
253 - [ sp:varName "normalizedWellBoreName"^^xsd:string
254 - ]
255 ] [ rdf:type sp:Bind ; 158 ] [ rdf:type sp:Bind ;
256 sp:expression 159 sp:expression
257 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 160 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
258 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 161 + sp:arg1 _:b31 ;
259 - ] ; 162 + sp:arg2 _:b21
260 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
261 - ]
262 ] ; 163 ] ;
263 - sp:variable 164 + sp:variable _:b2
264 - [ sp:varName "dailyDrillingActivity"^^xsd:string
265 - ]
266 ] [ rdf:type sp:Bind ; 165 ] [ rdf:type sp:Bind ;
267 sp:expression 166 sp:expression
268 [ rdf:type afn:localname ; 167 [ rdf:type afn:localname ;
269 - sp:arg1 [ sp:varName "perfInfo"^^xsd:string 168 + sp:arg1 _:b22
270 - ]
271 ] ; 169 ] ;
272 - sp:variable 170 + sp:variable _:b32
273 - [ sp:varName "localname"^^xsd:string
274 - ]
275 ] [ rdf:type sp:Bind ; 171 ] [ rdf:type sp:Bind ;
276 sp:expression 172 sp:expression
277 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; 173 [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ;
278 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 174 + sp:arg1 _:b31 ;
279 - ] ; 175 + sp:arg2 _:b32
280 - sp:arg2 [ sp:varName "localname"^^xsd:string
281 - ]
282 ] ; 176 ] ;
283 - sp:variable 177 + sp:variable _:b1
284 - [ sp:varName "openPerforationInterval"^^xsd:string
285 - ]
286 ] [ rdf:type sp:Bind ; 178 ] [ rdf:type sp:Bind ;
287 sp:expression 179 sp:expression
288 [ rdf:type ep-spin-lib:selectLengthScale ; 180 [ rdf:type ep-spin-lib:selectLengthScale ;
289 - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string 181 + sp:arg1 _:b24
290 - ]
291 ] ; 182 ] ;
292 - sp:variable 183 + sp:variable _:b10
293 - [ sp:varName "lengthScaleMdTop"^^xsd:string
294 - ]
295 ] [ rdf:type sp:Bind ; 184 ] [ rdf:type sp:Bind ;
296 sp:expression 185 sp:expression
297 [ rdf:type ep-spin-lib:selectLengthScale ; 186 [ rdf:type ep-spin-lib:selectLengthScale ;
298 - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string 187 + sp:arg1 _:b28
299 - ]
300 ] ; 188 ] ;
301 - sp:variable 189 + sp:variable _:b16
302 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
303 - ]
304 ] [ rdf:type sp:Bind ; 190 ] [ rdf:type sp:Bind ;
305 sp:expression 191 sp:expression
306 [ rdf:type ep-spin-lib:selectLengthScale ; 192 [ rdf:type ep-spin-lib:selectLengthScale ;
307 - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string 193 + sp:arg1 _:b26
308 - ]
309 ] ; 194 ] ;
310 - sp:variable 195 + sp:variable _:b13
311 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
312 - ]
313 ] [ rdf:type sp:Bind ; 196 ] [ rdf:type sp:Bind ;
314 sp:expression 197 sp:expression
315 [ rdf:type ep-spin-lib:selectLengthScale ; 198 [ rdf:type ep-spin-lib:selectLengthScale ;
316 - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string 199 + sp:arg1 _:b30
317 - ]
318 ] ; 200 ] ;
319 - sp:variable 201 + sp:variable _:b19
320 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string 202 + ] [ rdf:type sp:Bind ;
203 + sp:expression
204 + [ rdf:type rhspin:wellBoreByName ;
205 + arg:wellBoreName
206 + [ rdf:type xsd:string ;
207 + sp:arg1 _:b20
321 ] 208 ]
209 + ] ;
210 + sp:variable _:b5
322 ]) 211 ])
323 ] . 212 ] .
213 +
214 +_:b1 sp:varName "openPerforationInterval"^^xsd:string .
215 +
216 +_:b32
217 + sp:varName "localname"^^xsd:string .
218 +
219 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
220 +
221 +_:b5 sp:varName "wellBore"^^xsd:string .
222 +
223 +_:b31
224 + sp:varName "normalizedWellBoreName"^^xsd:string .
225 +
226 +_:b18
227 + sp:varName "realTvdBottom"^^xsd:string .
228 +
229 +_:b30
230 + sp:varName "uomTvdBottom"^^xsd:string .
231 +
232 +_:b29
233 + sp:varName "tvdBottom"^^xsd:string .
234 +
235 +_:b15
236 + sp:varName "realTvdTop"^^xsd:string .
237 +
238 +_:b28
239 + sp:varName "uomTvdTop"^^xsd:string .
240 +
241 +_:b27
242 + sp:varName "tvdTop"^^xsd:string .
243 +
244 +_:b12
245 + sp:varName "realMdBottom"^^xsd:string .
246 +
247 +_:b26
248 + sp:varName "uomMdBottom"^^xsd:string .
249 +
250 +_:b25
251 + sp:varName "mdBottom"^^xsd:string .
252 +
253 +_:b9 sp:varName "realMdTop"^^xsd:string .
254 +
255 +_:b24
256 + sp:varName "uomMdTop"^^xsd:string .
257 +
258 +_:b23
259 + sp:varName "mdTop"^^xsd:string .
260 +
261 +_:b7 sp:varName "dTimClose"^^xsd:string .
262 +
263 +_:b6 sp:varName "dTimOpen"^^xsd:string .
264 +
265 +_:b22
266 + sp:varName "perfInfo"^^xsd:string .
267 +
268 +_:b21
269 + sp:varName "dTimStart"^^xsd:string .
270 +
271 +_:b20
272 + sp:varName "nameWellBore"^^xsd:string .
273 +
274 +_:b19
275 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
276 +
277 +_:b13
278 + sp:varName "lengthScaleMdBottom"^^xsd:string .
279 +
280 +_:b16
281 + sp:varName "lengthScaleTvdTop"^^xsd:string .
282 +
283 +_:b10
284 + sp:varName "lengthScaleMdTop"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 15:43:00 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Fri Oct 28 15:51:07 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 # imports: http://www.witsml.org/schemas/1series 3 # imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
6 +# imports: http://spinrdf.org/spin
6 7
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . 8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> .
8 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
...@@ -10,6 +11,7 @@ ...@@ -10,6 +11,7 @@
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
13 @prefix sp: <http://spinrdf.org/sp#> . 15 @prefix sp: <http://spinrdf.org/sp#> .
14 @prefix spin: <http://spinrdf.org/spin#> . 16 @prefix spin: <http://spinrdf.org/spin#> .
15 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -17,7 +19,7 @@ ...@@ -17,7 +19,7 @@
17 19
18 <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> 20 <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure>
19 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
20 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> ; 22 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 24
23 <http://www.witsml.org/schemas/1series#Obj_drillReport> 25 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -26,261 +28,225 @@ ...@@ -26,261 +28,225 @@
26 rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ; 28 rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ;
27 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; 29 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
28 sp:predicate rdf:type ; 30 sp:predicate rdf:type ;
29 - sp:subject 31 + sp:subject _:b1
30 - [ sp:varName "porePressureDetermination"^^xsd:string 32 + ] [ sp:object _:b1 ;
31 - ]
32 - ] [ sp:object
33 - [ sp:varName "porePressureDetermination"^^xsd:string
34 - ] ;
35 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 33 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 - sp:subject 34 + sp:subject _:b2
37 - [ sp:varName "dailyDrillingActivity"^^xsd:string 35 + ] [ sp:object _:b3 ;
38 - ] 36 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
39 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
40 - sp:predicate rdf:type ;
41 sp:subject _:b1 37 sp:subject _:b1
42 - ] [ sp:object _:b2 ; 38 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
39 + sp:predicate rdf:type ;
40 + sp:subject _:b3
41 + ] [ sp:object _:b4 ;
42 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
43 + sp:subject _:b3
44 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> ;
45 + sp:predicate rdf:type ;
46 + sp:subject _:b4
47 + ] [ sp:object _:b5 ;
48 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
49 + sp:subject _:b4
50 + ] [ sp:object _:b6 ;
43 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 51 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
44 - sp:subject _:b1 52 + sp:subject _:b4
45 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 53 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
46 sp:predicate rdf:type ; 54 sp:predicate rdf:type ;
47 - sp:subject _:b2 55 + sp:subject _:b6
48 - ] [ sp:object 56 + ] [ sp:object _:b7 ;
49 - [ sp:varName "realMd"^^xsd:string 57 + sp:predicate _:b8 ;
50 - ] ; 58 + sp:subject _:b6
51 - sp:predicate 59 + ] [ sp:object _:b9 ;
52 - [ sp:varName "lengthScaleMd"^^xsd:string
53 - ] ;
54 - sp:subject _:b2
55 - ] [ sp:object _:b3 ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 60 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
57 - sp:subject _:b1 61 + sp:subject _:b4
58 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 62 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
59 sp:predicate rdf:type ; 63 sp:predicate rdf:type ;
60 - sp:subject _:b3 64 + sp:subject _:b9
61 - ] [ sp:object 65 + ] [ sp:object _:b10 ;
62 - [ sp:varName "realTvd"^^xsd:string 66 + sp:predicate _:b11 ;
63 - ] ; 67 + sp:subject _:b9
64 - sp:predicate 68 + ] [ sp:object _:b12 ;
65 - [ sp:varName "lengthScaleTvd"^^xsd:string
66 - ] ;
67 - sp:subject _:b3
68 - ] [ sp:object
69 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
70 - ] ;
71 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
72 - sp:subject _:b1
73 - ] [ sp:object _:b4 ;
74 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; 69 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
75 - sp:subject _:b1 70 + sp:subject _:b3
76 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 71 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
77 sp:predicate rdf:type ; 72 sp:predicate rdf:type ;
78 - sp:subject _:b4 73 + sp:subject _:b12
79 - ] [ sp:object 74 + ] [ sp:object _:b13 ;
80 - [ sp:varName "realWt"^^xsd:string 75 + sp:predicate _:b14 ;
81 - ] ; 76 + sp:subject _:b12
82 - sp:predicate 77 + ] [ sp:object _:b15 ;
83 - [ sp:varName "densityScale"^^xsd:string
84 - ] ;
85 - sp:subject _:b4
86 - ] [ sp:object _:b1 ;
87 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
88 - sp:subject
89 - [ sp:varName "porePressureDetermination"^^xsd:string
90 - ]
91 - ] [ sp:object
92 - [ sp:varName "timeOfDetermination"^^xsd:string
93 - ] ;
94 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 78 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
95 - sp:subject 79 + sp:subject _:b1
96 - [ sp:varName "porePressureDetermination"^^xsd:string 80 + ] [ sp:object _:b16 ;
97 - ]
98 - ] [ sp:object
99 - [ sp:varName "porePressureDeterminationType"^^xsd:string
100 - ] ;
101 sp:predicate rdf:type ; 81 sp:predicate rdf:type ;
102 - sp:subject 82 + sp:subject _:b1
103 - [ sp:varName "porePressureDetermination"^^xsd:string
104 - ]
105 ]) ; 83 ]) ;
106 - sp:where ([ sp:object 84 + sp:where ([ sp:object _:b17 ;
107 - [ sp:varName "nameWellBore"^^xsd:string
108 - ] ;
109 sp:predicate ep-spin-lib:nameWellbore ; 85 sp:predicate ep-spin-lib:nameWellbore ;
110 sp:subject spin:_this 86 sp:subject spin:_this
111 - ] [ sp:object 87 + ] [ sp:object _:b18 ;
112 - [ sp:varName "dTimStart"^^xsd:string
113 - ] ;
114 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 88 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
115 sp:subject spin:_this 89 sp:subject spin:_this
116 - ] [ sp:object 90 + ] [ sp:object _:b19 ;
117 - [ sp:varName "porePressure"^^xsd:string
118 - ] ;
119 sp:predicate <http://www.witsml.org/schemas/1series#porePressureRef> ; 91 sp:predicate <http://www.witsml.org/schemas/1series#porePressureRef> ;
120 sp:subject spin:_this 92 sp:subject spin:_this
121 - ] [ sp:object 93 + ] [ sp:object _:b15 ;
122 - [ sp:varName "timeOfDetermination"^^xsd:string
123 - ] ;
124 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 94 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
125 - sp:subject 95 + sp:subject _:b19
126 - [ sp:varName "porePressure"^^xsd:string 96 + ] [ sp:object _:b20 ;
127 - ]
128 - ] [ sp:object
129 - [ sp:varName "md"^^xsd:string
130 - ] ;
131 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; 97 sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ;
132 - sp:subject 98 + sp:subject _:b19
133 - [ sp:varName "porePressure"^^xsd:string 99 + ] [ sp:object _:b21 ;
134 - ]
135 - ] [ sp:object
136 - [ sp:varName "uomMd"^^xsd:string
137 - ] ;
138 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 100 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
139 - sp:subject 101 + sp:subject _:b20
140 - [ sp:varName "md"^^xsd:string 102 + ] [ sp:object _:b7 ;
141 - ]
142 - ] [ sp:object
143 - [ sp:varName "realMd"^^xsd:string
144 - ] ;
145 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 103 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
146 - sp:subject 104 + sp:subject _:b20
147 - [ sp:varName "md"^^xsd:string 105 + ] [ sp:object _:b22 ;
148 - ]
149 - ] [ sp:object
150 - [ sp:varName "enumReadingKind"^^xsd:string
151 - ] ;
152 sp:predicate <http://www.witsml.org/schemas/1series#readingKindRef> ; 106 sp:predicate <http://www.witsml.org/schemas/1series#readingKindRef> ;
153 - sp:subject 107 + sp:subject _:b19
154 - [ sp:varName "porePressure"^^xsd:string 108 + ] [ sp:object _:b23 ;
155 - ]
156 - ] [ sp:object
157 - [ sp:varName "equivalentMudWeight"^^xsd:string
158 - ] ;
159 sp:predicate <http://www.witsml.org/schemas/1series#equivalentMudWeightRef> ; 109 sp:predicate <http://www.witsml.org/schemas/1series#equivalentMudWeightRef> ;
160 - sp:subject 110 + sp:subject _:b19
161 - [ sp:varName "porePressure"^^xsd:string 111 + ] [ sp:object _:b24 ;
162 - ]
163 - ] [ sp:object
164 - [ sp:varName "uomWt"^^xsd:string
165 - ] ;
166 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 112 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
167 - sp:subject 113 + sp:subject _:b23
168 - [ sp:varName "equivalentMudWeight"^^xsd:string 114 + ] [ sp:object _:b13 ;
169 - ]
170 - ] [ sp:object
171 - [ sp:varName "realWt"^^xsd:string
172 - ] ;
173 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 115 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
174 - sp:subject 116 + sp:subject _:b23
175 - [ sp:varName "equivalentMudWeight"^^xsd:string
176 - ]
177 ] [ rdf:type sp:Optional ; 117 ] [ rdf:type sp:Optional ;
178 - sp:elements ([ sp:object 118 + sp:elements ([ sp:object _:b25 ;
179 - [ sp:varName "tvd"^^xsd:string
180 - ] ;
181 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; 119 sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ;
182 - sp:subject 120 + sp:subject _:b19
183 - [ sp:varName "porePressure"^^xsd:string 121 + ] [ sp:object _:b26 ;
184 - ]
185 - ] [ sp:object
186 - [ sp:varName "uomTvd"^^xsd:string
187 - ] ;
188 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 122 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
189 - sp:subject 123 + sp:subject _:b25
190 - [ sp:varName "tvd"^^xsd:string 124 + ] [ sp:object _:b10 ;
191 - ]
192 - ] [ sp:object
193 - [ sp:varName "realTvd"^^xsd:string
194 - ] ;
195 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 125 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
196 - sp:subject 126 + sp:subject _:b25
197 - [ sp:varName "tvd"^^xsd:string
198 - ]
199 ]) 127 ])
200 - ] [ sp:object
201 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
202 - ] ;
203 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
204 - sp:subject
205 - [ sp:varName "dailyDrillingActivity"^^xsd:string
206 - ]
207 ] [ rdf:type sp:Bind ; 128 ] [ rdf:type sp:Bind ;
208 sp:expression 129 sp:expression
209 [ rdf:type ep-spin-lib:normalizeString ; 130 [ rdf:type ep-spin-lib:normalizeString ;
210 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 131 + sp:arg1 _:b17
211 - ]
212 ] ; 132 ] ;
213 - sp:variable 133 + sp:variable _:b27
214 - [ sp:varName "normalizedWellBoreName"^^xsd:string
215 - ]
216 ] [ rdf:type sp:Bind ; 134 ] [ rdf:type sp:Bind ;
217 sp:expression 135 sp:expression
218 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 136 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
219 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 137 + sp:arg1 _:b27 ;
138 + sp:arg2 _:b18
220 ] ; 139 ] ;
221 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 140 + sp:variable _:b2
222 - ]
223 - ] ;
224 - sp:variable
225 - [ sp:varName "dailyDrillingActivity"^^xsd:string
226 - ]
227 ] [ rdf:type sp:Bind ; 141 ] [ rdf:type sp:Bind ;
228 sp:expression 142 sp:expression
229 [ rdf:type afn:localname ; 143 [ rdf:type afn:localname ;
230 - sp:arg1 [ sp:varName "porePressure"^^xsd:string 144 + sp:arg1 _:b19
231 - ]
232 ] ; 145 ] ;
233 - sp:variable 146 + sp:variable _:b28
234 - [ sp:varName "localname"^^xsd:string
235 - ]
236 ] [ rdf:type sp:Bind ; 147 ] [ rdf:type sp:Bind ;
237 sp:expression 148 sp:expression
238 [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; 149 [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ;
239 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 150 + sp:arg1 _:b27 ;
240 - ] ; 151 + sp:arg2 _:b18 ;
241 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 152 + sp:arg3 _:b28
242 - ] ;
243 - sp:arg3 [ sp:varName "localname"^^xsd:string
244 - ]
245 ] ; 153 ] ;
246 - sp:variable 154 + sp:variable _:b1
247 - [ sp:varName "porePressureDetermination"^^xsd:string
248 - ]
249 ] [ rdf:type sp:Bind ; 155 ] [ rdf:type sp:Bind ;
250 sp:expression 156 sp:expression
251 [ rdf:type ep-spin-lib:selectLengthScale ; 157 [ rdf:type ep-spin-lib:selectLengthScale ;
252 - sp:arg1 [ sp:varName "uomMd"^^xsd:string 158 + sp:arg1 _:b21
253 - ]
254 ] ; 159 ] ;
255 - sp:variable 160 + sp:variable _:b8
256 - [ sp:varName "lengthScaleMd"^^xsd:string
257 - ]
258 ] [ rdf:type sp:Bind ; 161 ] [ rdf:type sp:Bind ;
259 sp:expression 162 sp:expression
260 [ rdf:type ep-spin-lib:selectLengthScale ; 163 [ rdf:type ep-spin-lib:selectLengthScale ;
261 - sp:arg1 [ sp:varName "uomTvd"^^xsd:string 164 + sp:arg1 _:b26
262 - ]
263 ] ; 165 ] ;
264 - sp:variable 166 + sp:variable _:b11
265 - [ sp:varName "lengthScaleTvd"^^xsd:string
266 - ]
267 ] [ rdf:type sp:Bind ; 167 ] [ rdf:type sp:Bind ;
268 sp:expression 168 sp:expression
269 [ rdf:type ep-spin-lib:selectDensityScale ; 169 [ rdf:type ep-spin-lib:selectDensityScale ;
270 - sp:arg1 [ sp:varName "uomWt"^^xsd:string 170 + sp:arg1 _:b24
271 - ]
272 ] ; 171 ] ;
273 - sp:variable 172 + sp:variable _:b14
274 - [ sp:varName "densityScale"^^xsd:string
275 - ]
276 ] [ rdf:type sp:Bind ; 173 ] [ rdf:type sp:Bind ;
277 sp:expression 174 sp:expression
278 [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ; 175 [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ;
279 - sp:arg1 [ sp:varName "enumReadingKind"^^xsd:string 176 + sp:arg1 _:b22
280 - ]
281 ] ; 177 ] ;
282 - sp:variable 178 + sp:variable _:b16
283 - [ sp:varName "porePressureDeterminationType"^^xsd:string 179 + ] [ rdf:type sp:Bind ;
180 + sp:expression
181 + [ rdf:type rhspin:wellBoreByName ;
182 + sp:arg1 [ rdf:type xsd:string ;
183 + sp:arg1 _:b17
284 ] 184 ]
185 + ] ;
186 + sp:variable _:b5
285 ]) 187 ])
286 ] . 188 ] .
189 +
190 +_:b17
191 + sp:varName "nameWellBore"^^xsd:string .
192 +
193 +_:b18
194 + sp:varName "dTimStart"^^xsd:string .
195 +
196 +_:b19
197 + sp:varName "porePressure"^^xsd:string .
198 +
199 +_:b15
200 + sp:varName "timeOfDetermination"^^xsd:string .
201 +
202 +_:b20
203 + sp:varName "md"^^xsd:string .
204 +
205 +_:b21
206 + sp:varName "uomMd"^^xsd:string .
207 +
208 +_:b7 sp:varName "realMd"^^xsd:string .
209 +
210 +_:b22
211 + sp:varName "enumReadingKind"^^xsd:string .
212 +
213 +_:b23
214 + sp:varName "equivalentMudWeight"^^xsd:string .
215 +
216 +_:b24
217 + sp:varName "uomWt"^^xsd:string .
218 +
219 +_:b13
220 + sp:varName "realWt"^^xsd:string .
221 +
222 +_:b25
223 + sp:varName "tvd"^^xsd:string .
224 +
225 +_:b26
226 + sp:varName "uomTvd"^^xsd:string .
227 +
228 +_:b10
229 + sp:varName "realTvd"^^xsd:string .
230 +
231 +_:b27
232 + sp:varName "normalizedWellBoreName"^^xsd:string .
233 +
234 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
235 +
236 +_:b28
237 + sp:varName "localname"^^xsd:string .
238 +
239 +_:b1 sp:varName "porePressureDetermination"^^xsd:string .
240 +
241 +_:b8 sp:varName "lengthScaleMd"^^xsd:string .
242 +
243 +_:b11
244 + sp:varName "lengthScaleTvd"^^xsd:string .
245 +
246 +_:b14
247 + sp:varName "densityScale"^^xsd:string .
248 +
249 +_:b16
250 + sp:varName "porePressureDeterminationType"^^xsd:string .
251 +
252 +_:b5 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 15:51:07 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Fri Oct 28 15:57:02 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
6 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
7 8
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 +@prefix arg: <http://spinrdf.org/arg#> .
10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
14 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
15 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
16 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -18,7 +21,7 @@ ...@@ -18,7 +21,7 @@
18 21
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> 22 <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
20 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 24 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 26
24 <http://www.witsml.org/schemas/1series#Obj_drillReport> 27 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -27,207 +30,180 @@ ...@@ -27,207 +30,180 @@
27 rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ; 30 rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ;
28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; 31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ;
29 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
30 - sp:subject
31 - [ sp:varName "preliminaryZonation"^^xsd:string
32 - ]
33 - ] [ sp:object
34 - [ sp:varName "preliminaryZonation"^^xsd:string
35 - ] ;
36 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
37 - sp:subject
38 - [ sp:varName "dailyDrillingActivity"^^xsd:string
39 - ]
40 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
41 - sp:predicate rdf:type ;
42 - sp:subject _:b1
43 - ] [ sp:object
44 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
45 - ] ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
47 sp:subject _:b1 33 sp:subject _:b1
48 ] [ sp:object _:b1 ; 34 ] [ sp:object _:b1 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 + sp:subject _:b2
37 + ] [ sp:object _:b3 ;
49 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
50 - sp:subject 39 + sp:subject _:b1
51 - [ sp:varName "preliminaryZonation"^^xsd:string 40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
52 - ] 41 + sp:predicate rdf:type ;
53 - ] [ sp:object 42 + sp:subject _:b3
54 - [ sp:varName "dTimPreliminaryZonation"^^xsd:string 43 + ] [ sp:object _:b4 ;
55 - ] ; 44 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
45 + sp:subject _:b3
46 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
47 + sp:predicate rdf:type ;
48 + sp:subject _:b4
49 + ] [ sp:object _:b5 ;
50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 + sp:subject _:b4
52 + ] [ sp:object _:b6 ;
56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 53 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
57 - sp:subject
58 - [ sp:varName "preliminaryZonation"^^xsd:string
59 - ]
60 - ] [ sp:object _:b2 ;
61 - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
62 sp:subject _:b1 54 sp:subject _:b1
55 + ] [ sp:object _:b7 ;
56 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
57 + sp:subject _:b4
63 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 58 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
64 sp:predicate rdf:type ; 59 sp:predicate rdf:type ;
65 - sp:subject _:b2 60 + sp:subject _:b7
66 - ] [ sp:object 61 + ] [ sp:object _:b8 ;
67 - [ sp:varName "realMd"^^xsd:string 62 + sp:predicate _:b9 ;
68 - ] ; 63 + sp:subject _:b7
69 - sp:predicate 64 + ] [ sp:object _:b10 ;
70 - [ sp:varName "lengthScaleMd"^^xsd:string
71 - ] ;
72 - sp:subject _:b2
73 - ] [ sp:object _:b3 ;
74 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 65 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
75 - sp:subject _:b1 66 + sp:subject _:b4
76 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 67 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
77 sp:predicate rdf:type ; 68 sp:predicate rdf:type ;
78 - sp:subject _:b3 69 + sp:subject _:b10
79 - ] [ sp:object 70 + ] [ sp:object _:b11 ;
80 - [ sp:varName "realTvd"^^xsd:string 71 + sp:predicate _:b12 ;
81 - ] ; 72 + sp:subject _:b10
82 - sp:predicate 73 + ] [ sp:object _:b13 ;
83 - [ sp:varName "lengthScaleTvd"^^xsd:string
84 - ] ;
85 - sp:subject _:b3
86 - ] [ sp:object
87 - [ sp:varName "description"^^xsd:string
88 - ] ;
89 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; 74 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ;
90 - sp:subject _:b1 75 + sp:subject _:b4
91 ]) ; 76 ]) ;
92 - sp:where ([ sp:object 77 + sp:where ([ sp:object _:b14 ;
93 - [ sp:varName "nameWellBore"^^xsd:string
94 - ] ;
95 sp:predicate ep-spin-lib:nameWellbore ; 78 sp:predicate ep-spin-lib:nameWellbore ;
96 sp:subject spin:_this 79 sp:subject spin:_this
97 - ] [ sp:object 80 + ] [ sp:object _:b15 ;
98 - [ sp:varName "dTimStart"^^xsd:string
99 - ] ;
100 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 81 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
101 sp:subject spin:_this 82 sp:subject spin:_this
102 - ] [ sp:object 83 + ] [ sp:object _:b16 ;
103 - [ sp:varName "stratInfo"^^xsd:string
104 - ] ;
105 sp:predicate <http://www.witsml.org/schemas/1series#stratInfoRef> ; 84 sp:predicate <http://www.witsml.org/schemas/1series#stratInfoRef> ;
106 sp:subject spin:_this 85 sp:subject spin:_this
107 - ] [ sp:object 86 + ] [ sp:object _:b6 ;
108 - [ sp:varName "dTimPreliminaryZonation"^^xsd:string
109 - ] ;
110 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 87 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
111 - sp:subject 88 + sp:subject _:b16
112 - [ sp:varName "stratInfo"^^xsd:string 89 + ] [ sp:object _:b17 ;
113 - ]
114 - ] [ sp:object
115 - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
116 - ] ;
117 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
118 - sp:subject
119 - [ sp:varName "dailyDrillingActivity"^^xsd:string
120 - ]
121 - ] [ sp:object
122 - [ sp:varName "md"^^xsd:string
123 - ] ;
124 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 90 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
125 - sp:subject 91 + sp:subject _:b16
126 - [ sp:varName "stratInfo"^^xsd:string 92 + ] [ sp:object _:b18 ;
127 - ]
128 - ] [ sp:object
129 - [ sp:varName "uomMd"^^xsd:string
130 - ] ;
131 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 93 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
132 - sp:subject 94 + sp:subject _:b17
133 - [ sp:varName "md"^^xsd:string 95 + ] [ sp:object _:b8 ;
134 - ]
135 - ] [ sp:object
136 - [ sp:varName "realMd"^^xsd:string
137 - ] ;
138 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 96 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
139 - sp:subject 97 + sp:subject _:b17
140 - [ sp:varName "md"^^xsd:string
141 - ]
142 ] [ rdf:type sp:Optional ; 98 ] [ rdf:type sp:Optional ;
143 - sp:elements ([ sp:object 99 + sp:elements ([ sp:object _:b19 ;
144 - [ sp:varName "tvd"^^xsd:string
145 - ] ;
146 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 100 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
147 - sp:subject 101 + sp:subject _:b16
148 - [ sp:varName "stratInfo"^^xsd:string 102 + ] [ sp:object _:b20 ;
149 - ]
150 - ] [ sp:object
151 - [ sp:varName "uomTvd"^^xsd:string
152 - ] ;
153 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 103 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
154 - sp:subject 104 + sp:subject _:b19
155 - [ sp:varName "tvd"^^xsd:string 105 + ] [ sp:object _:b11 ;
156 - ]
157 - ] [ sp:object
158 - [ sp:varName "realTvd"^^xsd:string
159 - ] ;
160 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 106 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
161 - sp:subject 107 + sp:subject _:b19
162 - [ sp:varName "tvd"^^xsd:string
163 - ]
164 ]) 108 ])
165 - ] [ sp:object 109 + ] [ sp:object _:b13 ;
166 - [ sp:varName "description"^^xsd:string
167 - ] ;
168 sp:predicate <http://www.witsml.org/schemas/1series#description> ; 110 sp:predicate <http://www.witsml.org/schemas/1series#description> ;
169 - sp:subject 111 + sp:subject _:b16
170 - [ sp:varName "stratInfo"^^xsd:string
171 - ]
172 ] [ rdf:type sp:Bind ; 112 ] [ rdf:type sp:Bind ;
173 sp:expression 113 sp:expression
174 [ rdf:type ep-spin-lib:normalizeString ; 114 [ rdf:type ep-spin-lib:normalizeString ;
175 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 115 + sp:arg1 _:b14
176 - ]
177 ] ; 116 ] ;
178 - sp:variable 117 + sp:variable _:b21
179 - [ sp:varName "normalizedWellBoreName"^^xsd:string
180 - ]
181 ] [ rdf:type sp:Bind ; 118 ] [ rdf:type sp:Bind ;
182 sp:expression 119 sp:expression
183 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 120 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
184 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 121 + sp:arg1 _:b21 ;
185 - ] ; 122 + sp:arg2 _:b15
186 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
187 - ]
188 ] ; 123 ] ;
189 - sp:variable 124 + sp:variable _:b2
190 - [ sp:varName "dailyDrillingActivity"^^xsd:string
191 - ]
192 ] [ rdf:type sp:Bind ; 125 ] [ rdf:type sp:Bind ;
193 sp:expression 126 sp:expression
194 [ rdf:type afn:localname ; 127 [ rdf:type afn:localname ;
195 - sp:arg1 [ sp:varName "stratInfo"^^xsd:string 128 + sp:arg1 _:b16
196 - ]
197 ] ; 129 ] ;
198 - sp:variable 130 + sp:variable _:b22
199 - [ sp:varName "localname"^^xsd:string
200 - ]
201 ] [ rdf:type sp:Bind ; 131 ] [ rdf:type sp:Bind ;
202 sp:expression 132 sp:expression
203 [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ; 133 [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ;
204 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 134 + sp:arg1 _:b21 ;
205 - ] ; 135 + sp:arg2 _:b15 ;
206 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string 136 + sp:arg3 _:b22
207 - ] ;
208 - sp:arg3 [ sp:varName "localname"^^xsd:string
209 - ]
210 ] ; 137 ] ;
211 - sp:variable 138 + sp:variable _:b1
212 - [ sp:varName "preliminaryZonation"^^xsd:string
213 - ]
214 ] [ rdf:type sp:Bind ; 139 ] [ rdf:type sp:Bind ;
215 sp:expression 140 sp:expression
216 [ rdf:type ep-spin-lib:selectLengthScale ; 141 [ rdf:type ep-spin-lib:selectLengthScale ;
217 - sp:arg1 [ sp:varName "uomMd"^^xsd:string 142 + sp:arg1 _:b18
218 - ]
219 ] ; 143 ] ;
220 - sp:variable 144 + sp:variable _:b9
221 - [ sp:varName "lengthScaleMd"^^xsd:string
222 - ]
223 ] [ rdf:type sp:Bind ; 145 ] [ rdf:type sp:Bind ;
224 sp:expression 146 sp:expression
225 [ rdf:type ep-spin-lib:selectLengthScale ; 147 [ rdf:type ep-spin-lib:selectLengthScale ;
226 - sp:arg1 [ sp:varName "uomTvd"^^xsd:string 148 + sp:arg1 _:b20
227 - ]
228 ] ; 149 ] ;
229 - sp:variable 150 + sp:variable _:b12
230 - [ sp:varName "lengthScaleTvd"^^xsd:string 151 + ] [ rdf:type sp:Bind ;
152 + sp:expression
153 + [ rdf:type rhspin:wellBoreByName ;
154 + arg:wellBoreName
155 + [ rdf:type xsd:string ;
156 + sp:arg1 _:b14
231 ] 157 ]
158 + ] ;
159 + sp:variable _:b5
232 ]) 160 ])
233 ] . 161 ] .
162 +
163 +_:b14
164 + sp:varName "nameWellBore"^^xsd:string .
165 +
166 +_:b15
167 + sp:varName "dTimStart"^^xsd:string .
168 +
169 +_:b16
170 + sp:varName "stratInfo"^^xsd:string .
171 +
172 +_:b6 sp:varName "dTimPreliminaryZonation"^^xsd:string .
173 +
174 +_:b17
175 + sp:varName "md"^^xsd:string .
176 +
177 +_:b18
178 + sp:varName "uomMd"^^xsd:string .
179 +
180 +_:b8 sp:varName "realMd"^^xsd:string .
181 +
182 +_:b19
183 + sp:varName "tvd"^^xsd:string .
184 +
185 +_:b20
186 + sp:varName "uomTvd"^^xsd:string .
187 +
188 +_:b11
189 + sp:varName "realTvd"^^xsd:string .
190 +
191 +_:b13
192 + sp:varName "description"^^xsd:string .
193 +
194 +_:b21
195 + sp:varName "normalizedWellBoreName"^^xsd:string .
196 +
197 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
198 +
199 +_:b22
200 + sp:varName "localname"^^xsd:string .
201 +
202 +_:b1 sp:varName "preliminaryZonation"^^xsd:string .
203 +
204 +_:b9 sp:varName "lengthScaleMd"^^xsd:string .
205 +
206 +_:b12
207 + sp:varName "lengthScaleTvd"^^xsd:string .
208 +
209 +_:b5 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 15:57:02 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
6 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
7 +# imports: http://spinrdf.org/spin
7 8
8 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> .
9 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 +@prefix arg: <http://spinrdf.org/arg#> .
10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 12 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
14 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
15 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
16 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -18,7 +21,7 @@ ...@@ -18,7 +21,7 @@
18 21
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> 22 <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
20 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; 24 + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
23 26
24 <http://www.witsml.org/schemas/1series#Obj_drillReport> 27 <http://www.witsml.org/schemas/1series#Obj_drillReport>
...@@ -27,1189 +30,991 @@ ...@@ -27,1189 +30,991 @@
27 rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ; 30 rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ;
28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 31 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
29 sp:predicate rdf:type ; 32 sp:predicate rdf:type ;
30 - sp:subject
31 - [ sp:varName "wellTest"^^xsd:string
32 - ]
33 - ] [ sp:object
34 - [ sp:varName "wellTest"^^xsd:string
35 - ] ;
36 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
37 - sp:subject
38 - [ sp:varName "dailyDrillingActivity"^^xsd:string
39 - ]
40 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
41 - sp:predicate rdf:type ;
42 - sp:subject _:b1
43 - ] [ sp:object
44 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
45 - ] ;
46 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
47 sp:subject _:b1 33 sp:subject _:b1
48 - ] [ sp:object _:b2 ; 34 + ] [ sp:object _:b1 ;
49 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 35 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
50 - sp:subject _:b1
51 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
52 - sp:predicate rdf:type ;
53 sp:subject _:b2 36 sp:subject _:b2
54 - ] [ sp:object _:b1 ; 37 + ] [ sp:object _:b3 ;
55 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 38 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
56 - sp:subject 39 + sp:subject _:b1
57 - [ sp:varName "wellTest"^^xsd:string 40 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
58 - ]
59 - ] [ sp:object
60 - [ sp:varName "wellTestType"^^xsd:string
61 - ] ;
62 sp:predicate rdf:type ; 41 sp:predicate rdf:type ;
63 - sp:subject 42 + sp:subject _:b3
64 - [ sp:varName "wellTest"^^xsd:string 43 + ] [ sp:object _:b4 ;
65 - ] 44 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
66 - ] [ sp:object 45 + sp:subject _:b3
67 - [ sp:varName "dTimWellTest"^^xsd:string 46 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
68 - ] ; 47 + sp:predicate rdf:type ;
48 + sp:subject _:b4
49 + ] [ sp:object _:b5 ;
50 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
51 + sp:subject _:b4
52 + ] [ sp:object _:b6 ;
53 + sp:predicate rdf:type ;
54 + sp:subject _:b1
55 + ] [ sp:object _:b7 ;
69 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 56 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
70 - sp:subject 57 + sp:subject _:b1
71 - [ sp:varName "wellTest"^^xsd:string 58 + ] [ sp:object _:b8 ;
72 - ]
73 - ] [ sp:object
74 - [ sp:varName "testNumber"^^xsd:string
75 - ] ;
76 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; 59 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ;
77 - sp:subject 60 + sp:subject _:b1
78 - [ sp:varName "wellTest"^^xsd:string 61 + ] [ sp:object _:b9 ;
79 - ]
80 - ] [ sp:object _:b3 ;
81 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 62 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
82 - sp:subject _:b2 63 + sp:subject _:b4
83 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 64 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
84 sp:predicate rdf:type ; 65 sp:predicate rdf:type ;
85 - sp:subject _:b3 66 + sp:subject _:b9
86 - ] [ sp:object 67 + ] [ sp:object _:b10 ;
87 - [ sp:varName "realMdTop"^^xsd:string 68 + sp:predicate _:b11 ;
88 - ] ; 69 + sp:subject _:b9
89 - sp:predicate 70 + ] [ sp:object _:b12 ;
90 - [ sp:varName "lengthScaleMdTop"^^xsd:string
91 - ] ;
92 - sp:subject _:b3
93 - ] [ sp:object _:b4 ;
94 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 71 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
95 - sp:subject _:b2 72 + sp:subject _:b4
96 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 73 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
97 sp:predicate rdf:type ; 74 sp:predicate rdf:type ;
98 - sp:subject _:b4 75 + sp:subject _:b12
99 - ] [ sp:object 76 + ] [ sp:object _:b13 ;
100 - [ sp:varName "realMdBottom"^^xsd:string 77 + sp:predicate _:b14 ;
101 - ] ; 78 + sp:subject _:b12
102 - sp:predicate 79 + ] [ sp:object _:b15 ;
103 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
104 - ] ;
105 - sp:subject _:b4
106 - ] [ sp:object _:b5 ;
107 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 80 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
108 - sp:subject _:b2 81 + sp:subject _:b4
109 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 82 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
110 sp:predicate rdf:type ; 83 sp:predicate rdf:type ;
111 - sp:subject _:b5 84 + sp:subject _:b15
112 - ] [ sp:object 85 + ] [ sp:object _:b16 ;
113 - [ sp:varName "realTvdTop"^^xsd:string 86 + sp:predicate _:b17 ;
114 - ] ; 87 + sp:subject _:b15
115 - sp:predicate 88 + ] [ sp:object _:b18 ;
116 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
117 - ] ;
118 - sp:subject _:b5
119 - ] [ sp:object _:b6 ;
120 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 89 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
121 - sp:subject _:b2 90 + sp:subject _:b4
122 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 91 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
123 sp:predicate rdf:type ; 92 sp:predicate rdf:type ;
124 - sp:subject _:b6 93 + sp:subject _:b18
125 - ] [ sp:object 94 + ] [ sp:object _:b19 ;
126 - [ sp:varName "realTvdBottom"^^xsd:string 95 + sp:predicate _:b20 ;
127 - ] ; 96 + sp:subject _:b18
128 - sp:predicate 97 + ] [ sp:object _:b21 ;
129 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
130 - ] ;
131 - sp:subject _:b6
132 - ] [ sp:object _:b7 ;
133 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; 98 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
134 - sp:subject 99 + sp:subject _:b1
135 - [ sp:varName "wellTest"^^xsd:string
136 - ]
137 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; 100 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
138 sp:predicate rdf:type ; 101 sp:predicate rdf:type ;
139 - sp:subject _:b7 102 + sp:subject _:b21
140 - ] [ sp:object _:b8 ; 103 + ] [ sp:object _:b22 ;
141 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; 104 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
142 - sp:subject _:b7 105 + sp:subject _:b21
143 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 106 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
144 sp:predicate rdf:type ; 107 sp:predicate rdf:type ;
145 - sp:subject _:b8 108 + sp:subject _:b22
146 - ] [ sp:object 109 + ] [ sp:object _:b23 ;
147 - [ sp:varName "realOrifice"^^xsd:string 110 + sp:predicate _:b24 ;
148 - ] ; 111 + sp:subject _:b22
149 - sp:predicate 112 + ] [ sp:object _:b25 ;
150 - [ sp:varName "lengthScaleOrifice"^^xsd:string
151 - ] ;
152 - sp:subject _:b8
153 - ] [ sp:object _:b9 ;
154 sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ; 113 sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ;
155 - sp:subject 114 + sp:subject _:b1
156 - [ sp:varName "wellTest"^^xsd:string
157 - ]
158 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; 115 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
159 sp:predicate rdf:type ; 116 sp:predicate rdf:type ;
160 - sp:subject _:b9 117 + sp:subject _:b25
161 - ] [ sp:object _:b10 ; 118 + ] [ sp:object _:b26 ;
162 sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; 119 sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ;
163 - sp:subject _:b9 120 + sp:subject _:b25
164 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 121 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
165 sp:predicate rdf:type ; 122 sp:predicate rdf:type ;
166 - sp:subject _:b10 123 + sp:subject _:b26
167 - ] [ sp:object 124 + ] [ sp:object _:b27 ;
168 - [ sp:varName "realWaterOil"^^xsd:string 125 + sp:predicate _:b28 ;
169 - ] ; 126 + sp:subject _:b26
170 - sp:predicate 127 + ] [ sp:object _:b29 ;
171 - [ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
172 - ] ;
173 - sp:subject _:b10
174 - ] [ sp:object _:b11 ;
175 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; 128 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ;
176 - sp:subject _:b9 129 + sp:subject _:b25
177 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; 130 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
178 sp:predicate rdf:type ; 131 sp:predicate rdf:type ;
179 - sp:subject _:b11 132 + sp:subject _:b29
180 - ] [ sp:object 133 + ] [ sp:object _:b30 ;
181 - [ sp:varName "realGasOil"^^xsd:string 134 + sp:predicate _:b31 ;
182 - ] ; 135 + sp:subject _:b29
183 - sp:predicate 136 + ] [ sp:object _:b32 ;
184 - [ sp:varName "specificVolumeScaleGasOil"^^xsd:string
185 - ] ;
186 - sp:subject _:b11
187 - ] [ sp:object _:b12 ;
188 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 137 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
189 - sp:subject _:b9 138 + sp:subject _:b25
190 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ; 139 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ;
191 sp:predicate rdf:type ; 140 sp:predicate rdf:type ;
192 - sp:subject _:b12 141 + sp:subject _:b32
193 - ] [ sp:object _:b13 ; 142 + ] [ sp:object _:b33 ;
194 sp:predicate rdf:type ; 143 sp:predicate rdf:type ;
195 - sp:subject _:b12 144 + sp:subject _:b32
196 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 145 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
197 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
198 - sp:subject _:b13 147 + sp:subject _:b33
199 - ] [ sp:object 148 + ] [ sp:object _:b34 ;
200 - [ sp:varName "realDensityWater"^^xsd:string 149 + sp:predicate _:b35 ;
201 - ] ; 150 + sp:subject _:b33
202 - sp:predicate 151 + ] [ sp:object _:b36 ;
203 - [ sp:varName "densityScaleWater"^^xsd:string
204 - ] ;
205 - sp:subject _:b13
206 - ] [ sp:object _:b14 ;
207 sp:predicate rdf:type ; 152 sp:predicate rdf:type ;
208 - sp:subject _:b12 153 + sp:subject _:b32
209 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 154 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
210 sp:predicate rdf:type ; 155 sp:predicate rdf:type ;
211 - sp:subject _:b14 156 + sp:subject _:b36
212 - ] [ sp:object 157 + ] [ sp:object _:b37 ;
213 - [ sp:varName "realFlowRateWater"^^xsd:string 158 + sp:predicate _:b38 ;
214 - ] ; 159 + sp:subject _:b36
215 - sp:predicate 160 + ] [ sp:object _:b39 ;
216 - [ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
217 - ] ;
218 - sp:subject _:b14
219 - ] [ sp:object _:b15 ;
220 sp:predicate rdf:type ; 161 sp:predicate rdf:type ;
221 - sp:subject _:b12 162 + sp:subject _:b32
222 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 163 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
223 sp:predicate rdf:type ; 164 sp:predicate rdf:type ;
224 - sp:subject _:b15 165 + sp:subject _:b39
225 - ] [ sp:object 166 + ] [ sp:object _:b40 ;
226 - [ sp:varName "realVolumeWater"^^xsd:string 167 + sp:predicate _:b41 ;
227 - ] ; 168 + sp:subject _:b39
228 - sp:predicate 169 + ] [ sp:object _:b42 ;
229 - [ sp:varName "volumeScaleWater"^^xsd:string
230 - ] ;
231 - sp:subject _:b15
232 - ] [ sp:object _:b16 ;
233 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 170 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
234 - sp:subject _:b9 171 + sp:subject _:b25
235 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; 172 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
236 sp:predicate rdf:type ; 173 sp:predicate rdf:type ;
237 - sp:subject _:b16 174 + sp:subject _:b42
238 - ] [ sp:object _:b17 ; 175 + ] [ sp:object _:b43 ;
239 sp:predicate rdf:type ; 176 sp:predicate rdf:type ;
240 - sp:subject _:b16 177 + sp:subject _:b42
241 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 178 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
242 sp:predicate rdf:type ; 179 sp:predicate rdf:type ;
243 - sp:subject _:b17 180 + sp:subject _:b43
244 - ] [ sp:object 181 + ] [ sp:object _:b44 ;
245 - [ sp:varName "realDensityOil"^^xsd:string 182 + sp:predicate _:b45 ;
246 - ] ; 183 + sp:subject _:b43
247 - sp:predicate 184 + ] [ sp:object _:b46 ;
248 - [ sp:varName "densityScaleOil"^^xsd:string
249 - ] ;
250 - sp:subject _:b17
251 - ] [ sp:object _:b18 ;
252 sp:predicate rdf:type ; 185 sp:predicate rdf:type ;
253 - sp:subject _:b16 186 + sp:subject _:b42
254 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 187 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
255 sp:predicate rdf:type ; 188 sp:predicate rdf:type ;
256 - sp:subject _:b18 189 + sp:subject _:b46
257 - ] [ sp:object 190 + ] [ sp:object _:b47 ;
258 - [ sp:varName "realFlowRateOil"^^xsd:string 191 + sp:predicate _:b48 ;
259 - ] ; 192 + sp:subject _:b46
260 - sp:predicate 193 + ] [ sp:object _:b49 ;
261 - [ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
262 - ] ;
263 - sp:subject _:b18
264 - ] [ sp:object _:b19 ;
265 sp:predicate rdf:type ; 194 sp:predicate rdf:type ;
266 - sp:subject _:b16 195 + sp:subject _:b42
267 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 196 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
268 sp:predicate rdf:type ; 197 sp:predicate rdf:type ;
269 - sp:subject _:b19 198 + sp:subject _:b49
270 - ] [ sp:object 199 + ] [ sp:object _:b50 ;
271 - [ sp:varName "realVolumeOil"^^xsd:string 200 + sp:predicate _:b51 ;
272 - ] ; 201 + sp:subject _:b49
273 - sp:predicate 202 + ] [ sp:object _:b52 ;
274 - [ sp:varName "volumeScaleOil"^^xsd:string
275 - ] ;
276 - sp:subject _:b19
277 - ] [ sp:object _:b20 ;
278 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 203 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
279 - sp:subject _:b9 204 + sp:subject _:b25
280 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; 205 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
281 sp:predicate rdf:type ; 206 sp:predicate rdf:type ;
282 - sp:subject _:b20 207 + sp:subject _:b52
283 - ] [ sp:object _:b21 ; 208 + ] [ sp:object _:b53 ;
284 sp:predicate rdf:type ; 209 sp:predicate rdf:type ;
285 - sp:subject _:b20 210 + sp:subject _:b52
286 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 211 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
287 sp:predicate rdf:type ; 212 sp:predicate rdf:type ;
288 - sp:subject _:b21 213 + sp:subject _:b53
289 - ] [ sp:object 214 + ] [ sp:object _:b54 ;
290 - [ sp:varName "realDensityGas"^^xsd:string 215 + sp:predicate _:b55 ;
291 - ] ; 216 + sp:subject _:b53
292 - sp:predicate 217 + ] [ sp:object _:b56 ;
293 - [ sp:varName "densityScaleGas"^^xsd:string
294 - ] ;
295 - sp:subject _:b21
296 - ] [ sp:object _:b22 ;
297 sp:predicate rdf:type ; 218 sp:predicate rdf:type ;
298 - sp:subject _:b20 219 + sp:subject _:b52
299 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; 220 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
300 sp:predicate rdf:type ; 221 sp:predicate rdf:type ;
301 - sp:subject _:b22 222 + sp:subject _:b56
302 - ] [ sp:object 223 + ] [ sp:object _:b57 ;
303 - [ sp:varName "realFlowRateGas"^^xsd:string 224 + sp:predicate _:b58 ;
304 - ] ; 225 + sp:subject _:b56
305 - sp:predicate 226 + ] [ sp:object _:b59 ;
306 - [ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
307 - ] ;
308 - sp:subject _:b22
309 - ] [ sp:object _:b23 ;
310 sp:predicate rdf:type ; 227 sp:predicate rdf:type ;
311 - sp:subject _:b20 228 + sp:subject _:b52
312 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 229 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
313 sp:predicate rdf:type ; 230 sp:predicate rdf:type ;
314 - sp:subject _:b23 231 + sp:subject _:b59
315 - ] [ sp:object 232 + ] [ sp:object _:b60 ;
316 - [ sp:varName "realVolumeGas"^^xsd:string 233 + sp:predicate _:b61 ;
317 - ] ; 234 + sp:subject _:b59
318 - sp:predicate 235 + ] [ sp:object _:b62 ;
319 - [ sp:varName "volumeScaleGas"^^xsd:string
320 - ] ;
321 - sp:subject _:b23
322 - ] [ sp:object _:b24 ;
323 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; 236 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ;
324 - sp:subject 237 + sp:subject _:b1
325 - [ sp:varName "wellTest"^^xsd:string
326 - ]
327 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 238 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
328 sp:predicate rdf:type ; 239 sp:predicate rdf:type ;
329 - sp:subject _:b24 240 + sp:subject _:b62
330 - ] [ sp:object 241 + ] [ sp:object _:b63 ;
331 - [ sp:varName "realShutIn"^^xsd:string 242 + sp:predicate _:b64 ;
332 - ] ; 243 + sp:subject _:b62
333 - sp:predicate 244 + ] [ sp:object _:b65 ;
334 - [ sp:varName "pressureScaleShutIn"^^xsd:string
335 - ] ;
336 - sp:subject _:b24
337 - ] [ sp:object _:b25 ;
338 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; 245 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ;
339 - sp:subject 246 + sp:subject _:b1
340 - [ sp:varName "wellTest"^^xsd:string
341 - ]
342 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 247 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
343 sp:predicate rdf:type ; 248 sp:predicate rdf:type ;
344 - sp:subject _:b25 249 + sp:subject _:b65
345 - ] [ sp:object 250 + ] [ sp:object _:b66 ;
346 - [ sp:varName "realFlowing"^^xsd:string 251 + sp:predicate _:b67 ;
347 - ] ; 252 + sp:subject _:b65
348 - sp:predicate 253 + ] [ sp:object _:b68 ;
349 - [ sp:varName "pressureScaleFlowing"^^xsd:string
350 - ] ;
351 - sp:subject _:b25
352 - ] [ sp:object _:b26 ;
353 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; 254 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ;
354 - sp:subject 255 + sp:subject _:b1
355 - [ sp:varName "wellTest"^^xsd:string
356 - ]
357 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 256 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
358 sp:predicate rdf:type ; 257 sp:predicate rdf:type ;
359 - sp:subject _:b26 258 + sp:subject _:b68
360 - ] [ sp:object 259 + ] [ sp:object _:b69 ;
361 - [ sp:varName "realBottom"^^xsd:string 260 + sp:predicate _:b70 ;
362 - ] ; 261 + sp:subject _:b68
363 - sp:predicate 262 + ] [ sp:object _:b71 ;
364 - [ sp:varName "pressureScaleBottom"^^xsd:string
365 - ] ;
366 - sp:subject _:b26
367 - ] [ sp:object _:b27 ;
368 sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; 263 sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ;
369 - sp:subject _:b20 264 + sp:subject _:b52
370 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 265 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
371 sp:predicate rdf:type ; 266 sp:predicate rdf:type ;
372 - sp:subject _:b27 267 + sp:subject _:b71
373 - ] [ sp:object 268 + ] [ sp:object _:b72 ;
374 - [ sp:varName "realChloride"^^xsd:string 269 + sp:predicate _:b73 ;
375 - ] ; 270 + sp:subject _:b71
376 - sp:predicate 271 + ] [ sp:object _:b74 ;
377 - [ sp:varName "specificMassScaleChloride"^^xsd:string
378 - ] ;
379 - sp:subject _:b27
380 - ] [ sp:object _:b28 ;
381 sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; 272 sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ;
382 - sp:subject _:b20 273 + sp:subject _:b52
383 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 274 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
384 sp:predicate rdf:type ; 275 sp:predicate rdf:type ;
385 - sp:subject _:b28 276 + sp:subject _:b74
386 - ] [ sp:object 277 + ] [ sp:object _:b75 ;
387 - [ sp:varName "realCarbonDioxide"^^xsd:string 278 + sp:predicate _:b76 ;
388 - ] ; 279 + sp:subject _:b74
389 - sp:predicate 280 + ] [ sp:object _:b77 ;
390 - [ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
391 - ] ;
392 - sp:subject _:b28
393 - ] [ sp:object _:b29 ;
394 sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; 281 sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ;
395 - sp:subject _:b20 282 + sp:subject _:b52
396 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; 283 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
397 sp:predicate rdf:type ; 284 sp:predicate rdf:type ;
398 - sp:subject _:b29 285 + sp:subject _:b77
399 - ] [ sp:object 286 + ] [ sp:object _:b78 ;
400 - [ sp:varName "realHydrogenSulfide"^^xsd:string 287 + sp:predicate _:b79 ;
401 - ] ; 288 + sp:subject _:b77
402 - sp:predicate 289 + ] [ sp:object _:b80 ;
403 - [ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string
404 - ] ;
405 - sp:subject _:b29
406 - ] [ sp:object _:b30 ;
407 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ; 290 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ;
408 - sp:subject 291 + sp:subject _:b1
409 - [ sp:varName "wellTest"^^xsd:string
410 - ]
411 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; 292 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
412 sp:predicate rdf:type ; 293 sp:predicate rdf:type ;
413 - sp:subject _:b30 294 + sp:subject _:b80
414 - ] [ sp:object _:b31 ; 295 + ] [ sp:object _:b81 ;
415 sp:predicate rdf:type ; 296 sp:predicate rdf:type ;
416 - sp:subject _:b30 297 + sp:subject _:b80
417 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; 298 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
418 sp:predicate rdf:type ; 299 sp:predicate rdf:type ;
419 - sp:subject _:b31 300 + sp:subject _:b81
420 - ] [ sp:object 301 + ] [ sp:object _:b82 ;
421 - [ sp:varName "realStored"^^xsd:string 302 + sp:predicate _:b83 ;
422 - ] ; 303 + sp:subject _:b81
423 - sp:predicate
424 - [ sp:varName "volumeScaleStored"^^xsd:string
425 - ] ;
426 - sp:subject _:b31
427 ]) ; 304 ]) ;
428 - sp:where ([ sp:object 305 + sp:where ([ sp:object _:b84 ;
429 - [ sp:varName "nameWellBore"^^xsd:string
430 - ] ;
431 sp:predicate ep-spin-lib:nameWellbore ; 306 sp:predicate ep-spin-lib:nameWellbore ;
432 sp:subject spin:_this 307 sp:subject spin:_this
433 - ] [ sp:object 308 + ] [ sp:object _:b85 ;
434 - [ sp:varName "dTimStart"^^xsd:string
435 - ] ;
436 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; 309 sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
437 sp:subject spin:_this 310 sp:subject spin:_this
438 - ] [ sp:object 311 + ] [ sp:object _:b86 ;
439 - [ sp:varName "wellTestInfo"^^xsd:string
440 - ] ;
441 sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ; 312 sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ;
442 sp:subject spin:_this 313 sp:subject spin:_this
443 - ] [ sp:object 314 + ] [ sp:object _:b7 ;
444 - [ sp:varName "dTimWellTest"^^xsd:string
445 - ] ;
446 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; 315 sp:predicate <http://www.witsml.org/schemas/1series#dTim> ;
447 - sp:subject 316 + sp:subject _:b86
448 - [ sp:varName "wellTestInfo"^^xsd:string 317 + ] [ sp:object _:b87 ;
449 - ]
450 - ] [ sp:object
451 - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
452 - ] ;
453 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
454 - sp:subject
455 - [ sp:varName "dailyDrillingActivity"^^xsd:string
456 - ]
457 - ] [ sp:object
458 - [ sp:varName "enumTestType"^^xsd:string
459 - ] ;
460 sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ; 318 sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ;
461 - sp:subject 319 + sp:subject _:b86
462 - [ sp:varName "wellTestInfo"^^xsd:string 320 + ] [ sp:object _:b8 ;
463 - ]
464 - ] [ sp:object
465 - [ sp:varName "testNumber"^^xsd:string
466 - ] ;
467 sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ; 321 sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ;
468 - sp:subject 322 + sp:subject _:b86
469 - [ sp:varName "wellTestInfo"^^xsd:string 323 + ] [ sp:object _:b88 ;
470 - ]
471 - ] [ sp:object
472 - [ sp:varName "mdTop"^^xsd:string
473 - ] ;
474 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; 324 sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ;
475 - sp:subject 325 + sp:subject _:b86
476 - [ sp:varName "wellTestInfo"^^xsd:string 326 + ] [ sp:object _:b89 ;
477 - ]
478 - ] [ sp:object
479 - [ sp:varName "uomMdTop"^^xsd:string
480 - ] ;
481 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 327 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
482 - sp:subject 328 + sp:subject _:b88
483 - [ sp:varName "mdTop"^^xsd:string 329 + ] [ sp:object _:b10 ;
484 - ]
485 - ] [ sp:object
486 - [ sp:varName "realMdTop"^^xsd:string
487 - ] ;
488 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 330 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
489 - sp:subject 331 + sp:subject _:b88
490 - [ sp:varName "mdTop"^^xsd:string 332 + ] [ sp:object _:b90 ;
491 - ]
492 - ] [ sp:object
493 - [ sp:varName "mdBottom"^^xsd:string
494 - ] ;
495 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; 333 sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ;
496 - sp:subject 334 + sp:subject _:b86
497 - [ sp:varName "wellTestInfo"^^xsd:string 335 + ] [ sp:object _:b91 ;
498 - ]
499 - ] [ sp:object
500 - [ sp:varName "uomMdBottom"^^xsd:string
501 - ] ;
502 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 336 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
503 - sp:subject 337 + sp:subject _:b90
504 - [ sp:varName "mdBottom"^^xsd:string 338 + ] [ sp:object _:b13 ;
505 - ]
506 - ] [ sp:object
507 - [ sp:varName "realMdBottom"^^xsd:string
508 - ] ;
509 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 339 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
510 - sp:subject 340 + sp:subject _:b90
511 - [ sp:varName "mdBottom"^^xsd:string
512 - ]
513 ] [ rdf:type sp:Optional ; 341 ] [ rdf:type sp:Optional ;
514 - sp:elements ([ sp:object 342 + sp:elements ([ sp:object _:b92 ;
515 - [ sp:varName "tvdTop"^^xsd:string
516 - ] ;
517 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; 343 sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ;
518 - sp:subject 344 + sp:subject _:b86
519 - [ sp:varName "wellTestInfo"^^xsd:string 345 + ] [ sp:object _:b93 ;
520 - ]
521 - ] [ sp:object
522 - [ sp:varName "uomTvdTop"^^xsd:string
523 - ] ;
524 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 346 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
525 - sp:subject 347 + sp:subject _:b92
526 - [ sp:varName "tvdTop"^^xsd:string 348 + ] [ sp:object _:b16 ;
527 - ]
528 - ] [ sp:object
529 - [ sp:varName "realTvdTop"^^xsd:string
530 - ] ;
531 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 349 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
532 - sp:subject 350 + sp:subject _:b92
533 - [ sp:varName "tvdTop"^^xsd:string
534 - ]
535 ]) 351 ])
536 ] [ rdf:type sp:Optional ; 352 ] [ rdf:type sp:Optional ;
537 - sp:elements ([ sp:object 353 + sp:elements ([ sp:object _:b94 ;
538 - [ sp:varName "tvdBottom"^^xsd:string
539 - ] ;
540 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; 354 sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ;
541 - sp:subject 355 + sp:subject _:b86
542 - [ sp:varName "wellTestInfo"^^xsd:string 356 + ] [ sp:object _:b95 ;
543 - ]
544 - ] [ sp:object
545 - [ sp:varName "uomTvdBottom"^^xsd:string
546 - ] ;
547 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 357 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
548 - sp:subject 358 + sp:subject _:b94
549 - [ sp:varName "tvdBottom"^^xsd:string 359 + ] [ sp:object _:b19 ;
550 - ]
551 - ] [ sp:object
552 - [ sp:varName "realTvdBottom"^^xsd:string
553 - ] ;
554 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 360 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
555 - sp:subject 361 + sp:subject _:b94
556 - [ sp:varName "tvdBottom"^^xsd:string
557 - ]
558 ]) 362 ])
559 - ] [ sp:object 363 + ] [ sp:object _:b96 ;
560 - [ sp:varName "chokeOrificeSize"^^xsd:string
561 - ] ;
562 sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ; 364 sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ;
563 - sp:subject 365 + sp:subject _:b86
564 - [ sp:varName "wellTestInfo"^^xsd:string 366 + ] [ sp:object _:b97 ;
565 - ]
566 - ] [ sp:object
567 - [ sp:varName "uomOrifice"^^xsd:string
568 - ] ;
569 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 367 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
570 - sp:subject 368 + sp:subject _:b96
571 - [ sp:varName "chokeOrificeSize"^^xsd:string 369 + ] [ sp:object _:b23 ;
572 - ]
573 - ] [ sp:object
574 - [ sp:varName "realOrifice"^^xsd:string
575 - ] ;
576 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 370 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
577 - sp:subject 371 + sp:subject _:b96
578 - [ sp:varName "chokeOrificeSize"^^xsd:string 372 + ] [ sp:object _:b98 ;
579 - ]
580 - ] [ sp:object
581 - [ sp:varName "densityOil"^^xsd:string
582 - ] ;
583 sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ; 373 sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ;
584 - sp:subject 374 + sp:subject _:b86
585 - [ sp:varName "wellTestInfo"^^xsd:string 375 + ] [ sp:object _:b99 ;
586 - ]
587 - ] [ sp:object
588 - [ sp:varName "uomDensityOil"^^xsd:string
589 - ] ;
590 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 376 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
591 - sp:subject 377 + sp:subject _:b98
592 - [ sp:varName "densityOil"^^xsd:string 378 + ] [ sp:object _:b44 ;
593 - ]
594 - ] [ sp:object
595 - [ sp:varName "realDensityOil"^^xsd:string
596 - ] ;
597 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 379 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
598 - sp:subject 380 + sp:subject _:b98
599 - [ sp:varName "densityOil"^^xsd:string 381 + ] [ sp:object _:b100 ;
600 - ]
601 - ] [ sp:object
602 - [ sp:varName "densityWater"^^xsd:string
603 - ] ;
604 sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ; 382 sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ;
605 - sp:subject 383 + sp:subject _:b86
606 - [ sp:varName "wellTestInfo"^^xsd:string 384 + ] [ sp:object _:b101 ;
607 - ]
608 - ] [ sp:object
609 - [ sp:varName "uomDensityWater"^^xsd:string
610 - ] ;
611 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 385 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
612 - sp:subject 386 + sp:subject _:b100
613 - [ sp:varName "densityWater"^^xsd:string 387 + ] [ sp:object _:b34 ;
614 - ]
615 - ] [ sp:object
616 - [ sp:varName "realDensityWater"^^xsd:string
617 - ] ;
618 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 388 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
619 - sp:subject 389 + sp:subject _:b100
620 - [ sp:varName "densityWater"^^xsd:string 390 + ] [ sp:object _:b102 ;
621 - ]
622 - ] [ sp:object
623 - [ sp:varName "densityGas"^^xsd:string
624 - ] ;
625 sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ; 391 sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ;
626 - sp:subject 392 + sp:subject _:b86
627 - [ sp:varName "wellTestInfo"^^xsd:string 393 + ] [ sp:object _:b103 ;
628 - ]
629 - ] [ sp:object
630 - [ sp:varName "uomDensityGas"^^xsd:string
631 - ] ;
632 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 394 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
633 - sp:subject 395 + sp:subject _:b102
634 - [ sp:varName "densityGas"^^xsd:string 396 + ] [ sp:object _:b54 ;
635 - ] 397 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
636 - ] [ sp:object 398 + sp:subject _:b102
637 - [ sp:varName "realDensityGas"^^xsd:string 399 + ] [ sp:object _:b104 ;
638 - ] ;
639 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
640 - sp:subject
641 - [ sp:varName "densityGas"^^xsd:string
642 - ]
643 - ] [ sp:object
644 - [ sp:varName "flowRateOil"^^xsd:string
645 - ] ;
646 sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ; 400 sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ;
647 - sp:subject 401 + sp:subject _:b86
648 - [ sp:varName "wellTestInfo"^^xsd:string 402 + ] [ sp:object _:b105 ;
649 - ]
650 - ] [ sp:object
651 - [ sp:varName "uomFlowRateOil"^^xsd:string
652 - ] ;
653 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 403 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
654 - sp:subject 404 + sp:subject _:b104
655 - [ sp:varName "flowRateOil"^^xsd:string 405 + ] [ sp:object _:b47 ;
656 - ]
657 - ] [ sp:object
658 - [ sp:varName "realFlowRateOil"^^xsd:string
659 - ] ;
660 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 406 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
661 - sp:subject 407 + sp:subject _:b104
662 - [ sp:varName "flowRateOil"^^xsd:string 408 + ] [ sp:object _:b106 ;
663 - ]
664 - ] [ sp:object
665 - [ sp:varName "flowRateWater"^^xsd:string
666 - ] ;
667 sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ; 409 sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ;
668 - sp:subject 410 + sp:subject _:b86
669 - [ sp:varName "wellTestInfo"^^xsd:string 411 + ] [ sp:object _:b107 ;
670 - ]
671 - ] [ sp:object
672 - [ sp:varName "uomFlowRateWater"^^xsd:string
673 - ] ;
674 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 412 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
675 - sp:subject 413 + sp:subject _:b106
676 - [ sp:varName "flowRateWater"^^xsd:string 414 + ] [ sp:object _:b37 ;
677 - ]
678 - ] [ sp:object
679 - [ sp:varName "realFlowRateWater"^^xsd:string
680 - ] ;
681 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 415 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
682 - sp:subject 416 + sp:subject _:b106
683 - [ sp:varName "flowRateWater"^^xsd:string 417 + ] [ sp:object _:b108 ;
684 - ]
685 - ] [ sp:object
686 - [ sp:varName "flowRateGas"^^xsd:string
687 - ] ;
688 sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ; 418 sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ;
689 - sp:subject 419 + sp:subject _:b86
690 - [ sp:varName "wellTestInfo"^^xsd:string 420 + ] [ sp:object _:b109 ;
691 - ]
692 - ] [ sp:object
693 - [ sp:varName "uomFlowRateGas"^^xsd:string
694 - ] ;
695 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 421 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
696 - sp:subject 422 + sp:subject _:b108
697 - [ sp:varName "flowRateGas"^^xsd:string 423 + ] [ sp:object _:b57 ;
698 - ]
699 - ] [ sp:object
700 - [ sp:varName "realFlowRateGas"^^xsd:string
701 - ] ;
702 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 424 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
703 - sp:subject 425 + sp:subject _:b108
704 - [ sp:varName "flowRateGas"^^xsd:string 426 + ] [ sp:object _:b110 ;
705 - ]
706 - ] [ sp:object
707 - [ sp:varName "presShutIn"^^xsd:string
708 - ] ;
709 sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ; 427 sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ;
710 - sp:subject 428 + sp:subject _:b86
711 - [ sp:varName "wellTestInfo"^^xsd:string 429 + ] [ sp:object _:b111 ;
712 - ]
713 - ] [ sp:object
714 - [ sp:varName "uomShutIn"^^xsd:string
715 - ] ;
716 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 430 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
717 - sp:subject 431 + sp:subject _:b110
718 - [ sp:varName "presShutIn"^^xsd:string 432 + ] [ sp:object _:b63 ;
719 - ]
720 - ] [ sp:object
721 - [ sp:varName "realShutIn"^^xsd:string
722 - ] ;
723 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 433 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
724 - sp:subject 434 + sp:subject _:b110
725 - [ sp:varName "presShutIn"^^xsd:string 435 + ] [ sp:object _:b112 ;
726 - ]
727 - ] [ sp:object
728 - [ sp:varName "presFlowing"^^xsd:string
729 - ] ;
730 sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ; 436 sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ;
731 - sp:subject 437 + sp:subject _:b86
732 - [ sp:varName "wellTestInfo"^^xsd:string 438 + ] [ sp:object _:b113 ;
733 - ]
734 - ] [ sp:object
735 - [ sp:varName "uomFlowing"^^xsd:string
736 - ] ;
737 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 439 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
738 - sp:subject 440 + sp:subject _:b112
739 - [ sp:varName "presFlowing"^^xsd:string 441 + ] [ sp:object _:b66 ;
740 - ]
741 - ] [ sp:object
742 - [ sp:varName "realFlowing"^^xsd:string
743 - ] ;
744 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 442 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
745 - sp:subject 443 + sp:subject _:b112
746 - [ sp:varName "presFlowing"^^xsd:string 444 + ] [ sp:object _:b114 ;
747 - ]
748 - ] [ sp:object
749 - [ sp:varName "presBottom"^^xsd:string
750 - ] ;
751 sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ; 445 sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ;
752 - sp:subject 446 + sp:subject _:b86
753 - [ sp:varName "wellTestInfo"^^xsd:string 447 + ] [ sp:object _:b115 ;
754 - ]
755 - ] [ sp:object
756 - [ sp:varName "uomBottom"^^xsd:string
757 - ] ;
758 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 448 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
759 - sp:subject 449 + sp:subject _:b114
760 - [ sp:varName "presBottom"^^xsd:string 450 + ] [ sp:object _:b69 ;
761 - ]
762 - ] [ sp:object
763 - [ sp:varName "realBottom"^^xsd:string
764 - ] ;
765 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 451 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
766 - sp:subject 452 + sp:subject _:b114
767 - [ sp:varName "presBottom"^^xsd:string 453 + ] [ sp:object _:b116 ;
768 - ]
769 - ] [ sp:object
770 - [ sp:varName "gasOilRatio"^^xsd:string
771 - ] ;
772 sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ; 454 sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ;
773 - sp:subject 455 + sp:subject _:b86
774 - [ sp:varName "wellTestInfo"^^xsd:string 456 + ] [ sp:object _:b117 ;
775 - ]
776 - ] [ sp:object
777 - [ sp:varName "uomGasOil"^^xsd:string
778 - ] ;
779 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 457 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
780 - sp:subject 458 + sp:subject _:b116
781 - [ sp:varName "gasOilRatio"^^xsd:string 459 + ] [ sp:object _:b30 ;
782 - ]
783 - ] [ sp:object
784 - [ sp:varName "realGasOil"^^xsd:string
785 - ] ;
786 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 460 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
787 - sp:subject 461 + sp:subject _:b116
788 - [ sp:varName "gasOilRatio"^^xsd:string 462 + ] [ sp:object _:b118 ;
789 - ]
790 - ] [ sp:object
791 - [ sp:varName "waterOilRatio"^^xsd:string
792 - ] ;
793 sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ; 463 sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ;
794 - sp:subject 464 + sp:subject _:b86
795 - [ sp:varName "wellTestInfo"^^xsd:string 465 + ] [ sp:object _:b119 ;
796 - ]
797 - ] [ sp:object
798 - [ sp:varName "uomWaterOil"^^xsd:string
799 - ] ;
800 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 466 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
801 - sp:subject 467 + sp:subject _:b118
802 - [ sp:varName "waterOilRatio"^^xsd:string 468 + ] [ sp:object _:b27 ;
803 - ]
804 - ] [ sp:object
805 - [ sp:varName "realWaterOil"^^xsd:string
806 - ] ;
807 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 469 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
808 - sp:subject 470 + sp:subject _:b118
809 - [ sp:varName "waterOilRatio"^^xsd:string 471 + ] [ sp:object _:b120 ;
810 - ]
811 - ] [ sp:object
812 - [ sp:varName "chloride"^^xsd:string
813 - ] ;
814 sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ; 472 sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ;
815 - sp:subject 473 + sp:subject _:b86
816 - [ sp:varName "wellTestInfo"^^xsd:string 474 + ] [ sp:object _:b121 ;
817 - ]
818 - ] [ sp:object
819 - [ sp:varName "uomChloride"^^xsd:string
820 - ] ;
821 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 475 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
822 - sp:subject 476 + sp:subject _:b120
823 - [ sp:varName "chloride"^^xsd:string 477 + ] [ sp:object _:b72 ;
824 - ]
825 - ] [ sp:object
826 - [ sp:varName "realChloride"^^xsd:string
827 - ] ;
828 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 478 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
829 - sp:subject 479 + sp:subject _:b120
830 - [ sp:varName "chloride"^^xsd:string 480 + ] [ sp:object _:b122 ;
831 - ]
832 - ] [ sp:object
833 - [ sp:varName "carbonDioxide"^^xsd:string
834 - ] ;
835 sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ; 481 sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ;
836 - sp:subject 482 + sp:subject _:b86
837 - [ sp:varName "wellTestInfo"^^xsd:string 483 + ] [ sp:object _:b123 ;
838 - ]
839 - ] [ sp:object
840 - [ sp:varName "uomCarbonDioxide"^^xsd:string
841 - ] ;
842 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 484 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
843 - sp:subject 485 + sp:subject _:b122
844 - [ sp:varName "carbonDioxide"^^xsd:string 486 + ] [ sp:object _:b75 ;
845 - ]
846 - ] [ sp:object
847 - [ sp:varName "realCarbonDioxide"^^xsd:string
848 - ] ;
849 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 487 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
850 - sp:subject 488 + sp:subject _:b122
851 - [ sp:varName "carbonDioxide"^^xsd:string 489 + ] [ sp:object _:b124 ;
852 - ]
853 - ] [ sp:object
854 - [ sp:varName "hydrogenSulfide"^^xsd:string
855 - ] ;
856 sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ; 490 sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ;
857 - sp:subject 491 + sp:subject _:b86
858 - [ sp:varName "wellTestInfo"^^xsd:string 492 + ] [ sp:object _:b125 ;
859 - ]
860 - ] [ sp:object
861 - [ sp:varName "uomHydrogenSulfide"^^xsd:string
862 - ] ;
863 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 493 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
864 - sp:subject 494 + sp:subject _:b124
865 - [ sp:varName "hydrogenSulfide"^^xsd:string 495 + ] [ sp:object _:b78 ;
866 - ]
867 - ] [ sp:object
868 - [ sp:varName "realHydrogenSulfide"^^xsd:string
869 - ] ;
870 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 496 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
871 - sp:subject 497 + sp:subject _:b124
872 - [ sp:varName "hydrogenSulfide"^^xsd:string 498 + ] [ sp:object _:b126 ;
873 - ]
874 - ] [ sp:object
875 - [ sp:varName "volOilTotal"^^xsd:string
876 - ] ;
877 sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ; 499 sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ;
878 - sp:subject 500 + sp:subject _:b86
879 - [ sp:varName "wellTestInfo"^^xsd:string 501 + ] [ sp:object _:b127 ;
880 - ]
881 - ] [ sp:object
882 - [ sp:varName "uomVolumeOil"^^xsd:string
883 - ] ;
884 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 502 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
885 - sp:subject 503 + sp:subject _:b126
886 - [ sp:varName "volOilTotal"^^xsd:string 504 + ] [ sp:object _:b50 ;
887 - ]
888 - ] [ sp:object
889 - [ sp:varName "realVolumeOil"^^xsd:string
890 - ] ;
891 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 505 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
892 - sp:subject 506 + sp:subject _:b126
893 - [ sp:varName "volOilTotal"^^xsd:string 507 + ] [ sp:object _:b128 ;
894 - ]
895 - ] [ sp:object
896 - [ sp:varName "volGasTotal"^^xsd:string
897 - ] ;
898 sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ; 508 sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ;
899 - sp:subject 509 + sp:subject _:b86
900 - [ sp:varName "wellTestInfo"^^xsd:string 510 + ] [ sp:object _:b129 ;
901 - ]
902 - ] [ sp:object
903 - [ sp:varName "uomVolumeGas"^^xsd:string
904 - ] ;
905 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 511 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
906 - sp:subject 512 + sp:subject _:b128
907 - [ sp:varName "volGasTotal"^^xsd:string 513 + ] [ sp:object _:b60 ;
908 - ]
909 - ] [ sp:object
910 - [ sp:varName "realVolumeGas"^^xsd:string
911 - ] ;
912 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 514 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
913 - sp:subject 515 + sp:subject _:b128
914 - [ sp:varName "volGasTotal"^^xsd:string 516 + ] [ sp:object _:b130 ;
915 - ]
916 - ] [ sp:object
917 - [ sp:varName "volWaterTotal"^^xsd:string
918 - ] ;
919 sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ; 517 sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ;
920 - sp:subject 518 + sp:subject _:b86
921 - [ sp:varName "wellTestInfo"^^xsd:string 519 + ] [ sp:object _:b131 ;
922 - ]
923 - ] [ sp:object
924 - [ sp:varName "uomVolumeWater"^^xsd:string
925 - ] ;
926 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 520 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
927 - sp:subject 521 + sp:subject _:b130
928 - [ sp:varName "volWaterTotal"^^xsd:string 522 + ] [ sp:object _:b40 ;
929 - ]
930 - ] [ sp:object
931 - [ sp:varName "realVolumeWater"^^xsd:string
932 - ] ;
933 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 523 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
934 - sp:subject 524 + sp:subject _:b130
935 - [ sp:varName "volWaterTotal"^^xsd:string 525 + ] [ sp:object _:b132 ;
936 - ]
937 - ] [ sp:object
938 - [ sp:varName "volOilStored"^^xsd:string
939 - ] ;
940 sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ; 526 sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ;
941 - sp:subject 527 + sp:subject _:b86
942 - [ sp:varName "wellTestInfo"^^xsd:string 528 + ] [ sp:object _:b133 ;
943 - ]
944 - ] [ sp:object
945 - [ sp:varName "uomStored"^^xsd:string
946 - ] ;
947 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; 529 sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
948 - sp:subject 530 + sp:subject _:b132
949 - [ sp:varName "volOilStored"^^xsd:string 531 + ] [ sp:object _:b82 ;
950 - ]
951 - ] [ sp:object
952 - [ sp:varName "realStored"^^xsd:string
953 - ] ;
954 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 532 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
955 - sp:subject 533 + sp:subject _:b132
956 - [ sp:varName "volOilStored"^^xsd:string
957 - ]
958 ] [ rdf:type sp:Bind ; 534 ] [ rdf:type sp:Bind ;
959 sp:expression 535 sp:expression
960 [ rdf:type ep-spin-lib:normalizeString ; 536 [ rdf:type ep-spin-lib:normalizeString ;
961 - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string 537 + sp:arg1 _:b84
962 - ]
963 ] ; 538 ] ;
964 - sp:variable 539 + sp:variable _:b134
965 - [ sp:varName "normalizedWellBoreName"^^xsd:string
966 - ]
967 ] [ rdf:type sp:Bind ; 540 ] [ rdf:type sp:Bind ;
968 sp:expression 541 sp:expression
969 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 542 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
970 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 543 + sp:arg1 _:b134 ;
971 - ] ; 544 + sp:arg2 _:b85
972 - sp:arg2 [ sp:varName "dTimStart"^^xsd:string
973 - ]
974 ] ; 545 ] ;
975 - sp:variable 546 + sp:variable _:b2
976 - [ sp:varName "dailyDrillingActivity"^^xsd:string
977 - ]
978 ] [ rdf:type sp:Bind ; 547 ] [ rdf:type sp:Bind ;
979 sp:expression 548 sp:expression
980 [ rdf:type afn:localname ; 549 [ rdf:type afn:localname ;
981 - sp:arg1 [ sp:varName "wellTestInfo"^^xsd:string 550 + sp:arg1 _:b86
982 - ]
983 ] ; 551 ] ;
984 - sp:variable 552 + sp:variable _:b135
985 - [ sp:varName "localname"^^xsd:string
986 - ]
987 ] [ rdf:type sp:Bind ; 553 ] [ rdf:type sp:Bind ;
988 sp:expression 554 sp:expression
989 [ rdf:type ep-spin-lib:buildWellTestURI ; 555 [ rdf:type ep-spin-lib:buildWellTestURI ;
990 - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string 556 + sp:arg1 _:b134 ;
991 - ] ; 557 + sp:arg2 _:b135
992 - sp:arg2 [ sp:varName "localname"^^xsd:string
993 - ]
994 ] ; 558 ] ;
995 - sp:variable 559 + sp:variable _:b1
996 - [ sp:varName "wellTest"^^xsd:string
997 - ]
998 ] [ rdf:type sp:Bind ; 560 ] [ rdf:type sp:Bind ;
999 sp:expression 561 sp:expression
1000 [ rdf:type ep-spin-lib:selectWellTestType ; 562 [ rdf:type ep-spin-lib:selectWellTestType ;
1001 - sp:arg1 [ sp:varName "enumTestType"^^xsd:string 563 + sp:arg1 _:b87
1002 - ]
1003 ] ; 564 ] ;
1004 - sp:variable 565 + sp:variable _:b6
1005 - [ sp:varName "wellTestType"^^xsd:string
1006 - ]
1007 ] [ rdf:type sp:Bind ; 566 ] [ rdf:type sp:Bind ;
1008 sp:expression 567 sp:expression
1009 [ rdf:type ep-spin-lib:selectLengthScale ; 568 [ rdf:type ep-spin-lib:selectLengthScale ;
1010 - sp:arg1 [ sp:varName "uomMdTop"^^xsd:string 569 + sp:arg1 _:b89
1011 - ]
1012 ] ; 570 ] ;
1013 - sp:variable 571 + sp:variable _:b11
1014 - [ sp:varName "lengthScaleMdTop"^^xsd:string
1015 - ]
1016 ] [ rdf:type sp:Bind ; 572 ] [ rdf:type sp:Bind ;
1017 sp:expression 573 sp:expression
1018 [ rdf:type ep-spin-lib:selectLengthScale ; 574 [ rdf:type ep-spin-lib:selectLengthScale ;
1019 - sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string 575 + sp:arg1 _:b93
1020 - ]
1021 ] ; 576 ] ;
1022 - sp:variable 577 + sp:variable _:b17
1023 - [ sp:varName "lengthScaleTvdTop"^^xsd:string
1024 - ]
1025 ] [ rdf:type sp:Bind ; 578 ] [ rdf:type sp:Bind ;
1026 sp:expression 579 sp:expression
1027 [ rdf:type ep-spin-lib:selectLengthScale ; 580 [ rdf:type ep-spin-lib:selectLengthScale ;
1028 - sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string 581 + sp:arg1 _:b91
1029 - ]
1030 ] ; 582 ] ;
1031 - sp:variable 583 + sp:variable _:b14
1032 - [ sp:varName "lengthScaleMdBottom"^^xsd:string
1033 - ]
1034 ] [ rdf:type sp:Bind ; 584 ] [ rdf:type sp:Bind ;
1035 sp:expression 585 sp:expression
1036 [ rdf:type ep-spin-lib:selectLengthScale ; 586 [ rdf:type ep-spin-lib:selectLengthScale ;
1037 - sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string 587 + sp:arg1 _:b95
1038 - ]
1039 ] ; 588 ] ;
1040 - sp:variable 589 + sp:variable _:b20
1041 - [ sp:varName "lengthScaleTvdBottom"^^xsd:string
1042 - ]
1043 ] [ rdf:type sp:Bind ; 590 ] [ rdf:type sp:Bind ;
1044 sp:expression 591 sp:expression
1045 [ rdf:type ep-spin-lib:selectLengthScale ; 592 [ rdf:type ep-spin-lib:selectLengthScale ;
1046 - sp:arg1 [ sp:varName "uomOrifice"^^xsd:string 593 + sp:arg1 _:b97
1047 - ]
1048 ] ; 594 ] ;
1049 - sp:variable 595 + sp:variable _:b24
1050 - [ sp:varName "lengthScaleOrifice"^^xsd:string
1051 - ]
1052 ] [ rdf:type sp:Bind ; 596 ] [ rdf:type sp:Bind ;
1053 sp:expression 597 sp:expression
1054 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 598 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
1055 - sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string 599 + sp:arg1 _:b119
1056 - ]
1057 ] ; 600 ] ;
1058 - sp:variable 601 + sp:variable _:b28
1059 - [ sp:varName "specificVolumeScaleWaterOil"^^xsd:string
1060 - ]
1061 ] [ rdf:type sp:Bind ; 602 ] [ rdf:type sp:Bind ;
1062 sp:expression 603 sp:expression
1063 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; 604 [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
1064 - sp:arg1 [ sp:varName "uomGasOil"^^xsd:string 605 + sp:arg1 _:b117
1065 - ]
1066 ] ; 606 ] ;
1067 - sp:variable 607 + sp:variable _:b31
1068 - [ sp:varName "specificVolumeScaleGasOil"^^xsd:string
1069 - ]
1070 ] [ rdf:type sp:Bind ; 608 ] [ rdf:type sp:Bind ;
1071 sp:expression 609 sp:expression
1072 [ rdf:type ep-spin-lib:selectDensityScale ; 610 [ rdf:type ep-spin-lib:selectDensityScale ;
1073 - sp:arg1 [ sp:varName "uomDensityWater"^^xsd:string 611 + sp:arg1 _:b101
1074 - ]
1075 ] ; 612 ] ;
1076 - sp:variable 613 + sp:variable _:b35
1077 - [ sp:varName "densityScaleWater"^^xsd:string
1078 - ]
1079 ] [ rdf:type sp:Bind ; 614 ] [ rdf:type sp:Bind ;
1080 sp:expression 615 sp:expression
1081 [ rdf:type ep-spin-lib:selectDensityScale ; 616 [ rdf:type ep-spin-lib:selectDensityScale ;
1082 - sp:arg1 [ sp:varName "uomDensityOil"^^xsd:string 617 + sp:arg1 _:b99
1083 - ]
1084 ] ; 618 ] ;
1085 - sp:variable 619 + sp:variable _:b45
1086 - [ sp:varName "densityScaleOil"^^xsd:string
1087 - ]
1088 ] [ rdf:type sp:Bind ; 620 ] [ rdf:type sp:Bind ;
1089 sp:expression 621 sp:expression
1090 [ rdf:type ep-spin-lib:selectDensityScale ; 622 [ rdf:type ep-spin-lib:selectDensityScale ;
1091 - sp:arg1 [ sp:varName "uomDensityGas"^^xsd:string 623 + sp:arg1 _:b103
1092 - ]
1093 ] ; 624 ] ;
1094 - sp:variable 625 + sp:variable _:b55
1095 - [ sp:varName "densityScaleGas"^^xsd:string
1096 - ]
1097 ] [ rdf:type sp:Bind ; 626 ] [ rdf:type sp:Bind ;
1098 sp:expression 627 sp:expression
1099 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 628 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
1100 - sp:arg1 [ sp:varName "uomFlowRateGas"^^xsd:string 629 + sp:arg1 _:b109
1101 - ]
1102 ] ; 630 ] ;
1103 - sp:variable 631 + sp:variable _:b58
1104 - [ sp:varName "volumetricFlowRateScaleGas"^^xsd:string
1105 - ]
1106 ] [ rdf:type sp:Bind ; 632 ] [ rdf:type sp:Bind ;
1107 sp:expression 633 sp:expression
1108 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 634 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
1109 - sp:arg1 [ sp:varName "uomFlowRateWater"^^xsd:string 635 + sp:arg1 _:b107
1110 - ]
1111 ] ; 636 ] ;
1112 - sp:variable 637 + sp:variable _:b38
1113 - [ sp:varName "volumetricFlowRateScaleWater"^^xsd:string
1114 - ]
1115 ] [ rdf:type sp:Bind ; 638 ] [ rdf:type sp:Bind ;
1116 sp:expression 639 sp:expression
1117 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; 640 [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ;
1118 - sp:arg1 [ sp:varName "uomFlowRateOil"^^xsd:string 641 + sp:arg1 _:b105
1119 - ]
1120 ] ; 642 ] ;
1121 - sp:variable 643 + sp:variable _:b48
1122 - [ sp:varName "volumetricFlowRateScaleOil"^^xsd:string
1123 - ]
1124 ] [ rdf:type sp:Bind ; 644 ] [ rdf:type sp:Bind ;
1125 sp:expression 645 sp:expression
1126 [ rdf:type ep-spin-lib:selectVolumeScale ; 646 [ rdf:type ep-spin-lib:selectVolumeScale ;
1127 - sp:arg1 [ sp:varName "uomVolumeOil"^^xsd:string 647 + sp:arg1 _:b127
1128 - ]
1129 ] ; 648 ] ;
1130 - sp:variable 649 + sp:variable _:b51
1131 - [ sp:varName "volumeScaleOil"^^xsd:string
1132 - ]
1133 ] [ rdf:type sp:Bind ; 650 ] [ rdf:type sp:Bind ;
1134 sp:expression 651 sp:expression
1135 [ rdf:type ep-spin-lib:selectVolumeScale ; 652 [ rdf:type ep-spin-lib:selectVolumeScale ;
1136 - sp:arg1 [ sp:varName "uomVolumeGas"^^xsd:string 653 + sp:arg1 _:b129
1137 - ]
1138 ] ; 654 ] ;
1139 - sp:variable 655 + sp:variable _:b61
1140 - [ sp:varName "volumeScaleGas"^^xsd:string
1141 - ]
1142 ] [ rdf:type sp:Bind ; 656 ] [ rdf:type sp:Bind ;
1143 sp:expression 657 sp:expression
1144 [ rdf:type ep-spin-lib:selectVolumeScale ; 658 [ rdf:type ep-spin-lib:selectVolumeScale ;
1145 - sp:arg1 [ sp:varName "uomVolumeWater"^^xsd:string 659 + sp:arg1 _:b131
1146 - ]
1147 ] ; 660 ] ;
1148 - sp:variable 661 + sp:variable _:b41
1149 - [ sp:varName "volumeScaleWater"^^xsd:string
1150 - ]
1151 ] [ rdf:type sp:Bind ; 662 ] [ rdf:type sp:Bind ;
1152 sp:expression 663 sp:expression
1153 [ rdf:type ep-spin-lib:selectVolumeScale ; 664 [ rdf:type ep-spin-lib:selectVolumeScale ;
1154 - sp:arg1 [ sp:varName "uomStored"^^xsd:string 665 + sp:arg1 _:b133
1155 - ]
1156 ] ; 666 ] ;
1157 - sp:variable 667 + sp:variable _:b83
1158 - [ sp:varName "volumeScaleStored"^^xsd:string
1159 - ]
1160 ] [ rdf:type sp:Bind ; 668 ] [ rdf:type sp:Bind ;
1161 sp:expression 669 sp:expression
1162 [ rdf:type ep-spin-lib:selectPressureScale ; 670 [ rdf:type ep-spin-lib:selectPressureScale ;
1163 - sp:arg1 [ sp:varName "uomShutIn"^^xsd:string 671 + sp:arg1 _:b111
1164 - ]
1165 ] ; 672 ] ;
1166 - sp:variable 673 + sp:variable _:b64
1167 - [ sp:varName "pressureScaleShutIn"^^xsd:string
1168 - ]
1169 ] [ rdf:type sp:Bind ; 674 ] [ rdf:type sp:Bind ;
1170 sp:expression 675 sp:expression
1171 [ rdf:type ep-spin-lib:selectPressureScale ; 676 [ rdf:type ep-spin-lib:selectPressureScale ;
1172 - sp:arg1 [ sp:varName "uomFlowing"^^xsd:string 677 + sp:arg1 _:b113
1173 - ]
1174 ] ; 678 ] ;
1175 - sp:variable 679 + sp:variable _:b67
1176 - [ sp:varName "pressureScaleFlowing"^^xsd:string
1177 - ]
1178 ] [ rdf:type sp:Bind ; 680 ] [ rdf:type sp:Bind ;
1179 sp:expression 681 sp:expression
1180 [ rdf:type ep-spin-lib:selectPressureScale ; 682 [ rdf:type ep-spin-lib:selectPressureScale ;
1181 - sp:arg1 [ sp:varName "uomBottom"^^xsd:string 683 + sp:arg1 _:b115
1182 - ]
1183 ] ; 684 ] ;
1184 - sp:variable 685 + sp:variable _:b70
1185 - [ sp:varName "pressureScaleBottom"^^xsd:string
1186 - ]
1187 ] [ rdf:type sp:Bind ; 686 ] [ rdf:type sp:Bind ;
1188 sp:expression 687 sp:expression
1189 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 688 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
1190 - sp:arg1 [ sp:varName "uomChloride"^^xsd:string 689 + sp:arg1 _:b121
1191 - ]
1192 ] ; 690 ] ;
1193 - sp:variable 691 + sp:variable _:b73
1194 - [ sp:varName "specificMassScaleChloride"^^xsd:string
1195 - ]
1196 ] [ rdf:type sp:Bind ; 692 ] [ rdf:type sp:Bind ;
1197 sp:expression 693 sp:expression
1198 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 694 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
1199 - sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string 695 + sp:arg1 _:b123
1200 - ]
1201 ] ; 696 ] ;
1202 - sp:variable 697 + sp:variable _:b76
1203 - [ sp:varName "specificMassScaleCarbonDioxide"^^xsd:string
1204 - ]
1205 ] [ rdf:type sp:Bind ; 698 ] [ rdf:type sp:Bind ;
1206 sp:expression 699 sp:expression
1207 [ rdf:type ep-spin-lib:selectSpecificMassScale ; 700 [ rdf:type ep-spin-lib:selectSpecificMassScale ;
1208 - sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string 701 + sp:arg1 _:b125
1209 - ]
1210 ] ; 702 ] ;
1211 - sp:variable 703 + sp:variable _:b79
1212 - [ sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string 704 + ] [ rdf:type sp:Bind ;
705 + sp:expression
706 + [ rdf:type rhspin:wellBoreByName ;
707 + arg:wellBoreName
708 + [ rdf:type xsd:string ;
709 + sp:arg1 _:b84
1213 ] 710 ]
711 + ] ;
712 + sp:variable _:b5
1214 ]) 713 ])
1215 ] . 714 ] .
715 +
716 +_:b84
717 + sp:varName "nameWellBore"^^xsd:string .
718 +
719 +_:b85
720 + sp:varName "dTimStart"^^xsd:string .
721 +
722 +_:b86
723 + sp:varName "wellTestInfo"^^xsd:string .
724 +
725 +_:b7 sp:varName "dTimWellTest"^^xsd:string .
726 +
727 +_:b87
728 + sp:varName "enumTestType"^^xsd:string .
729 +
730 +_:b8 sp:varName "testNumber"^^xsd:string .
731 +
732 +_:b88
733 + sp:varName "mdTop"^^xsd:string .
734 +
735 +_:b89
736 + sp:varName "uomMdTop"^^xsd:string .
737 +
738 +_:b10
739 + sp:varName "realMdTop"^^xsd:string .
740 +
741 +_:b90
742 + sp:varName "mdBottom"^^xsd:string .
743 +
744 +_:b91
745 + sp:varName "uomMdBottom"^^xsd:string .
746 +
747 +_:b13
748 + sp:varName "realMdBottom"^^xsd:string .
749 +
750 +_:b92
751 + sp:varName "tvdTop"^^xsd:string .
752 +
753 +_:b93
754 + sp:varName "uomTvdTop"^^xsd:string .
755 +
756 +_:b16
757 + sp:varName "realTvdTop"^^xsd:string .
758 +
759 +_:b94
760 + sp:varName "tvdBottom"^^xsd:string .
761 +
762 +_:b95
763 + sp:varName "uomTvdBottom"^^xsd:string .
764 +
765 +_:b19
766 + sp:varName "realTvdBottom"^^xsd:string .
767 +
768 +_:b96
769 + sp:varName "chokeOrificeSize"^^xsd:string .
770 +
771 +_:b97
772 + sp:varName "uomOrifice"^^xsd:string .
773 +
774 +_:b23
775 + sp:varName "realOrifice"^^xsd:string .
776 +
777 +_:b98
778 + sp:varName "densityOil"^^xsd:string .
779 +
780 +_:b99
781 + sp:varName "uomDensityOil"^^xsd:string .
782 +
783 +_:b44
784 + sp:varName "realDensityOil"^^xsd:string .
785 +
786 +_:b100
787 + sp:varName "densityWater"^^xsd:string .
788 +
789 +_:b101
790 + sp:varName "uomDensityWater"^^xsd:string .
791 +
792 +_:b34
793 + sp:varName "realDensityWater"^^xsd:string .
794 +
795 +_:b102
796 + sp:varName "densityGas"^^xsd:string .
797 +
798 +_:b103
799 + sp:varName "uomDensityGas"^^xsd:string .
800 +
801 +_:b54
802 + sp:varName "realDensityGas"^^xsd:string .
803 +
804 +_:b104
805 + sp:varName "flowRateOil"^^xsd:string .
806 +
807 +_:b105
808 + sp:varName "uomFlowRateOil"^^xsd:string .
809 +
810 +_:b47
811 + sp:varName "realFlowRateOil"^^xsd:string .
812 +
813 +_:b106
814 + sp:varName "flowRateWater"^^xsd:string .
815 +
816 +_:b107
817 + sp:varName "uomFlowRateWater"^^xsd:string .
818 +
819 +_:b37
820 + sp:varName "realFlowRateWater"^^xsd:string .
821 +
822 +_:b108
823 + sp:varName "flowRateGas"^^xsd:string .
824 +
825 +_:b109
826 + sp:varName "uomFlowRateGas"^^xsd:string .
827 +
828 +_:b57
829 + sp:varName "realFlowRateGas"^^xsd:string .
830 +
831 +_:b110
832 + sp:varName "presShutIn"^^xsd:string .
833 +
834 +_:b111
835 + sp:varName "uomShutIn"^^xsd:string .
836 +
837 +_:b63
838 + sp:varName "realShutIn"^^xsd:string .
839 +
840 +_:b112
841 + sp:varName "presFlowing"^^xsd:string .
842 +
843 +_:b113
844 + sp:varName "uomFlowing"^^xsd:string .
845 +
846 +_:b66
847 + sp:varName "realFlowing"^^xsd:string .
848 +
849 +_:b114
850 + sp:varName "presBottom"^^xsd:string .
851 +
852 +_:b115
853 + sp:varName "uomBottom"^^xsd:string .
854 +
855 +_:b69
856 + sp:varName "realBottom"^^xsd:string .
857 +
858 +_:b116
859 + sp:varName "gasOilRatio"^^xsd:string .
860 +
861 +_:b117
862 + sp:varName "uomGasOil"^^xsd:string .
863 +
864 +_:b30
865 + sp:varName "realGasOil"^^xsd:string .
866 +
867 +_:b118
868 + sp:varName "waterOilRatio"^^xsd:string .
869 +
870 +_:b119
871 + sp:varName "uomWaterOil"^^xsd:string .
872 +
873 +_:b27
874 + sp:varName "realWaterOil"^^xsd:string .
875 +
876 +_:b120
877 + sp:varName "chloride"^^xsd:string .
878 +
879 +_:b121
880 + sp:varName "uomChloride"^^xsd:string .
881 +
882 +_:b72
883 + sp:varName "realChloride"^^xsd:string .
884 +
885 +_:b122
886 + sp:varName "carbonDioxide"^^xsd:string .
887 +
888 +_:b123
889 + sp:varName "uomCarbonDioxide"^^xsd:string .
890 +
891 +_:b75
892 + sp:varName "realCarbonDioxide"^^xsd:string .
893 +
894 +_:b124
895 + sp:varName "hydrogenSulfide"^^xsd:string .
896 +
897 +_:b125
898 + sp:varName "uomHydrogenSulfide"^^xsd:string .
899 +
900 +_:b78
901 + sp:varName "realHydrogenSulfide"^^xsd:string .
902 +
903 +_:b126
904 + sp:varName "volOilTotal"^^xsd:string .
905 +
906 +_:b127
907 + sp:varName "uomVolumeOil"^^xsd:string .
908 +
909 +_:b50
910 + sp:varName "realVolumeOil"^^xsd:string .
911 +
912 +_:b128
913 + sp:varName "volGasTotal"^^xsd:string .
914 +
915 +_:b129
916 + sp:varName "uomVolumeGas"^^xsd:string .
917 +
918 +_:b60
919 + sp:varName "realVolumeGas"^^xsd:string .
920 +
921 +_:b130
922 + sp:varName "volWaterTotal"^^xsd:string .
923 +
924 +_:b131
925 + sp:varName "uomVolumeWater"^^xsd:string .
926 +
927 +_:b40
928 + sp:varName "realVolumeWater"^^xsd:string .
929 +
930 +_:b132
931 + sp:varName "volOilStored"^^xsd:string .
932 +
933 +_:b133
934 + sp:varName "uomStored"^^xsd:string .
935 +
936 +_:b82
937 + sp:varName "realStored"^^xsd:string .
938 +
939 +_:b134
940 + sp:varName "normalizedWellBoreName"^^xsd:string .
941 +
942 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
943 +
944 +_:b135
945 + sp:varName "localname"^^xsd:string .
946 +
947 +_:b1 sp:varName "wellTest"^^xsd:string .
948 +
949 +_:b6 sp:varName "wellTestType"^^xsd:string .
950 +
951 +_:b11
952 + sp:varName "lengthScaleMdTop"^^xsd:string .
953 +
954 +_:b17
955 + sp:varName "lengthScaleTvdTop"^^xsd:string .
956 +
957 +_:b14
958 + sp:varName "lengthScaleMdBottom"^^xsd:string .
959 +
960 +_:b20
961 + sp:varName "lengthScaleTvdBottom"^^xsd:string .
962 +
963 +_:b24
964 + sp:varName "lengthScaleOrifice"^^xsd:string .
965 +
966 +_:b28
967 + sp:varName "specificVolumeScaleWaterOil"^^xsd:string .
968 +
969 +_:b31
970 + sp:varName "specificVolumeScaleGasOil"^^xsd:string .
971 +
972 +_:b35
973 + sp:varName "densityScaleWater"^^xsd:string .
974 +
975 +_:b45
976 + sp:varName "densityScaleOil"^^xsd:string .
977 +
978 +_:b55
979 + sp:varName "densityScaleGas"^^xsd:string .
980 +
981 +_:b58
982 + sp:varName "volumetricFlowRateScaleGas"^^xsd:string .
983 +
984 +_:b38
985 + sp:varName "volumetricFlowRateScaleWater"^^xsd:string .
986 +
987 +_:b48
988 + sp:varName "volumetricFlowRateScaleOil"^^xsd:string .
989 +
990 +_:b51
991 + sp:varName "volumeScaleOil"^^xsd:string .
992 +
993 +_:b61
994 + sp:varName "volumeScaleGas"^^xsd:string .
995 +
996 +_:b41
997 + sp:varName "volumeScaleWater"^^xsd:string .
998 +
999 +_:b83
1000 + sp:varName "volumeScaleStored"^^xsd:string .
1001 +
1002 +_:b64
1003 + sp:varName "pressureScaleShutIn"^^xsd:string .
1004 +
1005 +_:b67
1006 + sp:varName "pressureScaleFlowing"^^xsd:string .
1007 +
1008 +_:b70
1009 + sp:varName "pressureScaleBottom"^^xsd:string .
1010 +
1011 +_:b73
1012 + sp:varName "specificMassScaleChloride"^^xsd:string .
1013 +
1014 +_:b76
1015 + sp:varName "specificMassScaleCarbonDioxide"^^xsd:string .
1016 +
1017 +_:b79
1018 + sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string .
1019 +
1020 +_:b5 sp:varName "wellBore"^^xsd:string .
......
1 +# Saved by TopBraid on Fri Oct 28 16:11:37 BST 2011
1 # baseURI: null 2 # baseURI: null
2 3
3 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......