David Price

Added well bore status to Well Production table

......@@ -2416,6 +2416,7 @@ mpr-tables:WellProductionFlows
] [ sp:varName "purposeTypeName"^^xsd:string
]) ;
sp:resultVariables ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "wellStatus"^^xsd:string
] [ sp:varName "purposeTypeName"^^xsd:string
] [ sp:varName "materialTypeName"^^xsd:string
] [ sp:varName "volumeValueString"^^xsd:string
......@@ -2534,6 +2535,34 @@ mpr-tables:WellProductionFlows
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "producingWell"^^xsd:string
]
] [ sp:object
[ sp:varName "wellStatusType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "producingWell"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#WellStatusType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "wellStatusType"^^xsd:string
]
] [ sp:object
[ sp:varName "wellStatus"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "wellStatusType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
......@@ -2756,4 +2785,4 @@ mpr-tables:WellProductionFlows
])
])
] ;
rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Days"^^xsd:string "Temperature C"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) .
rhspin:tableHeaders ("Wellbore"^^xsd:string "Status"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Days"^^xsd:string "Temperature C"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) .
......