David Price

Operations Table almost complete

# Saved by TopBraid on Thu Sep 29 01:17:26 BST 2011
# Saved by TopBraid on Thu Sep 29 02:29:12 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:type owl:Ontology ;
rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -1250,47 +1250,71 @@ ddr-tables:Operations
spin:body
[ rdf:type sp:Select ;
sp:orderBy (_:b220) ;
sp:resultVariables (_:b220 _:b221 [ sp:varName "startDepth"^^xsd:string
] _:b222 [ sp:varName "depth"^^xsd:string
] _:b223 [ sp:varName "state"^^xsd:string
] _:b224) ;
sp:where ([ sp:object _:b225 ;
sp:resultVariables (_:b220 _:b221 _:b222 _:b223 [ sp:varName "depth"^^xsd:string
] _:b224 _:b225 _:b226) ;
sp:where ([ sp:object _:b227 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b226 ;
] [ sp:object _:b228 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b225
sp:subject _:b227
] [ sp:object _:b220 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b226
sp:subject _:b228
] [ sp:object _:b221 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b226
sp:subject _:b228
] [ sp:object _:b229 ;
sp:predicate rdf:type ;
sp:subject _:b228
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ActivitySuccessType> ;
sp:predicate rdf:type ;
sp:subject _:b229
] [ sp:object _:b225 ;
sp:predicate rdfs:label ;
sp:subject _:b229
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b223 ;
sp:elements ([ sp:object _:b230 ;
sp:predicate rdf:type ;
sp:subject _:b226
sp:subject _:b228
] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
sp:predicate rdf:type ;
sp:subject _:b223
sp:subject _:b230
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:name ;
sp:arg1 _:b230
] ;
sp:variable _:b224
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b227 ;
sp:elements ([ sp:object _:b231 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b226
] [ sp:object _:b228 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
sp:subject _:b227
sp:subject _:b228
] [ sp:object _:b232 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ;
sp:subject _:b231
] [ sp:object _:b222 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b232
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b231 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b228
] [ sp:object _:b233 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
sp:subject _:b231
] [ sp:object _:b223 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b233
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b224 ;
sp:elements ([ sp:object _:b226 ;
sp:predicate rdfs:comment ;
sp:subject _:b226
sp:subject _:b228
])
])
] ;
......@@ -1303,67 +1327,67 @@ ddr-tables:PerforationInformation
spin:body
[ rdf:type sp:Select ;
rdfs:comment "missing ?durationWellPerf - need to subtract one ISO datetime from another"^^xsd:string ;
sp:resultVariables (_:b229 _:b230 [ sp:varName "durationWellPerf"^^xsd:string
] _:b231 _:b232 _:b233 _:b234) ;
sp:where ([ sp:object _:b235 ;
sp:resultVariables (_:b234 _:b235 [ sp:varName "durationWellPerf"^^xsd:string
] _:b236 _:b237 _:b238 _:b239) ;
sp:where ([ sp:object _:b240 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b235
] [ sp:object _:b236 ;
sp:subject _:b240
] [ sp:object _:b241 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b235
sp:subject _:b240
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
sp:predicate rdf:type ;
sp:subject _:b236
sp:subject _:b241
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b230 ;
sp:elements ([ sp:object _:b235 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b236
sp:subject _:b241
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b229 ;
sp:elements ([ sp:object _:b234 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b236
sp:subject _:b241
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b237 ;
sp:elements ([ sp:object _:b242 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b236
sp:subject _:b241
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b238 ;
sp:elements ([ sp:object _:b243 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b237
] [ sp:object _:b231 ;
sp:subject _:b242
] [ sp:object _:b236 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b238
sp:subject _:b243
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b239 ;
sp:elements ([ sp:object _:b244 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b237
] [ sp:object _:b232 ;
sp:subject _:b242
] [ sp:object _:b237 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b239
sp:subject _:b244
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b240 ;
sp:elements ([ sp:object _:b245 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b237
] [ sp:object _:b233 ;
sp:subject _:b242
] [ sp:object _:b238 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b240
sp:subject _:b245
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b241 ;
sp:elements ([ sp:object _:b246 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b237
] [ sp:object _:b234 ;
sp:subject _:b242
] [ sp:object _:b239 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b241
sp:subject _:b246
])
])
])
......@@ -1376,62 +1400,62 @@ ddr-tables:PorePressure
rdfs:subClassOf rhspin:DDRTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:orderBy (_:b242) ;
sp:resultVariables (_:b243 _:b244 _:b242 _:b245 _:b246) ;
sp:where ([ sp:object _:b247 ;
sp:orderBy (_:b247) ;
sp:resultVariables (_:b248 _:b249 _:b247 _:b250 _:b251) ;
sp:where ([ sp:object _:b252 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b248 ;
] [ sp:object _:b253 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b247
] [ sp:object _:b242 ;
sp:subject _:b252
] [ sp:object _:b247 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b248
] [ sp:object _:b249 ;
sp:subject _:b253
] [ sp:object _:b254 ;
sp:predicate rdf:type ;
sp:subject _:b248
sp:subject _:b253
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b249
] [ sp:object _:b250 ;
sp:subject _:b254
] [ sp:object _:b255 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b248
sp:subject _:b253
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b251 ;
sp:elements ([ sp:object _:b256 ;
sp:predicate rdf:type ;
sp:subject _:b248
sp:subject _:b253
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ;
sp:predicate rdf:type ;
sp:subject _:b251
] [ sp:object _:b243 ;
sp:subject _:b256
] [ sp:object _:b248 ;
sp:predicate rdfs:label ;
sp:subject _:b251
sp:subject _:b256
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b252 ;
sp:elements ([ sp:object _:b257 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
sp:subject _:b250
] [ sp:object _:b244 ;
sp:subject _:b255
] [ sp:object _:b249 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
sp:subject _:b252
sp:subject _:b257
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b253 ;
sp:elements ([ sp:object _:b258 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
sp:subject _:b250
] [ sp:object _:b246 ;
sp:subject _:b255
] [ sp:object _:b251 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b253
sp:subject _:b258
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b254 ;
sp:elements ([ sp:object _:b259 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
sp:subject _:b250
] [ sp:object _:b245 ;
sp:subject _:b255
] [ sp:object _:b250 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b254
sp:subject _:b259
])
])
] ;
......@@ -1443,44 +1467,44 @@ ddr-tables:StratigraphicInformation
rdfs:subClassOf rhspin:DDRTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b255 _:b256 _:b257) ;
sp:where ([ sp:object _:b258 ;
sp:resultVariables (_:b260 _:b261 _:b262) ;
sp:where ([ sp:object _:b263 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b259 ;
] [ sp:object _:b264 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b258
sp:subject _:b263
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ;
sp:predicate rdf:type ;
sp:subject _:b259
sp:subject _:b264
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b260 ;
sp:elements ([ sp:object _:b265 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b259
] [ sp:object _:b261 ;
sp:subject _:b264
] [ sp:object _:b266 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b260
] [ sp:object _:b255 ;
sp:subject _:b265
] [ sp:object _:b260 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b261
sp:subject _:b266
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b260 ;
sp:elements ([ sp:object _:b265 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b259
] [ sp:object _:b262 ;
sp:subject _:b264
] [ sp:object _:b267 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b260
] [ sp:object _:b256 ;
sp:subject _:b265
] [ sp:object _:b261 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b262
sp:subject _:b267
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b257 ;
sp:elements ([ sp:object _:b262 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ;
sp:subject _:b260
sp:subject _:b265
])
])
] ;
......@@ -1492,61 +1516,61 @@ ddr-tables:SurveyStation
rdfs:subClassOf rhspin:DDRTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b263 _:b264 _:b265 _:b266) ;
sp:where ([ sp:object _:b267 ;
sp:resultVariables (_:b268 _:b269 _:b270 _:b271) ;
sp:where ([ sp:object _:b272 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b268 ;
] [ sp:object _:b273 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b267
sp:subject _:b272
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ;
sp:predicate rdf:type ;
sp:subject _:b268
sp:subject _:b273
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b269 ;
sp:elements ([ sp:object _:b274 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b268
] [ sp:object _:b270 ;
sp:subject _:b273
] [ sp:object _:b275 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ;
sp:subject _:b269
] [ sp:object _:b266 ;
sp:subject _:b274
] [ sp:object _:b271 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
sp:subject _:b270
sp:subject _:b275
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b269 ;
sp:elements ([ sp:object _:b274 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b268
] [ sp:object _:b271 ;
sp:subject _:b273
] [ sp:object _:b276 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
sp:subject _:b269
] [ sp:object _:b263 ;
sp:subject _:b274
] [ sp:object _:b268 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b271
sp:subject _:b276
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b269 ;
sp:elements ([ sp:object _:b274 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b268
] [ sp:object _:b272 ;
sp:subject _:b273
] [ sp:object _:b277 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
sp:subject _:b269
] [ sp:object _:b264 ;
sp:subject _:b274
] [ sp:object _:b269 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject _:b272
sp:subject _:b277
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b269 ;
sp:elements ([ sp:object _:b274 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b268
] [ sp:object _:b273 ;
sp:subject _:b273
] [ sp:object _:b278 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ;
sp:subject _:b269
] [ sp:object _:b265 ;
sp:subject _:b274
] [ sp:object _:b270 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
sp:subject _:b273
sp:subject _:b278
])
])
] ;
......@@ -1558,9 +1582,9 @@ ddr-tables:WellControlIncident
rdfs:subClassOf rhspin:DDRTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:orderBy (_:b274) ;
sp:resultVariables (_:b274 [ sp:varName "depthOfWell"^^xsd:string
] _:b275 [ sp:varName "timeForWellControlRegain"^^xsd:string
sp:orderBy (_:b279) ;
sp:resultVariables (_:b279 [ sp:varName "depthOfWell"^^xsd:string
] _:b280 [ sp:varName "timeForWellControlRegain"^^xsd:string
] [ sp:varName "depthAtBit"^^xsd:string
] [ sp:varName "drillingFluidDensity"^^xsd:string
] [ sp:varName "porePressure"^^xsd:string
......@@ -1573,27 +1597,27 @@ ddr-tables:WellControlIncident
] [ sp:varName "formation"^^xsd:string
] [ sp:varName "bHT"^^xsd:string
]) ;
sp:where ([ sp:object _:b276 ;
sp:where ([ sp:object _:b281 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b277 ;
] [ sp:object _:b282 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b276
] [ sp:object _:b278 ;
sp:subject _:b281
] [ sp:object _:b283 ;
sp:predicate rdf:type ;
sp:subject _:b277
sp:subject _:b282
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b278
sp:subject _:b283
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b279 ;
sp:elements ([ sp:object _:b284 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ;
sp:subject _:b277
] [ sp:object _:b275 ;
sp:subject _:b282
] [ sp:object _:b280 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#minute> ;
sp:subject _:b279
sp:subject _:b284
])
])
] ;
......@@ -1605,219 +1629,315 @@ ddr-tables:WellTestInformation
rdfs:subClassOf rhspin:DDRTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:orderBy (_:b280) ;
sp:resultVariables (_:b280 _:b281 [ sp:varName "type"^^xsd:string
sp:orderBy (_:b285) ;
sp:resultVariables (_:b285 _:b286 [ sp:varName "type"^^xsd:string
] [ sp:varName "depthTopmMD"^^xsd:string
] [ sp:varName "depthBottommMD"^^xsd:string
] _:b282 [ sp:varName "densityCrudeOil"^^xsd:string
] _:b287 [ sp:varName "densityCrudeOil"^^xsd:string
] [ sp:varName "oilFlowRate"^^xsd:string
] [ sp:varName "gasFlowRate"^^xsd:string
] [ sp:varName "waterFlowRate"^^xsd:string
] _:b283 _:b284 _:b285 [ sp:varName "gasOilRatio"^^xsd:string
] _:b288 _:b289 _:b290 [ sp:varName "gasOilRatio"^^xsd:string
] [ sp:varName "waterOilRatio"^^xsd:string
] [ sp:varName "chlorideContent"^^xsd:string
] [ sp:varName "cO2Content"^^xsd:string
] [ sp:varName "h2SContent"^^xsd:string
]) ;
sp:where ([ sp:object _:b286 ;
sp:where ([ sp:object _:b291 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object _:b287 ;
] [ sp:object _:b292 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b286
] [ sp:object _:b288 ;
sp:subject _:b291
] [ sp:object _:b293 ;
sp:predicate rdf:type ;
sp:subject _:b287
sp:subject _:b292
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b288
sp:subject _:b293
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b281 ;
sp:elements ([ sp:object _:b286 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ;
sp:subject _:b287
sp:subject _:b292
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b289 ;
sp:elements ([ sp:object _:b294 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
sp:subject _:b287
] [ sp:object _:b290 ;
sp:subject _:b292
] [ sp:object _:b295 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
sp:subject _:b289
] [ sp:object _:b282 ;
sp:subject _:b294
] [ sp:object _:b287 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#millimetre> ;
sp:subject _:b290
sp:subject _:b295
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b291 ;
sp:elements ([ sp:object _:b296 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ;
sp:subject _:b287
] [ sp:object _:b285 ;
sp:subject _:b292
] [ sp:object _:b290 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
sp:subject _:b291
sp:subject _:b296
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b292 ;
sp:elements ([ sp:object _:b297 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ;
sp:subject _:b287
] [ sp:object _:b284 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
sp:subject _:b292
] [ sp:object _:b289 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
sp:subject _:b297
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b293 ;
sp:elements ([ sp:object _:b298 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ;
sp:subject _:b287
] [ sp:object _:b283 ;
sp:subject _:b292
] [ sp:object _:b288 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
sp:subject _:b293
sp:subject _:b298
])
])
] ;
rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) .
_:b279
_:b226
sp:varName "remark"^^xsd:string .
_:b223
sp:varName "endDepth"^^xsd:string .
_:b233
sp:varName "ed"^^xsd:string .
_:b222
sp:varName "startDepth"^^xsd:string .
_:b232
sp:varName "id"^^xsd:string .
_:b231
sp:varName "wellbore"^^xsd:string .
_:b224
sp:varName "mainSubActivity"^^xsd:string .
_:b230
sp:varName "subactclass"^^xsd:string .
_:b225
sp:varName "state"^^xsd:string .
_:b229
sp:varName "stateclass"^^xsd:string .
_:b221
sp:varName "endTime"^^xsd:string .
_:b220
sp:varName "startTime"^^xsd:string .
_:b228
sp:varName "part"^^xsd:string .
_:b227
sp:varName "reportOn"^^xsd:string .
_:b298
sp:varName "shutip"^^xsd:string .
_:b297
sp:varName "flowp"^^xsd:string .
_:b296
sp:varName "botp"^^xsd:string .
_:b295
sp:varName "cos"^^xsd:string .
_:b294
sp:varName "choke"^^xsd:string .
_:b293
sp:varName "wtclass"^^xsd:string .
_:b292
sp:varName "wt"^^xsd:string .
_:b291
sp:varName "reportOn"^^xsd:string .
_:b290
sp:varName "bottomHolePressure"^^xsd:string .
_:b289
sp:varName "flowPressure"^^xsd:string .
_:b288
sp:varName "shutInPressure"^^xsd:string .
_:b287
sp:varName "chokeOrifaceSize"^^xsd:string .
_:b286
sp:varName "testNo"^^xsd:string .
_:b285
sp:varName "time"^^xsd:string .
_:b278
_:b284
sp:varName "time"^^xsd:string .
_:b283
sp:varName "partclass"^^xsd:string .
_:b277
_:b282
sp:varName "part"^^xsd:string .
_:b276
_:b281
sp:varName "reportOn"^^xsd:string .
_:b275
_:b280
sp:varName "lostTime"^^xsd:string .
_:b274
_:b279
sp:varName "date"^^xsd:string .
_:b273
_:b278
sp:varName "incl"^^xsd:string .
_:b272
_:b277
sp:varName "tvd"^^xsd:string .
_:b271
_:b276
sp:varName "md"^^xsd:string .
_:b270
_:b275
sp:varName "azi"^^xsd:string .
_:b269
_:b274
sp:varName "wellbore"^^xsd:string .
_:b268
_:b273
sp:varName "part"^^xsd:string .
_:b267
_:b272
sp:varName "reportOn"^^xsd:string .
_:b266
_:b271
sp:varName "azimuth"^^xsd:string .
_:b265
_:b270
sp:varName "inclination"^^xsd:string .
_:b264
_:b269
sp:varName "depthmTVD"^^xsd:string .
_:b263
_:b268
sp:varName "depthmMD"^^xsd:string .
_:b262
_:b267
sp:varName "tvd"^^xsd:string .
_:b261
_:b266
sp:varName "md"^^xsd:string .
_:b260
_:b265
sp:varName "wellbore"^^xsd:string .
_:b259
_:b264
sp:varName "part"^^xsd:string .
_:b258
_:b263
sp:varName "reportOn"^^xsd:string .
_:b257
_:b262
sp:varName "formationName"^^xsd:string .
_:b256
_:b261
sp:varName "depthToTopOfFormationmTVD"^^xsd:string .
_:b255
_:b260
sp:varName "depthToTopOfFormationmMD"^^xsd:string .
_:b241
_:b259
sp:varName "md"^^xsd:string .
_:b258
sp:varName "tvd"^^xsd:string .
_:b257
sp:varName "mudDensity"^^xsd:string .
_:b256
sp:varName "actType"^^xsd:string .
_:b255
sp:varName "wb"^^xsd:string .
_:b254
sp:varName "actclass"^^xsd:string .
_:b253
sp:varName "activity"^^xsd:string .
_:b252
sp:varName "reportOn"^^xsd:string .
_:b251
sp:varName "tvdVal"^^xsd:string .
_:b250
sp:varName "mdVal"^^xsd:string .
_:b249
sp:varName "mudDensityVal"^^xsd:string .
_:b248
sp:varName "reading"^^xsd:string .
_:b247
sp:varName "time"^^xsd:string .
_:b246
sp:varName "bottomTVD"^^xsd:string .
_:b240
_:b245
sp:varName "topTVD"^^xsd:string .
_:b239
_:b244
sp:varName "bottomMD"^^xsd:string .
_:b238
_:b243
sp:varName "topMD"^^xsd:string .
_:b237
_:b242
sp:varName "perfWb"^^xsd:string .
_:b236
_:b241
sp:varName "perfInterval"^^xsd:string .
_:b235
_:b240
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b234
_:b239
sp:varName "bottomOfPerfmTVD"^^xsd:string .
_:b233
_:b238
sp:varName "topOfPerfmTVD"^^xsd:string .
_:b232
_:b237
sp:varName "bottomOfPerfmMD"^^xsd:string .
_:b231
_:b236
sp:varName "topOfPerfmMD"^^xsd:string .
_:b230
_:b235
sp:varName "timeOfClosingWellPerf"^^xsd:string .
_:b229
_:b234
sp:varName "timeOfOpeningWellPerf"^^xsd:string .
_:b228
sp:varName "ed"^^xsd:string .
_:b227
sp:varName "wellbore"^^xsd:string .
_:b226
sp:varName "part"^^xsd:string .
_:b225
sp:varName "reportOn"^^xsd:string .
_:b224
sp:varName "remark"^^xsd:string .
_:b223
sp:varName "activity"^^xsd:string .
_:b222
sp:varName "endDepth"^^xsd:string .
_:b221
sp:varName "endTime"^^xsd:string .
_:b220
sp:varName "startTime"^^xsd:string .
_:b219
sp:varName "loggingTool"^^xsd:string .
......@@ -2031,6 +2151,60 @@ _:b150
_:b149
sp:varName "time"^^xsd:string .
_:b148
sp:varName "dentype"^^xsd:string .
_:b147
sp:varName "voltype"^^xsd:string .
_:b146
sp:varName "domcomp"^^xsd:string .
_:b145
sp:varName "fluid"^^xsd:string .
_:b144
sp:varName "fpres"^^xsd:string .
_:b143
sp:varName "md"^^xsd:string .
_:b142
sp:varName "wellbore"^^xsd:string .
_:b141
sp:varName "mdsam"^^xsd:string .
_:b140
sp:varName "ft"^^xsd:string .
_:b139
sp:varName "reportOn"^^xsd:string .
_:b138
sp:varName "description"^^xsd:string .
_:b137
sp:varName "sampleVolume"^^xsd:string .
_:b136
sp:varName "hCComponentDensity"^^xsd:string .
_:b135
sp:varName "dominantFluidComponent"^^xsd:string .
_:b134
sp:varName "depthToSamplePoint"^^xsd:string .
_:b133
sp:varName "goodSealInd"^^xsd:string .
_:b132
sp:varName "formationPorePressure"^^xsd:string .
_:b131
sp:varName "depthmMD"^^xsd:string .
_:b130
sp:varName "tvd"^^xsd:string .
......@@ -2411,138 +2585,3 @@ _:b3 sp:varName "manufacturer"^^xsd:string .
_:b2 sp:varName "runNo"^^xsd:string .
_:b1 sp:varName "bitSize"^^xsd:string .
_:b286
sp:varName "reportOn"^^xsd:string .
_:b287
sp:varName "wt"^^xsd:string .
_:b288
sp:varName "wtclass"^^xsd:string .
_:b281
sp:varName "testNo"^^xsd:string .
_:b289
sp:varName "choke"^^xsd:string .
_:b290
sp:varName "cos"^^xsd:string .
_:b282
sp:varName "chokeOrifaceSize"^^xsd:string .
_:b291
sp:varName "botp"^^xsd:string .
_:b285
sp:varName "bottomHolePressure"^^xsd:string .
_:b292
sp:varName "flowp"^^xsd:string .
_:b284
sp:varName "flowPressure"^^xsd:string .
_:b293
sp:varName "shutip"^^xsd:string .
_:b283
sp:varName "shutInPressure"^^xsd:string .
_:b280
sp:varName "time"^^xsd:string .
_:b247
sp:varName "reportOn"^^xsd:string .
_:b248
sp:varName "activity"^^xsd:string .
_:b242
sp:varName "time"^^xsd:string .
_:b249
sp:varName "actclass"^^xsd:string .
_:b250
sp:varName "wb"^^xsd:string .
_:b251
sp:varName "actType"^^xsd:string .
_:b243
sp:varName "reading"^^xsd:string .
_:b252
sp:varName "mudDensity"^^xsd:string .
_:b244
sp:varName "mudDensityVal"^^xsd:string .
_:b253
sp:varName "tvd"^^xsd:string .
_:b246
sp:varName "tvdVal"^^xsd:string .
_:b254
sp:varName "md"^^xsd:string .
_:b245
sp:varName "mdVal"^^xsd:string .
_:b139
sp:varName "reportOn"^^xsd:string .
_:b140
sp:varName "ft"^^xsd:string .
_:b133
sp:varName "goodSealInd"^^xsd:string .
_:b141
sp:varName "mdsam"^^xsd:string .
_:b134
sp:varName "depthToSamplePoint"^^xsd:string .
_:b142
sp:varName "wellbore"^^xsd:string .
_:b143
sp:varName "md"^^xsd:string .
_:b131
sp:varName "depthmMD"^^xsd:string .
_:b144
sp:varName "fpres"^^xsd:string .
_:b132
sp:varName "formationPorePressure"^^xsd:string .
_:b145
sp:varName "fluid"^^xsd:string .
_:b146
sp:varName "domcomp"^^xsd:string .
_:b135
sp:varName "dominantFluidComponent"^^xsd:string .
_:b147
sp:varName "voltype"^^xsd:string .
_:b137
sp:varName "sampleVolume"^^xsd:string .
_:b148
sp:varName "dentype"^^xsd:string .
_:b136
sp:varName "hCComponentDensity"^^xsd:string .
_:b138
sp:varName "description"^^xsd:string .
......