Showing
1 changed file
with
66 additions
and
27 deletions
| 1 | -# Saved by TopBraid on Tue Sep 27 12:31:54 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 12:42:35 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/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; | 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> ; |
| 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 |
| ... | @@ -1312,48 +1312,66 @@ ddr-tables:WellTestInformation | ... | @@ -1312,48 +1312,66 @@ ddr-tables:WellTestInformation |
| 1312 | sp:resultVariables (_:b185 _:b186 [ sp:varName "type"^^xsd:string | 1312 | sp:resultVariables (_:b185 _:b186 [ sp:varName "type"^^xsd:string |
| 1313 | ] [ sp:varName "depthTopmMD"^^xsd:string | 1313 | ] [ sp:varName "depthTopmMD"^^xsd:string |
| 1314 | ] [ sp:varName "depthBottommMD"^^xsd:string | 1314 | ] [ sp:varName "depthBottommMD"^^xsd:string |
| 1315 | - ] [ sp:varName "chokeOrifaceSize"^^xsd:string | 1315 | + ] _:b187 [ sp:varName "densityCrudeOil"^^xsd:string |
| 1316 | - ] [ sp:varName "densityCrudeOil"^^xsd:string | ||
| 1317 | ] [ sp:varName "oilFlowRate"^^xsd:string | 1316 | ] [ sp:varName "oilFlowRate"^^xsd:string |
| 1318 | ] [ sp:varName "gasFlowRate"^^xsd:string | 1317 | ] [ sp:varName "gasFlowRate"^^xsd:string |
| 1319 | ] [ sp:varName "waterFlowRate"^^xsd:string | 1318 | ] [ sp:varName "waterFlowRate"^^xsd:string |
| 1320 | - ] [ sp:varName "shutInPressure"^^xsd:string | 1319 | + ] _:b188 _:b189 _:b190 [ sp:varName "gasOilRatio"^^xsd:string |
| 1321 | - ] [ sp:varName "flowPressure"^^xsd:string | ||
| 1322 | - ] [ sp:varName "bottomHolePressure"^^xsd:string | ||
| 1323 | - ] [ sp:varName "gasOilRatio"^^xsd:string | ||
| 1324 | ] [ sp:varName "waterOilRatio"^^xsd:string | 1320 | ] [ sp:varName "waterOilRatio"^^xsd:string |
| 1325 | ] [ sp:varName "chlorideContent"^^xsd:string | 1321 | ] [ sp:varName "chlorideContent"^^xsd:string |
| 1326 | ] [ sp:varName "cO2Content"^^xsd:string | 1322 | ] [ sp:varName "cO2Content"^^xsd:string |
| 1327 | ] [ sp:varName "h2SContent"^^xsd:string | 1323 | ] [ sp:varName "h2SContent"^^xsd:string |
| 1328 | ]) ; | 1324 | ]) ; |
| 1329 | - sp:where ([ sp:object _:b187 ; | 1325 | + sp:where ([ sp:object _:b191 ; |
| 1330 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 1326 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 1331 | sp:subject | 1327 | sp:subject |
| 1332 | [ sp:varName "report"^^xsd:string | 1328 | [ sp:varName "report"^^xsd:string |
| 1333 | ] | 1329 | ] |
| 1334 | - ] [ sp:object _:b188 ; | 1330 | + ] [ sp:object _:b192 ; |
| 1335 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 1331 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 1336 | - sp:subject _:b187 | 1332 | + sp:subject _:b191 |
| 1337 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1333 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 1338 | sp:predicate rdf:type ; | 1334 | sp:predicate rdf:type ; |
| 1339 | - sp:subject _:b188 | 1335 | + sp:subject _:b192 |
| 1340 | ] [ rdf:type sp:Optional ; | 1336 | ] [ rdf:type sp:Optional ; |
| 1341 | sp:elements ([ sp:object _:b186 ; | 1337 | sp:elements ([ sp:object _:b186 ; |
| 1342 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; | 1338 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; |
| 1343 | - sp:subject _:b188 | 1339 | + sp:subject _:b192 |
| 1344 | ]) | 1340 | ]) |
| 1345 | ] [ rdf:type sp:Optional ; | 1341 | ] [ rdf:type sp:Optional ; |
| 1346 | - sp:elements ([ sp:object _:b189 ; | 1342 | + sp:elements ([ sp:object _:b193 ; |
| 1347 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 1343 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; |
| 1348 | - sp:subject _:b188 | 1344 | + sp:subject _:b192 |
| 1345 | + ] [ sp:object _:b194 ; | ||
| 1346 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; | ||
| 1347 | + sp:subject _:b193 | ||
| 1348 | + ] [ sp:object _:b187 ; | ||
| 1349 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 1350 | + sp:subject _:b194 | ||
| 1351 | + ]) | ||
| 1352 | + ] [ rdf:type sp:Optional ; | ||
| 1353 | + sp:elements ([ sp:object _:b195 ; | ||
| 1354 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; | ||
| 1355 | + sp:subject _:b192 | ||
| 1349 | ] [ sp:object _:b190 ; | 1356 | ] [ sp:object _:b190 ; |
| 1350 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
| 1351 | - sp:subject _:b189 | ||
| 1352 | - ] [ sp:object | ||
| 1353 | - [ sp:varName "endDepth"^^xsd:string | ||
| 1354 | - ] ; | ||
| 1355 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | 1357 | sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; |
| 1356 | - sp:subject _:b190 | 1358 | + sp:subject _:b195 |
| 1359 | + ]) | ||
| 1360 | + ] [ rdf:type sp:Optional ; | ||
| 1361 | + sp:elements ([ sp:object _:b196 ; | ||
| 1362 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; | ||
| 1363 | + sp:subject _:b192 | ||
| 1364 | + ] [ sp:object _:b189 ; | ||
| 1365 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 1366 | + sp:subject _:b196 | ||
| 1367 | + ]) | ||
| 1368 | + ] [ rdf:type sp:Optional ; | ||
| 1369 | + sp:elements ([ sp:object _:b197 ; | ||
| 1370 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; | ||
| 1371 | + sp:subject _:b192 | ||
| 1372 | + ] [ sp:object _:b188 ; | ||
| 1373 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; | ||
| 1374 | + sp:subject _:b197 | ||
| 1357 | ]) | 1375 | ]) |
| 1358 | ]) | 1376 | ]) |
| 1359 | ] ; | 1377 | ] ; |
| ... | @@ -1905,17 +1923,38 @@ _:b1 sp:varName "bitSize"^^xsd:string . | ... | @@ -1905,17 +1923,38 @@ _:b1 sp:varName "bitSize"^^xsd:string . |
| 1905 | _:b185 | 1923 | _:b185 |
| 1906 | sp:varName "time"^^xsd:string . | 1924 | sp:varName "time"^^xsd:string . |
| 1907 | 1925 | ||
| 1908 | -_:b190 | 1926 | +_:b188 |
| 1909 | - sp:varName "ed"^^xsd:string . | 1927 | + sp:varName "shutInPressure"^^xsd:string . |
| 1928 | + | ||
| 1929 | +_:b197 | ||
| 1930 | + sp:varName "shutip"^^xsd:string . | ||
| 1910 | 1931 | ||
| 1911 | _:b189 | 1932 | _:b189 |
| 1912 | - sp:varName "wellbore"^^xsd:string . | 1933 | + sp:varName "flowPressure"^^xsd:string . |
| 1934 | + | ||
| 1935 | +_:b196 | ||
| 1936 | + sp:varName "flowp"^^xsd:string . | ||
| 1937 | + | ||
| 1938 | +_:b190 | ||
| 1939 | + sp:varName "bottomHolePressure"^^xsd:string . | ||
| 1940 | + | ||
| 1941 | +_:b195 | ||
| 1942 | + sp:varName "botp"^^xsd:string . | ||
| 1943 | + | ||
| 1944 | +_:b187 | ||
| 1945 | + sp:varName "chokeOrifaceSize"^^xsd:string . | ||
| 1946 | + | ||
| 1947 | +_:b194 | ||
| 1948 | + sp:varName "cos"^^xsd:string . | ||
| 1949 | + | ||
| 1950 | +_:b193 | ||
| 1951 | + sp:varName "choke"^^xsd:string . | ||
| 1913 | 1952 | ||
| 1914 | _:b186 | 1953 | _:b186 |
| 1915 | sp:varName "testNo"^^xsd:string . | 1954 | sp:varName "testNo"^^xsd:string . |
| 1916 | 1955 | ||
| 1917 | -_:b188 | 1956 | +_:b192 |
| 1918 | sp:varName "part"^^xsd:string . | 1957 | sp:varName "part"^^xsd:string . |
| 1919 | 1958 | ||
| 1920 | -_:b187 | 1959 | +_:b191 |
| 1921 | sp:varName "reportOn"^^xsd:string . | 1960 | sp:varName "reportOn"^^xsd:string . | ... | ... |
-
Please register or login to post a comment