David Price

Completed Well Injection Test section

...@@ -606,6 +606,9 @@ dpr-tables:WellInjectionTestResults ...@@ -606,6 +606,9 @@ dpr-tables:WellInjectionTestResults
606 ] [ sp:varName "wellTestTypeName"^^xsd:string 606 ] [ sp:varName "wellTestTypeName"^^xsd:string
607 ] [ sp:varName "activityStart"^^xsd:string 607 ] [ sp:varName "activityStart"^^xsd:string
608 ] [ sp:varName "materialName"^^xsd:string 608 ] [ sp:varName "materialName"^^xsd:string
609 + ] [ sp:varName "injectionWellTestFlowRate"^^xsd:string
610 + ] [ sp:varName "materialFlowVolumeValue"^^xsd:string
611 + ] [ sp:varName "materialFlowDensityValue"^^xsd:string
609 ]) ; 612 ]) ;
610 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 613 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
611 sp:predicate rdf:type ; 614 sp:predicate rdf:type ;
...@@ -740,6 +743,86 @@ dpr-tables:WellInjectionTestResults ...@@ -740,6 +743,86 @@ dpr-tables:WellInjectionTestResults
740 ] 743 ]
741 ] [ rdf:type sp:Optional ; 744 ] [ rdf:type sp:Optional ;
742 sp:elements ([ sp:object 745 sp:elements ([ sp:object
746 + [ sp:varName "materialFlow"^^xsd:string
747 + ] ;
748 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
749 + sp:subject
750 + [ sp:varName "quantityOfMaterialInStandardState"^^xsd:string
751 + ]
752 + ] [ sp:object
753 + [ sp:varName "materialFlowDensity"^^xsd:string
754 + ] ;
755 + sp:predicate rdf:type ;
756 + sp:subject
757 + [ sp:varName "quantityOfMaterialInStandardState"^^xsd:string
758 + ]
759 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ;
760 + sp:predicate rdf:type ;
761 + sp:subject
762 + [ sp:varName "materialFlowDensity"^^xsd:string
763 + ]
764 + ] [ sp:object
765 + [ sp:varName "materialFlowDensityValue"^^xsd:string
766 + ] ;
767 + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
768 + sp:subject
769 + [ sp:varName "materialFlowDensity"^^xsd:string
770 + ]
771 + ] [ sp:object
772 + [ sp:varName "materialFlowVolume"^^xsd:string
773 + ] ;
774 + sp:predicate rdf:type ;
775 + sp:subject
776 + [ sp:varName "quantityOfMaterialInStandardState"^^xsd:string
777 + ]
778 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
779 + sp:predicate rdf:type ;
780 + sp:subject
781 + [ sp:varName "materialFlowVolume"^^xsd:string
782 + ]
783 + ] [ sp:object
784 + [ sp:varName "materialFlowVolumeValue"^^xsd:string
785 + ] ;
786 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
787 + sp:subject
788 + [ sp:varName "materialFlowVolume"^^xsd:string
789 + ]
790 + ])
791 + ] [ rdf:type sp:Optional ;
792 + sp:elements ([ sp:object
793 + [ sp:varName "injectionWellTestFlowPart"^^xsd:string
794 + ] ;
795 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
796 + sp:subject
797 + [ sp:varName "flowInAStandardState"^^xsd:string
798 + ]
799 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowInAStandardState> ;
800 + sp:predicate rdf:type ;
801 + sp:subject
802 + [ sp:varName "flowInAStandardState"^^xsd:string
803 + ]
804 + ] [ sp:object
805 + [ sp:varName "volumetricFlowRate"^^xsd:string
806 + ] ;
807 + sp:predicate rdf:type ;
808 + sp:subject
809 + [ sp:varName "flowInAStandardState"^^xsd:string
810 + ]
811 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ;
812 + sp:predicate rdf:type ;
813 + sp:subject
814 + [ sp:varName "volumetricFlowRate"^^xsd:string
815 + ]
816 + ] [ sp:object
817 + [ sp:varName "injectionWellTestFlowRate"^^xsd:string
818 + ] ;
819 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
820 + sp:subject
821 + [ sp:varName "volumetricFlowRate"^^xsd:string
822 + ]
823 + ])
824 + ] [ rdf:type sp:Optional ;
825 + sp:elements ([ sp:object
743 [ sp:varName "activityStart"^^xsd:string 826 [ sp:varName "activityStart"^^xsd:string
744 ] ; 827 ] ;
745 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; 828 sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
...@@ -749,7 +832,10 @@ dpr-tables:WellInjectionTestResults ...@@ -749,7 +832,10 @@ dpr-tables:WellInjectionTestResults
749 ]) 832 ])
750 ]) 833 ])
751 ] ; 834 ] ;
752 - rhspin:tableHeaders ("Wellbore"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string "Fluid"^^xsd:string) . 835 + rhspin:tableHeaders ("Wellbore"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string "Fluid"^^xsd:string """Flow Rate
836 + m3/hr"""^^xsd:string """Volume
837 +m3"""^^xsd:string """Density
838 +kg/m3"""^^xsd:string) .
753 839
754 dpr-tables:WellTest 840 dpr-tables:WellTest
755 rdf:type rhspin:TableTemplate ; 841 rdf:type rhspin:TableTemplate ;
...@@ -766,6 +852,9 @@ dpr-tables:WellTest ...@@ -766,6 +852,9 @@ dpr-tables:WellTest
766 ] [ sp:varName "predecessorAt"^^xsd:string 852 ] [ sp:varName "predecessorAt"^^xsd:string
767 ] [ sp:varName "validPredecessorAt"^^xsd:string 853 ] [ sp:varName "validPredecessorAt"^^xsd:string
768 ] [ sp:varName "wellTestReasonTypeName"^^xsd:string 854 ] [ sp:varName "wellTestReasonTypeName"^^xsd:string
855 + ] [ sp:varName "depthFromTopValue"^^xsd:string
856 + ] [ sp:varName "depthUsableWaterValue"^^xsd:string
857 + ] [ sp:varName "fluidLevelTestPerformerName"^^xsd:string
769 ]) ; 858 ]) ;
770 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 859 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
771 sp:predicate rdf:type ; 860 sp:predicate rdf:type ;
...@@ -903,9 +992,85 @@ dpr-tables:WellTest ...@@ -903,9 +992,85 @@ dpr-tables:WellTest
903 [ sp:varName "validPredecessor"^^xsd:string 992 [ sp:varName "validPredecessor"^^xsd:string
904 ] 993 ]
905 ]) 994 ])
995 + ] [ rdf:type sp:Optional ;
996 + sp:elements ([ sp:object
997 + [ sp:varName "wellborePartFluid"^^xsd:string
998 + ] ;
999 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
1000 + sp:subject
1001 + [ sp:varName "wellborePart"^^xsd:string
1002 + ]
1003 + ] [ rdf:type sp:Optional ;
1004 + sp:elements ([ sp:object
1005 + [ sp:varName "depthFromTop"^^xsd:string
1006 + ] ;
1007 + sp:predicate <http://www.reportinghub.no/ep/schema/production-well#depthOfFluidSurfaceFromTopOfWell> ;
1008 + sp:subject
1009 + [ sp:varName "wellborePartFluid"^^xsd:string
1010 + ]
1011 + ] [ sp:object
1012 + [ sp:varName "depthFromTopValue"^^xsd:string
1013 + ] ;
1014 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1015 + sp:subject
1016 + [ sp:varName "depthFromTop"^^xsd:string
1017 + ]
1018 + ])
1019 + ] [ rdf:type sp:Optional ;
1020 + sp:elements ([ sp:object
1021 + [ sp:varName "depthUsableWater"^^xsd:string
1022 + ] ;
1023 + sp:predicate <http://www.reportinghub.no/ep/schema/production-well#depthOfBaseUsableWaterFromSurface> ;
1024 + sp:subject
1025 + [ sp:varName "wellborePartFluid"^^xsd:string
1026 + ]
1027 + ] [ sp:object
1028 + [ sp:varName "depthUsableWaterValue"^^xsd:string
1029 + ] ;
1030 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
1031 + sp:subject
1032 + [ sp:varName "depthUsableWater"^^xsd:string
1033 + ]
1034 + ])
1035 + ])
1036 + ] [ rdf:type sp:Optional ;
1037 + sp:elements ([ sp:object
1038 + [ sp:varName "fluidLevelTest"^^xsd:string
1039 + ] ;
1040 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1041 + sp:subject
1042 + [ sp:varName "wellTest"^^xsd:string
1043 + ]
1044 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidLevelTest> ;
1045 + sp:predicate rdf:type ;
1046 + sp:subject
1047 + [ sp:varName "fluidLevelTest"^^xsd:string
1048 + ]
1049 + ] [ sp:object
1050 + [ sp:varName "fluidLevelTestPerformerPart"^^xsd:string
1051 + ] ;
1052 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#performedByPersonOrOrganization> ;
1053 + sp:subject
1054 + [ sp:varName "fluidLevelTest"^^xsd:string
1055 + ]
1056 + ] [ sp:object
1057 + [ sp:varName "fluidLevelTestPerformerWhole"^^xsd:string
1058 + ] ;
1059 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1060 + sp:subject
1061 + [ sp:varName "fluidLevelTestPerformerPart"^^xsd:string
1062 + ]
1063 + ] [ sp:object
1064 + [ sp:varName "fluidLevelTestPerformerName"^^xsd:string
1065 + ] ;
1066 + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
1067 + sp:subject
1068 + [ sp:varName "fluidLevelTestPerformerWhole"^^xsd:string
1069 + ]
1070 + ])
906 ]) 1071 ])
907 ] ; 1072 ] ;
908 - rhspin:tableHeaders ("Wellbore"^^xsd:string "Test Type"^^xsd:string "Started or Nominally At"^^xsd:string "Predecessor At"^^xsd:string "Last Valid At"^^xsd:string "Reason"^^xsd:string) . 1073 + rhspin:tableHeaders ("Wellbore"^^xsd:string "Test Type"^^xsd:string "Started or Nominally At"^^xsd:string "Predecessor At"^^xsd:string "Last Valid At"^^xsd:string "Reason"^^xsd:string "Fluid Surface Depth m"^^xsd:string "Usable Water Depth"^^xsd:string "Fluid Level Test Performer"^^xsd:string) .
909 1074
910 _:b2 sp:varName "dailyProductionActivity"^^xsd:string . 1075 _:b2 sp:varName "dailyProductionActivity"^^xsd:string .
911 1076
......