David Leal

Mapping of witsml:activity element 90% complete

1 -# Saved by TopBraid on Mon Aug 08 10:15:29 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:42 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/equipment
5 # imports: http://www.linkedmodel.org/1.1/schema/ordered 4 # imports: http://www.linkedmodel.org/1.1/schema/ordered
5 +# imports: http://www.reportinghub.no/ep/schema/equipment
6 # imports: http://www.reportinghub.no/ep/schema/1.1/core 6 # imports: http://www.reportinghub.no/ep/schema/1.1/core
7 # imports: http://www.reportinghub.no/ep/schema/well 7 # imports: http://www.reportinghub.no/ep/schema/well
8 8
9 +@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> .
9 @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . 10 @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 11 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
14 15
15 <http://www.reportinghub.no/ep/schema/1.1/activity> 16 <http://www.reportinghub.no/ep/schema/1.1/activity>
16 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.1/core> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 20
20 ep-activity:Activity 21 ep-activity:Activity
...@@ -24,32 +25,32 @@ ep-activity:Activity ...@@ -24,32 +25,32 @@ ep-activity:Activity
24 rdfs:subClassOf 25 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
26 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 27 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
27 - owl:onProperty ep-activity:startedAt 28 + owl:onProperty ep-activity:finishedAt
28 ] ; 29 ] ;
29 rdfs:subClassOf 30 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
31 owl:allValuesFrom ep-activity:Activity ; 32 owl:allValuesFrom ep-activity:Activity ;
32 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 33 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
33 ] ; 34 ] ;
34 rdfs:subClassOf 35 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
36 owl:allValuesFrom ep-activity:Activity ; 37 owl:allValuesFrom ep-activity:Activity ;
37 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 38 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
38 ] ; 39 ] ;
39 rdfs:subClassOf 40 rdfs:subClassOf
40 [ rdf:type owl:Restriction ; 41 [ rdf:type owl:Restriction ;
41 owl:allValuesFrom ep-activity:Activity ; 42 owl:allValuesFrom ep-activity:Activity ;
42 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> 43 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
43 ] ; 44 ] ;
44 rdfs:subClassOf 45 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
46 owl:allValuesFrom ep-activity:Activity ; 47 owl:allValuesFrom ep-activity:Activity ;
47 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> 48 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
48 ] ; 49 ] ;
49 rdfs:subClassOf 50 rdfs:subClassOf
50 [ rdf:type owl:Restriction ; 51 [ rdf:type owl:Restriction ;
51 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 52 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
52 - owl:onProperty ep-activity:finishedAt 53 + owl:onProperty ep-activity:startedAt
53 ] . 54 ] .
54 55
55 ep-activity:DailyDrillingActivity 56 ep-activity:DailyDrillingActivity
...@@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity ...@@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity
58 rdfs:subClassOf ep-activity:DrillingActivity ; 59 rdfs:subClassOf ep-activity:DrillingActivity ;
59 rdfs:subClassOf 60 rdfs:subClassOf
60 [ rdf:type owl:Restriction ; 61 [ rdf:type owl:Restriction ;
61 - owl:allValuesFrom ep-activity:DrillingActivity ; 62 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
62 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 63 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
63 ] ; 64 ] ;
64 rdfs:subClassOf 65 rdfs:subClassOf
65 [ rdf:type owl:Restriction ; 66 [ rdf:type owl:Restriction ;
66 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 67 + owl:allValuesFrom ep-activity:DrillingActivity ;
67 - owl:onProperty ep-activity:onWellBore 68 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
68 ] ; 69 ] ;
69 rdfs:subClassOf 70 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 71 [ rdf:type owl:Restriction ;
...@@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity ...@@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity
73 ] ; 74 ] ;
74 rdfs:subClassOf 75 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 76 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom ep-activity:DrillingActivity ; 77 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
77 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 78 + owl:onProperty ep-activity:onWellBore
78 ] ; 79 ] ;
79 rdfs:subClassOf 80 rdfs:subClassOf
80 [ rdf:type owl:Restriction ; 81 [ rdf:type owl:Restriction ;
81 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 82 + owl:allValuesFrom ep-activity:DrillingActivity ;
82 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 83 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
83 ] . 84 ] .
84 85
85 ep-activity:DailyDrillingReportFinalisationType 86 ep-activity:DailyDrillingReportFinalisationType
...@@ -133,13 +134,13 @@ ep-activity:DrillingActivity ...@@ -133,13 +134,13 @@ ep-activity:DrillingActivity
133 rdfs:subClassOf ep-activity:Activity . 134 rdfs:subClassOf ep-activity:Activity .
134 135
135 ep-activity:FormationIntegrityTest 136 ep-activity:FormationIntegrityTest
136 - rdf:type ep-activity:PressureTestType , owl:Class ; 137 + rdf:type owl:Class , ep-activity:PressureTestType ;
137 rdfs:label "formation integrity test"^^xsd:string ; 138 rdfs:label "formation integrity test"^^xsd:string ;
138 rdfs:subClassOf ep-activity:WellBorePressureTest ; 139 rdfs:subClassOf ep-activity:WellBorePressureTest ;
139 owl:disjointWith ep-activity:LeakOffTest . 140 owl:disjointWith ep-activity:LeakOffTest .
140 141
141 ep-activity:LeakOffTest 142 ep-activity:LeakOffTest
142 - rdf:type ep-activity:PressureTestType , owl:Class ; 143 + rdf:type owl:Class , ep-activity:PressureTestType ;
143 rdfs:label "leak-off test"^^xsd:string ; 144 rdfs:label "leak-off test"^^xsd:string ;
144 rdfs:subClassOf ep-activity:WellBorePressureTest ; 145 rdfs:subClassOf ep-activity:WellBorePressureTest ;
145 owl:disjointWith ep-activity:FormationIntegrityTest . 146 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -175,8 +176,13 @@ ep-activity:OffshoreWellActivity ...@@ -175,8 +176,13 @@ ep-activity:OffshoreWellActivity
175 rdfs:subClassOf ep-activity:OffshoreActivity ; 176 rdfs:subClassOf ep-activity:OffshoreActivity ;
176 rdfs:subClassOf 177 rdfs:subClassOf
177 [ rdf:type owl:Restriction ; 178 [ rdf:type owl:Restriction ;
179 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ;
180 + owl:onProperty ep-activity:onRig
181 + ] ;
182 + rdfs:subClassOf
183 + [ rdf:type owl:Restriction ;
178 owl:cardinality "1"^^xsd:nonNegativeInteger ; 184 owl:cardinality "1"^^xsd:nonNegativeInteger ;
179 - owl:onProperty ep-activity:onWell 185 + owl:onProperty ep-activity:onRig
180 ] ; 186 ] ;
181 rdfs:subClassOf 187 rdfs:subClassOf
182 [ rdf:type owl:Restriction ; 188 [ rdf:type owl:Restriction ;
...@@ -186,12 +192,7 @@ ep-activity:OffshoreWellActivity ...@@ -186,12 +192,7 @@ ep-activity:OffshoreWellActivity
186 rdfs:subClassOf 192 rdfs:subClassOf
187 [ rdf:type owl:Restriction ; 193 [ rdf:type owl:Restriction ;
188 owl:cardinality "1"^^xsd:nonNegativeInteger ; 194 owl:cardinality "1"^^xsd:nonNegativeInteger ;
189 - owl:onProperty ep-activity:onRig 195 + owl:onProperty ep-activity:onWell
190 - ] ;
191 - rdfs:subClassOf
192 - [ rdf:type owl:Restriction ;
193 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ;
194 - owl:onProperty ep-activity:onRig
195 ] . 196 ] .
196 197
197 ep-activity:PressureTestType 198 ep-activity:PressureTestType
...@@ -235,7 +236,7 @@ ep-activity:WellBorePressureTest ...@@ -235,7 +236,7 @@ ep-activity:WellBorePressureTest
235 rdfs:subClassOf ep-activity:Activity . 236 rdfs:subClassOf ep-activity:Activity .
236 237
237 ep-activity:createdAt 238 ep-activity:createdAt
238 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 239 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
239 rdfs:label "created at"^^xsd:string ; 240 rdfs:label "created at"^^xsd:string ;
240 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 241 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
241 242
...@@ -257,7 +258,7 @@ ep-activity:onWell ...@@ -257,7 +258,7 @@ ep-activity:onWell
257 rdfs:label "on well"^^xsd:string . 258 rdfs:label "on well"^^xsd:string .
258 259
259 ep-activity:onWellBore 260 ep-activity:onWellBore
260 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 261 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
261 rdfs:label "on WellBore"^^xsd:string . 262 rdfs:label "on WellBore"^^xsd:string .
262 263
263 ep-activity:reportOn 264 ep-activity:reportOn
...@@ -270,7 +271,7 @@ ep-activity:startedAt ...@@ -270,7 +271,7 @@ ep-activity:startedAt
270 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . 271 rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
271 272
272 ep-activity:wellBoreDrillingType 273 ep-activity:wellBoreDrillingType
273 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 274 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
274 rdfs:domain ep-activity:DrillingActivity ; 275 rdfs:domain ep-activity:DrillingActivity ;
275 rdfs:label "has sub activity"^^xsd:string ; 276 rdfs:label "has sub activity"^^xsd:string ;
276 rdfs:range ep-activity:WellBoreDrillingType ; 277 rdfs:range ep-activity:WellBoreDrillingType ;
......
1 -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/report 2 # baseURI: http://www.reportinghub.no/ep/schema/report
3 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 3 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
4 # imports: http://www.reportinghub.no/ep/schema/1.1/core 4 # imports: http://www.reportinghub.no/ep/schema/1.1/core
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 17:07:10 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Aug 08 11:10:15 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
...@@ -83,182 +83,184 @@ ...@@ -83,182 +83,184 @@
83 ] ; 83 ] ;
84 spin:rule 84 spin:rule
85 [ rdf:type sp:Construct ; 85 [ rdf:type sp:Construct ;
86 - rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore 86 + rdfs:comment """STEP 103
87 -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; 87 +Classify a DailyDrillingReport"""^^xsd:string ;
88 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; 88 + sp:templates ([ sp:object _:b9 ;
89 - sp:predicate rdf:type ;
90 - sp:subject _:b9
91 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
92 - sp:predicate rdf:type ;
93 - sp:subject _:b10
94 - ] [ sp:object _:b10 ;
95 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
96 - sp:subject _:b9
97 - ] [ sp:object _:b11 ;
98 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ;
99 - sp:subject _:b9
100 - ] [ sp:object _:b12 ;
101 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
102 - sp:subject _:b10
103 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
104 - sp:predicate rdf:type ;
105 - sp:subject _:b13
106 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
107 sp:predicate rdf:type ; 89 sp:predicate rdf:type ;
108 - sp:subject _:b14
109 - ] [ sp:object _:b14 ;
110 - sp:predicate iso15926:temporalPartOf ;
111 - sp:subject _:b13
112 - ] [ sp:object _:b15 ;
113 - sp:predicate rdfs:label ;
114 - sp:subject _:b14
115 - ] [ sp:object _:b13 ;
116 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
117 sp:subject _:b10 90 sp:subject _:b10
118 ]) ; 91 ]) ;
119 - sp:where ([ sp:object _:b15 ; 92 + sp:where ([ sp:object _:b11 ;
120 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 93 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
121 sp:subject spin:_this 94 sp:subject spin:_this
122 ] [ sp:object _:b12 ; 95 ] [ sp:object _:b12 ;
123 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
124 - sp:subject spin:_this
125 - ] [ sp:object _:b11 ;
126 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; 96 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
127 sp:subject spin:_this 97 sp:subject spin:_this
98 + ] [ sp:object _:b13 ;
99 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ;
100 + sp:subject spin:_this
128 ] [ rdf:type sp:Bind ; 101 ] [ rdf:type sp:Bind ;
129 sp:expression 102 sp:expression
130 - [ rdf:type ep-spin-lib:normalizeString ; 103 + [ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
131 - sp:arg1 _:b15 104 + sp:arg1 _:b13
132 - ] ;
133 - sp:variable _:b16
134 - ] [ rdf:type sp:Bind ;
135 - sp:expression
136 - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
137 - sp:arg1 _:b16 ;
138 - sp:arg2 _:b11
139 ] ; 105 ] ;
140 sp:variable _:b9 106 sp:variable _:b9
141 ] [ rdf:type sp:Bind ; 107 ] [ rdf:type sp:Bind ;
142 sp:expression 108 sp:expression
143 - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 109 + [ rdf:type ep-spin-lib:normalizeString ;
144 - sp:arg1 _:b16 ; 110 + sp:arg1 _:b11
145 - sp:arg2 _:b12
146 ] ; 111 ] ;
147 - sp:variable _:b10 112 + sp:variable _:b14
148 ] [ rdf:type sp:Bind ; 113 ] [ rdf:type sp:Bind ;
149 sp:expression 114 sp:expression
150 - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; 115 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
151 - sp:arg1 _:b16 ; 116 + sp:arg1 _:b14 ;
152 sp:arg2 _:b12 117 sp:arg2 _:b12
153 ] ; 118 ] ;
154 - sp:variable _:b13 119 + sp:variable _:b10
155 - ] [ rdf:type sp:Bind ;
156 - sp:expression
157 - [ rdf:type ep-spin-lib:buildWellBoreURI ;
158 - sp:arg1 _:b16
159 - ] ;
160 - sp:variable _:b14
161 ]) 120 ])
162 ] ; 121 ] ;
163 spin:rule 122 spin:rule
164 [ rdf:type sp:Construct ; 123 [ rdf:type sp:Construct ;
165 rdfs:comment """STEP 101a Set name of DailyDrillingReport as label 124 rdfs:comment """STEP 101a Set name of DailyDrillingReport as label
166 Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; 125 Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
167 - sp:templates ([ sp:object _:b17 ; 126 + sp:templates ([ sp:object _:b15 ;
168 sp:predicate rdfs:label ; 127 sp:predicate rdfs:label ;
169 - sp:subject _:b18 128 + sp:subject _:b16
170 ]) ; 129 ]) ;
171 - sp:where ([ sp:object _:b19 ; 130 + sp:where ([ sp:object _:b17 ;
172 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 131 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
173 sp:subject spin:_this 132 sp:subject spin:_this
174 - ] [ sp:object _:b17 ; 133 + ] [ sp:object _:b15 ;
175 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; 134 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ;
176 sp:subject spin:_this 135 sp:subject spin:_this
177 - ] [ sp:object _:b20 ; 136 + ] [ sp:object _:b18 ;
178 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; 137 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
179 sp:subject spin:_this 138 sp:subject spin:_this
180 ] [ rdf:type sp:Bind ; 139 ] [ rdf:type sp:Bind ;
181 sp:expression 140 sp:expression
182 [ rdf:type ep-spin-lib:normalizeString ; 141 [ rdf:type ep-spin-lib:normalizeString ;
183 - sp:arg1 _:b19 142 + sp:arg1 _:b17
184 ] ; 143 ] ;
185 - sp:variable _:b21 144 + sp:variable _:b19
186 ] [ rdf:type sp:Bind ; 145 ] [ rdf:type sp:Bind ;
187 sp:expression 146 sp:expression
188 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; 147 [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
189 - sp:arg1 _:b21 ; 148 + sp:arg1 _:b19 ;
190 - sp:arg2 _:b20 149 + sp:arg2 _:b18
191 ] ; 150 ] ;
192 - sp:variable _:b18 151 + sp:variable _:b16
193 ]) 152 ])
194 ] ; 153 ] ;
195 spin:rule 154 spin:rule
196 [ rdf:type sp:Construct ; 155 [ rdf:type sp:Construct ;
197 rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; 156 rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ;
198 - sp:templates ([ sp:object _:b22 ; 157 + sp:templates ([ sp:object _:b20 ;
199 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 158 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
200 - sp:subject _:b23 159 + sp:subject _:b21
201 ]) ; 160 ]) ;
202 - sp:where ([ sp:object _:b24 ; 161 + sp:where ([ sp:object _:b22 ;
203 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 162 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
204 sp:subject spin:_this 163 sp:subject spin:_this
205 - ] [ sp:object _:b25 ; 164 + ] [ sp:object _:b23 ;
206 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 165 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
207 sp:subject spin:_this 166 sp:subject spin:_this
208 - ] [ sp:object _:b22 ; 167 + ] [ sp:object _:b20 ;
209 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; 168 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
210 sp:subject spin:_this 169 sp:subject spin:_this
211 ] [ rdf:type sp:Bind ; 170 ] [ rdf:type sp:Bind ;
212 sp:expression 171 sp:expression
213 [ rdf:type ep-spin-lib:normalizeString ; 172 [ rdf:type ep-spin-lib:normalizeString ;
214 - sp:arg1 _:b24 173 + sp:arg1 _:b22
215 ] ; 174 ] ;
216 - sp:variable _:b26 175 + sp:variable _:b24
217 ] [ rdf:type sp:Bind ; 176 ] [ rdf:type sp:Bind ;
218 sp:expression 177 sp:expression
219 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 178 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
220 - sp:arg1 _:b26 ; 179 + sp:arg1 _:b24 ;
221 - sp:arg2 _:b25 180 + sp:arg2 _:b23
222 ] ; 181 ] ;
223 - sp:variable _:b23 182 + sp:variable _:b21
224 ]) 183 ])
225 ] ; 184 ] ;
226 spin:rule 185 spin:rule
227 [ rdf:type sp:Construct ; 186 [ rdf:type sp:Construct ;
228 - rdfs:comment """STEP 103 187 + rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
229 -Classify a DailyDrillingReport"""^^xsd:string ; 188 +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
230 - sp:templates ([ sp:object _:b27 ; 189 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
231 sp:predicate rdf:type ; 190 sp:predicate rdf:type ;
232 - sp:subject _:b28 191 + sp:subject _:b25
192 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
193 + sp:predicate rdf:type ;
194 + sp:subject _:b26
195 + ] [ sp:object _:b26 ;
196 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
197 + sp:subject _:b25
198 + ] [ sp:object _:b27 ;
199 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ;
200 + sp:subject _:b25
201 + ] [ sp:object _:b28 ;
202 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
203 + sp:subject _:b26
204 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
205 + sp:predicate rdf:type ;
206 + sp:subject _:b29
207 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
208 + sp:predicate rdf:type ;
209 + sp:subject _:b30
210 + ] [ sp:object _:b30 ;
211 + sp:predicate iso15926:temporalPartOf ;
212 + sp:subject _:b29
213 + ] [ sp:object _:b31 ;
214 + sp:predicate rdfs:label ;
215 + sp:subject _:b30
216 + ] [ sp:object _:b29 ;
217 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
218 + sp:subject _:b26
233 ]) ; 219 ]) ;
234 - sp:where ([ sp:object _:b29 ; 220 + sp:where ([ sp:object _:b31 ;
235 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 221 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
236 sp:subject spin:_this 222 sp:subject spin:_this
237 - ] [ sp:object _:b30 ; 223 + ] [ sp:object _:b28 ;
238 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; 224 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
239 sp:subject spin:_this 225 sp:subject spin:_this
240 - ] [ sp:object _:b31 ; 226 + ] [ sp:object _:b27 ;
241 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; 227 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
242 sp:subject spin:_this 228 sp:subject spin:_this
243 ] [ rdf:type sp:Bind ; 229 ] [ rdf:type sp:Bind ;
244 sp:expression 230 sp:expression
245 - [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; 231 + [ rdf:type ep-spin-lib:normalizeString ;
246 sp:arg1 _:b31 232 sp:arg1 _:b31
247 ] ; 233 ] ;
248 - sp:variable _:b27 234 + sp:variable _:b32
249 ] [ rdf:type sp:Bind ; 235 ] [ rdf:type sp:Bind ;
250 sp:expression 236 sp:expression
251 - [ rdf:type ep-spin-lib:normalizeString ; 237 + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
252 - sp:arg1 _:b29 238 + sp:arg1 _:b32 ;
239 + sp:arg2 _:b27
253 ] ; 240 ] ;
254 - sp:variable _:b32 241 + sp:variable _:b25
255 ] [ rdf:type sp:Bind ; 242 ] [ rdf:type sp:Bind ;
256 sp:expression 243 sp:expression
257 - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; 244 + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
258 sp:arg1 _:b32 ; 245 sp:arg1 _:b32 ;
259 - sp:arg2 _:b30 246 + sp:arg2 _:b28
260 ] ; 247 ] ;
261 - sp:variable _:b28 248 + sp:variable _:b26
249 + ] [ rdf:type sp:Bind ;
250 + sp:expression
251 + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
252 + sp:arg1 _:b32 ;
253 + sp:arg2 _:b28 ;
254 + sp:arg3 [ sp:varName "dTimEnd"^^xsd:string
255 + ]
256 + ] ;
257 + sp:variable _:b29
258 + ] [ rdf:type sp:Bind ;
259 + sp:expression
260 + [ rdf:type ep-spin-lib:buildWellBoreURI ;
261 + sp:arg1 _:b32
262 + ] ;
263 + sp:variable _:b30
262 ]) 264 ])
263 ] . 265 ] .
264 266
...@@ -267,89 +269,89 @@ Classify a DailyDrillingReport"""^^xsd:string ; ...@@ -267,89 +269,89 @@ Classify a DailyDrillingReport"""^^xsd:string ;
267 owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; 269 owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
268 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 270 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
269 271
270 -_:b21 272 +_:b25
271 - sp:varName "normalizedWellBoreName"^^xsd:string .
272 -
273 -_:b20
274 - sp:varName "createDate"^^xsd:string .
275 -
276 -_:b19
277 - sp:varName "nameWellBore"^^xsd:string .
278 -
279 -_:b18
280 sp:varName "dailyDrillingReport"^^xsd:string . 273 sp:varName "dailyDrillingReport"^^xsd:string .
281 274
282 -_:b17 275 +_:b26
283 - sp:varName "nameDailyDrillingReport"^^xsd:string . 276 + sp:varName "dailyDrillingActivity"^^xsd:string .
284 277
285 -_:b32 278 +_:b27
286 - sp:varName "normalizedWellBoreName"^^xsd:string . 279 + sp:varName "createDate"^^xsd:string .
287 280
288 -_:b31 281 +_:b28
289 - sp:varName "versionKind"^^xsd:string . 282 + sp:varName "dTimStart"^^xsd:string .
283 +
284 +_:b29
285 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
290 286
291 _:b30 287 _:b30
292 - sp:varName "createDate"^^xsd:string . 288 + sp:varName "wellBore"^^xsd:string .
293 289
294 -_:b29 290 +_:b31
295 sp:varName "nameWellBore"^^xsd:string . 291 sp:varName "nameWellBore"^^xsd:string .
296 292
297 -_:b28 293 +_:b32
298 - sp:varName "dailyDrillingReport"^^xsd:string . 294 + sp:varName "normalizedWellBoreName"^^xsd:string .
299 295
300 -_:b27 296 +_:b20
301 - sp:varName "dailyDrillingReportType"^^xsd:string . 297 + sp:varName "dTimEnd"^^xsd:string .
302 298
303 -_:b24 299 +_:b21
300 + sp:varName "dailyDrillingActivity"^^xsd:string .
301 +
302 +_:b22
304 sp:varName "nameWellBore"^^xsd:string . 303 sp:varName "nameWellBore"^^xsd:string .
305 304
306 -_:b25 305 +_:b23
307 sp:varName "dTimStart"^^xsd:string . 306 sp:varName "dTimStart"^^xsd:string .
308 307
309 -_:b22 308 +_:b24
310 - sp:varName "dTimEnd"^^xsd:string .
311 -
312 -_:b26
313 sp:varName "normalizedWellBoreName"^^xsd:string . 309 sp:varName "normalizedWellBoreName"^^xsd:string .
314 310
315 -_:b23
316 - sp:varName "dailyDrillingActivity"^^xsd:string .
317 -
318 _:b15 311 _:b15
319 - sp:varName "nameWellBore"^^xsd:string . 312 + sp:varName "nameDailyDrillingReport"^^xsd:string .
320 313
321 -_:b12 314 +_:b16
322 - sp:varName "dTimStart"^^xsd:string . 315 + sp:varName "dailyDrillingReport"^^xsd:string .
323 316
324 -_:b11 317 +_:b17
318 + sp:varName "nameWellBore"^^xsd:string .
319 +
320 +_:b18
325 sp:varName "createDate"^^xsd:string . 321 sp:varName "createDate"^^xsd:string .
326 322
327 -_:b16 323 +_:b19
328 sp:varName "normalizedWellBoreName"^^xsd:string . 324 sp:varName "normalizedWellBoreName"^^xsd:string .
329 325
330 -_:b9 sp:varName "dailyDrillingReport"^^xsd:string . 326 +_:b9 sp:varName "dailyDrillingReportType"^^xsd:string .
331 327
332 _:b10 328 _:b10
333 - sp:varName "dailyDrillingActivity"^^xsd:string . 329 + sp:varName "dailyDrillingReport"^^xsd:string .
330 +
331 +_:b11
332 + sp:varName "nameWellBore"^^xsd:string .
333 +
334 +_:b12
335 + sp:varName "createDate"^^xsd:string .
334 336
335 _:b13 337 _:b13
336 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 338 + sp:varName "versionKind"^^xsd:string .
337 339
338 _:b14 340 _:b14
339 - sp:varName "wellBore"^^xsd:string . 341 + sp:varName "normalizedWellBoreName"^^xsd:string .
340 342
341 -_:b5 sp:varName "nameWellBore"^^xsd:string . 343 +_:b1 sp:varName "well"^^xsd:string .
342 344
343 _:b2 sp:varName "nameWell"^^xsd:string . 345 _:b2 sp:varName "nameWell"^^xsd:string .
344 346
345 -_:b6 sp:varName "dTimStart"^^xsd:string .
346 -
347 _:b3 sp:varName "dailyDrillingActivity"^^xsd:string . 347 _:b3 sp:varName "dailyDrillingActivity"^^xsd:string .
348 348
349 _:b4 sp:varName "wellBore"^^xsd:string . 349 _:b4 sp:varName "wellBore"^^xsd:string .
350 350
351 +_:b5 sp:varName "nameWellBore"^^xsd:string .
352 +
353 +_:b6 sp:varName "dTimStart"^^xsd:string .
354 +
351 _:b7 sp:varName "normalizedWellBoreName"^^xsd:string . 355 _:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
352 356
353 _:b8 sp:varName "normalizedWellName"^^xsd:string . 357 _:b8 sp:varName "normalizedWellName"^^xsd:string .
354 -
355 -_:b1 sp:varName "well"^^xsd:string .
......
1 -# Saved by TopBraid on Mon Aug 08 11:10:15 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Aug 08 11:17:51 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
3 +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 +# imports: http://www.reportinghub.no/ep/schema/1.1/activity
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 5 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
4 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
5 # imports: http://spinrdf.org/spin 7 # imports: http://spinrdf.org/spin
6 8
7 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . 9 @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
10 +@prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
8 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -17,7 +20,7 @@ ...@@ -17,7 +20,7 @@
17 20
18 <http://www.reportinghub.no/ep/transform/1.1/normalization> 21 <http://www.reportinghub.no/ep/transform/1.1/normalization>
19 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 23 + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/1.1/activity> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 25
23 owl:Thing 26 owl:Thing
......
1 -# Saved by TopBraid on Mon Aug 08 11:17:51 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Mon Aug 08 11:15:53 BST 2011 1 +# Saved by TopBraid on Mon Aug 08 14:37:32 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/spin/1.1/lib
4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
29 <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 29 <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
30 spin:rule 30 spin:rule
31 [ rdf:type sp:Construct ; 31 [ rdf:type sp:Construct ;
32 - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; 32 + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ;
33 sp:templates ([ sp:object _:b1 ; 33 sp:templates ([ sp:object _:b1 ;
34 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; 34 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ;
35 sp:subject _:b2 35 sp:subject _:b2
36 ]) ; 36 ]) ;
37 sp:where ([ sp:object _:b3 ; 37 sp:where ([ sp:object _:b3 ;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 47 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
48 sp:subject _:b6 48 sp:subject _:b6
49 ] [ sp:object _:b1 ; 49 ] [ sp:object _:b1 ;
50 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; 50 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ;
51 sp:subject _:b5 51 sp:subject _:b5
52 ] [ rdf:type sp:Bind ; 52 ] [ rdf:type sp:Bind ;
53 sp:expression 53 sp:expression
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
66 ] ; 66 ] ;
67 spin:rule 67 spin:rule
68 [ rdf:type sp:Construct ; 68 [ rdf:type sp:Construct ;
69 - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; 69 + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ;
70 sp:templates ([ sp:object _:b8 ; 70 sp:templates ([ sp:object _:b8 ;
71 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; 71 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ;
72 sp:subject _:b9 72 sp:subject _:b9
73 ]) ; 73 ]) ;
74 sp:where ([ sp:object _:b10 ; 74 sp:where ([ sp:object _:b10 ;
...@@ -80,33 +80,33 @@ ...@@ -80,33 +80,33 @@
80 ] [ sp:object _:b12 ; 80 ] [ sp:object _:b12 ;
81 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 81 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
82 sp:subject spin:_this 82 sp:subject spin:_this
83 - ] [ sp:object _:b9 ;
84 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
85 - sp:subject _:b13
86 ] [ sp:object _:b8 ; 83 ] [ sp:object _:b8 ;
87 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; 84 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ;
88 sp:subject _:b12 85 sp:subject _:b12
89 ] [ rdf:type sp:Bind ; 86 ] [ rdf:type sp:Bind ;
90 sp:expression 87 sp:expression
91 [ rdf:type ep-spin-lib:normalizeString ; 88 [ rdf:type ep-spin-lib:normalizeString ;
92 sp:arg1 _:b10 89 sp:arg1 _:b10
93 ] ; 90 ] ;
94 - sp:variable _:b14 91 + sp:variable _:b13
95 ] [ rdf:type sp:Bind ; 92 ] [ rdf:type sp:Bind ;
96 sp:expression 93 sp:expression
97 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 94 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
98 - sp:arg1 _:b14 ; 95 + sp:arg1 _:b13 ;
99 sp:arg2 _:b11 96 sp:arg2 _:b11
100 ] ; 97 ] ;
101 - sp:variable _:b13 98 + sp:variable _:b9
102 ]) 99 ])
103 ] ; 100 ] ;
104 spin:rule 101 spin:rule
105 [ rdf:type sp:Construct ; 102 [ rdf:type sp:Construct ;
106 - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; 103 + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ;
107 - sp:templates ([ sp:object _:b15 ; 104 + sp:templates ([ sp:object _:b14 ;
108 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; 105 + sp:predicate iso15926:hasPart ;
109 - sp:subject _:b16 106 + sp:subject _:b15
107 + ] [ sp:object _:b16 ;
108 + sp:predicate rdf:type ;
109 + sp:subject _:b14
110 ]) ; 110 ]) ;
111 sp:where ([ sp:object _:b17 ; 111 sp:where ([ sp:object _:b17 ;
112 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 112 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
...@@ -117,178 +117,188 @@ ...@@ -117,178 +117,188 @@
117 ] [ sp:object _:b19 ; 117 ] [ sp:object _:b19 ;
118 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 118 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
119 sp:subject spin:_this 119 sp:subject spin:_this
120 - ] [ sp:object _:b15 ; 120 + ] [ sp:object _:b20 ;
121 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; 121 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ;
122 sp:subject _:b19 122 sp:subject _:b19
123 ] [ rdf:type sp:Bind ; 123 ] [ rdf:type sp:Bind ;
124 sp:expression 124 sp:expression
125 + [ rdf:type ep-spin-lib:selectPressureTestType ;
126 + sp:arg1 _:b20
127 + ] ;
128 + sp:variable _:b16
129 + ] [ rdf:type sp:Bind ;
130 + sp:expression
125 [ rdf:type ep-spin-lib:normalizeString ; 131 [ rdf:type ep-spin-lib:normalizeString ;
126 sp:arg1 _:b17 132 sp:arg1 _:b17
127 ] ; 133 ] ;
128 - sp:variable _:b20 134 + sp:variable _:b21
129 ] [ rdf:type sp:Bind ; 135 ] [ rdf:type sp:Bind ;
130 sp:expression 136 sp:expression
131 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 137 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
132 - sp:arg1 _:b20 ; 138 + sp:arg1 _:b21 ;
133 sp:arg2 _:b18 139 sp:arg2 _:b18
134 ] ; 140 ] ;
135 - sp:variable _:b16 141 + sp:variable _:b15
136 ]) 142 ])
137 ] ; 143 ] ;
138 spin:rule 144 spin:rule
139 [ rdf:type sp:Construct ; 145 [ rdf:type sp:Construct ;
140 - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; 146 + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ;
141 - sp:templates ([ sp:object _:b21 ; 147 + sp:templates ([ sp:object _:b22 ;
142 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; 148 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ;
143 - sp:subject _:b22 149 + sp:subject _:b23
144 ]) ; 150 ]) ;
145 - sp:where ([ sp:object _:b23 ; 151 + sp:where ([ sp:object _:b24 ;
146 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 152 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
147 sp:subject spin:_this 153 sp:subject spin:_this
148 - ] [ sp:object _:b24 ; 154 + ] [ sp:object _:b25 ;
149 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 155 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
150 sp:subject spin:_this 156 sp:subject spin:_this
151 - ] [ sp:object _:b25 ; 157 + ] [ sp:object
158 + [ sp:varName "statusInfo"^^xsd:string
159 + ] ;
152 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 160 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
153 sp:subject spin:_this 161 sp:subject spin:_this
154 - ] [ sp:object _:b21 ; 162 + ] [ sp:object _:b23 ;
155 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; 163 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
156 - sp:subject _:b25 164 + sp:subject _:b26
165 + ] [ sp:object _:b22 ;
166 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ;
167 + sp:subject
168 + [ sp:varName "statusInfoddr"^^xsd:string
169 + ]
157 ] [ rdf:type sp:Bind ; 170 ] [ rdf:type sp:Bind ;
158 sp:expression 171 sp:expression
159 [ rdf:type ep-spin-lib:normalizeString ; 172 [ rdf:type ep-spin-lib:normalizeString ;
160 - sp:arg1 _:b23 173 + sp:arg1 _:b24
161 ] ; 174 ] ;
162 - sp:variable _:b26 175 + sp:variable _:b27
163 ] [ rdf:type sp:Bind ; 176 ] [ rdf:type sp:Bind ;
164 sp:expression 177 sp:expression
165 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 178 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
166 - sp:arg1 _:b26 ; 179 + sp:arg1 _:b27 ;
167 - sp:arg2 _:b24 180 + sp:arg2 _:b25
168 ] ; 181 ] ;
169 - sp:variable _:b22 182 + sp:variable _:b26
170 ]) 183 ])
171 ] ; 184 ] ;
172 spin:rule 185 spin:rule
173 [ rdf:type sp:Construct ; 186 [ rdf:type sp:Construct ;
174 - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; 187 + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ;
175 - sp:templates ([ sp:object _:b27 ; 188 + sp:templates ([ sp:object _:b28 ;
176 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; 189 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ;
177 - sp:subject _:b28 190 + sp:subject _:b29
178 ]) ; 191 ]) ;
179 - sp:where ([ sp:object _:b29 ; 192 + sp:where ([ sp:object _:b30 ;
180 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 193 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
181 sp:subject spin:_this 194 sp:subject spin:_this
182 - ] [ sp:object _:b30 ; 195 + ] [ sp:object _:b31 ;
183 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 196 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
184 sp:subject spin:_this 197 sp:subject spin:_this
185 - ] [ sp:object _:b31 ; 198 + ] [ sp:object _:b32 ;
186 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 199 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
187 sp:subject spin:_this 200 sp:subject spin:_this
188 - ] [ sp:object _:b28 ; 201 + ] [ sp:object _:b29 ;
189 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 202 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
203 + sp:subject _:b33
204 + ] [ sp:object _:b28 ;
205 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ;
190 sp:subject _:b32 206 sp:subject _:b32
191 - ] [ sp:object _:b27 ;
192 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ;
193 - sp:subject _:b31
194 ] [ rdf:type sp:Bind ; 207 ] [ rdf:type sp:Bind ;
195 sp:expression 208 sp:expression
196 [ rdf:type ep-spin-lib:normalizeString ; 209 [ rdf:type ep-spin-lib:normalizeString ;
197 - sp:arg1 _:b29 210 + sp:arg1 _:b30
198 ] ; 211 ] ;
199 - sp:variable _:b33 212 + sp:variable _:b34
200 ] [ rdf:type sp:Bind ; 213 ] [ rdf:type sp:Bind ;
201 sp:expression 214 sp:expression
202 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 215 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
203 - sp:arg1 _:b33 ; 216 + sp:arg1 _:b34 ;
204 - sp:arg2 _:b30 217 + sp:arg2 _:b31
205 ] ; 218 ] ;
206 - sp:variable _:b32 219 + sp:variable _:b33
207 ]) 220 ])
208 ] ; 221 ] ;
209 spin:rule 222 spin:rule
210 [ rdf:type sp:Construct ; 223 [ rdf:type sp:Construct ;
211 - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; 224 + rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ;
212 - sp:templates ([ sp:object _:b34 ; 225 + sp:templates ([ sp:object _:b35 ;
213 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; 226 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ;
214 - sp:subject _:b35 227 + sp:subject _:b36
215 ]) ; 228 ]) ;
216 - sp:where ([ sp:object _:b36 ; 229 + sp:where ([ sp:object _:b37 ;
217 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 230 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
218 sp:subject spin:_this 231 sp:subject spin:_this
219 - ] [ sp:object _:b37 ; 232 + ] [ sp:object _:b38 ;
220 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 233 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
221 sp:subject spin:_this 234 sp:subject spin:_this
222 - ] [ sp:object _:b38 ; 235 + ] [ sp:object _:b39 ;
223 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 236 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
224 sp:subject spin:_this 237 sp:subject spin:_this
225 - ] [ sp:object _:b35 ; 238 + ] [ sp:object _:b36 ;
226 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 239 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
240 + sp:subject _:b40
241 + ] [ sp:object _:b35 ;
242 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ;
227 sp:subject _:b39 243 sp:subject _:b39
228 - ] [ sp:object _:b34 ;
229 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ;
230 - sp:subject _:b38
231 ] [ rdf:type sp:Bind ; 244 ] [ rdf:type sp:Bind ;
232 sp:expression 245 sp:expression
233 [ rdf:type ep-spin-lib:normalizeString ; 246 [ rdf:type ep-spin-lib:normalizeString ;
234 - sp:arg1 _:b36 247 + sp:arg1 _:b37
235 ] ; 248 ] ;
236 - sp:variable _:b40 249 + sp:variable _:b41
237 ] [ rdf:type sp:Bind ; 250 ] [ rdf:type sp:Bind ;
238 sp:expression 251 sp:expression
239 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 252 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
240 - sp:arg1 _:b40 ; 253 + sp:arg1 _:b41 ;
241 - sp:arg2 _:b37 254 + sp:arg2 _:b38
242 ] ; 255 ] ;
243 - sp:variable _:b39 256 + sp:variable _:b40
244 ]) 257 ])
245 ] ; 258 ] ;
246 spin:rule 259 spin:rule
247 [ rdf:type sp:Construct ; 260 [ rdf:type sp:Construct ;
248 - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; 261 + rdfs:comment "STEP 109 Transfer md"^^xsd:string ;
249 - sp:templates ([ sp:object _:b41 ; 262 + sp:templates ([ sp:object _:b42 ;
250 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; 263 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
251 - sp:subject _:b42 264 + sp:subject _:b43
252 ]) ; 265 ]) ;
253 - sp:where ([ sp:object _:b43 ; 266 + sp:where ([ sp:object _:b44 ;
254 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 267 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
255 sp:subject spin:_this 268 sp:subject spin:_this
256 - ] [ sp:object _:b44 ; 269 + ] [ sp:object _:b45 ;
257 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 270 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
258 sp:subject spin:_this 271 sp:subject spin:_this
259 - ] [ sp:object _:b45 ; 272 + ] [ sp:object _:b46 ;
260 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 273 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
261 sp:subject spin:_this 274 sp:subject spin:_this
262 - ] [ sp:object _:b42 ; 275 + ] [ sp:object _:b43 ;
263 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 276 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
277 + sp:subject _:b47
278 + ] [ sp:object _:b42 ;
279 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
264 sp:subject _:b46 280 sp:subject _:b46
265 - ] [ sp:object _:b41 ;
266 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ;
267 - sp:subject _:b45
268 ] [ rdf:type sp:Bind ; 281 ] [ rdf:type sp:Bind ;
269 sp:expression 282 sp:expression
270 [ rdf:type ep-spin-lib:normalizeString ; 283 [ rdf:type ep-spin-lib:normalizeString ;
271 - sp:arg1 _:b43 284 + sp:arg1 _:b44
272 ] ; 285 ] ;
273 - sp:variable _:b47 286 + sp:variable _:b48
274 ] [ rdf:type sp:Bind ; 287 ] [ rdf:type sp:Bind ;
275 sp:expression 288 sp:expression
276 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 289 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
277 - sp:arg1 _:b47 ; 290 + sp:arg1 _:b48 ;
278 - sp:arg2 _:b44 291 + sp:arg2 _:b45
279 ] ; 292 ] ;
280 - sp:variable _:b46 293 + sp:variable _:b47
281 ]) 294 ])
282 ] ; 295 ] ;
283 spin:rule 296 spin:rule
284 [ rdf:type sp:Construct ; 297 [ rdf:type sp:Construct ;
285 - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; 298 + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ;
286 - sp:templates ([ sp:object _:b48 ; 299 + sp:templates ([ sp:object _:b49 ;
287 - sp:predicate iso15926:hasPart ; 300 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
288 - sp:subject _:b49 301 + sp:subject _:b50
289 - ] [ sp:object _:b50 ;
290 - sp:predicate rdf:type ;
291 - sp:subject _:b48
292 ]) ; 302 ]) ;
293 sp:where ([ sp:object _:b51 ; 303 sp:where ([ sp:object _:b51 ;
294 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 304 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
...@@ -299,17 +309,14 @@ ...@@ -299,17 +309,14 @@
299 ] [ sp:object _:b53 ; 309 ] [ sp:object _:b53 ;
300 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 310 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
301 sp:subject spin:_this 311 sp:subject spin:_this
302 - ] [ sp:object _:b54 ; 312 + ] [ sp:object _:b50 ;
303 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; 313 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
314 + sp:subject _:b54
315 + ] [ sp:object _:b49 ;
316 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
304 sp:subject _:b53 317 sp:subject _:b53
305 ] [ rdf:type sp:Bind ; 318 ] [ rdf:type sp:Bind ;
306 sp:expression 319 sp:expression
307 - [ rdf:type ep-spin-lib:selectPressureTestType ;
308 - sp:arg1 _:b54
309 - ] ;
310 - sp:variable _:b50
311 - ] [ rdf:type sp:Bind ;
312 - sp:expression
313 [ rdf:type ep-spin-lib:normalizeString ; 320 [ rdf:type ep-spin-lib:normalizeString ;
314 sp:arg1 _:b51 321 sp:arg1 _:b51
315 ] ; 322 ] ;
...@@ -320,14 +327,14 @@ ...@@ -320,14 +327,14 @@
320 sp:arg1 _:b55 ; 327 sp:arg1 _:b55 ;
321 sp:arg2 _:b52 328 sp:arg2 _:b52
322 ] ; 329 ] ;
323 - sp:variable _:b49 330 + sp:variable _:b54
324 ]) 331 ])
325 ] ; 332 ] ;
326 spin:rule 333 spin:rule
327 [ rdf:type sp:Construct ; 334 [ rdf:type sp:Construct ;
328 - rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; 335 + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ;
329 sp:templates ([ sp:object _:b56 ; 336 sp:templates ([ sp:object _:b56 ;
330 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; 337 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ;
331 sp:subject _:b57 338 sp:subject _:b57
332 ]) ; 339 ]) ;
333 sp:where ([ sp:object _:b58 ; 340 sp:where ([ sp:object _:b58 ;
...@@ -343,7 +350,7 @@ ...@@ -343,7 +350,7 @@
343 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 350 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
344 sp:subject _:b61 351 sp:subject _:b61
345 ] [ sp:object _:b56 ; 352 ] [ sp:object _:b56 ;
346 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; 353 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ;
347 sp:subject _:b60 354 sp:subject _:b60
348 ] [ rdf:type sp:Bind ; 355 ] [ rdf:type sp:Bind ;
349 sp:expression 356 sp:expression
...@@ -362,9 +369,9 @@ ...@@ -362,9 +369,9 @@
362 ] ; 369 ] ;
363 spin:rule 370 spin:rule
364 [ rdf:type sp:Construct ; 371 [ rdf:type sp:Construct ;
365 - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; 372 + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ;
366 sp:templates ([ sp:object _:b63 ; 373 sp:templates ([ sp:object _:b63 ;
367 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; 374 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
368 sp:subject _:b64 375 sp:subject _:b64
369 ]) ; 376 ]) ;
370 sp:where ([ sp:object _:b65 ; 377 sp:where ([ sp:object _:b65 ;
...@@ -376,444 +383,437 @@ ...@@ -376,444 +383,437 @@
376 ] [ sp:object _:b67 ; 383 ] [ sp:object _:b67 ;
377 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 384 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
378 sp:subject spin:_this 385 sp:subject spin:_this
379 - ] [ sp:object _:b64 ;
380 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
381 - sp:subject _:b68
382 ] [ sp:object _:b63 ; 386 ] [ sp:object _:b63 ;
383 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; 387 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
384 sp:subject _:b67 388 sp:subject _:b67
385 ] [ rdf:type sp:Bind ; 389 ] [ rdf:type sp:Bind ;
386 sp:expression 390 sp:expression
387 [ rdf:type ep-spin-lib:normalizeString ; 391 [ rdf:type ep-spin-lib:normalizeString ;
388 sp:arg1 _:b65 392 sp:arg1 _:b65
389 ] ; 393 ] ;
390 - sp:variable _:b69 394 + sp:variable _:b68
391 ] [ rdf:type sp:Bind ; 395 ] [ rdf:type sp:Bind ;
392 sp:expression 396 sp:expression
393 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 397 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
394 - sp:arg1 _:b69 ; 398 + sp:arg1 _:b68 ;
395 sp:arg2 _:b66 399 sp:arg2 _:b66
396 ] ; 400 ] ;
397 - sp:variable _:b68 401 + sp:variable _:b64
398 ]) 402 ])
399 ] ; 403 ] ;
400 spin:rule 404 spin:rule
401 [ rdf:type sp:Construct ; 405 [ rdf:type sp:Construct ;
402 - rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; 406 + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ;
403 - sp:templates ([ sp:object _:b70 ; 407 + sp:templates ([ sp:object _:b69 ;
404 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; 408 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ;
405 - sp:subject _:b71 409 + sp:subject _:b70
406 ]) ; 410 ]) ;
407 - sp:where ([ sp:object _:b72 ; 411 + sp:where ([ sp:object _:b71 ;
408 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 412 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
409 sp:subject spin:_this 413 sp:subject spin:_this
410 - ] [ sp:object _:b73 ; 414 + ] [ sp:object _:b72 ;
411 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 415 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
412 sp:subject spin:_this 416 sp:subject spin:_this
413 - ] [ sp:object _:b74 ; 417 + ] [ sp:object _:b73 ;
414 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 418 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
415 sp:subject spin:_this 419 sp:subject spin:_this
416 - ] [ sp:object _:b71 ;
417 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
418 - sp:subject _:b75
419 ] [ sp:object _:b70 ; 420 ] [ sp:object _:b70 ;
420 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; 421 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
421 sp:subject _:b74 422 sp:subject _:b74
423 + ] [ sp:object _:b69 ;
424 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ;
425 + sp:subject _:b73
422 ] [ rdf:type sp:Bind ; 426 ] [ rdf:type sp:Bind ;
423 sp:expression 427 sp:expression
424 [ rdf:type ep-spin-lib:normalizeString ; 428 [ rdf:type ep-spin-lib:normalizeString ;
425 - sp:arg1 _:b72 429 + sp:arg1 _:b71
426 ] ; 430 ] ;
427 - sp:variable _:b76 431 + sp:variable _:b75
428 ] [ rdf:type sp:Bind ; 432 ] [ rdf:type sp:Bind ;
429 sp:expression 433 sp:expression
430 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 434 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
431 - sp:arg1 _:b76 ; 435 + sp:arg1 _:b75 ;
432 - sp:arg2 _:b73 436 + sp:arg2 _:b72
433 ] ; 437 ] ;
434 - sp:variable _:b75 438 + sp:variable _:b74
435 ]) 439 ])
436 ] ; 440 ] ;
437 spin:rule 441 spin:rule
438 [ rdf:type sp:Construct ; 442 [ rdf:type sp:Construct ;
439 - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; 443 + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ;
440 - sp:templates ([ sp:object _:b77 ; 444 + sp:templates ([ sp:object _:b76 ;
441 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; 445 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ;
442 - sp:subject _:b78 446 + sp:subject _:b77
443 ]) ; 447 ]) ;
444 - sp:where ([ sp:object _:b79 ; 448 + sp:where ([ sp:object _:b78 ;
445 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 449 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
446 sp:subject spin:_this 450 sp:subject spin:_this
447 - ] [ sp:object _:b80 ; 451 + ] [ sp:object _:b79 ;
448 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 452 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
449 sp:subject spin:_this 453 sp:subject spin:_this
450 - ] [ sp:object _:b81 ; 454 + ] [ sp:object
455 + [ sp:varName "statusInfo"^^xsd:string
456 + ] ;
451 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 457 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
452 sp:subject spin:_this 458 sp:subject spin:_this
453 ] [ sp:object _:b77 ; 459 ] [ sp:object _:b77 ;
454 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; 460 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
455 - sp:subject _:b81 461 + sp:subject _:b80
462 + ] [ sp:object _:b76 ;
463 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ;
464 + sp:subject
465 + [ sp:varName "statusInfoddr"^^xsd:string
466 + ]
456 ] [ rdf:type sp:Bind ; 467 ] [ rdf:type sp:Bind ;
457 sp:expression 468 sp:expression
458 [ rdf:type ep-spin-lib:normalizeString ; 469 [ rdf:type ep-spin-lib:normalizeString ;
459 - sp:arg1 _:b79 470 + sp:arg1 _:b78
460 ] ; 471 ] ;
461 - sp:variable _:b82 472 + sp:variable _:b81
462 ] [ rdf:type sp:Bind ; 473 ] [ rdf:type sp:Bind ;
463 sp:expression 474 sp:expression
464 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 475 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
465 - sp:arg1 _:b82 ; 476 + sp:arg1 _:b81 ;
466 - sp:arg2 _:b80 477 + sp:arg2 _:b79
467 ] ; 478 ] ;
468 - sp:variable _:b78 479 + sp:variable _:b80
469 ]) 480 ])
470 ] ; 481 ] ;
471 spin:rule 482 spin:rule
472 [ rdf:type sp:Construct ; 483 [ rdf:type sp:Construct ;
473 rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; 484 rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ;
474 - sp:templates ([ sp:object _:b83 ; 485 + sp:templates ([ sp:object _:b82 ;
475 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; 486 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ;
476 - sp:subject _:b84 487 + sp:subject _:b83
477 ]) ; 488 ]) ;
478 - sp:where ([ sp:object _:b85 ; 489 + sp:where ([ sp:object _:b84 ;
479 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 490 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
480 sp:subject spin:_this 491 sp:subject spin:_this
481 - ] [ sp:object _:b86 ; 492 + ] [ sp:object _:b85 ;
482 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 493 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
483 sp:subject spin:_this 494 sp:subject spin:_this
484 - ] [ sp:object _:b87 ; 495 + ] [ sp:object _:b86 ;
485 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 496 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
486 sp:subject spin:_this 497 sp:subject spin:_this
487 - ] [ sp:object _:b88 ; 498 + ] [ sp:object _:b87 ;
488 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; 499 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ;
489 - sp:subject _:b87 500 + sp:subject _:b86
490 ] [ rdf:type sp:Bind ; 501 ] [ rdf:type sp:Bind ;
491 sp:expression 502 sp:expression
492 [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; 503 [ rdf:type ep-spin-lib:selectWellBoreDrillingType ;
493 - sp:arg1 _:b88 504 + sp:arg1 _:b87
494 ] ; 505 ] ;
495 - sp:variable _:b83 506 + sp:variable _:b82
496 ] [ rdf:type sp:Bind ; 507 ] [ rdf:type sp:Bind ;
497 sp:expression 508 sp:expression
498 [ rdf:type ep-spin-lib:normalizeString ; 509 [ rdf:type ep-spin-lib:normalizeString ;
499 - sp:arg1 _:b85 510 + sp:arg1 _:b84
500 ] ; 511 ] ;
501 - sp:variable _:b89 512 + sp:variable _:b88
502 ] [ rdf:type sp:Bind ; 513 ] [ rdf:type sp:Bind ;
503 sp:expression 514 sp:expression
504 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 515 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
505 - sp:arg1 _:b89 ; 516 + sp:arg1 _:b88 ;
506 - sp:arg2 _:b86 517 + sp:arg2 _:b85
507 ] ; 518 ] ;
508 - sp:variable _:b84 519 + sp:variable _:b83
509 ]) 520 ])
510 ] ; 521 ] ;
511 spin:rule 522 spin:rule
512 [ rdf:type sp:Construct ; 523 [ rdf:type sp:Construct ;
513 - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; 524 + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ;
514 - sp:templates ([ sp:object _:b90 ; 525 + sp:templates ([ sp:object _:b89 ;
515 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; 526 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
516 - sp:subject _:b91 527 + sp:subject _:b90
517 ]) ; 528 ]) ;
518 - sp:where ([ sp:object _:b92 ; 529 + sp:where ([ sp:object _:b91 ;
519 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 530 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
520 sp:subject spin:_this 531 sp:subject spin:_this
521 - ] [ sp:object _:b93 ; 532 + ] [ sp:object _:b92 ;
522 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 533 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
523 sp:subject spin:_this 534 sp:subject spin:_this
524 - ] [ sp:object _:b94 ; 535 + ] [ sp:object _:b93 ;
525 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 536 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
526 sp:subject spin:_this 537 sp:subject spin:_this
527 - ] [ sp:object _:b91 ; 538 + ] [ sp:object _:b89 ;
528 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 539 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
529 - sp:subject _:b95 540 + sp:subject _:b93
530 - ] [ sp:object _:b90 ;
531 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ;
532 - sp:subject _:b94
533 ] [ rdf:type sp:Bind ; 541 ] [ rdf:type sp:Bind ;
534 sp:expression 542 sp:expression
535 [ rdf:type ep-spin-lib:normalizeString ; 543 [ rdf:type ep-spin-lib:normalizeString ;
536 - sp:arg1 _:b92 544 + sp:arg1 _:b91
537 ] ; 545 ] ;
538 - sp:variable _:b96 546 + sp:variable _:b94
539 ] [ rdf:type sp:Bind ; 547 ] [ rdf:type sp:Bind ;
540 sp:expression 548 sp:expression
541 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 549 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
542 - sp:arg1 _:b96 ; 550 + sp:arg1 _:b94 ;
543 - sp:arg2 _:b93 551 + sp:arg2 _:b92
544 ] ; 552 ] ;
545 - sp:variable _:b95 553 + sp:variable _:b90
546 ]) 554 ])
547 ] ; 555 ] ;
548 spin:rule 556 spin:rule
549 [ rdf:type sp:Construct ; 557 [ rdf:type sp:Construct ;
550 - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; 558 + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ;
551 - sp:templates ([ sp:object _:b97 ; 559 + sp:templates ([ sp:object _:b95 ;
552 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; 560 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ;
553 - sp:subject _:b98 561 + sp:subject _:b96
554 ]) ; 562 ]) ;
555 - sp:where ([ sp:object _:b99 ; 563 + sp:where ([ sp:object _:b97 ;
556 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 564 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
557 sp:subject spin:_this 565 sp:subject spin:_this
558 - ] [ sp:object _:b100 ; 566 + ] [ sp:object _:b98 ;
559 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 567 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
560 sp:subject spin:_this 568 sp:subject spin:_this
561 - ] [ sp:object _:b101 ; 569 + ] [ sp:object _:b99 ;
562 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 570 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
563 sp:subject spin:_this 571 sp:subject spin:_this
564 - ] [ sp:object _:b98 ; 572 + ] [ sp:object _:b95 ;
565 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 573 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ;
566 - sp:subject _:b102 574 + sp:subject _:b99
567 - ] [ sp:object _:b97 ;
568 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ;
569 - sp:subject _:b101
570 ] [ rdf:type sp:Bind ; 575 ] [ rdf:type sp:Bind ;
571 sp:expression 576 sp:expression
572 [ rdf:type ep-spin-lib:normalizeString ; 577 [ rdf:type ep-spin-lib:normalizeString ;
573 - sp:arg1 _:b99 578 + sp:arg1 _:b97
574 ] ; 579 ] ;
575 - sp:variable _:b103 580 + sp:variable _:b100
576 ] [ rdf:type sp:Bind ; 581 ] [ rdf:type sp:Bind ;
577 sp:expression 582 sp:expression
578 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 583 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
579 - sp:arg1 _:b103 ; 584 + sp:arg1 _:b100 ;
580 - sp:arg2 _:b100 585 + sp:arg2 _:b98
581 ] ; 586 ] ;
582 - sp:variable _:b102 587 + sp:variable _:b96
583 ]) 588 ])
584 ] ; 589 ] ;
585 spin:rule 590 spin:rule
586 [ rdf:type sp:Construct ; 591 [ rdf:type sp:Construct ;
587 - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; 592 + rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ;
588 - sp:templates ([ sp:object _:b104 ; 593 + sp:templates ([ sp:object _:b101 ;
589 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; 594 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ;
590 - sp:subject _:b105 595 + sp:subject _:b102
591 ]) ; 596 ]) ;
592 - sp:where ([ sp:object _:b106 ; 597 + sp:where ([ sp:object _:b103 ;
593 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 598 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
594 sp:subject spin:_this 599 sp:subject spin:_this
595 - ] [ sp:object _:b107 ; 600 + ] [ sp:object _:b104 ;
596 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 601 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
597 sp:subject spin:_this 602 sp:subject spin:_this
598 - ] [ sp:object _:b108 ; 603 + ] [ sp:object _:b105 ;
599 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 604 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
600 sp:subject spin:_this 605 sp:subject spin:_this
601 - ] [ sp:object _:b105 ; 606 + ] [ sp:object _:b102 ;
602 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 607 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
603 - sp:subject _:b109 608 + sp:subject _:b106
604 - ] [ sp:object _:b104 ; 609 + ] [ sp:object _:b101 ;
605 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; 610 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ;
606 - sp:subject _:b108 611 + sp:subject _:b105
607 ] [ rdf:type sp:Bind ; 612 ] [ rdf:type sp:Bind ;
608 sp:expression 613 sp:expression
609 [ rdf:type ep-spin-lib:normalizeString ; 614 [ rdf:type ep-spin-lib:normalizeString ;
610 - sp:arg1 _:b106 615 + sp:arg1 _:b103
611 ] ; 616 ] ;
612 - sp:variable _:b110 617 + sp:variable _:b107
613 ] [ rdf:type sp:Bind ; 618 ] [ rdf:type sp:Bind ;
614 sp:expression 619 sp:expression
615 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 620 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
616 - sp:arg1 _:b110 ; 621 + sp:arg1 _:b107 ;
617 - sp:arg2 _:b107 622 + sp:arg2 _:b104
618 ] ; 623 ] ;
619 - sp:variable _:b109 624 + sp:variable _:b106
620 ]) 625 ])
621 ] ; 626 ] ;
622 spin:rule 627 spin:rule
623 [ rdf:type sp:Construct ; 628 [ rdf:type sp:Construct ;
624 - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; 629 + rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ;
625 - sp:templates ([ sp:object _:b111 ; 630 + sp:templates ([ sp:object _:b108 ;
626 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; 631 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ;
627 - sp:subject _:b112 632 + sp:subject _:b109
628 ]) ; 633 ]) ;
629 - sp:where ([ sp:object _:b113 ; 634 + sp:where ([ sp:object _:b110 ;
630 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 635 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
631 sp:subject spin:_this 636 sp:subject spin:_this
632 - ] [ sp:object _:b114 ; 637 + ] [ sp:object _:b111 ;
633 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 638 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
634 sp:subject spin:_this 639 sp:subject spin:_this
635 - ] [ sp:object _:b115 ; 640 + ] [ sp:object _:b112 ;
636 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 641 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
637 sp:subject spin:_this 642 sp:subject spin:_this
638 - ] [ sp:object _:b112 ; 643 + ] [ sp:object _:b109 ;
639 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 644 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
640 - sp:subject _:b116 645 + sp:subject _:b113
641 - ] [ sp:object _:b111 ; 646 + ] [ sp:object _:b108 ;
642 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; 647 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ;
643 - sp:subject _:b115 648 + sp:subject _:b112
644 ] [ rdf:type sp:Bind ; 649 ] [ rdf:type sp:Bind ;
645 sp:expression 650 sp:expression
646 [ rdf:type ep-spin-lib:normalizeString ; 651 [ rdf:type ep-spin-lib:normalizeString ;
647 - sp:arg1 _:b113 652 + sp:arg1 _:b110
648 ] ; 653 ] ;
649 - sp:variable _:b117 654 + sp:variable _:b114
650 ] [ rdf:type sp:Bind ; 655 ] [ rdf:type sp:Bind ;
651 sp:expression 656 sp:expression
652 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 657 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
653 - sp:arg1 _:b117 ; 658 + sp:arg1 _:b114 ;
654 - sp:arg2 _:b114 659 + sp:arg2 _:b111
655 ] ; 660 ] ;
656 - sp:variable _:b116 661 + sp:variable _:b113
657 ]) 662 ])
658 ] ; 663 ] ;
659 spin:rule 664 spin:rule
660 [ rdf:type sp:Construct ; 665 [ rdf:type sp:Construct ;
661 - rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; 666 + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ;
662 - sp:templates ([ sp:object _:b118 ; 667 + sp:templates ([ sp:object _:b115 ;
663 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; 668 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ;
664 - sp:subject _:b119 669 + sp:subject _:b116
665 ]) ; 670 ]) ;
666 - sp:where ([ sp:object _:b120 ; 671 + sp:where ([ sp:object _:b117 ;
667 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 672 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
668 sp:subject spin:_this 673 sp:subject spin:_this
669 - ] [ sp:object _:b121 ; 674 + ] [ sp:object _:b118 ;
670 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 675 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
671 sp:subject spin:_this 676 sp:subject spin:_this
672 - ] [ sp:object _:b122 ; 677 + ] [ sp:object _:b119 ;
673 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 678 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
674 sp:subject spin:_this 679 sp:subject spin:_this
675 - ] [ sp:object _:b119 ; 680 + ] [ sp:object _:b116 ;
676 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 681 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
677 - sp:subject _:b123 682 + sp:subject _:b120
678 - ] [ sp:object _:b118 ; 683 + ] [ sp:object _:b115 ;
679 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; 684 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ;
680 - sp:subject _:b122 685 + sp:subject _:b119
681 ] [ rdf:type sp:Bind ; 686 ] [ rdf:type sp:Bind ;
682 sp:expression 687 sp:expression
683 [ rdf:type ep-spin-lib:normalizeString ; 688 [ rdf:type ep-spin-lib:normalizeString ;
684 - sp:arg1 _:b120 689 + sp:arg1 _:b117
685 ] ; 690 ] ;
686 - sp:variable _:b124 691 + sp:variable _:b121
687 ] [ rdf:type sp:Bind ; 692 ] [ rdf:type sp:Bind ;
688 sp:expression 693 sp:expression
689 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 694 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
690 - sp:arg1 _:b124 ; 695 + sp:arg1 _:b121 ;
691 - sp:arg2 _:b121 696 + sp:arg2 _:b118
692 ] ; 697 ] ;
693 - sp:variable _:b123 698 + sp:variable _:b120
694 ]) 699 ])
695 ] ; 700 ] ;
696 spin:rule 701 spin:rule
697 [ rdf:type sp:Construct ; 702 [ rdf:type sp:Construct ;
698 - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; 703 + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ;
699 - sp:templates ([ sp:object _:b125 ; 704 + sp:templates ([ sp:object _:b122 ;
700 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; 705 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ;
701 - sp:subject _:b126 706 + sp:subject _:b123
702 ]) ; 707 ]) ;
703 - sp:where ([ sp:object _:b127 ; 708 + sp:where ([ sp:object _:b124 ;
704 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 709 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
705 sp:subject spin:_this 710 sp:subject spin:_this
706 - ] [ sp:object _:b128 ; 711 + ] [ sp:object _:b125 ;
707 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 712 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
708 sp:subject spin:_this 713 sp:subject spin:_this
709 - ] [ sp:object 714 + ] [ sp:object _:b126 ;
710 - [ sp:varName "statusInfo"^^xsd:string
711 - ] ;
712 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 715 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
713 sp:subject spin:_this 716 sp:subject spin:_this
714 - ] [ sp:object _:b126 ; 717 + ] [ sp:object _:b123 ;
715 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 718 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
716 - sp:subject _:b129 719 + sp:subject _:b127
717 - ] [ sp:object _:b125 ; 720 + ] [ sp:object _:b122 ;
718 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; 721 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ;
719 - sp:subject 722 + sp:subject _:b126
720 - [ sp:varName "statusInfoddr"^^xsd:string
721 - ]
722 ] [ rdf:type sp:Bind ; 723 ] [ rdf:type sp:Bind ;
723 sp:expression 724 sp:expression
724 [ rdf:type ep-spin-lib:normalizeString ; 725 [ rdf:type ep-spin-lib:normalizeString ;
725 - sp:arg1 _:b127 726 + sp:arg1 _:b124
726 ] ; 727 ] ;
727 - sp:variable _:b130 728 + sp:variable _:b128
728 ] [ rdf:type sp:Bind ; 729 ] [ rdf:type sp:Bind ;
729 sp:expression 730 sp:expression
730 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 731 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
731 - sp:arg1 _:b130 ; 732 + sp:arg1 _:b128 ;
732 - sp:arg2 _:b128 733 + sp:arg2 _:b125
733 ] ; 734 ] ;
734 - sp:variable _:b129 735 + sp:variable _:b127
735 ]) 736 ])
736 ] ; 737 ] ;
737 spin:rule 738 spin:rule
738 [ rdf:type sp:Construct ; 739 [ rdf:type sp:Construct ;
739 - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; 740 + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ;
740 - sp:templates ([ sp:object _:b131 ; 741 + sp:templates ([ sp:object _:b129 ;
741 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; 742 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ;
742 - sp:subject _:b132 743 + sp:subject _:b130
743 ]) ; 744 ]) ;
744 - sp:where ([ sp:object _:b133 ; 745 + sp:where ([ sp:object _:b131 ;
745 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 746 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
746 sp:subject spin:_this 747 sp:subject spin:_this
747 - ] [ sp:object _:b134 ; 748 + ] [ sp:object _:b132 ;
748 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 749 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
749 sp:subject spin:_this 750 sp:subject spin:_this
750 - ] [ sp:object _:b135 ; 751 + ] [ sp:object _:b133 ;
751 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 752 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
752 sp:subject spin:_this 753 sp:subject spin:_this
753 - ] [ sp:object _:b131 ; 754 + ] [ sp:object _:b130 ;
754 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; 755 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
755 - sp:subject _:b135 756 + sp:subject _:b134
757 + ] [ sp:object _:b129 ;
758 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ;
759 + sp:subject _:b133
756 ] [ rdf:type sp:Bind ; 760 ] [ rdf:type sp:Bind ;
757 sp:expression 761 sp:expression
758 [ rdf:type ep-spin-lib:normalizeString ; 762 [ rdf:type ep-spin-lib:normalizeString ;
759 - sp:arg1 _:b133 763 + sp:arg1 _:b131
760 ] ; 764 ] ;
761 - sp:variable _:b136 765 + sp:variable _:b135
762 ] [ rdf:type sp:Bind ; 766 ] [ rdf:type sp:Bind ;
763 sp:expression 767 sp:expression
764 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 768 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
765 - sp:arg1 _:b136 ; 769 + sp:arg1 _:b135 ;
766 - sp:arg2 _:b134 770 + sp:arg2 _:b132
767 ] ; 771 ] ;
768 - sp:variable _:b132 772 + sp:variable _:b134
769 ]) 773 ])
770 ] ; 774 ] ;
771 spin:rule 775 spin:rule
772 [ rdf:type sp:Construct ; 776 [ rdf:type sp:Construct ;
773 - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; 777 + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ;
774 - sp:templates ([ sp:object _:b137 ; 778 + sp:templates ([ sp:object _:b136 ;
775 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; 779 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ;
776 - sp:subject _:b138 780 + sp:subject _:b137
777 ]) ; 781 ]) ;
778 - sp:where ([ sp:object _:b139 ; 782 + sp:where ([ sp:object _:b138 ;
779 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 783 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
780 sp:subject spin:_this 784 sp:subject spin:_this
781 - ] [ sp:object _:b140 ; 785 + ] [ sp:object _:b139 ;
782 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; 786 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
783 sp:subject spin:_this 787 sp:subject spin:_this
784 - ] [ sp:object 788 + ] [ sp:object _:b140 ;
785 - [ sp:varName "statusInfo"^^xsd:string
786 - ] ;
787 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; 789 sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
788 sp:subject spin:_this 790 sp:subject spin:_this
789 - ] [ sp:object _:b138 ; 791 + ] [ sp:object _:b137 ;
790 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 792 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
791 sp:subject _:b141 793 sp:subject _:b141
792 - ] [ sp:object _:b137 ; 794 + ] [ sp:object _:b136 ;
793 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; 795 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ;
794 - sp:subject 796 + sp:subject _:b140
795 - [ sp:varName "statusInfoddr"^^xsd:string
796 - ]
797 ] [ rdf:type sp:Bind ; 797 ] [ rdf:type sp:Bind ;
798 sp:expression 798 sp:expression
799 [ rdf:type ep-spin-lib:normalizeString ; 799 [ rdf:type ep-spin-lib:normalizeString ;
800 - sp:arg1 _:b139 800 + sp:arg1 _:b138
801 ] ; 801 ] ;
802 sp:variable _:b142 802 sp:variable _:b142
803 ] [ rdf:type sp:Bind ; 803 ] [ rdf:type sp:Bind ;
804 sp:expression 804 sp:expression
805 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 805 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
806 sp:arg1 _:b142 ; 806 sp:arg1 _:b142 ;
807 - sp:arg2 _:b140 807 + sp:arg2 _:b139
808 ] ; 808 ] ;
809 sp:variable _:b141 809 sp:variable _:b141
810 ]) 810 ])
811 ] ; 811 ] ;
812 spin:rule 812 spin:rule
813 [ rdf:type sp:Construct ; 813 [ rdf:type sp:Construct ;
814 - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; 814 + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ;
815 sp:templates ([ sp:object _:b143 ; 815 sp:templates ([ sp:object _:b143 ;
816 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; 816 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ;
817 sp:subject _:b144 817 sp:subject _:b144
818 ]) ; 818 ]) ;
819 sp:where ([ sp:object _:b145 ; 819 sp:where ([ sp:object _:b145 ;
...@@ -829,7 +829,7 @@ ...@@ -829,7 +829,7 @@
829 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 829 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
830 sp:subject _:b148 830 sp:subject _:b148
831 ] [ sp:object _:b143 ; 831 ] [ sp:object _:b143 ;
832 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; 832 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ;
833 sp:subject _:b147 833 sp:subject _:b147
834 ] [ rdf:type sp:Bind ; 834 ] [ rdf:type sp:Bind ;
835 sp:expression 835 sp:expression
...@@ -852,437 +852,437 @@ ...@@ -852,437 +852,437 @@
852 owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ; 852 owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ;
853 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 853 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
854 854
855 -_:b85 855 +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
856 - sp:varName "nameWellBore"^^xsd:string .
857 -
858 -_:b86
859 - sp:varName "dTimStart"^^xsd:string .
860 -
861 -_:b87
862 - sp:varName "statusInfo"^^xsd:string .
863 -
864 -_:b88
865 - sp:varName "typeWellBore"^^xsd:string .
866 -
867 -_:b83
868 - sp:varName "wellBoreDrillingType"^^xsd:string .
869 -
870 -_:b89
871 - sp:varName "normalizedWellBoreName"^^xsd:string .
872 856
873 -_:b84 857 +_:b6 sp:varName "dailyDrillingActivity"^^xsd:string .
874 - sp:varName "dailyDrillingActivity"^^xsd:string .
875 858
876 -_:b127 859 +_:b5 sp:varName "statusInfo"^^xsd:string .
877 - sp:varName "nameWellBore"^^xsd:string .
878 860
879 -_:b128 861 +_:b4 sp:varName "dTimStart"^^xsd:string .
880 - sp:varName "dTimStart"^^xsd:string .
881 862
882 -_:b129 863 +_:b3 sp:varName "nameWellBore"^^xsd:string .
883 - sp:varName "dailyDrillingActivity"^^xsd:string .
884 864
885 -_:b126 865 +_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string .
886 - sp:varName "temporalPartOfAWellBore"^^xsd:string .
887 866
888 -_:b125 867 +_:b1 sp:varName "mdStrengthForm"^^xsd:string .
889 - sp:varName "mdPlanned"^^xsd:string .
890 868
891 -_:b130 869 +_:b81
892 sp:varName "normalizedWellBoreName"^^xsd:string . 870 sp:varName "normalizedWellBoreName"^^xsd:string .
893 871
894 -_:b139 872 +_:b80
895 - sp:varName "nameWellBore"^^xsd:string . 873 + sp:varName "dailyDrillingActivity"^^xsd:string .
896 874
897 -_:b140 875 +_:b79
898 sp:varName "dTimStart"^^xsd:string . 876 sp:varName "dTimStart"^^xsd:string .
899 877
900 -_:b141 878 +_:b78
901 - sp:varName "dailyDrillingActivity"^^xsd:string . 879 + sp:varName "nameWellBore"^^xsd:string .
902 880
903 -_:b138 881 +_:b77
904 sp:varName "temporalPartOfAWellBore"^^xsd:string . 882 sp:varName "temporalPartOfAWellBore"^^xsd:string .
905 883
906 -_:b137 884 +_:b76
907 sp:varName "tvdDiaPilotPlan"^^xsd:string . 885 sp:varName "tvdDiaPilotPlan"^^xsd:string .
908 886
909 -_:b142 887 +_:b68
910 sp:varName "normalizedWellBoreName"^^xsd:string . 888 sp:varName "normalizedWellBoreName"^^xsd:string .
911 889
912 -_:b29 890 +_:b67
913 - sp:varName "nameWellBore"^^xsd:string . 891 + sp:varName "statusInfo"^^xsd:string .
914 892
915 -_:b30 893 +_:b66
916 sp:varName "dTimStart"^^xsd:string . 894 sp:varName "dTimStart"^^xsd:string .
917 895
918 -_:b31 896 +_:b65
919 - sp:varName "statusInfo"^^xsd:string . 897 + sp:varName "nameWellBore"^^xsd:string .
920 898
921 -_:b32 899 +_:b64
922 sp:varName "dailyDrillingActivity"^^xsd:string . 900 sp:varName "dailyDrillingActivity"^^xsd:string .
923 901
924 -_:b28 902 +_:b63
925 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 903 + sp:varName "forecast24Hr"^^xsd:string .
926 904
927 _:b27 905 _:b27
928 - sp:varName "mdDiaPilotPlan"^^xsd:string .
929 -
930 -_:b33
931 sp:varName "normalizedWellBoreName"^^xsd:string . 906 sp:varName "normalizedWellBoreName"^^xsd:string .
932 907
933 -_:b113 908 +_:b26
934 - sp:varName "nameWellBore"^^xsd:string . 909 + sp:varName "dailyDrillingActivity"^^xsd:string .
935 910
936 -_:b114 911 +_:b25
937 sp:varName "dTimStart"^^xsd:string . 912 sp:varName "dTimStart"^^xsd:string .
938 913
939 -_:b115 914 +_:b24
940 - sp:varName "statusInfo"^^xsd:string . 915 + sp:varName "nameWellBore"^^xsd:string .
941 -
942 -_:b116
943 - sp:varName "dailyDrillingActivity"^^xsd:string .
944 916
945 -_:b112 917 +_:b23
946 sp:varName "temporalPartOfAWellBore"^^xsd:string . 918 sp:varName "temporalPartOfAWellBore"^^xsd:string .
947 919
948 -_:b111 920 +_:b22
949 - sp:varName "elevKelly"^^xsd:string . 921 + sp:varName "mdPlanned"^^xsd:string .
950 922
951 -_:b117 923 +_:b107
952 sp:varName "normalizedWellBoreName"^^xsd:string . 924 sp:varName "normalizedWellBoreName"^^xsd:string .
953 925
954 -_:b43 926 +_:b106
955 - sp:varName "nameWellBore"^^xsd:string . 927 + sp:varName "dailyDrillingActivity"^^xsd:string .
956 -
957 -_:b44
958 - sp:varName "dTimStart"^^xsd:string .
959 928
960 -_:b45 929 +_:b105
961 sp:varName "statusInfo"^^xsd:string . 930 sp:varName "statusInfo"^^xsd:string .
962 931
963 -_:b46 932 +_:b104
964 - sp:varName "dailyDrillingActivity"^^xsd:string . 933 + sp:varName "dTimStart"^^xsd:string .
965 934
966 -_:b42 935 +_:b103
936 + sp:varName "nameWellBore"^^xsd:string .
937 +
938 +_:b102
967 sp:varName "temporalPartOfAWellBore"^^xsd:string . 939 sp:varName "temporalPartOfAWellBore"^^xsd:string .
968 940
969 -_:b41 941 +_:b101
970 - sp:varName "tvdStrengthForm"^^xsd:string . 942 + sp:varName "diaCsgLast"^^xsd:string .
971 943
972 -_:b47 944 +_:b149
973 sp:varName "normalizedWellBoreName"^^xsd:string . 945 sp:varName "normalizedWellBoreName"^^xsd:string .
974 946
975 -_:b145 947 +_:b148
976 - sp:varName "nameWellBore"^^xsd:string . 948 + sp:varName "dailyDrillingActivity"^^xsd:string .
977 -
978 -_:b146
979 - sp:varName "dTimStart"^^xsd:string .
980 949
981 _:b147 950 _:b147
982 sp:varName "statusInfo"^^xsd:string . 951 sp:varName "statusInfo"^^xsd:string .
983 952
984 -_:b148 953 +_:b146
985 - sp:varName "dailyDrillingActivity"^^xsd:string . 954 + sp:varName "dTimStart"^^xsd:string .
955 +
956 +_:b145
957 + sp:varName "nameWellBore"^^xsd:string .
986 958
987 _:b144 959 _:b144
988 sp:varName "temporalPartOfAWellBore"^^xsd:string . 960 sp:varName "temporalPartOfAWellBore"^^xsd:string .
989 961
990 _:b143 962 _:b143
991 - sp:varName "mdStrengthForm"^^xsd:string . 963 + sp:varName "elevKelly"^^xsd:string .
992 964
993 -_:b149 965 +_:b135
994 sp:varName "normalizedWellBoreName"^^xsd:string . 966 sp:varName "normalizedWellBoreName"^^xsd:string .
995 967
996 -_:b72 968 +_:b134
997 - sp:varName "nameWellBore"^^xsd:string . 969 + sp:varName "dailyDrillingActivity"^^xsd:string .
998 -
999 -_:b73
1000 - sp:varName "dTimStart"^^xsd:string .
1001 970
1002 -_:b74 971 +_:b133
1003 sp:varName "statusInfo"^^xsd:string . 972 sp:varName "statusInfo"^^xsd:string .
1004 973
1005 -_:b75 974 +_:b132
1006 - sp:varName "dailyDrillingActivity"^^xsd:string . 975 + sp:varName "dTimStart"^^xsd:string .
1007 976
1008 -_:b71 977 +_:b131
978 + sp:varName "nameWellBore"^^xsd:string .
979 +
980 +_:b130
1009 sp:varName "temporalPartOfAWellBore"^^xsd:string . 981 sp:varName "temporalPartOfAWellBore"^^xsd:string .
1010 982
1011 -_:b70 983 +_:b129
1012 - sp:varName "strengthForm"^^xsd:string . 984 + sp:varName "mdCsgLast"^^xsd:string .
1013 985
1014 -_:b76 986 +_:b75
1015 sp:varName "normalizedWellBoreName"^^xsd:string . 987 sp:varName "normalizedWellBoreName"^^xsd:string .
1016 988
1017 -_:b65 989 +_:b74
1018 - sp:varName "nameWellBore"^^xsd:string . 990 + sp:varName "dailyDrillingActivity"^^xsd:string .
1019 -
1020 -_:b66
1021 - sp:varName "dTimStart"^^xsd:string .
1022 991
1023 -_:b67 992 +_:b73
1024 sp:varName "statusInfo"^^xsd:string . 993 sp:varName "statusInfo"^^xsd:string .
1025 994
1026 -_:b68 995 +_:b72
1027 - sp:varName "dailyDrillingActivity"^^xsd:string . 996 + sp:varName "dTimStart"^^xsd:string .
1028 997
1029 -_:b64 998 +_:b71
1030 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 999 + sp:varName "nameWellBore"^^xsd:string .
1031 1000
1032 -_:b63 1001 +_:b70
1033 - sp:varName "tvdCsgLast"^^xsd:string . 1002 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1034 1003
1035 _:b69 1004 _:b69
1036 - sp:varName "normalizedWellBoreName"^^xsd:string . 1005 + sp:varName "mdKickoff"^^xsd:string .
1037 1006
1038 -_:b106 1007 +_:b34
1039 - sp:varName "nameWellBore"^^xsd:string . 1008 + sp:varName "normalizedWellBoreName"^^xsd:string .
1040 1009
1041 -_:b107 1010 +_:b33
1042 - sp:varName "dTimStart"^^xsd:string . 1011 + sp:varName "dailyDrillingActivity"^^xsd:string .
1043 1012
1044 -_:b108 1013 +_:b32
1045 sp:varName "statusInfo"^^xsd:string . 1014 sp:varName "statusInfo"^^xsd:string .
1046 1015
1047 -_:b109 1016 +_:b31
1048 - sp:varName "dailyDrillingActivity"^^xsd:string . 1017 + sp:varName "dTimStart"^^xsd:string .
1049 1018
1050 -_:b105 1019 +_:b30
1020 + sp:varName "nameWellBore"^^xsd:string .
1021 +
1022 +_:b29
1051 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1023 sp:varName "temporalPartOfAWellBore"^^xsd:string .
1052 1024
1053 -_:b104 1025 +_:b28
1054 - sp:varName "mdCsgLast"^^xsd:string . 1026 + sp:varName "mdPlugTop"^^xsd:string .
1055 1027
1056 -_:b110 1028 +_:b88
1057 sp:varName "normalizedWellBoreName"^^xsd:string . 1029 sp:varName "normalizedWellBoreName"^^xsd:string .
1058 1030
1059 -_:b120 1031 +_:b87
1060 - sp:varName "nameWellBore"^^xsd:string . 1032 + sp:varName "typeWellBore"^^xsd:string .
1061 1033
1062 -_:b121 1034 +_:b86
1035 + sp:varName "statusInfo"^^xsd:string .
1036 +
1037 +_:b85
1063 sp:varName "dTimStart"^^xsd:string . 1038 sp:varName "dTimStart"^^xsd:string .
1064 1039
1065 -_:b122 1040 +_:b84
1066 - sp:varName "statusInfo"^^xsd:string . 1041 + sp:varName "nameWellBore"^^xsd:string .
1067 1042
1068 -_:b123 1043 +_:b83
1069 sp:varName "dailyDrillingActivity"^^xsd:string . 1044 sp:varName "dailyDrillingActivity"^^xsd:string .
1070 1045
1071 -_:b119 1046 +_:b82
1072 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 1047 + sp:varName "wellBoreDrillingType"^^xsd:string .
1073 -
1074 -_:b118
1075 - sp:varName "diaCsgLast"^^xsd:string .
1076 1048
1077 -_:b124 1049 +_:b100
1078 sp:varName "normalizedWellBoreName"^^xsd:string . 1050 sp:varName "normalizedWellBoreName"^^xsd:string .
1079 1051
1080 _:b99 1052 _:b99
1081 - sp:varName "nameWellBore"^^xsd:string . 1053 + sp:varName "statusInfo"^^xsd:string .
1082 1054
1083 -_:b100 1055 +_:b98
1084 sp:varName "dTimStart"^^xsd:string . 1056 sp:varName "dTimStart"^^xsd:string .
1085 1057
1086 -_:b101 1058 +_:b97
1087 - sp:varName "statusInfo"^^xsd:string . 1059 + sp:varName "nameWellBore"^^xsd:string .
1088 1060
1089 -_:b102 1061 +_:b96
1090 sp:varName "dailyDrillingActivity"^^xsd:string . 1062 sp:varName "dailyDrillingActivity"^^xsd:string .
1091 1063
1092 -_:b98 1064 +_:b95
1093 - sp:varName "temporalPartOfAWellBore"^^xsd:string . 1065 + sp:varName "ropCurrentValue"^^xsd:string .
1094 -
1095 -_:b97
1096 - sp:varName "mdKickoff"^^xsd:string .
1097 1066
1098 -_:b103 1067 +_:b41
1099 sp:varName "normalizedWellBoreName"^^xsd:string . 1068 sp:varName "normalizedWellBoreName"^^xsd:string .
1100 1069
1101 -_:b36 1070 +_:b40
1102 - sp:varName "nameWellBore"^^xsd:string . 1071 + sp:varName "dailyDrillingActivity"^^xsd:string .
1103 1072
1104 -_:b37 1073 +_:b39
1105 - sp:varName "dTimStart"^^xsd:string . 1074 + sp:varName "statusInfo"^^xsd:string .
1106 1075
1107 _:b38 1076 _:b38
1108 - sp:varName "statusInfo"^^xsd:string . 1077 + sp:varName "dTimStart"^^xsd:string .
1109 1078
1110 -_:b39 1079 +_:b37
1111 - sp:varName "dailyDrillingActivity"^^xsd:string . 1080 + sp:varName "nameWellBore"^^xsd:string .
1112 1081
1113 -_:b35 1082 +_:b36
1114 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1083 sp:varName "temporalPartOfAWellBore"^^xsd:string .
1115 1084
1116 -_:b34 1085 +_:b35
1117 - sp:varName "mdDiaHoleStart"^^xsd:string . 1086 + sp:varName "strengthForm"^^xsd:string .
1118 1087
1119 -_:b40 1088 +_:b121
1120 sp:varName "normalizedWellBoreName"^^xsd:string . 1089 sp:varName "normalizedWellBoreName"^^xsd:string .
1121 1090
1122 -_:b58 1091 +_:b120
1123 - sp:varName "nameWellBore"^^xsd:string . 1092 + sp:varName "dailyDrillingActivity"^^xsd:string .
1124 -
1125 -_:b59
1126 - sp:varName "dTimStart"^^xsd:string .
1127 1093
1128 -_:b60 1094 +_:b119
1129 sp:varName "statusInfo"^^xsd:string . 1095 sp:varName "statusInfo"^^xsd:string .
1130 1096
1131 -_:b61 1097 +_:b118
1132 - sp:varName "dailyDrillingActivity"^^xsd:string . 1098 + sp:varName "dTimStart"^^xsd:string .
1133 1099
1134 -_:b57 1100 +_:b117
1101 + sp:varName "nameWellBore"^^xsd:string .
1102 +
1103 +_:b116
1135 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1104 sp:varName "temporalPartOfAWellBore"^^xsd:string .
1136 1105
1137 -_:b56 1106 +_:b115
1138 - sp:varName "diaHole"^^xsd:string . 1107 + sp:varName "tvdCsgLast"^^xsd:string .
1139 1108
1140 -_:b62 1109 +_:b114
1141 sp:varName "normalizedWellBoreName"^^xsd:string . 1110 sp:varName "normalizedWellBoreName"^^xsd:string .
1142 1111
1143 -_:b92 1112 +_:b113
1144 - sp:varName "nameWellBore"^^xsd:string . 1113 + sp:varName "dailyDrillingActivity"^^xsd:string .
1145 -
1146 -_:b93
1147 - sp:varName "dTimStart"^^xsd:string .
1148 1114
1149 -_:b94 1115 +_:b112
1150 sp:varName "statusInfo"^^xsd:string . 1116 sp:varName "statusInfo"^^xsd:string .
1151 1117
1152 -_:b95 1118 +_:b111
1153 - sp:varName "dailyDrillingActivity"^^xsd:string . 1119 + sp:varName "dTimStart"^^xsd:string .
1154 1120
1155 -_:b91 1121 +_:b110
1122 + sp:varName "nameWellBore"^^xsd:string .
1123 +
1124 +_:b109
1156 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1125 sp:varName "temporalPartOfAWellBore"^^xsd:string .
1157 1126
1158 -_:b90 1127 +_:b108
1159 - sp:varName "mdPlugTop"^^xsd:string . 1128 + sp:varName "diaHole"^^xsd:string .
1160 1129
1161 -_:b96 1130 +_:b21
1162 sp:varName "normalizedWellBoreName"^^xsd:string . 1131 sp:varName "normalizedWellBoreName"^^xsd:string .
1163 1132
1164 -_:b10 1133 +_:b20
1165 - sp:varName "nameWellBore"^^xsd:string . 1134 + sp:varName "presTestType"^^xsd:string .
1166 -
1167 -_:b11
1168 - sp:varName "dTimStart"^^xsd:string .
1169 1135
1170 -_:b12 1136 +_:b19
1171 sp:varName "statusInfo"^^xsd:string . 1137 sp:varName "statusInfo"^^xsd:string .
1172 1138
1173 -_:b13 1139 +_:b18
1174 - sp:varName "dailyDrillingActivity"^^xsd:string . 1140 + sp:varName "dTimStart"^^xsd:string .
1175 1141
1176 -_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1142 +_:b17
1143 + sp:varName "nameWellBore"^^xsd:string .
1177 1144
1178 -_:b8 sp:varName "tvd"^^xsd:string . 1145 +_:b16
1146 + sp:varName "pressureTestType"^^xsd:string .
1179 1147
1180 -_:b14 1148 +_:b15
1149 + sp:varName "dailyDrillingActivity"^^xsd:string .
1150 +
1151 +_:b142
1181 sp:varName "normalizedWellBoreName"^^xsd:string . 1152 sp:varName "normalizedWellBoreName"^^xsd:string .
1182 1153
1183 -_:b3 sp:varName "nameWellBore"^^xsd:string . 1154 +_:b141
1155 + sp:varName "dailyDrillingActivity"^^xsd:string .
1184 1156
1185 -_:b4 sp:varName "dTimStart"^^xsd:string . 1157 +_:b140
1158 + sp:varName "statusInfo"^^xsd:string .
1186 1159
1187 -_:b5 sp:varName "statusInfo"^^xsd:string . 1160 +_:b139
1161 + sp:varName "dTimStart"^^xsd:string .
1188 1162
1189 -_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . 1163 +_:b138
1164 + sp:varName "nameWellBore"^^xsd:string .
1190 1165
1191 -_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . 1166 +_:b137
1167 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1192 1168
1193 -_:b1 sp:varName "md"^^xsd:string . 1169 +_:b136
1170 + sp:varName "tvdStrengthForm"^^xsd:string .
1194 1171
1195 -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . 1172 +_:b128
1173 + sp:varName "normalizedWellBoreName"^^xsd:string .
1196 1174
1197 -_:b23 1175 +_:b127
1198 - sp:varName "nameWellBore"^^xsd:string . 1176 + sp:varName "dailyDrillingActivity"^^xsd:string .
1199 1177
1200 -_:b24 1178 +_:b126
1179 + sp:varName "statusInfo"^^xsd:string .
1180 +
1181 +_:b125
1201 sp:varName "dTimStart"^^xsd:string . 1182 sp:varName "dTimStart"^^xsd:string .
1202 1183
1203 -_:b25 1184 +_:b124
1204 - sp:varName "statusInfo"^^xsd:string . 1185 + sp:varName "nameWellBore"^^xsd:string .
1205 1186
1206 -_:b21 1187 +_:b123
1207 - sp:varName "distDrill"^^xsd:string . 1188 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1208 1189
1209 -_:b26 1190 +_:b122
1191 + sp:varName "mdDiaHoleStart"^^xsd:string .
1192 +
1193 +_:b62
1210 sp:varName "normalizedWellBoreName"^^xsd:string . 1194 sp:varName "normalizedWellBoreName"^^xsd:string .
1211 1195
1212 -_:b22 1196 +_:b61
1213 sp:varName "dailyDrillingActivity"^^xsd:string . 1197 sp:varName "dailyDrillingActivity"^^xsd:string .
1214 1198
1215 -_:b131 1199 +_:b60
1216 - sp:varName "forecast24Hr"^^xsd:string . 1200 + sp:varName "statusInfo"^^xsd:string .
1217 1201
1218 -_:b132 1202 +_:b59
1219 - sp:varName "dailyDrillingActivity"^^xsd:string . 1203 + sp:varName "dTimStart"^^xsd:string .
1220 1204
1221 -_:b133 1205 +_:b58
1222 sp:varName "nameWellBore"^^xsd:string . 1206 sp:varName "nameWellBore"^^xsd:string .
1223 1207
1224 -_:b134 1208 +_:b57
1225 - sp:varName "dTimStart"^^xsd:string . 1209 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1226 1210
1227 -_:b135 1211 +_:b56
1228 - sp:varName "statusInfo"^^xsd:string . 1212 + sp:varName "mdDiaPilotPlan"^^xsd:string .
1229 1213
1230 -_:b136 1214 +_:b13
1231 sp:varName "normalizedWellBoreName"^^xsd:string . 1215 sp:varName "normalizedWellBoreName"^^xsd:string .
1232 1216
1233 -_:b49 1217 +_:b12
1234 - sp:varName "dailyDrillingActivity"^^xsd:string . 1218 + sp:varName "statusInfo"^^xsd:string .
1235 1219
1236 -_:b50 1220 +_:b11
1237 - sp:varName "pressureTestType"^^xsd:string . 1221 + sp:varName "dTimStart"^^xsd:string .
1238 1222
1239 -_:b51 1223 +_:b10
1240 sp:varName "nameWellBore"^^xsd:string . 1224 sp:varName "nameWellBore"^^xsd:string .
1241 1225
1242 -_:b52 1226 +_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
1243 - sp:varName "dTimStart"^^xsd:string .
1244 1227
1245 -_:b53 1228 +_:b8 sp:varName "distDrill"^^xsd:string .
1229 +
1230 +_:b94
1231 + sp:varName "normalizedWellBoreName"^^xsd:string .
1232 +
1233 +_:b93
1246 sp:varName "statusInfo"^^xsd:string . 1234 sp:varName "statusInfo"^^xsd:string .
1247 1235
1248 -_:b54 1236 +_:b92
1249 - sp:varName "presTestType"^^xsd:string . 1237 + sp:varName "dTimStart"^^xsd:string .
1238 +
1239 +_:b91
1240 + sp:varName "nameWellBore"^^xsd:string .
1241 +
1242 +_:b90
1243 + sp:varName "dailyDrillingActivity"^^xsd:string .
1244 +
1245 +_:b89
1246 + sp:varName "sum24Hr"^^xsd:string .
1250 1247
1251 _:b55 1248 _:b55
1252 sp:varName "normalizedWellBoreName"^^xsd:string . 1249 sp:varName "normalizedWellBoreName"^^xsd:string .
1253 1250
1254 -_:b77 1251 +_:b54
1255 - sp:varName "ropCurrentValue"^^xsd:string .
1256 -
1257 -_:b78
1258 sp:varName "dailyDrillingActivity"^^xsd:string . 1252 sp:varName "dailyDrillingActivity"^^xsd:string .
1259 1253
1260 -_:b79 1254 +_:b53
1261 - sp:varName "nameWellBore"^^xsd:string . 1255 + sp:varName "statusInfo"^^xsd:string .
1262 1256
1263 -_:b80 1257 +_:b52
1264 sp:varName "dTimStart"^^xsd:string . 1258 sp:varName "dTimStart"^^xsd:string .
1265 1259
1266 -_:b81 1260 +_:b51
1267 - sp:varName "statusInfo"^^xsd:string . 1261 + sp:varName "nameWellBore"^^xsd:string .
1268 1262
1269 -_:b82 1263 +_:b50
1270 - sp:varName "normalizedWellBoreName"^^xsd:string . 1264 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1271 1265
1272 -_:b15 1266 +_:b49
1273 - sp:varName "sum24Hr"^^xsd:string . 1267 + sp:varName "tvd"^^xsd:string .
1274 1268
1275 -_:b16 1269 +_:b48
1270 + sp:varName "normalizedWellBoreName"^^xsd:string .
1271 +
1272 +_:b47
1276 sp:varName "dailyDrillingActivity"^^xsd:string . 1273 sp:varName "dailyDrillingActivity"^^xsd:string .
1277 1274
1278 -_:b17 1275 +_:b46
1279 - sp:varName "nameWellBore"^^xsd:string . 1276 + sp:varName "statusInfo"^^xsd:string .
1280 1277
1281 -_:b18 1278 +_:b45
1282 sp:varName "dTimStart"^^xsd:string . 1279 sp:varName "dTimStart"^^xsd:string .
1283 1280
1284 -_:b19 1281 +_:b44
1285 - sp:varName "statusInfo"^^xsd:string . 1282 + sp:varName "nameWellBore"^^xsd:string .
1286 1283
1287 -_:b20 1284 +_:b43
1288 - sp:varName "normalizedWellBoreName"^^xsd:string . 1285 + sp:varName "temporalPartOfAWellBore"^^xsd:string .
1286 +
1287 +_:b42
1288 + sp:varName "md"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 1 +# Saved by TopBraid on Mon Aug 08 14:39:30 BST 2011
2 # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL 2 # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr 3 # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity 4 # imports: http://www.reportinghub.no/ep/schema/1.1/activity
......