David Price

Merge branch 'trygraph'

......@@ -930,15 +930,17 @@ mpr-tables:GasSales
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "productionFlowFacility"^^xsd:string
]
] ;
sp:variable
[ sp:varName "facilityName"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlowMonth"^^xsd:string
] ;
......@@ -1059,16 +1061,14 @@ mpr-tables:GasSales
sp:subject
[ sp:varName "ownerPart"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "sellerName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "owner"^^xsd:string
]
] ;
sp:subject
[ sp:varName "owner"^^xsd:string
sp:variable
[ sp:varName "sellerName"^^xsd:string
]
] [ sp:object
[ sp:varName "buyerEnergyQuantity"^^xsd:string
......@@ -1163,16 +1163,14 @@ mpr-tables:GasSales
sp:subject
[ sp:varName "buyerPart"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "buyerName"^^xsd:string
] ;
sp:path [ rdf:type sp:AltPath ;
sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ;
sp:path2 <http://www.reportinghub.no/np/schema/npd#name>
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectNPDorERHorEPName ;
sp:arg1 [ sp:varName "buyer"^^xsd:string
]
] ;
sp:subject
[ sp:varName "buyer"^^xsd:string
sp:variable
[ sp:varName "buyerName"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -1216,20 +1214,20 @@ mpr-tables:GasSales
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
]
] [ sp:object
[ sp:varName "purposeTypeName"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
]
] [ sp:object
[ sp:varName "purposeTypeName"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ rdf:type sp:NamedGraph ;
......@@ -1240,20 +1238,20 @@ mpr-tables:GasSales
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
] [ sp:object
[ sp:varName "definitionTypeName"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
] [ sp:object
[ sp:varName "definitionTypeName"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
])
])
])
......
......@@ -3376,6 +3376,76 @@ ep-spin-lib:selectMudClass
])
] .
ep-spin-lib:selectNPDorERHorEPName
rdf:type spin:Function ;
rdfs:label "select npd:name, erh:name or ep-core:name"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "name"^^xsd:string
]) ;
sp:where ([ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "namenpd"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject spin:_arg1
])
]) ;
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "nameerh"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#name> ;
sp:subject spin:_arg1
])
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/erh>
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "nameep"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject spin:_arg1
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 [ sp:varName "namenpd"^^xsd:string
]
] ;
sp:arg2 [ sp:varName "namenpd"^^xsd:string
] ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 [ sp:varName "nameerh"^^xsd:string
]
] ;
sp:arg2 [ sp:varName "nameerh"^^xsd:string
] ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 [ sp:varName "namereport"^^xsd:string
]
] ;
sp:arg2 [ sp:varName "namereport"^^xsd:string
] ;
sp:arg3 [ sp:varName "namereport"^^xsd:string
]
]
]
] ;
sp:variable
[ sp:varName "name"^^xsd:string
]
])
] ;
spin:returnType xsd:string .
ep-spin-lib:selectPlaneAngleScale
rdf:type spin:Function ;
rdfs:label "select plane angle scale"^^xsd:string ;
......@@ -4710,68 +4780,68 @@ _:b33
_:b57
sp:varName "temperatureScale"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b11
_:b17
sp:varName "uri"^^xsd:string .
_:b23
sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b12
sp:varName "uri"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b17
_:b15
sp:varName "uri"^^xsd:string .
_:b20
_:b13
sp:varName "uri"^^xsd:string .
_:b19
sp:varName "uri"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b18
_:b8 sp:varName "uri"^^xsd:string .
_:b16
sp:varName "uri"^^xsd:string .
_:b13
_:b22
sp:varName "uri"^^xsd:string .
_:b21
_:b14
sp:varName "uri"^^xsd:string .
_:b9 sp:varName "uri"^^xsd:string .
_:b10
sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b18
sp:varName "uri"^^xsd:string .
_:b14
_:b21
sp:varName "uri"^^xsd:string .
_:b24
sp:varName "uri"^^xsd:string .
_:b16
sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b22
_:b19
sp:varName "uri"^^xsd:string .
_:b15
_:b20
sp:varName "uri"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b11
sp:varName "uri"^^xsd:string .
_:b59
sp:varName "volumeScale"^^xsd:string .
......
......@@ -819,7 +819,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ;
[ sp:varName "field"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/npd>
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ sp:object
[ sp:varName "facilityRef"^^xsd:string
] ;
......@@ -1639,7 +1639,7 @@ Nothing is done with the namingSystem!"""^^xsd:string ;
[ sp:varName "field"^^xsd:string
]
]) ;
sp:graphNameNode <http://www.reportinghub.no/data/npd>
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ sp:object
[ sp:varName "facilityRef"^^xsd:string
] ;
......
# baseURI: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
@prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> .
@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#> .
@prefix trym-asgard-ep-facts: <http://www.reportinghub.no/test/flow_facts/data/trym-asgard-ep-facts.ttl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/data/erh>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
erh:name "Mikkel allocated gas sales - dry"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Mikkel allcated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Mikkel total allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_ALLOCATED_TANKLIFT"^^xsd:string ;
erh:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_BUDGET_FIELD_VOLUMES>
rdf:type ep-flow:BudgetFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_BUDGET_FIELD_VOLUMES"^^xsd:string ;
erh:name "Mikkel budgeted volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_CONSUME_FLARE_EXCESS"^^xsd:string ;
erh:name "Mikkel consumed excess flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_CONSUME_FLARE_TOT"^^xsd:string ;
erh:name "Mikkel consumed flare excluding excess flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_CONSUME_FUEL_DRILLING"^^xsd:string ;
erh:name "Mikkel consumed drilling fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_FISCAL_FIELD_VOLUMES"^^xsd:string ;
erh:name "Mikkel measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FORECAST_PRODUCTION>
rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_FORECAST_PRODUCTION"^^xsd:string ;
erh:name "Mikkel forecasted volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Mikkel injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_MPT5_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Mikkel MPT5 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1630514-FlowMeter-MIKKEL_MPT5_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
erh:id "MIKKEL_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Mikkel saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
<http://www.reportinghub.no/data/erh/Field-1630514-FlowMeter-MIKKEL_MPT5_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "MPT5"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D32_VOLUMES>
rdf:type ep-eqt:Compressor ;
ep-core:name "TRYM compressor D32"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D34_VOLUMES>
rdf:type ep-eqt:Compressor ;
ep-core:name "TRYM compressor D34"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLLOCATED_INVENTORY>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "FRED_ALLLOCATED_INVENTORY"^^xsd:string ;
erh:name "Fredericia allocated inventory volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416595> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLOCATED_HYDROCOUNT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "FRED_ALLOCATED_HYDROCOUNT"^^xsd:string ;
erh:name "Fredericia allocated hydrocarbon counting lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416595> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLOC_HYDRO>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "FRED_ALLOC_HYDRO"^^xsd:string ;
erh:name "Fredericia allocated hydrocarbon accounting"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416595> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "NYBRO_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Nybro allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_HYDROCOUNT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "NYBRO_ALLOCATED_HYDROCOUNT"^^xsd:string ;
erh:name "Nybro allocated hydrocarbon accounting"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_NORMAL_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "NYBRO_ALLOCATED_NORMAL_GAS_SALES"^^xsd:string ;
erh:name "Nybro allocated raw gas gas sales at terminal"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Trym allocated gas-sales volumes gas sales at terminal"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_HYDROCOUNT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_ALLOCATED_HYDROCOUNT"^^xsd:string ;
erh:name "Trym allocated hydrocarbon accounting"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_HYDROCOUNT_TANKLIFT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_ALLOCATED_HYDROCOUNT_TANKLIFT"^^xsd:string ;
erh:name "Trym allocated hydrocarbon tanker lifted lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_INVENTORY>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_ALLOCATED_INVENTORY"^^xsd:string ;
erh:name "Trym allocated inventory volumes allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Trym allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_BUDGET_PRODUCTION>
rdf:type ep-flow:BudgetFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_BUDGET_PRODUCTION"^^xsd:string ;
erh:name "Trym budgeted volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION>
rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CHEMICAL_INJECTION"^^xsd:string ;
erh:name "Trym injection of chemicals"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D32_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ;
erh:name "Trym compressor D32 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D32_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ;
erh:name "Trym compressor D34 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-18081500-Compressor-TRY_COMPRESSOR_D34_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CONSUME_FLARE_EXCESS"^^xsd:string ;
erh:name "Trym consumed excess flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CONSUME_FLARE_TOT"^^xsd:string ;
erh:name "Trym consumed flare excluding excess flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_DRILLING>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CONSUME_FUEL_DRILLING"^^xsd:string ;
erh:name "Trym consumed drilling fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Trym consumed total fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_WAT_INJ>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
erh:name "Trym consumed water injection fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_EXPORT_MEASURED>
rdf:type ep-flow:ExportFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_EXPORT_MEASURED"^^xsd:string ;
erh:name "Trym measured export"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_FISCAL_FIELD_VOLUMES"^^xsd:string ;
erh:name "Trym measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FORECAST_PRODUCTION>
rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_FORECAST_PRODUCTION"^^xsd:string ;
erh:name "Trym forecasted values"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Trym injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPD5_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Trym MPD5 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPD5_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Trym MPM1 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM1_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Trym MPM2 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM2_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_NOMINATED_PRODUCTION>
rdf:type ep-flow:NominatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_NOMINATED_PRODUCTION"^^xsd:string ;
erh:name "Trym nominated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Trym saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_TARIFF_VAL>
rdf:type ep-flow:ProductionExploitation , ep-flow:TariffBasisFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_TARIFF_VAL"^^xsd:string ;
erh:name "Trym tariff basis"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_VAL_ADJUSTED>
rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_VAL_ADJUSTED"^^xsd:string ;
erh:name "Trym adjusted values"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6469> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_FORECAST_PROD_VOLUMES>
rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_7A1_AH_FORECAST_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-1 AH forecasted production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6469> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6439> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_FORECAST_PROD_VOLUMES>
rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_7A2_H_FORECAST_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-2 H forecasted production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6439> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "3/7-A-1 AH allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6469> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6469> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "3/7-A-2 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6439> .
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
erh:id "TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "3/7-A-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6439> .
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPD5_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "MPD5"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM1_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "Fiscal metering station 1"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-18081500-FlowMeter-TRY_MPM2_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "MPD2"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Kristin allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Kristin total allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Kristin allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION>
rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_CHEMICAL_INJECTION"^^xsd:string ;
erh:name "Kristin injection of chemicals"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_FISCAL_FIELD_VOLUMES"^^xsd:string ;
erh:name "Kristin measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Kristin injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPM1_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Kristin MPM1 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPM1_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Kristin MPT2 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPT2_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
erh:id "KRISTIN_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Kristin saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPM1_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "Fiscal metering station 1"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-1854729-FlowMeter-KRISTIN_MPT2_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "MPT2"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-3960848-Compressor-TYRIHANS_MPM1_FISCAL_VOLUMES>
rdf:type ep-eqt:Compressor ;
ep-core:name "TYRIHANS compressor 1"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Tyrihans allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-3960848> .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Tyrihans total allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-3960848> .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_DRILLING>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_CONSUME_FUEL_DRILLING"^^xsd:string ;
erh:name "Tyrihans consumed drilling fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-3960848> .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Tyrihans consumed total fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-3960848> .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_MPM1_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-3960848-Compressor-TYRIHANS_MPM1_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
erh:id "TYRIHANS_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Tyrihans saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-3960848> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_DRYGAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
erh:name "Åsgard allocated gas sales - dry"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Åsgard allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Åsgard total allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Åsgard allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_TANKLIFT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_ALLOCATED_TANKLIFT"^^xsd:string ;
erh:name "Åsgard allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_A_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Åsgard A allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-279785> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FLARE>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_A_CONSUME_FLARE"^^xsd:string ;
erh:name "Åsgard A consumed flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-279785> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_A_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Åsgard A total consumed fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-279785> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_A_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Åsgard A measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-279785> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_GAS_INJETION>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_A_GAS_INJETION"^^xsd:string ;
erh:name "Åsgard A injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-279785> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_EXPORT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ExportFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_ALLOCATED_EXPORT"^^xsd:string ;
erh:name "Åsgard B allocated export volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_IMPORT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ImportFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_ALLOCATED_IMPORT"^^xsd:string ;
erh:name "Åsgard B allocated import volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Åsgard B allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FLARE_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_CONSUME_FLARE_TOT"^^xsd:string ;
erh:name "Åsgard B consumed flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Åsgard B consumed total fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Åsgard B measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_B_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Åsgard B injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280121> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_C_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_C_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Åsgard C consumed total fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-280149> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_D_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Åsgard D allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-391270> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_D_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Åsgard D measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-391270> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_D_INJECTION_TOT"^^xsd:string ;
erh:name "Åsgard D injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-391270> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_E_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Åsgard E allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-278721> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_E_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Åsgard E measured total volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-278721> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FLOWLINE>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_E_FLOWLINE"^^xsd:string ;
erh:name "Åsgard E flowline allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-43765-Flowline-ASG_E_FLOWLINE> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_E_INJECTION_TOT"^^xsd:string ;
erh:name "Åsgard E injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Facility-278721> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Åsgard injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_SALEABLE_PRODUTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_SALEABLE_PRODUTION"^^xsd:string ;
erh:name "Åsgard saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-43765> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/11-E-3 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4136> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/11-F-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3792> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/11-F-4 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3620> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/11-G-1 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3622> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/11-G-3 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3082> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/11-G-4 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3172> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-X-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3943> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-X-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3944> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-X-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3991> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-X-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3992> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-Y-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3566> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-Y-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3604> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-Y-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3623> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6507/11-Y-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3603> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-H-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4197> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-H-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4163> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-H-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4372> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-I-1 AH allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-5622> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-I-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3715> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-I-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3393> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-I-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3621> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-J-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3758> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-J-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3863> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-J-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3864> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-J-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4198> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-K-1 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3155> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-K-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3165> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-K-3 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3124> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-L-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3079> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-L-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3156> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-L-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3107> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-L-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3656> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-M-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4242> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-M-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4407> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-M- H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4080> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-M-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4494> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-N-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4860> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-N-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4382> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-N-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4308> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-N-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4091> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-P-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3552> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-P-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3342> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-P-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3149> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-P-4 AH allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6138> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-Q-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-5317> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-Q-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4933> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-Q-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-5181> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-Q-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-5444> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-Q-5 Y2H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-6217> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-R-1 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3021> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-R-2 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3504> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-R-3 Y1H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-5577> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
erh:name "6506/12-R-4 H allocated injection volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3271> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-S-1 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3188> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-S-2 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3363> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-S-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-3559> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6506/12-S-4 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4269> .
<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
erh:id "ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
erh:name "6407/2-Z-3 H allocated production volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/WellBore-4346> .
<http://www.reportinghub.no/data/erh/Field-43765-Flowline-ASG_E_FLOWLINE>
rdf:type ep-fac:Flowline ;
ep-core:name "ÅSGARD E flowline"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_FISCAL_VOLUMES>
rdf:type ep-eqt:Compressor ;
ep-core:name "MORVIN compressor A34"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_INJECTION>
rdf:type ep-eqt:Compressor ;
ep-core:name "MORVIN compressor A34"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_FISCAL_VOLUMES>
rdf:type ep-eqt:Compressor ;
ep-core:name "MORVIN compressor N32"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_INJECTION>
rdf:type ep-eqt:Compressor ;
ep-core:name "MORVIN compressor N32"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Morvin compressor A34 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION>
rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_A34_INJECTION"^^xsd:string ;
erh:name "Morvin compressor A34 injected volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_A34_INJECTION> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ADJUSTED_PRODUCTION"^^xsd:string ;
erh:name "Morvin adjusted volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_DRYGAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
erh:name "Morvin allocated gas sales - dry"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Morvin allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Morvin allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Morvin allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_TANKLIFT>
rdf:type ep-flow:HydrocarbonAccountingFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_ALLOCATED_TANKLIFT"^^xsd:string ;
erh:name "Morvin allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FLARE_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_CONSUME_FLARE_TOT"^^xsd:string ;
erh:name "Morvin total consumed flare"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FUEL_WAT_INJ>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
erh:name "Morvin consumed water injection fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Morvin injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_MPM2_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Morvin MPM2 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4966234-FlowMeter-MORVIN_MPM2_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Morvin compressor N32 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION>
rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_N32_INJECTION"^^xsd:string ;
erh:name "Morvin compressor N32 injected volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4966234-Compressor-MORVIN_N32_INJECTION> .
<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
erh:id "MORVIN_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Morvin saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4966234> .
<http://www.reportinghub.no/data/erh/Field-4966234-FlowMeter-MORVIN_MPM2_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "Fiscal metering station 2"^^xsd:string .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_DRYGAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
erh:name "Yttergryta allocated gas sales - dry"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_GAS_SALES>
rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_ALLOCATED_GAS_SALES"^^xsd:string ;
erh:name "Yttergryta allocated gas sales"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_INVENTORY_TOT>
rdf:type ep-flow:AllocatedInventory , ep-flow:WholeLifeInventory , ep-flow:WholeLifeProductionInventory ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
erh:name "Yttergryta total allocated inventory"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_PRODUCTION>
rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_ALLOCATED_PRODUCTION"^^xsd:string ;
erh:name "Yttergryta allocated volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_TANKLIFT>
rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_ALLOCATED_TANKLIFT"^^xsd:string ;
erh:name "Yttergryta allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_CONSUME_FUEL_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_CONSUME_FUEL_TOT"^^xsd:string ;
erh:name "Yttergryta total consumes fuel"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_GAS_INJECTION_TOT>
rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_GAS_INJECTION_TOT"^^xsd:string ;
erh:name "Yttergryta injected gas"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_MPM1_FISCAL_VOLUMES>
rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ;
erh:name "Yttergryta MPM1 measured volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/data/erh/Field-4973114-FlowMeter-YTTGYT_MPM1_FISCAL_VOLUMES> .
<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION>
rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeFlow , ep-flow:WholeLifeProductionFlow ;
ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
erh:id "YTTGYT_SALEABLE_PRODUCTION"^^xsd:string ;
erh:name "Yttergryta saleable volumes"^^xsd:string ;
ep-flow:flowIntoOrOutOf
<http://www.reportinghub.no/np/data/npd/Field-4973114> .
<http://www.reportinghub.no/data/erh/Field-4973114-FlowMeter-YTTGYT_MPM1_FISCAL_VOLUMES>
rdf:type ep-prodeqt:FlowMeter ;
ep-core:name "YTTERGRYTA Fiscal metering station 1"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts
# imports: http://spinrdf.org/spin
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
# imports: http://www.reportinghub.no/ep/spin/prod-property
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
# imports: http://www.reportinghub.no/np/schema/1.0/npd
@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts#> .
@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
@prefix TRYM-volumes_2011-08-27_final: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/DongEnergy/dpr-mprformat/TRYM-volumes_2011-08-27_final.xml#> .
@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#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoFacts>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoNPDFacts
# imports: http://spinrdf.org/spin
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/spin/prod-property
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoNPDFacts#> .
@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
@prefix TRYM-volumes_2011-08-27_final: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/DongEnergy/dpr-mprformat/TRYM-volumes_2011-08-27_final.xml#> .
@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#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoNPDFacts>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl
@prefix TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale-NoFacts.ttl>
rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2002/07/owl#versionInfo>
"Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix TRYM-MONTH_2012-02-01_final-mprg-gassale: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale#> .
......@@ -79,7 +79,7 @@
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
......@@ -120,325 +120,107 @@
rdfs:label "Copex"^^xsd:string ;
rdfs:subClassOf ep-report:ProductionReport .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "273.64"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b2 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-1>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "94.79"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b3 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-4>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "178.85"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b4 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-4>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1257.49"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b5 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-1>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "644.85"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b6 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-4>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "445.86"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b7 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-4>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "166.78"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b8 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-4>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b9 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-1>
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
_:b10 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-4>
] .
_:b3 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20148.59"^^xsd:double
] ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3> .
_:b4 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "70561.21"^^xsd:double
] ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4> .
_:b6 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57939.04"^^xsd:double
] ;
ep-core:spatialPartOf
_:b5 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3> .
_:b7 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "18743.95"^^xsd:double
] ;
ep-core:spatialPartOf
_:b5 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4> .
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "49208.46"^^xsd:double
] ;
ep-core:spatialPartOf
_:b5 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "TRYM"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
ep-report:reportOn _:b2 , _:b1 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
_:b10
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "23986.6"^^xsd:double
] ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
_:b2 rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
_:b3 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:name "Nybro allocated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
[ rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2>
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
ep-flow:materialThatFlows
_:b4 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
_:b2 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "69275.09"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b11
_:b3 rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
_:b5 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3>
] ;
ep-prodact:movedProduct
_:b6 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
......@@ -448,7 +230,7 @@ _:b2 rdf:type ep-material:QuantityOfMaterial ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
......@@ -462,9 +244,9 @@ _:b2 rdf:type ep-material:QuantityOfMaterial ;
]
] ;
ep-prodact:movedProduct
_:b3 ;
_:b7 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
......@@ -487,29 +269,10 @@ _:b2 rdf:type ep-material:QuantityOfMaterial ;
]
] ;
ep-prodact:movedProduct
_:b4 ;
_:b8 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4>
] ;
ep-prodact:movedProduct
_:b2 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
_:b5 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57378.27"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b11
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
......@@ -531,10 +294,16 @@ _:b5 rdf:type ep-material:QuantityOfMaterial ;
]
] ;
ep-prodact:movedProduct
_:b6 ;
_:b9 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3>
] ;
ep-prodact:movedProduct
_:b10 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
......@@ -556,9 +325,9 @@ _:b5 rdf:type ep-material:QuantityOfMaterial ;
]
] ;
ep-prodact:movedProduct
_:b7 ;
_:b11 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4>
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
......@@ -567,7 +336,7 @@ _:b5 rdf:type ep-material:QuantityOfMaterial ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
......@@ -580,137 +349,368 @@ _:b5 rdf:type ep-material:QuantityOfMaterial ;
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
] ;
ep-prodact:movedProduct
ep-prodact:movedProduct
_:b12 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3>
] ;
ep-prodact:movedProduct
_:b13 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
_:b4 rdf:type ep-material:QuantityOfMaterial ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1> .
_:b5 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "23986.6"^^xsd:double
] ;
ep-core:spatialPartOf
_:b6 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b5 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-4>
] .
_:b6 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20380.92"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1570.53"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b6 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-1>
] .
_:b7 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "49208.46"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "166.78"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b7 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-4>
] .
_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "18743.95"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "445.86"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b8 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-4>
] .
_:b9 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57939.04"^^xsd:double
] ;
ep-core:spatialPartOf
_:b10 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:movedProduct
_:b5 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3> .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "644.85"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b9 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-4>
] .
_:b9 rdf:type ep-material:QuantityOfMaterial ;
_:b10
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20380.92"^^xsd:double
ep-core:megajoule "57378.27"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b11
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-core:hasPart
[ rdf:type ep-prodact:SalesActivity ;
ep-prodact:buyer
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
]
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1257.49"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-prodact:movedProduct
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b10 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3>
] ;
ep-prodact:movedProduct
_:b9 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-1>
] .
_:b11
rdf:type ep-material:QuantityOfMaterial ;
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "70561.21"^^xsd:double
] ;
ep-core:spatialPartOf
_:b13 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1> .
_:b12
rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4> .
_:b13
rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "178.85"^^xsd:double
] ;
ep-core:temporalPartOf
_:b12 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:name "Nybro allocated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
[ rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Facility-416937> ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2>
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-02-29"^^xsd:date ;
ep-activity:startedAt
"2012-02-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
ep-flow:materialThatFlows
_:b11 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b11 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-4>
] .
_:b12
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20148.59"^^xsd:double
] ;
ep-core:spatialPartOf
_:b13 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-4070011>
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3> .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "TRYM"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
ep-report:reportOn _:b13 , _:b1 ;
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "94.79"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
_:b12 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-4>
] .
_:b13
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "69275.09"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b4
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "273.64"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "0"^^xsd:double
] ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
_:b13 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
] ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1>
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-1>
] .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:existsWithin
......@@ -728,9 +728,9 @@ _:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-18081500> ;
ep-flow:facilityContainsFlow
_:b12
_:b3
] ;
ep-flow:facilityContainsFlow
_:b13 ;
_:b2 ;
<http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
......