Holger Knublauch

SPIN templates for DDR tables

1 +# baseURI: http://www.reportinghub.no/ep/spin/ddr-tables-v1.0
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
4 +# imports: http://www.reportinghub.no/spin/rh
5 +
6 +@prefix ddr-tables: <http://www.reportinghub.no/ep/spin/ddr-tables#> .
7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
11 +@prefix sp: <http://spinrdf.org/sp#> .
12 +@prefix spin: <http://spinrdf.org/spin#> .
13 +@prefix spl: <http://spinrdf.org/spl#> .
14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 +
16 +ddr-tables:Operations
17 + rdf:type rhspin:TableTemplate ;
18 + rdfs:label "Operations"^^xsd:string ;
19 + rdfs:subClassOf rhspin:DDRTableTemplates ;
20 + spin:body
21 + [ rdf:type sp:Select ;
22 + sp:orderBy (_:b1) ;
23 + sp:resultVariables (_:b1 _:b2 [ sp:varName "startDepth"^^xsd:string
24 + ] [ sp:varName "endDepth"^^xsd:string
25 + ] [ sp:varName "activity"^^xsd:string
26 + ] [ sp:varName "state"^^xsd:string
27 + ] [ sp:varName "remark"^^xsd:string
28 + ]) ;
29 + sp:where ([ sp:object _:b3 ;
30 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
31 + sp:subject
32 + [ sp:varName "report"^^xsd:string
33 + ]
34 + ] [ sp:object _:b4 ;
35 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
36 + sp:subject _:b3
37 + ] [ sp:object _:b1 ;
38 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
39 + sp:subject _:b4
40 + ] [ sp:object _:b2 ;
41 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
42 + sp:subject _:b4
43 + ])
44 + ] ;
45 + rhspin:tableHeaders ("Start Time"^^xsd:string "End Time"^^xsd:string "Start Depth mMD"^^xsd:string "End Depth mMD"^^xsd:string "Depth mMD"^^xsd:string "Main - Sub Activity"^^xsd:string "State"^^xsd:string "Remark"^^xsd:string) .
46 +
47 +<http://www.reportinghub.no/ep/spin/ddr-tables-v1.0>
48 + rdf:type owl:Ontology ;
49 + rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
50 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> ;
51 + owl:versionInfo "0.1.0"^^xsd:string .
52 +
53 +_:b2 sp:varName "endTime"^^xsd:string .
54 +
55 +_:b1 sp:varName "startTime"^^xsd:string .
56 +
57 +_:b4 sp:varName "part"^^xsd:string .
58 +
59 +_:b3 sp:varName "reportOn"^^xsd:string .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/examples/ddr/NPD_110412124707
2 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
3 +
4 +@prefix : <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> .
5 +@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
6 +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
7 +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
8 +@prefix ep-actpurp: <http://www.reportinghub.no/ep/schema/activity-purpose#> .
9 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
10 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
11 +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
12 +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
13 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
14 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
15 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r>
19 + ddr:drillReport <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> .
20 +
21 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
22 + ep-core:basisFor
23 + [ rdf:type rdf:Statement ;
24 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0> ;
25 + rdf:predicate ddr:drillReport ;
26 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r>
27 + ] ;
28 + ddr:activity <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ;
29 + ddr:bitRecord <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ;
30 + ddr:createDate "2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
31 + ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
32 + ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
33 + ddr:enumVersionKind ddr:ORV_normal ;
34 + ddr:fluid <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ;
35 + ddr:name "25/8-C-23"^^xsd:string ;
36 + ddr:nameWell "25/8-C-23"^^xsd:string ;
37 + ddr:nameWellbore "25/08-C-23 B"^^xsd:string ;
38 + ddr:statusInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ;
39 + ddr:wellAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ;
40 + ddr:wellDatum <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ;
41 + ddr:wellboreAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ;
42 + ddr:wellboreInfo <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> .
43 +
44 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-0>
45 + ep-core:basisFor
46 + [ rdf:type rdf:Statement ;
47 + rdf:object "25/8-C-23"^^xsd:string ;
48 + rdf:predicate ddr:nameWell ;
49 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
50 + ] .
51 +
52 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-1>
53 + ep-core:basisFor
54 + [ rdf:type rdf:Statement ;
55 + rdf:object "25/08-C-23 B"^^xsd:string ;
56 + rdf:predicate ddr:nameWellbore ;
57 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
58 + ] .
59 +
60 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
61 + ep-core:basisFor
62 + [ rdf:type rdf:Statement ;
63 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10> ;
64 + rdf:predicate ddr:wellDatum ;
65 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
66 + ] ;
67 + ddr:elevation
68 + [ rdf:type ddr:WellElevationCoord ;
69 + dtype:value "32"^^xsd:double ;
70 + ddr:uom "m"
71 + ] ;
72 + ddr:enumCode ddr:ECE_KB ;
73 + ddr:name "Kelly Bushing"^^xsd:string .
74 +
75 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-0>
76 + ep-core:basisFor
77 + [ rdf:type rdf:Statement ;
78 + rdf:object "Kelly Bushing"^^xsd:string ;
79 + rdf:predicate ddr:name ;
80 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
81 + ] .
82 +
83 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-1>
84 + ep-core:basisFor
85 + [ rdf:type rdf:Statement ;
86 + rdf:object ddr:ECE_KB ;
87 + rdf:predicate ddr:enumCode ;
88 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
89 + ] .
90 +
91 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10-2>
92 + ep-core:basisFor
93 + [ rdf:type rdf:Statement ;
94 + rdf:object "32"^^xsd:double ;
95 + rdf:predicate ddr:elevation ;
96 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-10>
97 + ] .
98 +
99 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
100 + ep-core:basisFor
101 + [ rdf:type rdf:Statement ;
102 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11> ;
103 + rdf:predicate ddr:wellDatum ;
104 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
105 + ] ;
106 + ddr:elevation
107 + [ rdf:type ddr:WellElevationCoord ;
108 + dtype:value "32"^^xsd:double ;
109 + ddr:uom "m"
110 + ] ;
111 + ddr:enumCode ddr:ECE_SL ;
112 + ddr:name "Sea Level"^^xsd:string .
113 +
114 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-0>
115 + ep-core:basisFor
116 + [ rdf:type rdf:Statement ;
117 + rdf:object "Sea Level"^^xsd:string ;
118 + rdf:predicate ddr:name ;
119 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
120 + ] .
121 +
122 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-1>
123 + ep-core:basisFor
124 + [ rdf:type rdf:Statement ;
125 + rdf:object ddr:ECE_SL ;
126 + rdf:predicate ddr:enumCode ;
127 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
128 + ] .
129 +
130 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11-2>
131 + ep-core:basisFor
132 + [ rdf:type rdf:Statement ;
133 + rdf:object "32"^^xsd:double ;
134 + rdf:predicate ddr:elevation ;
135 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-11>
136 + ] .
137 +
138 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
139 + ep-core:basisFor
140 + [ rdf:type rdf:Statement ;
141 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12> ;
142 + rdf:predicate ddr:wellboreInfo ;
143 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
144 + ] ;
145 + ddr:dTimSpud "2011-01-24T06:00:00.001Z"^^xsd:dateTime ;
146 + ddr:drillContractor "KCA Deutag"^^xsd:string ;
147 + ddr:operator "Esso Norway"^^xsd:string ;
148 + ddr:rigAlias <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> , <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> .
149 +
150 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-0>
151 + ep-core:basisFor
152 + [ rdf:type rdf:Statement ;
153 + rdf:object "2011-01-24T06:00:00.001Z"^^xsd:dateTime ;
154 + rdf:predicate ddr:dTimSpud ;
155 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
156 + ] .
157 +
158 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-1>
159 + ep-core:basisFor
160 + [ rdf:type rdf:Statement ;
161 + rdf:object "Esso Norway"^^xsd:string ;
162 + rdf:predicate ddr:operator ;
163 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
164 + ] .
165 +
166 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-2>
167 + ep-core:basisFor
168 + [ rdf:type rdf:Statement ;
169 + rdf:object "KCA Deutag"^^xsd:string ;
170 + rdf:predicate ddr:drillContractor ;
171 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
172 + ] .
173 +
174 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
175 + ep-core:basisFor
176 + [ rdf:type rdf:Statement ;
177 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3> ;
178 + rdf:predicate ddr:rigAlias ;
179 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
180 + ] ;
181 + ddr:name "Ringhorne"^^xsd:string ;
182 + ddr:namingSystem "NPD Name"^^xsd:string .
183 +
184 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-0>
185 + ep-core:basisFor
186 + [ rdf:type rdf:Statement ;
187 + rdf:object "Ringhorne"^^xsd:string ;
188 + rdf:predicate ddr:name ;
189 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
190 + ] .
191 +
192 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3-1>
193 + ep-core:basisFor
194 + [ rdf:type rdf:Statement ;
195 + rdf:object "NPD Name"^^xsd:string ;
196 + rdf:predicate ddr:namingSystem ;
197 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-3>
198 + ] .
199 +
200 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
201 + ep-core:basisFor
202 + [ rdf:type rdf:Statement ;
203 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4> ;
204 + rdf:predicate ddr:rigAlias ;
205 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12>
206 + ] ;
207 + ddr:name "280849"^^xsd:string ;
208 + ddr:namingSystem "NPD Code"^^xsd:string .
209 +
210 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-0>
211 + ep-core:basisFor
212 + [ rdf:type rdf:Statement ;
213 + rdf:object "280849"^^xsd:string ;
214 + rdf:predicate ddr:name ;
215 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
216 + ] .
217 +
218 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4-1>
219 + ep-core:basisFor
220 + [ rdf:type rdf:Statement ;
221 + rdf:object "NPD Code"^^xsd:string ;
222 + rdf:predicate ddr:namingSystem ;
223 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-12-4>
224 + ] .
225 +
226 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
227 + ep-core:basisFor
228 + [ rdf:type rdf:Statement ;
229 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13> ;
230 + rdf:predicate ddr:statusInfo ;
231 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
232 + ] ;
233 + ddr:dTim "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
234 + ddr:distDrill _:b1 ;
235 + ddr:elevKelly _:b2 ;
236 + ddr:enumPresTestType
237 + ddr:PT_formationintegritytest ;
238 + ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
239 + ddr:md _:b3 ;
240 + ddr:ropCurrent _:b4 ;
241 + ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string .
242 +
243 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-0>
244 + ep-core:basisFor
245 + [ rdf:type rdf:Statement ;
246 + rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
247 + rdf:predicate ddr:dTim ;
248 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
249 + ] .
250 +
251 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-1>
252 + ep-core:basisFor
253 + [ rdf:type rdf:Statement ;
254 + rdf:object "6292"^^xsd:double ;
255 + rdf:predicate ddr:md ;
256 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
257 + ] .
258 +
259 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-2>
260 + ep-core:basisFor
261 + [ rdf:type rdf:Statement ;
262 + rdf:object ddr:PT_formationintegritytest ;
263 + rdf:predicate ddr:enumPresTestType ;
264 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
265 + ] .
266 +
267 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-3>
268 + ep-core:basisFor
269 + [ rdf:type rdf:Statement ;
270 + rdf:object "138"^^xsd:double ;
271 + rdf:predicate ddr:distDrill ;
272 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
273 + ] .
274 +
275 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-4>
276 + ep-core:basisFor
277 + [ rdf:type rdf:Statement ;
278 + rdf:object "60.2999992370605"^^xsd:double ;
279 + rdf:predicate ddr:elevKelly ;
280 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
281 + ] .
282 +
283 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-5>
284 + ep-core:basisFor
285 + [ rdf:type rdf:Statement ;
286 + rdf:object "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string ;
287 + rdf:predicate ddr:sum24Hr ;
288 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
289 + ] .
290 +
291 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-6>
292 + ep-core:basisFor
293 + [ rdf:type rdf:Statement ;
294 + rdf:object "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
295 + rdf:predicate ddr:forecast24Hr ;
296 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
297 + ] .
298 +
299 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13-7>
300 + ep-core:basisFor
301 + [ rdf:type rdf:Statement ;
302 + rdf:object "9.51724137931035"^^xsd:double ;
303 + rdf:predicate ddr:ropCurrent ;
304 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-13>
305 + ] .
306 +
307 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
308 + ep-core:basisFor
309 + [ rdf:type rdf:Statement ;
310 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14> ;
311 + rdf:predicate ddr:bitRecord ;
312 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
313 + ] ;
314 + ddr:codeMfg "HCM 607"^^xsd:string ;
315 + ddr:diaBit
316 + [ rdf:type ddr:LengthMeasure ;
317 + dtype:value "8.50000015393957"^^xsd:double ;
318 + ddr:uom "in"
319 + ] ;
320 + ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
321 + ddr:numBit "b6"^^xsd:string .
322 +
323 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-0>
324 + ep-core:basisFor
325 + [ rdf:type rdf:Statement ;
326 + rdf:object "b6"^^xsd:string ;
327 + rdf:predicate ddr:numBit ;
328 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
329 + ] .
330 +
331 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-1>
332 + ep-core:basisFor
333 + [ rdf:type rdf:Statement ;
334 + rdf:object "8.50000015393957"^^xsd:double ;
335 + rdf:predicate ddr:diaBit ;
336 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
337 + ] .
338 +
339 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-2>
340 + ep-core:basisFor
341 + [ rdf:type rdf:Statement ;
342 + rdf:object "Hughes-Christensen"^^xsd:string ;
343 + rdf:predicate ddr:manufacturer ;
344 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
345 + ] .
346 +
347 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14-3>
348 + ep-core:basisFor
349 + [ rdf:type rdf:Statement ;
350 + rdf:object "HCM 607"^^xsd:string ;
351 + rdf:predicate ddr:codeMfg ;
352 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-14>
353 + ] .
354 +
355 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
356 + ep-core:basisFor
357 + [ rdf:type rdf:Statement ;
358 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15> ;
359 + rdf:predicate ddr:bitRecord ;
360 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
361 + ] ;
362 + ddr:codeMfg "HCM 607"^^xsd:string ;
363 + ddr:diaBit
364 + [ rdf:type ddr:LengthMeasure ;
365 + dtype:value "8.50000015393957"^^xsd:double ;
366 + ddr:uom "in"
367 + ] ;
368 + ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
369 + ddr:numBit "b6"^^xsd:string .
370 +
371 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-0>
372 + ep-core:basisFor
373 + [ rdf:type rdf:Statement ;
374 + rdf:object "b6"^^xsd:string ;
375 + rdf:predicate ddr:numBit ;
376 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
377 + ] .
378 +
379 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-1>
380 + ep-core:basisFor
381 + [ rdf:type rdf:Statement ;
382 + rdf:object "8.50000015393957"^^xsd:double ;
383 + rdf:predicate ddr:diaBit ;
384 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
385 + ] .
386 +
387 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-2>
388 + ep-core:basisFor
389 + [ rdf:type rdf:Statement ;
390 + rdf:object "Hughes-Christensen"^^xsd:string ;
391 + rdf:predicate ddr:manufacturer ;
392 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
393 + ] .
394 +
395 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15-3>
396 + ep-core:basisFor
397 + [ rdf:type rdf:Statement ;
398 + rdf:object "HCM 607"^^xsd:string ;
399 + rdf:predicate ddr:codeMfg ;
400 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-15>
401 + ] .
402 +
403 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
404 + ep-core:basisFor
405 + [ rdf:type rdf:Statement ;
406 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16> ;
407 + rdf:predicate ddr:bitRecord ;
408 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
409 + ] ;
410 + ddr:codeMfg "HCM 607"^^xsd:string ;
411 + ddr:diaBit
412 + [ rdf:type ddr:LengthMeasure ;
413 + dtype:value "8.50000015393957"^^xsd:double ;
414 + ddr:uom "in"
415 + ] ;
416 + ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
417 + ddr:numBit "b6"^^xsd:string .
418 +
419 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-0>
420 + ep-core:basisFor
421 + [ rdf:type rdf:Statement ;
422 + rdf:object "b6"^^xsd:string ;
423 + rdf:predicate ddr:numBit ;
424 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
425 + ] .
426 +
427 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-1>
428 + ep-core:basisFor
429 + [ rdf:type rdf:Statement ;
430 + rdf:object "8.50000015393957"^^xsd:double ;
431 + rdf:predicate ddr:diaBit ;
432 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
433 + ] .
434 +
435 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-2>
436 + ep-core:basisFor
437 + [ rdf:type rdf:Statement ;
438 + rdf:object "Hughes-Christensen"^^xsd:string ;
439 + rdf:predicate ddr:manufacturer ;
440 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
441 + ] .
442 +
443 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16-3>
444 + ep-core:basisFor
445 + [ rdf:type rdf:Statement ;
446 + rdf:object "HCM 607"^^xsd:string ;
447 + rdf:predicate ddr:codeMfg ;
448 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-16>
449 + ] .
450 +
451 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
452 + ep-core:basisFor
453 + [ rdf:type rdf:Statement ;
454 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17> ;
455 + rdf:predicate ddr:bitRecord ;
456 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
457 + ] ;
458 + ddr:codeMfg "HCM 607"^^xsd:string ;
459 + ddr:diaBit
460 + [ rdf:type ddr:LengthMeasure ;
461 + dtype:value "8.50000015393957"^^xsd:double ;
462 + ddr:uom "in"
463 + ] ;
464 + ddr:manufacturer "Hughes-Christensen"^^xsd:string ;
465 + ddr:numBit "b6"^^xsd:string .
466 +
467 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-0>
468 + ep-core:basisFor
469 + [ rdf:type rdf:Statement ;
470 + rdf:object "b6"^^xsd:string ;
471 + rdf:predicate ddr:numBit ;
472 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
473 + ] .
474 +
475 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-1>
476 + ep-core:basisFor
477 + [ rdf:type rdf:Statement ;
478 + rdf:object "8.50000015393957"^^xsd:double ;
479 + rdf:predicate ddr:diaBit ;
480 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
481 + ] .
482 +
483 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-2>
484 + ep-core:basisFor
485 + [ rdf:type rdf:Statement ;
486 + rdf:object "Hughes-Christensen"^^xsd:string ;
487 + rdf:predicate ddr:manufacturer ;
488 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
489 + ] .
490 +
491 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17-3>
492 + ep-core:basisFor
493 + [ rdf:type rdf:Statement ;
494 + rdf:object "HCM 607"^^xsd:string ;
495 + rdf:predicate ddr:codeMfg ;
496 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-17>
497 + ] .
498 +
499 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
500 + ep-core:basisFor
501 + [ rdf:type rdf:Statement ;
502 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18> ;
503 + rdf:predicate ddr:fluid ;
504 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
505 + ] ;
506 + ddr:dTim "2011-04-05T09:00:00.001Z"^^xsd:dateTime ;
507 + ddr:density
508 + [ rdf:type ddr:DensityMeasure ;
509 + dtype:value "1370"^^xsd:double ;
510 + ddr:uom "g/cm3"
511 + ] ;
512 + ddr:enumMudClass ddr:MC_oilbased ;
513 + ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
514 + dtype:value "6162"^^xsd:double ;
515 + ddr:uom "m"
516 + ] ;
517 + ddr:presBopRating
518 + [ rdf:type ddr:PressureMeasureBar ;
519 + dtype:value "344.7378515625"^^xsd:double ;
520 + ddr:uom "bar"
521 + ] ;
522 + ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
523 + dtype:value "19"^^xsd:double ;
524 + ddr:uom "mPa.s"
525 + ] ;
526 + ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
527 + dtype:value "1799.94559164957"^^xsd:double ;
528 + ddr:uom "m"
529 + ] ;
530 + ddr:type "Oil Based"^^xsd:string ;
531 + ddr:yp [ rdf:type ddr:PressureMeasure ;
532 + dtype:value "5.745631"^^xsd:double ;
533 + ddr:uom "Pa"
534 + ] .
535 +
536 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-0>
537 + ep-core:basisFor
538 + [ rdf:type rdf:Statement ;
539 + rdf:object "Oil Based"^^xsd:string ;
540 + rdf:predicate ddr:type ;
541 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
542 + ] .
543 +
544 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-1>
545 + ep-core:basisFor
546 + [ rdf:type rdf:Statement ;
547 + rdf:object "2011-04-05T09:00:00.001Z"^^xsd:dateTime ;
548 + rdf:predicate ddr:dTim ;
549 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
550 + ] .
551 +
552 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-2>
553 + ep-core:basisFor
554 + [ rdf:type rdf:Statement ;
555 + rdf:object "6162"^^xsd:double ;
556 + rdf:predicate ddr:md ;
557 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
558 + ] .
559 +
560 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-3>
561 + ep-core:basisFor
562 + [ rdf:type rdf:Statement ;
563 + rdf:object "1799.94559164957"^^xsd:double ;
564 + rdf:predicate ddr:tvd ;
565 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
566 + ] .
567 +
568 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-4>
569 + ep-core:basisFor
570 + [ rdf:type rdf:Statement ;
571 + rdf:object "344.7378515625"^^xsd:double ;
572 + rdf:predicate ddr:presBopRating ;
573 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
574 + ] .
575 +
576 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-5>
577 + ep-core:basisFor
578 + [ rdf:type rdf:Statement ;
579 + rdf:object ddr:MC_oilbased ;
580 + rdf:predicate ddr:enumMudClass ;
581 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
582 + ] .
583 +
584 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-6>
585 + ep-core:basisFor
586 + [ rdf:type rdf:Statement ;
587 + rdf:object "1370"^^xsd:double ;
588 + rdf:predicate ddr:density ;
589 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
590 + ] .
591 +
592 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-7>
593 + ep-core:basisFor
594 + [ rdf:type rdf:Statement ;
595 + rdf:object "19"^^xsd:double ;
596 + rdf:predicate ddr:pv ;
597 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
598 + ] .
599 +
600 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18-8>
601 + ep-core:basisFor
602 + [ rdf:type rdf:Statement ;
603 + rdf:object "5.745631"^^xsd:double ;
604 + rdf:predicate ddr:yp ;
605 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-18>
606 + ] .
607 +
608 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
609 + ep-core:basisFor
610 + [ rdf:type rdf:Statement ;
611 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19> ;
612 + rdf:predicate ddr:fluid ;
613 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
614 + ] ;
615 + ddr:dTim "2011-04-05T14:00:00.001Z"^^xsd:dateTime ;
616 + ddr:density
617 + [ rdf:type ddr:DensityMeasure ;
618 + dtype:value "1380"^^xsd:double ;
619 + ddr:uom "g/cm3"
620 + ] ;
621 + ddr:enumMudClass ddr:MC_oilbased ;
622 + ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
623 + dtype:value "6162"^^xsd:double ;
624 + ddr:uom "m"
625 + ] ;
626 + ddr:presBopRating
627 + [ rdf:type ddr:PressureMeasureBar ;
628 + dtype:value "344.7378515625"^^xsd:double ;
629 + ddr:uom "bar"
630 + ] ;
631 + ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
632 + dtype:value "17"^^xsd:double ;
633 + ddr:uom "mPa.s"
634 + ] ;
635 + ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
636 + dtype:value "1799.94559164957"^^xsd:double ;
637 + ddr:uom "m"
638 + ] ;
639 + ddr:type "Oil Based"^^xsd:string ;
640 + ddr:yp [ rdf:type ddr:PressureMeasure ;
641 + dtype:value "5.266829"^^xsd:double ;
642 + ddr:uom "Pa"
643 + ] .
644 +
645 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-0>
646 + ep-core:basisFor
647 + [ rdf:type rdf:Statement ;
648 + rdf:object "Oil Based"^^xsd:string ;
649 + rdf:predicate ddr:type ;
650 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
651 + ] .
652 +
653 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-1>
654 + ep-core:basisFor
655 + [ rdf:type rdf:Statement ;
656 + rdf:object "2011-04-05T14:00:00.001Z"^^xsd:dateTime ;
657 + rdf:predicate ddr:dTim ;
658 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
659 + ] .
660 +
661 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-2>
662 + ep-core:basisFor
663 + [ rdf:type rdf:Statement ;
664 + rdf:object "6162"^^xsd:double ;
665 + rdf:predicate ddr:md ;
666 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
667 + ] .
668 +
669 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-3>
670 + ep-core:basisFor
671 + [ rdf:type rdf:Statement ;
672 + rdf:object "1799.94559164957"^^xsd:double ;
673 + rdf:predicate ddr:tvd ;
674 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
675 + ] .
676 +
677 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-4>
678 + ep-core:basisFor
679 + [ rdf:type rdf:Statement ;
680 + rdf:object "344.7378515625"^^xsd:double ;
681 + rdf:predicate ddr:presBopRating ;
682 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
683 + ] .
684 +
685 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-5>
686 + ep-core:basisFor
687 + [ rdf:type rdf:Statement ;
688 + rdf:object ddr:MC_oilbased ;
689 + rdf:predicate ddr:enumMudClass ;
690 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
691 + ] .
692 +
693 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-6>
694 + ep-core:basisFor
695 + [ rdf:type rdf:Statement ;
696 + rdf:object "1380"^^xsd:double ;
697 + rdf:predicate ddr:density ;
698 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
699 + ] .
700 +
701 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-7>
702 + ep-core:basisFor
703 + [ rdf:type rdf:Statement ;
704 + rdf:object "17"^^xsd:double ;
705 + rdf:predicate ddr:pv ;
706 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
707 + ] .
708 +
709 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19-8>
710 + ep-core:basisFor
711 + [ rdf:type rdf:Statement ;
712 + rdf:object "5.266829"^^xsd:double ;
713 + rdf:predicate ddr:yp ;
714 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-19>
715 + ] .
716 +
717 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-2>
718 + ep-core:basisFor
719 + [ rdf:type rdf:Statement ;
720 + rdf:object "25/8-C-23"^^xsd:string ;
721 + rdf:predicate ddr:name ;
722 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
723 + ] .
724 +
725 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
726 + ep-core:basisFor
727 + [ rdf:type rdf:Statement ;
728 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20> ;
729 + rdf:predicate ddr:fluid ;
730 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
731 + ] ;
732 + ddr:dTim "2011-04-05T20:45:00.001Z"^^xsd:dateTime ;
733 + ddr:density
734 + [ rdf:type ddr:DensityMeasure ;
735 + dtype:value "1370"^^xsd:double ;
736 + ddr:uom "g/cm3"
737 + ] ;
738 + ddr:enumMudClass ddr:MC_oilbased ;
739 + ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
740 + dtype:value "6225"^^xsd:double ;
741 + ddr:uom "m"
742 + ] ;
743 + ddr:presBopRating
744 + [ rdf:type ddr:PressureMeasureBar ;
745 + dtype:value "344.7378515625"^^xsd:double ;
746 + ddr:uom "bar"
747 + ] ;
748 + ddr:presBopRating
749 + [ rdf:type ddr:PressureMeasureBar ;
750 + dtype:value "344.7378515625"^^xsd:double ;
751 + ddr:uom "bar"
752 + ] ;
753 + ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
754 + dtype:value "17"^^xsd:double ;
755 + ddr:uom "mPa.s"
756 + ] ;
757 + ddr:tvd [ rdf:type ddr:WellVerticalDepthCoord ;
758 + dtype:value "1799.96139825117"^^xsd:double ;
759 + ddr:uom "m"
760 + ] ;
761 + ddr:type "Oil Based"^^xsd:string ;
762 + ddr:yp [ rdf:type ddr:PressureMeasure ;
763 + dtype:value "5.745631"^^xsd:double ;
764 + ddr:uom "Pa"
765 + ] .
766 +
767 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-0>
768 + ep-core:basisFor
769 + [ rdf:type rdf:Statement ;
770 + rdf:object "Oil Based"^^xsd:string ;
771 + rdf:predicate ddr:type ;
772 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
773 + ] .
774 +
775 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-1>
776 + ep-core:basisFor
777 + [ rdf:type rdf:Statement ;
778 + rdf:object "2011-04-05T20:45:00.001Z"^^xsd:dateTime ;
779 + rdf:predicate ddr:dTim ;
780 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
781 + ] .
782 +
783 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-2>
784 + ep-core:basisFor
785 + [ rdf:type rdf:Statement ;
786 + rdf:object "6225"^^xsd:double ;
787 + rdf:predicate ddr:md ;
788 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
789 + ] .
790 +
791 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-3>
792 + ep-core:basisFor
793 + [ rdf:type rdf:Statement ;
794 + rdf:object "1799.96139825117"^^xsd:double ;
795 + rdf:predicate ddr:tvd ;
796 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
797 + ] .
798 +
799 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-4>
800 + ep-core:basisFor
801 + [ rdf:type rdf:Statement ;
802 + rdf:object "344.7378515625"^^xsd:double ;
803 + rdf:predicate ddr:presBopRating ;
804 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
805 + ] .
806 +
807 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-5>
808 + ep-core:basisFor
809 + [ rdf:type rdf:Statement ;
810 + rdf:object "344.7378515625"^^xsd:double ;
811 + rdf:predicate ddr:presBopRating ;
812 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
813 + ] .
814 +
815 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-6>
816 + ep-core:basisFor
817 + [ rdf:type rdf:Statement ;
818 + rdf:object ddr:MC_oilbased ;
819 + rdf:predicate ddr:enumMudClass ;
820 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
821 + ] .
822 +
823 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-7>
824 + ep-core:basisFor
825 + [ rdf:type rdf:Statement ;
826 + rdf:object "1370"^^xsd:double ;
827 + rdf:predicate ddr:density ;
828 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
829 + ] .
830 +
831 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-8>
832 + ep-core:basisFor
833 + [ rdf:type rdf:Statement ;
834 + rdf:object "17"^^xsd:double ;
835 + rdf:predicate ddr:pv ;
836 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
837 + ] .
838 +
839 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20-9>
840 + ep-core:basisFor
841 + [ rdf:type rdf:Statement ;
842 + rdf:object "5.745631"^^xsd:double ;
843 + rdf:predicate ddr:yp ;
844 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-20>
845 + ] .
846 +
847 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
848 + ep-core:basisFor
849 + [ rdf:type rdf:Statement ;
850 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21> ;
851 + rdf:predicate ddr:fluid ;
852 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
853 + ] ;
854 + ddr:dTim "2011-04-06T04:00:00.001Z"^^xsd:dateTime ;
855 + ddr:density
856 + [ rdf:type ddr:DensityMeasure ;
857 + dtype:value "1380"^^xsd:double ;
858 + ddr:uom "g/cm3"
859 + ] ;
860 + ddr:enumMudClass ddr:MC_oilbased ;
861 + ddr:md [ rdf:type ddr:MeasuredDepthCoord ;
862 + dtype:value "6280"^^xsd:double ;
863 + ddr:uom "m"
864 + ] ;
865 + ddr:pv [ rdf:type ddr:DynamicViscosityMeasure ;
866 + dtype:value "18"^^xsd:double ;
867 + ddr:uom "mPa.s"
868 + ] ;
869 + ddr:type "Oil Based"^^xsd:string ;
870 + ddr:yp [ rdf:type ddr:PressureMeasure ;
871 + dtype:value "7.182039"^^xsd:double ;
872 + ddr:uom "Pa"
873 + ] .
874 +
875 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-0>
876 + ep-core:basisFor
877 + [ rdf:type rdf:Statement ;
878 + rdf:object "Oil Based"^^xsd:string ;
879 + rdf:predicate ddr:type ;
880 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
881 + ] .
882 +
883 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-1>
884 + ep-core:basisFor
885 + [ rdf:type rdf:Statement ;
886 + rdf:object "2011-04-06T04:00:00.001Z"^^xsd:dateTime ;
887 + rdf:predicate ddr:dTim ;
888 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
889 + ] .
890 +
891 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-2>
892 + ep-core:basisFor
893 + [ rdf:type rdf:Statement ;
894 + rdf:object "6280"^^xsd:double ;
895 + rdf:predicate ddr:md ;
896 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
897 + ] .
898 +
899 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-3>
900 + ep-core:basisFor
901 + [ rdf:type rdf:Statement ;
902 + rdf:object ddr:MC_oilbased ;
903 + rdf:predicate ddr:enumMudClass ;
904 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
905 + ] .
906 +
907 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-4>
908 + ep-core:basisFor
909 + [ rdf:type rdf:Statement ;
910 + rdf:object "1380"^^xsd:double ;
911 + rdf:predicate ddr:density ;
912 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
913 + ] .
914 +
915 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-5>
916 + ep-core:basisFor
917 + [ rdf:type rdf:Statement ;
918 + rdf:object "18"^^xsd:double ;
919 + rdf:predicate ddr:pv ;
920 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
921 + ] .
922 +
923 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21-6>
924 + ep-core:basisFor
925 + [ rdf:type rdf:Statement ;
926 + rdf:object "7.182039"^^xsd:double ;
927 + rdf:predicate ddr:yp ;
928 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-21>
929 + ] .
930 +
931 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
932 + rdf:type ep-activity:DrillingActivity ;
933 + ep-core:basisFor
934 + [ rdf:type rdf:Statement ;
935 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22> ;
936 + rdf:predicate ddr:activity ;
937 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
938 + ] ;
939 + ddr:comments """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr.
940 +
941 +ECD: 1,53 - 1,56 sg.
942 +
943 +Cuttings weight:
944 +0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ;
945 + ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
946 + ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
947 + ddr:enumPhase ddr:P_fixed ;
948 + ddr:enumProprietaryCode
949 + ddr:ACNPD_drilling--circulatingconditioning ;
950 + ddr:enumState ddr:MAE_ok ;
951 + ddr:enumStateDetailActivity
952 + ddr:SDA_success ;
953 + ddr:md _:b5 ;
954 + ddr:tvd _:b6 .
955 +
956 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-0>
957 + ep-core:basisFor
958 + [ rdf:type rdf:Statement ;
959 + rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
960 + rdf:predicate ddr:dTimStart ;
961 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
962 + ] .
963 +
964 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-1>
965 + ep-core:basisFor
966 + [ rdf:type rdf:Statement ;
967 + rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
968 + rdf:predicate ddr:dTimEnd ;
969 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
970 + ] .
971 +
972 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-2>
973 + ep-core:basisFor
974 + [ rdf:type rdf:Statement ;
975 + rdf:object "6154"^^xsd:double ;
976 + rdf:predicate ddr:md ;
977 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
978 + ] .
979 +
980 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-3>
981 + ep-core:basisFor
982 + [ rdf:type rdf:Statement ;
983 + rdf:object "1799.94758440832"^^xsd:double ;
984 + rdf:predicate ddr:tvd ;
985 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
986 + ] .
987 +
988 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-4>
989 + ep-core:basisFor
990 + [ rdf:type rdf:Statement ;
991 + rdf:object ddr:P_fixed ;
992 + rdf:predicate ddr:enumPhase ;
993 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
994 + ] .
995 +
996 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-5>
997 + ep-core:basisFor
998 + [ rdf:type rdf:Statement ;
999 + rdf:object ddr:ACNPD_drilling--circulatingconditioning ;
1000 + rdf:predicate ddr:enumProprietaryCode ;
1001 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
1002 + ] .
1003 +
1004 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-6>
1005 + ep-core:basisFor
1006 + [ rdf:type rdf:Statement ;
1007 + rdf:object ddr:MAE_ok ;
1008 + rdf:predicate ddr:enumState ;
1009 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
1010 + ] .
1011 +
1012 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-7>
1013 + ep-core:basisFor
1014 + [ rdf:type rdf:Statement ;
1015 + rdf:object ddr:SDA_success ;
1016 + rdf:predicate ddr:enumStateDetailActivity ;
1017 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
1018 + ] .
1019 +
1020 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22-8>
1021 + ep-core:basisFor
1022 + [ rdf:type rdf:Statement ;
1023 + rdf:object """Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr.
1024 +
1025 +ECD: 1,53 - 1,56 sg.
1026 +
1027 +Cuttings weight:
1028 +0600hrs - 8kg/min (150 RPM, 1600 lpm)"""^^xsd:string ;
1029 + rdf:predicate ddr:comments ;
1030 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-22>
1031 + ] .
1032 +
1033 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1034 + rdf:type ep-activity:DrillingActivity ;
1035 + ep-core:basisFor
1036 + [ rdf:type rdf:Statement ;
1037 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23> ;
1038 + rdf:predicate ddr:activity ;
1039 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1040 + ] ;
1041 + ddr:comments """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr
1042 +
1043 +ECD: 1,50-1,55 sg
1044 +
1045 +Cuttings weight
1046 +0700hrs - 6 kg/min
1047 +0800hrs - 6 kg/min"""^^xsd:string ;
1048 + ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
1049 + ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
1050 + ddr:enumPhase ddr:P_fixed ;
1051 + ddr:enumProprietaryCode
1052 + ddr:ACNPD_drilling--drill ;
1053 + ddr:enumState ddr:MAE_ok ;
1054 + ddr:enumStateDetailActivity
1055 + ddr:SDA_success ;
1056 + ddr:md _:b7 ;
1057 + ddr:tvd _:b8 .
1058 +
1059 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-0>
1060 + ep-core:basisFor
1061 + [ rdf:type rdf:Statement ;
1062 + rdf:object "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
1063 + rdf:predicate ddr:dTimStart ;
1064 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1065 + ] .
1066 +
1067 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-1>
1068 + ep-core:basisFor
1069 + [ rdf:type rdf:Statement ;
1070 + rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
1071 + rdf:predicate ddr:dTimEnd ;
1072 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1073 + ] .
1074 +
1075 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-2>
1076 + ep-core:basisFor
1077 + [ rdf:type rdf:Statement ;
1078 + rdf:object "6162"^^xsd:double ;
1079 + rdf:predicate ddr:md ;
1080 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1081 + ] .
1082 +
1083 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-3>
1084 + ep-core:basisFor
1085 + [ rdf:type rdf:Statement ;
1086 + rdf:object "1799.94559164957"^^xsd:double ;
1087 + rdf:predicate ddr:tvd ;
1088 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1089 + ] .
1090 +
1091 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-4>
1092 + ep-core:basisFor
1093 + [ rdf:type rdf:Statement ;
1094 + rdf:object ddr:P_fixed ;
1095 + rdf:predicate ddr:enumPhase ;
1096 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1097 + ] .
1098 +
1099 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-5>
1100 + ep-core:basisFor
1101 + [ rdf:type rdf:Statement ;
1102 + rdf:object ddr:ACNPD_drilling--drill ;
1103 + rdf:predicate ddr:enumProprietaryCode ;
1104 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1105 + ] .
1106 +
1107 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-6>
1108 + ep-core:basisFor
1109 + [ rdf:type rdf:Statement ;
1110 + rdf:object ddr:MAE_ok ;
1111 + rdf:predicate ddr:enumState ;
1112 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1113 + ] .
1114 +
1115 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-7>
1116 + ep-core:basisFor
1117 + [ rdf:type rdf:Statement ;
1118 + rdf:object ddr:SDA_success ;
1119 + rdf:predicate ddr:enumStateDetailActivity ;
1120 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1121 + ] .
1122 +
1123 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23-8>
1124 + ep-core:basisFor
1125 + [ rdf:type rdf:Statement ;
1126 + rdf:object """Continue drilling 8-1/2\" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr
1127 +
1128 +ECD: 1,50-1,55 sg
1129 +
1130 +Cuttings weight
1131 +0700hrs - 6 kg/min
1132 +0800hrs - 6 kg/min"""^^xsd:string ;
1133 + rdf:predicate ddr:comments ;
1134 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-23>
1135 + ] .
1136 +
1137 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1138 + rdf:type ep-activity:DrillingActivity ;
1139 + ep-core:basisFor
1140 + [ rdf:type rdf:Statement ;
1141 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24> ;
1142 + rdf:predicate ddr:activity ;
1143 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1144 + ] ;
1145 + ddr:comments """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight.
1146 +
1147 +Losses between 9 m3/hr to 23 m3/hr
1148 +
1149 +ECD: 1,54 to 1,57 sg
1150 +
1151 +Cuttings weight:
1152 +0900hrs - 6 kg/min
1153 +1030hrs - 6 kg/min
1154 +1100hrs - 6 kg/min
1155 +1200hrs - 6 kg/min
1156 +1320hrs - 5,5 kg/min
1157 +1400hrs - 3 kg/min"""^^xsd:string ;
1158 + ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
1159 + ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
1160 + ddr:enumPhase ddr:P_fixed ;
1161 + ddr:enumProprietaryCode
1162 + ddr:ACNPD_drilling--circulatingconditioning ;
1163 + ddr:enumState ddr:MAE_ok ;
1164 + ddr:enumStateDetailActivity
1165 + ddr:SDA_success ;
1166 + ddr:md _:b9 ;
1167 + ddr:tvd _:b10 .
1168 +
1169 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-0>
1170 + ep-core:basisFor
1171 + [ rdf:type rdf:Statement ;
1172 + rdf:object "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
1173 + rdf:predicate ddr:dTimStart ;
1174 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1175 + ] .
1176 +
1177 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-1>
1178 + ep-core:basisFor
1179 + [ rdf:type rdf:Statement ;
1180 + rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
1181 + rdf:predicate ddr:dTimEnd ;
1182 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1183 + ] .
1184 +
1185 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-2>
1186 + ep-core:basisFor
1187 + [ rdf:type rdf:Statement ;
1188 + rdf:object "6162"^^xsd:double ;
1189 + rdf:predicate ddr:md ;
1190 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1191 + ] .
1192 +
1193 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-3>
1194 + ep-core:basisFor
1195 + [ rdf:type rdf:Statement ;
1196 + rdf:object "1799.94559164957"^^xsd:double ;
1197 + rdf:predicate ddr:tvd ;
1198 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1199 + ] .
1200 +
1201 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-4>
1202 + ep-core:basisFor
1203 + [ rdf:type rdf:Statement ;
1204 + rdf:object ddr:P_fixed ;
1205 + rdf:predicate ddr:enumPhase ;
1206 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1207 + ] .
1208 +
1209 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-5>
1210 + ep-core:basisFor
1211 + [ rdf:type rdf:Statement ;
1212 + rdf:object ddr:ACNPD_drilling--circulatingconditioning ;
1213 + rdf:predicate ddr:enumProprietaryCode ;
1214 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1215 + ] .
1216 +
1217 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-6>
1218 + ep-core:basisFor
1219 + [ rdf:type rdf:Statement ;
1220 + rdf:object ddr:MAE_ok ;
1221 + rdf:predicate ddr:enumState ;
1222 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1223 + ] .
1224 +
1225 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-7>
1226 + ep-core:basisFor
1227 + [ rdf:type rdf:Statement ;
1228 + rdf:object ddr:SDA_success ;
1229 + rdf:predicate ddr:enumStateDetailActivity ;
1230 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1231 + ] .
1232 +
1233 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24-8>
1234 + ep-core:basisFor
1235 + [ rdf:type rdf:Statement ;
1236 + rdf:object """Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight.
1237 +
1238 +Losses between 9 m3/hr to 23 m3/hr
1239 +
1240 +ECD: 1,54 to 1,57 sg
1241 +
1242 +Cuttings weight:
1243 +0900hrs - 6 kg/min
1244 +1030hrs - 6 kg/min
1245 +1100hrs - 6 kg/min
1246 +1200hrs - 6 kg/min
1247 +1320hrs - 5,5 kg/min
1248 +1400hrs - 3 kg/min"""^^xsd:string ;
1249 + rdf:predicate ddr:comments ;
1250 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-24>
1251 + ] .
1252 +
1253 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1254 + rdf:type ep-activity:DrillingActivity ;
1255 + ep-core:basisFor
1256 + [ rdf:type rdf:Statement ;
1257 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25> ;
1258 + rdf:predicate ddr:activity ;
1259 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1260 + ] ;
1261 + ddr:comments """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr
1262 +
1263 +ECD: 1,54 sg
1264 +
1265 +Cuttings weight
1266 +1500hrs - 3,5 kg/min
1267 +
1268 +
1269 +Sand Zones:
1270 +"""^^xsd:string ;
1271 + ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
1272 + ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
1273 + ddr:enumPhase ddr:P_fixed ;
1274 + ddr:enumProprietaryCode
1275 + ddr:ACNPD_drilling--drill ;
1276 + ddr:enumState ddr:MAE_ok ;
1277 + ddr:enumStateDetailActivity
1278 + ddr:SDA_success ;
1279 + ddr:md _:b11 ;
1280 + ddr:tvd _:b12 .
1281 +
1282 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-0>
1283 + ep-core:basisFor
1284 + [ rdf:type rdf:Statement ;
1285 + rdf:object "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
1286 + rdf:predicate ddr:dTimStart ;
1287 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1288 + ] .
1289 +
1290 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-1>
1291 + ep-core:basisFor
1292 + [ rdf:type rdf:Statement ;
1293 + rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
1294 + rdf:predicate ddr:dTimEnd ;
1295 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1296 + ] .
1297 +
1298 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-2>
1299 + ep-core:basisFor
1300 + [ rdf:type rdf:Statement ;
1301 + rdf:object "6169"^^xsd:double ;
1302 + rdf:predicate ddr:md ;
1303 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1304 + ] .
1305 +
1306 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-3>
1307 + ep-core:basisFor
1308 + [ rdf:type rdf:Statement ;
1309 + rdf:object "1799.94641821816"^^xsd:double ;
1310 + rdf:predicate ddr:tvd ;
1311 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1312 + ] .
1313 +
1314 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-4>
1315 + ep-core:basisFor
1316 + [ rdf:type rdf:Statement ;
1317 + rdf:object ddr:P_fixed ;
1318 + rdf:predicate ddr:enumPhase ;
1319 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1320 + ] .
1321 +
1322 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-5>
1323 + ep-core:basisFor
1324 + [ rdf:type rdf:Statement ;
1325 + rdf:object ddr:ACNPD_drilling--drill ;
1326 + rdf:predicate ddr:enumProprietaryCode ;
1327 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1328 + ] .
1329 +
1330 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-6>
1331 + ep-core:basisFor
1332 + [ rdf:type rdf:Statement ;
1333 + rdf:object ddr:MAE_ok ;
1334 + rdf:predicate ddr:enumState ;
1335 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1336 + ] .
1337 +
1338 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-7>
1339 + ep-core:basisFor
1340 + [ rdf:type rdf:Statement ;
1341 + rdf:object ddr:SDA_success ;
1342 + rdf:predicate ddr:enumStateDetailActivity ;
1343 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1344 + ] .
1345 +
1346 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25-8>
1347 + ep-core:basisFor
1348 + [ rdf:type rdf:Statement ;
1349 + rdf:object """Continue drilling 8-1/2\" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr
1350 +
1351 +ECD: 1,54 sg
1352 +
1353 +Cuttings weight
1354 +1500hrs - 3,5 kg/min
1355 +
1356 +
1357 +Sand Zones:
1358 +"""^^xsd:string ;
1359 + rdf:predicate ddr:comments ;
1360 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-25>
1361 + ] .
1362 +
1363 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1364 + rdf:type ep-activity:DrillingActivity ;
1365 + ep-core:basisFor
1366 + [ rdf:type rdf:Statement ;
1367 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26> ;
1368 + rdf:predicate ddr:activity ;
1369 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1370 + ] ;
1371 + ddr:comments "Grease wash pipe."^^xsd:string ;
1372 + ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
1373 + ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
1374 + ddr:enumPhase ddr:P_fixed ;
1375 + ddr:enumProprietaryCode
1376 + ddr:ACNPD_interruption--maintain ;
1377 + ddr:enumState ddr:MAE_ok ;
1378 + ddr:enumStateDetailActivity
1379 + ddr:SDA_success ;
1380 + ddr:md _:b13 ;
1381 + ddr:tvd _:b14 .
1382 +
1383 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-0>
1384 + ep-core:basisFor
1385 + [ rdf:type rdf:Statement ;
1386 + rdf:object "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
1387 + rdf:predicate ddr:dTimStart ;
1388 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1389 + ] .
1390 +
1391 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-1>
1392 + ep-core:basisFor
1393 + [ rdf:type rdf:Statement ;
1394 + rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
1395 + rdf:predicate ddr:dTimEnd ;
1396 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1397 + ] .
1398 +
1399 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-2>
1400 + ep-core:basisFor
1401 + [ rdf:type rdf:Statement ;
1402 + rdf:object "6169"^^xsd:double ;
1403 + rdf:predicate ddr:md ;
1404 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1405 + ] .
1406 +
1407 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-3>
1408 + ep-core:basisFor
1409 + [ rdf:type rdf:Statement ;
1410 + rdf:object "1799.94641821816"^^xsd:double ;
1411 + rdf:predicate ddr:tvd ;
1412 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1413 + ] .
1414 +
1415 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-4>
1416 + ep-core:basisFor
1417 + [ rdf:type rdf:Statement ;
1418 + rdf:object ddr:P_fixed ;
1419 + rdf:predicate ddr:enumPhase ;
1420 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1421 + ] .
1422 +
1423 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-5>
1424 + ep-core:basisFor
1425 + [ rdf:type rdf:Statement ;
1426 + rdf:object ddr:ACNPD_interruption--maintain ;
1427 + rdf:predicate ddr:enumProprietaryCode ;
1428 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1429 + ] .
1430 +
1431 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-6>
1432 + ep-core:basisFor
1433 + [ rdf:type rdf:Statement ;
1434 + rdf:object ddr:MAE_ok ;
1435 + rdf:predicate ddr:enumState ;
1436 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1437 + ] .
1438 +
1439 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-7>
1440 + ep-core:basisFor
1441 + [ rdf:type rdf:Statement ;
1442 + rdf:object ddr:SDA_success ;
1443 + rdf:predicate ddr:enumStateDetailActivity ;
1444 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1445 + ] .
1446 +
1447 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26-8>
1448 + ep-core:basisFor
1449 + [ rdf:type rdf:Statement ;
1450 + rdf:object "Grease wash pipe."^^xsd:string ;
1451 + rdf:predicate ddr:comments ;
1452 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-26>
1453 + ] .
1454 +
1455 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1456 + rdf:type ep-activity:DrillingActivity ;
1457 + ep-core:basisFor
1458 + [ rdf:type rdf:Statement ;
1459 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27> ;
1460 + rdf:predicate ddr:activity ;
1461 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1462 + ] ;
1463 + ddr:comments """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr.
1464 +
1465 +Losses:
1466 +6169m - 6230m = 6 m3/hr to 9m3/hr
1467 + ECD = 1,56 to 1,59 sg
1468 +6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr
1469 + ECD = 1,56 to 1,59 sg
1470 +6284m - 6292m = 15m3/hr to 17,9 m3/hr
1471 + ECD = 1,55 to 1,56 sg
1472 +
1473 +Cuttings weight
1474 +1600hrs - 5 kg/min
1475 +1700hrs - 7,5 kg/min
1476 +1800hrs - 16,5 kg/min
1477 +1900hrs - 13 kg/min
1478 +2000hrs - 19 kg/min
1479 +2100hrs - 12 kg/min
1480 +2200hrs - 9 kg/min
1481 +2300hrs - 9 kg/min
1482 +0000hrs - 2 kg/min
1483 +0100hrs - 3 kg/min
1484 +0200hrs - 3 kg/min
1485 +0300hrs - 2 kg/min
1486 +0400hrs - 2 kg/min
1487 +0500hrs - 3 kg/min
1488 +0600hrs -
1489 +
1490 +
1491 +Sand Zones:
1492 +6195m - 6196,4m
1493 +6202m - 6204,5m
1494 +6215m - 6224,5m
1495 +6226,5m - 6235,5m
1496 +6238m - 6248,7m
1497 +6250m - 6254m
1498 +6255,4m - 6264m
1499 +6266m - 6269,5m
1500 +6272,5m - 6274m
1501 +6275m - 6276m
1502 +6277m - 6280m
1503 +
1504 +
1505 +0,08m above, 1,29m to the right of plan."""^^xsd:string ;
1506 + ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
1507 + ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
1508 + ddr:enumPhase ddr:P_fixed ;
1509 + ddr:enumProprietaryCode
1510 + ddr:ACNPD_drilling--drill ;
1511 + ddr:enumState ddr:MAE_ok ;
1512 + ddr:enumStateDetailActivity
1513 + ddr:SDA_success ;
1514 + ddr:md _:b15 .
1515 +
1516 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-0>
1517 + ep-core:basisFor
1518 + [ rdf:type rdf:Statement ;
1519 + rdf:object "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
1520 + rdf:predicate ddr:dTimStart ;
1521 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1522 + ] .
1523 +
1524 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-1>
1525 + ep-core:basisFor
1526 + [ rdf:type rdf:Statement ;
1527 + rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
1528 + rdf:predicate ddr:dTimEnd ;
1529 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1530 + ] .
1531 +
1532 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-2>
1533 + ep-core:basisFor
1534 + [ rdf:type rdf:Statement ;
1535 + rdf:object "6292"^^xsd:double ;
1536 + rdf:predicate ddr:md ;
1537 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1538 + ] .
1539 +
1540 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-3>
1541 + ep-core:basisFor
1542 + [ rdf:type rdf:Statement ;
1543 + rdf:object ddr:P_fixed ;
1544 + rdf:predicate ddr:enumPhase ;
1545 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1546 + ] .
1547 +
1548 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-4>
1549 + ep-core:basisFor
1550 + [ rdf:type rdf:Statement ;
1551 + rdf:object ddr:ACNPD_drilling--drill ;
1552 + rdf:predicate ddr:enumProprietaryCode ;
1553 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1554 + ] .
1555 +
1556 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-5>
1557 + ep-core:basisFor
1558 + [ rdf:type rdf:Statement ;
1559 + rdf:object ddr:MAE_ok ;
1560 + rdf:predicate ddr:enumState ;
1561 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1562 + ] .
1563 +
1564 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-6>
1565 + ep-core:basisFor
1566 + [ rdf:type rdf:Statement ;
1567 + rdf:object ddr:SDA_success ;
1568 + rdf:predicate ddr:enumStateDetailActivity ;
1569 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1570 + ] .
1571 +
1572 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27-7>
1573 + ep-core:basisFor
1574 + [ rdf:type rdf:Statement ;
1575 + rdf:object """Continue drilling 8-1/2\" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr.
1576 +
1577 +Losses:
1578 +6169m - 6230m = 6 m3/hr to 9m3/hr
1579 + ECD = 1,56 to 1,59 sg
1580 +6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr
1581 + ECD = 1,56 to 1,59 sg
1582 +6284m - 6292m = 15m3/hr to 17,9 m3/hr
1583 + ECD = 1,55 to 1,56 sg
1584 +
1585 +Cuttings weight
1586 +1600hrs - 5 kg/min
1587 +1700hrs - 7,5 kg/min
1588 +1800hrs - 16,5 kg/min
1589 +1900hrs - 13 kg/min
1590 +2000hrs - 19 kg/min
1591 +2100hrs - 12 kg/min
1592 +2200hrs - 9 kg/min
1593 +2300hrs - 9 kg/min
1594 +0000hrs - 2 kg/min
1595 +0100hrs - 3 kg/min
1596 +0200hrs - 3 kg/min
1597 +0300hrs - 2 kg/min
1598 +0400hrs - 2 kg/min
1599 +0500hrs - 3 kg/min
1600 +0600hrs -
1601 +
1602 +
1603 +Sand Zones:
1604 +6195m - 6196,4m
1605 +6202m - 6204,5m
1606 +6215m - 6224,5m
1607 +6226,5m - 6235,5m
1608 +6238m - 6248,7m
1609 +6250m - 6254m
1610 +6255,4m - 6264m
1611 +6266m - 6269,5m
1612 +6272,5m - 6274m
1613 +6275m - 6276m
1614 +6277m - 6280m
1615 +
1616 +
1617 +0,08m above, 1,29m to the right of plan."""^^xsd:string ;
1618 + rdf:predicate ddr:comments ;
1619 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-27>
1620 + ] .
1621 +
1622 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-3>
1623 + ep-core:basisFor
1624 + [ rdf:type rdf:Statement ;
1625 + rdf:object "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
1626 + rdf:predicate ddr:dTimStart ;
1627 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1628 + ] .
1629 +
1630 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-4>
1631 + ep-core:basisFor
1632 + [ rdf:type rdf:Statement ;
1633 + rdf:object "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
1634 + rdf:predicate ddr:dTimEnd ;
1635 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1636 + ] .
1637 +
1638 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-5>
1639 + ep-core:basisFor
1640 + [ rdf:type rdf:Statement ;
1641 + rdf:object ddr:ORV_normal ;
1642 + rdf:predicate ddr:enumVersionKind ;
1643 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1644 + ] .
1645 +
1646 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-6>
1647 + ep-core:basisFor
1648 + [ rdf:type rdf:Statement ;
1649 + rdf:object "2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
1650 + rdf:predicate ddr:createDate ;
1651 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1652 + ] .
1653 +
1654 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
1655 + ep-core:basisFor
1656 + [ rdf:type rdf:Statement ;
1657 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7> ;
1658 + rdf:predicate ddr:wellAlias ;
1659 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1660 + ] ;
1661 + ddr:enumNamingSystem
1662 + ddr:WNS_NPDcode ;
1663 + ddr:name "25/8-C-23"^^xsd:string .
1664 +
1665 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-0>
1666 + ep-core:basisFor
1667 + [ rdf:type rdf:Statement ;
1668 + rdf:object "25/8-C-23"^^xsd:string ;
1669 + rdf:predicate ddr:name ;
1670 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
1671 + ] .
1672 +
1673 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7-1>
1674 + ep-core:basisFor
1675 + [ rdf:type rdf:Statement ;
1676 + rdf:object ddr:WNS_NPDcode ;
1677 + rdf:predicate ddr:enumNamingSystem ;
1678 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-7>
1679 + ] .
1680 +
1681 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
1682 + ep-core:basisFor
1683 + [ rdf:type rdf:Statement ;
1684 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8> ;
1685 + rdf:predicate ddr:wellboreAlias ;
1686 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1687 + ] ;
1688 + ddr:enumNamingSystem
1689 + ddr:WNS_NPDcode ;
1690 + ddr:name "25/8-C-23 B"^^xsd:string .
1691 +
1692 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-0>
1693 + ep-core:basisFor
1694 + [ rdf:type rdf:Statement ;
1695 + rdf:object "25/8-C-23 B"^^xsd:string ;
1696 + rdf:predicate ddr:name ;
1697 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
1698 + ] .
1699 +
1700 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8-1>
1701 + ep-core:basisFor
1702 + [ rdf:type rdf:Statement ;
1703 + rdf:object ddr:WNS_NPDcode ;
1704 + rdf:predicate ddr:enumNamingSystem ;
1705 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-8>
1706 + ] .
1707 +
1708 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
1709 + ep-core:basisFor
1710 + [ rdf:type rdf:Statement ;
1711 + rdf:object <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9> ;
1712 + rdf:predicate ddr:wellboreAlias ;
1713 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0>
1714 + ] ;
1715 + ddr:enumNamingSystem
1716 + ddr:WNS_NPDnumber ;
1717 + ddr:name "6480"^^xsd:string .
1718 +
1719 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-0>
1720 + ep-core:basisFor
1721 + [ rdf:type rdf:Statement ;
1722 + rdf:object "6480"^^xsd:string ;
1723 + rdf:predicate ddr:name ;
1724 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
1725 + ] .
1726 +
1727 +<file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9-1>
1728 + ep-core:basisFor
1729 + [ rdf:type rdf:Statement ;
1730 + rdf:object ddr:WNS_NPDnumber ;
1731 + rdf:predicate ddr:enumNamingSystem ;
1732 + rdf:subject <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#r-0-9>
1733 + ] .
1734 +
1735 +<http://www.reportinghub.no/examples/ddr/NPD_110412124707>
1736 + rdf:type owl:Ontology ;
1737 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
1738 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1739 +
1740 +<http://www.reportinghub.no/np/data/npd/Well-25_8-C-23>
1741 + rdf:type ep-well:Well ;
1742 + ep-core:hasPart <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1743 + ep-core:name "25/8-C-23"^^xsd:string ;
1744 + ep-core:npdCode "25/8-C-23"^^xsd:string .
1745 +
1746 +<http://www.reportinghub.no/np/data/npd/WellBore-6480>
1747 + rdf:type ep-well:WellBore ;
1748 + ep-core:name "25/08-C-23 B"^^xsd:string ;
1749 + ep-core:npdCode "25/8-C-23 B"^^xsd:string ;
1750 + ep-core:npdNumber "6480"^^xsd:string .
1751 +
1752 +<https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z>
1753 + rdf:type ep-activity:DailyDrillingActivity ;
1754 + ep-activity:finishedAt
1755 + "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
1756 + ep-activity:onRig <https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ;
1757 + ep-activity:onWell <http://www.reportinghub.no/np/data/npd/Well-25_8-C-23> ;
1758 + ep-activity:onWellBore
1759 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z> ;
1760 + ep-activity:startedAt
1761 + "2011-04-05T06:00:00.001Z"^^xsd:dateTime ;
1762 + ep-core:hasPart <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26> , <https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24> ;
1763 + ep-core:hasPart
1764 + [ rdf:type <http://www.reportinghub.no/ep/schema/1.0/activity#FormationIntegrityTest>
1765 + ] ;
1766 + ddr:distDrill _:b1 ;
1767 + ddr:forecast24Hr "Continue to drill 8-1/2\" production hole section to TD. Circulate and condition hole."^^xsd:string ;
1768 + ddr:ropCurrent _:b4 ;
1769 + ddr:sum24Hr "Circulate and condition hole at 6154m. Resume drilling 8-1/2\" production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2\" production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating. "^^xsd:string .
1770 +
1771 +<https://www.reportinghub.no/ep/data/DailyDrillingReport/25_08-C-23_B$2011-04-12T10:47:00.001Z>
1772 + rdf:type ep-report:NormalDailyDrillingReport , ep-report:DailyDrillingReport ;
1773 + ep-activity:createdAt
1774 + "2011-04-12T10:47:00.001Z"^^xsd:dateTime ;
1775 + ep-activity:reportOn
1776 + <https://www.reportinghub.no/ep/data/DailyDrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z> ;
1777 + ep-core:name "25/8-C-23"^^xsd:string .
1778 +
1779 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:00:00.001Z$22>
1780 + rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ;
1781 + ep-activity:onWellBore
1782 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z> ;
1783 + ddr:dTimEnd "2011-04-05T06:15:00.001Z"^^xsd:dateTime ;
1784 + ddr:dTimStart "2011-04-05T06:00:00.001Z"^^xsd:dateTime .
1785 +
1786 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T06:15:00.001Z$23>
1787 + rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
1788 + ep-activity:onWellBore
1789 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z> ;
1790 + ddr:dTimEnd "2011-04-05T08:30:00.001Z"^^xsd:dateTime ;
1791 + ddr:dTimStart "2011-04-05T06:15:00.001Z"^^xsd:dateTime .
1792 +
1793 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T08:30:00.001Z$24>
1794 + rdf:type ep-actpurp:Drilling--circulatingconditioning , ep-activity:DrillingActivity ;
1795 + ep-activity:onWellBore
1796 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z> ;
1797 + ddr:dTimEnd "2011-04-05T14:15:00.001Z"^^xsd:dateTime ;
1798 + ddr:dTimStart "2011-04-05T08:30:00.001Z"^^xsd:dateTime .
1799 +
1800 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T14:15:00.001Z$25>
1801 + rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
1802 + ep-activity:onWellBore
1803 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z> ;
1804 + ddr:dTimEnd "2011-04-05T15:00:00.001Z"^^xsd:dateTime ;
1805 + ddr:dTimStart "2011-04-05T14:15:00.001Z"^^xsd:dateTime .
1806 +
1807 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:00:00.001Z$26>
1808 + rdf:type ep-actpurp:Interruption--maintain , ep-activity:DrillingActivity ;
1809 + ep-activity:onWellBore
1810 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z> ;
1811 + ddr:dTimEnd "2011-04-05T15:15:00.001Z"^^xsd:dateTime ;
1812 + ddr:dTimStart "2011-04-05T15:00:00.001Z"^^xsd:dateTime .
1813 +
1814 +<https://www.reportinghub.no/ep/data/DrillingActivity/25_08-C-23_B$2011-04-05T15:15:00.001Z$27>
1815 + rdf:type ep-actpurp:Drilling--drill , ep-activity:DrillingActivity ;
1816 + ep-activity:onWellBore
1817 + <https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z> ;
1818 + ddr:dTimEnd "2011-04-06T06:00:00.001Z"^^xsd:dateTime ;
1819 + ddr:dTimStart "2011-04-05T15:15:00.001Z"^^xsd:dateTime .
1820 +
1821 +<https://www.reportinghub.no/ep/data/Rig/280849>
1822 + rdf:type ep-fac:Rig ;
1823 + ep-core:npdCode "280849"^^xsd:string ;
1824 + ep-core:npdName "Ringhorne"^^xsd:string .
1825 +
1826 +<https://www.reportinghub.no/ep/data/Rig/280849$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z>
1827 + rdf:type ep-fac:TemporalPartOfARig ;
1828 + ep-core:temporalPartOf
1829 + <https://www.reportinghub.no/ep/data/Rig/280849> .
1830 +
1831 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:00:00.001Z>
1832 + rdf:type ep-well:TemporalPartOfAWellBore ;
1833 + ep-core:temporalPartOf
1834 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1835 + ddr:elevKelly _:b2 ;
1836 + ddr:md _:b3 .
1837 +
1838 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:00:00.001Z$2011-04-05T06:15:00.001Z>
1839 + rdf:type ep-well:TemporalPartOfAWellBore ;
1840 + ep-core:temporalPartOf
1841 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1842 + ddr:md _:b5 ;
1843 + ddr:tvd _:b6 .
1844 +
1845 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T06:15:00.001Z$2011-04-05T08:30:00.001Z>
1846 + rdf:type ep-well:TemporalPartOfAWellBore ;
1847 + ep-core:temporalPartOf
1848 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1849 + ddr:md _:b7 ;
1850 + ddr:tvd _:b8 .
1851 +
1852 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T08:30:00.001Z$2011-04-05T14:15:00.001Z>
1853 + rdf:type ep-well:TemporalPartOfAWellBore ;
1854 + ep-core:temporalPartOf
1855 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1856 + ddr:md _:b9 ;
1857 + ddr:tvd _:b10 .
1858 +
1859 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T14:15:00.001Z$2011-04-05T15:00:00.001Z>
1860 + rdf:type ep-well:TemporalPartOfAWellBore ;
1861 + ep-core:temporalPartOf
1862 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1863 + ddr:md _:b11 ;
1864 + ddr:tvd _:b12 .
1865 +
1866 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:00:00.001Z$2011-04-05T15:15:00.001Z>
1867 + rdf:type ep-well:TemporalPartOfAWellBore ;
1868 + ep-core:temporalPartOf
1869 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1870 + ddr:md _:b13 ;
1871 + ddr:tvd _:b14 .
1872 +
1873 +<https://www.reportinghub.no/ep/data/WellBore/25_08-C-23_B$2011-04-05T15:15:00.001Z$2011-04-06T06:00:00.001Z>
1874 + rdf:type ep-well:TemporalPartOfAWellBore ;
1875 + ep-core:temporalPartOf
1876 + <http://www.reportinghub.no/np/data/npd/WellBore-6480> ;
1877 + ddr:md _:b15 .
1878 +
1879 +_:b6 rdf:type ddr:WellVerticalDepthCoord ;
1880 + dtype:value "1799.94758440832"^^xsd:double ;
1881 + ddr:uom "m" .
1882 +
1883 +_:b5 rdf:type ddr:MeasuredDepthCoord ;
1884 + dtype:value "6154"^^xsd:double ;
1885 + ddr:uom "m" .
1886 +
1887 +_:b8 rdf:type ddr:WellVerticalDepthCoord ;
1888 + dtype:value "1799.94559164957"^^xsd:double ;
1889 + ddr:uom "m" .
1890 +
1891 +_:b7 rdf:type ddr:MeasuredDepthCoord ;
1892 + dtype:value "6162"^^xsd:double ;
1893 + ddr:uom "m" .
1894 +
1895 +_:b10
1896 + rdf:type ddr:WellVerticalDepthCoord ;
1897 + dtype:value "1799.94559164957"^^xsd:double ;
1898 + ddr:uom "m" .
1899 +
1900 +_:b9 rdf:type ddr:MeasuredDepthCoord ;
1901 + dtype:value "6162"^^xsd:double ;
1902 + ddr:uom "m" .
1903 +
1904 +_:b11
1905 + rdf:type ddr:MeasuredDepthCoord ;
1906 + dtype:value "6169"^^xsd:double ;
1907 + ddr:uom "m" .
1908 +
1909 +_:b12
1910 + rdf:type ddr:WellVerticalDepthCoord ;
1911 + dtype:value "1799.94641821816"^^xsd:double ;
1912 + ddr:uom "m" .
1913 +
1914 +_:b14
1915 + rdf:type ddr:WellVerticalDepthCoord ;
1916 + dtype:value "1799.94641821816"^^xsd:double ;
1917 + ddr:uom "m" .
1918 +
1919 +_:b13
1920 + rdf:type ddr:MeasuredDepthCoord ;
1921 + dtype:value "6169"^^xsd:double ;
1922 + ddr:uom "m" .
1923 +
1924 +_:b15
1925 + rdf:type ddr:MeasuredDepthCoord ;
1926 + dtype:value "6292"^^xsd:double ;
1927 + ddr:uom "m" .
1928 +
1929 +_:b4 rdf:type ddr:VelocityMeasureMetresPerHour ;
1930 + dtype:value "9.51724137931035"^^xsd:double ;
1931 + ddr:uom "m/h" .
1932 +
1933 +_:b2 rdf:type ddr:WellElevationCoord ;
1934 + dtype:value "60.2999992370605"^^xsd:double ;
1935 + ddr:uom "m" .
1936 +
1937 +_:b3 rdf:type ddr:MeasuredDepthCoord ;
1938 + dtype:value "6292"^^xsd:double ;
1939 + ddr:uom "m" .
1940 +
1941 +_:b1 rdf:type ddr:LengthMeasure ;
1942 + dtype:value "138"^^xsd:double ;
1943 + ddr:uom "m" .
This diff could not be displayed because it is too large.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 # imports: http://www.reportinghub.no/ep/schema/1.0/core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/core
6 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 6 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
7 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 7 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 8 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
9 # imports: http://www.reportinghub.no/np/schema/1.0/npd 9 # imports: http://www.reportinghub.no/np/schema/1.0/npd
10 10
11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
35 rdfs:label "name"^^xsd:string ; 35 rdfs:label "name"^^xsd:string ;
36 rdfs:subPropertyOf sp:arg . 36 rdfs:subPropertyOf sp:arg .
37 37
38 +<http://spinrdf.org/arg#report>
39 + rdf:type rdf:Property ;
40 + rdfs:label "report"^^xsd:string ;
41 + rdfs:subPropertyOf sp:arg .
42 +
38 <http://spinrdf.org/arg#resource> 43 <http://spinrdf.org/arg#resource>
39 rdf:type rdf:Property ; 44 rdf:type rdf:Property ;
40 rdfs:label "resource"^^xsd:string ; 45 rdfs:label "resource"^^xsd:string ;
...@@ -62,9 +67,21 @@ npdata:npd ...@@ -62,9 +67,21 @@ npdata:npd
62 <http://www.reportinghub.no/spin/rh> 67 <http://www.reportinghub.no/spin/rh>
63 rdf:type owl:Ontology ; 68 rdf:type owl:Ontology ;
64 rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; 69 rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ;
65 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.linkedmodel.org/schema/dtype> ; 70 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.linkedmodel.org/schema/dtype> ;
66 owl:versionInfo "0.1.0"^^xsd:string . 71 owl:versionInfo "0.1.0"^^xsd:string .
67 72
73 +rhspin:DDRTableTemplates
74 + rdf:type rhspin:TableTemplate ;
75 + rdfs:label "DDRTable templates"^^xsd:string ;
76 + rdfs:subClassOf rhspin:TableTemplates ;
77 + spin:abstract "true"^^xsd:boolean ;
78 + spin:constraint
79 + [ rdf:type spl:Argument ;
80 + rdfs:comment "The DDR that serves as root of the query."^^xsd:string ;
81 + spl:predicate <http://spinrdf.org/arg#report> ;
82 + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
83 + ] .
84 +
68 rhspin:GetWellBoresOfWell 85 rhspin:GetWellBoresOfWell
69 rdf:type spin:SelectTemplate ; 86 rdf:type spin:SelectTemplate ;
70 rdfs:comment "Gets an ordered list of well bores that belong to a given Well. Result variables are ?wellBoreId and ?wellBoreName."^^xsd:string ; 87 rdfs:comment "Gets an ordered list of well bores that belong to a given Well. Result variables are ?wellBoreId and ?wellBoreName."^^xsd:string ;
...@@ -97,6 +114,18 @@ rhspin:GetWellBoresOfWell ...@@ -97,6 +114,18 @@ rhspin:GetWellBoresOfWell
97 spl:valueType <http://www.reportinghub.no/ep/schema/well#Well> 114 spl:valueType <http://www.reportinghub.no/ep/schema/well#Well>
98 ] . 115 ] .
99 116
117 +rhspin:TableTemplate
118 + rdf:type rdfs:Class ;
119 + rdfs:comment "A spin:Template for SELECT queries that are meant to be displayed as a table. The added feature compared to normal templates is the ability to specify headers for the result variables."^^xsd:string ;
120 + rdfs:label "Table template"^^xsd:string ;
121 + rdfs:subClassOf spin:SelectTemplate .
122 +
123 +rhspin:TableTemplates
124 + rdf:type rhspin:TableTemplate ;
125 + rdfs:label "Table templates"^^xsd:string ;
126 + rdfs:subClassOf spin:SelectTemplates ;
127 + spin:abstract "true"^^xsd:boolean .
128 +
100 rhspin:baaById 129 rhspin:baaById
101 rdf:type spin:Function ; 130 rdf:type spin:Function ;
102 rdfs:label "baa by id"^^xsd:string ; 131 rdfs:label "baa by id"^^xsd:string ;
...@@ -243,15 +272,15 @@ rhspin:dtypeValue ...@@ -243,15 +272,15 @@ rhspin:dtypeValue
243 ] ; 272 ] ;
244 spin:constraint 273 spin:constraint
245 [ rdf:type spl:Argument ; 274 [ rdf:type spl:Argument ;
246 - rdfs:comment "The predicate that points to the reified value."^^xsd:string ;
247 - spl:predicate sp:arg2 ;
248 - spl:valueType rdf:Property
249 - ] ;
250 - spin:constraint
251 - [ rdf:type spl:Argument ;
252 rdfs:comment "The subject of the value."^^xsd:string ; 275 rdfs:comment "The subject of the value."^^xsd:string ;
253 spl:predicate sp:arg1 ; 276 spl:predicate sp:arg1 ;
254 spl:valueType rdfs:Resource 277 spl:valueType rdfs:Resource
278 + ] ;
279 + spin:constraint
280 + [ rdf:type spl:Argument ;
281 + rdfs:comment "The predicate that points to the reified value."^^xsd:string ;
282 + spl:predicate sp:arg2 ;
283 + spl:valueType rdf:Property
255 ] . 284 ] .
256 285
257 rhspin:facilityById 286 rhspin:facilityById
...@@ -483,6 +512,13 @@ rhspin:parentCompanyByName ...@@ -483,6 +512,13 @@ rhspin:parentCompanyByName
483 ] ; 512 ] ;
484 spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . 513 spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> .
485 514
515 +rhspin:tableHeaders
516 + rdf:type owl:ObjectProperty ;
517 + rdfs:comment "Points to an rdf:List of xsd:string literals, one for each result column of the associated template."^^xsd:string ;
518 + rdfs:domain rhspin:TableTemplate ;
519 + rdfs:label "table headers"^^xsd:string ;
520 + rdfs:range rdf:List .
521 +
486 rhspin:tufById 522 rhspin:tufById
487 rdf:type spin:Function ; 523 rdf:type spin:Function ;
488 rdfs:label "tuf by id"^^xsd:string ; 524 rdfs:label "tuf by id"^^xsd:string ;
...@@ -604,18 +640,6 @@ rhspin:wellByName ...@@ -604,18 +640,6 @@ rhspin:wellByName
604 ] ; 640 ] ;
605 spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> . 641 spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> .
606 642
607 -_:b10
608 - sp:varName "value"^^xsd:string .
609 -
610 -_:b11
611 - sp:varName "reif"^^xsd:string .
612 -
613 -_:b21
614 - sp:varName "id"^^xsd:string .
615 -
616 -_:b22
617 - sp:varName "name"^^xsd:string .
618 -
619 _:b25 643 _:b25
620 sp:varName "str"^^xsd:string . 644 sp:varName "str"^^xsd:string .
621 645
...@@ -625,6 +649,12 @@ _:b24 ...@@ -625,6 +649,12 @@ _:b24
625 _:b23 649 _:b23
626 sp:varName "wellBore"^^xsd:string . 650 sp:varName "wellBore"^^xsd:string .
627 651
652 +_:b22
653 + sp:varName "name"^^xsd:string .
654 +
655 +_:b21
656 + sp:varName "id"^^xsd:string .
657 +
628 _:b20 658 _:b20
629 sp:varName "t4"^^xsd:string . 659 sp:varName "t4"^^xsd:string .
630 660
...@@ -652,6 +682,12 @@ _:b13 ...@@ -652,6 +682,12 @@ _:b13
652 _:b12 682 _:b12
653 sp:varName "normalizedStr"^^xsd:string . 683 sp:varName "normalizedStr"^^xsd:string .
654 684
685 +_:b11
686 + sp:varName "reif"^^xsd:string .
687 +
688 +_:b10
689 + sp:varName "value"^^xsd:string .
690 +
655 _:b9 sp:varName "endDate"^^xsd:string . 691 _:b9 sp:varName "endDate"^^xsd:string .
656 692
657 _:b8 sp:varName "startDate"^^xsd:string . 693 _:b8 sp:varName "startDate"^^xsd:string .
......
1 +<div>
2 + <hr />
3 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/ddr-tables-v1.0&gt;">
4 + <h2>{= ui:label(?template) }</h2>
5 + </ui:setContext>
6 + <table class="ddrTable">
7 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/ddr-tables-v1.0&gt;">
8 + <tr class="ddrTR">
9 + <ui:forEach ui:resultSet="{#
10 + SELECT ?header
11 + WHERE {
12 + ?template rhspin:tableHeaders ?list .
13 + ?list &lt;http://jena.hpl.hp.com/ARQ/list#member&gt; ?header .
14 + }
15 + }">
16 + <th class="ddrTH">{= ?header }</th>
17 + </ui:forEach>
18 + </tr>
19 + </ui:setContext>
20 + <ui:call ui:template="{= ?template }" arg:report="{= ?report }">
21 + <ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }">
22 + <tr class="ddrTR">
23 + <ui:forEach ui:resultSet="{# SELECT ?cell WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?cellIndex) } }">
24 + <td class="ddrTD">{= ui:label(?cell) }</td>
25 + </ui:forEach>
26 + </tr>
27 + </ui:forEach>
28 + </ui:call>
29 + </table>
30 + <br />
31 +</div>
...\ No newline at end of file ...\ No newline at end of file
1 -<ui:group let:activity="{= spl:object(?this, ep-activity:reportOn) }" 1 +<ui:group
2 - let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }" 2 + let:activity="{= spl:object(?report, ep-activity:reportOn) }"
3 - let:report="{= ?this }"> 3 + let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }">
4 <ui:group let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }"> 4 <ui:group let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }">
5 <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1> 5 <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1>
6 <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div> 6 <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <td class="ddrSummaryLeft"> 9 <td class="ddrSummaryLeft">
10 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> 10 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" />
11 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" /> 11 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" />
12 - <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?this, rdf:type)) }" /> 12 + <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?report, rdf:type)) }" />
13 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> 13 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" />
14 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> 14 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" />
15 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> 15 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" />
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> 19 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" />
20 <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdKickoff) }" /> 20 <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdKickoff) }" />
21 <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdPlugTop) }" /> 21 <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdPlugTop) }" />
22 - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= spl:object(?activity, ddr:ropCurrent) }" /> 22 + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= rhspin:dtypeValue(?activity, ddr:ropCurrent) }" />
23 <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ui:label(?pressureTestType) WHERE { ?activity ep-core:hasPart/rdf:type ?pressureTestType . ?pressureTestType a ep-activity:PressureTestType} }" /> 23 <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ui:label(?pressureTestType) WHERE { ?activity ep-core:hasPart/rdf:type ?pressureTestType . ?pressureTestType a ep-activity:PressureTestType} }" />
24 <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> 24 <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" />
25 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> 25 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" />
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 <td class="ddrSummaryRight"> 28 <td class="ddrSummaryRight">
29 <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> 29 <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" />
30 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> 30 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" />
31 - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?this, ep-activity:createdAt)) }" /> 31 + <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?report, ep-activity:createdAt)) }" />
32 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> 32 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" />
33 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> 33 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" />
34 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> 34 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" />
...@@ -45,5 +45,8 @@ ...@@ -45,5 +45,8 @@
45 <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdCsgLast) }" /> 45 <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdCsgLast) }" />
46 </td> 46 </td>
47 </tr></table> 47 </tr></table>
48 +
49 + <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:Operations" />
50 +
48 </ui:group> 51 </ui:group>
49 </ui:group> 52 </ui:group>
......
1 -# Saved by TopBraid on Thu Aug 11 15:40:02 BST 2011
2 # baseURI: http://www.reportinghub.no/swp/ddr 1 # baseURI: http://www.reportinghub.no/swp/ddr
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization 2 +# imports: http://uispin.org/tui
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/report 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
7 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 4 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
8 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 7 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
9 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
10 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 8 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
11 -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr 9 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
12 -# imports: http://uispin.org/tui 10 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
11 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
12 +# imports: http://www.reportinghub.no/ep/spin/ddr-tables-v1.0
13 +# imports: http://www.reportinghub.no/spin/rh
13 14
14 -@prefix : <http://www.reportinghub.no/swp/ddr#> . 15 +@prefix arg: <http://spinrdf.org/arg#> .
16 +@prefix ddrswp: <http://www.reportinghub.no/swp/ddr#> .
17 +@prefix html: <http://uispin.org/html#> .
15 @prefix let: <http://uispin.org/let#> . 18 @prefix let: <http://uispin.org/let#> .
16 @prefix letrs: <http://uispin.org/letrs#> . 19 @prefix letrs: <http://uispin.org/letrs#> .
17 @prefix owl: <http://www.w3.org/2002/07/owl#> . 20 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -23,10 +26,61 @@ ...@@ -23,10 +26,61 @@
23 @prefix ui: <http://uispin.org/ui#> . 26 @prefix ui: <http://uispin.org/ui#> .
24 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 27 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25 28
29 +arg:report
30 + rdf:type rdf:Property ;
31 + rdfs:label "report"^^xsd:string ;
32 + rdfs:subPropertyOf sp:arg .
33 +
34 +arg:template
35 + rdf:type rdf:Property ;
36 + rdfs:label "template"^^xsd:string ;
37 + rdfs:subPropertyOf sp:arg .
38 +
26 <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> 39 <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
27 - ui:instanceView <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> . 40 + ui:instanceView
41 + [ rdf:type ddrswp:DailyDrillingReportView ;
42 + arg:report spin:_this
43 + ] .
28 44
29 <http://www.reportinghub.no/swp/ddr> 45 <http://www.reportinghub.no/swp/ddr>
30 rdf:type owl:Ontology ; 46 rdf:type owl:Ontology ;
31 - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; 47 + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/spin/ddr-tables-v1.0> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/spin/rh> ;
32 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 48 + owl:versionInfo "0.1.0"^^xsd:string .
49 +
50 +ddrswp:DailyDrillingReportView
51 + rdf:type ui:NodeClass ;
52 + rdfs:label "Daily drilling report view"^^xsd:string ;
53 + rdfs:subClassOf ui:Element ;
54 + spin:constraint
55 + [ rdf:type spl:Argument ;
56 + rdfs:comment "The report to display."^^xsd:string ;
57 + spl:predicate arg:report ;
58 + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
59 + ] ;
60 + ui:headIncludes
61 + [ rdf:type html:Link ;
62 + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
63 + html:rel "stylesheet"^^xsd:string ;
64 + html:type "text/css"^^xsd:string
65 + ] ;
66 + ui:prototype <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> .
67 +
68 +ddrswp:Table
69 + rdf:type ui:NodeClass ;
70 + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DDR. The template should also provide rhspin:tableHeaders."^^xsd:string ;
71 + rdfs:label "Table"^^xsd:string ;
72 + rdfs:subClassOf ui:Element ;
73 + spin:constraint
74 + [ rdf:type spl:Argument ;
75 + rdfs:comment "The report that serves as root of the template."^^xsd:string ;
76 + spl:optional "true"^^xsd:boolean ;
77 + spl:predicate arg:report ;
78 + spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
79 + ] ;
80 + spin:constraint
81 + [ rdf:type spl:Argument ;
82 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
83 + spl:predicate arg:template ;
84 + spl:valueType spin:Template
85 + ] ;
86 + ui:prototype <http://www.reportinghub.no/swp/DDRTable.uispin.html> .
......