Showing
2 changed files
with
209 additions
and
211 deletions
1 | -# Saved by TopBraid on Fri Oct 07 17:58:08 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/organization | ||
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization | ||
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
6 | 5 | ||
7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
... | @@ -14,7 +13,7 @@ | ... | @@ -14,7 +13,7 @@ |
14 | 13 | ||
15 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
16 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 18 | ||
20 | ep-core:PhysicalThing | 19 | ep-core:PhysicalThing |
... | @@ -31,8 +30,8 @@ ep-eqt:BlowOutPreventer | ... | @@ -31,8 +30,8 @@ ep-eqt:BlowOutPreventer |
31 | rdfs:subClassOf ep-eqt:Equipment . | 30 | rdfs:subClassOf ep-eqt:Equipment . |
32 | 31 | ||
33 | ep-eqt:Casing | 32 | ep-eqt:Casing |
34 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 33 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
35 | - rdfs:label "casing"^^xsd:string ; | 34 | + rdfs:label "Casing"^^xsd:string ; |
36 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 35 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
37 | owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . | 36 | owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . |
38 | 37 | ||
... | @@ -58,7 +57,7 @@ ep-eqt:CasingRoleType | ... | @@ -58,7 +57,7 @@ ep-eqt:CasingRoleType |
58 | ep-eqt:CasingString | 57 | ep-eqt:CasingString |
59 | rdf:type owl:Class ; | 58 | rdf:type owl:Class ; |
60 | rdfs:label "casing string"^^xsd:string ; | 59 | rdfs:label "casing string"^^xsd:string ; |
61 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . | 60 | + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . |
62 | 61 | ||
63 | ep-eqt:ChokeValve | 62 | ep-eqt:ChokeValve |
64 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
... | @@ -71,12 +70,12 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer | ... | @@ -71,12 +70,12 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer |
71 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
72 | 71 | ||
73 | ep-eqt:Compressor | 72 | ep-eqt:Compressor |
74 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 73 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
75 | rdfs:label "compressor"^^xsd:string ; | 74 | rdfs:label "compressor"^^xsd:string ; |
76 | rdfs:subClassOf ep-eqt:Equipment . | 75 | rdfs:subClassOf ep-eqt:Equipment . |
77 | 76 | ||
78 | ep-eqt:Controller-lift | 77 | ep-eqt:Controller-lift |
79 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 78 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
80 | rdfs:label "controller - lift"^^xsd:string ; | 79 | rdfs:label "controller - lift"^^xsd:string ; |
81 | rdfs:subClassOf ep-eqt:Equipment . | 80 | rdfs:subClassOf ep-eqt:Equipment . |
82 | 81 | ||
... | @@ -109,25 +108,25 @@ ep-eqt:InnerBarrel-aluminum | ... | @@ -109,25 +108,25 @@ ep-eqt:InnerBarrel-aluminum |
109 | rdf:type owl:Class ; | 108 | rdf:type owl:Class ; |
110 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 109 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
111 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 110 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
112 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . | 111 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . |
113 | 112 | ||
114 | ep-eqt:InnerBarrel-fiberglass | 113 | ep-eqt:InnerBarrel-fiberglass |
115 | rdf:type owl:Class ; | 114 | rdf:type owl:Class ; |
116 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 115 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
117 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 116 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
118 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . | 117 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . |
119 | 118 | ||
120 | ep-eqt:InnerBarrel-gel | 119 | ep-eqt:InnerBarrel-gel |
121 | rdf:type owl:Class ; | 120 | rdf:type owl:Class ; |
122 | rdfs:label "inner barrel - gel"^^xsd:string ; | 121 | rdfs:label "inner barrel - gel"^^xsd:string ; |
123 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 122 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
124 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . | 123 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . |
125 | 124 | ||
126 | ep-eqt:IntermediateCasing | 125 | ep-eqt:IntermediateCasing |
127 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 126 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
128 | rdfs:label "intermediate casing"^^xsd:string ; | 127 | rdfs:label "intermediate casing"^^xsd:string ; |
129 | rdfs:subClassOf ep-eqt:Casing ; | 128 | rdfs:subClassOf ep-eqt:Casing ; |
130 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . | 129 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . |
131 | 130 | ||
132 | ep-eqt:KellyBushing | 131 | ep-eqt:KellyBushing |
133 | rdf:type owl:Class ; | 132 | rdf:type owl:Class ; |
... | @@ -137,49 +136,49 @@ ep-eqt:KellyBushing | ... | @@ -137,49 +136,49 @@ ep-eqt:KellyBushing |
137 | ep-eqt:LastCasingOfAWellBore | 136 | ep-eqt:LastCasingOfAWellBore |
138 | rdf:type owl:Class ; | 137 | rdf:type owl:Class ; |
139 | rdfs:label "last casing of a wellbore"^^xsd:string ; | 138 | rdfs:label "last casing of a wellbore"^^xsd:string ; |
140 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . | 139 | + rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . |
141 | 140 | ||
142 | ep-eqt:Liner | 141 | ep-eqt:Liner |
143 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 142 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
144 | - rdfs:label "liner"^^xsd:string ; | 143 | + rdfs:label "Liner"^^xsd:string ; |
145 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 144 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
146 | owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . | 145 | owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . |
147 | 146 | ||
148 | ep-eqt:Manifold-injection | 147 | ep-eqt:Manifold-injection |
149 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 148 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
150 | rdfs:label "manifold - injection"^^xsd:string ; | 149 | rdfs:label "manifold - injection"^^xsd:string ; |
151 | rdfs:subClassOf ep-eqt:Equipment . | 150 | rdfs:subClassOf ep-eqt:Equipment . |
152 | 151 | ||
153 | ep-eqt:Manifold-production | 152 | ep-eqt:Manifold-production |
154 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 153 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
155 | rdfs:label "manifold - production"^^xsd:string ; | 154 | rdfs:label "manifold - production"^^xsd:string ; |
156 | rdfs:subClassOf ep-eqt:Equipment . | 155 | rdfs:subClassOf ep-eqt:Equipment . |
157 | 156 | ||
158 | ep-eqt:ProductionCasing | 157 | ep-eqt:ProductionCasing |
159 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 158 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
160 | rdfs:label "production casing"^^xsd:string ; | 159 | rdfs:label "production casing"^^xsd:string ; |
161 | rdfs:subClassOf ep-eqt:Casing ; | 160 | rdfs:subClassOf ep-eqt:Casing ; |
162 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . | 161 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . |
163 | 162 | ||
164 | ep-eqt:Separator | 163 | ep-eqt:Separator |
165 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 164 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
166 | rdfs:label "separator"^^xsd:string ; | 165 | rdfs:label "separator"^^xsd:string ; |
167 | rdfs:subClassOf ep-eqt:Equipment . | 166 | rdfs:subClassOf ep-eqt:Equipment . |
168 | 167 | ||
169 | ep-eqt:Tank | 168 | ep-eqt:Tank |
170 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 169 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
171 | rdfs:label "tank"^^xsd:string ; | 170 | rdfs:label "tank"^^xsd:string ; |
172 | rdfs:subClassOf ep-eqt:Equipment . | 171 | rdfs:subClassOf ep-eqt:Equipment . |
173 | 172 | ||
174 | ep-eqt:TopCasing | 173 | ep-eqt:TopCasing |
175 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 174 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
176 | rdfs:label "top casing"^^xsd:string ; | 175 | rdfs:label "top casing"^^xsd:string ; |
177 | rdfs:subClassOf ep-eqt:Casing ; | 176 | rdfs:subClassOf ep-eqt:Casing ; |
178 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . | 177 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . |
179 | 178 | ||
180 | ep-eqt:Tubing | 179 | ep-eqt:Tubing |
181 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 180 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
182 | - rdfs:label "liner"^^xsd:string ; | 181 | + rdfs:label "Tubing"^^xsd:string ; |
183 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 182 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
184 | owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . | 183 | owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . |
185 | 184 | ||
... | @@ -199,7 +198,7 @@ ep-eqt:WellTestChoke | ... | @@ -199,7 +198,7 @@ ep-eqt:WellTestChoke |
199 | rdfs:subClassOf ep-eqt:Equipment . | 198 | rdfs:subClassOf ep-eqt:Equipment . |
200 | 199 | ||
201 | ep-eqt:chokeOrificeSize | 200 | ep-eqt:chokeOrificeSize |
202 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 201 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
203 | rdfs:domain ep-eqt:WellTestChoke ; | 202 | rdfs:domain ep-eqt:WellTestChoke ; |
204 | rdfs:label "choke orifice size"^^xsd:string ; | 203 | rdfs:label "choke orifice size"^^xsd:string ; |
205 | rdfs:range ep-core:Length . | 204 | rdfs:range ep-core:Length . |
... | @@ -210,67 +209,67 @@ ep-eqt:codeAssignedByAManufacturer | ... | @@ -210,67 +209,67 @@ ep-eqt:codeAssignedByAManufacturer |
210 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 209 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
211 | 210 | ||
212 | ep-eqt:diameterOfACasing | 211 | ep-eqt:diameterOfACasing |
213 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 212 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
214 | rdfs:domain ep-eqt:Casing ; | 213 | rdfs:domain ep-eqt:Casing ; |
215 | rdfs:label "diameter of a casing"^^xsd:string ; | 214 | rdfs:label "diameter of a casing"^^xsd:string ; |
216 | rdfs:range ep-core:Length . | 215 | rdfs:range ep-core:Length . |
217 | 216 | ||
218 | ep-eqt:diameterOfDrillBit | 217 | ep-eqt:diameterOfDrillBit |
219 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 218 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
220 | rdfs:domain ep-eqt:DrillBit ; | 219 | rdfs:domain ep-eqt:DrillBit ; |
221 | rdfs:label "diameter of drill bit"^^xsd:string ; | 220 | rdfs:label "diameter of drill bit"^^xsd:string ; |
222 | rdfs:range ep-core:Length . | 221 | rdfs:range ep-core:Length . |
223 | 222 | ||
224 | ep-eqt:elevationOfKellyBushing | 223 | ep-eqt:elevationOfKellyBushing |
225 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 224 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
226 | rdfs:domain ep-eqt:KellyBushing ; | 225 | rdfs:domain ep-eqt:KellyBushing ; |
227 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 226 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
228 | rdfs:range ep-core:Length . | 227 | rdfs:range ep-core:Length . |
229 | 228 | ||
230 | ep-eqt:hasTubularConnectionClass | 229 | ep-eqt:hasTubularConnectionClass |
231 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 230 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
232 | rdfs:domain ep-eqt:CasingLinerTubing ; | 231 | rdfs:domain ep-eqt:CasingLinerTubing ; |
233 | rdfs:label "has tubular connection class"^^xsd:string ; | 232 | rdfs:label "has tubular connection class"^^xsd:string ; |
234 | rdfs:range ep-eqt:TubularConnectionClass . | 233 | rdfs:range ep-eqt:TubularConnectionClass . |
235 | 234 | ||
236 | ep-eqt:insideDiameterOfATubular | 235 | ep-eqt:insideDiameterOfATubular |
237 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 236 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
238 | rdfs:domain ep-eqt:CasingLinerTubing ; | 237 | rdfs:domain ep-eqt:CasingLinerTubing ; |
239 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 238 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
240 | rdfs:range ep-core:Length . | 239 | rdfs:range ep-core:Length . |
241 | 240 | ||
242 | ep-eqt:lengthOfInnerBarrel | 241 | ep-eqt:lengthOfInnerBarrel |
243 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 242 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
244 | rdfs:domain ep-eqt:InnerBarrel ; | 243 | rdfs:domain ep-eqt:InnerBarrel ; |
245 | rdfs:label "length of inner barrel"^^xsd:string ; | 244 | rdfs:label "length of inner barrel"^^xsd:string ; |
246 | rdfs:range ep-core:Length . | 245 | rdfs:range ep-core:Length . |
247 | 246 | ||
248 | ep-eqt:manufacturedBy | 247 | ep-eqt:manufacturedBy |
249 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 248 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
250 | rdfs:domain ep-eqt:Equipment ; | 249 | rdfs:domain ep-eqt:Equipment ; |
251 | rdfs:label "manaufactured by"^^xsd:string ; | 250 | rdfs:label "manaufactured by"^^xsd:string ; |
252 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 251 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
253 | 252 | ||
254 | ep-eqt:maximumPressureForBlowOutPreventer | 253 | ep-eqt:maximumPressureForBlowOutPreventer |
255 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 254 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
256 | rdfs:domain ep-eqt:BlowOutPreventer ; | 255 | rdfs:domain ep-eqt:BlowOutPreventer ; |
257 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 256 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
258 | rdfs:range ep-core:Pressure . | 257 | rdfs:range ep-core:Pressure . |
259 | 258 | ||
260 | ep-eqt:maximumPressureForChokeValve | 259 | ep-eqt:maximumPressureForChokeValve |
261 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 260 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
262 | rdfs:domain ep-eqt:ChokeValve ; | 261 | rdfs:domain ep-eqt:ChokeValve ; |
263 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 262 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
264 | rdfs:range ep-core:Pressure . | 263 | rdfs:range ep-core:Pressure . |
265 | 264 | ||
266 | ep-eqt:outsideDiameterOfATubular | 265 | ep-eqt:outsideDiameterOfATubular |
267 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 266 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
268 | rdfs:domain ep-eqt:CasingLinerTubing ; | 267 | rdfs:domain ep-eqt:CasingLinerTubing ; |
269 | rdfs:label "outside diameter of a tubular"^^xsd:string ; | 268 | rdfs:label "outside diameter of a tubular"^^xsd:string ; |
270 | rdfs:range ep-core:Length . | 269 | rdfs:range ep-core:Length . |
271 | 270 | ||
272 | ep-eqt:stringLengthOfATubular | 271 | ep-eqt:stringLengthOfATubular |
273 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 272 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
274 | rdfs:domain ep-eqt:CasingLinerTubing ; | 273 | rdfs:domain ep-eqt:CasingLinerTubing ; |
275 | rdfs:label "string length of a tubular"^^xsd:string ; | 274 | rdfs:label "string length of a tubular"^^xsd:string ; |
276 | rdfs:range ep-core:Length . | 275 | rdfs:range ep-core:Length . | ... | ... |
1 | -# Saved by TopBraid on Thu Oct 27 12:21:33 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 1 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | 2 | +# imports: http://spinrdf.org/spin |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
5 | -# imports: http://www.witsml.org/schemas/1series | ||
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | ||
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
10 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
11 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report |
12 | -# imports: http://spinrdf.org/spin | 10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
13 | # imports: http://www.reportinghub.no/spin/rh | 11 | # imports: http://www.reportinghub.no/spin/rh |
12 | +# imports: http://www.witsml.org/schemas/1series | ||
14 | 13 | ||
15 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . | 14 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . |
16 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . | 15 | @prefix ddr: <http://www.witsml.org/schemas/1series#> . |
... | @@ -29,7 +28,7 @@ | ... | @@ -29,7 +28,7 @@ |
29 | 28 | ||
30 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 29 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
31 | rdf:type owl:Ontology ; | 30 | rdf:type owl:Ontology ; |
32 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | 31 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
33 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 32 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
34 | 33 | ||
35 | ep-spin-lib:Function | 34 | ep-spin-lib:Function |
... | @@ -526,12 +525,12 @@ ep-spin-lib:buildURI | ... | @@ -526,12 +525,12 @@ ep-spin-lib:buildURI |
526 | ] ; | 525 | ] ; |
527 | spin:constraint | 526 | spin:constraint |
528 | [ rdf:type spl:Argument ; | 527 | [ rdf:type spl:Argument ; |
529 | - spl:predicate sp:arg1 ; | 528 | + spl:predicate sp:arg2 ; |
530 | spl:valueType xsd:string | 529 | spl:valueType xsd:string |
531 | ] ; | 530 | ] ; |
532 | spin:constraint | 531 | spin:constraint |
533 | [ rdf:type spl:Argument ; | 532 | [ rdf:type spl:Argument ; |
534 | - spl:predicate sp:arg2 ; | 533 | + spl:predicate sp:arg1 ; |
535 | spl:valueType xsd:string | 534 | spl:valueType xsd:string |
536 | ] . | 535 | ] . |
537 | 536 | ||
... | @@ -3080,13 +3079,14 @@ ep-spin-lib:selectTubeType | ... | @@ -3080,13 +3079,14 @@ ep-spin-lib:selectTubeType |
3080 | rdfs:subClassOf ep-spin-lib:Function ; | 3079 | rdfs:subClassOf ep-spin-lib:Function ; |
3081 | spin:body | 3080 | spin:body |
3082 | [ rdf:type sp:Select ; | 3081 | [ rdf:type sp:Select ; |
3083 | - sp:resultVariables (_:b72) ; | 3082 | + sp:resultVariables ([ sp:varName "tubeType"^^xsd:string |
3083 | + ]) ; | ||
3084 | sp:where ([ rdf:type sp:Bind ; | 3084 | sp:where ([ rdf:type sp:Bind ; |
3085 | sp:expression | 3085 | sp:expression |
3086 | [ rdf:type sp:if ; | 3086 | [ rdf:type sp:if ; |
3087 | sp:arg1 [ rdf:type sp:eq ; | 3087 | sp:arg1 [ rdf:type sp:eq ; |
3088 | sp:arg1 spin:_arg1 ; | 3088 | sp:arg1 spin:_arg1 ; |
3089 | - sp:arg2 ddr:TT_c | 3089 | + sp:arg2 ddr:TT_t |
3090 | ] ; | 3090 | ] ; |
3091 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Tubing> ; | 3091 | sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Tubing> ; |
3092 | sp:arg3 [ rdf:type sp:if ; | 3092 | sp:arg3 [ rdf:type sp:if ; |
... | @@ -3105,7 +3105,9 @@ ep-spin-lib:selectTubeType | ... | @@ -3105,7 +3105,9 @@ ep-spin-lib:selectTubeType |
3105 | ] | 3105 | ] |
3106 | ] | 3106 | ] |
3107 | ] ; | 3107 | ] ; |
3108 | - sp:variable _:b72 | 3108 | + sp:variable |
3109 | + [ sp:varName "tubeType"^^xsd:string | ||
3110 | + ] | ||
3109 | ]) | 3111 | ]) |
3110 | ] . | 3112 | ] . |
3111 | 3113 | ||
... | @@ -3115,7 +3117,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3115,7 +3117,7 @@ ep-spin-lib:selectVolumeScale |
3115 | rdfs:subClassOf ep-spin-lib:Function ; | 3117 | rdfs:subClassOf ep-spin-lib:Function ; |
3116 | spin:body | 3118 | spin:body |
3117 | [ rdf:type sp:Select ; | 3119 | [ rdf:type sp:Select ; |
3118 | - sp:resultVariables (_:b73) ; | 3120 | + sp:resultVariables (_:b72) ; |
3119 | sp:where ([ rdf:type sp:Bind ; | 3121 | sp:where ([ rdf:type sp:Bind ; |
3120 | sp:expression | 3122 | sp:expression |
3121 | [ rdf:type sp:if ; | 3123 | [ rdf:type sp:if ; |
... | @@ -3140,7 +3142,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3140,7 +3142,7 @@ ep-spin-lib:selectVolumeScale |
3140 | ] | 3142 | ] |
3141 | ] | 3143 | ] |
3142 | ] ; | 3144 | ] ; |
3143 | - sp:variable _:b73 | 3145 | + sp:variable _:b72 |
3144 | ]) | 3146 | ]) |
3145 | ] . | 3147 | ] . |
3146 | 3148 | ||
... | @@ -3150,7 +3152,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3150,7 +3152,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
3150 | rdfs:subClassOf ep-spin-lib:Function ; | 3152 | rdfs:subClassOf ep-spin-lib:Function ; |
3151 | spin:body | 3153 | spin:body |
3152 | [ rdf:type sp:Select ; | 3154 | [ rdf:type sp:Select ; |
3153 | - sp:resultVariables (_:b74) ; | 3155 | + sp:resultVariables (_:b73) ; |
3154 | sp:where ([ rdf:type sp:Bind ; | 3156 | sp:where ([ rdf:type sp:Bind ; |
3155 | sp:expression | 3157 | sp:expression |
3156 | [ rdf:type sp:if ; | 3158 | [ rdf:type sp:if ; |
... | @@ -3175,7 +3177,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3175,7 +3177,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
3175 | ] | 3177 | ] |
3176 | ] | 3178 | ] |
3177 | ] ; | 3179 | ] ; |
3178 | - sp:variable _:b74 | 3180 | + sp:variable _:b73 |
3179 | ]) | 3181 | ]) |
3180 | ] . | 3182 | ] . |
3181 | 3183 | ||
... | @@ -3185,7 +3187,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3185,7 +3187,7 @@ ep-spin-lib:selectWellBoreDrillingType |
3185 | rdfs:subClassOf ep-spin-lib:Function ; | 3187 | rdfs:subClassOf ep-spin-lib:Function ; |
3186 | spin:body | 3188 | spin:body |
3187 | [ rdf:type sp:Select ; | 3189 | [ rdf:type sp:Select ; |
3188 | - sp:resultVariables (_:b75) ; | 3190 | + sp:resultVariables (_:b74) ; |
3189 | sp:where ([ rdf:type sp:Bind ; | 3191 | sp:where ([ rdf:type sp:Bind ; |
3190 | sp:expression | 3192 | sp:expression |
3191 | [ rdf:type sp:if ; | 3193 | [ rdf:type sp:if ; |
... | @@ -3231,7 +3233,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3231,7 +3233,7 @@ ep-spin-lib:selectWellBoreDrillingType |
3231 | ] | 3233 | ] |
3232 | ] | 3234 | ] |
3233 | ] ; | 3235 | ] ; |
3234 | - sp:variable _:b75 | 3236 | + sp:variable _:b74 |
3235 | ]) | 3237 | ]) |
3236 | ] . | 3238 | ] . |
3237 | 3239 | ||
... | @@ -3241,7 +3243,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3241,7 +3243,7 @@ ep-spin-lib:selectWellBoreHphtType |
3241 | rdfs:subClassOf ep-spin-lib:Function ; | 3243 | rdfs:subClassOf ep-spin-lib:Function ; |
3242 | spin:body | 3244 | spin:body |
3243 | [ rdf:type sp:Select ; | 3245 | [ rdf:type sp:Select ; |
3244 | - sp:resultVariables (_:b76) ; | 3246 | + sp:resultVariables (_:b75) ; |
3245 | sp:where ([ rdf:type sp:Bind ; | 3247 | sp:where ([ rdf:type sp:Bind ; |
3246 | sp:expression | 3248 | sp:expression |
3247 | [ rdf:type sp:if ; | 3249 | [ rdf:type sp:if ; |
... | @@ -3252,7 +3254,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3252,7 +3254,7 @@ ep-spin-lib:selectWellBoreHphtType |
3252 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 3254 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
3253 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 3255 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
3254 | ] ; | 3256 | ] ; |
3255 | - sp:variable _:b76 | 3257 | + sp:variable _:b75 |
3256 | ]) | 3258 | ]) |
3257 | ] . | 3259 | ] . |
3258 | 3260 | ||
... | @@ -3262,7 +3264,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3262,7 +3264,7 @@ ep-spin-lib:selectWellBoreTightnessType |
3262 | rdfs:subClassOf ep-spin-lib:Function ; | 3264 | rdfs:subClassOf ep-spin-lib:Function ; |
3263 | spin:body | 3265 | spin:body |
3264 | [ rdf:type sp:Select ; | 3266 | [ rdf:type sp:Select ; |
3265 | - sp:resultVariables (_:b77) ; | 3267 | + sp:resultVariables (_:b76) ; |
3266 | sp:where ([ rdf:type sp:Bind ; | 3268 | sp:where ([ rdf:type sp:Bind ; |
3267 | sp:expression | 3269 | sp:expression |
3268 | [ rdf:type sp:if ; | 3270 | [ rdf:type sp:if ; |
... | @@ -3273,7 +3275,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3273,7 +3275,7 @@ ep-spin-lib:selectWellBoreTightnessType |
3273 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 3275 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
3274 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 3276 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
3275 | ] ; | 3277 | ] ; |
3276 | - sp:variable _:b77 | 3278 | + sp:variable _:b76 |
3277 | ]) | 3279 | ]) |
3278 | ] . | 3280 | ] . |
3279 | 3281 | ||
... | @@ -3283,7 +3285,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -3283,7 +3285,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
3283 | rdfs:subClassOf ep-spin-lib:Function ; | 3285 | rdfs:subClassOf ep-spin-lib:Function ; |
3284 | spin:body | 3286 | spin:body |
3285 | [ rdf:type sp:Select ; | 3287 | [ rdf:type sp:Select ; |
3286 | - sp:resultVariables (_:b78) ; | 3288 | + sp:resultVariables (_:b77) ; |
3287 | sp:where ([ rdf:type sp:Bind ; | 3289 | sp:where ([ rdf:type sp:Bind ; |
3288 | sp:expression | 3290 | sp:expression |
3289 | [ rdf:type sp:if ; | 3291 | [ rdf:type sp:if ; |
... | @@ -3294,7 +3296,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -3294,7 +3296,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
3294 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 3296 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
3295 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 3297 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
3296 | ] ; | 3298 | ] ; |
3297 | - sp:variable _:b78 | 3299 | + sp:variable _:b77 |
3298 | ]) | 3300 | ]) |
3299 | ] . | 3301 | ] . |
3300 | 3302 | ||
... | @@ -3304,7 +3306,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -3304,7 +3306,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
3304 | rdfs:subClassOf ep-spin-lib:Function ; | 3306 | rdfs:subClassOf ep-spin-lib:Function ; |
3305 | spin:body | 3307 | spin:body |
3306 | [ rdf:type sp:Select ; | 3308 | [ rdf:type sp:Select ; |
3307 | - sp:resultVariables (_:b79) ; | 3309 | + sp:resultVariables (_:b78) ; |
3308 | sp:where ([ rdf:type sp:Bind ; | 3310 | sp:where ([ rdf:type sp:Bind ; |
3309 | sp:expression | 3311 | sp:expression |
3310 | [ rdf:type sp:if ; | 3312 | [ rdf:type sp:if ; |
... | @@ -3315,7 +3317,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -3315,7 +3317,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
3315 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 3317 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
3316 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 3318 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
3317 | ] ; | 3319 | ] ; |
3318 | - sp:variable _:b79 | 3320 | + sp:variable _:b78 |
3319 | ]) | 3321 | ]) |
3320 | ] . | 3322 | ] . |
3321 | 3323 | ||
... | @@ -3325,7 +3327,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -3325,7 +3327,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
3325 | rdfs:subClassOf ep-spin-lib:Function ; | 3327 | rdfs:subClassOf ep-spin-lib:Function ; |
3326 | spin:body | 3328 | spin:body |
3327 | [ rdf:type sp:Select ; | 3329 | [ rdf:type sp:Select ; |
3328 | - sp:resultVariables (_:b80) ; | 3330 | + sp:resultVariables (_:b79) ; |
3329 | sp:where ([ rdf:type sp:Bind ; | 3331 | sp:where ([ rdf:type sp:Bind ; |
3330 | sp:expression | 3332 | sp:expression |
3331 | [ rdf:type sp:if ; | 3333 | [ rdf:type sp:if ; |
... | @@ -3336,7 +3338,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -3336,7 +3338,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
3336 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 3338 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
3337 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 3339 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
3338 | ] ; | 3340 | ] ; |
3339 | - sp:variable _:b80 | 3341 | + sp:variable _:b79 |
3340 | ]) | 3342 | ]) |
3341 | ] . | 3343 | ] . |
3342 | 3344 | ||
... | @@ -3346,7 +3348,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -3346,7 +3348,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
3346 | rdfs:subClassOf ep-spin-lib:Function ; | 3348 | rdfs:subClassOf ep-spin-lib:Function ; |
3347 | spin:body | 3349 | spin:body |
3348 | [ rdf:type sp:Select ; | 3350 | [ rdf:type sp:Select ; |
3349 | - sp:resultVariables (_:b81) ; | 3351 | + sp:resultVariables (_:b80) ; |
3350 | sp:where ([ rdf:type sp:Bind ; | 3352 | sp:where ([ rdf:type sp:Bind ; |
3351 | sp:expression | 3353 | sp:expression |
3352 | [ rdf:type sp:if ; | 3354 | [ rdf:type sp:if ; |
... | @@ -3357,7 +3359,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -3357,7 +3359,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
3357 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 3359 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
3358 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 3360 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
3359 | ] ; | 3361 | ] ; |
3360 | - sp:variable _:b81 | 3362 | + sp:variable _:b80 |
3361 | ]) | 3363 | ]) |
3362 | ] . | 3364 | ] . |
3363 | 3365 | ||
... | @@ -3367,7 +3369,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -3367,7 +3369,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
3367 | rdfs:subClassOf ep-spin-lib:Function ; | 3369 | rdfs:subClassOf ep-spin-lib:Function ; |
3368 | spin:body | 3370 | spin:body |
3369 | [ rdf:type sp:Select ; | 3371 | [ rdf:type sp:Select ; |
3370 | - sp:resultVariables (_:b82) ; | 3372 | + sp:resultVariables (_:b81) ; |
3371 | sp:where ([ rdf:type sp:Bind ; | 3373 | sp:where ([ rdf:type sp:Bind ; |
3372 | sp:expression | 3374 | sp:expression |
3373 | [ rdf:type sp:if ; | 3375 | [ rdf:type sp:if ; |
... | @@ -3378,7 +3380,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -3378,7 +3380,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
3378 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 3380 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
3379 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 3381 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
3380 | ] ; | 3382 | ] ; |
3381 | - sp:variable _:b82 | 3383 | + sp:variable _:b81 |
3382 | ]) | 3384 | ]) |
3383 | ] . | 3385 | ] . |
3384 | 3386 | ||
... | @@ -3388,7 +3390,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3388,7 +3390,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
3388 | rdfs:subClassOf ep-spin-lib:Function ; | 3390 | rdfs:subClassOf ep-spin-lib:Function ; |
3389 | spin:body | 3391 | spin:body |
3390 | [ rdf:type sp:Select ; | 3392 | [ rdf:type sp:Select ; |
3391 | - sp:resultVariables (_:b83) ; | 3393 | + sp:resultVariables (_:b82) ; |
3392 | sp:where ([ rdf:type sp:Bind ; | 3394 | sp:where ([ rdf:type sp:Bind ; |
3393 | sp:expression | 3395 | sp:expression |
3394 | [ rdf:type sp:if ; | 3396 | [ rdf:type sp:if ; |
... | @@ -3399,7 +3401,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3399,7 +3401,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
3399 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 3401 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
3400 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 3402 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
3401 | ] ; | 3403 | ] ; |
3402 | - sp:variable _:b83 | 3404 | + sp:variable _:b82 |
3403 | ]) | 3405 | ]) |
3404 | ] . | 3406 | ] . |
3405 | 3407 | ||
... | @@ -3409,7 +3411,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3409,7 +3411,7 @@ ep-spin-lib:selectWellCementJobType |
3409 | rdfs:subClassOf ep-spin-lib:Function ; | 3411 | rdfs:subClassOf ep-spin-lib:Function ; |
3410 | spin:body | 3412 | spin:body |
3411 | [ rdf:type sp:Select ; | 3413 | [ rdf:type sp:Select ; |
3412 | - sp:resultVariables (_:b84) ; | 3414 | + sp:resultVariables (_:b83) ; |
3413 | sp:where ([ rdf:type sp:Bind ; | 3415 | sp:where ([ rdf:type sp:Bind ; |
3414 | sp:expression | 3416 | sp:expression |
3415 | [ rdf:type sp:if ; | 3417 | [ rdf:type sp:if ; |
... | @@ -3441,7 +3443,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3441,7 +3443,7 @@ ep-spin-lib:selectWellCementJobType |
3441 | ] | 3443 | ] |
3442 | ] | 3444 | ] |
3443 | ] ; | 3445 | ] ; |
3444 | - sp:variable _:b84 | 3446 | + sp:variable _:b83 |
3445 | ]) | 3447 | ]) |
3446 | ] . | 3448 | ] . |
3447 | 3449 | ||
... | @@ -3451,7 +3453,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3451,7 +3453,7 @@ ep-spin-lib:selectWellControlIncidentType |
3451 | rdfs:subClassOf ep-spin-lib:Function ; | 3453 | rdfs:subClassOf ep-spin-lib:Function ; |
3452 | spin:body | 3454 | spin:body |
3453 | [ rdf:type sp:Select ; | 3455 | [ rdf:type sp:Select ; |
3454 | - sp:resultVariables (_:b85) ; | 3456 | + sp:resultVariables (_:b84) ; |
3455 | sp:where ([ rdf:type sp:Bind ; | 3457 | sp:where ([ rdf:type sp:Bind ; |
3456 | sp:expression | 3458 | sp:expression |
3457 | [ rdf:type sp:if ; | 3459 | [ rdf:type sp:if ; |
... | @@ -3483,7 +3485,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3483,7 +3485,7 @@ ep-spin-lib:selectWellControlIncidentType |
3483 | ] | 3485 | ] |
3484 | ] | 3486 | ] |
3485 | ] ; | 3487 | ] ; |
3486 | - sp:variable _:b85 | 3488 | + sp:variable _:b84 |
3487 | ]) | 3489 | ]) |
3488 | ] . | 3490 | ] . |
3489 | 3491 | ||
... | @@ -3493,7 +3495,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3493,7 +3495,7 @@ ep-spin-lib:selectWellKillingType |
3493 | rdfs:subClassOf ep-spin-lib:Function ; | 3495 | rdfs:subClassOf ep-spin-lib:Function ; |
3494 | spin:body | 3496 | spin:body |
3495 | [ rdf:type sp:Select ; | 3497 | [ rdf:type sp:Select ; |
3496 | - sp:resultVariables (_:b86) ; | 3498 | + sp:resultVariables (_:b85) ; |
3497 | sp:where ([ rdf:type sp:Bind ; | 3499 | sp:where ([ rdf:type sp:Bind ; |
3498 | sp:expression | 3500 | sp:expression |
3499 | [ rdf:type sp:if ; | 3501 | [ rdf:type sp:if ; |
... | @@ -3539,7 +3541,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3539,7 +3541,7 @@ ep-spin-lib:selectWellKillingType |
3539 | ] | 3541 | ] |
3540 | ] | 3542 | ] |
3541 | ] ; | 3543 | ] ; |
3542 | - sp:variable _:b86 | 3544 | + sp:variable _:b85 |
3543 | ]) | 3545 | ]) |
3544 | ] . | 3546 | ] . |
3545 | 3547 | ||
... | @@ -3549,7 +3551,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3549,7 +3551,7 @@ ep-spin-lib:selectWellTestType |
3549 | rdfs:subClassOf ep-spin-lib:Function ; | 3551 | rdfs:subClassOf ep-spin-lib:Function ; |
3550 | spin:body | 3552 | spin:body |
3551 | [ rdf:type sp:Select ; | 3553 | [ rdf:type sp:Select ; |
3552 | - sp:resultVariables (_:b87) ; | 3554 | + sp:resultVariables (_:b86) ; |
3553 | sp:where ([ rdf:type sp:Bind ; | 3555 | sp:where ([ rdf:type sp:Bind ; |
3554 | sp:expression | 3556 | sp:expression |
3555 | [ rdf:type sp:if ; | 3557 | [ rdf:type sp:if ; |
... | @@ -3567,7 +3569,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3567,7 +3569,7 @@ ep-spin-lib:selectWellTestType |
3567 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3569 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
3568 | ] | 3570 | ] |
3569 | ] ; | 3571 | ] ; |
3570 | - sp:variable _:b87 | 3572 | + sp:variable _:b86 |
3571 | ]) | 3573 | ]) |
3572 | ] . | 3574 | ] . |
3573 | 3575 | ||
... | @@ -3577,7 +3579,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3577,7 +3579,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3577 | rdfs:subClassOf ep-spin-lib:Function ; | 3579 | rdfs:subClassOf ep-spin-lib:Function ; |
3578 | spin:body | 3580 | spin:body |
3579 | [ rdf:type sp:Select ; | 3581 | [ rdf:type sp:Select ; |
3580 | - sp:resultVariables (_:b88) ; | 3582 | + sp:resultVariables (_:b87) ; |
3581 | sp:where ([ rdf:type sp:Bind ; | 3583 | sp:where ([ rdf:type sp:Bind ; |
3582 | sp:expression | 3584 | sp:expression |
3583 | [ rdf:type sp:if ; | 3585 | [ rdf:type sp:if ; |
... | @@ -3588,7 +3590,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3588,7 +3590,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
3588 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3590 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
3589 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3591 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
3590 | ] ; | 3592 | ] ; |
3591 | - sp:variable _:b88 | 3593 | + sp:variable _:b87 |
3592 | ]) | 3594 | ]) |
3593 | ] . | 3595 | ] . |
3594 | 3596 | ||
... | @@ -3598,7 +3600,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3598,7 +3600,7 @@ ep-spin-lib:selectYieldPointScale |
3598 | rdfs:subClassOf ep-spin-lib:Function ; | 3600 | rdfs:subClassOf ep-spin-lib:Function ; |
3599 | spin:body | 3601 | spin:body |
3600 | [ rdf:type sp:Select ; | 3602 | [ rdf:type sp:Select ; |
3601 | - sp:resultVariables (_:b89) ; | 3603 | + sp:resultVariables (_:b88) ; |
3602 | sp:where ([ rdf:type sp:Bind ; | 3604 | sp:where ([ rdf:type sp:Bind ; |
3603 | sp:expression | 3605 | sp:expression |
3604 | [ rdf:type sp:if ; | 3606 | [ rdf:type sp:if ; |
... | @@ -3623,7 +3625,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3623,7 +3625,7 @@ ep-spin-lib:selectYieldPointScale |
3623 | ] | 3625 | ] |
3624 | ] | 3626 | ] |
3625 | ] ; | 3627 | ] ; |
3626 | - sp:variable _:b89 | 3628 | + sp:variable _:b88 |
3627 | ]) | 3629 | ]) |
3628 | ] . | 3630 | ] . |
3629 | 3631 | ||
... | @@ -3632,203 +3634,167 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3632,203 +3634,167 @@ ddr:TTUC_Enumeration_1 |
3632 | rdfs:label "Enumeration"^^xsd:string ; | 3634 | rdfs:label "Enumeration"^^xsd:string ; |
3633 | dtype:value ddr:TTUC_degC . | 3635 | dtype:value ddr:TTUC_degC . |
3634 | 3636 | ||
3635 | -_:b50 | 3637 | +_:b1 sp:varName "uri"^^xsd:string . |
3636 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
3637 | - | ||
3638 | -_:b49 | ||
3639 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | ||
3640 | - | ||
3641 | -_:b48 | ||
3642 | - sp:varName "densityScale"^^xsd:string . | ||
3643 | - | ||
3644 | -_:b47 | ||
3645 | - sp:varName "dailyDrillingReportType"^^xsd:string . | ||
3646 | - | ||
3647 | -_:b46 | ||
3648 | - sp:varName "componentType"^^xsd:string . | ||
3649 | - | ||
3650 | -_:b45 | ||
3651 | - sp:varName "classOfWellDatumObject"^^xsd:string . | ||
3652 | - | ||
3653 | -_:b44 | ||
3654 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
3655 | - | ||
3656 | -_:b43 | ||
3657 | - sp:varName "casingRoleType"^^xsd:string . | ||
3658 | - | ||
3659 | -_:b42 | ||
3660 | - sp:varName "activitySuccessType"^^xsd:string . | ||
3661 | - | ||
3662 | -_:b41 | ||
3663 | - sp:varName "t4"^^xsd:string . | ||
3664 | - | ||
3665 | -_:b40 | ||
3666 | - sp:varName "t3"^^xsd:string . | ||
3667 | 3638 | ||
3668 | -_:b39 | 3639 | +_:b2 sp:varName "uri"^^xsd:string . |
3669 | - sp:varName "t2"^^xsd:string . | ||
3670 | 3640 | ||
3671 | -_:b38 | 3641 | +_:b3 sp:varName "uri"^^xsd:string . |
3672 | - sp:varName "t1"^^xsd:string . | ||
3673 | 3642 | ||
3674 | -_:b37 | 3643 | +_:b4 sp:varName "uri"^^xsd:string . |
3675 | - sp:varName "t0b"^^xsd:string . | ||
3676 | 3644 | ||
3677 | -_:b55 | 3645 | +_:b5 sp:varName "uri"^^xsd:string . |
3678 | - sp:varName "gasReadingType"^^xsd:string . | ||
3679 | 3646 | ||
3680 | -_:b36 | 3647 | +_:b6 sp:varName "uri"^^xsd:string . |
3681 | - sp:varName "t0a"^^xsd:string . | ||
3682 | 3648 | ||
3683 | -_:b35 | 3649 | +_:b7 sp:varName "uri"^^xsd:string . |
3684 | - sp:varName "s2"^^xsd:string . | ||
3685 | 3650 | ||
3686 | -_:b34 | 3651 | +_:b8 sp:varName "uri"^^xsd:string . |
3687 | - sp:varName "s1"^^xsd:string . | ||
3688 | 3652 | ||
3689 | -_:b33 | 3653 | +_:b9 sp:varName "uri"^^xsd:string . |
3690 | - sp:varName "normalizedStr"^^xsd:string . | ||
3691 | 3654 | ||
3692 | -_:b32 | 3655 | +_:b10 |
3693 | sp:varName "uri"^^xsd:string . | 3656 | sp:varName "uri"^^xsd:string . |
3694 | 3657 | ||
3695 | -_:b31 | 3658 | +_:b11 |
3696 | sp:varName "uri"^^xsd:string . | 3659 | sp:varName "uri"^^xsd:string . |
3697 | 3660 | ||
3698 | -_:b30 | 3661 | +_:b12 |
3699 | sp:varName "uri"^^xsd:string . | 3662 | sp:varName "uri"^^xsd:string . |
3700 | 3663 | ||
3701 | -_:b29 | 3664 | +_:b13 |
3702 | sp:varName "uri"^^xsd:string . | 3665 | sp:varName "uri"^^xsd:string . |
3703 | 3666 | ||
3704 | -_:b28 | 3667 | +_:b14 |
3705 | sp:varName "uri"^^xsd:string . | 3668 | sp:varName "uri"^^xsd:string . |
3706 | 3669 | ||
3707 | -_:b27 | 3670 | +_:b15 |
3708 | sp:varName "uri"^^xsd:string . | 3671 | sp:varName "uri"^^xsd:string . |
3709 | 3672 | ||
3710 | -_:b26 | 3673 | +_:b16 |
3711 | sp:varName "uri"^^xsd:string . | 3674 | sp:varName "uri"^^xsd:string . |
3712 | 3675 | ||
3713 | -_:b25 | 3676 | +_:b17 |
3714 | sp:varName "uri"^^xsd:string . | 3677 | sp:varName "uri"^^xsd:string . |
3715 | 3678 | ||
3716 | -_:b24 | 3679 | +_:b18 |
3717 | sp:varName "uri"^^xsd:string . | 3680 | sp:varName "uri"^^xsd:string . |
3718 | 3681 | ||
3719 | -_:b23 | 3682 | +_:b19 |
3720 | sp:varName "uri"^^xsd:string . | 3683 | sp:varName "uri"^^xsd:string . |
3721 | 3684 | ||
3722 | -_:b22 | 3685 | +_:b20 |
3723 | sp:varName "uri"^^xsd:string . | 3686 | sp:varName "uri"^^xsd:string . |
3724 | 3687 | ||
3725 | _:b21 | 3688 | _:b21 |
3726 | sp:varName "uri"^^xsd:string . | 3689 | sp:varName "uri"^^xsd:string . |
3727 | 3690 | ||
3728 | -_:b20 | 3691 | +_:b22 |
3729 | sp:varName "uri"^^xsd:string . | 3692 | sp:varName "uri"^^xsd:string . |
3730 | 3693 | ||
3731 | -_:b19 | 3694 | +_:b23 |
3732 | sp:varName "uri"^^xsd:string . | 3695 | sp:varName "uri"^^xsd:string . |
3733 | 3696 | ||
3734 | -_:b18 | 3697 | +_:b24 |
3735 | sp:varName "uri"^^xsd:string . | 3698 | sp:varName "uri"^^xsd:string . |
3736 | 3699 | ||
3737 | -_:b17 | 3700 | +_:b25 |
3738 | sp:varName "uri"^^xsd:string . | 3701 | sp:varName "uri"^^xsd:string . |
3739 | 3702 | ||
3740 | -_:b16 | 3703 | +_:b26 |
3741 | sp:varName "uri"^^xsd:string . | 3704 | sp:varName "uri"^^xsd:string . |
3742 | 3705 | ||
3743 | -_:b15 | 3706 | +_:b27 |
3744 | sp:varName "uri"^^xsd:string . | 3707 | sp:varName "uri"^^xsd:string . |
3745 | 3708 | ||
3746 | -_:b14 | 3709 | +_:b28 |
3747 | sp:varName "uri"^^xsd:string . | 3710 | sp:varName "uri"^^xsd:string . |
3748 | 3711 | ||
3749 | -_:b13 | 3712 | +_:b29 |
3750 | sp:varName "uri"^^xsd:string . | 3713 | sp:varName "uri"^^xsd:string . |
3751 | 3714 | ||
3752 | -_:b12 | 3715 | +_:b30 |
3753 | sp:varName "uri"^^xsd:string . | 3716 | sp:varName "uri"^^xsd:string . |
3754 | 3717 | ||
3755 | -_:b11 | 3718 | +_:b31 |
3756 | sp:varName "uri"^^xsd:string . | 3719 | sp:varName "uri"^^xsd:string . |
3757 | 3720 | ||
3758 | -_:b54 | 3721 | +_:b32 |
3759 | - sp:varName "fluidType"^^xsd:string . | ||
3760 | - | ||
3761 | -_:b10 | ||
3762 | sp:varName "uri"^^xsd:string . | 3722 | sp:varName "uri"^^xsd:string . |
3763 | 3723 | ||
3764 | -_:b9 sp:varName "uri"^^xsd:string . | 3724 | +_:b33 |
3765 | - | 3725 | + sp:varName "normalizedStr"^^xsd:string . |
3766 | -_:b8 sp:varName "uri"^^xsd:string . | ||
3767 | 3726 | ||
3768 | -_:b7 sp:varName "uri"^^xsd:string . | 3727 | +_:b34 |
3728 | + sp:varName "s1"^^xsd:string . | ||
3769 | 3729 | ||
3770 | -_:b6 sp:varName "uri"^^xsd:string . | 3730 | +_:b35 |
3731 | + sp:varName "s2"^^xsd:string . | ||
3771 | 3732 | ||
3772 | -_:b4 sp:varName "uri"^^xsd:string . | 3733 | +_:b36 |
3734 | + sp:varName "t0a"^^xsd:string . | ||
3773 | 3735 | ||
3774 | -_:b3 sp:varName "uri"^^xsd:string . | 3736 | +_:b37 |
3737 | + sp:varName "t0b"^^xsd:string . | ||
3775 | 3738 | ||
3776 | -_:b2 sp:varName "uri"^^xsd:string . | 3739 | +_:b38 |
3740 | + sp:varName "t1"^^xsd:string . | ||
3777 | 3741 | ||
3778 | -_:b1 sp:varName "uri"^^xsd:string . | 3742 | +_:b39 |
3743 | + sp:varName "t2"^^xsd:string . | ||
3779 | 3744 | ||
3780 | -_:b53 | 3745 | +_:b40 |
3781 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 3746 | + sp:varName "t3"^^xsd:string . |
3782 | 3747 | ||
3783 | -_:b56 | 3748 | +_:b41 |
3784 | - sp:varName "innerBarrelType"^^xsd:string . | 3749 | + sp:varName "t4"^^xsd:string . |
3785 | 3750 | ||
3786 | -_:b52 | 3751 | +_:b42 |
3787 | - sp:varName "drillingEquipmentType"^^xsd:string . | 3752 | + sp:varName "activitySuccessType"^^xsd:string . |
3788 | 3753 | ||
3789 | -_:b51 | 3754 | +_:b43 |
3790 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 3755 | + sp:varName "casingRoleType"^^xsd:string . |
3791 | 3756 | ||
3792 | -_:b77 | 3757 | +_:b44 |
3793 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 3758 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
3794 | 3759 | ||
3795 | -_:b78 | 3760 | +_:b45 |
3796 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3761 | + sp:varName "classOfWellDatumObject"^^xsd:string . |
3797 | 3762 | ||
3798 | -_:b79 | 3763 | +_:b46 |
3799 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3764 | + sp:varName "componentType"^^xsd:string . |
3800 | 3765 | ||
3801 | -_:b80 | 3766 | +_:b47 |
3802 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3767 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
3803 | 3768 | ||
3804 | -_:b81 | 3769 | +_:b48 |
3805 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3770 | + sp:varName "densityScale"^^xsd:string . |
3806 | 3771 | ||
3807 | -_:b5 sp:varName "uri"^^xsd:string . | 3772 | +_:b49 |
3773 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . | ||
3808 | 3774 | ||
3809 | -_:b82 | 3775 | +_:b50 |
3810 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3776 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
3811 | 3777 | ||
3812 | -_:b83 | 3778 | +_:b51 |
3813 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | 3779 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
3814 | 3780 | ||
3815 | -_:b84 | 3781 | +_:b52 |
3816 | - sp:varName "wellCementJobType"^^xsd:string . | 3782 | + sp:varName "drillingEquipmentType"^^xsd:string . |
3817 | 3783 | ||
3818 | -_:b85 | 3784 | +_:b53 |
3819 | - sp:varName "wellControlIncidentType"^^xsd:string . | 3785 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
3820 | 3786 | ||
3821 | -_:b86 | 3787 | +_:b54 |
3822 | - sp:varName "wellKillingType"^^xsd:string . | 3788 | + sp:varName "fluidType"^^xsd:string . |
3823 | 3789 | ||
3824 | -_:b87 | 3790 | +_:b55 |
3825 | - sp:varName "wellTestType"^^xsd:string . | 3791 | + sp:varName "gasReadingType"^^xsd:string . |
3826 | 3792 | ||
3827 | -_:b88 | 3793 | +_:b56 |
3828 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | 3794 | + sp:varName "innerBarrelType"^^xsd:string . |
3829 | 3795 | ||
3830 | -_:b89 | 3796 | +_:b57 |
3831 | - sp:varName "yieldPointScale"^^xsd:string . | 3797 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
3832 | 3798 | ||
3833 | _:b58 | 3799 | _:b58 |
3834 | sp:varName "lengthScale"^^xsd:string . | 3800 | sp:varName "lengthScale"^^xsd:string . |
... | @@ -3851,9 +3817,6 @@ _:b63 | ... | @@ -3851,9 +3817,6 @@ _:b63 |
3851 | _:b64 | 3817 | _:b64 |
3852 | sp:varName "pressureScale"^^xsd:string . | 3818 | sp:varName "pressureScale"^^xsd:string . |
3853 | 3819 | ||
3854 | -_:b57 | ||
3855 | - sp:varName "dailyDrillingReportType"^^xsd:string . | ||
3856 | - | ||
3857 | _:b65 | 3820 | _:b65 |
3858 | sp:varName "pressureTestType"^^xsd:string . | 3821 | sp:varName "pressureTestType"^^xsd:string . |
3859 | 3822 | ||
... | @@ -3876,16 +3839,52 @@ _:b71 | ... | @@ -3876,16 +3839,52 @@ _:b71 |
3876 | sp:varName "durationScale"^^xsd:string . | 3839 | sp:varName "durationScale"^^xsd:string . |
3877 | 3840 | ||
3878 | _:b72 | 3841 | _:b72 |
3879 | - sp:varName "tubeType"^^xsd:string . | 3842 | + sp:varName "volumeScale"^^xsd:string . |
3880 | 3843 | ||
3881 | _:b73 | 3844 | _:b73 |
3882 | - sp:varName "volumeScale"^^xsd:string . | 3845 | + sp:varName "volumetricFlowRateScale"^^xsd:string . |
3883 | 3846 | ||
3884 | _:b74 | 3847 | _:b74 |
3885 | - sp:varName "volumetricFlowRateScale"^^xsd:string . | 3848 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
3886 | 3849 | ||
3887 | _:b75 | 3850 | _:b75 |
3888 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 3851 | + sp:varName "wellBoreHphtType"^^xsd:string . |
3889 | 3852 | ||
3890 | _:b76 | 3853 | _:b76 |
3891 | - sp:varName "wellBoreHphtType"^^xsd:string . | 3854 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
3855 | + | ||
3856 | +_:b77 | ||
3857 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
3858 | + | ||
3859 | +_:b78 | ||
3860 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
3861 | + | ||
3862 | +_:b79 | ||
3863 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
3864 | + | ||
3865 | +_:b80 | ||
3866 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
3867 | + | ||
3868 | +_:b81 | ||
3869 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
3870 | + | ||
3871 | +_:b82 | ||
3872 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
3873 | + | ||
3874 | +_:b83 | ||
3875 | + sp:varName "wellCementJobType"^^xsd:string . | ||
3876 | + | ||
3877 | +_:b84 | ||
3878 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
3879 | + | ||
3880 | +_:b85 | ||
3881 | + sp:varName "wellKillingType"^^xsd:string . | ||
3882 | + | ||
3883 | +_:b86 | ||
3884 | + sp:varName "wellTestType"^^xsd:string . | ||
3885 | + | ||
3886 | +_:b87 | ||
3887 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
3888 | + | ||
3889 | +_:b88 | ||
3890 | + sp:varName "yieldPointScale"^^xsd:string . | ... | ... |
-
Please register or login to post a comment