David Price

Added unction for normalized UoM and value strings using new unitSymbol in ep-co…

…re, started applying to DPR2.
This diff could not be displayed because it is too large.
# baseURI: http://www.reportinghub.no/ep/spin/dpr-tables
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/spin/rh
@prefix dpr-tables: <http://www.reportinghub.no/ep/spin/dpr-tables#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -15,7 +17,7 @@
<http://www.reportinghub.no/ep/spin/dpr-tables>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
dpr-tables:FluidSampleAnalysisResults
......@@ -1590,6 +1592,15 @@ dpr-tables:WellFluidLevelTest
sp:subject
[ sp:varName "depthUsableWater"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "depthUsableWater"^^xsd:string
]
] ;
sp:variable
[ sp:varName "depthUsableWaterValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
......@@ -1599,12 +1610,14 @@ dpr-tables:WellFluidLevelTest
sp:subject
[ sp:varName "wellPartFluid"^^xsd:string
]
] [ sp:object
[ sp:varName "fluidLevelValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "fluidLevel"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "fluidLevel"^^xsd:string
sp:variable
[ sp:varName "fluidLevelValue"^^xsd:string
]
])
])
......@@ -1633,10 +1646,8 @@ dpr-tables:WellFluidLevelTest
])
])
] ;
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description "^^xsd:string """Fluid Level
m"""^^xsd:string """Usable Water
Depth
m"""^^xsd:string """Fluid Level
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description "^^xsd:string "Fluid Level"^^xsd:string """Usable Water
Depth"""^^xsd:string """Fluid Level
Test Performer"""^^xsd:string) .
dpr-tables:WellInjectionTest
......@@ -1759,12 +1770,14 @@ dpr-tables:WellInjectionTest
sp:subject
[ sp:varName "timeDuration"^^xsd:string
]
] [ sp:object
[ sp:varName "duration"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "timeDuration"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hour> ;
sp:subject
[ sp:varName "timeDuration"^^xsd:string
sp:variable
[ sp:varName "duration"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1803,12 +1816,14 @@ dpr-tables:WellInjectionTest
sp:subject
[ sp:varName "injectionWellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "minAnnularPresValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "minAnnularPres"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "minAnnularPres"^^xsd:string
sp:variable
[ sp:varName "minAnnularPresValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1819,12 +1834,14 @@ dpr-tables:WellInjectionTest
sp:subject
[ sp:varName "injectionWellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "maxAnnularPresValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "maxAnnularPres"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "maxAnnularPres"^^xsd:string
sp:variable
[ sp:varName "maxAnnularPresValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1835,12 +1852,14 @@ dpr-tables:WellInjectionTest
sp:subject
[ sp:varName "injectionWellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "wellheadFlowingPresValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "wellheadFlowingPres"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "wellheadFlowingPres"^^xsd:string
sp:variable
[ sp:varName "wellheadFlowingPresValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1851,12 +1870,14 @@ dpr-tables:WellInjectionTest
sp:subject
[ sp:varName "injectionWellTest"^^xsd:string
]
] [ sp:object
[ sp:varName "wellheadMaxPresValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "wellheadMaxPres"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "wellheadMaxPres"^^xsd:string
sp:variable
[ sp:varName "wellheadMaxPresValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1914,21 +1935,16 @@ dpr-tables:WellInjectionTest
])
])
] ;
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Duration
hr"""^^xsd:string """Injected
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string "Duration"^^xsd:string """Injected
Fluid"""^^xsd:string "Reason"^^xsd:string """Min
Annular
Pressure
bar"""^^xsd:string """Max
Pressure"""^^xsd:string """Max
Annular
Pressure
bar"""^^xsd:string """Wellhead
Pressure"""^^xsd:string """Wellhead
Flowing
Pressure
bar"""^^xsd:string """Wellhead
Pressure"""^^xsd:string """Wellhead
Max
Pressure
bar"""^^xsd:string """Choke
Pressure"""^^xsd:string """Choke
64 inch"""^^xsd:string) .
dpr-tables:WellInjectionTestResults
......@@ -2104,12 +2120,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "oilvolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "oilRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "oilvolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "oilvolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "oilRate"^^xsd:string
]
] [ sp:object
[ sp:varName "oil"^^xsd:string
......@@ -2130,12 +2148,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "odensity"^^xsd:string
]
] [ sp:object
[ sp:varName "oilDensity"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "odensity"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
sp:subject
[ sp:varName "odensity"^^xsd:string
sp:variable
[ sp:varName "oilDensity"^^xsd:string
]
] [ sp:object
[ sp:varName "ovolume"^^xsd:string
......@@ -2149,12 +2169,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "ovolume"^^xsd:string
]
] [ sp:object
[ sp:varName "oilVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "ovolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "ovolume"^^xsd:string
sp:variable
[ sp:varName "oilVolume"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2201,12 +2223,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "watervolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "waterRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "watervolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "watervolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "waterRate"^^xsd:string
]
] [ sp:object
[ sp:varName "water"^^xsd:string
......@@ -2227,12 +2251,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "wvolume"^^xsd:string
]
] [ sp:object
[ sp:varName "waterVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "wvolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "wvolume"^^xsd:string
sp:variable
[ sp:varName "waterVolume"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2279,12 +2305,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "gasvolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "gasRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gasvolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "gasvolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "gasRate"^^xsd:string
]
] [ sp:object
[ sp:varName "gas"^^xsd:string
......@@ -2305,12 +2333,14 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "gdensity"^^xsd:string
]
] [ sp:object
[ sp:varName "gasDensity"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gdensity"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ;
sp:subject
[ sp:varName "gdensity"^^xsd:string
sp:variable
[ sp:varName "gasDensity"^^xsd:string
]
] [ sp:object
[ sp:varName "gvolume"^^xsd:string
......@@ -2324,26 +2354,20 @@ dpr-tables:WellInjectionTestResults
sp:subject
[ sp:varName "gvolume"^^xsd:string
]
] [ sp:object
[ sp:varName "gasVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gvolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "gvolume"^^xsd:string
sp:variable
[ sp:varName "gasVolume"^^xsd:string
]
])
])
])
] ;
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string """Oil Rate
m3/hr"""^^xsd:string """Oil Volume
m3"""^^xsd:string """Oil Density
kg/m3"""^^xsd:string """Gas Rate
m3/hr"""^^xsd:string """Gas Volume
m3"""^^xsd:string """Gas Density
kg/m3"""^^xsd:string """Water Rate
m3/hr"""^^xsd:string """Water Volume
m3"""^^xsd:string) .
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Nominally At"^^xsd:string "Oil Rate"^^xsd:string "Oil Volume"^^xsd:string "Oil Density"^^xsd:string "Gas Rate"^^xsd:string "Gas Volume"^^xsd:string "Gas Density"^^xsd:string "Water Rate"^^xsd:string "Water Volume"^^xsd:string) .
dpr-tables:WellProductionTest
rdf:type rhspin:TableTemplate ;
......@@ -2517,19 +2541,23 @@ dpr-tables:WellProductionTest
sp:subject
[ sp:varName "bhtemperature"^^xsd:string
]
] [ sp:object
[ sp:varName "bottomHolePressure"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "bhpressure"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "bhpressure"^^xsd:string
sp:variable
[ sp:varName "bottomHolePressure"^^xsd:string
]
] [ sp:object
[ sp:varName "bottomHoleTemperature"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "bhtemperature"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "bhtemperature"^^xsd:string
sp:variable
[ sp:varName "bottomHoleTemperature"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2569,12 +2597,14 @@ dpr-tables:WellProductionTest
sp:subject
[ sp:varName "spressure"^^xsd:string
]
] [ sp:object
[ sp:varName "separatorPressure"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "spressure"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#bar> ;
sp:subject
[ sp:varName "spressure"^^xsd:string
sp:variable
[ sp:varName "separatorPressure"^^xsd:string
]
] [ sp:object
[ sp:varName "stemperature"^^xsd:string
......@@ -2588,12 +2618,14 @@ dpr-tables:WellProductionTest
sp:subject
[ sp:varName "stemperature"^^xsd:string
]
] [ sp:object
[ sp:varName "separatorTemperature"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "stemperature"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "stemperature"^^xsd:string
sp:variable
[ sp:varName "separatorTemperature"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2681,14 +2713,10 @@ dpr-tables:WellProductionTest
] ;
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 Hole
Temperature
C"""^^xsd:string """Bottom Hole
Pressure
bar"""^^xsd:string """Separator
Temperature
C"""^^xsd:string """Separator
Pressure
bar"""^^xsd:string) .
Temperature"""^^xsd:string """Bottom Hole
Pressure"""^^xsd:string """Separator
Temperature"""^^xsd:string """Separator
Pressure"""^^xsd:string) .
dpr-tables:WellProductionTestResults
rdf:type rhspin:TableTemplate ;
......@@ -2833,12 +2861,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "oilPotential"^^xsd:string
]
] [ sp:object
[ sp:varName "oilPotentialValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "oilPotential"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#thousandM3_d-1> ;
sp:subject
[ sp:varName "oilPotential"^^xsd:string
sp:variable
[ sp:varName "oilPotentialValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2854,12 +2884,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "gasPotential"^^xsd:string
]
] [ sp:object
[ sp:varName "gasPotentialValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gasPotential"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#thousandM3_d-1> ;
sp:subject
[ sp:varName "gasPotential"^^xsd:string
sp:variable
[ sp:varName "gasPotentialValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2959,12 +2991,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "gasComponentVolume"^^xsd:string
]
] [ sp:object
[ sp:varName "gasComponentVolumeValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gasComponentVolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "gasComponentVolume"^^xsd:string
sp:variable
[ sp:varName "gasComponentVolumeValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -2992,12 +3026,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "sandComponentVolume"^^xsd:string
]
] [ sp:object
[ sp:varName "sandComponentVolumeValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "sandComponentVolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "sandComponentVolume"^^xsd:string
sp:variable
[ sp:varName "sandComponentVolumeValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -3027,12 +3063,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "sedimentMaterialPair"^^xsd:string
]
] [ sp:object
[ sp:varName "sedimentPercent"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "sedimentRatio"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#percent> ;
sp:subject
[ sp:varName "sedimentRatio"^^xsd:string
sp:variable
[ sp:varName "sedimentPercent"^^xsd:string
]
])
])
......@@ -3080,12 +3118,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "oilvolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "oilRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "oilvolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "oilvolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "oilRate"^^xsd:string
]
] [ sp:object
[ sp:varName "oil"^^xsd:string
......@@ -3106,12 +3146,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "ovolume"^^xsd:string
]
] [ sp:object
[ sp:varName "oilVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "ovolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "ovolume"^^xsd:string
sp:variable
[ sp:varName "oilVolume"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -3158,12 +3200,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "watervolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "waterRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "watervolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "watervolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "waterRate"^^xsd:string
]
] [ sp:object
[ sp:varName "water"^^xsd:string
......@@ -3184,12 +3228,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "wvolume"^^xsd:string
]
] [ sp:object
[ sp:varName "waterVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "wvolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "wvolume"^^xsd:string
sp:variable
[ sp:varName "waterVolume"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -3236,12 +3282,14 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "gasvolumetricflowrate"^^xsd:string
]
] [ sp:object
[ sp:varName "gasRate"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gasvolumetricflowrate"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ;
sp:subject
[ sp:varName "gasvolumetricflowrate"^^xsd:string
sp:variable
[ sp:varName "gasRate"^^xsd:string
]
] [ sp:object
[ sp:varName "gas"^^xsd:string
......@@ -3262,29 +3310,22 @@ dpr-tables:WellProductionTestResults
sp:subject
[ sp:varName "gvolume"^^xsd:string
]
] [ sp:object
[ sp:varName "gasVolume"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "gvolume"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:subject
[ sp:varName "gvolume"^^xsd:string
sp:variable
[ sp:varName "gasVolume"^^xsd:string
]
])
])
])
] ;
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description"^^xsd:string """Oil Rate
m3/hr"""^^xsd:string """Oil Volume
m3"""^^xsd:string """Gas Rate
m3/hr"""^^xsd:string """Gas Volume
m3"""^^xsd:string """Water Rate
m3/hr"""^^xsd:string """Water Volume
m3"""^^xsd:string """Sand Material
Volume
m3"""^^xsd:string """Gas Material
Volume
m3"""^^xsd:string """Sediment
percent"""^^xsd:string "Oil Potential"^^xsd:string "Gas Potential"^^xsd:string) .
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description"^^xsd:string "Oil Rate"^^xsd:string "Oil Volume"^^xsd:string "Gas Rate"^^xsd:string "Gas Volume"^^xsd:string "Water Rate"^^xsd:string "Water Volume"^^xsd:string """Sand Material
Volume"""^^xsd:string """Gas Material
Volume"""^^xsd:string "Sediment"^^xsd:string "Oil Potential"^^xsd:string "Gas Potential"^^xsd:string) .
dpr-tables:WellTest
rdf:type rhspin:TableTemplate ;
......@@ -3385,12 +3426,14 @@ dpr-tables:WellTest
sp:subject
[ sp:varName "duration"^^xsd:string
]
] [ sp:object
[ sp:varName "durationValue"^^xsd:string
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "duration"^^xsd:string
]
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hour> ;
sp:subject
[ sp:varName "duration"^^xsd:string
sp:variable
[ sp:varName "durationValue"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -3498,4 +3541,4 @@ dpr-tables:WellTest
])
])
] ;
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Activity"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Duration hr"^^xsd:string "Description "^^xsd:string "Predecessor At"^^xsd:string "Last Valid At"^^xsd:string) .
rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Activity"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Duration"^^xsd:string "Description "^^xsd:string "Predecessor At"^^xsd:string "Last Valid At"^^xsd:string) .
......
This diff could not be displayed because it is too large.