Showing
1 changed file
with
62 additions
and
80 deletions
| 1 | -# Saved by TopBraid on Tue Sep 27 12:18:48 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 12:31:54 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 |
| ... | @@ -1309,8 +1309,7 @@ ddr-tables:WellTestInformation | ... | @@ -1309,8 +1309,7 @@ ddr-tables:WellTestInformation |
| 1309 | spin:body | 1309 | spin:body |
| 1310 | [ rdf:type sp:Select ; | 1310 | [ rdf:type sp:Select ; |
| 1311 | sp:orderBy (_:b185) ; | 1311 | sp:orderBy (_:b185) ; |
| 1312 | - sp:resultVariables (_:b185 [ sp:varName "testNo"^^xsd:string | 1312 | + sp:resultVariables (_:b185 _:b186 [ sp:varName "type"^^xsd:string |
| 1313 | - ] [ sp:varName "type"^^xsd:string | ||
| 1314 | ] [ sp:varName "depthTopmMD"^^xsd:string | 1313 | ] [ sp:varName "depthTopmMD"^^xsd:string |
| 1315 | ] [ sp:varName "depthBottommMD"^^xsd:string | 1314 | ] [ sp:varName "depthBottommMD"^^xsd:string |
| 1316 | ] [ sp:varName "chokeOrifaceSize"^^xsd:string | 1315 | ] [ sp:varName "chokeOrifaceSize"^^xsd:string |
| ... | @@ -1327,36 +1326,26 @@ ddr-tables:WellTestInformation | ... | @@ -1327,36 +1326,26 @@ ddr-tables:WellTestInformation |
| 1327 | ] [ sp:varName "cO2Content"^^xsd:string | 1326 | ] [ sp:varName "cO2Content"^^xsd:string |
| 1328 | ] [ sp:varName "h2SContent"^^xsd:string | 1327 | ] [ sp:varName "h2SContent"^^xsd:string |
| 1329 | ]) ; | 1328 | ]) ; |
| 1330 | - sp:where ([ sp:object _:b186 ; | 1329 | + sp:where ([ sp:object _:b187 ; |
| 1331 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1330 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1332 | sp:subject | 1331 | sp:subject |
| 1333 | [ sp:varName "report"^^xsd:string | 1332 | [ sp:varName "report"^^xsd:string |
| 1334 | ] | 1333 | ] |
| 1335 | - ] [ sp:object _:b187 ; | 1334 | + ] [ sp:object _:b188 ; |
| 1336 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1335 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1337 | - sp:subject _:b186 | ||
| 1338 | - ] [ sp:object | ||
| 1339 | - [ sp:varName "startTime"^^xsd:string | ||
| 1340 | - ] ; | ||
| 1341 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 1342 | - sp:subject _:b187 | ||
| 1343 | - ] [ sp:object | ||
| 1344 | - [ sp:varName "endTime"^^xsd:string | ||
| 1345 | - ] ; | ||
| 1346 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 1347 | sp:subject _:b187 | 1336 | sp:subject _:b187 |
| 1337 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
| 1338 | + sp:predicate rdf:type ; | ||
| 1339 | + sp:subject _:b188 | ||
| 1348 | ] [ rdf:type sp:Optional ; | 1340 | ] [ rdf:type sp:Optional ; |
| 1349 | - sp:elements ([ sp:object _:b188 ; | 1341 | + sp:elements ([ sp:object _:b186 ; |
| 1350 | - sp:predicate rdf:type ; | 1342 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; |
| 1351 | - sp:subject _:b187 | ||
| 1352 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; | ||
| 1353 | - sp:predicate rdf:type ; | ||
| 1354 | sp:subject _:b188 | 1343 | sp:subject _:b188 |
| 1355 | ]) | 1344 | ]) |
| 1356 | ] [ rdf:type sp:Optional ; | 1345 | ] [ rdf:type sp:Optional ; |
| 1357 | sp:elements ([ sp:object _:b189 ; | 1346 | sp:elements ([ sp:object _:b189 ; |
| 1358 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1347 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 1359 | - sp:subject _:b187 | 1348 | + sp:subject _:b188 |
| 1360 | ] [ sp:object _:b190 ; | 1349 | ] [ sp:object _:b190 ; |
| 1361 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 1350 | sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; |
| 1362 | sp:subject _:b189 | 1351 | sp:subject _:b189 |
| ... | @@ -1366,35 +1355,10 @@ ddr-tables:WellTestInformation | ... | @@ -1366,35 +1355,10 @@ ddr-tables:WellTestInformation |
| 1366 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | 1355 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; |
| 1367 | sp:subject _:b190 | 1356 | sp:subject _:b190 |
| 1368 | ]) | 1357 | ]) |
| 1369 | - ] [ rdf:type sp:Optional ; | ||
| 1370 | - sp:elements ([ sp:object | ||
| 1371 | - [ sp:varName "comments"^^xsd:string | ||
| 1372 | - ] ; | ||
| 1373 | - sp:predicate rdfs:comment ; | ||
| 1374 | - sp:subject _:b187 | ||
| 1375 | - ]) | ||
| 1376 | ]) | 1358 | ]) |
| 1377 | ] ; | 1359 | ] ; |
| 1378 | 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) . | 1360 | 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) . |
| 1379 | 1361 | ||
| 1380 | -_:b190 | ||
| 1381 | - sp:varName "ed"^^xsd:string . | ||
| 1382 | - | ||
| 1383 | -_:b189 | ||
| 1384 | - sp:varName "wellbore"^^xsd:string . | ||
| 1385 | - | ||
| 1386 | -_:b188 | ||
| 1387 | - sp:varName "activity"^^xsd:string . | ||
| 1388 | - | ||
| 1389 | -_:b187 | ||
| 1390 | - sp:varName "part"^^xsd:string . | ||
| 1391 | - | ||
| 1392 | -_:b186 | ||
| 1393 | - sp:varName "reportOn"^^xsd:string . | ||
| 1394 | - | ||
| 1395 | -_:b185 | ||
| 1396 | - sp:varName "time"^^xsd:string . | ||
| 1397 | - | ||
| 1398 | _:b184 | 1362 | _:b184 |
| 1399 | sp:varName "ed"^^xsd:string . | 1363 | sp:varName "ed"^^xsd:string . |
| 1400 | 1364 | ||
| ... | @@ -1497,6 +1461,45 @@ _:b152 | ... | @@ -1497,6 +1461,45 @@ _:b152 |
| 1497 | _:b151 | 1461 | _:b151 |
| 1498 | sp:varName "time"^^xsd:string . | 1462 | sp:varName "time"^^xsd:string . |
| 1499 | 1463 | ||
| 1464 | +_:b150 | ||
| 1465 | + sp:varName "bottomTVD"^^xsd:string . | ||
| 1466 | + | ||
| 1467 | +_:b149 | ||
| 1468 | + sp:varName "topTVD"^^xsd:string . | ||
| 1469 | + | ||
| 1470 | +_:b148 | ||
| 1471 | + sp:varName "bottomMD"^^xsd:string . | ||
| 1472 | + | ||
| 1473 | +_:b147 | ||
| 1474 | + sp:varName "topMD"^^xsd:string . | ||
| 1475 | + | ||
| 1476 | +_:b146 | ||
| 1477 | + sp:varName "perfWb"^^xsd:string . | ||
| 1478 | + | ||
| 1479 | +_:b145 | ||
| 1480 | + sp:varName "perfInterval"^^xsd:string . | ||
| 1481 | + | ||
| 1482 | +_:b144 | ||
| 1483 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1484 | + | ||
| 1485 | +_:b143 | ||
| 1486 | + sp:varName "bottomOfPerfmTVD"^^xsd:string . | ||
| 1487 | + | ||
| 1488 | +_:b142 | ||
| 1489 | + sp:varName "topOfPerfmTVD"^^xsd:string . | ||
| 1490 | + | ||
| 1491 | +_:b141 | ||
| 1492 | + sp:varName "bottomOfPerfmMD"^^xsd:string . | ||
| 1493 | + | ||
| 1494 | +_:b140 | ||
| 1495 | + sp:varName "topOfPerfmMD"^^xsd:string . | ||
| 1496 | + | ||
| 1497 | +_:b139 | ||
| 1498 | + sp:varName "timeOfClosingWellPerf"^^xsd:string . | ||
| 1499 | + | ||
| 1500 | +_:b138 | ||
| 1501 | + sp:varName "timeOfOpeningWellPerf"^^xsd:string . | ||
| 1502 | + | ||
| 1500 | _:b137 | 1503 | _:b137 |
| 1501 | sp:varName "ed"^^xsd:string . | 1504 | sp:varName "ed"^^xsd:string . |
| 1502 | 1505 | ||
| ... | @@ -1899,41 +1902,20 @@ _:b2 sp:varName "runNo"^^xsd:string . | ... | @@ -1899,41 +1902,20 @@ _:b2 sp:varName "runNo"^^xsd:string . |
| 1899 | 1902 | ||
| 1900 | _:b1 sp:varName "bitSize"^^xsd:string . | 1903 | _:b1 sp:varName "bitSize"^^xsd:string . |
| 1901 | 1904 | ||
| 1902 | -_:b143 | 1905 | +_:b185 |
| 1903 | - sp:varName "bottomOfPerfmTVD"^^xsd:string . | 1906 | + sp:varName "time"^^xsd:string . |
| 1904 | - | ||
| 1905 | -_:b150 | ||
| 1906 | - sp:varName "bottomTVD"^^xsd:string . | ||
| 1907 | - | ||
| 1908 | -_:b142 | ||
| 1909 | - sp:varName "topOfPerfmTVD"^^xsd:string . | ||
| 1910 | - | ||
| 1911 | -_:b149 | ||
| 1912 | - sp:varName "topTVD"^^xsd:string . | ||
| 1913 | - | ||
| 1914 | -_:b141 | ||
| 1915 | - sp:varName "bottomOfPerfmMD"^^xsd:string . | ||
| 1916 | - | ||
| 1917 | -_:b148 | ||
| 1918 | - sp:varName "bottomMD"^^xsd:string . | ||
| 1919 | - | ||
| 1920 | -_:b140 | ||
| 1921 | - sp:varName "topOfPerfmMD"^^xsd:string . | ||
| 1922 | - | ||
| 1923 | -_:b147 | ||
| 1924 | - sp:varName "topMD"^^xsd:string . | ||
| 1925 | 1907 | ||
| 1926 | -_:b146 | 1908 | +_:b190 |
| 1927 | - sp:varName "perfWb"^^xsd:string . | 1909 | + sp:varName "ed"^^xsd:string . |
| 1928 | 1910 | ||
| 1929 | -_:b138 | 1911 | +_:b189 |
| 1930 | - sp:varName "timeOfOpeningWellPerf"^^xsd:string . | 1912 | + sp:varName "wellbore"^^xsd:string . |
| 1931 | 1913 | ||
| 1932 | -_:b139 | 1914 | +_:b186 |
| 1933 | - sp:varName "timeOfClosingWellPerf"^^xsd:string . | 1915 | + sp:varName "testNo"^^xsd:string . |
| 1934 | 1916 | ||
| 1935 | -_:b145 | 1917 | +_:b188 |
| 1936 | - sp:varName "perfInterval"^^xsd:string . | 1918 | + sp:varName "part"^^xsd:string . |
| 1937 | 1919 | ||
| 1938 | -_:b144 | 1920 | +_:b187 |
| 1939 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1921 | + sp:varName "reportOn"^^xsd:string . | ... | ... |
-
Please register or login to post a comment