Showing
1 changed file
with
30 additions
and
1 deletions
... | @@ -2416,6 +2416,7 @@ mpr-tables:WellProductionFlows | ... | @@ -2416,6 +2416,7 @@ mpr-tables:WellProductionFlows |
2416 | ] [ sp:varName "purposeTypeName"^^xsd:string | 2416 | ] [ sp:varName "purposeTypeName"^^xsd:string |
2417 | ]) ; | 2417 | ]) ; |
2418 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 2418 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
2419 | + ] [ sp:varName "wellStatus"^^xsd:string | ||
2419 | ] [ sp:varName "purposeTypeName"^^xsd:string | 2420 | ] [ sp:varName "purposeTypeName"^^xsd:string |
2420 | ] [ sp:varName "materialTypeName"^^xsd:string | 2421 | ] [ sp:varName "materialTypeName"^^xsd:string |
2421 | ] [ sp:varName "volumeValueString"^^xsd:string | 2422 | ] [ sp:varName "volumeValueString"^^xsd:string |
... | @@ -2534,6 +2535,34 @@ mpr-tables:WellProductionFlows | ... | @@ -2534,6 +2535,34 @@ mpr-tables:WellProductionFlows |
2534 | ]) | 2535 | ]) |
2535 | ] [ rdf:type sp:Optional ; | 2536 | ] [ rdf:type sp:Optional ; |
2536 | sp:elements ([ sp:object | 2537 | sp:elements ([ sp:object |
2538 | + [ sp:varName "productionFlowFacility"^^xsd:string | ||
2539 | + ] ; | ||
2540 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2541 | + sp:subject | ||
2542 | + [ sp:varName "producingWell"^^xsd:string | ||
2543 | + ] | ||
2544 | + ] [ sp:object | ||
2545 | + [ sp:varName "wellStatusType"^^xsd:string | ||
2546 | + ] ; | ||
2547 | + sp:predicate rdf:type ; | ||
2548 | + sp:subject | ||
2549 | + [ sp:varName "producingWell"^^xsd:string | ||
2550 | + ] | ||
2551 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#WellStatusType> ; | ||
2552 | + sp:predicate rdf:type ; | ||
2553 | + sp:subject | ||
2554 | + [ sp:varName "wellStatusType"^^xsd:string | ||
2555 | + ] | ||
2556 | + ] [ sp:object | ||
2557 | + [ sp:varName "wellStatus"^^xsd:string | ||
2558 | + ] ; | ||
2559 | + sp:predicate rdfs:label ; | ||
2560 | + sp:subject | ||
2561 | + [ sp:varName "wellStatusType"^^xsd:string | ||
2562 | + ] | ||
2563 | + ]) | ||
2564 | + ] [ rdf:type sp:Optional ; | ||
2565 | + sp:elements ([ sp:object | ||
2537 | [ sp:varName "productionFlowMixedPart"^^xsd:string | 2566 | [ sp:varName "productionFlowMixedPart"^^xsd:string |
2538 | ] ; | 2567 | ] ; |
2539 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 2568 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
... | @@ -2756,4 +2785,4 @@ mpr-tables:WellProductionFlows | ... | @@ -2756,4 +2785,4 @@ mpr-tables:WellProductionFlows |
2756 | ]) | 2785 | ]) |
2757 | ]) | 2786 | ]) |
2758 | ] ; | 2787 | ] ; |
2759 | - 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) . | 2788 | + 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) . | ... | ... |
-
Please register or login to post a comment