Showing
4 changed files
with
554 additions
and
547 deletions
1 | -# Saved by TopBraid on Sat Sep 24 18:51:06 BST 2011 | 1 | +# Saved by TopBraid on Mon Oct 03 15:03:17 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/well> | 13 | <http://www.reportinghub.no/ep/schema/1.0/well> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
16 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> |
... | @@ -24,17 +24,17 @@ ep-well:CementingFluid | ... | @@ -24,17 +24,17 @@ ep-well:CementingFluid |
24 | rdfs:subClassOf ep-well:Fluid . | 24 | rdfs:subClassOf ep-well:Fluid . |
25 | 25 | ||
26 | ep-well:CementingFluidType | 26 | ep-well:CementingFluidType |
27 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 27 | + rdf:type owl:Class ; |
28 | rdfs:label "cementing fluid type"^^xsd:string ; | 28 | rdfs:label "cementing fluid type"^^xsd:string ; |
29 | rdfs:subClassOf ep-well:FluidType . | 29 | rdfs:subClassOf ep-well:FluidType . |
30 | 30 | ||
31 | ep-well:Condensate | 31 | ep-well:Condensate |
32 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 32 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
33 | rdfs:label "condensate"^^xsd:string ; | 33 | rdfs:label "condensate"^^xsd:string ; |
34 | rdfs:subClassOf ep-well:Fluid . | 34 | rdfs:subClassOf ep-well:Fluid . |
35 | 35 | ||
36 | ep-well:Filtrate | 36 | ep-well:Filtrate |
37 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 37 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
38 | rdfs:label "filtrate"^^xsd:string ; | 38 | rdfs:label "filtrate"^^xsd:string ; |
39 | rdfs:subClassOf ep-well:Fluid . | 39 | rdfs:subClassOf ep-well:Fluid . |
40 | 40 | ||
... | @@ -49,23 +49,23 @@ ep-well:FluidComponentType | ... | @@ -49,23 +49,23 @@ ep-well:FluidComponentType |
49 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
50 | 50 | ||
51 | ep-well:FluidType | 51 | ep-well:FluidType |
52 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 52 | + rdf:type owl:Class ; |
53 | rdfs:label "fluid type"^^xsd:string ; | 53 | rdfs:label "fluid type"^^xsd:string ; |
54 | rdfs:subClassOf owl:Class . | 54 | rdfs:subClassOf owl:Class . |
55 | 55 | ||
56 | ep-well:Gas | 56 | ep-well:Gas |
57 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 57 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
58 | rdfs:label "gas"^^xsd:string ; | 58 | rdfs:label "gas"^^xsd:string ; |
59 | rdfs:subClassOf ep-well:Fluid . | 59 | rdfs:subClassOf ep-well:Fluid . |
60 | 60 | ||
61 | ep-well:HphtWellBore | 61 | ep-well:HphtWellBore |
62 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 62 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
63 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 63 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
64 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 64 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
65 | owl:disjointWith ep-well:NotHphtWellBore . | 65 | owl:disjointWith ep-well:NotHphtWellBore . |
66 | 66 | ||
67 | ep-well:LeakyWellBore | 67 | ep-well:LeakyWellBore |
68 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 68 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
69 | rdfs:label "leaky well bore"^^xsd:string ; | 69 | rdfs:label "leaky well bore"^^xsd:string ; |
70 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 70 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
71 | owl:disjointWith ep-well:TightWellBore . | 71 | owl:disjointWith ep-well:TightWellBore . |
... | @@ -76,42 +76,42 @@ ep-well:LowerPartOfAWellBore | ... | @@ -76,42 +76,42 @@ ep-well:LowerPartOfAWellBore |
76 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 76 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
77 | 77 | ||
78 | ep-well:Mud | 78 | ep-well:Mud |
79 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 79 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
80 | rdfs:label "mud"^^xsd:string ; | 80 | rdfs:label "mud"^^xsd:string ; |
81 | rdfs:subClassOf ep-well:CementingFluid ; | 81 | rdfs:subClassOf ep-well:CementingFluid ; |
82 | - owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . | 82 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer . |
83 | 83 | ||
84 | ep-well:Mud-oilBased | 84 | ep-well:Mud-oilBased |
85 | - rdf:type ep-well:MudClass , owl:Class ; | 85 | + rdf:type owl:Class , ep-well:MudClass ; |
86 | rdfs:label "mud - oil based"^^xsd:string ; | 86 | rdfs:label "mud - oil based"^^xsd:string ; |
87 | rdfs:subClassOf ep-well:Mud ; | 87 | rdfs:subClassOf ep-well:Mud ; |
88 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . | 88 | + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other . |
89 | 89 | ||
90 | ep-well:Mud-other | 90 | ep-well:Mud-other |
91 | - rdf:type ep-well:MudClass , owl:Class ; | 91 | + rdf:type owl:Class , ep-well:MudClass ; |
92 | rdfs:label "mud - other"^^xsd:string ; | 92 | rdfs:label "mud - other"^^xsd:string ; |
93 | rdfs:subClassOf ep-well:Mud ; | 93 | rdfs:subClassOf ep-well:Mud ; |
94 | - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . | 94 | + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased . |
95 | 95 | ||
96 | ep-well:Mud-waterBased | 96 | ep-well:Mud-waterBased |
97 | - rdf:type ep-well:MudClass , owl:Class ; | 97 | + rdf:type owl:Class , ep-well:MudClass ; |
98 | rdfs:label "mud - water based"^^xsd:string ; | 98 | rdfs:label "mud - water based"^^xsd:string ; |
99 | rdfs:subClassOf ep-well:Mud ; | 99 | rdfs:subClassOf ep-well:Mud ; |
100 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . | 100 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . |
101 | 101 | ||
102 | ep-well:MudClass | 102 | ep-well:MudClass |
103 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 103 | + rdf:type owl:Class ; |
104 | rdfs:label "mud class"^^xsd:string ; | 104 | rdfs:label "mud class"^^xsd:string ; |
105 | rdfs:subClassOf ep-well:FluidType . | 105 | rdfs:subClassOf ep-well:FluidType . |
106 | 106 | ||
107 | ep-well:NotHphtWellBore | 107 | ep-well:NotHphtWellBore |
108 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 108 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
109 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 109 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
110 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 110 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
111 | owl:disjointWith ep-well:HphtWellBore . | 111 | owl:disjointWith ep-well:HphtWellBore . |
112 | 112 | ||
113 | ep-well:Oil | 113 | ep-well:Oil |
114 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 114 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
115 | rdfs:label "oil"^^xsd:string ; | 115 | rdfs:label "oil"^^xsd:string ; |
116 | rdfs:subClassOf ep-well:Fluid . | 116 | rdfs:subClassOf ep-well:Fluid . |
117 | 117 | ||
... | @@ -126,16 +126,16 @@ ep-well:RecoveredCore | ... | @@ -126,16 +126,16 @@ ep-well:RecoveredCore |
126 | rdfs:subClassOf ep-core:PhysicalObject . | 126 | rdfs:subClassOf ep-core:PhysicalObject . |
127 | 127 | ||
128 | ep-well:Slurry | 128 | ep-well:Slurry |
129 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 129 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
130 | rdfs:label "slurry"^^xsd:string ; | 130 | rdfs:label "slurry"^^xsd:string ; |
131 | rdfs:subClassOf ep-well:CementingFluid ; | 131 | rdfs:subClassOf ep-well:CementingFluid ; |
132 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . | 132 | + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . |
133 | 133 | ||
134 | ep-well:Spacer | 134 | ep-well:Spacer |
135 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 135 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
136 | rdfs:label "spacer"^^xsd:string ; | 136 | rdfs:label "spacer"^^xsd:string ; |
137 | rdfs:subClassOf ep-well:CementingFluid ; | 137 | rdfs:subClassOf ep-well:CementingFluid ; |
138 | - owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry . | 138 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud . |
139 | 139 | ||
140 | ep-well:SpatialPartOfAWellBore | 140 | ep-well:SpatialPartOfAWellBore |
141 | rdf:type owl:Class ; | 141 | rdf:type owl:Class ; |
... | @@ -158,19 +158,24 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -158,19 +158,24 @@ ep-well:TemporalPartOfAWellBore |
158 | rdfs:subClassOf ep-core:PhysicalObject . | 158 | rdfs:subClassOf ep-core:PhysicalObject . |
159 | 159 | ||
160 | ep-well:TightWellBore | 160 | ep-well:TightWellBore |
161 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 161 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
162 | rdfs:label "tight well bore"^^xsd:string ; | 162 | rdfs:label "tight well bore"^^xsd:string ; |
163 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 163 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
164 | owl:disjointWith ep-well:LeakyWellBore . | 164 | owl:disjointWith ep-well:LeakyWellBore . |
165 | 165 | ||
166 | -ep-well:Wash | 166 | +ep-well:UserDescribedCementingFluidType |
167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
168 | + rdfs:label "user described cementing fluid type"^^xsd:string ; | ||
169 | + rdfs:subClassOf ep-well:FluidType . | ||
170 | + | ||
171 | +ep-well:Wash | ||
172 | + rdf:type ep-well:CementingFluidType , owl:Class ; | ||
168 | rdfs:label "wash"^^xsd:string ; | 173 | rdfs:label "wash"^^xsd:string ; |
169 | rdfs:subClassOf ep-well:CementingFluid ; | 174 | rdfs:subClassOf ep-well:CementingFluid ; |
170 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry . | 175 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud . |
171 | 176 | ||
172 | ep-well:Water | 177 | ep-well:Water |
173 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 178 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
174 | rdfs:label "water"^^xsd:string ; | 179 | rdfs:label "water"^^xsd:string ; |
175 | rdfs:subClassOf ep-well:Fluid . | 180 | rdfs:subClassOf ep-well:Fluid . |
176 | 181 | ||
... | @@ -227,73 +232,73 @@ ep-well:WellBoreWithoutCirculation | ... | @@ -227,73 +232,73 @@ ep-well:WellBoreWithoutCirculation |
227 | owl:disjointWith ep-well:WellBoreWithCirculation . | 232 | owl:disjointWith ep-well:WellBoreWithCirculation . |
228 | 233 | ||
229 | ep-well:averageBottomHolePressure | 234 | ep-well:averageBottomHolePressure |
230 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 235 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
231 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 236 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
232 | rdfs:label "average bottom hole pressure"^^xsd:string ; | 237 | rdfs:label "average bottom hole pressure"^^xsd:string ; |
233 | rdfs:range ep-core:Pressure . | 238 | rdfs:range ep-core:Pressure . |
234 | 239 | ||
235 | ep-well:averageBottomHoleTemperature | 240 | ep-well:averageBottomHoleTemperature |
236 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 241 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
237 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 242 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
238 | rdfs:label "average bottom hole temperature"^^xsd:string ; | 243 | rdfs:label "average bottom hole temperature"^^xsd:string ; |
239 | rdfs:range ep-core:Temperature . | 244 | rdfs:range ep-core:Temperature . |
240 | 245 | ||
241 | ep-well:azimuth | 246 | ep-well:azimuth |
242 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 247 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
243 | rdfs:domain ep-well:PositionWithinWellBore ; | 248 | rdfs:domain ep-well:PositionWithinWellBore ; |
244 | rdfs:label "azimuth"^^xsd:string ; | 249 | rdfs:label "azimuth"^^xsd:string ; |
245 | rdfs:range ep-core:PlaneAngle . | 250 | rdfs:range ep-core:PlaneAngle . |
246 | 251 | ||
247 | ep-well:bottomHoleMeasuredDepth | 252 | ep-well:bottomHoleMeasuredDepth |
248 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 253 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
249 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 254 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
250 | rdfs:label "bottom hole measured depth"^^xsd:string ; | 255 | rdfs:label "bottom hole measured depth"^^xsd:string ; |
251 | rdfs:range ep-core:Length . | 256 | rdfs:range ep-core:Length . |
252 | 257 | ||
253 | ep-well:bottomHoleTemperature | 258 | ep-well:bottomHoleTemperature |
254 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 259 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
255 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 260 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
256 | rdfs:label "bottom hole temperature"^^xsd:string ; | 261 | rdfs:label "bottom hole temperature"^^xsd:string ; |
257 | rdfs:range ep-core:Temperature . | 262 | rdfs:range ep-core:Temperature . |
258 | 263 | ||
259 | ep-well:bottomHoleTrueVerticalDepth | 264 | ep-well:bottomHoleTrueVerticalDepth |
260 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 265 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
261 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 266 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
262 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; | 267 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; |
263 | rdfs:range ep-core:Length . | 268 | rdfs:range ep-core:Length . |
264 | 269 | ||
265 | ep-well:carbonDioxideConcentration | 270 | ep-well:carbonDioxideConcentration |
266 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 271 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
267 | rdfs:domain ep-well:Gas ; | 272 | rdfs:domain ep-well:Gas ; |
268 | rdfs:label "carbon dioxide concentration"^^xsd:string ; | 273 | rdfs:label "carbon dioxide concentration"^^xsd:string ; |
269 | rdfs:range ep-core:SpecificMass . | 274 | rdfs:range ep-core:SpecificMass . |
270 | 275 | ||
271 | ep-well:cementingFluidPerCentFreeWater | 276 | ep-well:cementingFluidPerCentFreeWater |
272 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 277 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
273 | rdfs:domain ep-well:CementingFluid ; | 278 | rdfs:domain ep-well:CementingFluid ; |
274 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 279 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
275 | rdfs:range ep-core:SpecificVolume . | 280 | rdfs:range ep-core:SpecificVolume . |
276 | 281 | ||
277 | ep-well:cementingFluidThickeningTime | 282 | ep-well:cementingFluidThickeningTime |
278 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 283 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
279 | rdfs:domain ep-well:CementingFluid ; | 284 | rdfs:domain ep-well:CementingFluid ; |
280 | rdfs:label "cementing fluid thickening time"^^xsd:string ; | 285 | rdfs:label "cementing fluid thickening time"^^xsd:string ; |
281 | rdfs:range ep-core:TimeDuration . | 286 | rdfs:range ep-core:TimeDuration . |
282 | 287 | ||
283 | ep-well:chlorideConcentration | 288 | ep-well:chlorideConcentration |
284 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 289 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
285 | rdfs:domain ep-well:Gas ; | 290 | rdfs:domain ep-well:Gas ; |
286 | rdfs:label "chloride concentration"^^xsd:string ; | 291 | rdfs:label "chloride concentration"^^xsd:string ; |
287 | rdfs:range ep-core:SpecificMass . | 292 | rdfs:range ep-core:SpecificMass . |
288 | 293 | ||
289 | ep-well:coreLength | 294 | ep-well:coreLength |
290 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 295 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
291 | rdfs:domain ep-well:RecoveredCore ; | 296 | rdfs:domain ep-well:RecoveredCore ; |
292 | rdfs:label "core length"^^xsd:string ; | 297 | rdfs:label "core length"^^xsd:string ; |
293 | rdfs:range ep-core:Length . | 298 | rdfs:range ep-core:Length . |
294 | 299 | ||
295 | ep-well:diameterOfAWellBorePilotHole | 300 | ep-well:diameterOfAWellBorePilotHole |
296 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 301 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
297 | rdfs:domain ep-well:WellBorePilotHole ; | 302 | rdfs:domain ep-well:WellBorePilotHole ; |
298 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 303 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
299 | rdfs:range ep-core:Length . | 304 | rdfs:range ep-core:Length . |
... | @@ -305,73 +310,73 @@ ep-well:dominantComponent | ... | @@ -305,73 +310,73 @@ ep-well:dominantComponent |
305 | rdfs:range ep-well:FluidComponentType . | 310 | rdfs:range ep-well:FluidComponentType . |
306 | 311 | ||
307 | ep-well:ethaneConcentration | 312 | ep-well:ethaneConcentration |
308 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 313 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
309 | rdfs:domain ep-well:Gas ; | 314 | rdfs:domain ep-well:Gas ; |
310 | rdfs:label "ethane concentration"^^xsd:string ; | 315 | rdfs:label "ethane concentration"^^xsd:string ; |
311 | rdfs:range ep-core:SpecificVolume . | 316 | rdfs:range ep-core:SpecificVolume . |
312 | 317 | ||
313 | ep-well:finalBottomHoleMeasuredDepth | 318 | ep-well:finalBottomHoleMeasuredDepth |
314 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 319 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
315 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 320 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
316 | rdfs:label "final bottom hole measured depth"^^xsd:string ; | 321 | rdfs:label "final bottom hole measured depth"^^xsd:string ; |
317 | rdfs:range ep-core:Length . | 322 | rdfs:range ep-core:Length . |
318 | 323 | ||
319 | ep-well:finalBottomHoleTrueVerticalDepth | 324 | ep-well:finalBottomHoleTrueVerticalDepth |
320 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 325 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
321 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 326 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
322 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 327 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
323 | rdfs:range ep-core:Length . | 328 | rdfs:range ep-core:Length . |
324 | 329 | ||
325 | ep-well:gasConcentrationHigh | 330 | ep-well:gasConcentrationHigh |
326 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 331 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
327 | rdfs:domain ep-well:Fluid ; | 332 | rdfs:domain ep-well:Fluid ; |
328 | rdfs:label "gas concentration - high"^^xsd:string ; | 333 | rdfs:label "gas concentration - high"^^xsd:string ; |
329 | rdfs:range ep-core:SpecificVolume . | 334 | rdfs:range ep-core:SpecificVolume . |
330 | 335 | ||
331 | ep-well:gasConcentrationLow | 336 | ep-well:gasConcentrationLow |
332 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 337 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
333 | rdfs:domain ep-well:Fluid ; | 338 | rdfs:domain ep-well:Fluid ; |
334 | rdfs:label "gas concentration - low"^^xsd:string ; | 339 | rdfs:label "gas concentration - low"^^xsd:string ; |
335 | rdfs:range ep-core:SpecificVolume . | 340 | rdfs:range ep-core:SpecificVolume . |
336 | 341 | ||
337 | ep-well:gasOilRatio | 342 | ep-well:gasOilRatio |
338 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 343 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
339 | rdfs:domain ep-well:Fluid ; | 344 | rdfs:domain ep-well:Fluid ; |
340 | rdfs:label "gas oil ratio"^^xsd:string ; | 345 | rdfs:label "gas oil ratio"^^xsd:string ; |
341 | rdfs:range ep-core:SpecificVolume . | 346 | rdfs:range ep-core:SpecificVolume . |
342 | 347 | ||
343 | ep-well:hasBarrel | 348 | ep-well:hasBarrel |
344 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 349 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
345 | rdfs:domain ep-well:RecoveredCore ; | 350 | rdfs:domain ep-well:RecoveredCore ; |
346 | rdfs:label "has barrel"^^xsd:string ; | 351 | rdfs:label "has barrel"^^xsd:string ; |
347 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 352 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
348 | 353 | ||
349 | ep-well:hydrogenSulfideConcentration | 354 | ep-well:hydrogenSulfideConcentration |
350 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 355 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
351 | rdfs:domain ep-well:Gas ; | 356 | rdfs:domain ep-well:Gas ; |
352 | rdfs:label "hydrogen sulfide concentration"^^xsd:string ; | 357 | rdfs:label "hydrogen sulfide concentration"^^xsd:string ; |
353 | rdfs:range ep-core:SpecificMass . | 358 | rdfs:range ep-core:SpecificMass . |
354 | 359 | ||
355 | ep-well:inclination | 360 | ep-well:inclination |
356 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 361 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
357 | rdfs:domain ep-well:PositionWithinWellBore ; | 362 | rdfs:domain ep-well:PositionWithinWellBore ; |
358 | rdfs:label "inclination"^^xsd:string ; | 363 | rdfs:label "inclination"^^xsd:string ; |
359 | rdfs:range ep-core:PlaneAngle . | 364 | rdfs:range ep-core:PlaneAngle . |
360 | 365 | ||
361 | ep-well:initialBottomHoleMeasuredDepth | 366 | ep-well:initialBottomHoleMeasuredDepth |
362 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 367 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
363 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 368 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
364 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 369 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
365 | rdfs:range ep-core:Length . | 370 | rdfs:range ep-core:Length . |
366 | 371 | ||
367 | ep-well:isoButaneConcentration | 372 | ep-well:isoButaneConcentration |
368 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 373 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
369 | rdfs:domain ep-well:Gas ; | 374 | rdfs:domain ep-well:Gas ; |
370 | rdfs:label "iso-Butane concentration"^^xsd:string ; | 375 | rdfs:label "iso-Butane concentration"^^xsd:string ; |
371 | rdfs:range ep-core:SpecificVolume . | 376 | rdfs:range ep-core:SpecificVolume . |
372 | 377 | ||
373 | ep-well:isoPentaneConcentration | 378 | ep-well:isoPentaneConcentration |
374 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 379 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
375 | rdfs:domain ep-well:Gas ; | 380 | rdfs:domain ep-well:Gas ; |
376 | rdfs:label "iso-Pentane concentration"^^xsd:string ; | 381 | rdfs:label "iso-Pentane concentration"^^xsd:string ; |
377 | rdfs:range ep-core:SpecificVolume . | 382 | rdfs:range ep-core:SpecificVolume . |
... | @@ -382,91 +387,91 @@ ep-well:lithologyDescription | ... | @@ -382,91 +387,91 @@ ep-well:lithologyDescription |
382 | rdfs:label "lithology description"^^xsd:string . | 387 | rdfs:label "lithology description"^^xsd:string . |
383 | 388 | ||
384 | ep-well:measuredDepth | 389 | ep-well:measuredDepth |
385 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 390 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
386 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 391 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
387 | rdfs:label "measured depth"^^xsd:string ; | 392 | rdfs:label "measured depth"^^xsd:string ; |
388 | rdfs:range ep-core:Length . | 393 | rdfs:range ep-core:Length . |
389 | 394 | ||
390 | ep-well:measuredDepthOfPlugTop | 395 | ep-well:measuredDepthOfPlugTop |
391 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 396 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
392 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 397 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
393 | rdfs:label "measured depth of plug top"^^xsd:string ; | 398 | rdfs:label "measured depth of plug top"^^xsd:string ; |
394 | rdfs:range ep-core:Length . | 399 | rdfs:range ep-core:Length . |
395 | 400 | ||
396 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 401 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
397 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 402 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
398 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 403 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
399 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 404 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
400 | rdfs:range ep-core:Length . | 405 | rdfs:range ep-core:Length . |
401 | 406 | ||
402 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 407 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
403 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 408 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
404 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 409 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
405 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 410 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
406 | rdfs:range ep-core:Length . | 411 | rdfs:range ep-core:Length . |
407 | 412 | ||
408 | ep-well:methaneConcentration | 413 | ep-well:methaneConcentration |
409 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 414 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
410 | rdfs:domain ep-well:Gas ; | 415 | rdfs:domain ep-well:Gas ; |
411 | rdfs:label "methane concentration"^^xsd:string ; | 416 | rdfs:label "methane concentration"^^xsd:string ; |
412 | rdfs:range ep-core:SpecificVolume . | 417 | rdfs:range ep-core:SpecificVolume . |
413 | 418 | ||
414 | ep-well:nominalInsideDiameterOfBoreHole | 419 | ep-well:nominalInsideDiameterOfBoreHole |
415 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 420 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
416 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 421 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
417 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 422 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
418 | rdfs:range ep-core:Length . | 423 | rdfs:range ep-core:Length . |
419 | 424 | ||
420 | ep-well:norButaneConcentration | 425 | ep-well:norButaneConcentration |
421 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 426 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
422 | rdfs:domain ep-well:Gas ; | 427 | rdfs:domain ep-well:Gas ; |
423 | rdfs:label "nor-Butane concentration"^^xsd:string ; | 428 | rdfs:label "nor-Butane concentration"^^xsd:string ; |
424 | rdfs:range ep-core:SpecificVolume . | 429 | rdfs:range ep-core:SpecificVolume . |
425 | 430 | ||
426 | ep-well:plannedBottomHoleMeasuredDepth | 431 | ep-well:plannedBottomHoleMeasuredDepth |
427 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 432 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
428 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 433 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
429 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 434 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
430 | rdfs:range ep-core:Length . | 435 | rdfs:range ep-core:Length . |
431 | 436 | ||
432 | ep-well:plannedPilotBottomHoleMeasuredDepth | 437 | ep-well:plannedPilotBottomHoleMeasuredDepth |
433 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 438 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
434 | rdfs:domain ep-well:WellBorePilotHole ; | 439 | rdfs:domain ep-well:WellBorePilotHole ; |
435 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 440 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
436 | rdfs:range ep-core:Length . | 441 | rdfs:range ep-core:Length . |
437 | 442 | ||
438 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 443 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
439 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 444 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
440 | rdfs:domain ep-well:WellBorePilotHole ; | 445 | rdfs:domain ep-well:WellBorePilotHole ; |
441 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 446 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
442 | rdfs:range ep-core:Length . | 447 | rdfs:range ep-core:Length . |
443 | 448 | ||
444 | ep-well:porePressure | 449 | ep-well:porePressure |
445 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 450 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
446 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 451 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
447 | rdfs:label "pore pressure"^^xsd:string ; | 452 | rdfs:label "pore pressure"^^xsd:string ; |
448 | rdfs:range ep-core:Pressure . | 453 | rdfs:range ep-core:Pressure . |
449 | 454 | ||
450 | ep-well:porePressureEquivalentMudDensity | 455 | ep-well:porePressureEquivalentMudDensity |
451 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 456 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
452 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 457 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
453 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 458 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
454 | rdfs:range ep-core:Density . | 459 | rdfs:range ep-core:Density . |
455 | 460 | ||
456 | ep-well:propaneConcentration | 461 | ep-well:propaneConcentration |
457 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 462 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
458 | rdfs:domain ep-well:Gas ; | 463 | rdfs:domain ep-well:Gas ; |
459 | rdfs:label "propane concentration"^^xsd:string ; | 464 | rdfs:label "propane concentration"^^xsd:string ; |
460 | rdfs:range ep-core:SpecificVolume . | 465 | rdfs:range ep-core:SpecificVolume . |
461 | 466 | ||
462 | ep-well:ratioOfCementMixToWater | 467 | ep-well:ratioOfCementMixToWater |
463 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 468 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
464 | rdfs:domain ep-well:CementingFluid ; | 469 | rdfs:domain ep-well:CementingFluid ; |
465 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 470 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
466 | rdfs:range ep-core:SpecificVolume . | 471 | rdfs:range ep-core:SpecificVolume . |
467 | 472 | ||
468 | ep-well:relativeAmountOfCoreRecovered | 473 | ep-well:relativeAmountOfCoreRecovered |
469 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 474 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
470 | rdfs:domain ep-well:RecoveredCore ; | 475 | rdfs:domain ep-well:RecoveredCore ; |
471 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 476 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
472 | rdfs:range ep-core:SpecificVolume . | 477 | rdfs:range ep-core:SpecificVolume . |
... | @@ -477,13 +482,13 @@ ep-well:showDescription | ... | @@ -477,13 +482,13 @@ ep-well:showDescription |
477 | rdfs:label "show description"^^xsd:string . | 482 | rdfs:label "show description"^^xsd:string . |
478 | 483 | ||
479 | ep-well:shutInCasingPressure | 484 | ep-well:shutInCasingPressure |
480 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 485 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
481 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 486 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
482 | rdfs:label "shut in casing pressure"^^xsd:string ; | 487 | rdfs:label "shut in casing pressure"^^xsd:string ; |
483 | rdfs:range ep-core:Pressure . | 488 | rdfs:range ep-core:Pressure . |
484 | 489 | ||
485 | ep-well:shutInDrillPipePressure | 490 | ep-well:shutInDrillPipePressure |
486 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 491 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
487 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 492 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
488 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 493 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
489 | rdfs:range ep-core:Pressure . | 494 | rdfs:range ep-core:Pressure . |
... | @@ -494,46 +499,46 @@ ep-well:stratigraphyDescription | ... | @@ -494,46 +499,46 @@ ep-well:stratigraphyDescription |
494 | rdfs:label "stratigraphy description"^^xsd:string . | 499 | rdfs:label "stratigraphy description"^^xsd:string . |
495 | 500 | ||
496 | ep-well:strengthOfRockFormation | 501 | ep-well:strengthOfRockFormation |
497 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 502 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
498 | rdfs:domain ep-well:SurroundingRockFormation ; | 503 | rdfs:domain ep-well:SurroundingRockFormation ; |
499 | rdfs:label "strength of rock formation"^^xsd:string ; | 504 | rdfs:label "strength of rock formation"^^xsd:string ; |
500 | rdfs:range ep-core:StrengthOfRockFormation . | 505 | rdfs:range ep-core:StrengthOfRockFormation . |
501 | 506 | ||
502 | ep-well:trueVerticalDepth | 507 | ep-well:trueVerticalDepth |
503 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 508 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
504 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 509 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
505 | rdfs:label "true vertical depth"^^xsd:string ; | 510 | rdfs:label "true vertical depth"^^xsd:string ; |
506 | rdfs:range ep-core:Length . | 511 | rdfs:range ep-core:Length . |
507 | 512 | ||
508 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | 513 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore |
509 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 514 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
510 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 515 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
511 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | 516 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; |
512 | rdfs:range ep-core:Length . | 517 | rdfs:range ep-core:Length . |
513 | 518 | ||
514 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | 519 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore |
515 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 520 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
516 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 521 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
517 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | 522 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; |
518 | rdfs:range ep-core:Length . | 523 | rdfs:range ep-core:Length . |
519 | 524 | ||
520 | ep-well:waterOilRatio | 525 | ep-well:waterOilRatio |
521 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 526 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
522 | rdfs:domain ep-well:Fluid ; | 527 | rdfs:domain ep-well:Fluid ; |
523 | rdfs:label "water oil ratio"^^xsd:string ; | 528 | rdfs:label "water oil ratio"^^xsd:string ; |
524 | rdfs:range ep-core:SpecificVolume . | 529 | rdfs:range ep-core:SpecificVolume . |
525 | 530 | ||
526 | ep-well:wellBoreCompletedAt | 531 | ep-well:wellBoreCompletedAt |
527 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 532 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
528 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 533 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
529 | rdfs:label "wellbore completed at"^^xsd:string . | 534 | rdfs:label "wellbore completed at"^^xsd:string . |
530 | 535 | ||
531 | ep-well:wellBorePreSpudAt | 536 | ep-well:wellBorePreSpudAt |
532 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 537 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
533 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 538 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
534 | rdfs:label "wellbore pre-spud at"^^xsd:string . | 539 | rdfs:label "wellbore pre-spud at"^^xsd:string . |
535 | 540 | ||
536 | ep-well:wellBoreSpudAt | 541 | ep-well:wellBoreSpudAt |
537 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 542 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
538 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 543 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
539 | rdfs:label "wellbore spud at"^^xsd:string . | 544 | rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Mon Oct 03 07:41:49 BST 2011 | 1 | +# Saved by TopBraid on Mon Oct 03 15:10:17 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
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.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
... | @@ -18,530 +18,506 @@ | ... | @@ -18,530 +18,506 @@ |
18 | 18 | ||
19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> | 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> |
20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 21 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
23 | 23 | ||
24 | ddr:Obj_drillReport | 24 | ddr:Obj_drillReport |
25 | spin:rule | 25 | spin:rule |
26 | [ rdf:type sp:Construct ; | 26 | [ rdf:type sp:Construct ; |
27 | - rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; | 27 | + rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; |
28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; | 28 | + sp:templates ([ sp:object _:b1 ; |
29 | - sp:predicate rdf:type ; | ||
30 | - sp:subject _:b1 | ||
31 | - ] [ sp:object _:b1 ; | ||
32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 29 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
33 | sp:subject _:b2 | 30 | sp:subject _:b2 |
34 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | 31 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
35 | sp:predicate rdf:type ; | 32 | sp:predicate rdf:type ; |
36 | - sp:subject _:b3 | ||
37 | - ] [ sp:object _:b3 ; | ||
38 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
39 | - sp:subject _:b4 | ||
40 | - ] [ sp:object _:b3 ; | ||
41 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
42 | sp:subject _:b1 | 33 | sp:subject _:b1 |
43 | - ] [ sp:object _:b5 ; | 34 | + ] [ sp:object _:b3 ; |
44 | sp:predicate rdf:type ; | 35 | sp:predicate rdf:type ; |
45 | sp:subject _:b1 | 36 | sp:subject _:b1 |
37 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
38 | + sp:predicate rdf:type ; | ||
39 | + sp:subject _:b3 | ||
40 | + ] [ sp:object _:b4 ; | ||
41 | + sp:predicate _:b5 ; | ||
42 | + sp:subject _:b3 | ||
46 | ] [ sp:object _:b6 ; | 43 | ] [ sp:object _:b6 ; |
47 | sp:predicate rdf:type ; | 44 | sp:predicate rdf:type ; |
48 | sp:subject _:b1 | 45 | sp:subject _:b1 |
49 | ] [ sp:object _:b7 ; | 46 | ] [ sp:object _:b7 ; |
50 | sp:predicate rdf:type ; | 47 | sp:predicate rdf:type ; |
51 | sp:subject _:b1 | 48 | sp:subject _:b1 |
52 | - ] [ sp:object _:b8 ; | 49 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; |
53 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
54 | - sp:subject _:b1 | ||
55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
56 | sp:predicate rdf:type ; | 50 | sp:predicate rdf:type ; |
57 | - sp:subject _:b8 | 51 | + sp:subject _:b7 |
52 | + ] [ sp:object _:b8 ; | ||
53 | + sp:predicate rdfs:comment ; | ||
54 | + sp:subject _:b7 | ||
58 | ] [ sp:object _:b9 ; | 55 | ] [ sp:object _:b9 ; |
56 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
57 | + sp:subject _:b1 | ||
58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
59 | sp:predicate rdf:type ; | 59 | sp:predicate rdf:type ; |
60 | - sp:subject _:b8 | 60 | + sp:subject _:b9 |
61 | ] [ sp:object _:b10 ; | 61 | ] [ sp:object _:b10 ; |
62 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | 62 | + sp:predicate _:b11 ; |
63 | - sp:subject _:b8 | 63 | + sp:subject _:b9 |
64 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | 64 | + ] [ sp:object _:b12 ; |
65 | - sp:predicate rdf:type ; | ||
66 | - sp:subject _:b10 | ||
67 | - ] [ sp:object _:b11 ; | ||
68 | sp:predicate rdf:type ; | 65 | sp:predicate rdf:type ; |
69 | - sp:subject _:b10 | 66 | + sp:subject _:b1 |
70 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
71 | sp:predicate rdf:type ; | 68 | sp:predicate rdf:type ; |
72 | - sp:subject _:b11 | 69 | + sp:subject _:b12 |
73 | - ] [ sp:object _:b12 ; | 70 | + ] [ sp:object _:b13 ; |
74 | - sp:predicate _:b13 ; | 71 | + sp:predicate _:b14 ; |
75 | - sp:subject _:b11 | 72 | + sp:subject _:b12 |
76 | - ] [ sp:object _:b14 ; | ||
77 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
78 | - sp:subject _:b8 | ||
79 | ] [ sp:object _:b15 ; | 73 | ] [ sp:object _:b15 ; |
80 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
81 | - sp:subject _:b8 | ||
82 | - ] [ sp:object _:b16 ; | ||
83 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
84 | - sp:subject _:b8 | ||
85 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
86 | sp:predicate rdf:type ; | 74 | sp:predicate rdf:type ; |
87 | - sp:subject _:b16 | 75 | + sp:subject _:b1 |
88 | - ] [ sp:object _:b17 ; | 76 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; |
89 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
90 | - sp:subject _:b3 | ||
91 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
92 | sp:predicate rdf:type ; | 77 | sp:predicate rdf:type ; |
93 | - sp:subject _:b17 | 78 | + sp:subject _:b15 |
79 | + ] [ sp:object _:b16 ; | ||
80 | + sp:predicate _:b17 ; | ||
81 | + sp:subject _:b15 | ||
94 | ] [ sp:object _:b18 ; | 82 | ] [ sp:object _:b18 ; |
95 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; |
96 | - sp:subject _:b17 | 84 | + sp:subject _:b1 |
97 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | 85 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
98 | sp:predicate rdf:type ; | 86 | sp:predicate rdf:type ; |
99 | sp:subject _:b18 | 87 | sp:subject _:b18 |
100 | ] [ sp:object _:b19 ; | 88 | ] [ sp:object _:b19 ; |
101 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; | 89 | + sp:predicate _:b20 ; |
102 | sp:subject _:b18 | 90 | sp:subject _:b18 |
103 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 91 | + ] [ sp:object _:b21 ; |
104 | - sp:predicate rdf:type ; | 92 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; |
105 | - sp:subject _:b19 | ||
106 | - ] [ sp:object _:b20 ; | ||
107 | - sp:predicate _:b21 ; | ||
108 | - sp:subject _:b19 | ||
109 | - ] [ sp:object _:b22 ; | ||
110 | - sp:predicate rdfs:comment ; | ||
111 | sp:subject _:b1 | 93 | sp:subject _:b1 |
112 | - ] [ sp:object _:b23 ; | 94 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; |
113 | sp:predicate rdf:type ; | 95 | sp:predicate rdf:type ; |
114 | - sp:subject _:b1 | 96 | + sp:subject _:b21 |
97 | + ] [ sp:object _:b22 ; | ||
98 | + sp:predicate _:b23 ; | ||
99 | + sp:subject _:b21 | ||
115 | ] [ sp:object _:b24 ; | 100 | ] [ sp:object _:b24 ; |
116 | - sp:predicate rdf:type ; | 101 | + sp:predicate rdfs:comment ; |
117 | - sp:subject _:b1 | ||
118 | - ] [ sp:object _:b25 ; | ||
119 | - sp:predicate rdf:type ; | ||
120 | - sp:subject _:b1 | ||
121 | - ] [ sp:object _:b26 ; | ||
122 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | ||
123 | - sp:subject _:b1 | ||
124 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
125 | - sp:predicate rdf:type ; | ||
126 | - sp:subject _:b26 | ||
127 | - ] [ sp:object _:b27 ; | ||
128 | - sp:predicate _:b28 ; | ||
129 | - sp:subject _:b26 | ||
130 | - ] [ sp:object _:b29 ; | ||
131 | - sp:predicate rdf:type ; | ||
132 | - sp:subject _:b1 | ||
133 | - ] [ sp:object _:b30 ; | ||
134 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
135 | sp:subject _:b1 | 102 | sp:subject _:b1 |
136 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
137 | - sp:predicate rdf:type ; | ||
138 | - sp:subject _:b30 | ||
139 | - ] [ sp:object _:b31 ; | ||
140 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
141 | - sp:subject _:b30 | ||
142 | ]) ; | 103 | ]) ; |
143 | - sp:where ([ sp:object _:b32 ; | 104 | + sp:where ([ sp:object _:b25 ; |
144 | sp:predicate ep-spin-lib:nameWellbore ; | 105 | sp:predicate ep-spin-lib:nameWellbore ; |
145 | sp:subject spin:_this | 106 | sp:subject spin:_this |
146 | - ] [ sp:object _:b33 ; | 107 | + ] [ sp:object _:b26 ; |
147 | sp:predicate ddr:dTimStart ; | 108 | sp:predicate ddr:dTimStart ; |
148 | sp:subject spin:_this | 109 | sp:subject spin:_this |
149 | - ] [ sp:object _:b34 ; | 110 | + ] [ sp:object _:b27 ; |
150 | sp:predicate ddr:cementStageRef ; | 111 | sp:predicate ddr:cementStageRef ; |
151 | sp:subject spin:_this | 112 | sp:subject spin:_this |
152 | - ] [ sp:object _:b4 ; | 113 | + ] [ sp:object |
114 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
115 | + ] ; | ||
153 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 116 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
154 | - sp:subject _:b2 | 117 | + sp:subject _:b28 |
155 | - ] [ rdf:type sp:Optional ; | 118 | + ] [ sp:object _:b29 ; |
156 | - sp:elements ([ sp:object _:b14 ; | 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
157 | - sp:predicate ddr:dTimPumpStart ; | 120 | + sp:subject _:b30 |
158 | - sp:subject _:b34 | 121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; |
159 | - ]) | 122 | + sp:predicate rdf:type ; |
123 | + sp:subject _:b29 | ||
124 | + ] [ sp:object _:b2 ; | ||
125 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
126 | + sp:subject _:b29 | ||
127 | + ] [ sp:object _:b31 ; | ||
128 | + sp:predicate ddr:cementingFluidRef ; | ||
129 | + sp:subject _:b27 | ||
160 | ] [ rdf:type sp:Optional ; | 130 | ] [ rdf:type sp:Optional ; |
161 | - sp:elements ([ sp:object _:b15 ; | 131 | + sp:elements ([ sp:object _:b32 ; |
162 | - sp:predicate ddr:dTimPumpEnd ; | 132 | + sp:predicate ddr:typeFluidRef ; |
163 | - sp:subject _:b34 | 133 | + sp:subject _:b31 |
164 | ]) | 134 | ]) |
165 | ] [ rdf:type sp:Optional ; | 135 | ] [ rdf:type sp:Optional ; |
166 | - sp:elements ([ sp:object _:b35 ; | 136 | + sp:elements ([ sp:object _:b8 ; |
167 | - sp:predicate ddr:jobTypeRef ; | 137 | + sp:predicate ddr:descFluid ; |
168 | - sp:subject _:b34 | 138 | + sp:subject _:b31 |
169 | ]) | 139 | ]) |
170 | ] [ rdf:type sp:Optional ; | 140 | ] [ rdf:type sp:Optional ; |
171 | - sp:elements ([ sp:object _:b36 ; | 141 | + sp:elements ([ sp:object _:b33 ; |
172 | - sp:predicate ddr:casingStrDiaRef ; | 142 | + sp:predicate ddr:ratioMixWaterRef ; |
173 | - sp:subject _:b34 | 143 | + sp:subject _:b31 |
174 | - ] [ sp:object _:b37 ; | 144 | + ] [ sp:object _:b34 ; |
175 | sp:predicate ddr:uomRef ; | 145 | sp:predicate ddr:uomRef ; |
176 | - sp:subject _:b36 | 146 | + sp:subject _:b33 |
177 | - ] [ sp:object _:b20 ; | 147 | + ] [ sp:object _:b10 ; |
178 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 148 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
179 | - sp:subject _:b36 | 149 | + sp:subject _:b33 |
180 | ]) | 150 | ]) |
181 | ] [ rdf:type sp:Optional ; | 151 | ] [ rdf:type sp:Optional ; |
182 | - sp:elements ([ sp:object _:b22 ; | 152 | + sp:elements ([ sp:object _:b35 ; |
183 | - sp:predicate ddr:comments ; | 153 | + sp:predicate ddr:densityRef ; |
184 | - sp:subject _:b34 | 154 | + sp:subject _:b31 |
185 | - ]) | 155 | + ] [ sp:object _:b36 ; |
186 | - ] [ rdf:type sp:Optional ; | ||
187 | - sp:elements ([ sp:object _:b38 ; | ||
188 | - sp:predicate ddr:volReturnsRef ; | ||
189 | - sp:subject _:b34 | ||
190 | - ] [ sp:object _:b39 ; | ||
191 | sp:predicate ddr:uomRef ; | 156 | sp:predicate ddr:uomRef ; |
192 | - sp:subject _:b38 | 157 | + sp:subject _:b35 |
193 | - ] [ sp:object _:b12 ; | 158 | + ] [ sp:object _:b13 ; |
194 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 159 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
195 | - sp:subject _:b38 | 160 | + sp:subject _:b35 |
196 | ]) | 161 | ]) |
197 | ] [ rdf:type sp:Optional ; | 162 | ] [ rdf:type sp:Optional ; |
198 | - sp:elements ([ sp:object _:b31 ; | 163 | + sp:elements ([ sp:object _:b37 ; |
199 | - sp:predicate ddr:dTimPresReleased ; | 164 | + sp:predicate ddr:volPumpedRef ; |
200 | - sp:subject _:b34 | 165 | + sp:subject _:b31 |
166 | + ] [ sp:object _:b38 ; | ||
167 | + sp:predicate ddr:uomRef ; | ||
168 | + sp:subject _:b37 | ||
169 | + ] [ sp:object _:b4 ; | ||
170 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
171 | + sp:subject _:b37 | ||
201 | ]) | 172 | ]) |
202 | ] [ rdf:type sp:Optional ; | 173 | ] [ rdf:type sp:Optional ; |
203 | - sp:elements ([ sp:object _:b40 ; | 174 | + sp:elements ([ sp:object _:b39 ; |
204 | - sp:predicate ddr:annFlowAfter ; | 175 | + sp:predicate ddr:ypRef ; |
205 | - sp:subject _:b34 | 176 | + sp:subject _:b31 |
177 | + ] [ sp:object _:b40 ; | ||
178 | + sp:predicate ddr:uomRef ; | ||
179 | + sp:subject _:b39 | ||
180 | + ] [ sp:object _:b16 ; | ||
181 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
182 | + sp:subject _:b39 | ||
206 | ]) | 183 | ]) |
207 | ] [ rdf:type sp:Optional ; | 184 | ] [ rdf:type sp:Optional ; |
208 | sp:elements ([ sp:object _:b41 ; | 185 | sp:elements ([ sp:object _:b41 ; |
209 | - sp:predicate ddr:topPlug ; | 186 | + sp:predicate ddr:eTimThickeningRef ; |
210 | - sp:subject _:b34 | 187 | + sp:subject _:b31 |
211 | - ]) | 188 | + ] [ sp:object _:b42 ; |
212 | - ] [ rdf:type sp:Optional ; | 189 | + sp:predicate ddr:uomRef ; |
213 | - sp:elements ([ sp:object _:b42 ; | 190 | + sp:subject _:b41 |
214 | - sp:predicate ddr:botPlug ; | 191 | + ] [ sp:object _:b19 ; |
215 | - sp:subject _:b34 | 192 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
193 | + sp:subject _:b41 | ||
216 | ]) | 194 | ]) |
217 | ] [ rdf:type sp:Optional ; | 195 | ] [ rdf:type sp:Optional ; |
218 | sp:elements ([ sp:object _:b43 ; | 196 | sp:elements ([ sp:object _:b43 ; |
219 | - sp:predicate ddr:plugBumped ; | 197 | + sp:predicate ddr:pcFreeWaterRef ; |
220 | - sp:subject _:b34 | 198 | + sp:subject _:b31 |
221 | - ]) | 199 | + ] [ sp:object _:b44 ; |
222 | - ] [ rdf:type sp:Optional ; | ||
223 | - sp:elements ([ sp:object _:b44 ; | ||
224 | - sp:predicate ddr:presBumpRef ; | ||
225 | - sp:subject _:b34 | ||
226 | - ] [ sp:object _:b45 ; | ||
227 | sp:predicate ddr:uomRef ; | 200 | sp:predicate ddr:uomRef ; |
228 | - sp:subject _:b44 | 201 | + sp:subject _:b43 |
229 | - ] [ sp:object _:b27 ; | 202 | + ] [ sp:object _:b22 ; |
230 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 203 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
231 | - sp:subject _:b44 | 204 | + sp:subject _:b43 |
232 | ]) | 205 | ]) |
233 | ] [ rdf:type sp:Optional ; | 206 | ] [ rdf:type sp:Optional ; |
234 | - sp:elements ([ sp:object _:b46 ; | 207 | + sp:elements ([ sp:object _:b24 ; |
235 | - sp:predicate ddr:floatHeld ; | 208 | + sp:predicate ddr:comments ; |
236 | - sp:subject _:b34 | 209 | + sp:subject _:b31 |
237 | - ]) | ||
238 | - ] [ rdf:type sp:Optional ; | ||
239 | - sp:elements ([ sp:object _:b47 ; | ||
240 | - sp:predicate ddr:reciprocated ; | ||
241 | - sp:subject _:b34 | ||
242 | - ]) | ||
243 | - ] [ rdf:type sp:Optional ; | ||
244 | - sp:elements ([ sp:object _:b48 ; | ||
245 | - sp:predicate ddr:rotated ; | ||
246 | - sp:subject _:b34 | ||
247 | ]) | 210 | ]) |
248 | ] [ rdf:type sp:Bind ; | 211 | ] [ rdf:type sp:Bind ; |
249 | sp:expression | 212 | sp:expression |
250 | [ rdf:type ep-spin-lib:normalizeString ; | 213 | [ rdf:type ep-spin-lib:normalizeString ; |
251 | - sp:arg1 _:b32 | 214 | + sp:arg1 _:b25 |
252 | ] ; | 215 | ] ; |
253 | - sp:variable _:b49 | 216 | + sp:variable _:b45 |
254 | ] [ rdf:type sp:Bind ; | 217 | ] [ rdf:type sp:Bind ; |
255 | sp:expression | 218 | sp:expression |
256 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 219 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
257 | - sp:arg1 _:b49 ; | 220 | + sp:arg1 _:b45 ; |
258 | - sp:arg2 _:b33 | 221 | + sp:arg2 _:b26 |
259 | ] ; | 222 | ] ; |
260 | - sp:variable _:b2 | 223 | + sp:variable _:b28 |
261 | ] [ rdf:type sp:Bind ; | 224 | ] [ rdf:type sp:Bind ; |
262 | sp:expression | 225 | sp:expression |
263 | [ rdf:type afn:localname ; | 226 | [ rdf:type afn:localname ; |
264 | - sp:arg1 _:b34 | 227 | + sp:arg1 _:b27 |
265 | ] ; | 228 | ] ; |
266 | - sp:variable _:b50 | 229 | + sp:variable _:b46 |
267 | ] [ rdf:type sp:Bind ; | 230 | ] [ rdf:type sp:Bind ; |
268 | sp:expression | 231 | sp:expression |
269 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 232 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
270 | - sp:arg1 _:b49 ; | 233 | + sp:arg1 _:b45 ; |
271 | - sp:arg2 _:b50 | 234 | + sp:arg2 _:b46 |
272 | - ] ; | ||
273 | - sp:variable _:b1 | ||
274 | - ] [ rdf:type sp:Bind ; | ||
275 | - sp:expression | ||
276 | - [ rdf:type ep-spin-lib:selectWellCementJobType ; | ||
277 | - sp:arg1 _:b35 | ||
278 | ] ; | 235 | ] ; |
279 | - sp:variable _:b5 | 236 | + sp:variable _:b30 |
280 | ] [ rdf:type sp:Bind ; | 237 | ] [ rdf:type sp:Bind ; |
281 | sp:expression | 238 | sp:expression |
282 | - [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | 239 | + [ rdf:type ep-spin-lib:selectFluidType ; |
283 | - sp:arg1 _:b40 | 240 | + sp:arg1 _:b32 |
284 | - ] ; | ||
285 | - sp:variable _:b9 | ||
286 | - ] [ rdf:type sp:Bind ; | ||
287 | - sp:expression | ||
288 | - [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | ||
289 | - sp:arg1 _:b41 | ||
290 | ] ; | 241 | ] ; |
291 | sp:variable _:b6 | 242 | sp:variable _:b6 |
292 | ] [ rdf:type sp:Bind ; | 243 | ] [ rdf:type sp:Bind ; |
293 | sp:expression | 244 | sp:expression |
294 | - [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | 245 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
295 | - sp:arg1 _:b42 | 246 | + sp:arg1 _:b44 |
296 | - ] ; | ||
297 | - sp:variable _:b7 | ||
298 | - ] [ rdf:type sp:Bind ; | ||
299 | - sp:expression | ||
300 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | ||
301 | - sp:arg1 _:b48 | ||
302 | ] ; | 247 | ] ; |
303 | sp:variable _:b23 | 248 | sp:variable _:b23 |
304 | ] [ rdf:type sp:Bind ; | 249 | ] [ rdf:type sp:Bind ; |
305 | sp:expression | 250 | sp:expression |
306 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | 251 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
307 | - sp:arg1 _:b47 | 252 | + sp:arg1 _:b42 |
308 | - ] ; | ||
309 | - sp:variable _:b24 | ||
310 | - ] [ rdf:type sp:Bind ; | ||
311 | - sp:expression | ||
312 | - [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | ||
313 | - sp:arg1 _:b43 | ||
314 | ] ; | 253 | ] ; |
315 | - sp:variable _:b25 | 254 | + sp:variable _:b20 |
316 | ] [ rdf:type sp:Bind ; | 255 | ] [ rdf:type sp:Bind ; |
317 | sp:expression | 256 | sp:expression |
318 | - [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | 257 | + [ rdf:type ep-spin-lib:selectYieldPointScale ; |
319 | - sp:arg1 _:b46 | 258 | + sp:arg1 _:b40 |
320 | ] ; | 259 | ] ; |
321 | - sp:variable _:b29 | 260 | + sp:variable _:b17 |
322 | ] [ rdf:type sp:Bind ; | 261 | ] [ rdf:type sp:Bind ; |
323 | sp:expression | 262 | sp:expression |
324 | - [ rdf:type ep-spin-lib:selectPressureScale ; | 263 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
325 | - sp:arg1 _:b45 | 264 | + sp:arg1 _:b36 |
326 | ] ; | 265 | ] ; |
327 | - sp:variable _:b28 | 266 | + sp:variable _:b14 |
328 | ] [ rdf:type sp:Bind ; | 267 | ] [ rdf:type sp:Bind ; |
329 | sp:expression | 268 | sp:expression |
330 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 269 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
331 | - sp:arg1 _:b39 | 270 | + sp:arg1 _:b38 |
332 | ] ; | 271 | ] ; |
333 | - sp:variable _:b13 | 272 | + sp:variable _:b5 |
334 | ] [ rdf:type sp:Bind ; | 273 | ] [ rdf:type sp:Bind ; |
335 | sp:expression | 274 | sp:expression |
336 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 275 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; |
337 | - sp:arg1 _:b37 | 276 | + sp:arg1 _:b34 |
338 | ] ; | 277 | ] ; |
339 | - sp:variable _:b21 | 278 | + sp:variable _:b11 |
340 | ]) | 279 | ]) |
341 | ] ; | 280 | ] ; |
342 | spin:rule | 281 | spin:rule |
343 | [ rdf:type sp:Construct ; | 282 | [ rdf:type sp:Construct ; |
344 | - rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; | 283 | + rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; |
345 | - sp:templates ([ sp:object _:b51 ; | 284 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; |
285 | + sp:predicate rdf:type ; | ||
286 | + sp:subject _:b47 | ||
287 | + ] [ sp:object _:b47 ; | ||
346 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 288 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
347 | - sp:subject _:b52 | 289 | + sp:subject _:b48 |
348 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | 290 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
349 | sp:predicate rdf:type ; | 291 | sp:predicate rdf:type ; |
350 | - sp:subject _:b51 | 292 | + sp:subject _:b49 |
351 | - ] [ sp:object _:b53 ; | 293 | + ] [ sp:object _:b49 ; |
294 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
295 | + sp:subject _:b50 | ||
296 | + ] [ sp:object _:b49 ; | ||
297 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
298 | + sp:subject _:b47 | ||
299 | + ] [ sp:object _:b51 ; | ||
352 | sp:predicate rdf:type ; | 300 | sp:predicate rdf:type ; |
353 | - sp:subject _:b51 | 301 | + sp:subject _:b47 |
354 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 302 | + ] [ sp:object _:b52 ; |
355 | sp:predicate rdf:type ; | 303 | sp:predicate rdf:type ; |
356 | - sp:subject _:b53 | 304 | + sp:subject _:b47 |
305 | + ] [ sp:object _:b53 ; | ||
306 | + sp:predicate rdf:type ; | ||
307 | + sp:subject _:b47 | ||
357 | ] [ sp:object _:b54 ; | 308 | ] [ sp:object _:b54 ; |
358 | - sp:predicate _:b55 ; | 309 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
359 | - sp:subject _:b53 | 310 | + sp:subject _:b47 |
311 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
312 | + sp:predicate rdf:type ; | ||
313 | + sp:subject _:b54 | ||
314 | + ] [ sp:object _:b55 ; | ||
315 | + sp:predicate rdf:type ; | ||
316 | + sp:subject _:b54 | ||
360 | ] [ sp:object _:b56 ; | 317 | ] [ sp:object _:b56 ; |
318 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | ||
319 | + sp:subject _:b54 | ||
320 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
361 | sp:predicate rdf:type ; | 321 | sp:predicate rdf:type ; |
362 | - sp:subject _:b51 | 322 | + sp:subject _:b56 |
363 | ] [ sp:object _:b57 ; | 323 | ] [ sp:object _:b57 ; |
364 | sp:predicate rdf:type ; | 324 | sp:predicate rdf:type ; |
365 | - sp:subject _:b51 | 325 | + sp:subject _:b56 |
366 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ; | 326 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
367 | sp:predicate rdf:type ; | 327 | sp:predicate rdf:type ; |
368 | sp:subject _:b57 | 328 | sp:subject _:b57 |
369 | ] [ sp:object _:b58 ; | 329 | ] [ sp:object _:b58 ; |
370 | - sp:predicate rdfs:comment ; | 330 | + sp:predicate _:b59 ; |
371 | sp:subject _:b57 | 331 | sp:subject _:b57 |
372 | - ] [ sp:object _:b59 ; | ||
373 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
374 | - sp:subject _:b51 | ||
375 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
376 | - sp:predicate rdf:type ; | ||
377 | - sp:subject _:b59 | ||
378 | ] [ sp:object _:b60 ; | 332 | ] [ sp:object _:b60 ; |
379 | - sp:predicate _:b61 ; | 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
380 | - sp:subject _:b59 | 334 | + sp:subject _:b54 |
335 | + ] [ sp:object _:b61 ; | ||
336 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
337 | + sp:subject _:b54 | ||
381 | ] [ sp:object _:b62 ; | 338 | ] [ sp:object _:b62 ; |
382 | - sp:predicate rdf:type ; | 339 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; |
383 | - sp:subject _:b51 | 340 | + sp:subject _:b54 |
384 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 341 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
385 | sp:predicate rdf:type ; | 342 | sp:predicate rdf:type ; |
386 | sp:subject _:b62 | 343 | sp:subject _:b62 |
387 | ] [ sp:object _:b63 ; | 344 | ] [ sp:object _:b63 ; |
388 | - sp:predicate _:b64 ; | 345 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
389 | - sp:subject _:b62 | 346 | + sp:subject _:b49 |
390 | - ] [ sp:object _:b65 ; | 347 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; |
391 | sp:predicate rdf:type ; | 348 | sp:predicate rdf:type ; |
392 | - sp:subject _:b51 | 349 | + sp:subject _:b63 |
393 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; | 350 | + ] [ sp:object _:b64 ; |
351 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
352 | + sp:subject _:b63 | ||
353 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | ||
354 | + sp:predicate rdf:type ; | ||
355 | + sp:subject _:b64 | ||
356 | + ] [ sp:object _:b65 ; | ||
357 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ; | ||
358 | + sp:subject _:b64 | ||
359 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
394 | sp:predicate rdf:type ; | 360 | sp:predicate rdf:type ; |
395 | sp:subject _:b65 | 361 | sp:subject _:b65 |
396 | ] [ sp:object _:b66 ; | 362 | ] [ sp:object _:b66 ; |
397 | sp:predicate _:b67 ; | 363 | sp:predicate _:b67 ; |
398 | sp:subject _:b65 | 364 | sp:subject _:b65 |
399 | ] [ sp:object _:b68 ; | 365 | ] [ sp:object _:b68 ; |
400 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; | 366 | + sp:predicate rdfs:comment ; |
401 | - sp:subject _:b51 | 367 | + sp:subject _:b47 |
402 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
403 | - sp:predicate rdf:type ; | ||
404 | - sp:subject _:b68 | ||
405 | ] [ sp:object _:b69 ; | 368 | ] [ sp:object _:b69 ; |
406 | - sp:predicate _:b70 ; | 369 | + sp:predicate rdf:type ; |
407 | - sp:subject _:b68 | 370 | + sp:subject _:b47 |
371 | + ] [ sp:object _:b70 ; | ||
372 | + sp:predicate rdf:type ; | ||
373 | + sp:subject _:b47 | ||
408 | ] [ sp:object _:b71 ; | 374 | ] [ sp:object _:b71 ; |
409 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; | ||
410 | - sp:subject _:b51 | ||
411 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
412 | sp:predicate rdf:type ; | 375 | sp:predicate rdf:type ; |
413 | - sp:subject _:b71 | 376 | + sp:subject _:b47 |
414 | ] [ sp:object _:b72 ; | 377 | ] [ sp:object _:b72 ; |
415 | - sp:predicate _:b73 ; | 378 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; |
416 | - sp:subject _:b71 | 379 | + sp:subject _:b47 |
417 | - ] [ sp:object _:b74 ; | 380 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
418 | - sp:predicate rdfs:comment ; | 381 | + sp:predicate rdf:type ; |
419 | - sp:subject _:b51 | 382 | + sp:subject _:b72 |
383 | + ] [ sp:object _:b73 ; | ||
384 | + sp:predicate _:b74 ; | ||
385 | + sp:subject _:b72 | ||
386 | + ] [ sp:object _:b75 ; | ||
387 | + sp:predicate rdf:type ; | ||
388 | + sp:subject _:b47 | ||
389 | + ] [ sp:object _:b76 ; | ||
390 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
391 | + sp:subject _:b47 | ||
392 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
393 | + sp:predicate rdf:type ; | ||
394 | + sp:subject _:b76 | ||
395 | + ] [ sp:object _:b77 ; | ||
396 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
397 | + sp:subject _:b76 | ||
420 | ]) ; | 398 | ]) ; |
421 | - sp:where ([ sp:object _:b75 ; | 399 | + sp:where ([ sp:object _:b78 ; |
422 | sp:predicate ep-spin-lib:nameWellbore ; | 400 | sp:predicate ep-spin-lib:nameWellbore ; |
423 | sp:subject spin:_this | 401 | sp:subject spin:_this |
424 | - ] [ sp:object _:b76 ; | 402 | + ] [ sp:object _:b79 ; |
425 | sp:predicate ddr:dTimStart ; | 403 | sp:predicate ddr:dTimStart ; |
426 | sp:subject spin:_this | 404 | sp:subject spin:_this |
427 | - ] [ sp:object _:b77 ; | 405 | + ] [ sp:object _:b80 ; |
428 | sp:predicate ddr:cementStageRef ; | 406 | sp:predicate ddr:cementStageRef ; |
429 | sp:subject spin:_this | 407 | sp:subject spin:_this |
430 | - ] [ sp:object | 408 | + ] [ sp:object _:b50 ; |
431 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
432 | - ] ; | ||
433 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 409 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
434 | - sp:subject _:b78 | 410 | + sp:subject _:b48 |
435 | - ] [ sp:object _:b79 ; | 411 | + ] [ rdf:type sp:Optional ; |
436 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 412 | + sp:elements ([ sp:object _:b60 ; |
413 | + sp:predicate ddr:dTimPumpStart ; | ||
437 | sp:subject _:b80 | 414 | sp:subject _:b80 |
438 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | 415 | + ]) |
439 | - sp:predicate rdf:type ; | ||
440 | - sp:subject _:b79 | ||
441 | - ] [ sp:object _:b52 ; | ||
442 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
443 | - sp:subject _:b79 | ||
444 | - ] [ sp:object _:b81 ; | ||
445 | - sp:predicate ddr:cementingFluidRef ; | ||
446 | - sp:subject _:b77 | ||
447 | ] [ rdf:type sp:Optional ; | 416 | ] [ rdf:type sp:Optional ; |
448 | - sp:elements ([ sp:object _:b82 ; | 417 | + sp:elements ([ sp:object _:b61 ; |
449 | - sp:predicate ddr:typeFluidRef ; | 418 | + sp:predicate ddr:dTimPumpEnd ; |
450 | - sp:subject _:b81 | 419 | + sp:subject _:b80 |
451 | ]) | 420 | ]) |
452 | ] [ rdf:type sp:Optional ; | 421 | ] [ rdf:type sp:Optional ; |
453 | - sp:elements ([ sp:object _:b58 ; | 422 | + sp:elements ([ sp:object _:b81 ; |
454 | - sp:predicate ddr:descFluid ; | 423 | + sp:predicate ddr:jobTypeRef ; |
455 | - sp:subject _:b81 | 424 | + sp:subject _:b80 |
456 | ]) | 425 | ]) |
457 | ] [ rdf:type sp:Optional ; | 426 | ] [ rdf:type sp:Optional ; |
458 | - sp:elements ([ sp:object _:b83 ; | 427 | + sp:elements ([ sp:object _:b82 ; |
459 | - sp:predicate ddr:ratioMixWaterRef ; | 428 | + sp:predicate ddr:casingStrDiaRef ; |
460 | - sp:subject _:b81 | 429 | + sp:subject _:b80 |
461 | - ] [ sp:object _:b84 ; | 430 | + ] [ sp:object _:b83 ; |
462 | sp:predicate ddr:uomRef ; | 431 | sp:predicate ddr:uomRef ; |
463 | - sp:subject _:b83 | 432 | + sp:subject _:b82 |
464 | - ] [ sp:object _:b60 ; | 433 | + ] [ sp:object _:b66 ; |
465 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 434 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
466 | - sp:subject _:b83 | 435 | + sp:subject _:b82 |
467 | ]) | 436 | ]) |
468 | ] [ rdf:type sp:Optional ; | 437 | ] [ rdf:type sp:Optional ; |
469 | - sp:elements ([ sp:object _:b85 ; | 438 | + sp:elements ([ sp:object _:b68 ; |
470 | - sp:predicate ddr:densityRef ; | 439 | + sp:predicate ddr:comments ; |
471 | - sp:subject _:b81 | 440 | + sp:subject _:b80 |
472 | - ] [ sp:object _:b86 ; | 441 | + ]) |
442 | + ] [ rdf:type sp:Optional ; | ||
443 | + sp:elements ([ sp:object _:b84 ; | ||
444 | + sp:predicate ddr:volReturnsRef ; | ||
445 | + sp:subject _:b80 | ||
446 | + ] [ sp:object _:b85 ; | ||
473 | sp:predicate ddr:uomRef ; | 447 | sp:predicate ddr:uomRef ; |
474 | - sp:subject _:b85 | 448 | + sp:subject _:b84 |
475 | - ] [ sp:object _:b63 ; | 449 | + ] [ sp:object _:b58 ; |
476 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 450 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
477 | - sp:subject _:b85 | 451 | + sp:subject _:b84 |
452 | + ]) | ||
453 | + ] [ rdf:type sp:Optional ; | ||
454 | + sp:elements ([ sp:object _:b77 ; | ||
455 | + sp:predicate ddr:dTimPresReleased ; | ||
456 | + sp:subject _:b80 | ||
457 | + ]) | ||
458 | + ] [ rdf:type sp:Optional ; | ||
459 | + sp:elements ([ sp:object _:b86 ; | ||
460 | + sp:predicate ddr:annFlowAfter ; | ||
461 | + sp:subject _:b80 | ||
462 | + ]) | ||
463 | + ] [ rdf:type sp:Optional ; | ||
464 | + sp:elements ([ sp:object _:b87 ; | ||
465 | + sp:predicate ddr:topPlug ; | ||
466 | + sp:subject _:b80 | ||
478 | ]) | 467 | ]) |
479 | ] [ rdf:type sp:Optional ; | 468 | ] [ rdf:type sp:Optional ; |
480 | - sp:elements ([ sp:object _:b87 ; | 469 | + sp:elements ([ sp:object _:b88 ; |
481 | - sp:predicate ddr:volPumpedRef ; | 470 | + sp:predicate ddr:botPlug ; |
482 | - sp:subject _:b81 | 471 | + sp:subject _:b80 |
483 | - ] [ sp:object _:b88 ; | ||
484 | - sp:predicate ddr:uomRef ; | ||
485 | - sp:subject _:b87 | ||
486 | - ] [ sp:object _:b54 ; | ||
487 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
488 | - sp:subject _:b87 | ||
489 | ]) | 472 | ]) |
490 | ] [ rdf:type sp:Optional ; | 473 | ] [ rdf:type sp:Optional ; |
491 | sp:elements ([ sp:object _:b89 ; | 474 | sp:elements ([ sp:object _:b89 ; |
492 | - sp:predicate ddr:ypRef ; | 475 | + sp:predicate ddr:plugBumped ; |
493 | - sp:subject _:b81 | 476 | + sp:subject _:b80 |
494 | - ] [ sp:object _:b90 ; | ||
495 | - sp:predicate ddr:uomRef ; | ||
496 | - sp:subject _:b89 | ||
497 | - ] [ sp:object _:b66 ; | ||
498 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
499 | - sp:subject _:b89 | ||
500 | ]) | 477 | ]) |
501 | ] [ rdf:type sp:Optional ; | 478 | ] [ rdf:type sp:Optional ; |
502 | - sp:elements ([ sp:object _:b91 ; | 479 | + sp:elements ([ sp:object _:b90 ; |
503 | - sp:predicate ddr:eTimThickeningRef ; | 480 | + sp:predicate ddr:presBumpRef ; |
504 | - sp:subject _:b81 | 481 | + sp:subject _:b80 |
505 | - ] [ sp:object _:b92 ; | 482 | + ] [ sp:object _:b91 ; |
506 | sp:predicate ddr:uomRef ; | 483 | sp:predicate ddr:uomRef ; |
507 | - sp:subject _:b91 | 484 | + sp:subject _:b90 |
508 | - ] [ sp:object _:b69 ; | 485 | + ] [ sp:object _:b73 ; |
509 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 486 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
510 | - sp:subject _:b91 | 487 | + sp:subject _:b90 |
488 | + ]) | ||
489 | + ] [ rdf:type sp:Optional ; | ||
490 | + sp:elements ([ sp:object _:b92 ; | ||
491 | + sp:predicate ddr:floatHeld ; | ||
492 | + sp:subject _:b80 | ||
511 | ]) | 493 | ]) |
512 | ] [ rdf:type sp:Optional ; | 494 | ] [ rdf:type sp:Optional ; |
513 | sp:elements ([ sp:object _:b93 ; | 495 | sp:elements ([ sp:object _:b93 ; |
514 | - sp:predicate ddr:pcFreeWaterRef ; | 496 | + sp:predicate ddr:reciprocated ; |
515 | - sp:subject _:b81 | 497 | + sp:subject _:b80 |
516 | - ] [ sp:object _:b94 ; | ||
517 | - sp:predicate ddr:uomRef ; | ||
518 | - sp:subject _:b93 | ||
519 | - ] [ sp:object _:b72 ; | ||
520 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
521 | - sp:subject _:b93 | ||
522 | ]) | 498 | ]) |
523 | ] [ rdf:type sp:Optional ; | 499 | ] [ rdf:type sp:Optional ; |
524 | - sp:elements ([ sp:object _:b74 ; | 500 | + sp:elements ([ sp:object _:b94 ; |
525 | - sp:predicate ddr:comments ; | 501 | + sp:predicate ddr:rotated ; |
526 | - sp:subject _:b81 | 502 | + sp:subject _:b80 |
527 | ]) | 503 | ]) |
528 | ] [ rdf:type sp:Bind ; | 504 | ] [ rdf:type sp:Bind ; |
529 | sp:expression | 505 | sp:expression |
530 | [ rdf:type ep-spin-lib:normalizeString ; | 506 | [ rdf:type ep-spin-lib:normalizeString ; |
531 | - sp:arg1 _:b75 | 507 | + sp:arg1 _:b78 |
532 | ] ; | 508 | ] ; |
533 | sp:variable _:b95 | 509 | sp:variable _:b95 |
534 | ] [ rdf:type sp:Bind ; | 510 | ] [ rdf:type sp:Bind ; |
535 | sp:expression | 511 | sp:expression |
536 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 512 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
537 | sp:arg1 _:b95 ; | 513 | sp:arg1 _:b95 ; |
538 | - sp:arg2 _:b76 | 514 | + sp:arg2 _:b79 |
539 | ] ; | 515 | ] ; |
540 | - sp:variable _:b78 | 516 | + sp:variable _:b48 |
541 | ] [ rdf:type sp:Bind ; | 517 | ] [ rdf:type sp:Bind ; |
542 | sp:expression | 518 | sp:expression |
543 | [ rdf:type afn:localname ; | 519 | [ rdf:type afn:localname ; |
544 | - sp:arg1 _:b77 | 520 | + sp:arg1 _:b80 |
545 | ] ; | 521 | ] ; |
546 | sp:variable _:b96 | 522 | sp:variable _:b96 |
547 | ] [ rdf:type sp:Bind ; | 523 | ] [ rdf:type sp:Bind ; |
... | @@ -550,163 +526,183 @@ ddr:Obj_drillReport | ... | @@ -550,163 +526,183 @@ ddr:Obj_drillReport |
550 | sp:arg1 _:b95 ; | 526 | sp:arg1 _:b95 ; |
551 | sp:arg2 _:b96 | 527 | sp:arg2 _:b96 |
552 | ] ; | 528 | ] ; |
553 | - sp:variable _:b80 | 529 | + sp:variable _:b47 |
554 | ] [ rdf:type sp:Bind ; | 530 | ] [ rdf:type sp:Bind ; |
555 | sp:expression | 531 | sp:expression |
556 | - [ rdf:type ep-spin-lib:selectFluidType ; | 532 | + [ rdf:type ep-spin-lib:selectWellCementJobType ; |
557 | - sp:arg1 _:b82 | 533 | + sp:arg1 _:b81 |
558 | ] ; | 534 | ] ; |
559 | - sp:variable _:b56 | 535 | + sp:variable _:b51 |
560 | ] [ rdf:type sp:Bind ; | 536 | ] [ rdf:type sp:Bind ; |
561 | sp:expression | 537 | sp:expression |
562 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 538 | + [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; |
539 | + sp:arg1 _:b86 | ||
540 | + ] ; | ||
541 | + sp:variable _:b55 | ||
542 | + ] [ rdf:type sp:Bind ; | ||
543 | + sp:expression | ||
544 | + [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | ||
545 | + sp:arg1 _:b87 | ||
546 | + ] ; | ||
547 | + sp:variable _:b52 | ||
548 | + ] [ rdf:type sp:Bind ; | ||
549 | + sp:expression | ||
550 | + [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | ||
551 | + sp:arg1 _:b88 | ||
552 | + ] ; | ||
553 | + sp:variable _:b53 | ||
554 | + ] [ rdf:type sp:Bind ; | ||
555 | + sp:expression | ||
556 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | ||
563 | sp:arg1 _:b94 | 557 | sp:arg1 _:b94 |
564 | ] ; | 558 | ] ; |
565 | - sp:variable _:b73 | 559 | + sp:variable _:b69 |
566 | ] [ rdf:type sp:Bind ; | 560 | ] [ rdf:type sp:Bind ; |
567 | sp:expression | 561 | sp:expression |
568 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 562 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; |
569 | - sp:arg1 _:b92 | 563 | + sp:arg1 _:b93 |
570 | ] ; | 564 | ] ; |
571 | sp:variable _:b70 | 565 | sp:variable _:b70 |
572 | ] [ rdf:type sp:Bind ; | 566 | ] [ rdf:type sp:Bind ; |
573 | sp:expression | 567 | sp:expression |
574 | - [ rdf:type ep-spin-lib:selectYieldPointScale ; | 568 | + [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; |
575 | - sp:arg1 _:b90 | 569 | + sp:arg1 _:b89 |
576 | ] ; | 570 | ] ; |
577 | - sp:variable _:b67 | 571 | + sp:variable _:b71 |
578 | ] [ rdf:type sp:Bind ; | 572 | ] [ rdf:type sp:Bind ; |
579 | sp:expression | 573 | sp:expression |
580 | - [ rdf:type ep-spin-lib:selectDensityScale ; | 574 | + [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; |
581 | - sp:arg1 _:b86 | 575 | + sp:arg1 _:b92 |
576 | + ] ; | ||
577 | + sp:variable _:b75 | ||
578 | + ] [ rdf:type sp:Bind ; | ||
579 | + sp:expression | ||
580 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
581 | + sp:arg1 _:b91 | ||
582 | ] ; | 582 | ] ; |
583 | - sp:variable _:b64 | 583 | + sp:variable _:b74 |
584 | ] [ rdf:type sp:Bind ; | 584 | ] [ rdf:type sp:Bind ; |
585 | sp:expression | 585 | sp:expression |
586 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 586 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
587 | - sp:arg1 _:b88 | 587 | + sp:arg1 _:b85 |
588 | ] ; | 588 | ] ; |
589 | - sp:variable _:b55 | 589 | + sp:variable _:b59 |
590 | ] [ rdf:type sp:Bind ; | 590 | ] [ rdf:type sp:Bind ; |
591 | sp:expression | 591 | sp:expression |
592 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 592 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
593 | - sp:arg1 _:b84 | 593 | + sp:arg1 _:b83 |
594 | ] ; | 594 | ] ; |
595 | - sp:variable _:b61 | 595 | + sp:variable _:b67 |
596 | ]) | 596 | ]) |
597 | ] . | 597 | ] . |
598 | 598 | ||
599 | -_:b21 | 599 | +_:b11 |
600 | - sp:varName "lengthScaleCasingStrDia"^^xsd:string . | 600 | + sp:varName "ratioScaleMixWater"^^xsd:string . |
601 | - | ||
602 | -_:b13 | ||
603 | - sp:varName "volumeScaleReturns"^^xsd:string . | ||
604 | 601 | ||
605 | -_:b28 | 602 | +_:b5 sp:varName "volumeScalePumped"^^xsd:string . |
606 | - sp:varName "pressureScaleBump"^^xsd:string . | ||
607 | 603 | ||
608 | -_:b29 | 604 | +_:b14 |
609 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 605 | + sp:varName "densityScale"^^xsd:string . |
610 | 606 | ||
611 | -_:b25 | 607 | +_:b17 |
612 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 608 | + sp:varName "yieldPointScale"^^xsd:string . |
613 | 609 | ||
614 | -_:b24 | 610 | +_:b20 |
615 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 611 | + sp:varName "durationScaleETim"^^xsd:string . |
616 | 612 | ||
617 | _:b23 | 613 | _:b23 |
618 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 614 | + sp:varName "ratioScalePcFreeWater"^^xsd:string . |
619 | - | ||
620 | -_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
621 | - | ||
622 | -_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
623 | - | ||
624 | -_:b9 sp:varName "cementingFluidReturnType"^^xsd:string . | ||
625 | - | ||
626 | -_:b5 sp:varName "wellCementJobType"^^xsd:string . | ||
627 | 615 | ||
628 | -_:b1 sp:varName "wellCementJob"^^xsd:string . | 616 | +_:b6 sp:varName "cementingFluidType"^^xsd:string . |
629 | 617 | ||
630 | -_:b50 | 618 | +_:b46 |
631 | sp:varName "localname"^^xsd:string . | 619 | sp:varName "localname"^^xsd:string . |
632 | 620 | ||
633 | -_:b49 | 621 | +_:b45 |
634 | sp:varName "normalizedWellBoreName"^^xsd:string . | 622 | sp:varName "normalizedWellBoreName"^^xsd:string . |
635 | 623 | ||
636 | -_:b48 | 624 | +_:b24 |
637 | - sp:varName "rotated"^^xsd:string . | 625 | + sp:varName "cementingFluidComments"^^xsd:string . |
638 | - | ||
639 | -_:b47 | ||
640 | - sp:varName "reciprocated"^^xsd:string . | ||
641 | - | ||
642 | -_:b46 | ||
643 | - sp:varName "floatHeld"^^xsd:string . | ||
644 | - | ||
645 | -_:b27 | ||
646 | - sp:varName "realPresBump"^^xsd:string . | ||
647 | 626 | ||
648 | -_:b45 | 627 | +_:b22 |
649 | - sp:varName "uomPresBump"^^xsd:string . | 628 | + sp:varName "realPcFreeWater"^^xsd:string . |
650 | 629 | ||
651 | _:b44 | 630 | _:b44 |
652 | - sp:varName "presBump"^^xsd:string . | 631 | + sp:varName "uomPcFreeWater"^^xsd:string . |
653 | 632 | ||
654 | _:b43 | 633 | _:b43 |
655 | - sp:varName "plugBumped"^^xsd:string . | 634 | + sp:varName "pcFreeWater"^^xsd:string . |
635 | + | ||
636 | +_:b19 | ||
637 | + sp:varName "realETim"^^xsd:string . | ||
656 | 638 | ||
657 | _:b42 | 639 | _:b42 |
658 | - sp:varName "botPlug"^^xsd:string . | 640 | + sp:varName "uomETim"^^xsd:string . |
659 | 641 | ||
660 | _:b41 | 642 | _:b41 |
661 | - sp:varName "topPlug"^^xsd:string . | 643 | + sp:varName "eTimThickening"^^xsd:string . |
662 | - | ||
663 | -_:b40 | ||
664 | - sp:varName "annFlowAfter"^^xsd:string . | ||
665 | 644 | ||
666 | -_:b31 | 645 | +_:b16 |
667 | - sp:varName "dTimPresReleased"^^xsd:string . | 646 | + sp:varName "realYp"^^xsd:string . |
668 | 647 | ||
669 | -_:b12 | 648 | +_:b40 |
670 | - sp:varName "realVolReturns"^^xsd:string . | 649 | + sp:varName "uomYp"^^xsd:string . |
671 | 650 | ||
672 | _:b39 | 651 | _:b39 |
673 | - sp:varName "uomVolReturns"^^xsd:string . | 652 | + sp:varName "yp"^^xsd:string . |
674 | - | ||
675 | -_:b38 | ||
676 | - sp:varName "volReturns"^^xsd:string . | ||
677 | 653 | ||
678 | -_:b22 | 654 | +_:b4 sp:varName "realVolPumped"^^xsd:string . |
679 | - sp:varName "cementStageComments"^^xsd:string . | ||
680 | 655 | ||
681 | -_:b20 | 656 | +_:b38 |
682 | - sp:varName "realCasingStrDia"^^xsd:string . | 657 | + sp:varName "uomVolPumped"^^xsd:string . |
683 | 658 | ||
684 | _:b37 | 659 | _:b37 |
685 | - sp:varName "uomCasingStrDia"^^xsd:string . | 660 | + sp:varName "volPumped"^^xsd:string . |
661 | + | ||
662 | +_:b13 | ||
663 | + sp:varName "realDensity"^^xsd:string . | ||
686 | 664 | ||
687 | _:b36 | 665 | _:b36 |
688 | - sp:varName "casingStrDia"^^xsd:string . | 666 | + sp:varName "uomDensity"^^xsd:string . |
689 | 667 | ||
690 | _:b35 | 668 | _:b35 |
691 | - sp:varName "enumJobType"^^xsd:string . | 669 | + sp:varName "density"^^xsd:string . |
692 | 670 | ||
693 | -_:b15 | 671 | +_:b10 |
694 | - sp:varName "dTimPumpEnd"^^xsd:string . | 672 | + sp:varName "realRatioMixWater"^^xsd:string . |
695 | 673 | ||
696 | -_:b14 | 674 | +_:b34 |
697 | - sp:varName "dTimPumpStart"^^xsd:string . | 675 | + sp:varName "uomRatioMixWater"^^xsd:string . |
698 | 676 | ||
699 | -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | 677 | +_:b33 |
678 | + sp:varName "ratioMixWater"^^xsd:string . | ||
700 | 679 | ||
701 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 680 | +_:b8 sp:varName "cementingFluidDescription"^^xsd:string . |
702 | 681 | ||
703 | -_:b34 | 682 | +_:b32 |
683 | + sp:varName "enumTypeFluid"^^xsd:string . | ||
684 | + | ||
685 | +_:b31 | ||
686 | + sp:varName "cementingFluid"^^xsd:string . | ||
687 | + | ||
688 | +_:b2 sp:varName "pumpedFluid"^^xsd:string . | ||
689 | + | ||
690 | +_:b29 | ||
691 | + sp:varName "wellCementPumping"^^xsd:string . | ||
692 | + | ||
693 | +_:b30 | ||
694 | + sp:varName "wellCementJob"^^xsd:string . | ||
695 | + | ||
696 | +_:b28 | ||
697 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
698 | + | ||
699 | +_:b27 | ||
704 | sp:varName "cementStage"^^xsd:string . | 700 | sp:varName "cementStage"^^xsd:string . |
705 | 701 | ||
706 | -_:b33 | 702 | +_:b26 |
707 | sp:varName "dTimStart"^^xsd:string . | 703 | sp:varName "dTimStart"^^xsd:string . |
708 | 704 | ||
709 | -_:b32 | 705 | +_:b25 |
710 | sp:varName "nameWellBore"^^xsd:string . | 706 | sp:varName "nameWellBore"^^xsd:string . |
711 | 707 | ||
712 | _:b96 | 708 | _:b96 |
... | @@ -716,109 +712,115 @@ _:b95 | ... | @@ -716,109 +712,115 @@ _:b95 |
716 | sp:varName "normalizedWellBoreName"^^xsd:string . | 712 | sp:varName "normalizedWellBoreName"^^xsd:string . |
717 | 713 | ||
718 | _:b94 | 714 | _:b94 |
719 | - sp:varName "uomPcFreeWater"^^xsd:string . | 715 | + sp:varName "rotated"^^xsd:string . |
720 | 716 | ||
721 | _:b93 | 717 | _:b93 |
722 | - sp:varName "pcFreeWater"^^xsd:string . | 718 | + sp:varName "reciprocated"^^xsd:string . |
723 | 719 | ||
724 | _:b92 | 720 | _:b92 |
725 | - sp:varName "uomETim"^^xsd:string . | 721 | + sp:varName "floatHeld"^^xsd:string . |
726 | 722 | ||
727 | _:b91 | 723 | _:b91 |
728 | - sp:varName "eTimThickening"^^xsd:string . | 724 | + sp:varName "uomPresBump"^^xsd:string . |
729 | 725 | ||
730 | _:b90 | 726 | _:b90 |
731 | - sp:varName "uomYp"^^xsd:string . | 727 | + sp:varName "presBump"^^xsd:string . |
732 | 728 | ||
733 | _:b89 | 729 | _:b89 |
734 | - sp:varName "yp"^^xsd:string . | 730 | + sp:varName "plugBumped"^^xsd:string . |
735 | 731 | ||
736 | _:b88 | 732 | _:b88 |
737 | - sp:varName "uomVolPumped"^^xsd:string . | 733 | + sp:varName "botPlug"^^xsd:string . |
738 | 734 | ||
739 | _:b87 | 735 | _:b87 |
740 | - sp:varName "volPumped"^^xsd:string . | 736 | + sp:varName "topPlug"^^xsd:string . |
741 | 737 | ||
742 | _:b86 | 738 | _:b86 |
743 | - sp:varName "uomDensity"^^xsd:string . | 739 | + sp:varName "annFlowAfter"^^xsd:string . |
744 | 740 | ||
745 | _:b85 | 741 | _:b85 |
746 | - sp:varName "density"^^xsd:string . | 742 | + sp:varName "uomVolReturns"^^xsd:string . |
747 | 743 | ||
748 | _:b84 | 744 | _:b84 |
749 | - sp:varName "uomRatioMixWater"^^xsd:string . | 745 | + sp:varName "volReturns"^^xsd:string . |
750 | 746 | ||
751 | _:b83 | 747 | _:b83 |
752 | - sp:varName "ratioMixWater"^^xsd:string . | 748 | + sp:varName "uomCasingStrDia"^^xsd:string . |
753 | 749 | ||
754 | _:b82 | 750 | _:b82 |
755 | - sp:varName "enumTypeFluid"^^xsd:string . | 751 | + sp:varName "casingStrDia"^^xsd:string . |
756 | 752 | ||
757 | _:b81 | 753 | _:b81 |
758 | - sp:varName "cementingFluid"^^xsd:string . | 754 | + sp:varName "enumJobType"^^xsd:string . |
759 | 755 | ||
760 | _:b80 | 756 | _:b80 |
761 | - sp:varName "wellCementJob"^^xsd:string . | 757 | + sp:varName "cementStage"^^xsd:string . |
762 | 758 | ||
763 | _:b79 | 759 | _:b79 |
764 | - sp:varName "wellCementPumping"^^xsd:string . | 760 | + sp:varName "dTimStart"^^xsd:string . |
765 | 761 | ||
766 | _:b78 | 762 | _:b78 |
767 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 763 | + sp:varName "nameWellBore"^^xsd:string . |
768 | 764 | ||
769 | _:b77 | 765 | _:b77 |
770 | - sp:varName "cementStage"^^xsd:string . | 766 | + sp:varName "dTimPresReleased"^^xsd:string . |
771 | - | ||
772 | -_:b76 | ||
773 | - sp:varName "dTimStart"^^xsd:string . | ||
774 | 767 | ||
775 | _:b75 | 768 | _:b75 |
776 | - sp:varName "nameWellBore"^^xsd:string . | 769 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
777 | 770 | ||
778 | _:b74 | 771 | _:b74 |
779 | - sp:varName "cementingFluidComments"^^xsd:string . | 772 | + sp:varName "pressureScaleBump"^^xsd:string . |
780 | 773 | ||
781 | _:b73 | 774 | _:b73 |
782 | - sp:varName "ratioScalePcFreeWater"^^xsd:string . | 775 | + sp:varName "realPresBump"^^xsd:string . |
783 | 776 | ||
784 | -_:b72 | 777 | +_:b71 |
785 | - sp:varName "realPcFreeWater"^^xsd:string . | 778 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . |
786 | 779 | ||
787 | _:b70 | 780 | _:b70 |
788 | - sp:varName "durationScaleETim"^^xsd:string . | 781 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
789 | 782 | ||
790 | _:b69 | 783 | _:b69 |
791 | - sp:varName "realETim"^^xsd:string . | 784 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
785 | + | ||
786 | +_:b68 | ||
787 | + sp:varName "cementStageComments"^^xsd:string . | ||
792 | 788 | ||
793 | _:b67 | 789 | _:b67 |
794 | - sp:varName "yieldPointScale"^^xsd:string . | 790 | + sp:varName "lengthScaleCasingStrDia"^^xsd:string . |
795 | 791 | ||
796 | _:b66 | 792 | _:b66 |
797 | - sp:varName "realYp"^^xsd:string . | 793 | + sp:varName "realCasingStrDia"^^xsd:string . |
798 | - | ||
799 | -_:b64 | ||
800 | - sp:varName "densityScale"^^xsd:string . | ||
801 | - | ||
802 | -_:b63 | ||
803 | - sp:varName "realDensity"^^xsd:string . | ||
804 | 794 | ||
805 | _:b61 | 795 | _:b61 |
806 | - sp:varName "ratioScaleMixWater"^^xsd:string . | 796 | + sp:varName "dTimPumpEnd"^^xsd:string . |
807 | 797 | ||
808 | _:b60 | 798 | _:b60 |
809 | - sp:varName "realRatioMixWater"^^xsd:string . | 799 | + sp:varName "dTimPumpStart"^^xsd:string . |
810 | 800 | ||
811 | -_:b58 | 801 | +_:b59 |
812 | - sp:varName "cementingFluidDescription"^^xsd:string . | 802 | + sp:varName "volumeScaleReturns"^^xsd:string . |
813 | 803 | ||
814 | -_:b56 | 804 | +_:b58 |
815 | - sp:varName "cementingFluidType"^^xsd:string . | 805 | + sp:varName "realVolReturns"^^xsd:string . |
816 | 806 | ||
817 | _:b55 | 807 | _:b55 |
818 | - sp:varName "volumeScalePumped"^^xsd:string . | 808 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
819 | 809 | ||
820 | -_:b54 | 810 | +_:b53 |
821 | - sp:varName "realVolPumped"^^xsd:string . | 811 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
822 | 812 | ||
823 | _:b52 | 813 | _:b52 |
824 | - sp:varName "pumpedFluid"^^xsd:string . | 814 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . |
815 | + | ||
816 | +_:b51 | ||
817 | + sp:varName "wellCementJobType"^^xsd:string . | ||
818 | + | ||
819 | +_:b50 | ||
820 | + sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
821 | + | ||
822 | +_:b48 | ||
823 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
824 | + | ||
825 | +_:b47 | ||
826 | + sp:varName "wellCementJob"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Mon Oct 03 07:41:49 BST 2011 | 1 | +# Saved by TopBraid on Mon Oct 03 15:10:17 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#> . | ... | ... |
-
Please register or login to post a comment