David Price

Operations Table almost complete

1 -# Saved by TopBraid on Thu Sep 29 01:17:26 BST 2011 1 +# Saved by TopBraid on Thu Sep 29 02:29:12 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables 2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 <http://www.reportinghub.no/ep/spin/ddr-tables> 20 <http://www.reportinghub.no/ep/spin/ddr-tables>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 22 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
23 - 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> ; 23 + 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> ;
24 owl:versionInfo "0.1.0"^^xsd:string . 24 owl:versionInfo "0.1.0"^^xsd:string .
25 25
26 ddr-tables:BitRecord 26 ddr-tables:BitRecord
...@@ -1250,47 +1250,71 @@ ddr-tables:Operations ...@@ -1250,47 +1250,71 @@ ddr-tables:Operations
1250 spin:body 1250 spin:body
1251 [ rdf:type sp:Select ; 1251 [ rdf:type sp:Select ;
1252 sp:orderBy (_:b220) ; 1252 sp:orderBy (_:b220) ;
1253 - sp:resultVariables (_:b220 _:b221 [ sp:varName "startDepth"^^xsd:string 1253 + sp:resultVariables (_:b220 _:b221 _:b222 _:b223 [ sp:varName "depth"^^xsd:string
1254 - ] _:b222 [ sp:varName "depth"^^xsd:string 1254 + ] _:b224 _:b225 _:b226) ;
1255 - ] _:b223 [ sp:varName "state"^^xsd:string 1255 + sp:where ([ sp:object _:b227 ;
1256 - ] _:b224) ;
1257 - sp:where ([ sp:object _:b225 ;
1258 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1256 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1259 sp:subject 1257 sp:subject
1260 [ sp:varName "report"^^xsd:string 1258 [ sp:varName "report"^^xsd:string
1261 ] 1259 ]
1262 - ] [ sp:object _:b226 ; 1260 + ] [ sp:object _:b228 ;
1263 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1261 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1264 - sp:subject _:b225 1262 + sp:subject _:b227
1265 ] [ sp:object _:b220 ; 1263 ] [ sp:object _:b220 ;
1266 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1264 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1267 - sp:subject _:b226 1265 + sp:subject _:b228
1268 ] [ sp:object _:b221 ; 1266 ] [ sp:object _:b221 ;
1269 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1267 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1270 - sp:subject _:b226 1268 + sp:subject _:b228
1269 + ] [ sp:object _:b229 ;
1270 + sp:predicate rdf:type ;
1271 + sp:subject _:b228
1272 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ActivitySuccessType> ;
1273 + sp:predicate rdf:type ;
1274 + sp:subject _:b229
1275 + ] [ sp:object _:b225 ;
1276 + sp:predicate rdfs:label ;
1277 + sp:subject _:b229
1271 ] [ rdf:type sp:Optional ; 1278 ] [ rdf:type sp:Optional ;
1272 - sp:elements ([ sp:object _:b223 ; 1279 + sp:elements ([ sp:object _:b230 ;
1273 sp:predicate rdf:type ; 1280 sp:predicate rdf:type ;
1274 - sp:subject _:b226 1281 + sp:subject _:b228
1275 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1282 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1276 sp:predicate rdf:type ; 1283 sp:predicate rdf:type ;
1277 - sp:subject _:b223 1284 + sp:subject _:b230
1285 + ] [ rdf:type sp:Bind ;
1286 + sp:expression
1287 + [ rdf:type spif:name ;
1288 + sp:arg1 _:b230
1289 + ] ;
1290 + sp:variable _:b224
1278 ]) 1291 ])
1279 ] [ rdf:type sp:Optional ; 1292 ] [ rdf:type sp:Optional ;
1280 - sp:elements ([ sp:object _:b227 ; 1293 + sp:elements ([ sp:object _:b231 ;
1281 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1294 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1282 - sp:subject _:b226 1295 + sp:subject _:b228
1283 - ] [ sp:object _:b228 ; 1296 + ] [ sp:object _:b232 ;
1284 - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1297 + sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ;
1285 - sp:subject _:b227 1298 + sp:subject _:b231
1286 ] [ sp:object _:b222 ; 1299 ] [ sp:object _:b222 ;
1287 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1300 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1301 + sp:subject _:b232
1302 + ])
1303 + ] [ rdf:type sp:Optional ;
1304 + sp:elements ([ sp:object _:b231 ;
1305 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1288 sp:subject _:b228 1306 sp:subject _:b228
1307 + ] [ sp:object _:b233 ;
1308 + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1309 + sp:subject _:b231
1310 + ] [ sp:object _:b223 ;
1311 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1312 + sp:subject _:b233
1289 ]) 1313 ])
1290 ] [ rdf:type sp:Optional ; 1314 ] [ rdf:type sp:Optional ;
1291 - sp:elements ([ sp:object _:b224 ; 1315 + sp:elements ([ sp:object _:b226 ;
1292 sp:predicate rdfs:comment ; 1316 sp:predicate rdfs:comment ;
1293 - sp:subject _:b226 1317 + sp:subject _:b228
1294 ]) 1318 ])
1295 ]) 1319 ])
1296 ] ; 1320 ] ;
...@@ -1303,67 +1327,67 @@ ddr-tables:PerforationInformation ...@@ -1303,67 +1327,67 @@ ddr-tables:PerforationInformation
1303 spin:body 1327 spin:body
1304 [ rdf:type sp:Select ; 1328 [ rdf:type sp:Select ;
1305 rdfs:comment "missing ?durationWellPerf - need to subtract one ISO datetime from another"^^xsd:string ; 1329 rdfs:comment "missing ?durationWellPerf - need to subtract one ISO datetime from another"^^xsd:string ;
1306 - sp:resultVariables (_:b229 _:b230 [ sp:varName "durationWellPerf"^^xsd:string 1330 + sp:resultVariables (_:b234 _:b235 [ sp:varName "durationWellPerf"^^xsd:string
1307 - ] _:b231 _:b232 _:b233 _:b234) ; 1331 + ] _:b236 _:b237 _:b238 _:b239) ;
1308 - sp:where ([ sp:object _:b235 ; 1332 + sp:where ([ sp:object _:b240 ;
1309 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1333 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1310 sp:subject 1334 sp:subject
1311 [ sp:varName "report"^^xsd:string 1335 [ sp:varName "report"^^xsd:string
1312 ] 1336 ]
1313 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; 1337 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
1314 sp:predicate rdf:type ; 1338 sp:predicate rdf:type ;
1315 - sp:subject _:b235 1339 + sp:subject _:b240
1316 - ] [ sp:object _:b236 ; 1340 + ] [ sp:object _:b241 ;
1317 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1341 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1318 - sp:subject _:b235 1342 + sp:subject _:b240
1319 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; 1343 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ;
1320 sp:predicate rdf:type ; 1344 sp:predicate rdf:type ;
1321 - sp:subject _:b236 1345 + sp:subject _:b241
1322 ] [ rdf:type sp:Optional ; 1346 ] [ rdf:type sp:Optional ;
1323 - sp:elements ([ sp:object _:b230 ; 1347 + sp:elements ([ sp:object _:b235 ;
1324 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1348 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1325 - sp:subject _:b236 1349 + sp:subject _:b241
1326 ]) 1350 ])
1327 ] [ rdf:type sp:Optional ; 1351 ] [ rdf:type sp:Optional ;
1328 - sp:elements ([ sp:object _:b229 ; 1352 + sp:elements ([ sp:object _:b234 ;
1329 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1353 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1330 - sp:subject _:b236 1354 + sp:subject _:b241
1331 ]) 1355 ])
1332 ] [ rdf:type sp:Optional ; 1356 ] [ rdf:type sp:Optional ;
1333 - sp:elements ([ sp:object _:b237 ; 1357 + sp:elements ([ sp:object _:b242 ;
1334 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1358 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1335 - sp:subject _:b236 1359 + sp:subject _:b241
1336 ] [ rdf:type sp:Optional ; 1360 ] [ rdf:type sp:Optional ;
1337 - sp:elements ([ sp:object _:b238 ; 1361 + sp:elements ([ sp:object _:b243 ;
1338 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 1362 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
1339 - sp:subject _:b237 1363 + sp:subject _:b242
1340 - ] [ sp:object _:b231 ; 1364 + ] [ sp:object _:b236 ;
1341 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1365 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1342 - sp:subject _:b238 1366 + sp:subject _:b243
1343 ]) 1367 ])
1344 ] [ rdf:type sp:Optional ; 1368 ] [ rdf:type sp:Optional ;
1345 - sp:elements ([ sp:object _:b239 ; 1369 + sp:elements ([ sp:object _:b244 ;
1346 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; 1370 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
1347 - sp:subject _:b237 1371 + sp:subject _:b242
1348 - ] [ sp:object _:b232 ; 1372 + ] [ sp:object _:b237 ;
1349 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1373 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1350 - sp:subject _:b239 1374 + sp:subject _:b244
1351 ]) 1375 ])
1352 ] [ rdf:type sp:Optional ; 1376 ] [ rdf:type sp:Optional ;
1353 - sp:elements ([ sp:object _:b240 ; 1377 + sp:elements ([ sp:object _:b245 ;
1354 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 1378 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
1355 - sp:subject _:b237 1379 + sp:subject _:b242
1356 - ] [ sp:object _:b233 ; 1380 + ] [ sp:object _:b238 ;
1357 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1381 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1358 - sp:subject _:b240 1382 + sp:subject _:b245
1359 ]) 1383 ])
1360 ] [ rdf:type sp:Optional ; 1384 ] [ rdf:type sp:Optional ;
1361 - sp:elements ([ sp:object _:b241 ; 1385 + sp:elements ([ sp:object _:b246 ;
1362 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; 1386 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
1363 - sp:subject _:b237 1387 + sp:subject _:b242
1364 - ] [ sp:object _:b234 ; 1388 + ] [ sp:object _:b239 ;
1365 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1389 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1366 - sp:subject _:b241 1390 + sp:subject _:b246
1367 ]) 1391 ])
1368 ]) 1392 ])
1369 ]) 1393 ])
...@@ -1376,62 +1400,62 @@ ddr-tables:PorePressure ...@@ -1376,62 +1400,62 @@ ddr-tables:PorePressure
1376 rdfs:subClassOf rhspin:DDRTableTemplates ; 1400 rdfs:subClassOf rhspin:DDRTableTemplates ;
1377 spin:body 1401 spin:body
1378 [ rdf:type sp:Select ; 1402 [ rdf:type sp:Select ;
1379 - sp:orderBy (_:b242) ; 1403 + sp:orderBy (_:b247) ;
1380 - sp:resultVariables (_:b243 _:b244 _:b242 _:b245 _:b246) ; 1404 + sp:resultVariables (_:b248 _:b249 _:b247 _:b250 _:b251) ;
1381 - sp:where ([ sp:object _:b247 ; 1405 + sp:where ([ sp:object _:b252 ;
1382 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1406 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1383 sp:subject 1407 sp:subject
1384 [ sp:varName "report"^^xsd:string 1408 [ sp:varName "report"^^xsd:string
1385 ] 1409 ]
1386 - ] [ sp:object _:b248 ; 1410 + ] [ sp:object _:b253 ;
1387 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1411 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1388 - sp:subject _:b247 1412 + sp:subject _:b252
1389 - ] [ sp:object _:b242 ; 1413 + ] [ sp:object _:b247 ;
1390 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 1414 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
1391 - sp:subject _:b248 1415 + sp:subject _:b253
1392 - ] [ sp:object _:b249 ; 1416 + ] [ sp:object _:b254 ;
1393 sp:predicate rdf:type ; 1417 sp:predicate rdf:type ;
1394 - sp:subject _:b248 1418 + sp:subject _:b253
1395 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; 1419 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ;
1396 sp:predicate rdfs:subClassOf ; 1420 sp:predicate rdfs:subClassOf ;
1397 - sp:subject _:b249 1421 + sp:subject _:b254
1398 - ] [ sp:object _:b250 ; 1422 + ] [ sp:object _:b255 ;
1399 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1423 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1400 - sp:subject _:b248 1424 + sp:subject _:b253
1401 ] [ rdf:type sp:Optional ; 1425 ] [ rdf:type sp:Optional ;
1402 - sp:elements ([ sp:object _:b251 ; 1426 + sp:elements ([ sp:object _:b256 ;
1403 sp:predicate rdf:type ; 1427 sp:predicate rdf:type ;
1404 - sp:subject _:b248 1428 + sp:subject _:b253
1405 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ; 1429 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDeterminationType> ;
1406 sp:predicate rdf:type ; 1430 sp:predicate rdf:type ;
1407 - sp:subject _:b251 1431 + sp:subject _:b256
1408 - ] [ sp:object _:b243 ; 1432 + ] [ sp:object _:b248 ;
1409 sp:predicate rdfs:label ; 1433 sp:predicate rdfs:label ;
1410 - sp:subject _:b251 1434 + sp:subject _:b256
1411 ]) 1435 ])
1412 ] [ rdf:type sp:Optional ; 1436 ] [ rdf:type sp:Optional ;
1413 - sp:elements ([ sp:object _:b252 ; 1437 + sp:elements ([ sp:object _:b257 ;
1414 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ; 1438 sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity> ;
1415 - sp:subject _:b250 1439 + sp:subject _:b255
1416 - ] [ sp:object _:b244 ; 1440 + ] [ sp:object _:b249 ;
1417 sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ; 1441 sp:predicate <http://www.reportinghub.no/ep/schema/core#gram_cm-3> ;
1418 - sp:subject _:b252 1442 + sp:subject _:b257
1419 ]) 1443 ])
1420 ] [ rdf:type sp:Optional ; 1444 ] [ rdf:type sp:Optional ;
1421 - sp:elements ([ sp:object _:b253 ; 1445 + sp:elements ([ sp:object _:b258 ;
1422 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 1446 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
1423 - sp:subject _:b250 1447 + sp:subject _:b255
1424 - ] [ sp:object _:b246 ; 1448 + ] [ sp:object _:b251 ;
1425 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1449 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1426 - sp:subject _:b253 1450 + sp:subject _:b258
1427 ]) 1451 ])
1428 ] [ rdf:type sp:Optional ; 1452 ] [ rdf:type sp:Optional ;
1429 - sp:elements ([ sp:object _:b254 ; 1453 + sp:elements ([ sp:object _:b259 ;
1430 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 1454 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
1431 - sp:subject _:b250 1455 + sp:subject _:b255
1432 - ] [ sp:object _:b245 ; 1456 + ] [ sp:object _:b250 ;
1433 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1457 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1434 - sp:subject _:b254 1458 + sp:subject _:b259
1435 ]) 1459 ])
1436 ]) 1460 ])
1437 ] ; 1461 ] ;
...@@ -1443,44 +1467,44 @@ ddr-tables:StratigraphicInformation ...@@ -1443,44 +1467,44 @@ ddr-tables:StratigraphicInformation
1443 rdfs:subClassOf rhspin:DDRTableTemplates ; 1467 rdfs:subClassOf rhspin:DDRTableTemplates ;
1444 spin:body 1468 spin:body
1445 [ rdf:type sp:Select ; 1469 [ rdf:type sp:Select ;
1446 - sp:resultVariables (_:b255 _:b256 _:b257) ; 1470 + sp:resultVariables (_:b260 _:b261 _:b262) ;
1447 - sp:where ([ sp:object _:b258 ; 1471 + sp:where ([ sp:object _:b263 ;
1448 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1472 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1449 sp:subject 1473 sp:subject
1450 [ sp:varName "report"^^xsd:string 1474 [ sp:varName "report"^^xsd:string
1451 ] 1475 ]
1452 - ] [ sp:object _:b259 ; 1476 + ] [ sp:object _:b264 ;
1453 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1477 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1454 - sp:subject _:b258 1478 + sp:subject _:b263
1455 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; 1479 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ;
1456 sp:predicate rdf:type ; 1480 sp:predicate rdf:type ;
1457 - sp:subject _:b259 1481 + sp:subject _:b264
1458 ] [ rdf:type sp:Optional ; 1482 ] [ rdf:type sp:Optional ;
1459 - sp:elements ([ sp:object _:b260 ; 1483 + sp:elements ([ sp:object _:b265 ;
1460 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1484 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1461 - sp:subject _:b259 1485 + sp:subject _:b264
1462 - ] [ sp:object _:b261 ; 1486 + ] [ sp:object _:b266 ;
1463 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; 1487 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
1464 - sp:subject _:b260 1488 + sp:subject _:b265
1465 - ] [ sp:object _:b255 ; 1489 + ] [ sp:object _:b260 ;
1466 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1490 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1467 - sp:subject _:b261 1491 + sp:subject _:b266
1468 ]) 1492 ])
1469 ] [ rdf:type sp:Optional ; 1493 ] [ rdf:type sp:Optional ;
1470 - sp:elements ([ sp:object _:b260 ; 1494 + sp:elements ([ sp:object _:b265 ;
1471 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1495 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1472 - sp:subject _:b259 1496 + sp:subject _:b264
1473 - ] [ sp:object _:b262 ; 1497 + ] [ sp:object _:b267 ;
1474 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; 1498 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
1475 - sp:subject _:b260 1499 + sp:subject _:b265
1476 - ] [ sp:object _:b256 ; 1500 + ] [ sp:object _:b261 ;
1477 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1501 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1478 - sp:subject _:b262 1502 + sp:subject _:b267
1479 ]) 1503 ])
1480 ] [ rdf:type sp:Optional ; 1504 ] [ rdf:type sp:Optional ;
1481 - sp:elements ([ sp:object _:b257 ; 1505 + sp:elements ([ sp:object _:b262 ;
1482 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ; 1506 sp:predicate <http://www.reportinghub.no/ep/schema/well#stratigraphyDescription> ;
1483 - sp:subject _:b260 1507 + sp:subject _:b265
1484 ]) 1508 ])
1485 ]) 1509 ])
1486 ] ; 1510 ] ;
...@@ -1492,61 +1516,61 @@ ddr-tables:SurveyStation ...@@ -1492,61 +1516,61 @@ ddr-tables:SurveyStation
1492 rdfs:subClassOf rhspin:DDRTableTemplates ; 1516 rdfs:subClassOf rhspin:DDRTableTemplates ;
1493 spin:body 1517 spin:body
1494 [ rdf:type sp:Select ; 1518 [ rdf:type sp:Select ;
1495 - sp:resultVariables (_:b263 _:b264 _:b265 _:b266) ; 1519 + sp:resultVariables (_:b268 _:b269 _:b270 _:b271) ;
1496 - sp:where ([ sp:object _:b267 ; 1520 + sp:where ([ sp:object _:b272 ;
1497 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1521 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1498 sp:subject 1522 sp:subject
1499 [ sp:varName "report"^^xsd:string 1523 [ sp:varName "report"^^xsd:string
1500 ] 1524 ]
1501 - ] [ sp:object _:b268 ; 1525 + ] [ sp:object _:b273 ;
1502 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1526 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1503 - sp:subject _:b267 1527 + sp:subject _:b272
1504 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; 1528 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ;
1505 sp:predicate rdf:type ; 1529 sp:predicate rdf:type ;
1506 - sp:subject _:b268 1530 + sp:subject _:b273
1507 ] [ rdf:type sp:Optional ; 1531 ] [ rdf:type sp:Optional ;
1508 - sp:elements ([ sp:object _:b269 ; 1532 + sp:elements ([ sp:object _:b274 ;
1509 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1533 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1510 - sp:subject _:b268 1534 + sp:subject _:b273
1511 - ] [ sp:object _:b270 ; 1535 + ] [ sp:object _:b275 ;
1512 sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ; 1536 sp:predicate <http://www.reportinghub.no/ep/schema/well#azimuth> ;
1513 - sp:subject _:b269 1537 + sp:subject _:b274
1514 - ] [ sp:object _:b266 ; 1538 + ] [ sp:object _:b271 ;
1515 sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 1539 sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
1516 - sp:subject _:b270 1540 + sp:subject _:b275
1517 ]) 1541 ])
1518 ] [ rdf:type sp:Optional ; 1542 ] [ rdf:type sp:Optional ;
1519 - sp:elements ([ sp:object _:b269 ; 1543 + sp:elements ([ sp:object _:b274 ;
1520 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1544 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1521 - sp:subject _:b268 1545 + sp:subject _:b273
1522 - ] [ sp:object _:b271 ; 1546 + ] [ sp:object _:b276 ;
1523 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; 1547 sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ;
1524 - sp:subject _:b269 1548 + sp:subject _:b274
1525 - ] [ sp:object _:b263 ; 1549 + ] [ sp:object _:b268 ;
1526 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1550 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1527 - sp:subject _:b271 1551 + sp:subject _:b276
1528 ]) 1552 ])
1529 ] [ rdf:type sp:Optional ; 1553 ] [ rdf:type sp:Optional ;
1530 - sp:elements ([ sp:object _:b269 ; 1554 + sp:elements ([ sp:object _:b274 ;
1531 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1555 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1532 - sp:subject _:b268 1556 + sp:subject _:b273
1533 - ] [ sp:object _:b272 ; 1557 + ] [ sp:object _:b277 ;
1534 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; 1558 sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ;
1535 - sp:subject _:b269 1559 + sp:subject _:b274
1536 - ] [ sp:object _:b264 ; 1560 + ] [ sp:object _:b269 ;
1537 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 1561 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1538 - sp:subject _:b272 1562 + sp:subject _:b277
1539 ]) 1563 ])
1540 ] [ rdf:type sp:Optional ; 1564 ] [ rdf:type sp:Optional ;
1541 - sp:elements ([ sp:object _:b269 ; 1565 + sp:elements ([ sp:object _:b274 ;
1542 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1566 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1543 - sp:subject _:b268 1567 + sp:subject _:b273
1544 - ] [ sp:object _:b273 ; 1568 + ] [ sp:object _:b278 ;
1545 sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ; 1569 sp:predicate <http://www.reportinghub.no/ep/schema/well#inclination> ;
1546 - sp:subject _:b269 1570 + sp:subject _:b274
1547 - ] [ sp:object _:b265 ; 1571 + ] [ sp:object _:b270 ;
1548 sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; 1572 sp:predicate <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
1549 - sp:subject _:b273 1573 + sp:subject _:b278
1550 ]) 1574 ])
1551 ]) 1575 ])
1552 ] ; 1576 ] ;
...@@ -1558,9 +1582,9 @@ ddr-tables:WellControlIncident ...@@ -1558,9 +1582,9 @@ ddr-tables:WellControlIncident
1558 rdfs:subClassOf rhspin:DDRTableTemplates ; 1582 rdfs:subClassOf rhspin:DDRTableTemplates ;
1559 spin:body 1583 spin:body
1560 [ rdf:type sp:Select ; 1584 [ rdf:type sp:Select ;
1561 - sp:orderBy (_:b274) ; 1585 + sp:orderBy (_:b279) ;
1562 - sp:resultVariables (_:b274 [ sp:varName "depthOfWell"^^xsd:string 1586 + sp:resultVariables (_:b279 [ sp:varName "depthOfWell"^^xsd:string
1563 - ] _:b275 [ sp:varName "timeForWellControlRegain"^^xsd:string 1587 + ] _:b280 [ sp:varName "timeForWellControlRegain"^^xsd:string
1564 ] [ sp:varName "depthAtBit"^^xsd:string 1588 ] [ sp:varName "depthAtBit"^^xsd:string
1565 ] [ sp:varName "drillingFluidDensity"^^xsd:string 1589 ] [ sp:varName "drillingFluidDensity"^^xsd:string
1566 ] [ sp:varName "porePressure"^^xsd:string 1590 ] [ sp:varName "porePressure"^^xsd:string
...@@ -1573,27 +1597,27 @@ ddr-tables:WellControlIncident ...@@ -1573,27 +1597,27 @@ ddr-tables:WellControlIncident
1573 ] [ sp:varName "formation"^^xsd:string 1597 ] [ sp:varName "formation"^^xsd:string
1574 ] [ sp:varName "bHT"^^xsd:string 1598 ] [ sp:varName "bHT"^^xsd:string
1575 ]) ; 1599 ]) ;
1576 - sp:where ([ sp:object _:b276 ; 1600 + sp:where ([ sp:object _:b281 ;
1577 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1601 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1578 sp:subject 1602 sp:subject
1579 [ sp:varName "report"^^xsd:string 1603 [ sp:varName "report"^^xsd:string
1580 ] 1604 ]
1581 - ] [ sp:object _:b277 ; 1605 + ] [ sp:object _:b282 ;
1582 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1606 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1583 - sp:subject _:b276 1607 + sp:subject _:b281
1584 - ] [ sp:object _:b278 ; 1608 + ] [ sp:object _:b283 ;
1585 sp:predicate rdf:type ; 1609 sp:predicate rdf:type ;
1586 - sp:subject _:b277 1610 + sp:subject _:b282
1587 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ; 1611 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ;
1588 sp:predicate rdfs:subClassOf ; 1612 sp:predicate rdfs:subClassOf ;
1589 - sp:subject _:b278 1613 + sp:subject _:b283
1590 ] [ rdf:type sp:Optional ; 1614 ] [ rdf:type sp:Optional ;
1591 - sp:elements ([ sp:object _:b279 ; 1615 + sp:elements ([ sp:object _:b284 ;
1592 sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ; 1616 sp:predicate <http://www.reportinghub.no/ep/schema/activity#timeLost> ;
1593 - sp:subject _:b277 1617 + sp:subject _:b282
1594 - ] [ sp:object _:b275 ; 1618 + ] [ sp:object _:b280 ;
1595 sp:predicate <http://www.reportinghub.no/ep/schema/core#minute> ; 1619 sp:predicate <http://www.reportinghub.no/ep/schema/core#minute> ;
1596 - sp:subject _:b279 1620 + sp:subject _:b284
1597 ]) 1621 ])
1598 ]) 1622 ])
1599 ] ; 1623 ] ;
...@@ -1605,219 +1629,315 @@ ddr-tables:WellTestInformation ...@@ -1605,219 +1629,315 @@ ddr-tables:WellTestInformation
1605 rdfs:subClassOf rhspin:DDRTableTemplates ; 1629 rdfs:subClassOf rhspin:DDRTableTemplates ;
1606 spin:body 1630 spin:body
1607 [ rdf:type sp:Select ; 1631 [ rdf:type sp:Select ;
1608 - sp:orderBy (_:b280) ; 1632 + sp:orderBy (_:b285) ;
1609 - sp:resultVariables (_:b280 _:b281 [ sp:varName "type"^^xsd:string 1633 + sp:resultVariables (_:b285 _:b286 [ sp:varName "type"^^xsd:string
1610 ] [ sp:varName "depthTopmMD"^^xsd:string 1634 ] [ sp:varName "depthTopmMD"^^xsd:string
1611 ] [ sp:varName "depthBottommMD"^^xsd:string 1635 ] [ sp:varName "depthBottommMD"^^xsd:string
1612 - ] _:b282 [ sp:varName "densityCrudeOil"^^xsd:string 1636 + ] _:b287 [ sp:varName "densityCrudeOil"^^xsd:string
1613 ] [ sp:varName "oilFlowRate"^^xsd:string 1637 ] [ sp:varName "oilFlowRate"^^xsd:string
1614 ] [ sp:varName "gasFlowRate"^^xsd:string 1638 ] [ sp:varName "gasFlowRate"^^xsd:string
1615 ] [ sp:varName "waterFlowRate"^^xsd:string 1639 ] [ sp:varName "waterFlowRate"^^xsd:string
1616 - ] _:b283 _:b284 _:b285 [ sp:varName "gasOilRatio"^^xsd:string 1640 + ] _:b288 _:b289 _:b290 [ sp:varName "gasOilRatio"^^xsd:string
1617 ] [ sp:varName "waterOilRatio"^^xsd:string 1641 ] [ sp:varName "waterOilRatio"^^xsd:string
1618 ] [ sp:varName "chlorideContent"^^xsd:string 1642 ] [ sp:varName "chlorideContent"^^xsd:string
1619 ] [ sp:varName "cO2Content"^^xsd:string 1643 ] [ sp:varName "cO2Content"^^xsd:string
1620 ] [ sp:varName "h2SContent"^^xsd:string 1644 ] [ sp:varName "h2SContent"^^xsd:string
1621 ]) ; 1645 ]) ;
1622 - sp:where ([ sp:object _:b286 ; 1646 + sp:where ([ sp:object _:b291 ;
1623 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1647 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1624 sp:subject 1648 sp:subject
1625 [ sp:varName "report"^^xsd:string 1649 [ sp:varName "report"^^xsd:string
1626 ] 1650 ]
1627 - ] [ sp:object _:b287 ; 1651 + ] [ sp:object _:b292 ;
1628 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1652 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1629 - sp:subject _:b286 1653 + sp:subject _:b291
1630 - ] [ sp:object _:b288 ; 1654 + ] [ sp:object _:b293 ;
1631 sp:predicate rdf:type ; 1655 sp:predicate rdf:type ;
1632 - sp:subject _:b287 1656 + sp:subject _:b292
1633 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1657 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1634 sp:predicate rdfs:subClassOf ; 1658 sp:predicate rdfs:subClassOf ;
1635 - sp:subject _:b288 1659 + sp:subject _:b293
1636 ] [ rdf:type sp:Optional ; 1660 ] [ rdf:type sp:Optional ;
1637 - sp:elements ([ sp:object _:b281 ; 1661 + sp:elements ([ sp:object _:b286 ;
1638 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; 1662 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ;
1639 - sp:subject _:b287 1663 + sp:subject _:b292
1640 ]) 1664 ])
1641 ] [ rdf:type sp:Optional ; 1665 ] [ rdf:type sp:Optional ;
1642 - sp:elements ([ sp:object _:b289 ; 1666 + sp:elements ([ sp:object _:b294 ;
1643 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; 1667 sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
1644 - sp:subject _:b287 1668 + sp:subject _:b292
1645 - ] [ sp:object _:b290 ; 1669 + ] [ sp:object _:b295 ;
1646 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; 1670 sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
1647 - sp:subject _:b289 1671 + sp:subject _:b294
1648 - ] [ sp:object _:b282 ; 1672 + ] [ sp:object _:b287 ;
1649 sp:predicate <http://www.reportinghub.no/ep/schema/core#millimetre> ; 1673 sp:predicate <http://www.reportinghub.no/ep/schema/core#millimetre> ;
1650 - sp:subject _:b290 1674 + sp:subject _:b295
1651 ]) 1675 ])
1652 ] [ rdf:type sp:Optional ; 1676 ] [ rdf:type sp:Optional ;
1653 - sp:elements ([ sp:object _:b291 ; 1677 + sp:elements ([ sp:object _:b296 ;
1654 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; 1678 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ;
1655 - sp:subject _:b287 1679 + sp:subject _:b292
1656 - ] [ sp:object _:b285 ; 1680 + ] [ sp:object _:b290 ;
1657 sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; 1681 sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
1658 - sp:subject _:b291 1682 + sp:subject _:b296
1659 ]) 1683 ])
1660 ] [ rdf:type sp:Optional ; 1684 ] [ rdf:type sp:Optional ;
1661 - sp:elements ([ sp:object _:b292 ; 1685 + sp:elements ([ sp:object _:b297 ;
1662 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; 1686 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ;
1663 - sp:subject _:b287
1664 - ] [ sp:object _:b284 ;
1665 - sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
1666 sp:subject _:b292 1687 sp:subject _:b292
1688 + ] [ sp:object _:b289 ;
1689 + sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
1690 + sp:subject _:b297
1667 ]) 1691 ])
1668 ] [ rdf:type sp:Optional ; 1692 ] [ rdf:type sp:Optional ;
1669 - sp:elements ([ sp:object _:b293 ; 1693 + sp:elements ([ sp:object _:b298 ;
1670 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; 1694 sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ;
1671 - sp:subject _:b287 1695 + sp:subject _:b292
1672 - ] [ sp:object _:b283 ; 1696 + ] [ sp:object _:b288 ;
1673 sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ; 1697 sp:predicate <http://www.reportinghub.no/ep/schema/core#megaPa> ;
1674 - sp:subject _:b293 1698 + sp:subject _:b298
1675 ]) 1699 ])
1676 ]) 1700 ])
1677 ] ; 1701 ] ;
1678 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) . 1702 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) .
1679 1703
1680 -_:b279 1704 +_:b226
1705 + sp:varName "remark"^^xsd:string .
1706 +
1707 +_:b223
1708 + sp:varName "endDepth"^^xsd:string .
1709 +
1710 +_:b233
1711 + sp:varName "ed"^^xsd:string .
1712 +
1713 +_:b222
1714 + sp:varName "startDepth"^^xsd:string .
1715 +
1716 +_:b232
1717 + sp:varName "id"^^xsd:string .
1718 +
1719 +_:b231
1720 + sp:varName "wellbore"^^xsd:string .
1721 +
1722 +_:b224
1723 + sp:varName "mainSubActivity"^^xsd:string .
1724 +
1725 +_:b230
1726 + sp:varName "subactclass"^^xsd:string .
1727 +
1728 +_:b225
1729 + sp:varName "state"^^xsd:string .
1730 +
1731 +_:b229
1732 + sp:varName "stateclass"^^xsd:string .
1733 +
1734 +_:b221
1735 + sp:varName "endTime"^^xsd:string .
1736 +
1737 +_:b220
1738 + sp:varName "startTime"^^xsd:string .
1739 +
1740 +_:b228
1741 + sp:varName "part"^^xsd:string .
1742 +
1743 +_:b227
1744 + sp:varName "reportOn"^^xsd:string .
1745 +
1746 +_:b298
1747 + sp:varName "shutip"^^xsd:string .
1748 +
1749 +_:b297
1750 + sp:varName "flowp"^^xsd:string .
1751 +
1752 +_:b296
1753 + sp:varName "botp"^^xsd:string .
1754 +
1755 +_:b295
1756 + sp:varName "cos"^^xsd:string .
1757 +
1758 +_:b294
1759 + sp:varName "choke"^^xsd:string .
1760 +
1761 +_:b293
1762 + sp:varName "wtclass"^^xsd:string .
1763 +
1764 +_:b292
1765 + sp:varName "wt"^^xsd:string .
1766 +
1767 +_:b291
1768 + sp:varName "reportOn"^^xsd:string .
1769 +
1770 +_:b290
1771 + sp:varName "bottomHolePressure"^^xsd:string .
1772 +
1773 +_:b289
1774 + sp:varName "flowPressure"^^xsd:string .
1775 +
1776 +_:b288
1777 + sp:varName "shutInPressure"^^xsd:string .
1778 +
1779 +_:b287
1780 + sp:varName "chokeOrifaceSize"^^xsd:string .
1781 +
1782 +_:b286
1783 + sp:varName "testNo"^^xsd:string .
1784 +
1785 +_:b285
1681 sp:varName "time"^^xsd:string . 1786 sp:varName "time"^^xsd:string .
1682 1787
1683 -_:b278 1788 +_:b284
1789 + sp:varName "time"^^xsd:string .
1790 +
1791 +_:b283
1684 sp:varName "partclass"^^xsd:string . 1792 sp:varName "partclass"^^xsd:string .
1685 1793
1686 -_:b277 1794 +_:b282
1687 sp:varName "part"^^xsd:string . 1795 sp:varName "part"^^xsd:string .
1688 1796
1689 -_:b276 1797 +_:b281
1690 sp:varName "reportOn"^^xsd:string . 1798 sp:varName "reportOn"^^xsd:string .
1691 1799
1692 -_:b275 1800 +_:b280
1693 sp:varName "lostTime"^^xsd:string . 1801 sp:varName "lostTime"^^xsd:string .
1694 1802
1695 -_:b274 1803 +_:b279
1696 sp:varName "date"^^xsd:string . 1804 sp:varName "date"^^xsd:string .
1697 1805
1698 -_:b273 1806 +_:b278
1699 sp:varName "incl"^^xsd:string . 1807 sp:varName "incl"^^xsd:string .
1700 1808
1701 -_:b272 1809 +_:b277
1702 sp:varName "tvd"^^xsd:string . 1810 sp:varName "tvd"^^xsd:string .
1703 1811
1704 -_:b271 1812 +_:b276
1705 sp:varName "md"^^xsd:string . 1813 sp:varName "md"^^xsd:string .
1706 1814
1707 -_:b270 1815 +_:b275
1708 sp:varName "azi"^^xsd:string . 1816 sp:varName "azi"^^xsd:string .
1709 1817
1710 -_:b269 1818 +_:b274
1711 sp:varName "wellbore"^^xsd:string . 1819 sp:varName "wellbore"^^xsd:string .
1712 1820
1713 -_:b268 1821 +_:b273
1714 sp:varName "part"^^xsd:string . 1822 sp:varName "part"^^xsd:string .
1715 1823
1716 -_:b267 1824 +_:b272
1717 sp:varName "reportOn"^^xsd:string . 1825 sp:varName "reportOn"^^xsd:string .
1718 1826
1719 -_:b266 1827 +_:b271
1720 sp:varName "azimuth"^^xsd:string . 1828 sp:varName "azimuth"^^xsd:string .
1721 1829
1722 -_:b265 1830 +_:b270
1723 sp:varName "inclination"^^xsd:string . 1831 sp:varName "inclination"^^xsd:string .
1724 1832
1725 -_:b264 1833 +_:b269
1726 sp:varName "depthmTVD"^^xsd:string . 1834 sp:varName "depthmTVD"^^xsd:string .
1727 1835
1728 -_:b263 1836 +_:b268
1729 sp:varName "depthmMD"^^xsd:string . 1837 sp:varName "depthmMD"^^xsd:string .
1730 1838
1731 -_:b262 1839 +_:b267
1732 sp:varName "tvd"^^xsd:string . 1840 sp:varName "tvd"^^xsd:string .
1733 1841
1734 -_:b261 1842 +_:b266
1735 sp:varName "md"^^xsd:string . 1843 sp:varName "md"^^xsd:string .
1736 1844
1737 -_:b260 1845 +_:b265
1738 sp:varName "wellbore"^^xsd:string . 1846 sp:varName "wellbore"^^xsd:string .
1739 1847
1740 -_:b259 1848 +_:b264
1741 sp:varName "part"^^xsd:string . 1849 sp:varName "part"^^xsd:string .
1742 1850
1851 +_:b263
1852 + sp:varName "reportOn"^^xsd:string .
1853 +
1854 +_:b262
1855 + sp:varName "formationName"^^xsd:string .
1856 +
1857 +_:b261
1858 + sp:varName "depthToTopOfFormationmTVD"^^xsd:string .
1859 +
1860 +_:b260
1861 + sp:varName "depthToTopOfFormationmMD"^^xsd:string .
1862 +
1863 +_:b259
1864 + sp:varName "md"^^xsd:string .
1865 +
1743 _:b258 1866 _:b258
1867 + sp:varName "tvd"^^xsd:string .
1868 +
1869 +_:b257
1870 + sp:varName "mudDensity"^^xsd:string .
1871 +
1872 +_:b256
1873 + sp:varName "actType"^^xsd:string .
1874 +
1875 +_:b255
1876 + sp:varName "wb"^^xsd:string .
1877 +
1878 +_:b254
1879 + sp:varName "actclass"^^xsd:string .
1880 +
1881 +_:b253
1882 + sp:varName "activity"^^xsd:string .
1883 +
1884 +_:b252
1744 sp:varName "reportOn"^^xsd:string . 1885 sp:varName "reportOn"^^xsd:string .
1745 1886
1746 -_:b257 1887 +_:b251
1747 - sp:varName "formationName"^^xsd:string . 1888 + sp:varName "tvdVal"^^xsd:string .
1889 +
1890 +_:b250
1891 + sp:varName "mdVal"^^xsd:string .
1892 +
1893 +_:b249
1894 + sp:varName "mudDensityVal"^^xsd:string .
1748 1895
1749 -_:b256 1896 +_:b248
1750 - sp:varName "depthToTopOfFormationmTVD"^^xsd:string . 1897 + sp:varName "reading"^^xsd:string .
1751 1898
1752 -_:b255 1899 +_:b247
1753 - sp:varName "depthToTopOfFormationmMD"^^xsd:string . 1900 + sp:varName "time"^^xsd:string .
1754 1901
1755 -_:b241 1902 +_:b246
1756 sp:varName "bottomTVD"^^xsd:string . 1903 sp:varName "bottomTVD"^^xsd:string .
1757 1904
1758 -_:b240 1905 +_:b245
1759 sp:varName "topTVD"^^xsd:string . 1906 sp:varName "topTVD"^^xsd:string .
1760 1907
1761 -_:b239 1908 +_:b244
1762 sp:varName "bottomMD"^^xsd:string . 1909 sp:varName "bottomMD"^^xsd:string .
1763 1910
1764 -_:b238 1911 +_:b243
1765 sp:varName "topMD"^^xsd:string . 1912 sp:varName "topMD"^^xsd:string .
1766 1913
1767 -_:b237 1914 +_:b242
1768 sp:varName "perfWb"^^xsd:string . 1915 sp:varName "perfWb"^^xsd:string .
1769 1916
1770 -_:b236 1917 +_:b241
1771 sp:varName "perfInterval"^^xsd:string . 1918 sp:varName "perfInterval"^^xsd:string .
1772 1919
1773 -_:b235 1920 +_:b240
1774 sp:varName "dailyDrillingActivity"^^xsd:string . 1921 sp:varName "dailyDrillingActivity"^^xsd:string .
1775 1922
1776 -_:b234 1923 +_:b239
1777 sp:varName "bottomOfPerfmTVD"^^xsd:string . 1924 sp:varName "bottomOfPerfmTVD"^^xsd:string .
1778 1925
1779 -_:b233 1926 +_:b238
1780 sp:varName "topOfPerfmTVD"^^xsd:string . 1927 sp:varName "topOfPerfmTVD"^^xsd:string .
1781 1928
1782 -_:b232 1929 +_:b237
1783 sp:varName "bottomOfPerfmMD"^^xsd:string . 1930 sp:varName "bottomOfPerfmMD"^^xsd:string .
1784 1931
1785 -_:b231 1932 +_:b236
1786 sp:varName "topOfPerfmMD"^^xsd:string . 1933 sp:varName "topOfPerfmMD"^^xsd:string .
1787 1934
1788 -_:b230 1935 +_:b235
1789 sp:varName "timeOfClosingWellPerf"^^xsd:string . 1936 sp:varName "timeOfClosingWellPerf"^^xsd:string .
1790 1937
1791 -_:b229 1938 +_:b234
1792 sp:varName "timeOfOpeningWellPerf"^^xsd:string . 1939 sp:varName "timeOfOpeningWellPerf"^^xsd:string .
1793 1940
1794 -_:b228
1795 - sp:varName "ed"^^xsd:string .
1796 -
1797 -_:b227
1798 - sp:varName "wellbore"^^xsd:string .
1799 -
1800 -_:b226
1801 - sp:varName "part"^^xsd:string .
1802 -
1803 -_:b225
1804 - sp:varName "reportOn"^^xsd:string .
1805 -
1806 -_:b224
1807 - sp:varName "remark"^^xsd:string .
1808 -
1809 -_:b223
1810 - sp:varName "activity"^^xsd:string .
1811 -
1812 -_:b222
1813 - sp:varName "endDepth"^^xsd:string .
1814 -
1815 -_:b221
1816 - sp:varName "endTime"^^xsd:string .
1817 -
1818 -_:b220
1819 - sp:varName "startTime"^^xsd:string .
1820 -
1821 _:b219 1941 _:b219
1822 sp:varName "loggingTool"^^xsd:string . 1942 sp:varName "loggingTool"^^xsd:string .
1823 1943
...@@ -2031,6 +2151,60 @@ _:b150 ...@@ -2031,6 +2151,60 @@ _:b150
2031 _:b149 2151 _:b149
2032 sp:varName "time"^^xsd:string . 2152 sp:varName "time"^^xsd:string .
2033 2153
2154 +_:b148
2155 + sp:varName "dentype"^^xsd:string .
2156 +
2157 +_:b147
2158 + sp:varName "voltype"^^xsd:string .
2159 +
2160 +_:b146
2161 + sp:varName "domcomp"^^xsd:string .
2162 +
2163 +_:b145
2164 + sp:varName "fluid"^^xsd:string .
2165 +
2166 +_:b144
2167 + sp:varName "fpres"^^xsd:string .
2168 +
2169 +_:b143
2170 + sp:varName "md"^^xsd:string .
2171 +
2172 +_:b142
2173 + sp:varName "wellbore"^^xsd:string .
2174 +
2175 +_:b141
2176 + sp:varName "mdsam"^^xsd:string .
2177 +
2178 +_:b140
2179 + sp:varName "ft"^^xsd:string .
2180 +
2181 +_:b139
2182 + sp:varName "reportOn"^^xsd:string .
2183 +
2184 +_:b138
2185 + sp:varName "description"^^xsd:string .
2186 +
2187 +_:b137
2188 + sp:varName "sampleVolume"^^xsd:string .
2189 +
2190 +_:b136
2191 + sp:varName "hCComponentDensity"^^xsd:string .
2192 +
2193 +_:b135
2194 + sp:varName "dominantFluidComponent"^^xsd:string .
2195 +
2196 +_:b134
2197 + sp:varName "depthToSamplePoint"^^xsd:string .
2198 +
2199 +_:b133
2200 + sp:varName "goodSealInd"^^xsd:string .
2201 +
2202 +_:b132
2203 + sp:varName "formationPorePressure"^^xsd:string .
2204 +
2205 +_:b131
2206 + sp:varName "depthmMD"^^xsd:string .
2207 +
2034 _:b130 2208 _:b130
2035 sp:varName "tvd"^^xsd:string . 2209 sp:varName "tvd"^^xsd:string .
2036 2210
...@@ -2411,138 +2585,3 @@ _:b3 sp:varName "manufacturer"^^xsd:string . ...@@ -2411,138 +2585,3 @@ _:b3 sp:varName "manufacturer"^^xsd:string .
2411 _:b2 sp:varName "runNo"^^xsd:string . 2585 _:b2 sp:varName "runNo"^^xsd:string .
2412 2586
2413 _:b1 sp:varName "bitSize"^^xsd:string . 2587 _:b1 sp:varName "bitSize"^^xsd:string .
2414 -
2415 -_:b286
2416 - sp:varName "reportOn"^^xsd:string .
2417 -
2418 -_:b287
2419 - sp:varName "wt"^^xsd:string .
2420 -
2421 -_:b288
2422 - sp:varName "wtclass"^^xsd:string .
2423 -
2424 -_:b281
2425 - sp:varName "testNo"^^xsd:string .
2426 -
2427 -_:b289
2428 - sp:varName "choke"^^xsd:string .
2429 -
2430 -_:b290
2431 - sp:varName "cos"^^xsd:string .
2432 -
2433 -_:b282
2434 - sp:varName "chokeOrifaceSize"^^xsd:string .
2435 -
2436 -_:b291
2437 - sp:varName "botp"^^xsd:string .
2438 -
2439 -_:b285
2440 - sp:varName "bottomHolePressure"^^xsd:string .
2441 -
2442 -_:b292
2443 - sp:varName "flowp"^^xsd:string .
2444 -
2445 -_:b284
2446 - sp:varName "flowPressure"^^xsd:string .
2447 -
2448 -_:b293
2449 - sp:varName "shutip"^^xsd:string .
2450 -
2451 -_:b283
2452 - sp:varName "shutInPressure"^^xsd:string .
2453 -
2454 -_:b280
2455 - sp:varName "time"^^xsd:string .
2456 -
2457 -_:b247
2458 - sp:varName "reportOn"^^xsd:string .
2459 -
2460 -_:b248
2461 - sp:varName "activity"^^xsd:string .
2462 -
2463 -_:b242
2464 - sp:varName "time"^^xsd:string .
2465 -
2466 -_:b249
2467 - sp:varName "actclass"^^xsd:string .
2468 -
2469 -_:b250
2470 - sp:varName "wb"^^xsd:string .
2471 -
2472 -_:b251
2473 - sp:varName "actType"^^xsd:string .
2474 -
2475 -_:b243
2476 - sp:varName "reading"^^xsd:string .
2477 -
2478 -_:b252
2479 - sp:varName "mudDensity"^^xsd:string .
2480 -
2481 -_:b244
2482 - sp:varName "mudDensityVal"^^xsd:string .
2483 -
2484 -_:b253
2485 - sp:varName "tvd"^^xsd:string .
2486 -
2487 -_:b246
2488 - sp:varName "tvdVal"^^xsd:string .
2489 -
2490 -_:b254
2491 - sp:varName "md"^^xsd:string .
2492 -
2493 -_:b245
2494 - sp:varName "mdVal"^^xsd:string .
2495 -
2496 -_:b139
2497 - sp:varName "reportOn"^^xsd:string .
2498 -
2499 -_:b140
2500 - sp:varName "ft"^^xsd:string .
2501 -
2502 -_:b133
2503 - sp:varName "goodSealInd"^^xsd:string .
2504 -
2505 -_:b141
2506 - sp:varName "mdsam"^^xsd:string .
2507 -
2508 -_:b134
2509 - sp:varName "depthToSamplePoint"^^xsd:string .
2510 -
2511 -_:b142
2512 - sp:varName "wellbore"^^xsd:string .
2513 -
2514 -_:b143
2515 - sp:varName "md"^^xsd:string .
2516 -
2517 -_:b131
2518 - sp:varName "depthmMD"^^xsd:string .
2519 -
2520 -_:b144
2521 - sp:varName "fpres"^^xsd:string .
2522 -
2523 -_:b132
2524 - sp:varName "formationPorePressure"^^xsd:string .
2525 -
2526 -_:b145
2527 - sp:varName "fluid"^^xsd:string .
2528 -
2529 -_:b146
2530 - sp:varName "domcomp"^^xsd:string .
2531 -
2532 -_:b135
2533 - sp:varName "dominantFluidComponent"^^xsd:string .
2534 -
2535 -_:b147
2536 - sp:varName "voltype"^^xsd:string .
2537 -
2538 -_:b137
2539 - sp:varName "sampleVolume"^^xsd:string .
2540 -
2541 -_:b148
2542 - sp:varName "dentype"^^xsd:string .
2543 -
2544 -_:b136
2545 - sp:varName "hCComponentDensity"^^xsd:string .
2546 -
2547 -_:b138
2548 - sp:varName "description"^^xsd:string .
......