David Leal

Debug cementStage transform

1 -# Saved by TopBraid on Fri Sep 16 18:30:46 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:13:11 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/core
3 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model 3 # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
4 # imports: http://www.linkedmodel.org/1.2/schema/vaem 4 # imports: http://www.linkedmodel.org/1.2/schema/vaem
...@@ -69,6 +69,11 @@ ep-core:Scale ...@@ -69,6 +69,11 @@ ep-core:Scale
69 rdfs:label "scale"^^xsd:string ; 69 rdfs:label "scale"^^xsd:string ;
70 rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . 70 rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
71 71
72 +ep-core:SpecificVolume
73 + rdf:type rdfs:Class , ep-core:PropertySpace ;
74 + rdfs:label "specific volume"^^xsd:string ;
75 + rdfs:subClassOf owl:Class .
76 +
72 ep-core:Speed 77 ep-core:Speed
73 rdf:type ep-core:PropertySpace , rdfs:Class ; 78 rdf:type ep-core:PropertySpace , rdfs:Class ;
74 rdfs:label "speed"^^xsd:string ; 79 rdfs:label "speed"^^xsd:string ;
...@@ -293,6 +298,11 @@ ep-core:temporalPartOf ...@@ -293,6 +298,11 @@ ep-core:temporalPartOf
293 rdfs:subPropertyOf ep-core:partOf ; 298 rdfs:subPropertyOf ep-core:partOf ;
294 owl:inverseOf ep-core:hasTemporalPart . 299 owl:inverseOf ep-core:hasTemporalPart .
295 300
301 +ep-core:undefinedScale
302 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
303 + rdfs:domain owl:Class ;
304 + rdfs:label "undefined scale"^^xsd:string .
305 +
296 ep-core:usGallon_sack94-1 306 ep-core:usGallon_sack94-1
297 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 307 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
298 rdfs:domain ep-core:Ratio ; 308 rdfs:domain ep-core:Ratio ;
......
1 -# Saved by TopBraid on Fri Sep 16 17:30:05 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:00:29 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
...@@ -232,19 +232,14 @@ ep-well:cementingFluidPerCentFreeWater ...@@ -232,19 +232,14 @@ ep-well:cementingFluidPerCentFreeWater
232 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 232 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
233 rdfs:domain ep-well:CementingFluid ; 233 rdfs:domain ep-well:CementingFluid ;
234 rdfs:label "cementing fluid per cent free water"^^xsd:string ; 234 rdfs:label "cementing fluid per cent free water"^^xsd:string ;
235 - rdfs:range ep-core:Ratio . 235 + rdfs:range ep-core:SpecificVolume .
236 236
237 ep-well:cementingFluidThickeningTime 237 ep-well:cementingFluidThickeningTime
238 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 238 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
239 rdfs:domain ep-well:CementingFluid ; 239 rdfs:domain ep-well:CementingFluid ;
240 - rdfs:label "cementing fluid per cent free water"^^xsd:string ; 240 + rdfs:label "cementing fluid thickening time"^^xsd:string ;
241 rdfs:range ep-core:TimeDuration . 241 rdfs:range ep-core:TimeDuration .
242 242
243 -ep-well:diameterOfACasingOfAWellBore
244 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
245 - rdfs:label "diameter of a casing of a wellbore"^^xsd:string ;
246 - rdfs:range ep-core:Length .
247 -
248 ep-well:diameterOfAWellBorePilotHole 243 ep-well:diameterOfAWellBorePilotHole
249 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 244 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
250 rdfs:domain ep-well:WellBorePilotHole ; 245 rdfs:domain ep-well:WellBorePilotHole ;
...@@ -345,7 +340,7 @@ ep-well:ratioOfCementMixToWater ...@@ -345,7 +340,7 @@ ep-well:ratioOfCementMixToWater
345 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 340 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
346 rdfs:domain ep-well:CementingFluid ; 341 rdfs:domain ep-well:CementingFluid ;
347 rdfs:label "ratio of cement mix to water"^^xsd:string ; 342 rdfs:label "ratio of cement mix to water"^^xsd:string ;
348 - rdfs:range ep-core:Ratio . 343 + rdfs:range ep-core:SpecificVolume .
349 344
350 ep-well:shutInCasingPressure 345 ep-well:shutInCasingPressure
351 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 346 rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
......
1 -# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib 2 # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
3 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
4 # imports: http://www.witsml.org/schemas/1series 4 # imports: http://www.witsml.org/schemas/1series
...@@ -1032,51 +1032,6 @@ ep-spin-lib:selectCementingFluidReturnType ...@@ -1032,51 +1032,6 @@ ep-spin-lib:selectCementingFluidReturnType
1032 ]) 1032 ])
1033 ] . 1033 ] .
1034 1034
1035 -ep-spin-lib:selectCementingFluidType
1036 - rdf:type spin:Function ;
1037 - rdfs:label "select WellCementJobType"^^xsd:string ;
1038 - rdfs:subClassOf ep-spin-lib:Function ;
1039 - spin:body
1040 - [ rdf:type sp:Select ;
1041 - sp:resultVariables ([ sp:varName "cementingFluidType"^^xsd:string
1042 - ]) ;
1043 - sp:where ([ rdf:type sp:Bind ;
1044 - sp:expression
1045 - [ rdf:type sp:if ;
1046 - sp:arg1 [ rdf:type sp:eq ;
1047 - sp:arg1 spin:_arg1 ;
1048 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#FT_Mud>
1049 - ] ;
1050 - sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud> ;
1051 - sp:arg3 [ rdf:type sp:if ;
1052 - sp:arg1 [ rdf:type sp:eq ;
1053 - sp:arg1 spin:_arg1 ;
1054 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#FT_Wash>
1055 - ] ;
1056 - sp:arg2 <http://www.reportinghub.no/ep/schema/well#Wash> ;
1057 - sp:arg3 [ rdf:type sp:if ;
1058 - sp:arg1 [ rdf:type sp:eq ;
1059 - sp:arg1 spin:_arg1 ;
1060 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#FT_Spacer>
1061 - ] ;
1062 - sp:arg2 <http://www.reportinghub.no/ep/schema/well#Spacer> ;
1063 - sp:arg3 [ rdf:type sp:if ;
1064 - sp:arg1 [ rdf:type sp:eq ;
1065 - sp:arg1 spin:_arg1 ;
1066 - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#FT_Slurry>
1067 - ] ;
1068 - sp:arg2 <http://www.reportinghub.no/ep/schema/well#Slurry> ;
1069 - sp:arg3 <http://www.reportinghub.no/ep/schema/well#CementingFluid>
1070 - ]
1071 - ]
1072 - ]
1073 - ] ;
1074 - sp:variable
1075 - [ sp:varName "wellCementJobType"^^xsd:string
1076 - ]
1077 - ])
1078 - ] .
1079 -
1080 ep-spin-lib:selectComponentType 1035 ep-spin-lib:selectComponentType
1081 rdf:type spin:Function ; 1036 rdf:type spin:Function ;
1082 rdfs:label "select ComponentType"^^xsd:string ; 1037 rdfs:label "select ComponentType"^^xsd:string ;
...@@ -1175,7 +1130,7 @@ ep-spin-lib:selectDensityScale ...@@ -1175,7 +1130,7 @@ ep-spin-lib:selectDensityScale
1175 sp:arg2 ddr:DU_gcm3 1130 sp:arg2 ddr:DU_gcm3
1176 ] ; 1131 ] ;
1177 sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; 1132 sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
1178 - sp:arg3 owl:Thing 1133 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1179 ] 1134 ]
1180 ] ; 1135 ] ;
1181 sp:variable _:b54 1136 sp:variable _:b54
...@@ -2155,13 +2110,55 @@ ep-spin-lib:selectFixedOrMoveableRigType ...@@ -2155,13 +2110,55 @@ ep-spin-lib:selectFixedOrMoveableRigType
2155 ]) 2110 ])
2156 ] . 2111 ] .
2157 2112
2113 +ep-spin-lib:selectFluidType
2114 + rdf:type spin:Function ;
2115 + rdfs:label "select fluid type"^^xsd:string ;
2116 + rdfs:subClassOf ep-spin-lib:Function ;
2117 + spin:body
2118 + [ rdf:type sp:Select ;
2119 + sp:resultVariables (_:b60) ;
2120 + sp:where ([ rdf:type sp:Bind ;
2121 + sp:expression
2122 + [ rdf:type sp:if ;
2123 + sp:arg1 [ rdf:type sp:eq ;
2124 + sp:arg1 spin:_arg1 ;
2125 + sp:arg2 ddr:FT_Mud
2126 + ] ;
2127 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Mud> ;
2128 + sp:arg3 [ rdf:type sp:if ;
2129 + sp:arg1 [ rdf:type sp:eq ;
2130 + sp:arg1 spin:_arg1 ;
2131 + sp:arg2 ddr:FT_Wash
2132 + ] ;
2133 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Wash> ;
2134 + sp:arg3 [ rdf:type sp:if ;
2135 + sp:arg1 [ rdf:type sp:eq ;
2136 + sp:arg1 spin:_arg1 ;
2137 + sp:arg2 ddr:FT_Spacer
2138 + ] ;
2139 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Spacer> ;
2140 + sp:arg3 [ rdf:type sp:if ;
2141 + sp:arg1 [ rdf:type sp:eq ;
2142 + sp:arg1 spin:_arg1 ;
2143 + sp:arg2 ddr:FT_Slurry
2144 + ] ;
2145 + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Slurry> ;
2146 + sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid>
2147 + ]
2148 + ]
2149 + ]
2150 + ] ;
2151 + sp:variable _:b60
2152 + ])
2153 + ] .
2154 +
2158 ep-spin-lib:selectGasReadingType 2155 ep-spin-lib:selectGasReadingType
2159 rdf:type spin:Function ; 2156 rdf:type spin:Function ;
2160 rdfs:label "select GasReadingType"^^xsd:string ; 2157 rdfs:label "select GasReadingType"^^xsd:string ;
2161 rdfs:subClassOf ep-spin-lib:Function ; 2158 rdfs:subClassOf ep-spin-lib:Function ;
2162 spin:body 2159 spin:body
2163 [ rdf:type sp:Select ; 2160 [ rdf:type sp:Select ;
2164 - sp:resultVariables (_:b60) ; 2161 + sp:resultVariables (_:b61) ;
2165 sp:where ([ rdf:type sp:Bind ; 2162 sp:where ([ rdf:type sp:Bind ;
2166 sp:expression 2163 sp:expression
2167 [ rdf:type sp:if ; 2164 [ rdf:type sp:if ;
...@@ -2228,7 +2225,7 @@ ep-spin-lib:selectGasReadingType ...@@ -2228,7 +2225,7 @@ ep-spin-lib:selectGasReadingType
2228 ] 2225 ]
2229 ] 2226 ]
2230 ] ; 2227 ] ;
2231 - sp:variable _:b60 2228 + sp:variable _:b61
2232 ]) 2229 ])
2233 ] . 2230 ] .
2234 2231
...@@ -2238,7 +2235,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2238,7 +2235,7 @@ ep-spin-lib:selectInnerBarrelType
2238 rdfs:subClassOf ep-spin-lib:Function ; 2235 rdfs:subClassOf ep-spin-lib:Function ;
2239 spin:body 2236 spin:body
2240 [ rdf:type sp:Select ; 2237 [ rdf:type sp:Select ;
2241 - sp:resultVariables (_:b61) ; 2238 + sp:resultVariables (_:b62) ;
2242 sp:where ([ rdf:type sp:Bind ; 2239 sp:where ([ rdf:type sp:Bind ;
2243 sp:expression 2240 sp:expression
2244 [ rdf:type sp:if ; 2241 [ rdf:type sp:if ;
...@@ -2270,7 +2267,7 @@ ep-spin-lib:selectInnerBarrelType ...@@ -2270,7 +2267,7 @@ ep-spin-lib:selectInnerBarrelType
2270 ] 2267 ]
2271 ] 2268 ]
2272 ] ; 2269 ] ;
2273 - sp:variable _:b61 2270 + sp:variable _:b62
2274 ]) 2271 ])
2275 ] . 2272 ] .
2276 2273
...@@ -2280,7 +2277,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2280,7 +2277,7 @@ ep-spin-lib:selectLabelOfSystem
2280 rdfs:subClassOf ep-spin-lib:Function ; 2277 rdfs:subClassOf ep-spin-lib:Function ;
2281 spin:body 2278 spin:body
2282 [ rdf:type sp:Select ; 2279 [ rdf:type sp:Select ;
2283 - sp:resultVariables (_:b62) ; 2280 + sp:resultVariables (_:b63) ;
2284 sp:where ([ rdf:type sp:Bind ; 2281 sp:where ([ rdf:type sp:Bind ;
2285 sp:expression 2282 sp:expression
2286 [ rdf:type sp:if ; 2283 [ rdf:type sp:if ;
...@@ -2326,7 +2323,7 @@ ep-spin-lib:selectLabelOfSystem ...@@ -2326,7 +2323,7 @@ ep-spin-lib:selectLabelOfSystem
2326 ] 2323 ]
2327 ] 2324 ]
2328 ] ; 2325 ] ;
2329 - sp:variable _:b62 2326 + sp:variable _:b63
2330 ]) 2327 ])
2331 ] . 2328 ] .
2332 2329
...@@ -2336,7 +2333,7 @@ ep-spin-lib:selectLengthScale ...@@ -2336,7 +2333,7 @@ ep-spin-lib:selectLengthScale
2336 rdfs:subClassOf ep-spin-lib:Function ; 2333 rdfs:subClassOf ep-spin-lib:Function ;
2337 spin:body 2334 spin:body
2338 [ rdf:type sp:Select ; 2335 [ rdf:type sp:Select ;
2339 - sp:resultVariables (_:b63) ; 2336 + sp:resultVariables (_:b64) ;
2340 sp:where ([ rdf:type sp:Bind ; 2337 sp:where ([ rdf:type sp:Bind ;
2341 sp:expression 2338 sp:expression
2342 [ rdf:type sp:if ; 2339 [ rdf:type sp:if ;
...@@ -2399,7 +2396,7 @@ ep-spin-lib:selectLengthScale ...@@ -2399,7 +2396,7 @@ ep-spin-lib:selectLengthScale
2399 sp:arg2 ddr:LUM_m 2396 sp:arg2 ddr:LUM_m
2400 ] ; 2397 ] ;
2401 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ; 2398 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ;
2402 - sp:arg3 owl:Thing 2399 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2403 ] 2400 ]
2404 ] 2401 ]
2405 ] 2402 ]
...@@ -2410,7 +2407,7 @@ ep-spin-lib:selectLengthScale ...@@ -2410,7 +2407,7 @@ ep-spin-lib:selectLengthScale
2410 ] 2407 ]
2411 ] 2408 ]
2412 ] ; 2409 ] ;
2413 - sp:variable _:b63 2410 + sp:variable _:b64
2414 ]) 2411 ])
2415 ] . 2412 ] .
2416 2413
...@@ -2420,7 +2417,7 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2420,7 +2417,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
2420 rdfs:subClassOf ep-spin-lib:Function ; 2417 rdfs:subClassOf ep-spin-lib:Function ;
2421 spin:body 2418 spin:body
2422 [ rdf:type sp:Select ; 2419 [ rdf:type sp:Select ;
2423 - sp:resultVariables (_:b64) ; 2420 + sp:resultVariables (_:b65) ;
2424 sp:where ([ rdf:type sp:Bind ; 2421 sp:where ([ rdf:type sp:Bind ;
2425 sp:expression 2422 sp:expression
2426 [ rdf:type sp:if ; 2423 [ rdf:type sp:if ;
...@@ -2429,9 +2426,9 @@ ep-spin-lib:selectMassPerUnitLengthScale ...@@ -2429,9 +2426,9 @@ ep-spin-lib:selectMassPerUnitLengthScale
2429 sp:arg2 ddr:MPLUPPF_lbmft 2426 sp:arg2 ddr:MPLUPPF_lbmft
2430 ] ; 2427 ] ;
2431 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; 2428 sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
2432 - sp:arg3 owl:Thing 2429 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2433 ] ; 2430 ] ;
2434 - sp:variable _:b64 2431 + sp:variable _:b65
2435 ]) 2432 ])
2436 ] . 2433 ] .
2437 2434
...@@ -2441,7 +2438,7 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2441,7 +2438,7 @@ ep-spin-lib:selectPlaneAngleScale
2441 rdfs:subClassOf ep-spin-lib:Function ; 2438 rdfs:subClassOf ep-spin-lib:Function ;
2442 spin:body 2439 spin:body
2443 [ rdf:type sp:Select ; 2440 [ rdf:type sp:Select ;
2444 - sp:resultVariables (_:b65) ; 2441 + sp:resultVariables (_:b66) ;
2445 sp:where ([ rdf:type sp:Bind ; 2442 sp:where ([ rdf:type sp:Bind ;
2446 sp:expression 2443 sp:expression
2447 [ rdf:type sp:if ; 2444 [ rdf:type sp:if ;
...@@ -2450,9 +2447,9 @@ ep-spin-lib:selectPlaneAngleScale ...@@ -2450,9 +2447,9 @@ ep-spin-lib:selectPlaneAngleScale
2450 sp:arg2 ddr:PAU_dega 2447 sp:arg2 ddr:PAU_dega
2451 ] ; 2448 ] ;
2452 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 2449 sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
2453 - sp:arg3 owl:Thing 2450 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2454 ] ; 2451 ] ;
2455 - sp:variable _:b65 2452 + sp:variable _:b66
2456 ]) 2453 ])
2457 ] . 2454 ] .
2458 2455
...@@ -2462,7 +2459,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2462,7 +2459,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2462 rdfs:subClassOf ep-spin-lib:Function ; 2459 rdfs:subClassOf ep-spin-lib:Function ;
2463 spin:body 2460 spin:body
2464 [ rdf:type sp:Select ; 2461 [ rdf:type sp:Select ;
2465 - sp:resultVariables (_:b66) ; 2462 + sp:resultVariables (_:b67) ;
2466 sp:where ([ rdf:type sp:Bind ; 2463 sp:where ([ rdf:type sp:Bind ;
2467 sp:expression 2464 sp:expression
2468 [ rdf:type sp:if ; 2465 [ rdf:type sp:if ;
...@@ -2480,7 +2477,7 @@ ep-spin-lib:selectPorePressureDeterminationType ...@@ -2480,7 +2477,7 @@ ep-spin-lib:selectPorePressureDeterminationType
2480 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> 2477 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
2481 ] 2478 ]
2482 ] ; 2479 ] ;
2483 - sp:variable _:b66 2480 + sp:variable _:b67
2484 ]) 2481 ])
2485 ] . 2482 ] .
2486 2483
...@@ -2490,7 +2487,7 @@ ep-spin-lib:selectPressureScale ...@@ -2490,7 +2487,7 @@ ep-spin-lib:selectPressureScale
2490 rdfs:subClassOf ep-spin-lib:Function ; 2487 rdfs:subClassOf ep-spin-lib:Function ;
2491 spin:body 2488 spin:body
2492 [ rdf:type sp:Select ; 2489 [ rdf:type sp:Select ;
2493 - sp:resultVariables (_:b67) ; 2490 + sp:resultVariables (_:b68) ;
2494 sp:where ([ rdf:type sp:Bind ; 2491 sp:where ([ rdf:type sp:Bind ;
2495 sp:expression 2492 sp:expression
2496 [ rdf:type sp:if ; 2493 [ rdf:type sp:if ;
...@@ -2505,10 +2502,17 @@ ep-spin-lib:selectPressureScale ...@@ -2505,10 +2502,17 @@ ep-spin-lib:selectPressureScale
2505 sp:arg2 ddr:PUB_bar 2502 sp:arg2 ddr:PUB_bar
2506 ] ; 2503 ] ;
2507 sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ; 2504 sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ;
2508 - sp:arg3 owl:Thing 2505 + sp:arg3 [ rdf:type sp:if ;
2506 + sp:arg1 [ rdf:type sp:eq ;
2507 + sp:arg1 spin:_arg1 ;
2508 + sp:arg2 ddr:PU_bar
2509 + ] ;
2510 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ;
2511 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2512 + ]
2509 ] 2513 ]
2510 ] ; 2514 ] ;
2511 - sp:variable _:b67 2515 + sp:variable _:b68
2512 ]) 2516 ])
2513 ] . 2517 ] .
2514 2518
...@@ -2518,7 +2522,7 @@ ep-spin-lib:selectPressureTestType ...@@ -2518,7 +2522,7 @@ ep-spin-lib:selectPressureTestType
2518 rdfs:subClassOf ep-spin-lib:Function ; 2522 rdfs:subClassOf ep-spin-lib:Function ;
2519 spin:body 2523 spin:body
2520 [ rdf:type sp:Select ; 2524 [ rdf:type sp:Select ;
2521 - sp:resultVariables (_:b68) ; 2525 + sp:resultVariables (_:b69) ;
2522 sp:where ([ rdf:type sp:Bind ; 2526 sp:where ([ rdf:type sp:Bind ;
2523 sp:expression 2527 sp:expression
2524 [ rdf:type sp:if ; 2528 [ rdf:type sp:if ;
...@@ -2536,35 +2540,56 @@ ep-spin-lib:selectPressureTestType ...@@ -2536,35 +2540,56 @@ ep-spin-lib:selectPressureTestType
2536 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> 2540 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
2537 ] 2541 ]
2538 ] ; 2542 ] ;
2539 - sp:variable _:b68 2543 + sp:variable _:b69
2540 ]) 2544 ])
2541 ] . 2545 ] .
2542 2546
2543 -ep-spin-lib:selectRatioScale 2547 +ep-spin-lib:selectSpecificVolumeScale
2544 rdf:type spin:Function ; 2548 rdf:type spin:Function ;
2545 - rdfs:label "select ratio scale"^^xsd:string ; 2549 + rdfs:label "select specific volume scale"^^xsd:string ;
2546 rdfs:subClassOf ep-spin-lib:Function ; 2550 rdfs:subClassOf ep-spin-lib:Function ;
2547 spin:body 2551 spin:body
2548 [ rdf:type sp:Select ; 2552 [ rdf:type sp:Select ;
2549 - sp:resultVariables (_:b69) ; 2553 + sp:resultVariables (_:b70) ;
2550 sp:where ([ rdf:type sp:Bind ; 2554 sp:where ([ rdf:type sp:Bind ;
2551 sp:expression 2555 sp:expression
2552 [ rdf:type sp:if ; 2556 [ rdf:type sp:if ;
2553 sp:arg1 [ rdf:type sp:eq ; 2557 sp:arg1 [ rdf:type sp:eq ;
2554 sp:arg1 spin:_arg1 ; 2558 sp:arg1 spin:_arg1 ;
2555 - sp:arg2 ddr:SVU_galUSsack94 2559 + sp:arg2 ddr:SVUUGPS_galUSsack94
2556 ] ; 2560 ] ;
2557 sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; 2561 sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
2558 sp:arg3 [ rdf:type sp:if ; 2562 sp:arg3 [ rdf:type sp:if ;
2559 sp:arg1 [ rdf:type sp:eq ; 2563 sp:arg1 [ rdf:type sp:eq ;
2560 sp:arg1 spin:_arg1 ; 2564 sp:arg1 spin:_arg1 ;
2561 - sp:arg2 ddr:PU_ 2565 + sp:arg2 ddr:SVUUGPS_galsack
2562 ] ; 2566 ] ;
2563 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCent> ; 2567 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
2564 - sp:arg3 owl:Thing 2568 + sp:arg3 [ rdf:type sp:if ;
2569 + sp:arg1 [ rdf:type sp:eq ;
2570 + sp:arg1 spin:_arg1 ;
2571 + sp:arg2 ddr:SVU_galUSsack94
2572 + ] ;
2573 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
2574 + sp:arg3 [ rdf:type sp:if ;
2575 + sp:arg1 [ rdf:type sp:eq ;
2576 + sp:arg1 spin:_arg1 ;
2577 + sp:arg2 ddr:SVU_galsack
2578 + ] ;
2579 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ;
2580 + sp:arg3 [ rdf:type sp:if ;
2581 + sp:arg1 [ rdf:type sp:eq ;
2582 + sp:arg1 spin:_arg1 ;
2583 + sp:arg2 ddr:PU_
2584 + ] ;
2585 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCent> ;
2586 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2587 + ]
2588 + ]
2589 + ]
2565 ] 2590 ]
2566 ] ; 2591 ] ;
2567 - sp:variable _:b69 2592 + sp:variable _:b70
2568 ]) 2593 ])
2569 ] . 2594 ] .
2570 2595
...@@ -2574,7 +2599,7 @@ ep-spin-lib:selectSpeedScale ...@@ -2574,7 +2599,7 @@ ep-spin-lib:selectSpeedScale
2574 rdfs:subClassOf ep-spin-lib:Function ; 2599 rdfs:subClassOf ep-spin-lib:Function ;
2575 spin:body 2600 spin:body
2576 [ rdf:type sp:Select ; 2601 [ rdf:type sp:Select ;
2577 - sp:resultVariables (_:b70) ; 2602 + sp:resultVariables (_:b71) ;
2578 sp:where ([ rdf:type sp:Bind ; 2603 sp:where ([ rdf:type sp:Bind ;
2579 sp:expression 2604 sp:expression
2580 [ rdf:type sp:if ; 2605 [ rdf:type sp:if ;
...@@ -2583,9 +2608,9 @@ ep-spin-lib:selectSpeedScale ...@@ -2583,9 +2608,9 @@ ep-spin-lib:selectSpeedScale
2583 sp:arg2 ddr:VUMPH_mh 2608 sp:arg2 ddr:VUMPH_mh
2584 ] ; 2609 ] ;
2585 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; 2610 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
2586 - sp:arg3 owl:Thing 2611 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2587 ] ; 2612 ] ;
2588 - sp:variable _:b70 2613 + sp:variable _:b71
2589 ]) 2614 ])
2590 ] . 2615 ] .
2591 2616
...@@ -2595,7 +2620,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2595,7 +2620,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2595 rdfs:subClassOf ep-spin-lib:Function ; 2620 rdfs:subClassOf ep-spin-lib:Function ;
2596 spin:body 2621 spin:body
2597 [ rdf:type sp:Select ; 2622 [ rdf:type sp:Select ;
2598 - sp:resultVariables (_:b71) ; 2623 + sp:resultVariables (_:b72) ;
2599 sp:where ([ rdf:type sp:Bind ; 2624 sp:where ([ rdf:type sp:Bind ;
2600 sp:expression 2625 sp:expression
2601 [ rdf:type sp:if ; 2626 [ rdf:type sp:if ;
...@@ -2610,10 +2635,10 @@ ep-spin-lib:selectStrengthOfRockFormationScale ...@@ -2610,10 +2635,10 @@ ep-spin-lib:selectStrengthOfRockFormationScale
2610 sp:arg2 ddr:DU_gcm3 2635 sp:arg2 ddr:DU_gcm3
2611 ] ; 2636 ] ;
2612 sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; 2637 sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
2613 - sp:arg3 owl:Thing 2638 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2614 ] 2639 ]
2615 ] ; 2640 ] ;
2616 - sp:variable _:b71 2641 + sp:variable _:b72
2617 ]) 2642 ])
2618 ] . 2643 ] .
2619 2644
...@@ -2623,7 +2648,7 @@ ep-spin-lib:selectTemperatureScale ...@@ -2623,7 +2648,7 @@ ep-spin-lib:selectTemperatureScale
2623 rdfs:subClassOf ep-spin-lib:Function ; 2648 rdfs:subClassOf ep-spin-lib:Function ;
2624 spin:body 2649 spin:body
2625 [ rdf:type sp:Select ; 2650 [ rdf:type sp:Select ;
2626 - sp:resultVariables (_:b72) ; 2651 + sp:resultVariables (_:b73) ;
2627 sp:where ([ rdf:type sp:Bind ; 2652 sp:where ([ rdf:type sp:Bind ;
2628 sp:expression 2653 sp:expression
2629 [ rdf:type sp:if ; 2654 [ rdf:type sp:if ;
...@@ -2632,9 +2657,9 @@ ep-spin-lib:selectTemperatureScale ...@@ -2632,9 +2657,9 @@ ep-spin-lib:selectTemperatureScale
2632 sp:arg2 ddr:TTUC_degC 2657 sp:arg2 ddr:TTUC_degC
2633 ] ; 2658 ] ;
2634 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; 2659 sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
2635 - sp:arg3 owl:Thing 2660 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2636 ] ; 2661 ] ;
2637 - sp:variable _:b72 2662 + sp:variable _:b73
2638 ]) 2663 ])
2639 ] . 2664 ] .
2640 2665
...@@ -2644,7 +2669,7 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2644,7 +2669,7 @@ ep-spin-lib:selectTimeDurationScale
2644 rdfs:subClassOf ep-spin-lib:Function ; 2669 rdfs:subClassOf ep-spin-lib:Function ;
2645 spin:body 2670 spin:body
2646 [ rdf:type sp:Select ; 2671 [ rdf:type sp:Select ;
2647 - sp:resultVariables (_:b73) ; 2672 + sp:resultVariables (_:b74) ;
2648 sp:where ([ rdf:type sp:Bind ; 2673 sp:where ([ rdf:type sp:Bind ;
2649 sp:expression 2674 sp:expression
2650 [ rdf:type sp:if ; 2675 [ rdf:type sp:if ;
...@@ -2683,14 +2708,14 @@ ep-spin-lib:selectTimeDurationScale ...@@ -2683,14 +2708,14 @@ ep-spin-lib:selectTimeDurationScale
2683 sp:arg2 ddr:TUH_h 2708 sp:arg2 ddr:TUH_h
2684 ] ; 2709 ] ;
2685 sp:arg2 <http://www.reportinghub.no/ep/schema/core#hour> ; 2710 sp:arg2 <http://www.reportinghub.no/ep/schema/core#hour> ;
2686 - sp:arg3 owl:Thing 2711 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2687 ] 2712 ]
2688 ] 2713 ]
2689 ] 2714 ]
2690 ] 2715 ]
2691 ] 2716 ]
2692 ] ; 2717 ] ;
2693 - sp:variable _:b73 2718 + sp:variable _:b74
2694 ]) 2719 ])
2695 ] . 2720 ] .
2696 2721
...@@ -2700,7 +2725,7 @@ ep-spin-lib:selectTubeType ...@@ -2700,7 +2725,7 @@ ep-spin-lib:selectTubeType
2700 rdfs:subClassOf ep-spin-lib:Function ; 2725 rdfs:subClassOf ep-spin-lib:Function ;
2701 spin:body 2726 spin:body
2702 [ rdf:type sp:Select ; 2727 [ rdf:type sp:Select ;
2703 - sp:resultVariables (_:b74) ; 2728 + sp:resultVariables (_:b75) ;
2704 sp:where ([ rdf:type sp:Bind ; 2729 sp:where ([ rdf:type sp:Bind ;
2705 sp:expression 2730 sp:expression
2706 [ rdf:type sp:if ; 2731 [ rdf:type sp:if ;
...@@ -2725,7 +2750,7 @@ ep-spin-lib:selectTubeType ...@@ -2725,7 +2750,7 @@ ep-spin-lib:selectTubeType
2725 ] 2750 ]
2726 ] 2751 ]
2727 ] ; 2752 ] ;
2728 - sp:variable _:b74 2753 + sp:variable _:b75
2729 ]) 2754 ])
2730 ] . 2755 ] .
2731 2756
...@@ -2735,7 +2760,7 @@ ep-spin-lib:selectVolumeScale ...@@ -2735,7 +2760,7 @@ ep-spin-lib:selectVolumeScale
2735 rdfs:subClassOf ep-spin-lib:Function ; 2760 rdfs:subClassOf ep-spin-lib:Function ;
2736 spin:body 2761 spin:body
2737 [ rdf:type sp:Select ; 2762 [ rdf:type sp:Select ;
2738 - sp:resultVariables (_:b75) ; 2763 + sp:resultVariables (_:b76) ;
2739 sp:where ([ rdf:type sp:Bind ; 2764 sp:where ([ rdf:type sp:Bind ;
2740 sp:expression 2765 sp:expression
2741 [ rdf:type sp:if ; 2766 [ rdf:type sp:if ;
...@@ -2744,9 +2769,9 @@ ep-spin-lib:selectVolumeScale ...@@ -2744,9 +2769,9 @@ ep-spin-lib:selectVolumeScale
2744 sp:arg2 ddr:VUCM_m3 2769 sp:arg2 ddr:VUCM_m3
2745 ] ; 2770 ] ;
2746 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; 2771 sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ;
2747 - sp:arg3 owl:Thing 2772 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2748 ] ; 2773 ] ;
2749 - sp:variable _:b75 2774 + sp:variable _:b76
2750 ]) 2775 ])
2751 ] . 2776 ] .
2752 2777
...@@ -2756,7 +2781,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2756,7 +2781,7 @@ ep-spin-lib:selectWellBoreDrillingType
2756 rdfs:subClassOf ep-spin-lib:Function ; 2781 rdfs:subClassOf ep-spin-lib:Function ;
2757 spin:body 2782 spin:body
2758 [ rdf:type sp:Select ; 2783 [ rdf:type sp:Select ;
2759 - sp:resultVariables (_:b76) ; 2784 + sp:resultVariables (_:b77) ;
2760 sp:where ([ rdf:type sp:Bind ; 2785 sp:where ([ rdf:type sp:Bind ;
2761 sp:expression 2786 sp:expression
2762 [ rdf:type sp:if ; 2787 [ rdf:type sp:if ;
...@@ -2802,7 +2827,7 @@ ep-spin-lib:selectWellBoreDrillingType ...@@ -2802,7 +2827,7 @@ ep-spin-lib:selectWellBoreDrillingType
2802 ] 2827 ]
2803 ] 2828 ]
2804 ] ; 2829 ] ;
2805 - sp:variable _:b76 2830 + sp:variable _:b77
2806 ]) 2831 ])
2807 ] . 2832 ] .
2808 2833
...@@ -2812,7 +2837,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2812,7 +2837,7 @@ ep-spin-lib:selectWellBoreHphtType
2812 rdfs:subClassOf ep-spin-lib:Function ; 2837 rdfs:subClassOf ep-spin-lib:Function ;
2813 spin:body 2838 spin:body
2814 [ rdf:type sp:Select ; 2839 [ rdf:type sp:Select ;
2815 - sp:resultVariables (_:b77) ; 2840 + sp:resultVariables (_:b78) ;
2816 sp:where ([ rdf:type sp:Bind ; 2841 sp:where ([ rdf:type sp:Bind ;
2817 sp:expression 2842 sp:expression
2818 [ rdf:type sp:if ; 2843 [ rdf:type sp:if ;
...@@ -2823,7 +2848,7 @@ ep-spin-lib:selectWellBoreHphtType ...@@ -2823,7 +2848,7 @@ ep-spin-lib:selectWellBoreHphtType
2823 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; 2848 sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
2824 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> 2849 sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
2825 ] ; 2850 ] ;
2826 - sp:variable _:b77 2851 + sp:variable _:b78
2827 ]) 2852 ])
2828 ] . 2853 ] .
2829 2854
...@@ -2833,7 +2858,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2833,7 +2858,7 @@ ep-spin-lib:selectWellBoreTightnessType
2833 rdfs:subClassOf ep-spin-lib:Function ; 2858 rdfs:subClassOf ep-spin-lib:Function ;
2834 spin:body 2859 spin:body
2835 [ rdf:type sp:Select ; 2860 [ rdf:type sp:Select ;
2836 - sp:resultVariables (_:b78) ; 2861 + sp:resultVariables (_:b79) ;
2837 sp:where ([ rdf:type sp:Bind ; 2862 sp:where ([ rdf:type sp:Bind ;
2838 sp:expression 2863 sp:expression
2839 [ rdf:type sp:if ; 2864 [ rdf:type sp:if ;
...@@ -2844,7 +2869,7 @@ ep-spin-lib:selectWellBoreTightnessType ...@@ -2844,7 +2869,7 @@ ep-spin-lib:selectWellBoreTightnessType
2844 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; 2869 sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
2845 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> 2870 sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
2846 ] ; 2871 ] ;
2847 - sp:variable _:b78 2872 + sp:variable _:b79
2848 ]) 2873 ])
2849 ] . 2874 ] .
2850 2875
...@@ -2854,7 +2879,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2854,7 +2879,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2854 rdfs:subClassOf ep-spin-lib:Function ; 2879 rdfs:subClassOf ep-spin-lib:Function ;
2855 spin:body 2880 spin:body
2856 [ rdf:type sp:Select ; 2881 [ rdf:type sp:Select ;
2857 - sp:resultVariables (_:b79) ; 2882 + sp:resultVariables (_:b80) ;
2858 sp:where ([ rdf:type sp:Bind ; 2883 sp:where ([ rdf:type sp:Bind ;
2859 sp:expression 2884 sp:expression
2860 [ rdf:type sp:if ; 2885 [ rdf:type sp:if ;
...@@ -2865,7 +2890,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType ...@@ -2865,7 +2890,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
2865 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; 2890 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
2866 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> 2891 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
2867 ] ; 2892 ] ;
2868 - sp:variable _:b79 2893 + sp:variable _:b80
2869 ]) 2894 ])
2870 ] . 2895 ] .
2871 2896
...@@ -2875,7 +2900,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2875,7 +2900,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2875 rdfs:subClassOf ep-spin-lib:Function ; 2900 rdfs:subClassOf ep-spin-lib:Function ;
2876 spin:body 2901 spin:body
2877 [ rdf:type sp:Select ; 2902 [ rdf:type sp:Select ;
2878 - sp:resultVariables (_:b80) ; 2903 + sp:resultVariables (_:b81) ;
2879 sp:where ([ rdf:type sp:Bind ; 2904 sp:where ([ rdf:type sp:Bind ;
2880 sp:expression 2905 sp:expression
2881 [ rdf:type sp:if ; 2906 [ rdf:type sp:if ;
...@@ -2886,7 +2911,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType ...@@ -2886,7 +2911,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
2886 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; 2911 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
2887 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> 2912 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
2888 ] ; 2913 ] ;
2889 - sp:variable _:b80 2914 + sp:variable _:b81
2890 ]) 2915 ])
2891 ] . 2916 ] .
2892 2917
...@@ -2896,7 +2921,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -2896,7 +2921,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
2896 rdfs:subClassOf ep-spin-lib:Function ; 2921 rdfs:subClassOf ep-spin-lib:Function ;
2897 spin:body 2922 spin:body
2898 [ rdf:type sp:Select ; 2923 [ rdf:type sp:Select ;
2899 - sp:resultVariables (_:b81) ; 2924 + sp:resultVariables (_:b82) ;
2900 sp:where ([ rdf:type sp:Bind ; 2925 sp:where ([ rdf:type sp:Bind ;
2901 sp:expression 2926 sp:expression
2902 [ rdf:type sp:if ; 2927 [ rdf:type sp:if ;
...@@ -2907,7 +2932,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType ...@@ -2907,7 +2932,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
2907 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; 2932 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
2908 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> 2933 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
2909 ] ; 2934 ] ;
2910 - sp:variable _:b81 2935 + sp:variable _:b82
2911 ]) 2936 ])
2912 ] . 2937 ] .
2913 2938
...@@ -2917,7 +2942,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -2917,7 +2942,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
2917 rdfs:subClassOf ep-spin-lib:Function ; 2942 rdfs:subClassOf ep-spin-lib:Function ;
2918 spin:body 2943 spin:body
2919 [ rdf:type sp:Select ; 2944 [ rdf:type sp:Select ;
2920 - sp:resultVariables (_:b82) ; 2945 + sp:resultVariables (_:b83) ;
2921 sp:where ([ rdf:type sp:Bind ; 2946 sp:where ([ rdf:type sp:Bind ;
2922 sp:expression 2947 sp:expression
2923 [ rdf:type sp:if ; 2948 [ rdf:type sp:if ;
...@@ -2928,7 +2953,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType ...@@ -2928,7 +2953,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
2928 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; 2953 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
2929 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> 2954 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
2930 ] ; 2955 ] ;
2931 - sp:variable _:b82 2956 + sp:variable _:b83
2932 ]) 2957 ])
2933 ] . 2958 ] .
2934 2959
...@@ -2938,7 +2963,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -2938,7 +2963,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
2938 rdfs:subClassOf ep-spin-lib:Function ; 2963 rdfs:subClassOf ep-spin-lib:Function ;
2939 spin:body 2964 spin:body
2940 [ rdf:type sp:Select ; 2965 [ rdf:type sp:Select ;
2941 - sp:resultVariables (_:b83) ; 2966 + sp:resultVariables (_:b84) ;
2942 sp:where ([ rdf:type sp:Bind ; 2967 sp:where ([ rdf:type sp:Bind ;
2943 sp:expression 2968 sp:expression
2944 [ rdf:type sp:if ; 2969 [ rdf:type sp:if ;
...@@ -2949,7 +2974,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType ...@@ -2949,7 +2974,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
2949 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; 2974 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
2950 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> 2975 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
2951 ] ; 2976 ] ;
2952 - sp:variable _:b83 2977 + sp:variable _:b84
2953 ]) 2978 ])
2954 ] . 2979 ] .
2955 2980
...@@ -2959,7 +2984,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -2959,7 +2984,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
2959 rdfs:subClassOf ep-spin-lib:Function ; 2984 rdfs:subClassOf ep-spin-lib:Function ;
2960 spin:body 2985 spin:body
2961 [ rdf:type sp:Select ; 2986 [ rdf:type sp:Select ;
2962 - sp:resultVariables (_:b84) ; 2987 + sp:resultVariables (_:b85) ;
2963 sp:where ([ rdf:type sp:Bind ; 2988 sp:where ([ rdf:type sp:Bind ;
2964 sp:expression 2989 sp:expression
2965 [ rdf:type sp:if ; 2990 [ rdf:type sp:if ;
...@@ -2970,7 +2995,7 @@ ep-spin-lib:selectWellCementJobTopPlugType ...@@ -2970,7 +2995,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
2970 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; 2995 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
2971 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> 2996 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
2972 ] ; 2997 ] ;
2973 - sp:variable _:b84 2998 + sp:variable _:b85
2974 ]) 2999 ])
2975 ] . 3000 ] .
2976 3001
...@@ -2980,7 +3005,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -2980,7 +3005,7 @@ ep-spin-lib:selectWellCementJobType
2980 rdfs:subClassOf ep-spin-lib:Function ; 3005 rdfs:subClassOf ep-spin-lib:Function ;
2981 spin:body 3006 spin:body
2982 [ rdf:type sp:Select ; 3007 [ rdf:type sp:Select ;
2983 - sp:resultVariables (_:b85) ; 3008 + sp:resultVariables (_:b86) ;
2984 sp:where ([ rdf:type sp:Bind ; 3009 sp:where ([ rdf:type sp:Bind ;
2985 sp:expression 3010 sp:expression
2986 [ rdf:type sp:if ; 3011 [ rdf:type sp:if ;
...@@ -3012,7 +3037,7 @@ ep-spin-lib:selectWellCementJobType ...@@ -3012,7 +3037,7 @@ ep-spin-lib:selectWellCementJobType
3012 ] 3037 ]
3013 ] 3038 ]
3014 ] ; 3039 ] ;
3015 - sp:variable _:b85 3040 + sp:variable _:b86
3016 ]) 3041 ])
3017 ] . 3042 ] .
3018 3043
...@@ -3022,7 +3047,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3022,7 +3047,7 @@ ep-spin-lib:selectWellControlIncidentType
3022 rdfs:subClassOf ep-spin-lib:Function ; 3047 rdfs:subClassOf ep-spin-lib:Function ;
3023 spin:body 3048 spin:body
3024 [ rdf:type sp:Select ; 3049 [ rdf:type sp:Select ;
3025 - sp:resultVariables (_:b86) ; 3050 + sp:resultVariables (_:b87) ;
3026 sp:where ([ rdf:type sp:Bind ; 3051 sp:where ([ rdf:type sp:Bind ;
3027 sp:expression 3052 sp:expression
3028 [ rdf:type sp:if ; 3053 [ rdf:type sp:if ;
...@@ -3054,7 +3079,7 @@ ep-spin-lib:selectWellControlIncidentType ...@@ -3054,7 +3079,7 @@ ep-spin-lib:selectWellControlIncidentType
3054 ] 3079 ]
3055 ] 3080 ]
3056 ] ; 3081 ] ;
3057 - sp:variable _:b86 3082 + sp:variable _:b87
3058 ]) 3083 ])
3059 ] . 3084 ] .
3060 3085
...@@ -3064,7 +3089,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3064,7 +3089,7 @@ ep-spin-lib:selectWellKillingType
3064 rdfs:subClassOf ep-spin-lib:Function ; 3089 rdfs:subClassOf ep-spin-lib:Function ;
3065 spin:body 3090 spin:body
3066 [ rdf:type sp:Select ; 3091 [ rdf:type sp:Select ;
3067 - sp:resultVariables (_:b87) ; 3092 + sp:resultVariables (_:b88) ;
3068 sp:where ([ rdf:type sp:Bind ; 3093 sp:where ([ rdf:type sp:Bind ;
3069 sp:expression 3094 sp:expression
3070 [ rdf:type sp:if ; 3095 [ rdf:type sp:if ;
...@@ -3110,7 +3135,7 @@ ep-spin-lib:selectWellKillingType ...@@ -3110,7 +3135,7 @@ ep-spin-lib:selectWellKillingType
3110 ] 3135 ]
3111 ] 3136 ]
3112 ] ; 3137 ] ;
3113 - sp:variable _:b87 3138 + sp:variable _:b88
3114 ]) 3139 ])
3115 ] . 3140 ] .
3116 3141
...@@ -3120,7 +3145,7 @@ ep-spin-lib:selectWellTestType ...@@ -3120,7 +3145,7 @@ ep-spin-lib:selectWellTestType
3120 rdfs:subClassOf ep-spin-lib:Function ; 3145 rdfs:subClassOf ep-spin-lib:Function ;
3121 spin:body 3146 spin:body
3122 [ rdf:type sp:Select ; 3147 [ rdf:type sp:Select ;
3123 - sp:resultVariables (_:b88) ; 3148 + sp:resultVariables (_:b89) ;
3124 sp:where ([ rdf:type sp:Bind ; 3149 sp:where ([ rdf:type sp:Bind ;
3125 sp:expression 3150 sp:expression
3126 [ rdf:type sp:if ; 3151 [ rdf:type sp:if ;
...@@ -3138,7 +3163,7 @@ ep-spin-lib:selectWellTestType ...@@ -3138,7 +3163,7 @@ ep-spin-lib:selectWellTestType
3138 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> 3163 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
3139 ] 3164 ]
3140 ] ; 3165 ] ;
3141 - sp:variable _:b88 3166 + sp:variable _:b89
3142 ]) 3167 ])
3143 ] . 3168 ] .
3144 3169
...@@ -3148,7 +3173,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3148,7 +3173,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3148 rdfs:subClassOf ep-spin-lib:Function ; 3173 rdfs:subClassOf ep-spin-lib:Function ;
3149 spin:body 3174 spin:body
3150 [ rdf:type sp:Select ; 3175 [ rdf:type sp:Select ;
3151 - sp:resultVariables (_:b89) ; 3176 + sp:resultVariables (_:b90) ;
3152 sp:where ([ rdf:type sp:Bind ; 3177 sp:where ([ rdf:type sp:Bind ;
3153 sp:expression 3178 sp:expression
3154 [ rdf:type sp:if ; 3179 [ rdf:type sp:if ;
...@@ -3159,7 +3184,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ...@@ -3159,7 +3184,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
3159 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; 3184 sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
3160 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> 3185 sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
3161 ] ; 3186 ] ;
3162 - sp:variable _:b89 3187 + sp:variable _:b90
3163 ]) 3188 ])
3164 ] . 3189 ] .
3165 3190
...@@ -3169,7 +3194,7 @@ ep-spin-lib:selectYieldPointScale ...@@ -3169,7 +3194,7 @@ ep-spin-lib:selectYieldPointScale
3169 rdfs:subClassOf ep-spin-lib:Function ; 3194 rdfs:subClassOf ep-spin-lib:Function ;
3170 spin:body 3195 spin:body
3171 [ rdf:type sp:Select ; 3196 [ rdf:type sp:Select ;
3172 - sp:resultVariables (_:b90) ; 3197 + sp:resultVariables (_:b91) ;
3173 sp:where ([ rdf:type sp:Bind ; 3198 sp:where ([ rdf:type sp:Bind ;
3174 sp:expression 3199 sp:expression
3175 [ rdf:type sp:if ; 3200 [ rdf:type sp:if ;
...@@ -3178,9 +3203,16 @@ ep-spin-lib:selectYieldPointScale ...@@ -3178,9 +3203,16 @@ ep-spin-lib:selectYieldPointScale
3178 sp:arg2 ddr:SVUCFPPS_ft3sack94 3203 sp:arg2 ddr:SVUCFPPS_ft3sack94
3179 ] ; 3204 ] ;
3180 sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ; 3205 sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
3181 - sp:arg3 owl:Thing 3206 + sp:arg3 [ rdf:type sp:if ;
3207 + sp:arg1 [ rdf:type sp:eq ;
3208 + sp:arg1 spin:_arg1 ;
3209 + sp:arg2 ddr:SVUCFPPS_ft3sack
3210 + ] ;
3211 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot3_sack94-1> ;
3212 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3213 + ]
3182 ] ; 3214 ] ;
3183 - sp:variable _:b90 3215 + sp:variable _:b91
3184 ]) 3216 ])
3185 ] . 3217 ] .
3186 3218
...@@ -3191,6 +3223,8 @@ ddr:TTUC_Enumeration_1 ...@@ -3191,6 +3223,8 @@ ddr:TTUC_Enumeration_1
3191 3223
3192 _:b1 sp:varName "uri"^^xsd:string . 3224 _:b1 sp:varName "uri"^^xsd:string .
3193 3225
3226 +_:b2 sp:varName "uri"^^xsd:string .
3227 +
3194 _:b3 sp:varName "uri"^^xsd:string . 3228 _:b3 sp:varName "uri"^^xsd:string .
3195 3229
3196 _:b4 sp:varName "uri"^^xsd:string . 3230 _:b4 sp:varName "uri"^^xsd:string .
...@@ -3355,97 +3389,98 @@ _:b58 ...@@ -3355,97 +3389,98 @@ _:b58
3355 _:b59 3389 _:b59
3356 sp:varName "fixedOrMoveableRigType"^^xsd:string . 3390 sp:varName "fixedOrMoveableRigType"^^xsd:string .
3357 3391
3358 -_:b60
3359 - sp:varName "gasReadingType"^^xsd:string .
3360 -
3361 _:b61 3392 _:b61
3362 - sp:varName "innerBarrelType"^^xsd:string . 3393 + sp:varName "gasReadingType"^^xsd:string .
3363 3394
3364 _:b62 3395 _:b62
3365 - sp:varName "dailyDrillingReportType"^^xsd:string . 3396 + sp:varName "innerBarrelType"^^xsd:string .
3366 3397
3367 _:b63 3398 _:b63
3368 - sp:varName "lengthScale"^^xsd:string . 3399 + sp:varName "dailyDrillingReportType"^^xsd:string .
3369 3400
3370 _:b64 3401 _:b64
3371 - sp:varName "massPerUnitLengthScale"^^xsd:string . 3402 + sp:varName "lengthScale"^^xsd:string .
3372 3403
3373 _:b65 3404 _:b65
3374 - sp:varName "angleScale"^^xsd:string . 3405 + sp:varName "massPerUnitLengthScale"^^xsd:string .
3375 3406
3376 _:b66 3407 _:b66
3377 - sp:varName "porePressureDeterminationType"^^xsd:string . 3408 + sp:varName "angleScale"^^xsd:string .
3378 3409
3379 _:b67 3410 _:b67
3380 - sp:varName "pressureScale"^^xsd:string . 3411 + sp:varName "porePressureDeterminationType"^^xsd:string .
3381 3412
3382 _:b68 3413 _:b68
3383 - sp:varName "pressureTestType"^^xsd:string . 3414 + sp:varName "pressureScale"^^xsd:string .
3384 3415
3385 _:b69 3416 _:b69
3386 - sp:varName "ratioScale"^^xsd:string . 3417 + sp:varName "pressureTestType"^^xsd:string .
3387 3418
3388 _:b70 3419 _:b70
3389 - sp:varName "speedScale"^^xsd:string . 3420 + sp:varName "specificVolumeScale"^^xsd:string .
3390 3421
3391 _:b71 3422 _:b71
3392 - sp:varName "strengthScale"^^xsd:string . 3423 + sp:varName "speedScale"^^xsd:string .
3393 3424
3394 _:b72 3425 _:b72
3395 - sp:varName "temperatureScale"^^xsd:string . 3426 + sp:varName "strengthScale"^^xsd:string .
3396 3427
3397 _:b73 3428 _:b73
3398 - sp:varName "durationScale"^^xsd:string . 3429 + sp:varName "temperatureScale"^^xsd:string .
3399 3430
3400 _:b74 3431 _:b74
3401 - sp:varName "tubeType"^^xsd:string . 3432 + sp:varName "durationScale"^^xsd:string .
3402 3433
3403 _:b75 3434 _:b75
3404 - sp:varName "volumeScale"^^xsd:string . 3435 + sp:varName "tubeType"^^xsd:string .
3405 3436
3406 _:b76 3437 _:b76
3407 - sp:varName "wellBoreDrillingType"^^xsd:string . 3438 + sp:varName "volumeScale"^^xsd:string .
3408 3439
3409 _:b77 3440 _:b77
3410 - sp:varName "wellBoreHphtType"^^xsd:string . 3441 + sp:varName "wellBoreDrillingType"^^xsd:string .
3411 3442
3412 _:b78 3443 _:b78
3413 - sp:varName "wellBoreTightnessType"^^xsd:string . 3444 + sp:varName "wellBoreHphtType"^^xsd:string .
3414 3445
3415 _:b79 3446 _:b79
3416 - sp:varName "wellCementJobBottomPlugType"^^xsd:string . 3447 + sp:varName "wellBoreTightnessType"^^xsd:string .
3417 3448
3418 _:b80 3449 _:b80
3419 - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 3450 + sp:varName "wellCementJobBottomPlugType"^^xsd:string .
3420 3451
3421 _:b81 3452 _:b81
3422 - sp:varName "wellCementJobCasingRotationType"^^xsd:string . 3453 + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
3423 3454
3424 _:b82 3455 _:b82
3425 - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 3456 + sp:varName "wellCementJobCasingRotationType"^^xsd:string .
3426 3457
3427 _:b83 3458 _:b83
3428 - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 3459 + sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
3429 3460
3430 _:b84 3461 _:b84
3431 - sp:varName "wellCementJobTopPlugType"^^xsd:string . 3462 + sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
3432 3463
3433 _:b85 3464 _:b85
3434 - sp:varName "wellCementJobType"^^xsd:string . 3465 + sp:varName "wellCementJobTopPlugType"^^xsd:string .
3435 3466
3436 _:b86 3467 _:b86
3437 - sp:varName "wellControlIncidentType"^^xsd:string . 3468 + sp:varName "wellCementJobType"^^xsd:string .
3438 3469
3439 _:b87 3470 _:b87
3440 - sp:varName "wellKillingType"^^xsd:string . 3471 + sp:varName "wellControlIncidentType"^^xsd:string .
3441 3472
3442 _:b88 3473 _:b88
3443 - sp:varName "wellTestType"^^xsd:string . 3474 + sp:varName "wellKillingType"^^xsd:string .
3444 3475
3445 _:b89 3476 _:b89
3446 - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . 3477 + sp:varName "wellTestType"^^xsd:string .
3447 3478
3448 _:b90 3479 _:b90
3480 + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
3481 +
3482 +_:b91
3449 sp:varName "yieldPointScale"^^xsd:string . 3483 sp:varName "yieldPointScale"^^xsd:string .
3450 3484
3451 -_:b2 sp:varName "uri"^^xsd:string . 3485 +_:b60
3486 + sp:varName "fluidType"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Sep 16 21:26:15 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Wed Sep 14 23:50:25 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:09:29 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,13 +18,13 @@ ...@@ -18,13 +18,13 @@
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://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; 21 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
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 Well cement job"^^xsd:string ; 27 + rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ;
28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; 28 sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ;
29 sp:predicate rdf:type ; 29 sp:predicate rdf:type ;
30 sp:subject _:b1 30 sp:subject _:b1
...@@ -67,6 +67,9 @@ ddr:Obj_drillReport ...@@ -67,6 +67,9 @@ ddr:Obj_drillReport
67 ] [ sp:object _:b11 ; 67 ] [ sp:object _:b11 ;
68 sp:predicate _:b12 ; 68 sp:predicate _:b12 ;
69 sp:subject _:b10 69 sp:subject _:b10
70 + ] [ sp:object 101.0 ;
71 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
72 + sp:subject _:b10
70 ] [ sp:object _:b13 ; 73 ] [ sp:object _:b13 ;
71 sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ; 74 sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
72 sp:subject _:b8 75 sp:subject _:b8
...@@ -97,85 +100,80 @@ ddr:Obj_drillReport ...@@ -97,85 +100,80 @@ ddr:Obj_drillReport
97 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ; 100 ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluidType> ;
98 sp:predicate rdf:type ; 101 sp:predicate rdf:type ;
99 sp:subject _:b20 102 sp:subject _:b20
100 - ] [ sp:object 103 + ] [ sp:object _:b21 ;
101 - [ sp:varName "descFluid"^^xsd:string
102 - ] ;
103 sp:predicate rdfs:comment ; 104 sp:predicate rdfs:comment ;
104 sp:subject _:b20 105 sp:subject _:b20
105 - ] [ sp:object _:b21 ; 106 + ] [ sp:object _:b22 ;
106 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; 107 sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ;
107 sp:subject _:b18 108 sp:subject _:b18
108 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; 109 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
109 sp:predicate rdf:type ; 110 sp:predicate rdf:type ;
110 - sp:subject _:b21 111 + sp:subject _:b22
111 - ] [ sp:object _:b22 ; 112 + ] [ sp:object _:b23 ;
112 - sp:predicate _:b23 ; 113 + sp:predicate _:b24 ;
113 - sp:subject _:b21 114 + sp:subject _:b22
114 - ] [ sp:object _:b24 ; 115 + ] [ sp:object _:b25 ;
115 sp:predicate rdf:type ; 116 sp:predicate rdf:type ;
116 sp:subject _:b18 117 sp:subject _:b18
117 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; 118 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
118 sp:predicate rdf:type ; 119 sp:predicate rdf:type ;
119 - sp:subject _:b24 120 + sp:subject _:b25
120 - ] [ sp:object _:b25 ; 121 + ] [ sp:object _:b26 ;
121 - sp:predicate _:b26 ; 122 + sp:predicate _:b27 ;
122 - sp:subject _:b24 123 + sp:subject _:b25
123 - ] [ sp:object _:b27 ; 124 + ] [ sp:object _:b28 ;
124 sp:predicate rdf:type ; 125 sp:predicate rdf:type ;
125 sp:subject _:b18 126 sp:subject _:b18
126 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; 127 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ;
127 sp:predicate rdf:type ; 128 sp:predicate rdf:type ;
128 - sp:subject _:b27 129 + sp:subject _:b28
129 - ] [ sp:object _:b28 ; 130 + ] [ sp:object _:b29 ;
130 - sp:predicate _:b29 ; 131 + sp:predicate _:b30 ;
131 - sp:subject _:b27 132 + sp:subject _:b28
132 - ] [ sp:object _:b30 ; 133 + ] [ sp:object _:b31 ;
133 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; 134 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ;
134 sp:subject _:b18 135 sp:subject _:b18
135 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 136 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
136 sp:predicate rdf:type ; 137 sp:predicate rdf:type ;
137 - sp:subject _:b30 138 + sp:subject _:b31
138 - ] [ sp:object _:b31 ; 139 + ] [ sp:object _:b32 ;
139 - sp:predicate _:b32 ; 140 + sp:predicate _:b33 ;
140 - sp:subject _:b30 141 + sp:subject _:b31
141 - ] [ sp:object _:b33 ; 142 + ] [ sp:object _:b34 ;
142 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; 143 sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ;
143 sp:subject _:b18 144 sp:subject _:b18
144 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; 145 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
145 sp:predicate rdf:type ; 146 sp:predicate rdf:type ;
146 - sp:subject _:b33 147 + sp:subject _:b34
147 - ] [ sp:object _:b34 ; 148 + ] [ sp:object _:b35 ;
148 - sp:predicate _:b35 ; 149 + sp:predicate _:b36 ;
149 - sp:subject _:b33 150 + sp:subject _:b34
150 - ] [ sp:object _:b36 ; 151 + ] [ sp:object _:b37 ;
151 sp:predicate rdfs:comment ; 152 sp:predicate rdfs:comment ;
152 sp:subject _:b18 153 sp:subject _:b18
153 - ] [ sp:object _:b37 ; 154 + ] [ sp:object _:b38 ;
154 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 155 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
155 sp:subject _:b3 156 sp:subject _:b3
156 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; 157 ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ;
157 sp:predicate rdf:type ; 158 sp:predicate rdf:type ;
158 - sp:subject _:b37
159 - ] [ sp:object _:b38 ;
160 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
161 - sp:subject _:b37
162 - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
163 - sp:predicate rdf:type ;
164 sp:subject _:b38 159 sp:subject _:b38
165 ] [ sp:object _:b39 ; 160 ] [ sp:object _:b39 ;
166 - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfACasing> ; 161 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
167 sp:subject _:b38 162 sp:subject _:b38
168 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; 163 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ;
169 sp:predicate rdf:type ; 164 sp:predicate rdf:type ;
170 sp:subject _:b39 165 sp:subject _:b39
171 ] [ sp:object _:b40 ; 166 ] [ sp:object _:b40 ;
172 - sp:predicate _:b41 ; 167 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
173 sp:subject _:b39 168 sp:subject _:b39
174 - ] [ sp:object _:b42 ; 169 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
175 - sp:predicate <http://purl.org/dc/elements/1.1/description> ;
176 - sp:subject _:b1
177 - ] [ sp:object _:b43 ;
178 sp:predicate rdf:type ; 170 sp:predicate rdf:type ;
171 + sp:subject _:b40
172 + ] [ sp:object _:b41 ;
173 + sp:predicate _:b42 ;
174 + sp:subject _:b40
175 + ] [ sp:object _:b43 ;
176 + sp:predicate <http://purl.org/dc/elements/1.1/description> ;
179 sp:subject _:b1 177 sp:subject _:b1
180 ] [ sp:object _:b44 ; 178 ] [ sp:object _:b44 ;
181 sp:predicate rdf:type ; 179 sp:predicate rdf:type ;
...@@ -184,34 +182,37 @@ ddr:Obj_drillReport ...@@ -184,34 +182,37 @@ ddr:Obj_drillReport
184 sp:predicate rdf:type ; 182 sp:predicate rdf:type ;
185 sp:subject _:b1 183 sp:subject _:b1
186 ] [ sp:object _:b46 ; 184 ] [ sp:object _:b46 ;
185 + sp:predicate rdf:type ;
186 + sp:subject _:b1
187 + ] [ sp:object _:b47 ;
187 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; 188 sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ;
188 sp:subject _:b1 189 sp:subject _:b1
189 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 190 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
190 sp:predicate rdf:type ; 191 sp:predicate rdf:type ;
191 - sp:subject _:b46 192 + sp:subject _:b47
192 - ] [ sp:object _:b47 ; 193 + ] [ sp:object _:b48 ;
193 - sp:predicate _:b48 ; 194 + sp:predicate _:b49 ;
194 - sp:subject _:b46 195 + sp:subject _:b47
195 - ] [ sp:object _:b49 ; 196 + ] [ sp:object _:b50 ;
196 sp:predicate rdf:type ; 197 sp:predicate rdf:type ;
197 sp:subject _:b1 198 sp:subject _:b1
198 - ] [ sp:object _:b50 ; 199 + ] [ sp:object _:b51 ;
199 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 200 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
200 sp:subject _:b1 201 sp:subject _:b1
201 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; 202 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ;
202 sp:predicate rdf:type ; 203 sp:predicate rdf:type ;
203 - sp:subject _:b50 204 + sp:subject _:b51
204 - ] [ sp:object _:b51 ; 205 + ] [ sp:object _:b52 ;
205 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 206 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
206 - sp:subject _:b50 207 + sp:subject _:b51
207 ]) ; 208 ]) ;
208 - sp:where ([ sp:object _:b52 ; 209 + sp:where ([ sp:object _:b53 ;
209 sp:predicate ddr:nameWellbore ; 210 sp:predicate ddr:nameWellbore ;
210 sp:subject spin:_this 211 sp:subject spin:_this
211 - ] [ sp:object _:b53 ; 212 + ] [ sp:object _:b54 ;
212 sp:predicate ddr:dTimStart ; 213 sp:predicate ddr:dTimStart ;
213 sp:subject spin:_this 214 sp:subject spin:_this
214 - ] [ sp:object _:b54 ; 215 + ] [ sp:object _:b55 ;
215 sp:predicate ddr:cementStageRef ; 216 sp:predicate ddr:cementStageRef ;
216 sp:subject spin:_this 217 sp:subject spin:_this
217 ] [ sp:object _:b4 ; 218 ] [ sp:object _:b4 ;
...@@ -220,515 +221,515 @@ ddr:Obj_drillReport ...@@ -220,515 +221,515 @@ ddr:Obj_drillReport
220 ] [ rdf:type sp:Optional ; 221 ] [ rdf:type sp:Optional ;
221 sp:elements ([ sp:object _:b16 ; 222 sp:elements ([ sp:object _:b16 ;
222 sp:predicate ddr:dTimPumpStart ; 223 sp:predicate ddr:dTimPumpStart ;
223 - sp:subject _:b54 224 + sp:subject _:b55
224 ]) 225 ])
225 ] [ rdf:type sp:Optional ; 226 ] [ rdf:type sp:Optional ;
226 sp:elements ([ sp:object _:b17 ; 227 sp:elements ([ sp:object _:b17 ;
227 sp:predicate ddr:dTimPumpEnd ; 228 sp:predicate ddr:dTimPumpEnd ;
228 - sp:subject _:b54 229 + sp:subject _:b55
229 ]) 230 ])
230 ] [ rdf:type sp:Optional ; 231 ] [ rdf:type sp:Optional ;
231 - sp:elements ([ sp:object _:b55 ; 232 + sp:elements ([ sp:object _:b56 ;
232 sp:predicate ddr:jobTypeRef ; 233 sp:predicate ddr:jobTypeRef ;
233 - sp:subject _:b54 234 + sp:subject _:b55
234 ]) 235 ])
235 ] [ rdf:type sp:Optional ; 236 ] [ rdf:type sp:Optional ;
236 - sp:elements ([ sp:object _:b56 ; 237 + sp:elements ([ sp:object _:b57 ;
237 sp:predicate ddr:casingStrDiaRef ; 238 sp:predicate ddr:casingStrDiaRef ;
238 - sp:subject _:b54 239 + sp:subject _:b55
239 - ] [ sp:object _:b57 ; 240 + ] [ sp:object _:b58 ;
240 sp:predicate ddr:uomRef ; 241 sp:predicate ddr:uomRef ;
241 - sp:subject _:b56 242 + sp:subject _:b57
242 - ] [ sp:object _:b40 ; 243 + ] [ sp:object _:b41 ;
243 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 244 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
244 - sp:subject _:b56 245 + sp:subject _:b57
245 ]) 246 ])
246 ] [ rdf:type sp:Optional ; 247 ] [ rdf:type sp:Optional ;
247 - sp:elements ([ sp:object _:b42 ; 248 + sp:elements ([ sp:object _:b43 ;
248 sp:predicate ddr:comments ; 249 sp:predicate ddr:comments ;
249 - sp:subject _:b54 250 + sp:subject _:b55
250 ]) 251 ])
251 ] [ rdf:type sp:Optional ; 252 ] [ rdf:type sp:Optional ;
252 - sp:elements ([ sp:object _:b58 ; 253 + sp:elements ([ sp:object _:b59 ;
253 sp:predicate ddr:volReturnsRef ; 254 sp:predicate ddr:volReturnsRef ;
254 - sp:subject _:b54 255 + sp:subject _:b55
255 - ] [ sp:object _:b59 ; 256 + ] [ sp:object _:b60 ;
256 sp:predicate ddr:uomRef ; 257 sp:predicate ddr:uomRef ;
257 - sp:subject _:b58 258 + sp:subject _:b59
258 ] [ sp:object _:b11 ; 259 ] [ sp:object _:b11 ;
259 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 260 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
260 - sp:subject _:b58 261 + sp:subject _:b59
261 ]) 262 ])
262 ] [ rdf:type sp:Optional ; 263 ] [ rdf:type sp:Optional ;
263 - sp:elements ([ sp:object _:b60 ; 264 + sp:elements ([ sp:object _:b61 ;
264 sp:predicate ddr:cementingFluidRef ; 265 sp:predicate ddr:cementingFluidRef ;
265 - sp:subject _:b54 266 + sp:subject _:b55
266 ]) 267 ])
267 ] [ rdf:type sp:Optional ; 268 ] [ rdf:type sp:Optional ;
268 - sp:elements ([ sp:object _:b51 ; 269 + sp:elements ([ sp:object _:b52 ;
269 sp:predicate ddr:dTimPresReleased ; 270 sp:predicate ddr:dTimPresReleased ;
270 - sp:subject _:b54 271 + sp:subject _:b55
271 ]) 272 ])
272 ] [ rdf:type sp:Optional ; 273 ] [ rdf:type sp:Optional ;
273 - sp:elements ([ sp:object _:b61 ; 274 + sp:elements ([ sp:object _:b62 ;
274 sp:predicate ddr:annFlowAfter ; 275 sp:predicate ddr:annFlowAfter ;
275 - sp:subject _:b54 276 + sp:subject _:b55
276 ]) 277 ])
277 ] [ rdf:type sp:Optional ; 278 ] [ rdf:type sp:Optional ;
278 - sp:elements ([ sp:object _:b62 ; 279 + sp:elements ([ sp:object _:b63 ;
279 sp:predicate ddr:topPlug ; 280 sp:predicate ddr:topPlug ;
280 - sp:subject _:b54 281 + sp:subject _:b55
281 ]) 282 ])
282 ] [ rdf:type sp:Optional ; 283 ] [ rdf:type sp:Optional ;
283 - sp:elements ([ sp:object _:b63 ; 284 + sp:elements ([ sp:object _:b64 ;
284 sp:predicate ddr:botPlug ; 285 sp:predicate ddr:botPlug ;
285 - sp:subject _:b54 286 + sp:subject _:b55
286 ]) 287 ])
287 ] [ rdf:type sp:Optional ; 288 ] [ rdf:type sp:Optional ;
288 - sp:elements ([ sp:object _:b64 ; 289 + sp:elements ([ sp:object _:b65 ;
289 sp:predicate ddr:plugBumped ; 290 sp:predicate ddr:plugBumped ;
290 - sp:subject _:b54 291 + sp:subject _:b55
291 ]) 292 ])
292 ] [ rdf:type sp:Optional ; 293 ] [ rdf:type sp:Optional ;
293 - sp:elements ([ sp:object _:b65 ; 294 + sp:elements ([ sp:object _:b66 ;
294 sp:predicate ddr:presBumpRef ; 295 sp:predicate ddr:presBumpRef ;
295 - sp:subject _:b54 296 + sp:subject _:b55
296 - ] [ sp:object _:b66 ; 297 + ] [ sp:object _:b67 ;
297 sp:predicate ddr:uomRef ; 298 sp:predicate ddr:uomRef ;
298 - sp:subject _:b65 299 + sp:subject _:b66
299 - ] [ sp:object _:b47 ; 300 + ] [ sp:object _:b48 ;
300 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 301 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
301 - sp:subject _:b65 302 + sp:subject _:b66
302 ]) 303 ])
303 ] [ rdf:type sp:Optional ; 304 ] [ rdf:type sp:Optional ;
304 - sp:elements ([ sp:object _:b67 ; 305 + sp:elements ([ sp:object _:b68 ;
305 sp:predicate ddr:floatHeld ; 306 sp:predicate ddr:floatHeld ;
306 - sp:subject _:b54 307 + sp:subject _:b55
307 ]) 308 ])
308 ] [ rdf:type sp:Optional ; 309 ] [ rdf:type sp:Optional ;
309 - sp:elements ([ sp:object _:b68 ; 310 + sp:elements ([ sp:object _:b69 ;
310 sp:predicate ddr:reciprocated ; 311 sp:predicate ddr:reciprocated ;
311 - sp:subject _:b54 312 + sp:subject _:b55
312 ]) 313 ])
313 ] [ rdf:type sp:Optional ; 314 ] [ rdf:type sp:Optional ;
314 - sp:elements ([ sp:object _:b69 ; 315 + sp:elements ([ sp:object _:b70 ;
315 sp:predicate ddr:rotated ; 316 sp:predicate ddr:rotated ;
316 - sp:subject _:b54 317 + sp:subject _:b55
317 ]) 318 ])
318 ] [ rdf:type sp:Optional ; 319 ] [ rdf:type sp:Optional ;
319 - sp:elements ([ sp:object _:b70 ; 320 + sp:elements ([ sp:object _:b71 ;
320 sp:predicate ddr:typeFluidRef ; 321 sp:predicate ddr:typeFluidRef ;
321 - sp:subject _:b60 322 + sp:subject _:b61
322 ]) 323 ])
323 ] [ rdf:type sp:Optional ; 324 ] [ rdf:type sp:Optional ;
324 - sp:elements ([ sp:object 325 + sp:elements ([ sp:object _:b21 ;
325 - [ sp:varName "cementingFluidDescription"^^xsd:string
326 - ] ;
327 sp:predicate ddr:descFluid ; 326 sp:predicate ddr:descFluid ;
328 - sp:subject _:b60 327 + sp:subject _:b61
329 ]) 328 ])
330 ] [ rdf:type sp:Optional ; 329 ] [ rdf:type sp:Optional ;
331 - sp:elements ([ sp:object _:b71 ; 330 + sp:elements ([ sp:object _:b72 ;
332 sp:predicate ddr:ratioMixWaterRef ; 331 sp:predicate ddr:ratioMixWaterRef ;
333 - sp:subject _:b60 332 + sp:subject _:b61
334 - ] [ sp:object _:b72 ; 333 + ] [ sp:object _:b73 ;
335 sp:predicate ddr:uomRef ; 334 sp:predicate ddr:uomRef ;
336 - sp:subject _:b71 335 + sp:subject _:b72
337 - ] [ sp:object _:b22 ; 336 + ] [ sp:object _:b23 ;
338 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 337 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
339 - sp:subject _:b71 338 + sp:subject _:b72
340 ]) 339 ])
341 ] [ rdf:type sp:Optional ; 340 ] [ rdf:type sp:Optional ;
342 - sp:elements ([ sp:object _:b73 ; 341 + sp:elements ([ sp:object _:b74 ;
343 sp:predicate ddr:densityRef ; 342 sp:predicate ddr:densityRef ;
344 - sp:subject _:b60 343 + sp:subject _:b61
345 - ] [ sp:object _:b74 ; 344 + ] [ sp:object _:b75 ;
346 sp:predicate ddr:uomRef ; 345 sp:predicate ddr:uomRef ;
347 - sp:subject _:b73 346 + sp:subject _:b74
348 - ] [ sp:object _:b25 ; 347 + ] [ sp:object _:b26 ;
349 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 348 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
350 - sp:subject _:b73 349 + sp:subject _:b74
351 ]) 350 ])
352 ] [ rdf:type sp:Optional ; 351 ] [ rdf:type sp:Optional ;
353 - sp:elements ([ sp:object _:b75 ; 352 + sp:elements ([ sp:object _:b76 ;
354 sp:predicate ddr:volPumpedRef ; 353 sp:predicate ddr:volPumpedRef ;
355 - sp:subject _:b60 354 + sp:subject _:b61
356 - ] [ sp:object _:b76 ; 355 + ] [ sp:object _:b77 ;
357 sp:predicate ddr:uomRef ; 356 sp:predicate ddr:uomRef ;
358 - sp:subject _:b75 357 + sp:subject _:b76
359 ] [ sp:object _:b14 ; 358 ] [ sp:object _:b14 ;
360 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 359 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
361 - sp:subject _:b75 360 + sp:subject _:b76
362 ]) 361 ])
363 ] [ rdf:type sp:Optional ; 362 ] [ rdf:type sp:Optional ;
364 - sp:elements ([ sp:object _:b77 ; 363 + sp:elements ([ sp:object _:b78 ;
365 sp:predicate ddr:ypRef ; 364 sp:predicate ddr:ypRef ;
366 - sp:subject _:b60 365 + sp:subject _:b61
367 - ] [ sp:object _:b78 ; 366 + ] [ sp:object _:b79 ;
368 sp:predicate ddr:uomRef ; 367 sp:predicate ddr:uomRef ;
369 - sp:subject _:b77 368 + sp:subject _:b78
370 - ] [ sp:object _:b28 ; 369 + ] [ sp:object _:b29 ;
371 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 370 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
372 - sp:subject _:b77 371 + sp:subject _:b78
373 ]) 372 ])
374 ] [ rdf:type sp:Optional ; 373 ] [ rdf:type sp:Optional ;
375 - sp:elements ([ sp:object _:b79 ; 374 + sp:elements ([ sp:object _:b80 ;
376 sp:predicate ddr:eTimThickeningRef ; 375 sp:predicate ddr:eTimThickeningRef ;
377 - sp:subject _:b60 376 + sp:subject _:b61
378 - ] [ sp:object _:b80 ; 377 + ] [ sp:object _:b81 ;
379 sp:predicate ddr:uomRef ; 378 sp:predicate ddr:uomRef ;
380 - sp:subject _:b79 379 + sp:subject _:b80
381 - ] [ sp:object _:b31 ; 380 + ] [ sp:object _:b32 ;
382 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 381 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
383 - sp:subject _:b79 382 + sp:subject _:b80
384 ]) 383 ])
385 ] [ rdf:type sp:Optional ; 384 ] [ rdf:type sp:Optional ;
386 - sp:elements ([ sp:object _:b81 ; 385 + sp:elements ([ sp:object _:b82 ;
387 sp:predicate ddr:pcFreeWaterRef ; 386 sp:predicate ddr:pcFreeWaterRef ;
388 - sp:subject _:b60 387 + sp:subject _:b61
389 - ] [ sp:object _:b82 ; 388 + ] [ sp:object _:b83 ;
390 sp:predicate ddr:uomRef ; 389 sp:predicate ddr:uomRef ;
391 - sp:subject _:b81 390 + sp:subject _:b82
392 - ] [ sp:object _:b34 ; 391 + ] [ sp:object _:b35 ;
393 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 392 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
394 - sp:subject _:b81 393 + sp:subject _:b82
395 ]) 394 ])
396 ] [ rdf:type sp:Optional ; 395 ] [ rdf:type sp:Optional ;
397 - sp:elements ([ sp:object _:b36 ; 396 + sp:elements ([ sp:object _:b37 ;
398 sp:predicate ddr:comments ; 397 sp:predicate ddr:comments ;
399 - sp:subject _:b60 398 + sp:subject _:b61
400 ]) 399 ])
401 ] [ rdf:type sp:Bind ; 400 ] [ rdf:type sp:Bind ;
402 sp:expression 401 sp:expression
403 [ rdf:type ep-spin-lib:normalizeString ; 402 [ rdf:type ep-spin-lib:normalizeString ;
404 - sp:arg1 _:b52 403 + sp:arg1 _:b53
405 ] ; 404 ] ;
406 - sp:variable _:b83 405 + sp:variable _:b84
407 ] [ rdf:type sp:Bind ; 406 ] [ rdf:type sp:Bind ;
408 sp:expression 407 sp:expression
409 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; 408 [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
410 - sp:arg1 _:b83 ; 409 + sp:arg1 _:b84 ;
411 - sp:arg2 _:b53 410 + sp:arg2 _:b54
412 ] ; 411 ] ;
413 sp:variable _:b2 412 sp:variable _:b2
414 ] [ rdf:type sp:Bind ; 413 ] [ rdf:type sp:Bind ;
415 sp:expression 414 sp:expression
416 [ rdf:type afn:localname ; 415 [ rdf:type afn:localname ;
417 - sp:arg1 [ sp:varName "casingLinerTubing"^^xsd:string 416 + sp:arg1 _:b55
418 - ]
419 ] ; 417 ] ;
420 - sp:variable _:b84 418 + sp:variable _:b85
421 ] [ rdf:type sp:Bind ; 419 ] [ rdf:type sp:Bind ;
422 sp:expression 420 sp:expression
423 [ rdf:type ep-spin-lib:buildWellCementJobURI ; 421 [ rdf:type ep-spin-lib:buildWellCementJobURI ;
424 - sp:arg1 _:b83 ; 422 + sp:arg1 _:b84 ;
425 - sp:arg2 _:b84 423 + sp:arg2 _:b85
426 ] ; 424 ] ;
427 sp:variable _:b1 425 sp:variable _:b1
428 ] [ rdf:type sp:Bind ; 426 ] [ rdf:type sp:Bind ;
429 sp:expression 427 sp:expression
430 [ rdf:type ep-spin-lib:selectWellCementJobType ; 428 [ rdf:type ep-spin-lib:selectWellCementJobType ;
431 - sp:arg1 _:b55 429 + sp:arg1 _:b56
432 ] ; 430 ] ;
433 sp:variable _:b5 431 sp:variable _:b5
434 ] [ rdf:type sp:Bind ; 432 ] [ rdf:type sp:Bind ;
435 sp:expression 433 sp:expression
436 - [ rdf:type ep-spin-lib:selectCementingFluidType ; 434 + [ rdf:type ep-spin-lib:selectFluidType ;
437 - sp:arg1 _:b70 435 + sp:arg1 _:b71
438 ] ; 436 ] ;
439 sp:variable _:b19 437 sp:variable _:b19
440 ] [ rdf:type sp:Bind ; 438 ] [ rdf:type sp:Bind ;
441 sp:expression 439 sp:expression
442 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; 440 [ rdf:type ep-spin-lib:selectCementingFluidReturnType ;
443 - sp:arg1 _:b61 441 + sp:arg1 _:b62
444 ] ; 442 ] ;
445 sp:variable _:b9 443 sp:variable _:b9
446 ] [ rdf:type sp:Bind ; 444 ] [ rdf:type sp:Bind ;
447 sp:expression 445 sp:expression
448 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; 446 [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ;
449 - sp:arg1 _:b62 447 + sp:arg1 _:b63
450 ] ; 448 ] ;
451 sp:variable _:b6 449 sp:variable _:b6
452 ] [ rdf:type sp:Bind ; 450 ] [ rdf:type sp:Bind ;
453 sp:expression 451 sp:expression
454 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; 452 [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ;
455 - sp:arg1 _:b63 453 + sp:arg1 _:b64
456 ] ; 454 ] ;
457 sp:variable _:b7 455 sp:variable _:b7
458 ] [ rdf:type sp:Bind ; 456 ] [ rdf:type sp:Bind ;
459 sp:expression 457 sp:expression
460 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; 458 [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ;
461 - sp:arg1 _:b69 459 + sp:arg1 _:b70
462 ] ; 460 ] ;
463 - sp:variable _:b43 461 + sp:variable _:b44
464 ] [ rdf:type sp:Bind ; 462 ] [ rdf:type sp:Bind ;
465 sp:expression 463 sp:expression
466 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; 464 [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ;
467 - sp:arg1 _:b68 465 + sp:arg1 _:b69
468 ] ; 466 ] ;
469 - sp:variable _:b44 467 + sp:variable _:b45
470 ] [ rdf:type sp:Bind ; 468 ] [ rdf:type sp:Bind ;
471 sp:expression 469 sp:expression
472 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; 470 [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ;
473 - sp:arg1 _:b64 471 + sp:arg1 _:b65
474 ] ; 472 ] ;
475 - sp:variable _:b45 473 + sp:variable _:b46
476 ] [ rdf:type sp:Bind ; 474 ] [ rdf:type sp:Bind ;
477 sp:expression 475 sp:expression
478 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; 476 [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ;
479 - sp:arg1 _:b67 477 + sp:arg1 _:b68
480 ] ; 478 ] ;
481 - sp:variable _:b49 479 + sp:variable _:b50
482 ] [ rdf:type sp:Bind ; 480 ] [ rdf:type sp:Bind ;
483 sp:expression 481 sp:expression
484 - [ rdf:type ep-spin-lib:selectRatioScale ; 482 + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
485 - sp:arg1 _:b82 483 + sp:arg1 _:b83
486 ] ; 484 ] ;
487 - sp:variable _:b35 485 + sp:variable _:b36
488 ] [ rdf:type sp:Bind ; 486 ] [ rdf:type sp:Bind ;
489 sp:expression 487 sp:expression
490 [ rdf:type ep-spin-lib:selectTimeDurationScale ; 488 [ rdf:type ep-spin-lib:selectTimeDurationScale ;
491 - sp:arg1 _:b80 489 + sp:arg1 _:b81
492 ] ; 490 ] ;
493 - sp:variable _:b32 491 + sp:variable _:b33
494 ] [ rdf:type sp:Bind ; 492 ] [ rdf:type sp:Bind ;
495 sp:expression 493 sp:expression
496 [ rdf:type ep-spin-lib:selectYieldPointScale ; 494 [ rdf:type ep-spin-lib:selectYieldPointScale ;
497 - sp:arg1 _:b78 495 + sp:arg1 _:b79
498 ] ; 496 ] ;
499 - sp:variable _:b29 497 + sp:variable _:b30
500 ] [ rdf:type sp:Bind ; 498 ] [ rdf:type sp:Bind ;
501 sp:expression 499 sp:expression
502 [ rdf:type ep-spin-lib:selectDensityScale ; 500 [ rdf:type ep-spin-lib:selectDensityScale ;
503 - sp:arg1 _:b74 501 + sp:arg1 _:b75
504 ] ; 502 ] ;
505 - sp:variable _:b26 503 + sp:variable _:b27
506 ] [ rdf:type sp:Bind ; 504 ] [ rdf:type sp:Bind ;
507 sp:expression 505 sp:expression
508 [ rdf:type ep-spin-lib:selectPressureScale ; 506 [ rdf:type ep-spin-lib:selectPressureScale ;
509 - sp:arg1 _:b66 507 + sp:arg1 _:b67
510 ] ; 508 ] ;
511 - sp:variable _:b48 509 + sp:variable _:b49
512 ] [ rdf:type sp:Bind ; 510 ] [ rdf:type sp:Bind ;
513 sp:expression 511 sp:expression
514 [ rdf:type ep-spin-lib:selectVolumeScale ; 512 [ rdf:type ep-spin-lib:selectVolumeScale ;
515 - sp:arg1 _:b76 513 + sp:arg1 _:b77
516 ] ; 514 ] ;
517 sp:variable _:b15 515 sp:variable _:b15
518 ] [ rdf:type sp:Bind ; 516 ] [ rdf:type sp:Bind ;
519 sp:expression 517 sp:expression
520 [ rdf:type ep-spin-lib:selectVolumeScale ; 518 [ rdf:type ep-spin-lib:selectVolumeScale ;
521 - sp:arg1 _:b59 519 + sp:arg1 _:b60
522 ] ; 520 ] ;
523 sp:variable _:b12 521 sp:variable _:b12
524 ] [ rdf:type sp:Bind ; 522 ] [ rdf:type sp:Bind ;
525 sp:expression 523 sp:expression
526 - [ rdf:type ep-spin-lib:selectRatioScale ; 524 + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
527 - sp:arg1 _:b72 525 + sp:arg1 _:b73
528 ] ; 526 ] ;
529 - sp:variable _:b23 527 + sp:variable _:b24
530 ] [ rdf:type sp:Bind ; 528 ] [ rdf:type sp:Bind ;
531 sp:expression 529 sp:expression
532 [ rdf:type ep-spin-lib:selectLengthScale ; 530 [ rdf:type ep-spin-lib:selectLengthScale ;
533 - sp:arg1 _:b57 531 + sp:arg1 _:b58
534 ] ; 532 ] ;
535 - sp:variable _:b41 533 + sp:variable _:b42
536 ]) 534 ])
537 ] . 535 ] .
538 536
539 -_:b52 537 +_:b42
540 - sp:varName "nameWellBore"^^xsd:string . 538 + sp:varName "lengthScaleCasingStrDia"^^xsd:string .
541 539
542 -_:b53 540 +_:b24
543 - sp:varName "dTimStart"^^xsd:string . 541 + sp:varName "ratioScaleMixWater"^^xsd:string .
544 542
545 -_:b54 543 +_:b12
546 - sp:varName "cementStage"^^xsd:string . 544 + sp:varName "volumeScaleReturns"^^xsd:string .
547 545
548 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . 546 +_:b15
547 + sp:varName "volumeScalePumped"^^xsd:string .
549 548
550 -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . 549 +_:b49
550 + sp:varName "pressureScaleBump"^^xsd:string .
551 551
552 -_:b16 552 +_:b27
553 - sp:varName "dTimPumpStart"^^xsd:string . 553 + sp:varName "densityScale"^^xsd:string .
554 554
555 -_:b17 555 +_:b30
556 - sp:varName "dTimPumpEnd"^^xsd:string . 556 + sp:varName "yieldPointScale"^^xsd:string .
557 557
558 -_:b55 558 +_:b33
559 - sp:varName "enumJobType"^^xsd:string . 559 + sp:varName "durationScaleETim"^^xsd:string .
560 560
561 -_:b56 561 +_:b36
562 - sp:varName "casingStrDia"^^xsd:string . 562 + sp:varName "ratioScalePcFreeWater"^^xsd:string .
563 563
564 -_:b57 564 +_:b50
565 - sp:varName "uomCasingStrDia"^^xsd:string . 565 + sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
566 566
567 -_:b40 567 +_:b46
568 - sp:varName "realCasingStrDia"^^xsd:string . 568 + sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
569 569
570 -_:b42 570 +_:b45
571 - sp:varName "cementStageComments"^^xsd:string . 571 + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
572 572
573 -_:b58 573 +_:b44
574 - sp:varName "volReturns"^^xsd:string . 574 + sp:varName "wellCementJobCasingRotationType"^^xsd:string .
575 575
576 -_:b59 576 +_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string .
577 - sp:varName "uomVolReturns"^^xsd:string .
578 577
579 -_:b11 578 +_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string .
580 - sp:varName "realVolReturns"^^xsd:string .
581 579
582 -_:b60 580 +_:b9 sp:varName "cementingFluidReturnType"^^xsd:string .
583 - sp:varName "cementingFluid"^^xsd:string .
584 581
585 -_:b51 582 +_:b19
586 - sp:varName "dTimPresReleased"^^xsd:string . 583 + sp:varName "cementingFluidType"^^xsd:string .
587 584
588 -_:b61 585 +_:b5 sp:varName "wellCementJobType"^^xsd:string .
589 - sp:varName "annFlowAfter"^^xsd:string .
590 586
591 -_:b62 587 +_:b1 sp:varName "wellCementJob"^^xsd:string .
592 - sp:varName "topPlug"^^xsd:string .
593 588
594 -_:b63 589 +_:b85
595 - sp:varName "botPlug"^^xsd:string . 590 + sp:varName "localname"^^xsd:string .
596 591
597 -_:b64 592 +_:b84
598 - sp:varName "plugBumped"^^xsd:string . 593 + sp:varName "normalizedWellBoreName"^^xsd:string .
599 594
600 -_:b65 595 +_:b37
601 - sp:varName "presBump"^^xsd:string . 596 + sp:varName "cementingFluidComments"^^xsd:string .
602 597
603 -_:b66 598 +_:b35
604 - sp:varName "uomPresBump"^^xsd:string . 599 + sp:varName "realPcFreeWater"^^xsd:string .
605 600
606 -_:b47 601 +_:b83
607 - sp:varName "realPresBump"^^xsd:string . 602 + sp:varName "uomPcFreeWater"^^xsd:string .
608 603
609 -_:b67 604 +_:b82
610 - sp:varName "floatHeld"^^xsd:string . 605 + sp:varName "pcFreeWater"^^xsd:string .
611 606
612 -_:b68 607 +_:b32
613 - sp:varName "reciprocated"^^xsd:string . 608 + sp:varName "realETim"^^xsd:string .
614 609
615 -_:b69 610 +_:b81
616 - sp:varName "rotated"^^xsd:string . 611 + sp:varName "uomETim"^^xsd:string .
617 612
618 -_:b70 613 +_:b80
619 - sp:varName "enumTypeFluid"^^xsd:string . 614 + sp:varName "eTimThickening"^^xsd:string .
620 615
621 -_:b71 616 +_:b29
622 - sp:varName "ratioMixWater"^^xsd:string . 617 + sp:varName "realYp"^^xsd:string .
623 618
624 -_:b72 619 +_:b79
625 - sp:varName "uomRatioMixWater"^^xsd:string . 620 + sp:varName "uomYp"^^xsd:string .
626 621
627 -_:b22 622 +_:b78
628 - sp:varName "realRatioMixWater"^^xsd:string . 623 + sp:varName "yp"^^xsd:string .
629 624
630 -_:b73 625 +_:b14
631 - sp:varName "density"^^xsd:string . 626 + sp:varName "realVolPumped"^^xsd:string .
632 627
633 -_:b74 628 +_:b77
634 - sp:varName "uomDensity"^^xsd:string . 629 + sp:varName "uomVolPumped"^^xsd:string .
630 +
631 +_:b76
632 + sp:varName "volPumped"^^xsd:string .
635 633
636 -_:b25 634 +_:b26
637 sp:varName "realDensity"^^xsd:string . 635 sp:varName "realDensity"^^xsd:string .
638 636
639 _:b75 637 _:b75
640 - sp:varName "volPumped"^^xsd:string . 638 + sp:varName "uomDensity"^^xsd:string .
641 639
642 -_:b76 640 +_:b74
643 - sp:varName "uomVolPumped"^^xsd:string . 641 + sp:varName "density"^^xsd:string .
644 642
645 -_:b14 643 +_:b23
646 - sp:varName "realVolPumped"^^xsd:string . 644 + sp:varName "realRatioMixWater"^^xsd:string .
647 645
648 -_:b77 646 +_:b73
649 - sp:varName "yp"^^xsd:string . 647 + sp:varName "uomRatioMixWater"^^xsd:string .
650 648
651 -_:b78 649 +_:b72
652 - sp:varName "uomYp"^^xsd:string . 650 + sp:varName "ratioMixWater"^^xsd:string .
653 651
654 -_:b28 652 +_:b21
655 - sp:varName "realYp"^^xsd:string . 653 + sp:varName "cementingFluidDescription"^^xsd:string .
656 654
657 -_:b79 655 +_:b71
658 - sp:varName "eTimThickening"^^xsd:string . 656 + sp:varName "enumTypeFluid"^^xsd:string .
659 657
660 -_:b80 658 +_:b70
661 - sp:varName "uomETim"^^xsd:string . 659 + sp:varName "rotated"^^xsd:string .
662 660
663 -_:b31 661 +_:b69
664 - sp:varName "realETim"^^xsd:string . 662 + sp:varName "reciprocated"^^xsd:string .
665 663
666 -_:b81 664 +_:b68
667 - sp:varName "pcFreeWater"^^xsd:string . 665 + sp:varName "floatHeld"^^xsd:string .
668 666
669 -_:b82 667 +_:b48
670 - sp:varName "uomPcFreeWater"^^xsd:string . 668 + sp:varName "realPresBump"^^xsd:string .
671 669
672 -_:b34 670 +_:b67
673 - sp:varName "realPcFreeWater"^^xsd:string . 671 + sp:varName "uomPresBump"^^xsd:string .
674 672
675 -_:b36 673 +_:b66
676 - sp:varName "cementingFluidComments"^^xsd:string . 674 + sp:varName "presBump"^^xsd:string .
677 675
678 -_:b83 676 +_:b65
679 - sp:varName "normalizedWellBoreName"^^xsd:string . 677 + sp:varName "plugBumped"^^xsd:string .
680 678
681 -_:b84 679 +_:b64
682 - sp:varName "localname"^^xsd:string . 680 + sp:varName "botPlug"^^xsd:string .
683 681
684 -_:b1 sp:varName "wellCementJob"^^xsd:string . 682 +_:b63
683 + sp:varName "topPlug"^^xsd:string .
685 684
686 -_:b5 sp:varName "wellCementJobType"^^xsd:string . 685 +_:b62
686 + sp:varName "annFlowAfter"^^xsd:string .
687 687
688 -_:b19 688 +_:b52
689 - sp:varName "cementingFluidType"^^xsd:string . 689 + sp:varName "dTimPresReleased"^^xsd:string .
690 690
691 -_:b9 sp:varName "cementingFluidReturnType"^^xsd:string . 691 +_:b61
692 + sp:varName "cementingFluid"^^xsd:string .
692 693
693 -_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string . 694 +_:b11
695 + sp:varName "realVolReturns"^^xsd:string .
694 696
695 -_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string . 697 +_:b60
698 + sp:varName "uomVolReturns"^^xsd:string .
696 699
697 -_:b43 700 +_:b59
698 - sp:varName "wellCementJobCasingRotationType"^^xsd:string . 701 + sp:varName "volReturns"^^xsd:string .
699 702
700 -_:b44 703 +_:b43
701 - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . 704 + sp:varName "cementStageComments"^^xsd:string .
702 705
703 -_:b45 706 +_:b41
704 - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . 707 + sp:varName "realCasingStrDia"^^xsd:string .
705 708
706 -_:b49 709 +_:b58
707 - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . 710 + sp:varName "uomCasingStrDia"^^xsd:string .
708 711
709 -_:b35 712 +_:b57
710 - sp:varName "ratioScalePcFreeWater"^^xsd:string . 713 + sp:varName "casingStrDia"^^xsd:string .
711 714
712 -_:b32 715 +_:b56
713 - sp:varName "durationScaleETim"^^xsd:string . 716 + sp:varName "enumJobType"^^xsd:string .
714 717
715 -_:b29 718 +_:b17
716 - sp:varName "yieldPointScale"^^xsd:string . 719 + sp:varName "dTimPumpEnd"^^xsd:string .
717 720
718 -_:b26 721 +_:b16
719 - sp:varName "densityScale"^^xsd:string . 722 + sp:varName "dTimPumpStart"^^xsd:string .
720 723
721 -_:b48 724 +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string .
722 - sp:varName "pressureScaleBump"^^xsd:string .
723 725
724 -_:b15 726 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
725 - sp:varName "volumeScalePumped"^^xsd:string .
726 727
727 -_:b12 728 +_:b55
728 - sp:varName "volumeScaleReturns"^^xsd:string . 729 + sp:varName "cementStage"^^xsd:string .
729 730
730 -_:b23 731 +_:b54
731 - sp:varName "ratioScaleMixWater"^^xsd:string . 732 + sp:varName "dTimStart"^^xsd:string .
732 733
733 -_:b41 734 +_:b53
734 - sp:varName "lengthScaleCasingStrDia"^^xsd:string . 735 + sp:varName "nameWellBore"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Sep 14 23:50:25 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 +# Saved by TopBraid on Sun Sep 18 20:21:41 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/transform/check
3 +# imports: http://www.witsml.org/schemas/1series
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +# imports: http://spinrdf.org/spin
6 +
7 +@prefix : <http://www.reportinghub.no/ep/transform/check#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix sp: <http://spinrdf.org/sp#> .
12 +@prefix spin: <http://spinrdf.org/spin#> .
13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 +
15 +<http://www.reportinghub.no/ep/transform/check>
16 + rdf:type owl:Ontology ;
17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
18 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 +
20 +<http://www.witsml.org/schemas/1series#Obj_drillReport>
21 + spin:rule
22 + [ rdf:type sp:Construct ;
23 + rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
24 + sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
25 + sp:predicate rdfs:comment ;
26 + sp:subject
27 + [ sp:varName "dailyDrillingReport"^^xsd:string
28 + ]
29 + ]) ;
30 + sp:where ([ sp:object
31 + [ sp:varName "nameWellBore"^^xsd:string
32 + ] ;
33 + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
34 + sp:subject spin:_this
35 + ] [ sp:object
36 + [ sp:varName "createDate"^^xsd:string
37 + ] ;
38 + sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
39 + sp:subject spin:_this
40 + ] [ sp:object
41 + [ sp:varName "y"^^xsd:string
42 + ] ;
43 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
44 + sp:subject
45 + [ sp:varName "x"^^xsd:string
46 + ]
47 + ])
48 + ] .
1 -# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias 4 # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun 6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage 7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
9 +# imports: http://www.reportinghub.no/ep/transform/check
9 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
10 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
11 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 12 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
15 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . 16 @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
16 @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . 17 @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> .
17 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . 18 @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
19 +@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
18 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . 20 @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
19 @prefix owl: <http://www.w3.org/2002/07/owl#> . 21 @prefix owl: <http://www.w3.org/2002/07/owl#> .
20 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 22 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -30,5 +32,5 @@ ...@@ -30,5 +32,5 @@
30 32
31 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> 33 <http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
32 rdf:type owl:Ontology ; 34 rdf:type owl:Ontology ;
33 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; 35 + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
34 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 36 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Wed Sep 14 23:55:27 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
1 -# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:37:54 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
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,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> 19 <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; 21 + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <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
...@@ -151,11 +151,11 @@ ddr:Obj_drillReport ...@@ -151,11 +151,11 @@ ddr:Obj_drillReport
151 ] [ sp:object _:b37 ; 151 ] [ sp:object _:b37 ;
152 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 152 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
153 sp:subject _:b3 153 sp:subject _:b3
154 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#LastCasingOfAWellBore> ; 154 + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore> ;
155 sp:predicate rdf:type ; 155 sp:predicate rdf:type ;
156 sp:subject _:b37 156 sp:subject _:b37
157 ] [ sp:object _:b38 ; 157 ] [ sp:object _:b38 ;
158 - sp:predicate <http://www.reportinghub.no/ep/schema/well#diameterOfACasingOfAWellBore> ; 158 + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#outsideDiameterOfATubular> ;
159 sp:subject _:b37 159 sp:subject _:b37
160 ] [ sp:object _:b39 ; 160 ] [ sp:object _:b39 ;
161 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 161 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
...@@ -537,138 +537,39 @@ ddr:Obj_drillReport ...@@ -537,138 +537,39 @@ ddr:Obj_drillReport
537 ]) 537 ])
538 ] . 538 ] .
539 539
540 -_:b1 sp:varName "wellControlIncident"^^xsd:string .
541 -
542 -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
543 -
544 -_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
545 -
546 -_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
547 -
548 -_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
549 -
550 -_:b9 sp:varName "formation"^^xsd:string .
551 -
552 -_:b11
553 - sp:varName "realMdIn"^^xsd:string .
554 -
555 -_:b12
556 - sp:varName "lengthScaleMdIn"^^xsd:string .
557 -
558 -_:b14
559 - sp:varName "realTvdIn"^^xsd:string .
560 -
561 -_:b15
562 - sp:varName "lengthScaleTvdIn"^^xsd:string .
563 -
564 -_:b17
565 - sp:varName "realDuration"^^xsd:string .
566 -
567 -_:b18
568 - sp:varName "timeDurationScale"^^xsd:string .
569 -
570 -_:b19
571 - sp:varName "wellControlIncidentType"^^xsd:string .
572 -
573 -_:b21
574 - sp:varName "drillingActivityPurposeType"^^xsd:string .
575 -
576 -_:b22
577 - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
578 -
579 -_:b26
580 - sp:varName "realMaxChoke"^^xsd:string .
581 -
582 -_:b27
583 - sp:varName "pressureScaleMaxChoke"^^xsd:string .
584 -
585 -_:b29
586 - sp:varName "realDia"^^xsd:string .
587 -
588 -_:b30
589 - sp:varName "lengthScaleDia"^^xsd:string .
590 -
591 -_:b32
592 - sp:varName "wellKillingType"^^xsd:string .
593 -
594 -_:b34
595 - sp:varName "realVol"^^xsd:string .
596 -
597 -_:b35
598 - sp:varName "volumeScale"^^xsd:string .
599 -
600 -_:b36
601 - sp:varName "description"^^xsd:string .
602 -
603 -_:b40
604 - sp:varName "realMdCsgLast"^^xsd:string .
605 -
606 -_:b41
607 - sp:varName "lengthScaleMdCsgLast"^^xsd:string .
608 -
609 -_:b42
610 - sp:varName "realDiaCsgLast"^^xsd:string .
611 -
612 -_:b43
613 - sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
614 -
615 -_:b45
616 - sp:varName "realMdBit"^^xsd:string .
617 -
618 -_:b46
619 - sp:varName "lengthScaleMdBit"^^xsd:string .
620 -
621 -_:b48
622 - sp:varName "realTemp"^^xsd:string .
623 -
624 -_:b49
625 - sp:varName "temperatureScale"^^xsd:string .
626 -
627 -_:b52
628 - sp:varName "realWtMud"^^xsd:string .
629 -
630 -_:b53
631 - sp:varName "densityScaleWtMud"^^xsd:string .
632 -
633 -_:b55
634 - sp:varName "realPore"^^xsd:string .
635 -
636 -_:b56
637 - sp:varName "densityScalePore"^^xsd:string .
638 -
639 -_:b58
640 - sp:varName "realShutInCasing"^^xsd:string .
641 -
642 -_:b59
643 - sp:varName "pressureScaleShutInCasing"^^xsd:string .
644 -
645 -_:b61
646 - sp:varName "realShutInDrill"^^xsd:string .
647 -
648 -_:b62
649 - sp:varName "pressureScaleShutInDrill"^^xsd:string .
650 -
651 _:b63 540 _:b63
652 sp:varName "nameWellBore"^^xsd:string . 541 sp:varName "nameWellBore"^^xsd:string .
653 542
654 _:b64 543 _:b64
655 sp:varName "dTimStart"^^xsd:string . 544 sp:varName "dTimStart"^^xsd:string .
656 545
546 +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
547 +
548 +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
549 +
657 _:b65 550 _:b65
658 sp:varName "controlIncidentInfo"^^xsd:string . 551 sp:varName "controlIncidentInfo"^^xsd:string .
659 552
553 +_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
554 +
660 _:b66 555 _:b66
661 sp:varName "mdIn"^^xsd:string . 556 sp:varName "mdIn"^^xsd:string .
662 557
663 _:b67 558 _:b67
664 sp:varName "uomMdIn"^^xsd:string . 559 sp:varName "uomMdIn"^^xsd:string .
665 560
561 +_:b11
562 + sp:varName "realMdIn"^^xsd:string .
563 +
666 _:b68 564 _:b68
667 sp:varName "tvdIn"^^xsd:string . 565 sp:varName "tvdIn"^^xsd:string .
668 566
669 _:b69 567 _:b69
670 sp:varName "uomTvdIn"^^xsd:string . 568 sp:varName "uomTvdIn"^^xsd:string .
671 569
570 +_:b14
571 + sp:varName "realTvdIn"^^xsd:string .
572 +
672 _:b70 573 _:b70
673 sp:varName "phase"^^xsd:string . 574 sp:varName "phase"^^xsd:string .
674 575
...@@ -681,80 +582,179 @@ _:b72 ...@@ -681,80 +582,179 @@ _:b72
681 _:b73 582 _:b73
682 sp:varName "uomDuration"^^xsd:string . 583 sp:varName "uomDuration"^^xsd:string .
683 584
585 +_:b17
586 + sp:varName "realDuration"^^xsd:string .
587 +
588 +_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
589 +
684 _:b74 590 _:b74
685 sp:varName "diaBit"^^xsd:string . 591 sp:varName "diaBit"^^xsd:string .
686 592
687 _:b75 593 _:b75
688 sp:varName "uomDia"^^xsd:string . 594 sp:varName "uomDia"^^xsd:string .
689 595
596 +_:b29
597 + sp:varName "realDia"^^xsd:string .
598 +
690 _:b76 599 _:b76
691 sp:varName "mdBit"^^xsd:string . 600 sp:varName "mdBit"^^xsd:string .
692 601
693 _:b77 602 _:b77
694 sp:varName "uomMdBit"^^xsd:string . 603 sp:varName "uomMdBit"^^xsd:string .
695 604
605 +_:b45
606 + sp:varName "realMdBit"^^xsd:string .
607 +
696 _:b78 608 _:b78
697 sp:varName "wtMud"^^xsd:string . 609 sp:varName "wtMud"^^xsd:string .
698 610
699 _:b79 611 _:b79
700 sp:varName "uomWtMud"^^xsd:string . 612 sp:varName "uomWtMud"^^xsd:string .
701 613
614 +_:b52
615 + sp:varName "realWtMud"^^xsd:string .
616 +
702 _:b80 617 _:b80
703 sp:varName "porePressure"^^xsd:string . 618 sp:varName "porePressure"^^xsd:string .
704 619
705 _:b81 620 _:b81
706 sp:varName "uomPore"^^xsd:string . 621 sp:varName "uomPore"^^xsd:string .
707 622
623 +_:b55
624 + sp:varName "realPore"^^xsd:string .
625 +
708 _:b82 626 _:b82
709 sp:varName "diaCsgLast"^^xsd:string . 627 sp:varName "diaCsgLast"^^xsd:string .
710 628
711 _:b83 629 _:b83
712 sp:varName "uomDiaCsgLast"^^xsd:string . 630 sp:varName "uomDiaCsgLast"^^xsd:string .
713 631
632 +_:b42
633 + sp:varName "realDiaCsgLast"^^xsd:string .
634 +
714 _:b84 635 _:b84
715 sp:varName "mdCsgLast"^^xsd:string . 636 sp:varName "mdCsgLast"^^xsd:string .
716 637
717 _:b85 638 _:b85
718 sp:varName "uomMdCsgLast"^^xsd:string . 639 sp:varName "uomMdCsgLast"^^xsd:string .
719 640
641 +_:b40
642 + sp:varName "realMdCsgLast"^^xsd:string .
643 +
720 _:b86 644 _:b86
721 sp:varName "volMudGained"^^xsd:string . 645 sp:varName "volMudGained"^^xsd:string .
722 646
723 _:b87 647 _:b87
724 sp:varName "uomVol"^^xsd:string . 648 sp:varName "uomVol"^^xsd:string .
725 649
650 +_:b34
651 + sp:varName "realVol"^^xsd:string .
652 +
726 _:b88 653 _:b88
727 sp:varName "presShutInCasing"^^xsd:string . 654 sp:varName "presShutInCasing"^^xsd:string .
728 655
729 _:b89 656 _:b89
730 sp:varName "uomShutInCasing"^^xsd:string . 657 sp:varName "uomShutInCasing"^^xsd:string .
731 658
659 +_:b58
660 + sp:varName "realShutInCasing"^^xsd:string .
661 +
732 _:b90 662 _:b90
733 sp:varName "presShutInDrill"^^xsd:string . 663 sp:varName "presShutInDrill"^^xsd:string .
734 664
735 _:b91 665 _:b91
736 sp:varName "uomShutInDrill"^^xsd:string . 666 sp:varName "uomShutInDrill"^^xsd:string .
737 667
668 +_:b61
669 + sp:varName "realShutInDrill"^^xsd:string .
670 +
738 _:b92 671 _:b92
739 sp:varName "incidentType"^^xsd:string . 672 sp:varName "incidentType"^^xsd:string .
740 673
741 _:b93 674 _:b93
742 sp:varName "killingType"^^xsd:string . 675 sp:varName "killingType"^^xsd:string .
743 676
677 +_:b9 sp:varName "formation"^^xsd:string .
678 +
744 _:b94 679 _:b94
745 sp:varName "tempBottom"^^xsd:string . 680 sp:varName "tempBottom"^^xsd:string .
746 681
747 _:b95 682 _:b95
748 sp:varName "uomTemp"^^xsd:string . 683 sp:varName "uomTemp"^^xsd:string .
749 684
685 +_:b48
686 + sp:varName "realTemp"^^xsd:string .
687 +
750 _:b96 688 _:b96
751 sp:varName "presMaxChoke"^^xsd:string . 689 sp:varName "presMaxChoke"^^xsd:string .
752 690
753 _:b97 691 _:b97
754 sp:varName "uomMaxChoke"^^xsd:string . 692 sp:varName "uomMaxChoke"^^xsd:string .
755 693
694 +_:b26
695 + sp:varName "realMaxChoke"^^xsd:string .
696 +
697 +_:b36
698 + sp:varName "description"^^xsd:string .
699 +
756 _:b98 700 _:b98
757 sp:varName "localname"^^xsd:string . 701 sp:varName "localname"^^xsd:string .
758 702
759 _:b99 703 _:b99
760 sp:varName "normalizedWellBoreName"^^xsd:string . 704 sp:varName "normalizedWellBoreName"^^xsd:string .
705 +
706 +_:b1 sp:varName "wellControlIncident"^^xsd:string .
707 +
708 +_:b21
709 + sp:varName "drillingActivityPurposeType"^^xsd:string .
710 +
711 +_:b22
712 + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
713 +
714 +_:b19
715 + sp:varName "wellControlIncidentType"^^xsd:string .
716 +
717 +_:b32
718 + sp:varName "wellKillingType"^^xsd:string .
719 +
720 +_:b35
721 + sp:varName "volumeScale"^^xsd:string .
722 +
723 +_:b18
724 + sp:varName "timeDurationScale"^^xsd:string .
725 +
726 +_:b12
727 + sp:varName "lengthScaleMdIn"^^xsd:string .
728 +
729 +_:b15
730 + sp:varName "lengthScaleTvdIn"^^xsd:string .
731 +
732 +_:b30
733 + sp:varName "lengthScaleDia"^^xsd:string .
734 +
735 +_:b46
736 + sp:varName "lengthScaleMdBit"^^xsd:string .
737 +
738 +_:b43
739 + sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
740 +
741 +_:b41
742 + sp:varName "lengthScaleMdCsgLast"^^xsd:string .
743 +
744 +_:b53
745 + sp:varName "densityScaleWtMud"^^xsd:string .
746 +
747 +_:b49
748 + sp:varName "temperatureScale"^^xsd:string .
749 +
750 +_:b27
751 + sp:varName "pressureScaleMaxChoke"^^xsd:string .
752 +
753 +_:b59
754 + sp:varName "pressureScaleShutInCasing"^^xsd:string .
755 +
756 +_:b62
757 + sp:varName "pressureScaleShutInDrill"^^xsd:string .
758 +
759 +_:b56
760 + sp:varName "densityScalePore"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011 1 +# Saved by TopBraid on Sun Sep 18 21:37:54 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#> .
......