David Price

Merge branch 'add-more-magic'

......@@ -32,12 +32,16 @@ mpr-tables:Cargo
[ rdf:type sp:Select ;
sp:orderBy ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "purposeTypeName"^^xsd:string
] [ sp:varName "cargoNumber"^^xsd:string
] [ sp:varName "cargoBatchNumber"^^xsd:string
] [ rdf:type sp:Desc ;
sp:expression
[ sp:varName "ownedPercent"^^xsd:string
]
]) ;
sp:resultVariables ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "purposeTypeName"^^xsd:string
] [ sp:varName "materialTypeName"^^xsd:string
] [ sp:varName "definitionTypeName"^^xsd:string
] [ sp:varName "movementType"^^xsd:string
] [ sp:varName "cargoNumber"^^xsd:string
] [ sp:varName "cargoBatchNumber"^^xsd:string
] [ sp:varName "billOfLadingDate"^^xsd:string
......@@ -75,18 +79,11 @@ mpr-tables:Cargo
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
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:predicate <http://www.reportinghub.no/ep/schema/flow#flowInOutFacility> ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
......@@ -95,11 +92,6 @@ mpr-tables:Cargo
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowMixedPart"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ;
sp:predicate rdf:type ;
sp:subject
......@@ -133,6 +125,11 @@ mpr-tables:Cargo
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductTankerLifting> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "massQuantity"^^xsd:string
......@@ -228,170 +225,136 @@ mpr-tables:Cargo
[ sp:varName "densityValue"^^xsd:string
]
])
] [ sp:object
[ sp:varName "cargoNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "cargoBatchNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "secondOfPair"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "secondOfPair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ;
sp:subject
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "secondOfPair"^^xsd:string
]
] [ sp:object
[ sp:varName "firstOfPair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ;
sp:subject
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "firstOfPair"^^xsd:string
]
] [ sp:object
[ sp:varName "ratio"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#divide> ;
sp:subject
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "ratio"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "ratio"^^xsd:string
]
] ;
sp:variable
[ sp:varName "ownedPercent"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "firstOfPair"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "owner"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ;
sp:subject
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "company"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "owner"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "ownerName"^^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>
] ;
sp:subject
[ sp:varName "company"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowPurposeType"^^xsd:string
[ sp:varName "cargoNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "cargoBatchNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "secondOfPair"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
] [ sp:object
[ sp:varName "secondOfPair"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ;
sp:subject
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
[ sp:varName "secondOfPair"^^xsd:string
]
] [ sp:object
[ sp:varName "purposeTypeName"^^xsd:string
[ sp:varName "firstOfPair"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ;
sp:subject
[ sp:varName "productionFlowPurposeType"^^xsd:string
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "firstOfPair"^^xsd:string
]
] [ sp:object
[ sp:varName "ratio"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#divide> ;
sp:subject
[ sp:varName "volumePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "ratio"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "ratio"^^xsd:string
]
] ;
sp:variable
[ sp:varName "ownedPercent"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productionFlowDefinitionType"^^xsd:string
] ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
] [ sp:object
[ sp:varName "firstOfPair"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "definitionTypeName"^^xsd:string
[ sp:varName "owner"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ;
sp:subject
[ sp:varName "productionFlowDefinitionType"^^xsd:string
[ sp:varName "quantityOfMaterial"^^xsd:string
]
] [ sp:object
[ sp:varName "company"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "owner"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "ownerName"^^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>
] ;
sp:subject
[ sp:varName "company"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "movementOfProductType"^^xsd:string
[ sp:varName "productionFlowDefinitionType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MovementOfProductType> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movementOfProductType"^^xsd:string
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
] [ sp:object
[ sp:varName "movementType"^^xsd:string
[ sp:varName "definitionTypeName"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "movementOfProductType"^^xsd:string
[ sp:varName "productionFlowDefinitionType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......@@ -508,258 +471,7 @@ mpr-tables:Cargo
])
])
] ;
rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) .
mpr-tables:CargoOwnership
rdf:type rhspin:TableTemplate ;
rdfs:label "Cargo Ownership Information"^^xsd:string ;
rdfs:subClassOf rhspin:MPRGTableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:orderBy ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "cargoNumber"^^xsd:string
] [ sp:varName "cargoBatchNumber"^^xsd:string
] [ sp:varName "ownerName"^^xsd:string
]) ;
sp:resultVariables ([ sp:varName "facilityName"^^xsd:string
] [ sp:varName "cargoNumber"^^xsd:string
] [ sp:varName "cargoBatchNumber"^^xsd:string
] [ sp:varName "ownerName"^^xsd:string
] [ sp:varName "ownerShare"^^xsd:string
]) ;
sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionReport"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "productionFlowsInReportingPeriod"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowWhole"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowFacility"^^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:object
[ sp:varName "productionFlowMixedPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productFlowPartOfMixedPart"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productFlowPartOfMixedPart"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlowPartOfMixedPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productFlowInMonth"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productFlowInMonth"^^xsd:string
]
] [ sp:object
[ sp:varName "materialFlowedInMonth"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject
[ sp:varName "productFlowInMonth"^^xsd:string
]
] [ sp:object
[ sp:varName "materialFlowedInMonth"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject
[ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string
]
] [ sp:object
[ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "movedProduct"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductTankerLifting> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "cargoNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "cargoBatchNumber"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "movedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "movedProduct"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject
[ sp:varName "ownedPartOfMovedProduct"^^xsd:string
]
] [ sp:object
[ sp:varName "ownerPart"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ;
sp:subject
[ sp:varName "ownedPartOfMovedProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "ownerPart"^^xsd:string
]
] [ sp:object
[ sp:varName "owner"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "ownerPart"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "ownerName"^^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>
] ;
sp:subject
[ sp:varName "owner"^^xsd:string
]
] [ sp:object
[ sp:varName "ownedPartOfMovedProduct"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ;
sp:subject
[ sp:varName "materialPart"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "materialPart"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "materialPart"^^xsd:string
]
] ;
sp:variable
[ sp:varName "ratio"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "ratio"^^xsd:string
]
] [ sp:object
[ sp:varName "ownerShare"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:subject
[ sp:varName "ratio"^^xsd:string
]
])
] ;
rhspin:tableHeaders ("Facility"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) .
rhspin:tableHeaders ("Facility"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) .
mpr-tables:FluidSampleAnalysisResults
rdf:type rhspin:TableTemplate ;
......@@ -2288,10 +2000,10 @@ mpr-tables:ProductionInventory
sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionReport"^^xsd:string
[ sp:varName "report"^^xsd:string
]
] [ sp:object
[ sp:varName "productionReport"^^xsd:string
[ sp:varName "report"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject
......@@ -2777,49 +2489,14 @@ mpr-tables:ProductionSales
] [ sp:varName "volumeValueString"^^xsd:string
] [ sp:varName "densityValueString"^^xsd:string
] [ sp:varName "definitionTypeName"^^xsd:string
] [ sp:varName "definitionSubTypeName"^^xsd:string
] [ sp:varName "grossOrNet"^^xsd:string
]) ;
sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionReport"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowNetwork"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "productVolumeReport"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowNetwork"^^xsd:string
]
] [ sp:object
sp:where ([ sp:object
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject
[ sp:varName "productionFlowNetwork"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
sp:predicate rdf:type ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ;
sp:subject
[ sp:varName "productionFlowInReportingPeriod"^^xsd:string
[ sp:varName "report"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowWhole"^^xsd:string
......@@ -2893,11 +2570,6 @@ mpr-tables:ProductionSales
sp:subject
[ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ;
sp:predicate rdf:type ;
sp:subject
......@@ -3084,7 +2756,7 @@ mpr-tables:ProductionSales
])
])
] ;
rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Mass"^^xsd:string "Volume"^^xsd:string "Density"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) .
rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Mass"^^xsd:string "Volume"^^xsd:string "Density"^^xsd:string "Flow type"^^xsd:string "Gross/Net"^^xsd:string) .
mpr-tables:WellInjectionTest
rdf:type rhspin:TableTemplate ;
......
......@@ -13,6 +13,54 @@
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/flow#flowInOutFacility>
rdf:type spin:MagicProperty , owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
rdfs:label "flow inout facility name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subClassOf spin:MagicProperties ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "name"^^xsd:string
]) ;
sp:where ([ sp:object
[ sp:varName "productionFlowWhole"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject spin:_arg1
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ sp:object
[ sp:varName "productionFlowFacility"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
sp:subject
[ sp:varName "productionFlowWhole"^^xsd:string
]
] [ rdf:type sp:TriplePath ;
sp:object
[ sp:varName "name"^^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>
] ;
sp:subject
[ sp:varName "productionFlowFacility"^^xsd:string
]
])
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "the flow that has part the material"^^xsd:string ;
spl:predicate sp:arg1 ;
spl:valueType <http://www.reportinghub.no/ep/schema/flow#ProductionFlow>
] ;
spin:returnType xsd:string .
<http://www.reportinghub.no/ep/schema/flow#networkInFacilityName>
rdf:type spin:MagicProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ;
......
......@@ -179,8 +179,6 @@ OPTIONAL {
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" />
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" />
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" />
<mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" />
......
......@@ -39,8 +39,6 @@ WHERE {
<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" />
<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" />
<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" />
<mprpswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionSales" />
......
<!DOCTYPE html>
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css">
<title>Monthly Production Report (government)</title>
</head>
<body>
<h1>Monthly Government Report : MIKKEL Field, Month Ending 2012-01-31</h1>
<h2>Report title : &Aring;SGARD</h2>
<h2>Report version : 2.0</h2>
<h2>Report Status : final version of a report</h2>
<h2>Submitted by : &Aring;SGARD</h2>
<div>
<hr>
<h2>Cargo Information</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Cargo&nbsp;Number</th><th class="ddrTH" style="text-align: center">Cargo&nbsp;Batch</th><th class="ddrTH" style="text-align: center">Bill&nbsp;of&nbsp;Lading</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Shipper</th><th class="ddrTH" style="text-align: center">Destination</th><th class="ddrTH" style="text-align: center">Country</th><th class="ddrTH" style="text-align: center">Owner</th><th class="ddrTH" style="text-align: center">Share</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">48.25 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">29.62 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">367/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-04</td><td class="ddrTD">1849.76 m3</td><td class="ddrTD">912.98 kg</td><td class="ddrTD">761.16 kg/m3</td><td class="ddrTD">TOTAL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">22.13 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">368/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-08</td><td class="ddrTD">1326.63 m3</td><td class="ddrTD">739.86 kg</td><td class="ddrTD">715.36 kg/m3</td><td class="ddrTD">STATOIL</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">100 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">STATOIL</td><td class="ddrTD">50.65 %</td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">oil gross</td><td class="ddrTD">allocated flow</td><td class="ddrTD">369/1</td><td class="ddrTD">1</td><td class="ddrTD">2012-01-13</td><td class="ddrTD">1451.65 m3</td><td class="ddrTD">586.58 kg</td><td class="ddrTD">708.93 kg/m3</td><td class="ddrTD">ENI NORGE</td><td class="ddrTD">Fawley</td><td class="ddrTD">UNITED KINGDOM</td><td class="ddrTD">PETORO</td><td class="ddrTD">49.35 %</td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Production Saleable</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Flow&nbsp;subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil net</td><td class="ddrTD">24776181.19 kg</td><td class="ddrTD">29872.08 m3</td><td class="ddrTD">761.72 kg/m3</td><td class="ddrTD">saleable flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td>
</tr>
</table>
<br>
</div>
<div>
<hr>
<h2>Production</h2>
<table class="ddrTable">
<tr class="ddrTR">
<th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow&nbsp;type</th><th class="ddrTH" style="text-align: center">Flow&nbsp;subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - flare</td><td class="ddrTD">gas</td><td class="ddrTD">33652103.55 kg</td><td class="ddrTD">403406.73 m3</td><td class="ddrTD">0.61 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - flare</td><td class="ddrTD">gas</td><td class="ddrTD">31974209.72 kg</td><td class="ddrTD">430146.28 m3</td><td class="ddrTD">0.9 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">consumption flow - fuel</td><td class="ddrTD">gas</td><td class="ddrTD">32568689.86 kg</td><td class="ddrTD">409811.26 m3</td><td class="ddrTD">0.56 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">injection flow</td><td class="ddrTD">gas</td><td class="ddrTD">35232157.64 kg</td><td class="ddrTD">388173.48 m3</td><td class="ddrTD">1 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td>
</tr>
<tr class="ddrTR">
<td class="ddrTD">MIKKEL</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil gross</td><td class="ddrTD">21708146.57 kg</td><td class="ddrTD">26927.26 m3</td><td class="ddrTD">762.06 kg/m3</td><td class="ddrTD">metered flow fiscal</td><td class="ddrTD"></td><td class="ddrTD">gross product flow</td>
</tr>
</table>
<br>
</div>
</body>
</html>
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix ASGARD-ONLY-MONTH_2012-01-01_final-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/ASGARD-ONLY-MONTH_2012-01-01_final-mprg>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix KRISTIN-MONTH_2012-01-01_preliminary-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-1-3>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-3>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-4>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-5>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-2-6>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-3-3>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-3>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-4>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-4-5>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-3>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-4>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-5-5>
rdfs:label "20400e" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-6>
rdfs:label "STEP 20301b" .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/KRISTIN-MONTH_2012-01-01_preliminary-mprg.xml#r-2-2-7-3>
rdfs:label "20400e" .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Condensate-net .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Water .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL>
rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/METHANOL> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR>
rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/SCALE_INHIBITOR> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR>
rdf:type ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , <https://www.reportinghub.no/ep/data/chemicalType/WAX_INHIBITOR> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET> , <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Water .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET> .
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net .
<http://www.reportinghub.no/np/data/npd/Field-1854729>
rdf:type ep-fac:ProductionFacility .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/KRISTIN-MONTH_2012-01-01_preliminary-mprg>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/ep/data/chemicalType/METHANOL>
rdf:type ep-material:ChemicalType ;
rdfs:label "Methanol"^^xsd:string ;
rdfs:subClassOf ep-material:Chemical .
<https://www.reportinghub.no/ep/data/chemicalType/SCALE_INHIBITOR>
rdf:type ep-material:ChemicalType ;
rdfs:label "Scale inhibitor"^^xsd:string ;
rdfs:subClassOf ep-material:Chemical .
<https://www.reportinghub.no/ep/data/chemicalType/WAX_INHIBITOR>
rdf:type ep-material:ChemicalType ;
rdfs:label "Wax inhibitor"^^xsd:string ;
rdfs:subClassOf ep-material:Chemical .
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
rdf:type ep-org:Organization ;
ep-core:name "DONG DK"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
rdf:type ep-org:Organization ;
ep-core:name "ENI NORGE"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
rdf:type ep-org:Organization ;
ep-core:name "EXXONMOBIL GAS DE"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_PROD>
rdf:type ep-org:Organization ;
ep-core:name "EXXONMOBIL PROD"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
rdf:type ep-org:Organization ;
ep-core:name "NATURGAS VEST"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/PETORO>
rdf:type ep-org:Organization ;
ep-core:name "PETORO"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/STATOIL>
rdf:type ep-org:Organization ;
ep-core:name "STATOIL"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/TOTAL>
rdf:type ep-org:Organization ;
ep-core:name "TOTAL"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31>
rdf:type ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:PreliminaryVersionOfAReport , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
ep-core:name "ÅSGARD"^^xsd:string ;
ep-report:reportOn _:b1 ;
ep-report:reportVersion
"1.1"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
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 "512.67"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "101952.5"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "936.38"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "843.19"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:litre "1558.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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "268450.47"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "108383.31"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "975.26"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "106565.38"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b10 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "201065.05"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b11 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "936.38"^^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
_:b12 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "255563.75"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b13 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:litre "1353.31"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b14 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "127491.0"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b15 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "229560.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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b16 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "269306.2"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b17 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "775.4"^^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
_:b18 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "132.07"^^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
_:b19 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "262.73"^^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
_:b20 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:litre "2292.35"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b21 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"774.07"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b3 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"757.27"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b7 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.7"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b11 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"776.07"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b13 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.93"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b16 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"768.05"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b15 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.76"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b8 .
_:b16
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "39685285.41"^^xsd:double
] .
_:b15
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "74071145.34"^^xsd:double
] .
_:b13
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "34560058.23"^^xsd:double
] .
_:b14
rdf:type ep-material:QuantityOfMaterial .
_:b10
rdf:type ep-material:QuantityOfMaterial .
_:b21
rdf:type ep-material:QuantityOfMaterial .
_:b17
rdf:type ep-material:QuantityOfMaterial .
_:b11
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "35541182.56"^^xsd:double
] .
_:b8 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "70079142.44"^^xsd:double
] .
_:b6 rdf:type ep-material:QuantityOfMaterial .
_:b7 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "32174682.0"^^xsd:double
] .
_:b3 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "84401518.61"^^xsd:double
] .
_:b2 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "23118.03"^^xsd:double
] ;
ep-core:spatialPartOf
_:b18 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b20
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "27169.3"^^xsd:double
] ;
ep-core:spatialPartOf
_:b18 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b5 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "27742.43"^^xsd:double
] ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b19
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "8762.27"^^xsd:double
] ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b12
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "27534.9"^^xsd:double
] ;
ep-core:spatialPartOf
_:b4 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b18
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20800.38"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b22
] .
[] 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/EXXONMOBIL_GAS_DE>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b2
] ;
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
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b20
] ;
ep-prodact:movedProduct
_:b18 .
_:b9 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "43368.46"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b22
] .
[] 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/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b5
] ;
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/EXXONMOBIL_GAS_DE>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b19
] ;
ep-prodact:movedProduct
_:b9 .
_:b4 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "17147.72"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b22
] .
[] 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/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b12
] ;
ep-prodact:movedProduct
_:b4 .
_:b22
rdf:type ep-material:QuantityOfMaterial .
_:b23
rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> .
_:b24
rdf:type ep-flow:ProductionInventoryCollectionToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date .
_:b25
rdf:type ep-flow:ProductionInventoryCollection ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:hasSpatialPart
[ rdf:type ep-flow:ProductionInventory ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date
] ;
ep-core:temporalPartOf
_:b24 .
_:b26
rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date .
_:b27
rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
_:b26 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin measured total volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$OIL_NET$NET> ;
ep-flow:materialThatFlows
_:b15
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$GAS> ;
ep-flow:materialThatFlows
_:b8
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES$WATER> ;
ep-flow:materialThatFlows
_:b10
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin injected gas"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT$GAS> ;
ep-flow:materialThatFlows
_:b16
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin allocated volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$OIL_NET$NET> ;
ep-flow:materialThatFlows
_:b7
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$CONDENSATE_NET$NET> ;
ep-flow:materialThatFlows
_:b13
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$GAS> ;
ep-flow:materialThatFlows
_:b11
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION$WATER> ;
ep-flow:materialThatFlows
_:b17
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow , ep-flow:SaleableFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin saleable volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION$OIL_NET$NET> ;
ep-flow:materialThatFlows
_:b3
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin allocated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
ep-flow:materialThatFlows
_:b22
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Kristin injection of chemicals"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b23 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Wax inhibitor"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$WAX_INHIBITOR> ;
ep-flow:materialThatFlows
_:b21
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Scale inhibitor"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$SCALE_INHIBITOR> ;
ep-flow:materialThatFlows
_:b14
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Methanol"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION$CHEMICAL$METHANOL> ;
ep-flow:materialThatFlows
_:b6
]
] .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
rdfs:comment "A whole life production flow has not been found with UID 'KRISTIN_ALLOCATED_INVENTORY_TOT' ." ;
ep-core:name "KRISTIN"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31> ;
ep-report:reportOn _:b25 , _:b27 , _:b1 .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-43765> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-17237817>
]
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1854729$2012-01-01$2012-01-31> .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:existsWithin
"2012"^^xsd:gYear ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:hasSpatialPart
_:b25 ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-core:hasSpatialPart
_:b24 ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1854729> ;
ep-flow:facilityContainsFlow
_:b26
] ;
ep-flow:facilityContainsFlow
_:b27 .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix MIKKEL-MONTH_2012-01-01_final-mprg-cargo: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg-cargo.xml#r-2-2-1-3>
rdfs:label "20400e" .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS>
rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross .
<http://www.reportinghub.no/np/data/npd/Field-1630514>
rdf:type ep-fac:ProductionFacility .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo>
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM>
rdf:type ep-geo:Country ;
ep-core:name "UNITED KINGDOM"^^xsd:string .
<https://www.reportinghub.no/ep/data/harbour/FAWLEY>
rdf:type ep-geo:Harbour ;
ep-core:name "Fawley"^^xsd:string ;
ep-core:spatialPartOf
<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> .
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
rdf:type ep-org:Organization ;
ep-core:name "ENI NORGE"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/PETORO>
rdf:type ep-org:Organization ;
ep-core:name "PETORO"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/STATOIL>
rdf:type ep-org:Organization ;
ep-core:name "STATOIL"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/TOTAL>
rdf:type ep-org:Organization ;
ep-core:name "TOTAL"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31>
rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
ep-core:name "ÅSGARD"^^xsd:string ;
ep-report:reportOn _:b1 ;
ep-report:reportVersion
"2.0"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
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 "1849.76"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1326.63"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1451.65"^^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 "15"^^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
]
] .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"761.16"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b2 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"715.36"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b3 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"708.93"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b4 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "29.62"^^xsd:double
] ;
ep-core:firstOfPair _:b5 ;
ep-core:secondOfPair
_:b6 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "48.25"^^xsd:double
] ;
ep-core:firstOfPair _:b7 ;
ep-core:secondOfPair
_:b6 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "22.13"^^xsd:double
] ;
ep-core:firstOfPair _:b8 ;
ep-core:secondOfPair
_:b6 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "100.0"^^xsd:double
] ;
ep-core:firstOfPair _:b9 ;
ep-core:secondOfPair
_:b10 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "50.65"^^xsd:double
] ;
ep-core:firstOfPair _:b11 ;
ep-core:secondOfPair
_:b12 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "49.35"^^xsd:double
] ;
ep-core:firstOfPair _:b13 ;
ep-core:secondOfPair
_:b12 .
_:b5 rdf:type ep-core:Volume .
_:b7 rdf:type ep-core:Volume .
_:b8 rdf:type ep-core:Volume .
_:b9 rdf:type ep-core:Volume .
_:b11
rdf:type ep-core:Volume .
_:b13
rdf:type ep-core:Volume .
_:b6 rdf:type ep-core:Volume .
_:b10
rdf:type ep-core:Volume .
_:b12
rdf:type ep-core:Volume .
_:b2 rdf:type ep-material:QuantityOfMaterial , _:b6 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "912.98"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b14
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"367/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-04"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-04"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b5 ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b7 ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b8 ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/PETORO>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b2 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/TOTAL>
] .
_:b3 rdf:type ep-material:QuantityOfMaterial , _:b10 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "739.86"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b14
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"368/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-08"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-08"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b9 ;
ep-core:spatialPartOf
_:b3 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b3 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b4 rdf:type ep-material:QuantityOfMaterial , _:b12 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "586.58"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b14
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"369/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-13"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-13"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b11 ;
ep-core:spatialPartOf
_:b4 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b13 ;
ep-core:spatialPartOf
_:b4 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/PETORO>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b4 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
] .
_:b14
rdf:type ep-material:QuantityOfMaterial .
_:b15
rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date .
_:b16
rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
_:b15 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:HydrocarbonAccountingFlow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
[ rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514>
] ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> ;
ep-flow:materialThatFlows
_:b14
]
] .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
ep-core:name "MIKKEL"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> ;
ep-report:reportOn _:b16 , _:b1 .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-43765> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-17237817>
]
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:existsWithin
"2012"^^xsd:gYear ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> ;
ep-flow:facilityContainsFlow
_:b15
] ;
ep-flow:facilityContainsFlow
_:b16 .
# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg
# imports: http://www.reportinghub.no/data/erh
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix MIKKEL-MONTH_2012-01-01_final-mprg: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS>
rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS>
rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS>
rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION>
ep-flow:hasMixedPart
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET> .
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET>
rdf:type ep-flow:NetProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-net .
<http://www.reportinghub.no/np/data/npd/Field-1630514>
rdf:type ep-fac:ProductionFacility .
<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM>
rdf:type ep-geo:Country ;
ep-core:name "UNITED KINGDOM"^^xsd:string .
<https://www.reportinghub.no/ep/data/harbour/FAWLEY>
rdf:type ep-geo:Harbour ;
ep-core:name "Fawley"^^xsd:string ;
ep-core:spatialPartOf
<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> .
<https://www.reportinghub.no/ep/data/organization/DONG_DK>
rdf:type ep-org:Organization ;
ep-core:name "DONG DK"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
rdf:type ep-org:Organization ;
ep-core:name "ENI NORGE"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_PROD>
rdf:type ep-org:Organization ;
ep-core:name "EXXONMOBIL PROD"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/NATURGASS_FYN>
rdf:type ep-org:Organization ;
ep-core:name "NATURGASS FYN"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
rdf:type ep-org:Organization ;
ep-core:name "NATURGAS VEST"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/PETORO>
rdf:type ep-org:Organization ;
ep-core:name "PETORO"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/STATOIL>
rdf:type ep-org:Organization ;
ep-core:name "STATOIL"^^xsd:string .
<https://www.reportinghub.no/ep/data/organization/TOTAL>
rdf:type ep-org:Organization ;
ep-core:name "TOTAL"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31>
rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
ep-core:name "ÅSGARD"^^xsd:string ;
ep-report:reportOn _:b1 ;
ep-report:reportVersion
"2.0"^^xsd:string .
<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
rdf:type ep-report:ProductionReportType ;
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 "1451.65"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "2536.39"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "29872.08"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "60.5"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "40.44"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "430146.28"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "2536.39"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1849.76"^^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 "15"^^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
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "20.06"^^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
_:b10 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "5663.09"^^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
_:b11 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "409811.26"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b12 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "1326.63"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b13 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "4092.76"^^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
_:b14 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "26927.26"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b15 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "4092.76"^^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
_:b16 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "388173.48"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b17 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "403406.73"^^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 "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b18 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Volume ;
ep-core:metre3 "5663.09"^^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
_:b19 ;
ep-flow:grossCalorificValue
[ rdf:type ep-core:EnergyPerVolume
]
] .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"761.16"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b9 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"762.06"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b15 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.56"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b12 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"708.93"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b2 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"761.72"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b4 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.9"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b7 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"1.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b17 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"0.61"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b18 .
[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Density ;
ep-core:kilogram_m-3
"715.36"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Temperature ;
ep-core:celsius "15.0"^^xsd:double
] ;
rdf:type
[ rdf:type ep-core:Pressure ;
ep-core:atm "1"^^xsd:double
] ;
ep-core:temporalPartOf
_:b13 .
_:b17
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "35232157.64"^^xsd:double
] .
_:b18
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "33652103.55"^^xsd:double
] .
_:b4 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "24776181.19"^^xsd:double
] .
_:b15
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "21708146.57"^^xsd:double
] .
_:b7 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "31974209.72"^^xsd:double
] .
_:b12
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "32568689.86"^^xsd:double
] .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "22.13"^^xsd:double
] ;
ep-core:firstOfPair _:b20 ;
ep-core:secondOfPair
_:b21 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "48.25"^^xsd:double
] ;
ep-core:firstOfPair _:b22 ;
ep-core:secondOfPair
_:b21 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "29.62"^^xsd:double
] ;
ep-core:firstOfPair _:b23 ;
ep-core:secondOfPair
_:b21 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "100.0"^^xsd:double
] ;
ep-core:firstOfPair _:b24 ;
ep-core:secondOfPair
_:b25 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "49.35"^^xsd:double
] ;
ep-core:firstOfPair _:b26 ;
ep-core:secondOfPair
_:b27 .
[] rdf:type ep-core:VolumePair ;
ep-core:divide
[ rdf:type ep-core:Ratio ;
ep-core:percent "50.65"^^xsd:double
] ;
ep-core:firstOfPair _:b28 ;
ep-core:secondOfPair
_:b27 .
_:b20
rdf:type ep-core:Volume .
_:b22
rdf:type ep-core:Volume .
_:b23
rdf:type ep-core:Volume .
_:b24
rdf:type ep-core:Volume .
_:b26
rdf:type ep-core:Volume .
_:b28
rdf:type ep-core:Volume .
_:b21
rdf:type ep-core:Volume .
_:b25
rdf:type ep-core:Volume .
_:b27
rdf:type ep-core:Volume .
_:b10
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "20780.51"^^xsd:double
] ;
ep-core:spatialPartOf
_:b5 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b6 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "16425.74"^^xsd:double
] ;
ep-core:spatialPartOf
_:b5 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b14
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "54258.82"^^xsd:double
] ;
ep-core:spatialPartOf
_:b16 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "26408.07"^^xsd:double
] ;
ep-core:spatialPartOf
_:b3 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b19
rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "16329.16"^^xsd:double
] ;
ep-core:spatialPartOf
_:b11 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b9 rdf:type ep-material:QuantityOfMaterial , _:b21 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "912.98"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b29
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"367/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-04"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b20 ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/PETORO>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b22 ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b23 ;
ep-core:spatialPartOf
_:b9 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b9 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/TOTAL>
] .
_:b13
rdf:type ep-material:QuantityOfMaterial , _:b25 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "739.86"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b29
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"368/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-08"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b24 ;
ep-core:spatialPartOf
_:b13 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b13 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] .
_:b2 rdf:type ep-material:QuantityOfMaterial , _:b27 ;
rdf:type
[ rdf:type ep-core:Mass ;
ep-core:kilogram "586.58"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b29
] ;
ep-prodact:cargoBatchNumber
"1"^^xsd:short ;
ep-prodact:cargoNumber
"369/1"^^xsd:string .
[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ;
ep-core:hasPart
[ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ;
ep-activity:nominallyAt
"2012-01-13"^^xsd:date
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b26 ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/PETORO>
]
]
] ;
ep-core:hasPart
[ rdf:type ep-prodact:MovementOfProduct ;
ep-prodact:movedProduct
[ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b28 ;
ep-core:spatialPartOf
_:b2 ;
ep-org:owner
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
]
] ;
ep-prodact:destination
<https://www.reportinghub.no/ep/data/harbour/FAWLEY> ;
ep-prodact:movedProduct
_:b2 ;
ep-prodact:shipper
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/ENI_NORGE>
] .
_:b5 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "46848.97"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b30
] .
[] 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
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b10
] ;
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/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b6
] ;
ep-prodact:movedProduct
_:b5 .
_:b16
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "57540.76"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b31
] .
[] 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/NATURGASS_FYN>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b14
] ;
ep-prodact:movedProduct
_:b16 .
_:b3 rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "76567.09"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b31
] .
[] 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/NATURGASS_FYN>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b8
] ;
ep-prodact:movedProduct
_:b3 .
_:b11
rdf:type ep-material:QuantityOfMaterial ;
rdf:type
[ rdf:type ep-core:Work ;
ep-core:megajoule "45119.92"^^xsd:double
] ;
ep-core:temporalPartOf
[ rdf:type ep-material:QuantityOfMaterial ;
ep-core:spatialPartOf
_:b31
] .
[] 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/NATURGAS_VEST>
] ;
ep-prodact:salesAdministrator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
] ;
ep-prodact:seller
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<https://www.reportinghub.no/ep/data/organization/STATOIL>
]
] ;
ep-prodact:movedProduct
_:b19
] ;
ep-prodact:movedProduct
_:b11 .
_:b29
rdf:type ep-material:QuantityOfMaterial .
_:b30
rdf:type ep-material:QuantityOfMaterial .
_:b31
rdf:type ep-material:QuantityOfMaterial .
_:b32
rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> .
_:b33
rdf:type ep-flow:ProductionInventoryCollectionToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date .
_:b34
rdf:type ep-flow:ProductionInventoryCollection ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:hasSpatialPart
[ rdf:type ep-flow:ProductionInventory ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date
] ;
ep-core:temporalPartOf
_:b33 .
_:b35
rdf:type ep-flow:ProductionFlowNetworkToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date .
_:b36
rdf:type ep-flow:ProductionFlowNetwork ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
_:b35 ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel consumed flare excluding excess flare"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT$GAS> ;
ep-flow:materialThatFlows
_:b7
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel consumed drilling fuel"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING$GAS> ;
ep-flow:materialThatFlows
_:b12
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel measured total volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES$OIL_GROSS$GROSS> ;
ep-flow:materialThatFlows
_:b15
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel consumed excess flare"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS$GAS> ;
ep-flow:materialThatFlows
_:b18
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:HydrocarbonAccountingFlow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> ;
ep-flow:materialThatFlows
_:b29
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel injected gas"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT$GAS> ;
ep-flow:materialThatFlows
_:b17
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow , ep-flow:SaleableFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel saleable volumes"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION$OIL_NET$NET> ;
ep-flow:materialThatFlows
_:b4
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel allocated gas sales - dry"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES$GAS_-_DRY> ;
ep-flow:materialThatFlows
_:b30
]
] ;
ep-flow:hasNetworkPart
[ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:name "Mikkel allcated gas sales"^^xsd:string ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES> ;
ep-flow:flowIntoOrOutOf
_:b1 ;
ep-flow:flowMeasuredOrCalculatedAt
_:b32 ;
ep-flow:hasMixedPart
[ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:temporalPartOf
<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES$GAS> ;
ep-flow:materialThatFlows
_:b31
]
] .
[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
rdfs:comment "A whole life production flow has not been found with UID 'MIKKEL_ALLOCATED_INVENTORY_TOT' ." ;
ep-core:name "MIKKEL"^^xsd:string ;
ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> ;
ep-report:reportOn _:b34 , _:b36 , _:b1 .
[] rdf:type ep-activity:IssueAReport ;
ep-activity:issuedFrom
[ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-43765> ;
ep-fac:facilityOperator
[ rdf:type ep-org:Organization ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Company-17237817>
]
] ;
ep-report:issuedReport
<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> .
_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
ep-activity:existsWithin
"2012"^^xsd:gYear ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-activity:startedAt
"2012-01-01"^^xsd:date ;
ep-core:hasSpatialPart
_:b34 ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> ;
ep-core:temporalPartOf
[ rdf:type ep-fac:ProductionFacilityToDate ;
ep-activity:finishedAt
"2012-01-31"^^xsd:date ;
ep-core:hasSpatialPart
_:b33 ;
ep-core:temporalPartOf
<http://www.reportinghub.no/np/data/npd/Field-1630514> ;
ep-flow:facilityContainsFlow
_:b35
] ;
ep-flow:facilityContainsFlow
_:b36 .