Attempting to fix conflicts, and to set ttl files to binary
Showing
8 changed files
with
802 additions
and
58 deletions
1 | -# Saved by TopBraid on Wed Jul 27 19:44:43 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 02 12:39:11 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/activity |
3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
4 | # imports: http://www.reportinghub.no/ep/schema/1.1/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/well |
... | @@ -76,6 +76,11 @@ ep-activity:DailyDrillingActivity | ... | @@ -76,6 +76,11 @@ ep-activity:DailyDrillingActivity |
76 | [ rdf:type owl:Restriction ; | 76 | [ rdf:type owl:Restriction ; |
77 | owl:allValuesFrom ep-activity:DrillingActivity ; | 77 | owl:allValuesFrom ep-activity:DrillingActivity ; |
78 | owl:onProperty ep-activity:hasSubActivity | 78 | owl:onProperty ep-activity:hasSubActivity |
79 | + ] ; | ||
80 | + rdfs:subClassOf | ||
81 | + [ rdf:type owl:Restriction ; | ||
82 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
83 | + owl:onProperty ep-activity:onWellBore | ||
79 | ] . | 84 | ] . |
80 | 85 | ||
81 | ep-activity:DailyDrillingReport | 86 | ep-activity:DailyDrillingReport |
... | @@ -103,6 +108,10 @@ ep-activity:DrillingActivity | ... | @@ -103,6 +108,10 @@ ep-activity:DrillingActivity |
103 | rdfs:label "Drilling activity"^^xsd:string ; | 108 | rdfs:label "Drilling activity"^^xsd:string ; |
104 | rdfs:subClassOf ep-activity:OffshoreWellActivity . | 109 | rdfs:subClassOf ep-activity:OffshoreWellActivity . |
105 | 110 | ||
111 | +ep-activity:FinalDailyDrillingReport | ||
112 | + rdf:type owl:Class ; | ||
113 | + rdfs:subClassOf ep-activity:DailyDrillingReport . | ||
114 | + | ||
106 | ep-activity:MonthlyDrillingActivity | 115 | ep-activity:MonthlyDrillingActivity |
107 | rdf:type owl:Class ; | 116 | rdf:type owl:Class ; |
108 | rdfs:label "Weekly drilling activity"^^xsd:string ; | 117 | rdfs:label "Weekly drilling activity"^^xsd:string ; |
... | @@ -123,6 +132,10 @@ ep-activity:MonthlyProductionActivity | ... | @@ -123,6 +132,10 @@ ep-activity:MonthlyProductionActivity |
123 | owl:onProperty ep-activity:hasSubActivity | 132 | owl:onProperty ep-activity:hasSubActivity |
124 | ] . | 133 | ] . |
125 | 134 | ||
135 | +ep-activity:NormalDailyDrillingReport | ||
136 | + rdf:type owl:Class ; | ||
137 | + rdfs:subClassOf ep-activity:DailyDrillingReport . | ||
138 | + | ||
126 | ep-activity:OffshoreActivity | 139 | ep-activity:OffshoreActivity |
127 | rdf:type owl:Class ; | 140 | rdf:type owl:Class ; |
128 | rdfs:label "Offshore activity"^^xsd:string ; | 141 | rdfs:label "Offshore activity"^^xsd:string ; |
... | @@ -153,6 +166,10 @@ ep-activity:OffshoreWellActivity | ... | @@ -153,6 +166,10 @@ ep-activity:OffshoreWellActivity |
153 | owl:onProperty ep-activity:onWell | 166 | owl:onProperty ep-activity:onWell |
154 | ] . | 167 | ] . |
155 | 168 | ||
169 | +ep-activity:PreliminaryDailyDrillingReport | ||
170 | + rdf:type owl:Class ; | ||
171 | + rdfs:subClassOf ep-activity:DailyDrillingReport . | ||
172 | + | ||
156 | ep-activity:ProductionActivity | 173 | ep-activity:ProductionActivity |
157 | rdf:type owl:Class ; | 174 | rdf:type owl:Class ; |
158 | rdfs:label "Production activity"^^xsd:string ; | 175 | rdfs:label "Production activity"^^xsd:string ; |
... | @@ -188,6 +205,11 @@ ep-activity:WeeklyProductionActivity | ... | @@ -188,6 +205,11 @@ ep-activity:WeeklyProductionActivity |
188 | owl:onProperty ep-activity:hasSubActivity | 205 | owl:onProperty ep-activity:hasSubActivity |
189 | ] . | 206 | ] . |
190 | 207 | ||
208 | +ep-activity:createdAt | ||
209 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
210 | + rdfs:label "created at"^^xsd:string ; | ||
211 | + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
212 | + | ||
191 | ep-activity:finishedAt | 213 | ep-activity:finishedAt |
192 | rdf:type owl:DatatypeProperty ; | 214 | rdf:type owl:DatatypeProperty ; |
193 | rdfs:label "finished at"^^xsd:string ; | 215 | rdfs:label "finished at"^^xsd:string ; |
... | @@ -205,6 +227,10 @@ ep-activity:onWell | ... | @@ -205,6 +227,10 @@ ep-activity:onWell |
205 | rdf:type owl:ObjectProperty ; | 227 | rdf:type owl:ObjectProperty ; |
206 | rdfs:label "on well"^^xsd:string . | 228 | rdfs:label "on well"^^xsd:string . |
207 | 229 | ||
230 | +ep-activity:onWellBore | ||
231 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
232 | + rdfs:label "on WellBore"^^xsd:string . | ||
233 | + | ||
208 | ep-activity:reportOn | 234 | ep-activity:reportOn |
209 | rdf:type owl:ObjectProperty ; | 235 | rdf:type owl:ObjectProperty ; |
210 | rdfs:label "report on"^^xsd:string . | 236 | rdfs:label "report on"^^xsd:string . | ... | ... |
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | <http://www.reportinghub.no/1.1/schema/epvv> | 19 | <http://www.reportinghub.no/1.1/schema/epvv> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; | 21 | owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; |
22 | - owl:versionInfo "TBD"^^xsd:string . | 22 | + owl:versionInfo "TBD by RH"^^xsd:string . |
23 | 23 | ||
24 | epvv:Discrepancy | 24 | epvv:Discrepancy |
25 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; | ... | ... |
1 | +# Saved by TopBraid on Wed Aug 03 06:33:37 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
2 | # imports: http://spinrdf.org/spin | 3 | # imports: http://spinrdf.org/spin |
3 | 4 | ||
... | @@ -9,7 +10,6 @@ | ... | @@ -9,7 +10,6 @@ |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | 11 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . |
11 | @prefix sp: <http://spinrdf.org/sp#> . | 12 | @prefix sp: <http://spinrdf.org/sp#> . |
12 | -@prefix spif: <http://spinrdf.org/spif#> . | ||
13 | @prefix spin: <http://spinrdf.org/spin#> . | 13 | @prefix spin: <http://spinrdf.org/spin#> . |
14 | @prefix spl: <http://spinrdf.org/spl#> . | 14 | @prefix spl: <http://spinrdf.org/spl#> . |
15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
... | @@ -22,8 +22,49 @@ | ... | @@ -22,8 +22,49 @@ |
22 | ep-spin-lib:Function | 22 | ep-spin-lib:Function |
23 | rdf:type spin:Function ; | 23 | rdf:type spin:Function ; |
24 | rdfs:label "Function"^^xsd:string ; | 24 | rdfs:label "Function"^^xsd:string ; |
25 | - rdfs:subClassOf spin:Functions ; | 25 | + rdfs:subClassOf spin:Functions . |
26 | - spin:abstract "true"^^xsd:boolean . | 26 | + |
27 | +ep-spin-lib:buildDailyDrillingActivityURI | ||
28 | + rdf:type spin:Function ; | ||
29 | + rdfs:label "build DailyDrillingActivity URI"^^xsd:string ; | ||
30 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
31 | + spin:body | ||
32 | + [ rdf:type sp:Select ; | ||
33 | + sp:resultVariables (_:b1) ; | ||
34 | + sp:where ([ rdf:type sp:Bind ; | ||
35 | + sp:expression | ||
36 | + [ rdf:type ep-spin-lib:buildURI ; | ||
37 | + sp:arg1 "https://www.reportinghub.no/ep/data/DailyDrillingActivity#" ; | ||
38 | + sp:arg2 [ rdf:type fn:concat ; | ||
39 | + sp:arg1 spin:_arg1 ; | ||
40 | + sp:arg2 "$" ; | ||
41 | + sp:arg3 spin:_arg2 | ||
42 | + ] | ||
43 | + ] ; | ||
44 | + sp:variable _:b1 | ||
45 | + ]) | ||
46 | + ] . | ||
47 | + | ||
48 | +ep-spin-lib:buildDailyDrillingReportURI | ||
49 | + rdf:type spin:Function ; | ||
50 | + rdfs:label "build DailyDrillingReport URI"^^xsd:string ; | ||
51 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
52 | + spin:body | ||
53 | + [ rdf:type sp:Select ; | ||
54 | + sp:resultVariables (_:b2) ; | ||
55 | + sp:where ([ rdf:type sp:Bind ; | ||
56 | + sp:expression | ||
57 | + [ rdf:type ep-spin-lib:buildURI ; | ||
58 | + sp:arg1 "https://www.reportinghub.no/ep/data/DailyDrillingReport#" ; | ||
59 | + sp:arg2 [ rdf:type fn:concat ; | ||
60 | + sp:arg1 spin:_arg1 ; | ||
61 | + sp:arg2 "$" ; | ||
62 | + sp:arg3 spin:_arg2 | ||
63 | + ] | ||
64 | + ] ; | ||
65 | + sp:variable _:b2 | ||
66 | + ]) | ||
67 | + ] . | ||
27 | 68 | ||
28 | ep-spin-lib:buildURI | 69 | ep-spin-lib:buildURI |
29 | rdf:type spin:Function ; | 70 | rdf:type spin:Function ; |
... | @@ -31,16 +72,16 @@ ep-spin-lib:buildURI | ... | @@ -31,16 +72,16 @@ ep-spin-lib:buildURI |
31 | rdfs:subClassOf ep-spin-lib:Function ; | 72 | rdfs:subClassOf ep-spin-lib:Function ; |
32 | spin:body | 73 | spin:body |
33 | [ rdf:type sp:Select ; | 74 | [ rdf:type sp:Select ; |
34 | - sp:resultVariables (_:b1) ; | 75 | + sp:resultVariables (_:b3) ; |
35 | sp:where ([ rdf:type sp:Bind ; | 76 | sp:where ([ rdf:type sp:Bind ; |
36 | sp:expression | 77 | sp:expression |
37 | - [ rdf:type sp:iri ; | 78 | + [ rdf:type smf:resource ; |
38 | sp:arg1 [ rdf:type fn:concat ; | 79 | sp:arg1 [ rdf:type fn:concat ; |
39 | sp:arg1 spin:_arg1 ; | 80 | sp:arg1 spin:_arg1 ; |
40 | sp:arg2 spin:_arg2 | 81 | sp:arg2 spin:_arg2 |
41 | ] | 82 | ] |
42 | ] ; | 83 | ] ; |
43 | - sp:variable _:b1 | 84 | + sp:variable _:b3 |
44 | ]) | 85 | ]) |
45 | ] ; | 86 | ] ; |
46 | spin:constraint | 87 | spin:constraint |
... | @@ -60,14 +101,14 @@ ep-spin-lib:buildWellBoreURI | ... | @@ -60,14 +101,14 @@ ep-spin-lib:buildWellBoreURI |
60 | rdfs:subClassOf ep-spin-lib:Function ; | 101 | rdfs:subClassOf ep-spin-lib:Function ; |
61 | spin:body | 102 | spin:body |
62 | [ rdf:type sp:Select ; | 103 | [ rdf:type sp:Select ; |
63 | - sp:resultVariables (_:b2) ; | 104 | + sp:resultVariables (_:b4) ; |
64 | sp:where ([ rdf:type sp:Bind ; | 105 | sp:where ([ rdf:type sp:Bind ; |
65 | sp:expression | 106 | sp:expression |
66 | [ rdf:type ep-spin-lib:buildURI ; | 107 | [ rdf:type ep-spin-lib:buildURI ; |
67 | - sp:arg1 "https://www.reportinghub.no/ep/data/L_9999/W_9999#" ; | 108 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore#" ; |
68 | sp:arg2 spin:_arg1 | 109 | sp:arg2 spin:_arg1 |
69 | ] ; | 110 | ] ; |
70 | - sp:variable _:b2 | 111 | + sp:variable _:b4 |
71 | ]) | 112 | ]) |
72 | ] . | 113 | ] . |
73 | 114 | ||
... | @@ -77,14 +118,14 @@ ep-spin-lib:buildWellURI | ... | @@ -77,14 +118,14 @@ ep-spin-lib:buildWellURI |
77 | rdfs:subClassOf ep-spin-lib:Function ; | 118 | rdfs:subClassOf ep-spin-lib:Function ; |
78 | spin:body | 119 | spin:body |
79 | [ rdf:type sp:Select ; | 120 | [ rdf:type sp:Select ; |
80 | - sp:resultVariables (_:b3) ; | 121 | + sp:resultVariables (_:b5) ; |
81 | sp:where ([ rdf:type sp:Bind ; | 122 | sp:where ([ rdf:type sp:Bind ; |
82 | sp:expression | 123 | sp:expression |
83 | [ rdf:type ep-spin-lib:buildURI ; | 124 | [ rdf:type ep-spin-lib:buildURI ; |
84 | - sp:arg1 "https://www.reportinghub.no/ep/data/L_9999#" ; | 125 | + sp:arg1 "https://www.reportinghub.no/ep/data/Well#" ; |
85 | sp:arg2 spin:_arg1 | 126 | sp:arg2 spin:_arg1 |
86 | ] ; | 127 | ] ; |
87 | - sp:variable _:b3 | 128 | + sp:variable _:b5 |
88 | ]) | 129 | ]) |
89 | ] . | 130 | ] . |
90 | 131 | ||
... | @@ -94,75 +135,75 @@ ep-spin-lib:normalizeString | ... | @@ -94,75 +135,75 @@ ep-spin-lib:normalizeString |
94 | rdfs:subClassOf ep-spin-lib:Function ; | 135 | rdfs:subClassOf ep-spin-lib:Function ; |
95 | spin:body | 136 | spin:body |
96 | [ rdf:type sp:Select ; | 137 | [ rdf:type sp:Select ; |
97 | - sp:resultVariables (_:b4) ; | 138 | + sp:resultVariables (_:b6) ; |
98 | sp:where ([ rdf:type sp:Bind ; | 139 | sp:where ([ rdf:type sp:Bind ; |
99 | sp:expression | 140 | sp:expression |
100 | - [ rdf:type spif:regex ; | 141 | + [ rdf:type smf:regex ; |
101 | sp:arg1 spin:_arg1 ; | 142 | sp:arg1 spin:_arg1 ; |
102 | sp:arg2 "\\((.*)\\)" ; | 143 | sp:arg2 "\\((.*)\\)" ; |
103 | sp:arg3 "" | 144 | sp:arg3 "" |
104 | ] ; | 145 | ] ; |
105 | - sp:variable _:b5 | 146 | + sp:variable _:b7 |
106 | ] [ rdf:type sp:Bind ; | 147 | ] [ rdf:type sp:Bind ; |
107 | sp:expression | 148 | sp:expression |
108 | - [ rdf:type spif:trim ; | 149 | + [ rdf:type smf:trim ; |
109 | - sp:arg1 _:b5 | 150 | + sp:arg1 _:b7 |
110 | ] ; | 151 | ] ; |
111 | - sp:variable _:b6 | 152 | + sp:variable _:b8 |
112 | ] [ rdf:type sp:Bind ; | 153 | ] [ rdf:type sp:Bind ; |
113 | sp:expression | 154 | sp:expression |
114 | - [ rdf:type spif:encodeURL ; | 155 | + [ rdf:type smf:encodeURL ; |
115 | - sp:arg1 _:b6 | 156 | + sp:arg1 _:b8 |
116 | ] ; | 157 | ] ; |
117 | - sp:variable _:b7 | 158 | + sp:variable _:b9 |
118 | ] [ rdf:type sp:Bind ; | 159 | ] [ rdf:type sp:Bind ; |
119 | sp:expression | 160 | sp:expression |
120 | - [ rdf:type spif:regex ; | 161 | + [ rdf:type smf:regex ; |
121 | - sp:arg1 _:b7 ; | 162 | + sp:arg1 _:b9 ; |
122 | sp:arg2 "%2F" ; | 163 | sp:arg2 "%2F" ; |
123 | sp:arg3 "_" | 164 | sp:arg3 "_" |
124 | ] ; | 165 | ] ; |
125 | - sp:variable _:b8 | 166 | + sp:variable _:b10 |
126 | ] [ rdf:type sp:Bind ; | 167 | ] [ rdf:type sp:Bind ; |
127 | sp:expression | 168 | sp:expression |
128 | - [ rdf:type spif:regex ; | 169 | + [ rdf:type smf:regex ; |
129 | - sp:arg1 _:b8 ; | 170 | + sp:arg1 _:b10 ; |
130 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 171 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
131 | sp:arg3 "" | 172 | sp:arg3 "" |
132 | ] ; | 173 | ] ; |
133 | - sp:variable _:b9 | 174 | + sp:variable _:b11 |
134 | ] [ rdf:type sp:Bind ; | 175 | ] [ rdf:type sp:Bind ; |
135 | sp:expression | 176 | sp:expression |
136 | - [ rdf:type spif:regex ; | 177 | + [ rdf:type smf:regex ; |
137 | - sp:arg1 _:b9 ; | 178 | + sp:arg1 _:b11 ; |
138 | sp:arg2 "\\+" ; | 179 | sp:arg2 "\\+" ; |
139 | sp:arg3 "_" | 180 | sp:arg3 "_" |
140 | ] ; | 181 | ] ; |
141 | - sp:variable _:b10 | 182 | + sp:variable _:b12 |
142 | ] [ rdf:type sp:Bind ; | 183 | ] [ rdf:type sp:Bind ; |
143 | sp:expression | 184 | sp:expression |
144 | - [ rdf:type spif:regex ; | 185 | + [ rdf:type smf:regex ; |
145 | - sp:arg1 _:b10 ; | 186 | + sp:arg1 _:b12 ; |
146 | sp:arg2 "_+" ; | 187 | sp:arg2 "_+" ; |
147 | sp:arg3 "_" | 188 | sp:arg3 "_" |
148 | ] ; | 189 | ] ; |
149 | - sp:variable _:b11 | 190 | + sp:variable _:b13 |
150 | ] [ rdf:type sp:Bind ; | 191 | ] [ rdf:type sp:Bind ; |
151 | sp:expression | 192 | sp:expression |
152 | - [ rdf:type spif:regex ; | 193 | + [ rdf:type smf:regex ; |
153 | - sp:arg1 _:b11 ; | 194 | + sp:arg1 _:b13 ; |
154 | sp:arg2 "\\*" ; | 195 | sp:arg2 "\\*" ; |
155 | sp:arg3 "" | 196 | sp:arg3 "" |
156 | ] ; | 197 | ] ; |
157 | - sp:variable _:b12 | 198 | + sp:variable _:b14 |
158 | ] [ rdf:type sp:Bind ; | 199 | ] [ rdf:type sp:Bind ; |
159 | sp:expression | 200 | sp:expression |
160 | [ rdf:type xsd:string ; | 201 | [ rdf:type xsd:string ; |
161 | - sp:arg1 [ rdf:type spif:upperCase ; | 202 | + sp:arg1 [ rdf:type smf:upperCase ; |
162 | - sp:arg1 _:b12 | 203 | + sp:arg1 _:b14 |
163 | ] | 204 | ] |
164 | ] ; | 205 | ] ; |
165 | - sp:variable _:b4 | 206 | + sp:variable _:b6 |
166 | ]) | 207 | ]) |
167 | ] ; | 208 | ] ; |
168 | spin:constraint | 209 | spin:constraint |
... | @@ -171,29 +212,35 @@ ep-spin-lib:normalizeString | ... | @@ -171,29 +212,35 @@ ep-spin-lib:normalizeString |
171 | spl:valueType xsd:string | 212 | spl:valueType xsd:string |
172 | ] . | 213 | ] . |
173 | 214 | ||
174 | -_:b2 sp:varName "uri"^^xsd:string . | 215 | +_:b4 sp:varName "uri"^^xsd:string . |
175 | 216 | ||
176 | -_:b3 sp:varName "uri"^^xsd:string . | 217 | +_:b5 sp:varName "uri"^^xsd:string . |
177 | 218 | ||
178 | -_:b1 sp:varName "uri"^^xsd:string . | 219 | +_:b14 |
220 | + sp:varName "t4"^^xsd:string . | ||
179 | 221 | ||
180 | -_:b5 sp:varName "s1"^^xsd:string . | 222 | +_:b13 |
223 | + sp:varName "t3"^^xsd:string . | ||
181 | 224 | ||
182 | -_:b6 sp:varName "s2"^^xsd:string . | 225 | +_:b12 |
226 | + sp:varName "t2"^^xsd:string . | ||
183 | 227 | ||
184 | -_:b7 sp:varName "t0a"^^xsd:string . | 228 | +_:b11 |
229 | + sp:varName "t1"^^xsd:string . | ||
185 | 230 | ||
186 | -_:b8 sp:varName "t0b"^^xsd:string . | 231 | +_:b10 |
232 | + sp:varName "t0b"^^xsd:string . | ||
187 | 233 | ||
188 | -_:b9 sp:varName "t1"^^xsd:string . | 234 | +_:b9 sp:varName "t0a"^^xsd:string . |
189 | 235 | ||
190 | -_:b10 | 236 | +_:b8 sp:varName "s2"^^xsd:string . |
191 | - sp:varName "t2"^^xsd:string . | ||
192 | 237 | ||
193 | -_:b11 | 238 | +_:b7 sp:varName "s1"^^xsd:string . |
194 | - sp:varName "t3"^^xsd:string . | ||
195 | 239 | ||
196 | -_:b12 | 240 | +_:b6 sp:varName "normalizedStr"^^xsd:string . |
197 | - sp:varName "t4"^^xsd:string . | ||
198 | 241 | ||
199 | -_:b4 sp:varName "normalizedStr"^^xsd:string . | 242 | +_:b3 sp:varName "uri"^^xsd:string . |
243 | + | ||
244 | +_:b2 sp:varName "uri"^^xsd:string . | ||
245 | + | ||
246 | +_:b1 sp:varName "uri"^^xsd:string . | ... | ... |
1 | +# Saved by TopBraid on Wed Aug 03 12:31:51 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | ||
3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
5 | +# imports: http://spinrdf.org/spin | ||
6 | + | ||
7 | +@prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . | ||
8 | +@prefix ddr-normalization: <http://www.reportinghub.no/ep/transform/ddr/normalization#> . | ||
9 | +@prefix ddr-normalization-1.1: <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#> . | ||
10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
11 | +@prefix normalization: <http://www.reportinghub.no/ep/transform/normalization#> . | ||
12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
15 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
16 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
17 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
19 | + | ||
20 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
21 | + spin:rule | ||
22 | + [ rdf:type sp:Construct ; | ||
23 | + rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | ||
24 | + sp:templates ([ sp:object _:b1 ; | ||
25 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
26 | + sp:subject _:b2 | ||
27 | + ]) ; | ||
28 | + sp:where ([ sp:object _:b3 ; | ||
29 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
30 | + sp:subject spin:_this | ||
31 | + ] [ sp:object _:b4 ; | ||
32 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
33 | + sp:subject spin:_this | ||
34 | + ] [ sp:object _:b1 ; | ||
35 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
36 | + sp:subject spin:_this | ||
37 | + ] [ rdf:type sp:Bind ; | ||
38 | + sp:expression | ||
39 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
40 | + sp:arg1 _:b3 | ||
41 | + ] ; | ||
42 | + sp:variable _:b5 | ||
43 | + ] [ rdf:type sp:Bind ; | ||
44 | + sp:expression | ||
45 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
46 | + sp:arg1 _:b5 ; | ||
47 | + sp:arg2 _:b4 | ||
48 | + ] ; | ||
49 | + sp:variable _:b2 | ||
50 | + ]) | ||
51 | + ] ; | ||
52 | + spin:rule | ||
53 | + [ rdf:type sp:Construct ; | ||
54 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | ||
55 | + sp:templates ([ sp:object _:b6 ; | ||
56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | ||
57 | + sp:subject _:b7 | ||
58 | + ]) ; | ||
59 | + sp:where ([ sp:object _:b8 ; | ||
60 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
61 | + sp:subject spin:_this | ||
62 | + ] [ sp:object _:b9 ; | ||
63 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
64 | + sp:subject spin:_this | ||
65 | + ] [ sp:object _:b10 ; | ||
66 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
67 | + sp:subject spin:_this | ||
68 | + ] [ sp:object _:b6 ; | ||
69 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | ||
70 | + sp:subject _:b10 | ||
71 | + ] [ rdf:type sp:Bind ; | ||
72 | + sp:expression | ||
73 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
74 | + sp:arg1 _:b8 | ||
75 | + ] ; | ||
76 | + sp:variable _:b11 | ||
77 | + ] [ rdf:type sp:Bind ; | ||
78 | + sp:expression | ||
79 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
80 | + sp:arg1 _:b11 ; | ||
81 | + sp:arg2 _:b9 | ||
82 | + ] ; | ||
83 | + sp:variable _:b7 | ||
84 | + ]) | ||
85 | + ] ; | ||
86 | + spin:rule | ||
87 | + [ rdf:type sp:Construct ; | ||
88 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | ||
89 | + sp:templates ([ sp:object _:b12 ; | ||
90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | ||
91 | + sp:subject _:b13 | ||
92 | + ]) ; | ||
93 | + sp:where ([ sp:object _:b14 ; | ||
94 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
95 | + sp:subject spin:_this | ||
96 | + ] [ sp:object _:b15 ; | ||
97 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
98 | + sp:subject spin:_this | ||
99 | + ] [ sp:object _:b16 ; | ||
100 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
101 | + sp:subject spin:_this | ||
102 | + ] [ sp:object _:b12 ; | ||
103 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | ||
104 | + sp:subject _:b16 | ||
105 | + ] [ rdf:type sp:Bind ; | ||
106 | + sp:expression | ||
107 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
108 | + sp:arg1 _:b14 | ||
109 | + ] ; | ||
110 | + sp:variable _:b17 | ||
111 | + ] [ rdf:type sp:Bind ; | ||
112 | + sp:expression | ||
113 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
114 | + sp:arg1 _:b17 ; | ||
115 | + sp:arg2 _:b15 | ||
116 | + ] ; | ||
117 | + sp:variable _:b13 | ||
118 | + ]) | ||
119 | + ] ; | ||
120 | + spin:rule | ||
121 | + [ rdf:type sp:Construct ; | ||
122 | + rdfs:comment "STEP 104 Create Well"^^xsd:string ; | ||
123 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
124 | + sp:predicate rdf:type ; | ||
125 | + sp:subject _:b18 | ||
126 | + ] [ sp:object _:b19 ; | ||
127 | + sp:predicate rdfs:label ; | ||
128 | + sp:subject _:b18 | ||
129 | + ] [ sp:object _:b18 ; | ||
130 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
131 | + sp:subject _:b20 | ||
132 | + ] [ sp:object _:b21 ; | ||
133 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
134 | + sp:subject _:b18 | ||
135 | + ]) ; | ||
136 | + sp:where ([ sp:object _:b22 ; | ||
137 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
138 | + sp:subject spin:_this | ||
139 | + ] [ sp:object _:b19 ; | ||
140 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | ||
141 | + sp:subject spin:_this | ||
142 | + ] [ sp:object _:b23 ; | ||
143 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
144 | + sp:subject spin:_this | ||
145 | + ] [ sp:object _:b21 ; | ||
146 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
147 | + sp:subject _:b20 | ||
148 | + ] [ rdf:type sp:Bind ; | ||
149 | + sp:expression | ||
150 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
151 | + sp:arg1 _:b22 | ||
152 | + ] ; | ||
153 | + sp:variable _:b24 | ||
154 | + ] [ rdf:type sp:Bind ; | ||
155 | + sp:expression | ||
156 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
157 | + sp:arg1 _:b24 ; | ||
158 | + sp:arg2 _:b23 | ||
159 | + ] ; | ||
160 | + sp:variable _:b20 | ||
161 | + ] [ rdf:type sp:Bind ; | ||
162 | + sp:expression | ||
163 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
164 | + sp:arg1 _:b19 | ||
165 | + ] ; | ||
166 | + sp:variable _:b25 | ||
167 | + ] [ rdf:type sp:Bind ; | ||
168 | + sp:expression | ||
169 | + [ rdf:type ep-spin-lib:buildWellURI ; | ||
170 | + sp:arg1 _:b25 | ||
171 | + ] ; | ||
172 | + sp:variable _:b18 | ||
173 | + ]) | ||
174 | + ] ; | ||
175 | + spin:rule | ||
176 | + [ rdf:type sp:Construct ; | ||
177 | + rdfs:comment """STEP 103b | ||
178 | +Classify a DailyDrillingReport as preliminary"""^^xsd:string ; | ||
179 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryDailyDrillingReport> ; | ||
180 | + sp:predicate rdf:type ; | ||
181 | + sp:subject _:b26 | ||
182 | + ]) ; | ||
183 | + sp:where ([ sp:object _:b27 ; | ||
184 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
185 | + sp:subject spin:_this | ||
186 | + ] [ sp:object _:b28 ; | ||
187 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
188 | + sp:subject spin:_this | ||
189 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/ddr#ORV_preliminary> ; | ||
190 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; | ||
191 | + sp:subject spin:_this | ||
192 | + ] [ rdf:type sp:Bind ; | ||
193 | + sp:expression | ||
194 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
195 | + sp:arg1 _:b27 | ||
196 | + ] ; | ||
197 | + sp:variable _:b29 | ||
198 | + ] [ rdf:type sp:Bind ; | ||
199 | + sp:expression | ||
200 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
201 | + sp:arg1 _:b29 ; | ||
202 | + sp:arg2 _:b28 | ||
203 | + ] ; | ||
204 | + sp:variable _:b26 | ||
205 | + ]) | ||
206 | + ] ; | ||
207 | + spin:rule | ||
208 | + [ rdf:type sp:Construct ; | ||
209 | + rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity and WellBore | ||
210 | +Minimum data - createDate, dTimStart, nameWellBore | ||
211 | +Add a link from Obj_DrillReport to DailyDrillingReport to support other CONSTRUCT clauses (is this useful?)"""^^xsd:string ; | ||
212 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingReport> ; | ||
213 | + sp:predicate rdf:type ; | ||
214 | + sp:subject _:b30 | ||
215 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
216 | + sp:predicate rdf:type ; | ||
217 | + sp:subject _:b31 | ||
218 | + ] [ sp:object _:b31 ; | ||
219 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | ||
220 | + sp:subject _:b30 | ||
221 | + ] [ sp:object _:b32 ; | ||
222 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; | ||
223 | + sp:subject _:b30 | ||
224 | + ] [ sp:object _:b33 ; | ||
225 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
226 | + sp:subject _:b31 | ||
227 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
228 | + sp:predicate rdf:type ; | ||
229 | + sp:subject _:b34 | ||
230 | + ] [ sp:object _:b34 ; | ||
231 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
232 | + sp:subject _:b31 | ||
233 | + ] [ sp:object _:b35 ; | ||
234 | + sp:predicate rdfs:label ; | ||
235 | + sp:subject _:b34 | ||
236 | + ] [ sp:object spin:_this ; | ||
237 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#derivedFrom> ; | ||
238 | + sp:subject _:b30 | ||
239 | + ]) ; | ||
240 | + sp:where ([ sp:object _:b35 ; | ||
241 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
242 | + sp:subject spin:_this | ||
243 | + ] [ sp:object _:b33 ; | ||
244 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
245 | + sp:subject spin:_this | ||
246 | + ] [ sp:object _:b32 ; | ||
247 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
248 | + sp:subject spin:_this | ||
249 | + ] [ rdf:type sp:Bind ; | ||
250 | + sp:expression | ||
251 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
252 | + sp:arg1 _:b35 | ||
253 | + ] ; | ||
254 | + sp:variable _:b36 | ||
255 | + ] [ rdf:type sp:Bind ; | ||
256 | + sp:expression | ||
257 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
258 | + sp:arg1 _:b36 ; | ||
259 | + sp:arg2 _:b32 | ||
260 | + ] ; | ||
261 | + sp:variable _:b30 | ||
262 | + ] [ rdf:type sp:Bind ; | ||
263 | + sp:expression | ||
264 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
265 | + sp:arg1 _:b36 ; | ||
266 | + sp:arg2 _:b33 | ||
267 | + ] ; | ||
268 | + sp:variable _:b31 | ||
269 | + ] [ rdf:type sp:Bind ; | ||
270 | + sp:expression | ||
271 | + [ rdf:type ep-spin-lib:buildWellBoreURI ; | ||
272 | + sp:arg1 _:b36 | ||
273 | + ] ; | ||
274 | + sp:variable _:b34 | ||
275 | + ]) | ||
276 | + ] ; | ||
277 | + spin:rule | ||
278 | + [ rdf:type sp:Construct ; | ||
279 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | ||
280 | + sp:templates ([ sp:object _:b37 ; | ||
281 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | ||
282 | + sp:subject _:b38 | ||
283 | + ]) ; | ||
284 | + sp:where ([ sp:object _:b39 ; | ||
285 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
286 | + sp:subject spin:_this | ||
287 | + ] [ sp:object _:b40 ; | ||
288 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
289 | + sp:subject spin:_this | ||
290 | + ] [ sp:object _:b41 ; | ||
291 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
292 | + sp:subject spin:_this | ||
293 | + ] [ sp:object _:b37 ; | ||
294 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | ||
295 | + sp:subject _:b41 | ||
296 | + ] [ rdf:type sp:Bind ; | ||
297 | + sp:expression | ||
298 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
299 | + sp:arg1 _:b39 | ||
300 | + ] ; | ||
301 | + sp:variable _:b42 | ||
302 | + ] [ rdf:type sp:Bind ; | ||
303 | + sp:expression | ||
304 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
305 | + sp:arg1 _:b42 ; | ||
306 | + sp:arg2 _:b40 | ||
307 | + ] ; | ||
308 | + sp:variable _:b38 | ||
309 | + ]) | ||
310 | + ] ; | ||
311 | + spin:rule | ||
312 | + [ rdf:type sp:Construct ; | ||
313 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | ||
314 | + sp:templates ([ sp:object _:b43 ; | ||
315 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | ||
316 | + sp:subject _:b44 | ||
317 | + ]) ; | ||
318 | + sp:where ([ sp:object _:b45 ; | ||
319 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
320 | + sp:subject spin:_this | ||
321 | + ] [ sp:object _:b46 ; | ||
322 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
323 | + sp:subject spin:_this | ||
324 | + ] [ sp:object _:b47 ; | ||
325 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
326 | + sp:subject spin:_this | ||
327 | + ] [ sp:object _:b44 ; | ||
328 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
329 | + sp:subject _:b48 | ||
330 | + ] [ sp:object _:b43 ; | ||
331 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | ||
332 | + sp:subject _:b47 | ||
333 | + ] [ rdf:type sp:Bind ; | ||
334 | + sp:expression | ||
335 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
336 | + sp:arg1 _:b45 | ||
337 | + ] ; | ||
338 | + sp:variable _:b49 | ||
339 | + ] [ rdf:type sp:Bind ; | ||
340 | + sp:expression | ||
341 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
342 | + sp:arg1 _:b49 ; | ||
343 | + sp:arg2 _:b46 | ||
344 | + ] ; | ||
345 | + sp:variable _:b48 | ||
346 | + ]) | ||
347 | + ] ; | ||
348 | + spin:rule | ||
349 | + [ rdf:type sp:Construct ; | ||
350 | + rdfs:comment """STEP 103c | ||
351 | +Classify a DailyDrillingReport as final"""^^xsd:string ; | ||
352 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FinalDailyDrillingReport> ; | ||
353 | + sp:predicate rdf:type ; | ||
354 | + sp:subject _:b50 | ||
355 | + ]) ; | ||
356 | + sp:where ([ sp:object _:b51 ; | ||
357 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
358 | + sp:subject spin:_this | ||
359 | + ] [ sp:object _:b52 ; | ||
360 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
361 | + sp:subject spin:_this | ||
362 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/ddr#ORV_final> ; | ||
363 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; | ||
364 | + sp:subject spin:_this | ||
365 | + ] [ rdf:type sp:Bind ; | ||
366 | + sp:expression | ||
367 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
368 | + sp:arg1 _:b51 | ||
369 | + ] ; | ||
370 | + sp:variable _:b53 | ||
371 | + ] [ rdf:type sp:Bind ; | ||
372 | + sp:expression | ||
373 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
374 | + sp:arg1 _:b53 ; | ||
375 | + sp:arg2 _:b52 | ||
376 | + ] ; | ||
377 | + sp:variable _:b50 | ||
378 | + ]) | ||
379 | + ] ; | ||
380 | + spin:rule | ||
381 | + [ rdf:type sp:Construct ; | ||
382 | + rdfs:comment """STEP 103a | ||
383 | +Classify a DailyDrillingReport as normal"""^^xsd:string ; | ||
384 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#NormalDailyDrillingReport> ; | ||
385 | + sp:predicate rdf:type ; | ||
386 | + sp:subject _:b54 | ||
387 | + ]) ; | ||
388 | + sp:where ([ sp:object _:b55 ; | ||
389 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
390 | + sp:subject spin:_this | ||
391 | + ] [ sp:object _:b56 ; | ||
392 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
393 | + sp:subject spin:_this | ||
394 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/ddr#ORV_normal> ; | ||
395 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; | ||
396 | + sp:subject spin:_this | ||
397 | + ] [ rdf:type sp:Bind ; | ||
398 | + sp:expression | ||
399 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
400 | + sp:arg1 _:b55 | ||
401 | + ] ; | ||
402 | + sp:variable _:b57 | ||
403 | + ] [ rdf:type sp:Bind ; | ||
404 | + sp:expression | ||
405 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
406 | + sp:arg1 _:b57 ; | ||
407 | + sp:arg2 _:b56 | ||
408 | + ] ; | ||
409 | + sp:variable _:b54 | ||
410 | + ]) | ||
411 | + ] ; | ||
412 | + spin:rule | ||
413 | + [ rdf:type sp:Construct ; | ||
414 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | ||
415 | + sp:templates ([ sp:object _:b58 ; | ||
416 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | ||
417 | + sp:subject _:b59 | ||
418 | + ]) ; | ||
419 | + sp:where ([ sp:object _:b60 ; | ||
420 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
421 | + sp:subject spin:_this | ||
422 | + ] [ sp:object _:b61 ; | ||
423 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
424 | + sp:subject spin:_this | ||
425 | + ] [ sp:object _:b62 ; | ||
426 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
427 | + sp:subject spin:_this | ||
428 | + ] [ sp:object _:b58 ; | ||
429 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | ||
430 | + sp:subject _:b62 | ||
431 | + ] [ rdf:type sp:Bind ; | ||
432 | + sp:expression | ||
433 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
434 | + sp:arg1 _:b60 | ||
435 | + ] ; | ||
436 | + sp:variable _:b63 | ||
437 | + ] [ rdf:type sp:Bind ; | ||
438 | + sp:expression | ||
439 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
440 | + sp:arg1 _:b63 ; | ||
441 | + sp:arg2 _:b61 | ||
442 | + ] ; | ||
443 | + sp:variable _:b59 | ||
444 | + ]) | ||
445 | + ] . | ||
446 | + | ||
447 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> | ||
448 | + rdf:type owl:Ontology ; | ||
449 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
450 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
451 | + | ||
452 | +_:b50 | ||
453 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
454 | + | ||
455 | +_:b53 | ||
456 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
457 | + | ||
458 | +_:b52 | ||
459 | + sp:varName "createDate"^^xsd:string . | ||
460 | + | ||
461 | +_:b51 | ||
462 | + sp:varName "nameWellBore"^^xsd:string . | ||
463 | + | ||
464 | +_:b26 | ||
465 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
466 | + | ||
467 | +_:b29 | ||
468 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
469 | + | ||
470 | +_:b28 | ||
471 | + sp:varName "createDate"^^xsd:string . | ||
472 | + | ||
473 | +_:b27 | ||
474 | + sp:varName "nameWellBore"^^xsd:string . | ||
475 | + | ||
476 | +_:b54 | ||
477 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
478 | + | ||
479 | +_:b57 | ||
480 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
481 | + | ||
482 | +_:b56 | ||
483 | + sp:varName "createDate"^^xsd:string . | ||
484 | + | ||
485 | +_:b55 | ||
486 | + sp:varName "nameWellBore"^^xsd:string . | ||
487 | + | ||
488 | +_:b5 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
489 | + | ||
490 | +_:b4 sp:varName "dTimStart"^^xsd:string . | ||
491 | + | ||
492 | +_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
493 | + | ||
494 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
495 | + | ||
496 | +_:b1 sp:varName "dTimEnd"^^xsd:string . | ||
497 | + | ||
498 | +_:b42 | ||
499 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
500 | + | ||
501 | +_:b41 | ||
502 | + sp:varName "statusInfo"^^xsd:string . | ||
503 | + | ||
504 | +_:b40 | ||
505 | + sp:varName "dTimStart"^^xsd:string . | ||
506 | + | ||
507 | +_:b39 | ||
508 | + sp:varName "nameWellBore"^^xsd:string . | ||
509 | + | ||
510 | +_:b38 | ||
511 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
512 | + | ||
513 | +_:b37 | ||
514 | + sp:varName "forecast24Hr"^^xsd:string . | ||
515 | + | ||
516 | +_:b63 | ||
517 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
518 | + | ||
519 | +_:b62 | ||
520 | + sp:varName "statusInfo"^^xsd:string . | ||
521 | + | ||
522 | +_:b61 | ||
523 | + sp:varName "dTimStart"^^xsd:string . | ||
524 | + | ||
525 | +_:b60 | ||
526 | + sp:varName "nameWellBore"^^xsd:string . | ||
527 | + | ||
528 | +_:b59 | ||
529 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
530 | + | ||
531 | +_:b58 | ||
532 | + sp:varName "ropCurrentValue"^^xsd:string . | ||
533 | + | ||
534 | +_:b11 | ||
535 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
536 | + | ||
537 | +_:b10 | ||
538 | + sp:varName "statusInfo"^^xsd:string . | ||
539 | + | ||
540 | +_:b9 sp:varName "dTimStart"^^xsd:string . | ||
541 | + | ||
542 | +_:b8 sp:varName "nameWellBore"^^xsd:string . | ||
543 | + | ||
544 | +_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
545 | + | ||
546 | +_:b6 sp:varName "sum24Hr"^^xsd:string . | ||
547 | + | ||
548 | +_:b25 | ||
549 | + sp:varName "normalizedWellName"^^xsd:string . | ||
550 | + | ||
551 | +_:b24 | ||
552 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
553 | + | ||
554 | +_:b23 | ||
555 | + sp:varName "dTimStart"^^xsd:string . | ||
556 | + | ||
557 | +_:b22 | ||
558 | + sp:varName "nameWellBore"^^xsd:string . | ||
559 | + | ||
560 | +_:b21 | ||
561 | + sp:varName "wellBore"^^xsd:string . | ||
562 | + | ||
563 | +_:b20 | ||
564 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
565 | + | ||
566 | +_:b19 | ||
567 | + sp:varName "nameWell"^^xsd:string . | ||
568 | + | ||
569 | +_:b18 | ||
570 | + sp:varName "well"^^xsd:string . | ||
571 | + | ||
572 | +_:b49 | ||
573 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
574 | + | ||
575 | +_:b48 | ||
576 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
577 | + | ||
578 | +_:b47 | ||
579 | + sp:varName "statusInfo"^^xsd:string . | ||
580 | + | ||
581 | +_:b46 | ||
582 | + sp:varName "dTimStart"^^xsd:string . | ||
583 | + | ||
584 | +_:b45 | ||
585 | + sp:varName "nameWellBore"^^xsd:string . | ||
586 | + | ||
587 | +_:b44 | ||
588 | + sp:varName "wellBore"^^xsd:string . | ||
589 | + | ||
590 | +_:b43 | ||
591 | + sp:varName "md"^^xsd:string . | ||
592 | + | ||
593 | +_:b17 | ||
594 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
595 | + | ||
596 | +_:b16 | ||
597 | + sp:varName "statusInfo"^^xsd:string . | ||
598 | + | ||
599 | +_:b15 | ||
600 | + sp:varName "dTimStart"^^xsd:string . | ||
601 | + | ||
602 | +_:b14 | ||
603 | + sp:varName "nameWellBore"^^xsd:string . | ||
604 | + | ||
605 | +_:b13 | ||
606 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
607 | + | ||
608 | +_:b12 | ||
609 | + sp:varName "distDrill"^^xsd:string . | ||
610 | + | ||
611 | +_:b36 | ||
612 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
613 | + | ||
614 | +_:b35 | ||
615 | + sp:varName "nameWellBore"^^xsd:string . | ||
616 | + | ||
617 | +_:b34 | ||
618 | + sp:varName "wellBore"^^xsd:string . | ||
619 | + | ||
620 | +_:b33 | ||
621 | + sp:varName "dTimStart"^^xsd:string . | ||
622 | + | ||
623 | +_:b32 | ||
624 | + sp:varName "createDate"^^xsd:string . | ||
625 | + | ||
626 | +_:b31 | ||
627 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
628 | + | ||
629 | +_:b30 | ||
630 | + sp:varName "dailyDrillingReport"^^xsd:string . |
1 | +# Saved by TopBraid on Wed Aug 03 12:31:51 BST 2011 | ||
2 | +# baseURI: null | ||
3 | + | ||
4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
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 visual: <http://topbraid.org/visual#> . | ||
11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +[] rdf:type inference:Configuration ; | ||
14 | + composite:child | ||
15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
16 | + <http://spinrdf.org/spin#topSPINOptions> | ||
17 | + "singlePass" ; | ||
18 | + composite:index "0"^^xsd:int | ||
19 | + ] . |
1 | +# Saved by TopBraid on Wed Aug 03 07:44:47 BST 2011 | ||
1 | # baseURI: null | 2 | # baseURI: null |
2 | 3 | ||
3 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
... | @@ -12,7 +13,5 @@ | ... | @@ -12,7 +13,5 @@ |
12 | [] rdf:type inference:Configuration ; | 13 | [] rdf:type inference:Configuration ; |
13 | composite:child | 14 | composite:child |
14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 15 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | - <http://spinrdf.org/spin#topSPINOptions> | ||
16 | - "singlePass" ; | ||
17 | composite:index "0"^^xsd:int | 16 | composite:index "0"^^xsd:int |
18 | ] . | 17 | ] . | ... | ... |
1 | +<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema//DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd"><witsml:documentInfo><witsml:documentName>Drill Report</witsml:documentName><witsml:owner>IIP</witsml:owner></witsml:documentInfo><witsml:drillReport><witsml:nameWell>NO 25/11-G-3</witsml:nameWell><witsml:nameWellbore>NO 25/11-G-3 T2</witsml:nameWellbore><witsml:name>name</witsml:name><witsml:dTimStart>2010-01-01T00:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-02T00:00:00.000Z</witsml:dTimEnd><witsml:versionKind>normal</witsml:versionKind><witsml:createDate>2010-02-05T14:35:20.000Z</witsml:createDate> | ||
2 | +<witsml:wellAlias><witsml:name>25/11-G-3</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellAlias> | ||
3 | +<witsml:wellboreAlias><witsml:name>25/11-G-3 T2</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellboreAlias><witsml:wellboreAlias><witsml:name>5829</witsml:name><witsml:namingSystem>NPD number</witsml:namingSystem></witsml:wellboreAlias> | ||
4 | +<witsml:wellboreInfo><witsml:dTimSpud>2009-12-27T00:00:00.000Z</witsml:dTimSpud><witsml:operator>Statoil</witsml:operator><witsml:drillContractor>Odfjell Drilling AS</witsml:drillContractor><witsml:rigAlias><witsml:name>GRANE</witsml:name><witsml:namingSystem>NPD Name</witsml:namingSystem></witsml:rigAlias><witsml:rigAlias><witsml:name>283285</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:rigAlias></witsml:wellboreInfo> | ||
5 | +<witsml:statusInfo><witsml:dTim>2010-01-02T00:00:00.000Z</witsml:dTim><witsml:md uom="m">2867</witsml:md><witsml:diaHole uom="in">0</witsml:diaHole><witsml:mdDiaHoleStart uom="m">2860</witsml:mdDiaHoleStart><witsml:strengthForm uom="g/cm3">1.6</witsml:strengthForm><witsml:mdStrengthForm uom="m">2853</witsml:mdStrengthForm><witsml:tvdStrengthForm uom="m">1738</witsml:tvdStrengthForm><witsml:diaCsgLast uom="in">14</witsml:diaCsgLast><witsml:mdCsgLast uom="m">2853</witsml:mdCsgLast><witsml:tvdCsgLast uom="m">1738.4</witsml:tvdCsgLast><witsml:presTestType>formation integrity test</witsml:presTestType><witsml:mdPlanned uom="m">-9999</witsml:mdPlanned><witsml:distDrill uom="m">-9999</witsml:distDrill><witsml:elevKelly uom="m">69.9</witsml:elevKelly><witsml:sum24Hr>Pulled out of hole with 12 1/4" clean-out assembly, broke and laid out same. Washed BOP and wellhead area. Performed BOP test. Picked up 13 3/8" whipstock and made up same to window mill assembly. Ran in hole with whipstock/window mill assembly on 6 5/8" DP to 673 m.</witsml:sum24Hr><witsml:forecast24Hr>Run in hole with whipstock/window mill assembly to 2750 m, orient and set whipstock. Mill out window and 5 m rathole, raise mud weight to 1,45 SG while milling out window. Circulate well clean.</witsml:forecast24Hr><witsml:ropCurrent uom="m/h">-9999</witsml:ropCurrent></witsml:statusInfo> | ||
6 | + | ||
7 | +<witsml:fluid><witsml:type>Versatec</witsml:type><witsml:dTim>2010-01-01T23:15:00.000Z</witsml:dTim><witsml:md uom="m">3079</witsml:md><witsml:presBopRating uom="bar">0</witsml:presBopRating ><witsml:mudClass>oil based</witsml:mudClass><witsml:density uom="g/cm3">1.39</witsml:density><witsml:pv uom="mPa.s">26</witsml:pv><witsml:yp uom="Pa">9.5</witsml:yp></witsml:fluid> | ||
8 | + | ||
9 | +<witsml:extendedReport dTim="2010-01-02T00:00:00.000Z">Depth: 1627. Ran in hole with whipstock/window mill assembly on 6 5/8" DP to 1627 m. Running speed 3 min/stand. Experinsed problems with Vertical Pipe Handling system. Depth: 1653. Initialized and reset setpoints for Vertical Pipe Handling system. Depth: 2089. Ran in hole with whipstock/window mill assembly on 6 5/8" DP to 2089 m. Running speed 3 min/stand.</witsml:extendedReport > | ||
10 | + | ||
11 | +<witsml:activity><witsml:dTimStart>2010-01-01T00:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T01:30:00.000Z</witsml:dTimEnd><witsml:md uom="m">197</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Pulled out of hole with 12 1/4" clean-out assembly on 6 5/8" DP to 197 m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T01:30:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T01:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">76</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Pulled out of hole with 12 1/4" clean-out assembly on 6 5/8" HWDP to 76 m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T01:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T02:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">76</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Held prejob meeting prior to handle clean-out assembly.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T02:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T02:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">76</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Cleaned around rotary table. Removed hydraulic slips and installed master bushing.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T02:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T04:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Broke and laid out clean-out assembly. Broke and laid down 8" DC, jar, MWD assembly, 8" DC and mill assembly.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T04:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T05:15:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Cleared and cleaned the rigfloor.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T05:15:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T06:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">27</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Washed BOP and wellhead area. Made up jet sub and 6 5/8" HWDP. Ran in hole and washed BOP.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T06:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T06:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">54</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Washed BOP and wellhead area. Made up jet sub and 6 5/8" HWDP. Ran in hole and washed BOP/wellhead area with 2000 lpm/19 bar, 5 rpm/1 kNm. Pumped a full riser volumen at 54 m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T06:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T07:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">320</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Ran in hole with 6 5/8" DP to 280 m, made up Spring Loaded Test tool and landed same in well head.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T07:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T12:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">320</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop activities</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Performed BOP test. Test #1, #2, #3, and #4 to 20 bar/5 min, 260 bar/10 min.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T12:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T13:30:00.000Z</witsml:dTimEnd><witsml:md uom="m">320</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop activities</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>BOP test #5 failed, troubleshooted and found leakage in HP manifold D12, was not able to determine which valve there was leaking, therefore isolated manifold and continued testing.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T13:30:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T14:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">320</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop activities</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Performed BOP test. Test #5 and #6 to 20 bar/5 min, 260 bar/10 min. Held prejob meeting concerning pick-up and running of whipstock assembly while performing BOP test #5 and #6.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T14:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T16:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Pulled out of hole with SLT tool and 6 5/8" DP, broke and laid down jet sub.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T16:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T16:15:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Cleared and cleaned rigfloor.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T16:15:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T17:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Picked up 6 5/8" HWDP, Multicycle Valve, 8" DC, x-o and kellycock(closed), made up DDM and tested Multicycle Valve with 2500 lpm/28 bar, cycled valve 5 times and veryfied that bypass valve closed. Pulled out and broke off x-o and kellycock.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T17:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T18:15:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Picked up window mill assembly and made up same to Multicycle Valve.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T18:15:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T18:45:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Picked up 13 3/8" whipstock and made up same to window mill assembly. Installed jets and connected hydraulic hose between mill and whipstock.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T18:45:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T19:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Held prejob meeting with ongoing crew.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T19:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T20:15:00.000Z</witsml:dTimEnd><witsml:md uom="m">40</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Filled mill assembly with oil, ran in hole with whipstock/window mill assembly. Picked up MWD, aligned MWD scrabeline and whipstock, 34 degr. L, ran in hole to 40 m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T20:15:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T20:30:00.000Z</witsml:dTimEnd><witsml:md uom="m">40</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Plugged in cable and loaded data/veryfied MWD tool.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T20:30:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T21:30:00.000Z</witsml:dTimEnd><witsml:md uom="m">90</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Ran in hole with whipstock/window mill assembly on 8" DC to 90 m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T21:30:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-01T22:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">90</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Removed master bushing and installed the hydraulic slips.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2010-01-01T22:00:00.000Z</witsml:dTimStart><witsml:dTimEnd>2010-01-02T00:00:00.000Z</witsml:dTimEnd><witsml:md uom="m">673</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- mill</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Ran in hole with whipstock/window mill assembly on 6 5/8" DP to 673 m. Running speed 3 min/stand.</witsml:comments></witsml:activity> | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | +<witsml:equipFailureInfo><witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim><witsml:md uom="m">2823</witsml:md><witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass><witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction><witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair><witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description></witsml:equipFailureInfo> | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | +</witsml:drillReport></witsml:drillReports> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment