Rebuilt ERH Facts example with DPR2, MPR G and MPR P EPIM test case covered (fix…
…ed flowline owner STATOIL)
Showing
8 changed files
with
573 additions
and
149 deletions
| ... | @@ -3,7 +3,10 @@ | ... | @@ -3,7 +3,10 @@ |
| 3 | # imports: http://www.reportinghub.no/np/data/npd | 3 | # imports: http://www.reportinghub.no/np/data/npd |
| 4 | 4 | ||
| 5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 6 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 7 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 6 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | 8 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . |
| 9 | +@prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . | ||
| 7 | @prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> . | 10 | @prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -33,7 +36,7 @@ | ... | @@ -33,7 +36,7 @@ |
| 33 | <http://www.reportinghub.no/np/data/npd/Field-1630514> . | 36 | <http://www.reportinghub.no/np/data/npd/Field-1630514> . |
| 34 | 37 | ||
| 35 | <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_INVENTORY_TOT> | 38 | <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_INVENTORY_TOT> |
| 36 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 39 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 37 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | 40 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; |
| 38 | erh:id "MIKKEL_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 41 | erh:id "MIKKEL_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 39 | erh:name "Mikkel total allocated inventory"^^xsd:string ; | 42 | erh:name "Mikkel total allocated inventory"^^xsd:string ; |
| ... | @@ -108,7 +111,9 @@ | ... | @@ -108,7 +111,9 @@ |
| 108 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 111 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 109 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | 112 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; |
| 110 | erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ; | 113 | erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ; |
| 111 | - erh:name "Mikkel MPT5 measured volumes"^^xsd:string . | 114 | + erh:name "Mikkel MPT5 measured volumes"^^xsd:string ; |
| 115 | + ep-flow:flowIntoOrOutOf | ||
| 116 | + <http://www.reportinghub.no/data/erh/Field-1630514-FlowMeter-MIKKEL_MPT5_FISCAL_VOLUMES> . | ||
| 112 | 117 | ||
| 113 | <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> | 118 | <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> |
| 114 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 119 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -118,11 +123,23 @@ | ... | @@ -118,11 +123,23 @@ |
| 118 | ep-flow:flowIntoOrOutOf | 123 | ep-flow:flowIntoOrOutOf |
| 119 | <http://www.reportinghub.no/np/data/npd/Field-1630514> . | 124 | <http://www.reportinghub.no/np/data/npd/Field-1630514> . |
| 120 | 125 | ||
| 126 | +<http://www.reportinghub.no/data/erh/Field-1630514-FlowMeter-MIKKEL_MPT5_FISCAL_VOLUMES> | ||
| 127 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 128 | + ep-core:name "MPT5"^^xsd:string . | ||
| 129 | + | ||
| 130 | +<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D32_VOLUMES> | ||
| 131 | + rdf:type ep-eqt:Compressor ; | ||
| 132 | + ep-core:name "TRYM compressor D32"^^xsd:string . | ||
| 133 | + | ||
| 134 | +<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D34_VOLUMES> | ||
| 135 | + rdf:type ep-eqt:Compressor ; | ||
| 136 | + ep-core:name "TRYM compressor D34"^^xsd:string . | ||
| 137 | + | ||
| 121 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLLOCATED_INVENTORY> | 138 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLLOCATED_INVENTORY> |
| 122 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 139 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 123 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 140 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 124 | erh:id "FRED_ALLLOCATED_INVENTORY"^^xsd:string ; | 141 | erh:id "FRED_ALLLOCATED_INVENTORY"^^xsd:string ; |
| 125 | - erh:name "Fredericia allocated inventory volumes"^^xsd:string ; | 142 | + erh:name "Fredericia allocated inventory volumes"^^xsd:string , "Fredericia allocated inventory volumes allocated inventory"^^xsd:string ; |
| 126 | ep-flow:flowIntoOrOutOf | 143 | ep-flow:flowIntoOrOutOf |
| 127 | <http://www.reportinghub.no/np/data/npd/Facility-416595> . | 144 | <http://www.reportinghub.no/np/data/npd/Facility-416595> . |
| 128 | 145 | ||
| ... | @@ -134,14 +151,70 @@ | ... | @@ -134,14 +151,70 @@ |
| 134 | ep-flow:flowIntoOrOutOf | 151 | ep-flow:flowIntoOrOutOf |
| 135 | <http://www.reportinghub.no/np/data/npd/Facility-416595> . | 152 | <http://www.reportinghub.no/np/data/npd/Facility-416595> . |
| 136 | 153 | ||
| 154 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLOC_HYDRO> | ||
| 155 | + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ; | ||
| 156 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 157 | + erh:id "FRED_ALLOC_HYDRO"^^xsd:string ; | ||
| 158 | + erh:name "Fredericia allocated hydrocarbon accounting"^^xsd:string ; | ||
| 159 | + ep-flow:flowIntoOrOutOf | ||
| 160 | + <http://www.reportinghub.no/np/data/npd/Facility-416595> . | ||
| 161 | + | ||
| 137 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> | 162 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> |
| 138 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | 163 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; |
| 139 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 164 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 140 | erh:id "NYBRO_ALLOCATED_GAS_SALES"^^xsd:string ; | 165 | erh:id "NYBRO_ALLOCATED_GAS_SALES"^^xsd:string ; |
| 141 | - erh:name "Nybro allocated gas sales"^^xsd:string ; | 166 | + erh:name "Nybro allocated gas sales"^^xsd:string , "Nybro allocated gas sales gas sales at terminal"^^xsd:string ; |
| 167 | + ep-flow:flowIntoOrOutOf | ||
| 168 | + <http://www.reportinghub.no/np/data/npd/Facility-416937> . | ||
| 169 | + | ||
| 170 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_HYDROCOUNT> | ||
| 171 | + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ; | ||
| 172 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 173 | + erh:id "NYBRO_ALLOCATED_HYDROCOUNT"^^xsd:string ; | ||
| 174 | + erh:name "Nybro allocated hydrocarbon accounting"^^xsd:string ; | ||
| 142 | ep-flow:flowIntoOrOutOf | 175 | ep-flow:flowIntoOrOutOf |
| 143 | <http://www.reportinghub.no/np/data/npd/Facility-416937> . | 176 | <http://www.reportinghub.no/np/data/npd/Facility-416937> . |
| 144 | 177 | ||
| 178 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_NORMAL_GAS_SALES> | ||
| 179 | + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | ||
| 180 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 181 | + erh:id "NYBRO_ALLOCATED_NORMAL_GAS_SALES"^^xsd:string ; | ||
| 182 | + erh:name "Nybro allocated raw gas gas sales at terminal"^^xsd:string ; | ||
| 183 | + ep-flow:flowIntoOrOutOf | ||
| 184 | + <http://www.reportinghub.no/np/data/npd/Facility-416937> . | ||
| 185 | + | ||
| 186 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_GAS_SALES> | ||
| 187 | + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | ||
| 188 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 189 | + erh:id "TRY_ALLOCATED_GAS_SALES"^^xsd:string ; | ||
| 190 | + erh:name "Trym allocated gas-sales volumes gas sales at terminal"^^xsd:string ; | ||
| 191 | + ep-flow:flowIntoOrOutOf | ||
| 192 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 193 | + | ||
| 194 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_HYDROCOUNT> | ||
| 195 | + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ; | ||
| 196 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 197 | + erh:id "TRY_ALLOCATED_HYDROCOUNT"^^xsd:string ; | ||
| 198 | + erh:name "Trym allocated hydrocarbon accounting"^^xsd:string ; | ||
| 199 | + ep-flow:flowIntoOrOutOf | ||
| 200 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 201 | + | ||
| 202 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_HYDROCOUNT_TANKLIFT> | ||
| 203 | + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ; | ||
| 204 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 205 | + erh:id "TRY_ALLOCATED_HYDROCOUNT_TANKLIFT"^^xsd:string ; | ||
| 206 | + erh:name "Trym allocated hydrocarbon tanker lifted lifted by tanker"^^xsd:string ; | ||
| 207 | + ep-flow:flowIntoOrOutOf | ||
| 208 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 209 | + | ||
| 210 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_INVENTORY> | ||
| 211 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; | ||
| 212 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 213 | + erh:id "TRY_ALLOCATED_INVENTORY"^^xsd:string ; | ||
| 214 | + erh:name "Trym allocated inventory volumes allocated inventory"^^xsd:string ; | ||
| 215 | + ep-flow:flowIntoOrOutOf | ||
| 216 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 217 | + | ||
| 145 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION> | 218 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION> |
| 146 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 219 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 147 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 220 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -150,6 +223,14 @@ | ... | @@ -150,6 +223,14 @@ |
| 150 | ep-flow:flowIntoOrOutOf | 223 | ep-flow:flowIntoOrOutOf |
| 151 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . | 224 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . |
| 152 | 225 | ||
| 226 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_BUDGET_PRODUCTION> | ||
| 227 | + rdf:type ep-flow:BudgetFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 228 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 229 | + erh:id "TRY_BUDGET_PRODUCTION"^^xsd:string ; | ||
| 230 | + erh:name "Trym budgeted volumes"^^xsd:string ; | ||
| 231 | + ep-flow:flowIntoOrOutOf | ||
| 232 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 233 | + | ||
| 153 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION> | 234 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION> |
| 154 | rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeProductionFlow ; | 235 | rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeProductionFlow ; |
| 155 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 236 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -162,13 +243,17 @@ | ... | @@ -162,13 +243,17 @@ |
| 162 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 243 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 163 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 244 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 164 | erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ; | 245 | erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ; |
| 165 | - erh:name "Trym compressor D32 measured volumes"^^xsd:string . | 246 | + erh:name "Trym compressor D32 measured volumes"^^xsd:string ; |
| 247 | + ep-flow:flowIntoOrOutOf | ||
| 248 | + <http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D32_VOLUMES> . | ||
| 166 | 249 | ||
| 167 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES> | 250 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES> |
| 168 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 251 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 169 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 252 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 170 | erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ; | 253 | erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ; |
| 171 | - erh:name "Trym compressor D34 measured volumes"^^xsd:string . | 254 | + erh:name "Trym compressor D34 measured volumes"^^xsd:string ; |
| 255 | + ep-flow:flowIntoOrOutOf | ||
| 256 | + <http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D34_VOLUMES> . | ||
| 172 | 257 | ||
| 173 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS> | 258 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS> |
| 174 | rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ; | 259 | rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -210,6 +295,14 @@ | ... | @@ -210,6 +295,14 @@ |
| 210 | ep-flow:flowIntoOrOutOf | 295 | ep-flow:flowIntoOrOutOf |
| 211 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . | 296 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . |
| 212 | 297 | ||
| 298 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_EXPORT_MEASURED> | ||
| 299 | + rdf:type ep-flow:ExportFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ; | ||
| 300 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 301 | + erh:id "TRY_EXPORT_MEASURED"^^xsd:string ; | ||
| 302 | + erh:name "Trym measured export"^^xsd:string ; | ||
| 303 | + ep-flow:flowIntoOrOutOf | ||
| 304 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 305 | + | ||
| 213 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES> | 306 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES> |
| 214 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 307 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 215 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 308 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -218,6 +311,14 @@ | ... | @@ -218,6 +311,14 @@ |
| 218 | ep-flow:flowIntoOrOutOf | 311 | ep-flow:flowIntoOrOutOf |
| 219 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . | 312 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . |
| 220 | 313 | ||
| 314 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FORECAST_PRODUCTION> | ||
| 315 | + rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 316 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 317 | + erh:id "TRY_FORECAST_PRODUCTION"^^xsd:string ; | ||
| 318 | + erh:name "Trym forecasted values"^^xsd:string ; | ||
| 319 | + ep-flow:flowIntoOrOutOf | ||
| 320 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 321 | + | ||
| 221 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT> | 322 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT> |
| 222 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; | 323 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; |
| 223 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 324 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -230,19 +331,33 @@ | ... | @@ -230,19 +331,33 @@ |
| 230 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 331 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 231 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 332 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 232 | erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ; | 333 | erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ; |
| 233 | - erh:name "Trym MPD5 measured volumes"^^xsd:string . | 334 | + erh:name "Trym MPD5 measured volumes"^^xsd:string ; |
| 335 | + ep-flow:flowIntoOrOutOf | ||
| 336 | + <http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPD5_FISCAL_VOLUMES> . | ||
| 234 | 337 | ||
| 235 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES> | 338 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES> |
| 236 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 339 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 237 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 340 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 238 | erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ; | 341 | erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ; |
| 239 | - erh:name "Trym MPM1 measured volumes"^^xsd:string . | 342 | + erh:name "Trym MPM1 measured volumes"^^xsd:string ; |
| 343 | + ep-flow:flowIntoOrOutOf | ||
| 344 | + <http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM1_FISCAL_VOLUMES> . | ||
| 240 | 345 | ||
| 241 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES> | 346 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES> |
| 242 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 347 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 243 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 348 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| 244 | erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ; | 349 | erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ; |
| 245 | - erh:name "Trym MPM2 measured volumes"^^xsd:string . | 350 | + erh:name "Trym MPM2 measured volumes"^^xsd:string ; |
| 351 | + ep-flow:flowIntoOrOutOf | ||
| 352 | + <http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM2_FISCAL_VOLUMES> . | ||
| 353 | + | ||
| 354 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_NOMINATED_PRODUCTION> | ||
| 355 | + rdf:type ep-flow:NominatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 356 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 357 | + erh:id "TRY_NOMINATED_PRODUCTION"^^xsd:string ; | ||
| 358 | + erh:name "Trym nominated volumes"^^xsd:string ; | ||
| 359 | + ep-flow:flowIntoOrOutOf | ||
| 360 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 246 | 361 | ||
| 247 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION> | 362 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION> |
| 248 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 363 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -252,6 +367,22 @@ | ... | @@ -252,6 +367,22 @@ |
| 252 | ep-flow:flowIntoOrOutOf | 367 | ep-flow:flowIntoOrOutOf |
| 253 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . | 368 | <http://www.reportinghub.no/np/data/npd/Field-18081500> . |
| 254 | 369 | ||
| 370 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_TARIFF_VAL> | ||
| 371 | + rdf:type ep-flow:ProductionExploitation , ep-flow:TariffBasisFlow , ep-flow:WholeLifeProductionFlow ; | ||
| 372 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 373 | + erh:id "TRY_TARIFF_VAL"^^xsd:string ; | ||
| 374 | + erh:name "Trym tariff basis"^^xsd:string ; | ||
| 375 | + ep-flow:flowIntoOrOutOf | ||
| 376 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 377 | + | ||
| 378 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_VAL_ADJUSTED> | ||
| 379 | + rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 380 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 381 | + erh:id "TRY_VAL_ADJUSTED"^^xsd:string ; | ||
| 382 | + erh:name "Trym adjusted values"^^xsd:string ; | ||
| 383 | + ep-flow:flowIntoOrOutOf | ||
| 384 | + <http://www.reportinghub.no/np/data/npd/Field-18081500> . | ||
| 385 | + | ||
| 255 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES> | 386 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES> |
| 256 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 387 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 257 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 388 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -260,6 +391,14 @@ | ... | @@ -260,6 +391,14 @@ |
| 260 | ep-flow:flowIntoOrOutOf | 391 | ep-flow:flowIntoOrOutOf |
| 261 | <http://www.reportinghub.no/np/data/npd/WellBore-6469> . | 392 | <http://www.reportinghub.no/np/data/npd/WellBore-6469> . |
| 262 | 393 | ||
| 394 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_FORECAST_PROD_VOLUMES> | ||
| 395 | + rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 396 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 397 | + erh:id "TRY_WB_7A1_AH_FORECAST_PROD_VOLUMES"^^xsd:string ; | ||
| 398 | + erh:name "3/7-A-1 AH forecasted production volumes"^^xsd:string ; | ||
| 399 | + ep-flow:flowIntoOrOutOf | ||
| 400 | + <http://www.reportinghub.no/np/data/npd/WellBore-6469> . | ||
| 401 | + | ||
| 263 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES> | 402 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES> |
| 264 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 403 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 265 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 404 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -268,6 +407,14 @@ | ... | @@ -268,6 +407,14 @@ |
| 268 | ep-flow:flowIntoOrOutOf | 407 | ep-flow:flowIntoOrOutOf |
| 269 | <http://www.reportinghub.no/np/data/npd/WellBore-6439> . | 408 | <http://www.reportinghub.no/np/data/npd/WellBore-6439> . |
| 270 | 409 | ||
| 410 | +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_FORECAST_PROD_VOLUMES> | ||
| 411 | + rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | ||
| 412 | + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | ||
| 413 | + erh:id "TRY_WB_7A2_H_FORECAST_PROD_VOLUMES"^^xsd:string ; | ||
| 414 | + erh:name "3/7-A-2 H forecasted production volumes"^^xsd:string ; | ||
| 415 | + ep-flow:flowIntoOrOutOf | ||
| 416 | + <http://www.reportinghub.no/np/data/npd/WellBore-6439> . | ||
| 417 | + | ||
| 271 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES> | 418 | <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES> |
| 272 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; | 419 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; |
| 273 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; | 420 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; |
| ... | @@ -300,6 +447,18 @@ | ... | @@ -300,6 +447,18 @@ |
| 300 | ep-flow:flowIntoOrOutOf | 447 | ep-flow:flowIntoOrOutOf |
| 301 | <http://www.reportinghub.no/np/data/npd/WellBore-6439> . | 448 | <http://www.reportinghub.no/np/data/npd/WellBore-6439> . |
| 302 | 449 | ||
| 450 | +<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPD5_FISCAL_VOLUMES> | ||
| 451 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 452 | + ep-core:name "MPD5"^^xsd:string . | ||
| 453 | + | ||
| 454 | +<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM1_FISCAL_VOLUMES> | ||
| 455 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 456 | + ep-core:name "Fiscal metering station 1"^^xsd:string . | ||
| 457 | + | ||
| 458 | +<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM2_FISCAL_VOLUMES> | ||
| 459 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 460 | + ep-core:name "MPD2"^^xsd:string . | ||
| 461 | + | ||
| 303 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES> | 462 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES> |
| 304 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | 463 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; |
| 305 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | 464 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; |
| ... | @@ -309,7 +468,7 @@ | ... | @@ -309,7 +468,7 @@ |
| 309 | <http://www.reportinghub.no/np/data/npd/Field-1854729> . | 468 | <http://www.reportinghub.no/np/data/npd/Field-1854729> . |
| 310 | 469 | ||
| 311 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_INVENTORY_TOT> | 470 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_INVENTORY_TOT> |
| 312 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 471 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 313 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | 472 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; |
| 314 | erh:id "KRISTIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 473 | erh:id "KRISTIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 315 | erh:name "Kristin total allocated inventory"^^xsd:string ; | 474 | erh:name "Kristin total allocated inventory"^^xsd:string ; |
| ... | @@ -352,13 +511,17 @@ | ... | @@ -352,13 +511,17 @@ |
| 352 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 511 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 353 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | 512 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; |
| 354 | erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ; | 513 | erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ; |
| 355 | - erh:name "Kristin MPM1 measured volumes"^^xsd:string . | 514 | + erh:name "Kristin MPM1 measured volumes"^^xsd:string ; |
| 515 | + ep-flow:flowIntoOrOutOf | ||
| 516 | + <http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPM1_FISCAL_VOLUMES> . | ||
| 356 | 517 | ||
| 357 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES> | 518 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES> |
| 358 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 519 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 359 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; | 520 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; |
| 360 | erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ; | 521 | erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ; |
| 361 | - erh:name "Kristin MPT2 measured volumes"^^xsd:string . | 522 | + erh:name "Kristin MPT2 measured volumes"^^xsd:string ; |
| 523 | + ep-flow:flowIntoOrOutOf | ||
| 524 | + <http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPT2_FISCAL_VOLUMES> . | ||
| 362 | 525 | ||
| 363 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> | 526 | <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> |
| 364 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 527 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -368,6 +531,18 @@ | ... | @@ -368,6 +531,18 @@ |
| 368 | ep-flow:flowIntoOrOutOf | 531 | ep-flow:flowIntoOrOutOf |
| 369 | <http://www.reportinghub.no/np/data/npd/Field-1854729> . | 532 | <http://www.reportinghub.no/np/data/npd/Field-1854729> . |
| 370 | 533 | ||
| 534 | +<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPM1_FISCAL_VOLUMES> | ||
| 535 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 536 | + ep-core:name "Fiscal metering station 1"^^xsd:string . | ||
| 537 | + | ||
| 538 | +<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPT2_FISCAL_VOLUMES> | ||
| 539 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 540 | + ep-core:name "MPT2"^^xsd:string . | ||
| 541 | + | ||
| 542 | +<http://www.reportinghub.no/data/erh/Field-3960848-Compressor-TYRIHANS_MPM1_FISCAL_VOLUMES> | ||
| 543 | + rdf:type ep-eqt:Compressor ; | ||
| 544 | + ep-core:name "TYRIHANS compressor 1"^^xsd:string . | ||
| 545 | + | ||
| 371 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_GAS_SALES> | 546 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_GAS_SALES> |
| 372 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | 547 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; |
| 373 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; | 548 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; |
| ... | @@ -377,7 +552,7 @@ | ... | @@ -377,7 +552,7 @@ |
| 377 | <http://www.reportinghub.no/np/data/npd/Field-3960848> . | 552 | <http://www.reportinghub.no/np/data/npd/Field-3960848> . |
| 378 | 553 | ||
| 379 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_INVENTORY_TOT> | 554 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_INVENTORY_TOT> |
| 380 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 555 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 381 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; | 556 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; |
| 382 | erh:id "TYRIHANS_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 557 | erh:id "TYRIHANS_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 383 | erh:name "Tyrihans total allocated inventory"^^xsd:string ; | 558 | erh:name "Tyrihans total allocated inventory"^^xsd:string ; |
| ... | @@ -404,7 +579,9 @@ | ... | @@ -404,7 +579,9 @@ |
| 404 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 579 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 405 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; | 580 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; |
| 406 | erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ; | 581 | erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ; |
| 407 | - erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string . | 582 | + erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string ; |
| 583 | + ep-flow:flowIntoOrOutOf | ||
| 584 | + <http://www.reportinghub.no/data/erh/Field-3960848-Compressor-TYRIHANS_MPM1_FISCAL_VOLUMES> . | ||
| 408 | 585 | ||
| 409 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION> | 586 | <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION> |
| 410 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 587 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -431,7 +608,7 @@ | ... | @@ -431,7 +608,7 @@ |
| 431 | <http://www.reportinghub.no/np/data/npd/Field-43765> . | 608 | <http://www.reportinghub.no/np/data/npd/Field-43765> . |
| 432 | 609 | ||
| 433 | <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_INVENTORY_TOT> | 610 | <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_INVENTORY_TOT> |
| 434 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 611 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 435 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; | 612 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; |
| 436 | erh:id "ASG_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 613 | erh:id "ASG_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 437 | erh:name "Åsgard total allocated inventory"^^xsd:string ; | 614 | erh:name "Åsgard total allocated inventory"^^xsd:string ; |
| ... | @@ -602,7 +779,9 @@ | ... | @@ -602,7 +779,9 @@ |
| 602 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 779 | rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 603 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; | 780 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; |
| 604 | erh:id "ASG_E_FLOWLINE"^^xsd:string ; | 781 | erh:id "ASG_E_FLOWLINE"^^xsd:string ; |
| 605 | - erh:name "Åsgard E flowline allocated volumes"^^xsd:string . | 782 | + erh:name "Åsgard E flowline allocated volumes"^^xsd:string ; |
| 783 | + ep-flow:flowIntoOrOutOf | ||
| 784 | + <http://www.reportinghub.no/data/erh/Field-43765-Flowline-ASG_E_FLOWLINE> . | ||
| 606 | 785 | ||
| 607 | <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT> | 786 | <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT> |
| 608 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; | 787 | rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -1092,17 +1271,41 @@ | ... | @@ -1092,17 +1271,41 @@ |
| 1092 | ep-flow:flowIntoOrOutOf | 1271 | ep-flow:flowIntoOrOutOf |
| 1093 | <http://www.reportinghub.no/np/data/npd/WellBore-4346> . | 1272 | <http://www.reportinghub.no/np/data/npd/WellBore-4346> . |
| 1094 | 1273 | ||
| 1274 | +<http://www.reportinghub.no/data/erh/Field-43765-Flowline-ASG_E_FLOWLINE> | ||
| 1275 | + rdf:type ep-fac:Flowline ; | ||
| 1276 | + ep-core:name "ÅSGARD E flowline"^^xsd:string . | ||
| 1277 | + | ||
| 1278 | +<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_FISCAL_VOLUMES> | ||
| 1279 | + rdf:type ep-eqt:Compressor ; | ||
| 1280 | + ep-core:name "MORVIN compressor A34"^^xsd:string . | ||
| 1281 | + | ||
| 1282 | +<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_INJECTION> | ||
| 1283 | + rdf:type ep-eqt:Compressor ; | ||
| 1284 | + ep-core:name "MORVIN compressor A34"^^xsd:string . | ||
| 1285 | + | ||
| 1286 | +<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_FISCAL_VOLUMES> | ||
| 1287 | + rdf:type ep-eqt:Compressor ; | ||
| 1288 | + ep-core:name "MORVIN compressor N32"^^xsd:string . | ||
| 1289 | + | ||
| 1290 | +<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_INJECTION> | ||
| 1291 | + rdf:type ep-eqt:Compressor ; | ||
| 1292 | + ep-core:name "MORVIN compressor N32"^^xsd:string . | ||
| 1293 | + | ||
| 1095 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES> | 1294 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES> |
| 1096 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 1295 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 1097 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1296 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1098 | erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ; | 1297 | erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ; |
| 1099 | - erh:name "Morvin compressor A34 measured volumes"^^xsd:string . | 1298 | + erh:name "Morvin compressor A34 measured volumes"^^xsd:string ; |
| 1299 | + ep-flow:flowIntoOrOutOf | ||
| 1300 | + <http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_FISCAL_VOLUMES> . | ||
| 1100 | 1301 | ||
| 1101 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION> | 1302 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION> |
| 1102 | rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ; | 1303 | rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ; |
| 1103 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1304 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1104 | erh:id "MORVIN_A34_INJECTION"^^xsd:string ; | 1305 | erh:id "MORVIN_A34_INJECTION"^^xsd:string ; |
| 1105 | - erh:name "Morvin compressor A34 injected volumes"^^xsd:string . | 1306 | + erh:name "Morvin compressor A34 injected volumes"^^xsd:string ; |
| 1307 | + ep-flow:flowIntoOrOutOf | ||
| 1308 | + <http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_INJECTION> . | ||
| 1106 | 1309 | ||
| 1107 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION> | 1310 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION> |
| 1108 | rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 1311 | rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -1129,7 +1332,7 @@ | ... | @@ -1129,7 +1332,7 @@ |
| 1129 | <http://www.reportinghub.no/np/data/npd/Field-4966234> . | 1332 | <http://www.reportinghub.no/np/data/npd/Field-4966234> . |
| 1130 | 1333 | ||
| 1131 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_INVENTORY_TOT> | 1334 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_INVENTORY_TOT> |
| 1132 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 1335 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 1133 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1336 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1134 | erh:id "MORVIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 1337 | erh:id "MORVIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 1135 | erh:name "Morvin allocated inventory"^^xsd:string ; | 1338 | erh:name "Morvin allocated inventory"^^xsd:string ; |
| ... | @@ -1180,19 +1383,25 @@ | ... | @@ -1180,19 +1383,25 @@ |
| 1180 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 1383 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 1181 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1384 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1182 | erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ; | 1385 | erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ; |
| 1183 | - erh:name "Morvin MPM2 measured volumes"^^xsd:string . | 1386 | + erh:name "Morvin MPM2 measured volumes"^^xsd:string ; |
| 1387 | + ep-flow:flowIntoOrOutOf | ||
| 1388 | + <http://www.reportinghub.no/data/erh/Field-4966234-FlowMeter-MORVIN_MPM2_FISCAL_VOLUMES> . | ||
| 1184 | 1389 | ||
| 1185 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES> | 1390 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES> |
| 1186 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 1391 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 1187 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1392 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1188 | erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ; | 1393 | erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ; |
| 1189 | - erh:name "Morvin compressor N32 measured volumes"^^xsd:string . | 1394 | + erh:name "Morvin compressor N32 measured volumes"^^xsd:string ; |
| 1395 | + ep-flow:flowIntoOrOutOf | ||
| 1396 | + <http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_FISCAL_VOLUMES> . | ||
| 1190 | 1397 | ||
| 1191 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION> | 1398 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION> |
| 1192 | rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ; | 1399 | rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ; |
| 1193 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; | 1400 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; |
| 1194 | erh:id "MORVIN_N32_INJECTION"^^xsd:string ; | 1401 | erh:id "MORVIN_N32_INJECTION"^^xsd:string ; |
| 1195 | - erh:name "Morvin compressor N32 injected volumes"^^xsd:string . | 1402 | + erh:name "Morvin compressor N32 injected volumes"^^xsd:string ; |
| 1403 | + ep-flow:flowIntoOrOutOf | ||
| 1404 | + <http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_INJECTION> . | ||
| 1196 | 1405 | ||
| 1197 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION> | 1406 | <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION> |
| 1198 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 1407 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -1202,6 +1411,10 @@ | ... | @@ -1202,6 +1411,10 @@ |
| 1202 | ep-flow:flowIntoOrOutOf | 1411 | ep-flow:flowIntoOrOutOf |
| 1203 | <http://www.reportinghub.no/np/data/npd/Field-4966234> . | 1412 | <http://www.reportinghub.no/np/data/npd/Field-4966234> . |
| 1204 | 1413 | ||
| 1414 | +<http://www.reportinghub.no/data/erh/Field-4966234-FlowMeter-MORVIN_MPM2_FISCAL_VOLUMES> | ||
| 1415 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 1416 | + ep-core:name "Fiscal metering station 2"^^xsd:string . | ||
| 1417 | + | ||
| 1205 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_DRYGAS_SALES> | 1418 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_DRYGAS_SALES> |
| 1206 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; | 1419 | rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ; |
| 1207 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; | 1420 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; |
| ... | @@ -1219,7 +1432,7 @@ | ... | @@ -1219,7 +1432,7 @@ |
| 1219 | <http://www.reportinghub.no/np/data/npd/Field-4973114> . | 1432 | <http://www.reportinghub.no/np/data/npd/Field-4973114> . |
| 1220 | 1433 | ||
| 1221 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_INVENTORY_TOT> | 1434 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_INVENTORY_TOT> |
| 1222 | - rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ; | 1435 | + rdf:type ep-flow:AllocatedFlow , ep-flow:WholeLifeProductionInventory ; |
| 1223 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; | 1436 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; |
| 1224 | erh:id "YTTGYT_ALLOCATED_INVENTORY_TOT"^^xsd:string ; | 1437 | erh:id "YTTGYT_ALLOCATED_INVENTORY_TOT"^^xsd:string ; |
| 1225 | erh:name "Yttergryta total allocated inventory"^^xsd:string ; | 1438 | erh:name "Yttergryta total allocated inventory"^^xsd:string ; |
| ... | @@ -1262,7 +1475,9 @@ | ... | @@ -1262,7 +1475,9 @@ |
| 1262 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; | 1475 | rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ; |
| 1263 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; | 1476 | ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; |
| 1264 | erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ; | 1477 | erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ; |
| 1265 | - erh:name "Yttergryta MPM1 measured volumes"^^xsd:string . | 1478 | + erh:name "Yttergryta MPM1 measured volumes"^^xsd:string ; |
| 1479 | + ep-flow:flowIntoOrOutOf | ||
| 1480 | + <http://www.reportinghub.no/data/erh/Field-4973114-FlowMeter-YTTGYT_MPM1_FISCAL_VOLUMES> . | ||
| 1266 | 1481 | ||
| 1267 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION> | 1482 | <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION> |
| 1268 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; | 1483 | rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ; |
| ... | @@ -1271,3 +1486,7 @@ | ... | @@ -1271,3 +1486,7 @@ |
| 1271 | erh:name "Yttergryta saleable volumes"^^xsd:string ; | 1486 | erh:name "Yttergryta saleable volumes"^^xsd:string ; |
| 1272 | ep-flow:flowIntoOrOutOf | 1487 | ep-flow:flowIntoOrOutOf |
| 1273 | <http://www.reportinghub.no/np/data/npd/Field-4973114> . | 1488 | <http://www.reportinghub.no/np/data/npd/Field-4973114> . |
| 1489 | + | ||
| 1490 | +<http://www.reportinghub.no/data/erh/Field-4973114-FlowMeter-YTTGYT_MPM1_FISCAL_VOLUMES> | ||
| 1491 | + rdf:type ep-prodeqt:FlowMeter ; | ||
| 1492 | + ep-core:name "YTTERGRYTA Fiscal metering station 1"^^xsd:string . | ... | ... |
| ... | @@ -67,7 +67,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_CONSUME_FUEL_TOT Yttergryt | ... | @@ -67,7 +67,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_CONSUME_FUEL_TOT Yttergryt |
| 67 | SGARD 43765 6407/2-Z-3 H mpr:RF_wellbore NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 67 | SGARD 43765 6407/2-Z-3 H mpr:RF_wellbore NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 68 | SGARD 43765 6506/12-P-1 H mpr:RF_wellbore NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 68 | SGARD 43765 6506/12-P-1 H mpr:RF_wellbore NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 69 | SGARD 43765 6506/12-S-2 H mpr:RF_wellbore NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 69 | SGARD 43765 6506/12-S-2 H mpr:RF_wellbore NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 70 | -SGARD 43765 SGARD E flowline mpr:RF_flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated | 70 | +SGARD 43765 SGARD E flowline mpr:RF_flowline STATOIL ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated |
| 71 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated | 71 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated |
| 72 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal | 72 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal |
| 73 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated | 73 | SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated | ... | ... |
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> | ||
| 13 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType>) . |
| ... | @@ -68,7 +68,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_DRYGAS_SALES Ytt | ... | @@ -68,7 +68,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_DRYGAS_SALES Ytt |
| 68 | SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated | 68 | SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated |
| 69 | SGARD 43765 6506/12-J-4 H mpr:RF_wellbore NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 69 | SGARD 43765 6506/12-J-4 H mpr:RF_wellbore NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 70 | SGARD 43765 6507/11-X-2 H mpr:RF_wellbore NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 70 | SGARD 43765 6507/11-X-2 H mpr:RF_wellbore NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 71 | -SGARD 43765 SGARD E flowline mpr:RF_flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated | 71 | +SGARD 43765 SGARD E flowline mpr:RF_flowline STATOIL ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated |
| 72 | SGARD 43765 6506/12-N-4 H mpr:RF_wellbore NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 72 | SGARD 43765 6506/12-N-4 H mpr:RF_wellbore NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 73 | SGARD 43765 6506/12-L-3 H mpr:RF_wellbore NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 73 | SGARD 43765 6506/12-L-3 H mpr:RF_wellbore NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 74 | SGARD 43765 6506/12-K-3 H mpr:RF_wellbore NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated | 74 | SGARD 43765 6506/12-K-3 H mpr:RF_wellbore NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated | ... | ... |
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> | ||
| 13 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType>) . |
| ... | @@ -74,7 +74,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_SALEABLE_PRODUCTION Ytterg | ... | @@ -74,7 +74,7 @@ YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_SALEABLE_PRODUCTION Ytterg |
| 74 | SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated | 74 | SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated |
| 75 | SGARD 43765 6506/12-K-2 H mpr:RF_wellbore NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 75 | SGARD 43765 6506/12-K-2 H mpr:RF_wellbore NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 76 | SGARD 43765 6507/11-Y-4 H mpr:RF_wellbore NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated | 76 | SGARD 43765 6507/11-Y-4 H mpr:RF_wellbore NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated |
| 77 | -SGARD 43765 SGARD E flowline mpr:RF_flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated | 77 | +SGARD 43765 SGARD E flowline mpr:RF_flowline STATOIL ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated |
| 78 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal | 78 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal |
| 79 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated | 79 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated |
| 80 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated | 80 | SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated | ... | ... |
| 1 | +# baseURI: null | ||
| 2 | + | ||
| 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | + | ||
| 12 | +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> | ||
| 13 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType>) . |
| ... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
| 6 | # imports: http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector | 6 | # imports: http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector |
| 7 | # imports: http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema | 7 | # imports: http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema |
| 8 | 8 | ||
| 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 9 | @prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | 10 | @prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . |
| 10 | @prefix flow-facts-ss-to-ep-facts: <http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts#> . | 11 | @prefix flow-facts-ss-to-ep-facts: <http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts#> . |
| 11 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 12 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| ... | @@ -21,107 +22,54 @@ | ... | @@ -21,107 +22,54 @@ |
| 21 | <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> | 22 | <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> |
| 22 | spin:rule | 23 | spin:rule |
| 23 | [ rdf:type sp:Construct ; | 24 | [ rdf:type sp:Construct ; |
| 24 | - sp:templates ([ sp:object | 25 | + rdfs:comment "0001 Construct basic Whole Life Production Flow data"^^xsd:string ; |
| 25 | - [ sp:varName "flowkind"^^xsd:string | 26 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; |
| 26 | - ] ; | ||
| 27 | sp:predicate rdf:type ; | 27 | sp:predicate rdf:type ; |
| 28 | sp:subject | 28 | sp:subject |
| 29 | [ sp:varName "flowuri"^^xsd:string | 29 | [ sp:varName "flowuri"^^xsd:string |
| 30 | ] | 30 | ] |
| 31 | - ]) ; | 31 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; |
| 32 | - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ; | ||
| 33 | sp:predicate rdf:type ; | 32 | sp:predicate rdf:type ; |
| 34 | - sp:subject spin:_this | ||
| 35 | - ] [ sp:object | ||
| 36 | - [ sp:varName "fieldname"^^xsd:string | ||
| 37 | - ] ; | ||
| 38 | - sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ; | ||
| 39 | - sp:subject spin:_this | ||
| 40 | - ] [ sp:object | ||
| 41 | - [ sp:varName "fieldname"^^xsd:string | ||
| 42 | - ] ; | ||
| 43 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 44 | sp:subject | 33 | sp:subject |
| 45 | - [ sp:varName "npdfield"^^xsd:string | 34 | + [ sp:varName "flowuri"^^xsd:string |
| 46 | ] | 35 | ] |
| 47 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | 36 | + ] [ sp:object |
| 48 | - sp:predicate rdf:type ; | ||
| 49 | - sp:subject | ||
| 50 | [ sp:varName "npdfield"^^xsd:string | 37 | [ sp:varName "npdfield"^^xsd:string |
| 38 | + ] ; | ||
| 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 40 | + sp:subject | ||
| 41 | + [ sp:varName "flowuri"^^xsd:string | ||
| 51 | ] | 42 | ] |
| 52 | ] [ sp:object | 43 | ] [ sp:object |
| 53 | - [ sp:varName "fieldid"^^xsd:string | 44 | + [ sp:varName "flowuid"^^xsd:string |
| 54 | ] ; | 45 | ] ; |
| 55 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#id> ; |
| 56 | sp:subject | 47 | sp:subject |
| 57 | - [ sp:varName "npdfield"^^xsd:string | 48 | + [ sp:varName "flowuri"^^xsd:string |
| 58 | ] | 49 | ] |
| 59 | ] [ sp:object | 50 | ] [ sp:object |
| 60 | - [ sp:varName "flowuid"^^xsd:string | 51 | + [ sp:varName "flowname"^^xsd:string |
| 61 | ] ; | 52 | ] ; |
| 62 | - sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#name> ; |
| 54 | + sp:subject | ||
| 55 | + [ sp:varName "flowuri"^^xsd:string | ||
| 56 | + ] | ||
| 57 | + ]) ; | ||
| 58 | + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ; | ||
| 59 | + sp:predicate rdf:type ; | ||
| 63 | sp:subject spin:_this | 60 | sp:subject spin:_this |
| 64 | ] [ sp:object | 61 | ] [ sp:object |
| 65 | [ sp:varName "kind"^^xsd:string | 62 | [ sp:varName "kind"^^xsd:string |
| 66 | ] ; | 63 | ] ; |
| 67 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ; | 64 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ; |
| 68 | sp:subject spin:_this | 65 | sp:subject spin:_this |
| 69 | - ] [ rdf:type sp:Bind ; | 66 | + ] [ rdf:type sp:Filter ; |
| 70 | sp:expression | 67 | sp:expression |
| 71 | - [ rdf:type smf:buildURI ; | 68 | + [ rdf:type sp:ne ; |
| 72 | sp:arg1 [ sp:varName "kind"^^xsd:string | 69 | sp:arg1 [ sp:varName "kind"^^xsd:string |
| 73 | - ] | ||
| 74 | - ] ; | ||
| 75 | - sp:variable | ||
| 76 | - [ sp:varName "kinduri"^^xsd:string | ||
| 77 | - ] | ||
| 78 | - ] [ rdf:type sp:Bind ; | ||
| 79 | - sp:expression | ||
| 80 | - [ rdf:type ep-mpr-spin-lib:selectProductionFlowPurposeType ; | ||
| 81 | - sp:arg1 [ sp:varName "kinduri"^^xsd:string | ||
| 82 | - ] | ||
| 83 | - ] ; | ||
| 84 | - sp:variable | ||
| 85 | - [ sp:varName "flowkind"^^xsd:string | ||
| 86 | - ] | ||
| 87 | - ] [ rdf:type sp:Bind ; | ||
| 88 | - sp:expression | ||
| 89 | - [ rdf:type fn:concat ; | ||
| 90 | - sp:arg1 "Field-" ; | ||
| 91 | - sp:arg2 [ sp:varName "fieldid"^^xsd:string | ||
| 92 | ] ; | 70 | ] ; |
| 93 | - sp:arg3 "-Flow-" ; | 71 | + sp:arg2 "mpr:RF_inventory" |
| 94 | - sp:arg4 [ sp:varName "flowuid"^^xsd:string | ||
| 95 | - ] | ||
| 96 | - ] ; | ||
| 97 | - sp:variable | ||
| 98 | - [ sp:varName "flowlocalname"^^xsd:string | ||
| 99 | - ] | ||
| 100 | - ] [ rdf:type sp:Bind ; | ||
| 101 | - sp:expression | ||
| 102 | - [ rdf:type smf:buildURI ; | ||
| 103 | - sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ; | ||
| 104 | - sp:arg2 [ sp:varName "flowlocalname"^^xsd:string | ||
| 105 | - ] | ||
| 106 | - ] ; | ||
| 107 | - sp:variable | ||
| 108 | - [ sp:varName "flowuri"^^xsd:string | ||
| 109 | - ] | ||
| 110 | - ]) | ||
| 111 | - ] ; | ||
| 112 | - spin:rule | ||
| 113 | - [ rdf:type sp:Construct ; | ||
| 114 | - sp:templates ([ sp:object | ||
| 115 | - [ sp:varName "flowqualifier"^^xsd:string | ||
| 116 | - ] ; | ||
| 117 | - sp:predicate rdf:type ; | ||
| 118 | - sp:subject | ||
| 119 | - [ sp:varName "flowuri"^^xsd:string | ||
| 120 | ] | 72 | ] |
| 121 | - ]) ; | ||
| 122 | - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ; | ||
| 123 | - sp:predicate rdf:type ; | ||
| 124 | - sp:subject spin:_this | ||
| 125 | ] [ sp:object | 73 | ] [ sp:object |
| 126 | [ sp:varName "fieldname"^^xsd:string | 74 | [ sp:varName "fieldname"^^xsd:string |
| 127 | ] ; | 75 | ] ; |
| ... | @@ -152,30 +100,12 @@ | ... | @@ -152,30 +100,12 @@ |
| 152 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; | 100 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; |
| 153 | sp:subject spin:_this | 101 | sp:subject spin:_this |
| 154 | ] [ sp:object | 102 | ] [ sp:object |
| 155 | - [ sp:varName "qualifier"^^xsd:string | 103 | + [ sp:varName "flowname"^^xsd:string |
| 156 | ] ; | 104 | ] ; |
| 157 | - sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowQualifier> ; | 105 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowName> ; |
| 158 | sp:subject spin:_this | 106 | sp:subject spin:_this |
| 159 | ] [ rdf:type sp:Bind ; | 107 | ] [ rdf:type sp:Bind ; |
| 160 | sp:expression | 108 | sp:expression |
| 161 | - [ rdf:type smf:buildURI ; | ||
| 162 | - sp:arg1 [ sp:varName "qualifier"^^xsd:string | ||
| 163 | - ] | ||
| 164 | - ] ; | ||
| 165 | - sp:variable | ||
| 166 | - [ sp:varName "qualifieruri"^^xsd:string | ||
| 167 | - ] | ||
| 168 | - ] [ rdf:type sp:Bind ; | ||
| 169 | - sp:expression | ||
| 170 | - [ rdf:type ep-mpr-spin-lib:selectProductionFlowDefinitionType ; | ||
| 171 | - sp:arg1 [ sp:varName "qualifieruri"^^xsd:string | ||
| 172 | - ] | ||
| 173 | - ] ; | ||
| 174 | - sp:variable | ||
| 175 | - [ sp:varName "flowqualifier"^^xsd:string | ||
| 176 | - ] | ||
| 177 | - ] [ rdf:type sp:Bind ; | ||
| 178 | - sp:expression | ||
| 179 | [ rdf:type fn:concat ; | 109 | [ rdf:type fn:concat ; |
| 180 | sp:arg1 "Field-" ; | 110 | sp:arg1 "Field-" ; |
| 181 | sp:arg2 [ sp:varName "fieldid"^^xsd:string | 111 | sp:arg2 [ sp:varName "fieldid"^^xsd:string |
| ... | @@ -201,12 +131,13 @@ | ... | @@ -201,12 +131,13 @@ |
| 201 | ] ; | 131 | ] ; |
| 202 | spin:rule | 132 | spin:rule |
| 203 | [ rdf:type sp:Construct ; | 133 | [ rdf:type sp:Construct ; |
| 204 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | 134 | + rdfs:comment "0005 Construct basic Whole Life Inventory data"^^xsd:string ; |
| 135 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; | ||
| 205 | sp:predicate rdf:type ; | 136 | sp:predicate rdf:type ; |
| 206 | sp:subject | 137 | sp:subject |
| 207 | [ sp:varName "flowuri"^^xsd:string | 138 | [ sp:varName "flowuri"^^xsd:string |
| 208 | ] | 139 | ] |
| 209 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | 140 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionInventory> ; |
| 210 | sp:predicate rdf:type ; | 141 | sp:predicate rdf:type ; |
| 211 | sp:subject | 142 | sp:subject |
| 212 | [ sp:varName "flowuri"^^xsd:string | 143 | [ sp:varName "flowuri"^^xsd:string |
| ... | @@ -243,7 +174,7 @@ | ... | @@ -243,7 +174,7 @@ |
| 243 | sp:subject spin:_this | 174 | sp:subject spin:_this |
| 244 | ] [ rdf:type sp:Filter ; | 175 | ] [ rdf:type sp:Filter ; |
| 245 | sp:expression | 176 | sp:expression |
| 246 | - [ rdf:type sp:ne ; | 177 | + [ rdf:type sp:eq ; |
| 247 | sp:arg1 [ sp:varName "kind"^^xsd:string | 178 | sp:arg1 [ sp:varName "kind"^^xsd:string |
| 248 | ] ; | 179 | ] ; |
| 249 | sp:arg2 "mpr:RF_inventory" | 180 | sp:arg2 "mpr:RF_inventory" |
| ... | @@ -309,29 +240,102 @@ | ... | @@ -309,29 +240,102 @@ |
| 309 | ] ; | 240 | ] ; |
| 310 | spin:rule | 241 | spin:rule |
| 311 | [ rdf:type sp:Construct ; | 242 | [ rdf:type sp:Construct ; |
| 312 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ; | 243 | + rdfs:comment "0010 Add Flow Qualifier"^^xsd:string ; |
| 244 | + sp:templates ([ sp:object | ||
| 245 | + [ sp:varName "flowqualifier"^^xsd:string | ||
| 246 | + ] ; | ||
| 313 | sp:predicate rdf:type ; | 247 | sp:predicate rdf:type ; |
| 314 | sp:subject | 248 | sp:subject |
| 315 | [ sp:varName "flowuri"^^xsd:string | 249 | [ sp:varName "flowuri"^^xsd:string |
| 316 | ] | 250 | ] |
| 251 | + ]) ; | ||
| 252 | + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ; | ||
| 253 | + sp:predicate rdf:type ; | ||
| 254 | + sp:subject spin:_this | ||
| 317 | ] [ sp:object | 255 | ] [ sp:object |
| 256 | + [ sp:varName "fieldname"^^xsd:string | ||
| 257 | + ] ; | ||
| 258 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ; | ||
| 259 | + sp:subject spin:_this | ||
| 260 | + ] [ sp:object | ||
| 261 | + [ sp:varName "fieldname"^^xsd:string | ||
| 262 | + ] ; | ||
| 263 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 264 | + sp:subject | ||
| 318 | [ sp:varName "npdfield"^^xsd:string | 265 | [ sp:varName "npdfield"^^xsd:string |
| 266 | + ] | ||
| 267 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
| 268 | + sp:predicate rdf:type ; | ||
| 269 | + sp:subject | ||
| 270 | + [ sp:varName "npdfield"^^xsd:string | ||
| 271 | + ] | ||
| 272 | + ] [ sp:object | ||
| 273 | + [ sp:varName "fieldid"^^xsd:string | ||
| 319 | ] ; | 274 | ] ; |
| 320 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 275 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; |
| 321 | sp:subject | 276 | sp:subject |
| 322 | - [ sp:varName "flowuri"^^xsd:string | 277 | + [ sp:varName "npdfield"^^xsd:string |
| 323 | ] | 278 | ] |
| 324 | ] [ sp:object | 279 | ] [ sp:object |
| 325 | [ sp:varName "flowuid"^^xsd:string | 280 | [ sp:varName "flowuid"^^xsd:string |
| 326 | ] ; | 281 | ] ; |
| 327 | - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#id> ; | 282 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; |
| 328 | - sp:subject | 283 | + sp:subject spin:_this |
| 284 | + ] [ sp:object | ||
| 285 | + [ sp:varName "qualifier"^^xsd:string | ||
| 286 | + ] ; | ||
| 287 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowQualifier> ; | ||
| 288 | + sp:subject spin:_this | ||
| 289 | + ] [ rdf:type sp:Bind ; | ||
| 290 | + sp:expression | ||
| 291 | + [ rdf:type smf:buildURI ; | ||
| 292 | + sp:arg1 [ sp:varName "qualifier"^^xsd:string | ||
| 293 | + ] | ||
| 294 | + ] ; | ||
| 295 | + sp:variable | ||
| 296 | + [ sp:varName "qualifieruri"^^xsd:string | ||
| 297 | + ] | ||
| 298 | + ] [ rdf:type sp:Bind ; | ||
| 299 | + sp:expression | ||
| 300 | + [ rdf:type ep-mpr-spin-lib:selectProductionFlowDefinitionType ; | ||
| 301 | + sp:arg1 [ sp:varName "qualifieruri"^^xsd:string | ||
| 302 | + ] | ||
| 303 | + ] ; | ||
| 304 | + sp:variable | ||
| 305 | + [ sp:varName "flowqualifier"^^xsd:string | ||
| 306 | + ] | ||
| 307 | + ] [ rdf:type sp:Bind ; | ||
| 308 | + sp:expression | ||
| 309 | + [ rdf:type fn:concat ; | ||
| 310 | + sp:arg1 "Field-" ; | ||
| 311 | + sp:arg2 [ sp:varName "fieldid"^^xsd:string | ||
| 312 | + ] ; | ||
| 313 | + sp:arg3 "-Flow-" ; | ||
| 314 | + sp:arg4 [ sp:varName "flowuid"^^xsd:string | ||
| 315 | + ] | ||
| 316 | + ] ; | ||
| 317 | + sp:variable | ||
| 318 | + [ sp:varName "flowlocalname"^^xsd:string | ||
| 319 | + ] | ||
| 320 | + ] [ rdf:type sp:Bind ; | ||
| 321 | + sp:expression | ||
| 322 | + [ rdf:type smf:buildURI ; | ||
| 323 | + sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ; | ||
| 324 | + sp:arg2 [ sp:varName "flowlocalname"^^xsd:string | ||
| 325 | + ] | ||
| 326 | + ] ; | ||
| 327 | + sp:variable | ||
| 329 | [ sp:varName "flowuri"^^xsd:string | 328 | [ sp:varName "flowuri"^^xsd:string |
| 330 | ] | 329 | ] |
| 331 | - ] [ sp:object | 330 | + ]) |
| 332 | - [ sp:varName "flowname"^^xsd:string | 331 | + ] ; |
| 332 | + spin:rule | ||
| 333 | + [ rdf:type sp:Construct ; | ||
| 334 | + rdfs:comment "0020 Add Flow Kind"^^xsd:string ; | ||
| 335 | + sp:templates ([ sp:object | ||
| 336 | + [ sp:varName "flowkind"^^xsd:string | ||
| 333 | ] ; | 337 | ] ; |
| 334 | - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#name> ; | 338 | + sp:predicate rdf:type ; |
| 335 | sp:subject | 339 | sp:subject |
| 336 | [ sp:varName "flowuri"^^xsd:string | 340 | [ sp:varName "flowuri"^^xsd:string |
| 337 | ] | 341 | ] |
| ... | @@ -340,18 +344,6 @@ | ... | @@ -340,18 +344,6 @@ |
| 340 | sp:predicate rdf:type ; | 344 | sp:predicate rdf:type ; |
| 341 | sp:subject spin:_this | 345 | sp:subject spin:_this |
| 342 | ] [ sp:object | 346 | ] [ sp:object |
| 343 | - [ sp:varName "kind"^^xsd:string | ||
| 344 | - ] ; | ||
| 345 | - sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ; | ||
| 346 | - sp:subject spin:_this | ||
| 347 | - ] [ rdf:type sp:Filter ; | ||
| 348 | - sp:expression | ||
| 349 | - [ rdf:type sp:eq ; | ||
| 350 | - sp:arg1 [ sp:varName "kind"^^xsd:string | ||
| 351 | - ] ; | ||
| 352 | - sp:arg2 "mpr:RF_inventory" | ||
| 353 | - ] | ||
| 354 | - ] [ sp:object | ||
| 355 | [ sp:varName "fieldname"^^xsd:string | 347 | [ sp:varName "fieldname"^^xsd:string |
| 356 | ] ; | 348 | ] ; |
| 357 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ; | 349 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ; |
| ... | @@ -381,12 +373,30 @@ | ... | @@ -381,12 +373,30 @@ |
| 381 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; | 373 | sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; |
| 382 | sp:subject spin:_this | 374 | sp:subject spin:_this |
| 383 | ] [ sp:object | 375 | ] [ sp:object |
| 384 | - [ sp:varName "flowname"^^xsd:string | 376 | + [ sp:varName "kind"^^xsd:string |
| 385 | ] ; | 377 | ] ; |
| 386 | - sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowName> ; | 378 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ; |
| 387 | sp:subject spin:_this | 379 | sp:subject spin:_this |
| 388 | ] [ rdf:type sp:Bind ; | 380 | ] [ rdf:type sp:Bind ; |
| 389 | sp:expression | 381 | sp:expression |
| 382 | + [ rdf:type smf:buildURI ; | ||
| 383 | + sp:arg1 [ sp:varName "kind"^^xsd:string | ||
| 384 | + ] | ||
| 385 | + ] ; | ||
| 386 | + sp:variable | ||
| 387 | + [ sp:varName "kinduri"^^xsd:string | ||
| 388 | + ] | ||
| 389 | + ] [ rdf:type sp:Bind ; | ||
| 390 | + sp:expression | ||
| 391 | + [ rdf:type ep-mpr-spin-lib:selectProductionFlowPurposeType ; | ||
| 392 | + sp:arg1 [ sp:varName "kinduri"^^xsd:string | ||
| 393 | + ] | ||
| 394 | + ] ; | ||
| 395 | + sp:variable | ||
| 396 | + [ sp:varName "flowkind"^^xsd:string | ||
| 397 | + ] | ||
| 398 | + ] [ rdf:type sp:Bind ; | ||
| 399 | + sp:expression | ||
| 390 | [ rdf:type fn:concat ; | 400 | [ rdf:type fn:concat ; |
| 391 | sp:arg1 "Field-" ; | 401 | sp:arg1 "Field-" ; |
| 392 | sp:arg2 [ sp:varName "fieldid"^^xsd:string | 402 | sp:arg2 [ sp:varName "fieldid"^^xsd:string |
| ... | @@ -412,6 +422,7 @@ | ... | @@ -412,6 +422,7 @@ |
| 412 | ] ; | 422 | ] ; |
| 413 | spin:rule | 423 | spin:rule |
| 414 | [ rdf:type sp:Construct ; | 424 | [ rdf:type sp:Construct ; |
| 425 | + rdfs:comment "0030 Set Flow into or out of NPD Facility"^^xsd:string ; | ||
| 415 | sp:templates ([ sp:object | 426 | sp:templates ([ sp:object |
| 416 | [ sp:varName "inOutFacility"^^xsd:string | 427 | [ sp:varName "inOutFacility"^^xsd:string |
| 417 | ] ; | 428 | ] ; |
| ... | @@ -569,6 +580,161 @@ | ... | @@ -569,6 +580,161 @@ |
| 569 | [ sp:varName "flowuri"^^xsd:string | 580 | [ sp:varName "flowuri"^^xsd:string |
| 570 | ] | 581 | ] |
| 571 | ]) | 582 | ]) |
| 583 | + ] ; | ||
| 584 | + spin:rule | ||
| 585 | + [ rdf:type sp:Construct ; | ||
| 586 | + rdfs:comment "0035 Construct and set non-NPD flow inout Facility"^^xsd:string ; | ||
| 587 | + sp:templates ([ sp:object | ||
| 588 | + [ sp:varName "inOutFacility"^^xsd:string | ||
| 589 | + ] ; | ||
| 590 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 591 | + sp:subject | ||
| 592 | + [ sp:varName "flowuri"^^xsd:string | ||
| 593 | + ] | ||
| 594 | + ] [ sp:object | ||
| 595 | + [ sp:varName "flowInOutFacilityTypeClass"^^xsd:string | ||
| 596 | + ] ; | ||
| 597 | + sp:predicate rdf:type ; | ||
| 598 | + sp:subject | ||
| 599 | + [ sp:varName "inOutFacility"^^xsd:string | ||
| 600 | + ] | ||
| 601 | + ] [ sp:object | ||
| 602 | + [ sp:varName "inOutName"^^xsd:string | ||
| 603 | + ] ; | ||
| 604 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 605 | + sp:subject | ||
| 606 | + [ sp:varName "inOutFacility"^^xsd:string | ||
| 607 | + ] | ||
| 608 | + ]) ; | ||
| 609 | + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ; | ||
| 610 | + sp:predicate rdf:type ; | ||
| 611 | + sp:subject spin:_this | ||
| 612 | + ] [ rdf:type sp:NotExists ; | ||
| 613 | + sp:elements ([ sp:object "NPD" ; | ||
| 614 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> ; | ||
| 615 | + sp:subject spin:_this | ||
| 616 | + ]) | ||
| 617 | + ] [ sp:object | ||
| 618 | + [ sp:varName "fieldname"^^xsd:string | ||
| 619 | + ] ; | ||
| 620 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ; | ||
| 621 | + sp:subject spin:_this | ||
| 622 | + ] [ sp:object | ||
| 623 | + [ sp:varName "fieldname"^^xsd:string | ||
| 624 | + ] ; | ||
| 625 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 626 | + sp:subject | ||
| 627 | + [ sp:varName "npdfield"^^xsd:string | ||
| 628 | + ] | ||
| 629 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
| 630 | + sp:predicate rdf:type ; | ||
| 631 | + sp:subject | ||
| 632 | + [ sp:varName "npdfield"^^xsd:string | ||
| 633 | + ] | ||
| 634 | + ] [ sp:object | ||
| 635 | + [ sp:varName "fieldid"^^xsd:string | ||
| 636 | + ] ; | ||
| 637 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ; | ||
| 638 | + sp:subject | ||
| 639 | + [ sp:varName "npdfield"^^xsd:string | ||
| 640 | + ] | ||
| 641 | + ] [ sp:object | ||
| 642 | + [ sp:varName "flowuid"^^xsd:string | ||
| 643 | + ] ; | ||
| 644 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ; | ||
| 645 | + sp:subject spin:_this | ||
| 646 | + ] [ sp:object | ||
| 647 | + [ sp:varName "inOutName"^^xsd:string | ||
| 648 | + ] ; | ||
| 649 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> ; | ||
| 650 | + sp:subject spin:_this | ||
| 651 | + ] [ sp:object | ||
| 652 | + [ sp:varName "inOutNameSystem"^^xsd:string | ||
| 653 | + ] ; | ||
| 654 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> ; | ||
| 655 | + sp:subject spin:_this | ||
| 656 | + ] [ sp:object | ||
| 657 | + [ sp:varName "flowInOutFacilityType"^^xsd:string | ||
| 658 | + ] ; | ||
| 659 | + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ; | ||
| 660 | + sp:subject spin:_this | ||
| 661 | + ] [ rdf:type sp:Bind ; | ||
| 662 | + sp:expression | ||
| 663 | + [ rdf:type smf:buildURI ; | ||
| 664 | + sp:arg1 [ sp:varName "flowInOutFacilityType"^^xsd:string | ||
| 665 | + ] | ||
| 666 | + ] ; | ||
| 667 | + sp:variable | ||
| 668 | + [ sp:varName "flowInOutFacilityTypeuri"^^xsd:string | ||
| 669 | + ] | ||
| 670 | + ] [ rdf:type sp:Bind ; | ||
| 671 | + sp:expression | ||
| 672 | + [ rdf:type ep-mpr-spin-lib:selectReportingFacilityType ; | ||
| 673 | + sp:arg1 [ sp:varName "flowInOutFacilityTypeuri"^^xsd:string | ||
| 674 | + ] | ||
| 675 | + ] ; | ||
| 676 | + sp:variable | ||
| 677 | + [ sp:varName "flowInOutFacilityTypeClass"^^xsd:string | ||
| 678 | + ] | ||
| 679 | + ] [ rdf:type sp:Bind ; | ||
| 680 | + sp:expression | ||
| 681 | + [ rdf:type afn:localname ; | ||
| 682 | + sp:arg1 [ sp:varName "flowInOutFacilityTypeClass"^^xsd:string | ||
| 683 | + ] | ||
| 684 | + ] ; | ||
| 685 | + sp:variable | ||
| 686 | + [ sp:varName "flowInOutFacilityTypeClassName"^^xsd:string | ||
| 687 | + ] | ||
| 688 | + ] [ rdf:type sp:Bind ; | ||
| 689 | + sp:expression | ||
| 690 | + [ rdf:type fn:concat ; | ||
| 691 | + sp:arg1 "Field-" ; | ||
| 692 | + sp:arg2 [ sp:varName "fieldid"^^xsd:string | ||
| 693 | + ] ; | ||
| 694 | + sp:arg3 "-" ; | ||
| 695 | + sp:arg4 [ sp:varName "flowInOutFacilityTypeClassName"^^xsd:string | ||
| 696 | + ] ; | ||
| 697 | + sp:arg5 "-" ; | ||
| 698 | + sp:arg6 [ sp:varName "flowuid"^^xsd:string | ||
| 699 | + ] | ||
| 700 | + ] ; | ||
| 701 | + sp:variable | ||
| 702 | + [ sp:varName "flowinoutname"^^xsd:string | ||
| 703 | + ] | ||
| 704 | + ] [ rdf:type sp:Bind ; | ||
| 705 | + sp:expression | ||
| 706 | + [ rdf:type fn:concat ; | ||
| 707 | + sp:arg1 "Field-" ; | ||
| 708 | + sp:arg2 [ sp:varName "fieldid"^^xsd:string | ||
| 709 | + ] ; | ||
| 710 | + sp:arg3 "-Flow-" ; | ||
| 711 | + sp:arg4 [ sp:varName "flowuid"^^xsd:string | ||
| 712 | + ] | ||
| 713 | + ] ; | ||
| 714 | + sp:variable | ||
| 715 | + [ sp:varName "flowlocalname"^^xsd:string | ||
| 716 | + ] | ||
| 717 | + ] [ rdf:type sp:Bind ; | ||
| 718 | + sp:expression | ||
| 719 | + [ rdf:type smf:buildURI ; | ||
| 720 | + sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ; | ||
| 721 | + sp:arg2 [ sp:varName "flowlocalname"^^xsd:string | ||
| 722 | + ] | ||
| 723 | + ] ; | ||
| 724 | + sp:variable | ||
| 725 | + [ sp:varName "flowuri"^^xsd:string | ||
| 726 | + ] | ||
| 727 | + ] [ rdf:type sp:Bind ; | ||
| 728 | + sp:expression | ||
| 729 | + [ rdf:type smf:buildURI ; | ||
| 730 | + sp:arg1 "http://www.reportinghub.no/data/erh/{?flowinoutname}" ; | ||
| 731 | + sp:arg2 [ sp:varName "flowinoutname"^^xsd:string | ||
| 732 | + ] | ||
| 733 | + ] ; | ||
| 734 | + sp:variable | ||
| 735 | + [ sp:varName "inOutFacility"^^xsd:string | ||
| 736 | + ] | ||
| 737 | + ]) | ||
| 572 | ] . | 738 | ] . |
| 573 | 739 | ||
| 574 | <http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts> | 740 | <http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts> | ... | ... |
-
Please register or login to post a comment