David Price

Completed Injection Well Test, Started Production Well Test uprgade

...@@ -1222,11 +1222,21 @@ dpr-tables:WellInjectionTest ...@@ -1222,11 +1222,21 @@ dpr-tables:WellInjectionTest
1222 ]) 1222 ])
1223 ] ; 1223 ] ;
1224 rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Duration 1224 rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Duration
1225 -hr"""^^xsd:string "Injected Fluid"^^xsd:string "Reason"^^xsd:string """Min Annular Pressure 1225 +hr"""^^xsd:string """Injected
1226 -bar"""^^xsd:string """Max Annular Pressure 1226 +Fluid"""^^xsd:string "Reason"^^xsd:string """Min
1227 -bar"""^^xsd:string """Wellhead Flowing Pressure 1227 +Annular
1228 -bar"""^^xsd:string """Wellhead Max Pressure 1228 +Pressure
1229 -bar"""^^xsd:string "Choke 64 inch"^^xsd:string) . 1229 +bar"""^^xsd:string """Max
1230 +Annular
1231 +Pressure
1232 +bar"""^^xsd:string """Wellhead
1233 +Flowing
1234 +Pressure
1235 +bar"""^^xsd:string """Wellhead
1236 +Max
1237 +Pressure
1238 +bar"""^^xsd:string """Choke
1239 +64 inch"""^^xsd:string) .
1230 1240
1231 dpr-tables:WellInjectionTestResults 1241 dpr-tables:WellInjectionTestResults
1232 rdf:type rhspin:TableTemplate ; 1242 rdf:type rhspin:TableTemplate ;
...@@ -1241,8 +1251,13 @@ dpr-tables:WellInjectionTestResults ...@@ -1241,8 +1251,13 @@ dpr-tables:WellInjectionTestResults
1241 ] [ sp:varName "wellTestTypeName"^^xsd:string 1251 ] [ sp:varName "wellTestTypeName"^^xsd:string
1242 ] [ sp:varName "activityStart"^^xsd:string 1252 ] [ sp:varName "activityStart"^^xsd:string
1243 ] [ sp:varName "oilRate"^^xsd:string 1253 ] [ sp:varName "oilRate"^^xsd:string
1254 + ] [ sp:varName "oilVolume"^^xsd:string
1255 + ] [ sp:varName "oilDensity"^^xsd:string
1244 ] [ sp:varName "gasRate"^^xsd:string 1256 ] [ sp:varName "gasRate"^^xsd:string
1257 + ] [ sp:varName "gasVolume"^^xsd:string
1258 + ] [ sp:varName "gasDensity"^^xsd:string
1245 ] [ sp:varName "waterRate"^^xsd:string 1259 ] [ sp:varName "waterRate"^^xsd:string
1260 + ] [ sp:varName "waterVolume"^^xsd:string
1246 ]) ; 1261 ]) ;
1247 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 1262 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
1248 sp:predicate rdf:type ; 1263 sp:predicate rdf:type ;
...@@ -1403,6 +1418,51 @@ dpr-tables:WellInjectionTestResults ...@@ -1403,6 +1418,51 @@ dpr-tables:WellInjectionTestResults
1403 sp:subject 1418 sp:subject
1404 [ sp:varName "oilvolumetricflowrate"^^xsd:string 1419 [ sp:varName "oilvolumetricflowrate"^^xsd:string
1405 ] 1420 ]
1421 + ] [ sp:object
1422 + [ sp:varName "oil"^^xsd:string
1423 + ] ;
1424 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1425 + sp:subject
1426 + [ sp:varName "partOfOil"^^xsd:string
1427 + ]
1428 + ] [ sp:object
1429 + [ sp:varName "odensity"^^xsd:string
1430 + ] ;
1431 + sp:predicate rdf:type ;
1432 + sp:subject
1433 + [ sp:varName "partOfOil"^^xsd:string
1434 + ]
1435 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
1436 + sp:predicate rdf:type ;
1437 + sp:subject
1438 + [ sp:varName "odensity"^^xsd:string
1439 + ]
1440 + ] [ sp:object
1441 + [ sp:varName "oilDensity"^^xsd:string
1442 + ] ;
1443 + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
1444 + sp:subject
1445 + [ sp:varName "odensity"^^xsd:string
1446 + ]
1447 + ] [ sp:object
1448 + [ sp:varName "ovolume"^^xsd:string
1449 + ] ;
1450 + sp:predicate rdf:type ;
1451 + sp:subject
1452 + [ sp:varName "partOfOil"^^xsd:string
1453 + ]
1454 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1455 + sp:predicate rdf:type ;
1456 + sp:subject
1457 + [ sp:varName "ovolume"^^xsd:string
1458 + ]
1459 + ] [ sp:object
1460 + [ sp:varName "oilVolume"^^xsd:string
1461 + ] ;
1462 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
1463 + sp:subject
1464 + [ sp:varName "ovolume"^^xsd:string
1465 + ]
1406 ]) 1466 ])
1407 ] [ rdf:type sp:Optional ; 1467 ] [ rdf:type sp:Optional ;
1408 sp:elements ([ sp:object 1468 sp:elements ([ sp:object
...@@ -1455,6 +1515,32 @@ dpr-tables:WellInjectionTestResults ...@@ -1455,6 +1515,32 @@ dpr-tables:WellInjectionTestResults
1455 sp:subject 1515 sp:subject
1456 [ sp:varName "watervolumetricflowrate"^^xsd:string 1516 [ sp:varName "watervolumetricflowrate"^^xsd:string
1457 ] 1517 ]
1518 + ] [ sp:object
1519 + [ sp:varName "water"^^xsd:string
1520 + ] ;
1521 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1522 + sp:subject
1523 + [ sp:varName "partOfWater"^^xsd:string
1524 + ]
1525 + ] [ sp:object
1526 + [ sp:varName "wvolume"^^xsd:string
1527 + ] ;
1528 + sp:predicate rdf:type ;
1529 + sp:subject
1530 + [ sp:varName "partOfWater"^^xsd:string
1531 + ]
1532 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1533 + sp:predicate rdf:type ;
1534 + sp:subject
1535 + [ sp:varName "wvolume"^^xsd:string
1536 + ]
1537 + ] [ sp:object
1538 + [ sp:varName "waterVolume"^^xsd:string
1539 + ] ;
1540 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
1541 + sp:subject
1542 + [ sp:varName "wvolume"^^xsd:string
1543 + ]
1458 ]) 1544 ])
1459 ] [ rdf:type sp:Optional ; 1545 ] [ rdf:type sp:Optional ;
1460 sp:elements ([ sp:object 1546 sp:elements ([ sp:object
...@@ -1507,14 +1593,64 @@ dpr-tables:WellInjectionTestResults ...@@ -1507,14 +1593,64 @@ dpr-tables:WellInjectionTestResults
1507 sp:subject 1593 sp:subject
1508 [ sp:varName "gasvolumetricflowrate"^^xsd:string 1594 [ sp:varName "gasvolumetricflowrate"^^xsd:string
1509 ] 1595 ]
1596 + ] [ sp:object
1597 + [ sp:varName "gas"^^xsd:string
1598 + ] ;
1599 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1600 + sp:subject
1601 + [ sp:varName "partOfGas"^^xsd:string
1602 + ]
1603 + ] [ sp:object
1604 + [ sp:varName "gdensity"^^xsd:string
1605 + ] ;
1606 + sp:predicate rdf:type ;
1607 + sp:subject
1608 + [ sp:varName "partOfGas"^^xsd:string
1609 + ]
1610 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
1611 + sp:predicate rdf:type ;
1612 + sp:subject
1613 + [ sp:varName "gdensity"^^xsd:string
1614 + ]
1615 + ] [ sp:object
1616 + [ sp:varName "gasDensity"^^xsd:string
1617 + ] ;
1618 + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
1619 + sp:subject
1620 + [ sp:varName "gdensity"^^xsd:string
1621 + ]
1622 + ] [ sp:object
1623 + [ sp:varName "gvolume"^^xsd:string
1624 + ] ;
1625 + sp:predicate rdf:type ;
1626 + sp:subject
1627 + [ sp:varName "partOfGas"^^xsd:string
1628 + ]
1629 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1630 + sp:predicate rdf:type ;
1631 + sp:subject
1632 + [ sp:varName "gvolume"^^xsd:string
1633 + ]
1634 + ] [ sp:object
1635 + [ sp:varName "gasVolume"^^xsd:string
1636 + ] ;
1637 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
1638 + sp:subject
1639 + [ sp:varName "gvolume"^^xsd:string
1640 + ]
1510 ]) 1641 ])
1511 ]) 1642 ])
1512 ]) 1643 ])
1513 ] ; 1644 ] ;
1514 rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Oil Rate 1645 rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Oil Rate
1515 - m3/hr"""^^xsd:string """Gas Rate 1646 + m3/hr"""^^xsd:string """Oil Volume
1516 - m3/hr"""^^xsd:string """Water Rate 1647 +m3"""^^xsd:string """Oil Density
1517 - m3/hr"""^^xsd:string) . 1648 +kg/m3"""^^xsd:string """Gas Rate
1649 + m3/hr"""^^xsd:string """Gas Volume
1650 +m3"""^^xsd:string """Gas Density
1651 +kg/m3"""^^xsd:string """Water Rate
1652 + m3/hr"""^^xsd:string """Water Volume
1653 +m3"""^^xsd:string) .
1518 1654
1519 dpr-tables:WellProductionTest 1655 dpr-tables:WellProductionTest
1520 rdf:type rhspin:TableTemplate ; 1656 rdf:type rhspin:TableTemplate ;
...@@ -1522,14 +1658,19 @@ dpr-tables:WellProductionTest ...@@ -1522,14 +1658,19 @@ dpr-tables:WellProductionTest
1522 rdfs:subClassOf rhspin:DPRTableTemplates ; 1658 rdfs:subClassOf rhspin:DPRTableTemplates ;
1523 spin:body 1659 spin:body
1524 [ rdf:type sp:Select ; 1660 [ rdf:type sp:Select ;
1525 - sp:orderBy ([ sp:varName "wellboreName"^^xsd:string 1661 + sp:orderBy ([ sp:varName "wellName"^^xsd:string
1526 ] [ sp:varName "activityStart"^^xsd:string 1662 ] [ sp:varName "activityStart"^^xsd:string
1527 ]) ; 1663 ]) ;
1528 - sp:resultVariables ([ sp:varName "wellboreName"^^xsd:string 1664 + sp:resultVariables ([ sp:varName "wellName"^^xsd:string
1529 ] [ sp:varName "wellTestTypeName"^^xsd:string 1665 ] [ sp:varName "wellTestTypeName"^^xsd:string
1530 ] [ sp:varName "wellTestReasonTypeName"^^xsd:string 1666 ] [ sp:varName "wellTestReasonTypeName"^^xsd:string
1531 ] [ sp:varName "activityStart"^^xsd:string 1667 ] [ sp:varName "activityStart"^^xsd:string
1532 ] [ sp:varName "wellTestName"^^xsd:string 1668 ] [ sp:varName "wellTestName"^^xsd:string
1669 + ] [ sp:varName "operatingMethod"^^xsd:string
1670 + ] [ sp:varName "bottomHoleTempature"^^xsd:string
1671 + ] [ sp:varName "bottomHolePressure"^^xsd:string
1672 + ] [ sp:varName "separatorTempature"^^xsd:string
1673 + ] [ sp:varName "separatorPressure"^^xsd:string
1533 ]) ; 1674 ]) ;
1534 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 1675 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
1535 sp:predicate rdf:type ; 1676 sp:predicate rdf:type ;
...@@ -1574,6 +1715,74 @@ dpr-tables:WellProductionTest ...@@ -1574,6 +1715,74 @@ dpr-tables:WellProductionTest
1574 ] 1715 ]
1575 ] [ rdf:type sp:Optional ; 1716 ] [ rdf:type sp:Optional ;
1576 sp:elements ([ sp:object 1717 sp:elements ([ sp:object
1718 + [ sp:varName "flow"^^xsd:string
1719 + ] ;
1720 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
1721 + sp:subject
1722 + [ sp:varName "wellTestPart"^^xsd:string
1723 + ]
1724 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ;
1725 + sp:predicate rdf:type ;
1726 + sp:subject
1727 + [ sp:varName "flow"^^xsd:string
1728 + ]
1729 + ] [ sp:object
1730 + [ sp:varName "productiontestseparatorflow"^^xsd:string
1731 + ] ;
1732 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
1733 + sp:subject
1734 + [ sp:varName "flow"^^xsd:string
1735 + ]
1736 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionTestSeparatorFlow> ;
1737 + sp:predicate rdf:type ;
1738 + sp:subject
1739 + [ sp:varName "productiontestseparatorflow"^^xsd:string
1740 + ]
1741 + ] [ sp:object
1742 + [ sp:varName "spressure"^^xsd:string
1743 + ] ;
1744 + sp:predicate rdf:type ;
1745 + sp:subject
1746 + [ sp:varName "productiontestseparatorflow"^^xsd:string
1747 + ]
1748 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
1749 + sp:predicate rdf:type ;
1750 + sp:subject
1751 + [ sp:varName "spressure"^^xsd:string
1752 + ]
1753 + ] [ sp:object
1754 + [ sp:varName "separatorPressure"^^xsd:string
1755 + ] ;
1756 + sp:predicate
1757 + [ sp:varName "pred"^^xsd:string
1758 + ] ;
1759 + sp:subject
1760 + [ sp:varName "spressure"^^xsd:string
1761 + ]
1762 + ] [ sp:object
1763 + [ sp:varName "stemperature"^^xsd:string
1764 + ] ;
1765 + sp:predicate rdf:type ;
1766 + sp:subject
1767 + [ sp:varName "productiontestseparatorflow"^^xsd:string
1768 + ]
1769 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
1770 + sp:predicate rdf:type ;
1771 + sp:subject
1772 + [ sp:varName "stemperature"^^xsd:string
1773 + ]
1774 + ] [ sp:object
1775 + [ sp:varName "separatorTempature"^^xsd:string
1776 + ] ;
1777 + sp:predicate
1778 + [ sp:varName "pred"^^xsd:string
1779 + ] ;
1780 + sp:subject
1781 + [ sp:varName "steperature"^^xsd:string
1782 + ]
1783 + ])
1784 + ] [ rdf:type sp:Optional ;
1785 + sp:elements ([ sp:object
1577 [ sp:varName "wellTestName"^^xsd:string 1786 [ sp:varName "wellTestName"^^xsd:string
1578 ] ; 1787 ] ;
1579 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; 1788 sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
...@@ -1582,25 +1791,25 @@ dpr-tables:WellProductionTest ...@@ -1582,25 +1791,25 @@ dpr-tables:WellProductionTest
1582 ] 1791 ]
1583 ]) 1792 ])
1584 ] [ sp:object 1793 ] [ sp:object
1585 - [ sp:varName "wellborePart"^^xsd:string 1794 + [ sp:varName "wellPart"^^xsd:string
1586 ] ; 1795 ] ;
1587 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; 1796 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
1588 sp:subject 1797 sp:subject
1589 [ sp:varName "wellTest"^^xsd:string 1798 [ sp:varName "wellTest"^^xsd:string
1590 ] 1799 ]
1591 ] [ sp:object 1800 ] [ sp:object
1592 - [ sp:varName "wellbore"^^xsd:string 1801 + [ sp:varName "well"^^xsd:string
1593 ] ; 1802 ] ;
1594 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 1803 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1595 sp:subject 1804 sp:subject
1596 - [ sp:varName "wellborePart"^^xsd:string 1805 + [ sp:varName "wellPart"^^xsd:string
1597 ] 1806 ]
1598 ] [ sp:object 1807 ] [ sp:object
1599 - [ sp:varName "wellboreName"^^xsd:string 1808 + [ sp:varName "wellName"^^xsd:string
1600 ] ; 1809 ] ;
1601 sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; 1810 sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
1602 sp:subject 1811 sp:subject
1603 - [ sp:varName "wellbore"^^xsd:string 1812 + [ sp:varName "well"^^xsd:string
1604 ] 1813 ]
1605 ] [ rdf:type sp:Optional ; 1814 ] [ rdf:type sp:Optional ;
1606 sp:elements ([ sp:object 1815 sp:elements ([ sp:object
...@@ -1655,7 +1864,7 @@ dpr-tables:WellProductionTest ...@@ -1655,7 +1864,7 @@ dpr-tables:WellProductionTest
1655 ]) 1864 ])
1656 ]) 1865 ])
1657 ] ; 1866 ] ;
1658 - rhspin:tableHeaders ("Wellbore"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description "^^xsd:string) . 1867 + rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description "^^xsd:string "Operating Method"^^xsd:string "Bottom HoleTempature"^^xsd:string "Bottom Hole Pressure"^^xsd:string "Separator Tempature"^^xsd:string "Separator Pressure"^^xsd:string) .
1659 1868
1660 dpr-tables:WellTest 1869 dpr-tables:WellTest
1661 rdf:type rhspin:TableTemplate ; 1870 rdf:type rhspin:TableTemplate ;
......