David Leal

productVolume bug fixes and small test set

# Saved by TopBraid on Mon Oct 10 14:27:07 BST 2011
# Saved by TopBraid on Mon Oct 10 16:49:41 BST 2011
# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/well
......@@ -21,7 +21,7 @@
<http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-dpr-spin-lib:Function
......@@ -29,13 +29,34 @@ ep-dpr-spin-lib:Function
rdfs:label "function"^^xsd:string ;
rdfs:subClassOf spin:Functions .
ep-dpr-spin-lib:buildProductFlowURI
rdf:type spin:Function ;
rdfs:label "build ProductFlow URI"^^xsd:string ;
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b1) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/productFlow/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b1
])
] .
ep-dpr-spin-lib:buildProductionFacilityURI
rdf:type spin:Function ;
rdfs:label "build ProductionFacility URI"^^xsd:string ;
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b1) ;
sp:resultVariables (_:b2) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -44,7 +65,7 @@ ep-dpr-spin-lib:buildProductionFacilityURI
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b1
sp:variable _:b2
])
] .
......@@ -54,7 +75,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b2) ;
sp:resultVariables (_:b3) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -63,7 +84,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b2
sp:variable _:b3
])
] .
......@@ -73,11 +94,11 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b3) ;
sp:resultVariables (_:b4) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/productionFacility/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/productionFlowsForAPeriod/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
......@@ -86,7 +107,7 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b3
sp:variable _:b4
])
] .
......@@ -96,7 +117,7 @@ ep-dpr-spin-lib:selectProductType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b4) ;
sp:resultVariables (_:b5) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -174,99 +195,99 @@ ep-dpr-spin-lib:selectProductType
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_gas>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_i-butane-component>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#GasFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#I-butane-componentFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_i-butane-component>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_liquid>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#I-butane-componentFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowOfLiquid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_liquid>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_n-butane-component>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowOfLiquid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#N-butane-componentFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_n-butane-component>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_naturalgasliquid>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#N-butane-componentFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#NaturalGasLiquidFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_naturalgasliquid>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_nitrogenoxidegas>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#NaturalGasLiquidFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#NitrogenOxideGasFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_nitrogenoxidegas>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil-componentinwater>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#NitrogenOxideGasFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Oil-componentInWaterFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil-componentinwater>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil-net>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Oil-componentInWaterFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Oil-netFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil-net>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oilandgas>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Oil-netFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OilAndGasFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oilandgas>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OilAndGasFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OilFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oil>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oleic>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OilFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OleicFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_oleic>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_propane-component>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#OleicFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Propane-componentFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_propane-component>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_vapor>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Propane-componentFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#VapourFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_vapor>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water-discharge>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#VapourFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Water-dischargeFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water-discharge>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water-processed>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Water-dischargeFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Water-processedFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water-processed>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#Water-processedFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_water>
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_gas>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#GasFlow> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -303,7 +324,7 @@ ep-dpr-spin-lib:selectProductType
]
]
] ;
sp:variable _:b4
sp:variable _:b5
])
] .
......@@ -313,7 +334,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b5) ;
sp:resultVariables (_:b6) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -492,7 +513,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
]
]
] ;
sp:variable _:b5
sp:variable _:b6
])
] .
......@@ -502,7 +523,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b6) ;
sp:resultVariables (_:b7) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -562,7 +583,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
]
]
] ;
sp:variable _:b6
sp:variable _:b7
])
] .
......@@ -572,7 +593,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b7) ;
sp:resultVariables (_:b8) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -723,7 +744,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
]
]
] ;
sp:variable _:b7
sp:variable _:b8
])
] .
......@@ -733,7 +754,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b8) ;
sp:resultVariables (_:b9) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -807,7 +828,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
]
]
] ;
sp:variable _:b8
sp:variable _:b9
])
] .
......@@ -817,7 +838,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b9) ;
sp:resultVariables (_:b10) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -891,7 +912,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
]
]
] ;
sp:variable _:b9
sp:variable _:b10
])
] .
......@@ -901,7 +922,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b10) ;
sp:resultVariables (_:b11) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -926,7 +947,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
]
]
] ;
sp:variable _:b10
sp:variable _:b11
])
] .
......@@ -936,7 +957,7 @@ ep-dpr-spin-lib:selectVolumeScale
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b11) ;
sp:resultVariables (_:b12) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1164,30 +1185,33 @@ ep-dpr-spin-lib:selectVolumeScale
]
]
] ;
sp:variable _:b11
sp:variable _:b12
])
] .
_:b7 sp:varName "productionFlowPurposeType"^^xsd:string .
_:b5 sp:varName "productType"^^xsd:string .
_:b6 sp:varName "productionFlowDefinitionType"^^xsd:string .
_:b12
sp:varName "volumeScale"^^xsd:string .
_:b5 sp:varName "productionFacilityType"^^xsd:string .
_:b11
sp:varName "volumeAtStdType"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b10
sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b9 sp:varName "relationshipToMeasure"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b8 sp:varName "productionFlowPurposeType"^^xsd:string .
_:b4 sp:varName "productType"^^xsd:string .
_:b7 sp:varName "productionFlowDefinitionType"^^xsd:string .
_:b11
sp:varName "volumeScale"^^xsd:string .
_:b6 sp:varName "productionFacilityType"^^xsd:string .
_:b8 sp:varName "relationshipToMeasure"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b9 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b10
sp:varName "volumeAtStdType"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
......
# Saved by TopBraid on Mon Oct 10 14:27:07 BST 2011
# Saved by TopBraid on Mon Oct 10 16:49:41 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Oct 10 14:27:20 BST 2011
# Saved by TopBraid on Mon Oct 10 17:05:37 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://spinrdf.org/spin
# imports: http://www.witsml.org/schemas/131/addendum/combo
@prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -21,7 +22,7 @@
<http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/131/addendum/combo#Co_productVolume>
......@@ -48,101 +49,97 @@
sp:subject _:b1
] [ sp:object _:b7 ;
sp:predicate _:b8 ;
sp:subject _:b9
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object _:b10 ;
sp:predicate
[ sp:varName "scaleVolume"^^xsd:string
] ;
] [ sp:object _:b9 ;
sp:predicate _:b10 ;
sp:subject _:b7
] [ sp:object _:b11 ;
sp:predicate _:b8 ;
sp:subject _:b9
sp:subject _:b1
] [ sp:object _:b12 ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b13 ;
sp:predicate
[ sp:varName "scaleVolumeStd"^^xsd:string
] ;
sp:predicate _:b14 ;
sp:subject _:b11
]) ;
sp:where ([ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b2
] [ sp:object _:b14 ;
] [ sp:object _:b15 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject spin:_this
] [ sp:object _:b15 ;
] [ sp:object _:b16 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b15
] [ sp:object _:b17 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b16
] [ sp:object _:b18 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b15
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b17
] [ sp:object _:b19 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b16
] [ sp:object _:b20 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b18
] [ sp:object _:b4 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ;
sp:subject _:b20
sp:subject _:b19
] [ sp:object _:b21 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b4
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ;
sp:subject _:b19
] [ sp:object _:b22 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b21
] [ sp:object _:b23 ;
sp:predicate rdfs:label ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ;
sp:subject _:b4
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#periodRef> ;
sp:subject _:b21
] [ sp:object _:b26 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b24
sp:subject _:b25
] [ sp:object _:b5 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject _:b24
sp:subject _:b25
] [ sp:object _:b6 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ;
sp:subject _:b24
sp:subject _:b25
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b26 ;
sp:elements ([ sp:object _:b27 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#volumeRef> ;
sp:subject _:b24
] [ sp:object _:b10 ;
sp:subject _:b25
] [ sp:object _:b9 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:subject _:b27
] [ sp:object _:b28 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b26
sp:subject _:b27
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b28 ;
sp:elements ([ sp:object _:b29 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#volumeStdRef> ;
sp:subject _:b24
sp:subject _:b25
] [ sp:object _:b13 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b28
sp:subject _:b29
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b17
sp:arg1 _:b18
] ;
sp:variable _:b30
sp:variable _:b31
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b30
sp:arg1 _:b31
] ;
sp:variable
[ sp:varName "productionFacility"^^xsd:string
......@@ -150,130 +147,127 @@
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b19
sp:arg1 _:b20
] ;
sp:variable _:b31
sp:variable _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowURI ;
sp:arg1 _:b31
sp:arg1 _:b32
] ;
sp:variable
[ sp:varName "productionFlow"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "productName"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedProductName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductType ;
sp:arg1 _:b21
sp:arg1 _:b22
] ;
sp:variable _:b23
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b22
sp:arg1 _:b23
] ;
sp:variable _:b32
sp:variable _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
sp:arg1 _:b20 ;
sp:arg2 _:b32
[ rdf:type ep-dpr-spin-lib:buildProductFlowURI ;
sp:arg1 _:b32 ;
sp:arg2 _:b33
] ;
sp:variable
[ sp:varName "productFlow"^^xsd:string
]
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectRelationshipToMeasure ;
sp:arg1 _:b25
sp:arg1 _:b26
] ;
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ;
sp:arg1 _:b25
sp:arg1 _:b26
] ;
sp:variable _:b3
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ;
sp:arg1 _:b14
sp:arg1 _:b15
] ;
sp:variable _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeScale ;
sp:arg1 _:b27
sp:arg1 _:b28
] ;
sp:variable
[ sp:varName "volumeScale"^^xsd:string
]
sp:variable _:b10
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeScale ;
sp:arg1 _:b29
sp:arg1 _:b30
] ;
sp:variable
[ sp:varName "volumeScaleStd"^^xsd:string
]
sp:variable _:b14
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 20104 record the product flows"^^xsd:string ;
sp:templates ([ sp:object _:b33 ;
rdfs:comment """STEP 20104 record the product flows
namingSystem not processed"""^^xsd:string ;
sp:templates ([ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b34
sp:subject _:b35
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowOfMaterial> ;
sp:predicate rdf:type ;
sp:subject _:b33
] [ sp:object _:b35 ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:predicate rdf:type ;
sp:subject _:b33
sp:subject _:b34
] [ sp:object _:b37 ;
sp:predicate rdfs:label ;
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b36 ;
sp:where ([ sp:object _:b38 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b37
] [ sp:object _:b39 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b36
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b38
] [ sp:object _:b40 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ;
sp:subject _:b42
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b38
] [ sp:object _:b42 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b41
] [ sp:object _:b43 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productRef> ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b43
] [ sp:object _:b45 ;
sp:predicate rdfs:label ;
sp:subject _:b35
sp:subject _:b36
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b46 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b43
] [ sp:object _:b37 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b46
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b38
sp:arg1 _:b40
] ;
sp:variable _:b45
sp:variable _:b47
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b45
sp:arg1 _:b47
] ;
sp:variable
[ sp:varName "productionFacility"^^xsd:string
......@@ -281,223 +275,215 @@
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b40
sp:arg1 _:b42
] ;
sp:variable _:b46
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowURI ;
sp:arg1 _:b46
] ;
sp:variable _:b34
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 [ sp:varName "productName"^^xsd:string
]
] ;
sp:variable
[ sp:varName "normalizedProductName"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductType ;
sp:arg1 _:b43
sp:arg1 _:b48
] ;
sp:variable _:b35
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
[ rdf:type ep-dpr-spin-lib:selectProductType ;
sp:arg1 _:b44
] ;
sp:variable _:b47
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
sp:arg1 _:b42 ;
sp:arg2 _:b47
] ;
sp:variable _:b33
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 20102 Record the Facility that has the flows
Nothing is done with the namingSystem!"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
sp:predicate rdf:type ;
sp:subject _:b48
] [ sp:object _:b49 ;
sp:predicate rdf:type ;
sp:subject _:b48
] [ sp:object _:b50 ;
sp:predicate rdfs:label ;
sp:subject _:b48
]) ;
sp:where ([ sp:object _:b51 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b52 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b51
] [ sp:object _:b50 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b52
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b52
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b53 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b52
])
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b50
] ;
sp:variable _:b54
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b54
sp:arg1 _:b45
] ;
sp:variable _:b48
sp:variable _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b53
[ rdf:type ep-dpr-spin-lib:buildProductFlowURI ;
sp:arg1 _:b48 ;
sp:arg2 _:b49
] ;
sp:variable _:b49
sp:variable _:b34
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 20103 record the flows
nothing is done with flowDirection"""^^xsd:string ;
sp:templates ([ sp:object _:b55 ;
sp:templates ([ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b56
sp:subject _:b51
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b57 ;
sp:subject _:b50
] [ sp:object _:b52 ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b58 ;
sp:subject _:b50
] [ sp:object _:b53 ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b59 ;
sp:subject _:b50
] [ sp:object _:b54 ;
sp:predicate rdfs:label ;
sp:subject _:b55
sp:subject _:b50
]) ;
sp:where ([ sp:object _:b60 ;
sp:where ([ sp:object _:b55 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b61 ;
] [ sp:object _:b56 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b60
] [ sp:object _:b62 ;
sp:subject _:b55
] [ sp:object _:b57 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b61
] [ sp:object _:b63 ;
sp:subject _:b56
] [ sp:object _:b58 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowRef> ;
sp:subject _:b60
] [ sp:object _:b59 ;
sp:subject _:b55
] [ sp:object _:b54 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b63
] [ sp:object _:b64 ;
sp:subject _:b58
] [ sp:object _:b59 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b63
sp:subject _:b58
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "flowDirection"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#directionRef> ;
sp:subject _:b63
sp:subject _:b58
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "flowQualifier"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#qualifierRef> ;
sp:subject _:b63
sp:subject _:b58
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b62
sp:arg1 _:b57
] ;
sp:variable _:b65
sp:variable _:b60
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b65
sp:arg1 _:b60
] ;
sp:variable _:b56
sp:variable _:b51
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b59
sp:arg1 _:b54
] ;
sp:variable _:b66
sp:variable _:b61
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowURI ;
sp:arg1 _:b66
sp:arg1 _:b61
] ;
sp:variable _:b55
sp:variable _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFlowPurposeType ;
sp:arg1 _:b64
sp:arg1 _:b59
] ;
sp:variable _:b57
sp:variable _:b52
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFlowDefinitionType ;
sp:arg1 _:b64
sp:arg1 _:b59
] ;
sp:variable _:b58
sp:variable _:b53
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 20101a Record the Temporal part of the flows for the day"^^xsd:string ;
rdfs:comment """STEP 20101a Record the Temporal part of the flows for the day
"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartOfAFlow> ;
sp:predicate rdf:type ;
sp:subject _:b67
sp:subject _:b62
] [ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b67
sp:subject _:b62
]) ;
sp:where ([ sp:object _:b68 ;
sp:where ([ sp:object _:b63 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject spin:_this
] [ sp:object _:b69 ;
] [ sp:object _:b64 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b70 ;
] [ sp:object _:b65 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b68
sp:arg1 _:b63
] ;
sp:variable _:b71
sp:variable _:b66
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI ;
sp:arg1 _:b71 ;
sp:arg2 _:b69 ;
sp:arg3 _:b70
sp:arg1 _:b66 ;
sp:arg2 _:b64 ;
sp:arg3 _:b65
] ;
sp:variable _:b62
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 20102 Record the Facility that has the flows
Nothing is done with the namingSystem!"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
sp:predicate rdf:type ;
sp:subject _:b67
] [ sp:object _:b68 ;
sp:predicate rdf:type ;
sp:subject _:b67
] [ sp:object _:b69 ;
sp:predicate rdfs:label ;
sp:subject _:b67
]) ;
sp:where ([ sp:object _:b70 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#facilityRef> ;
sp:subject spin:_this
] [ sp:object _:b71 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#nameRef> ;
sp:subject _:b70
] [ sp:object _:b69 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b71
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#namingSystem> ;
sp:subject _:b71
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b72 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ;
sp:subject _:b71
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b69
] ;
sp:variable _:b73
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b73
] ;
sp:variable _:b67
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b72
] ;
sp:variable _:b68
])
] ;
spin:rule
......@@ -505,34 +491,34 @@ nothing is done with flowDirection"""^^xsd:string ;
rdfs:comment "STEP 20101b Record the Temporal part of the flows for the day"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartOfAFlow> ;
sp:predicate rdf:type ;
sp:subject _:b72
sp:subject _:b74
] [ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b72
sp:subject _:b74
]) ;
sp:where ([ sp:object _:b73 ;
sp:where ([ sp:object _:b75 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject spin:_this
] [ sp:object _:b74 ;
] [ sp:object _:b76 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject spin:_this
] [ sp:object _:b75 ;
] [ sp:object _:b77 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b73
sp:arg1 _:b75
] ;
sp:variable _:b76
sp:variable _:b78
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI ;
sp:arg1 _:b76 ;
sp:arg2 _:b74 ;
sp:arg3 _:b75
sp:arg1 _:b78 ;
sp:arg2 _:b76 ;
sp:arg3 _:b77
] ;
sp:variable _:b72
sp:variable _:b74
])
] ;
spin:rule
......@@ -541,7 +527,7 @@ nothing is done with flowDirection"""^^xsd:string ;
kind and periodKind are not yet processed"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#TemporalPartOfAFlow> ;
sp:predicate rdf:type ;
sp:subject _:b77
sp:subject _:b79
]) ;
sp:where ([ sp:object
[ sp:varName "kind"^^xsd:string
......@@ -560,219 +546,227 @@ kind and periodKind are not yet processed"""^^xsd:string ;
sp:subject spin:_this
] [ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b77
sp:subject _:b79
])
] .
_:b58
_:b53
sp:varName "productionFlowDefinitionType"^^xsd:string .
_:b57
_:b52
sp:varName "productionFlowPurposeType"^^xsd:string .
_:b55
_:b50
sp:varName "productionFlow"^^xsd:string .
_:b66
_:b61
sp:varName "normalizedFlowName"^^xsd:string .
_:b56
_:b51
sp:varName "productionFacility"^^xsd:string .
_:b65
_:b60
sp:varName "normalizedFacilityName"^^xsd:string .
_:b64
_:b59
sp:varName "flowKind"^^xsd:string .
_:b59
_:b54
sp:varName "flowName"^^xsd:string .
_:b63
_:b58
sp:varName "flowRef"^^xsd:string .
_:b62
_:b57
sp:varName "facilityName"^^xsd:string .
_:b61
_:b56
sp:varName "facilityNameRef"^^xsd:string .
_:b60
_:b55
sp:varName "facilityRef"^^xsd:string .
_:b33
sp:varName "productFlow"^^xsd:string .
_:b62
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b47
sp:varName "normalizedProductTypeName"^^xsd:string .
_:b66
sp:varName "normalizedProductionFlowsName"^^xsd:string .
_:b34
sp:varName "productionFlow"^^xsd:string .
_:b65
sp:varName "dTimEnd"^^xsd:string .
_:b46
sp:varName "normalizedFlowName"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b45
sp:varName "normalizedFacilityName"^^xsd:string .
_:b63
sp:varName "productionFlowsName"^^xsd:string .
_:b44
sp:varName "productTypeName"^^xsd:string .
_:b79
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b35
sp:varName "productType"^^xsd:string .
_:b78
sp:varName "normalizedProductionFlowsName"^^xsd:string .
_:b43
sp:varName "productKind"^^xsd:string .
_:b77
sp:varName "dateEnd"^^xsd:string .
_:b41
sp:varName "product"^^xsd:string .
_:b76
sp:varName "dateStart"^^xsd:string .
_:b42
sp:varName "flow"^^xsd:string .
_:b75
sp:varName "productionFlowsName"^^xsd:string .
_:b40
sp:varName "flowName"^^xsd:string .
_:b74
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b39
sp:varName "flowRef"^^xsd:string .
_:b73
sp:varName "normalizedFacilityName"^^xsd:string .
_:b38
sp:varName "facilityName"^^xsd:string .
_:b72
sp:varName "facilityKind"^^xsd:string .
_:b37
_:b71
sp:varName "facilityNameRef"^^xsd:string .
_:b36
_:b70
sp:varName "facilityRef"^^xsd:string .
_:b54
sp:varName "normalizedFacilityName"^^xsd:string .
_:b69
sp:varName "facilityName"^^xsd:string .
_:b53
sp:varName "facilityKind"^^xsd:string .
_:b68
sp:varName "productionFacilityType"^^xsd:string .
_:b52
sp:varName "facilityNameRef"^^xsd:string .
_:b67
sp:varName "productionFacility"^^xsd:string .
_:b51
_:b2 sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b15
sp:varName "standardTempPres"^^xsd:string .
_:b16
sp:varName "facilityRef"^^xsd:string .
_:b50
_:b17
sp:varName "facilityNameRef"^^xsd:string .
_:b18
sp:varName "facilityName"^^xsd:string .
_:b49
sp:varName "productionFacilityType"^^xsd:string .
_:b19
sp:varName "flowRef"^^xsd:string .
_:b48
sp:varName "productionFacility"^^xsd:string .
_:b20
sp:varName "flowName"^^xsd:string .
_:b71
sp:varName "normalizedProductionFlowsName"^^xsd:string .
_:b21
sp:varName "productRef"^^xsd:string .
_:b70
sp:varName "dTimEnd"^^xsd:string .
_:b22
sp:varName "productKind"^^xsd:string .
_:b69
sp:varName "dTimStart"^^xsd:string .
_:b24
sp:varName "productType"^^xsd:string .
_:b68
sp:varName "productionFlowsName"^^xsd:string .
_:b23
sp:varName "productTypeName"^^xsd:string .
_:b67
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b25
sp:varName "periodRef"^^xsd:string .
_:b76
sp:varName "normalizedProductionFlowsName"^^xsd:string .
_:b26
sp:varName "periodKind"^^xsd:string .
_:b75
sp:varName "dateEnd"^^xsd:string .
_:b5 sp:varName "startTime"^^xsd:string .
_:b74
sp:varName "dateStart"^^xsd:string .
_:b6 sp:varName "endTime"^^xsd:string .
_:b73
sp:varName "productionFlowsName"^^xsd:string .
_:b27
sp:varName "volumeRef"^^xsd:string .
_:b72
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b9 sp:varName "realVolume"^^xsd:string .
_:b77
sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b28
sp:varName "uomVolume"^^xsd:string .
_:b29
sp:varName "volumeStdRef"^^xsd:string .
_:b13
sp:varName "realVolumeStd"^^xsd:string .
_:b30
sp:varName "normalizedFacilityName"^^xsd:string .
sp:varName "uomVolumeStd"^^xsd:string .
_:b31
sp:varName "normalizedFlowName"^^xsd:string .
sp:varName "normalizedFacilityName"^^xsd:string .
_:b32
sp:varName "normalizedFlowName"^^xsd:string .
_:b33
sp:varName "normalizedProductTypeName"^^xsd:string .
_:b4 sp:varName "productFlow"^^xsd:string .
_:b8 sp:varName "relationshipToMeasure"^^xsd:string .
_:b3 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
_:b12
sp:varName "volumeAtStdType"^^xsd:string .
sp:varName "volumeStdType"^^xsd:string .
_:b2 sp:varName "productionFlowsForAPeriod"^^xsd:string .
_:b10
sp:varName "volumeScale"^^xsd:string .
_:b14
sp:varName "standardTempPres"^^xsd:string .
sp:varName "volumeStdScale"^^xsd:string .
_:b15
_:b38
sp:varName "facilityRef"^^xsd:string .
_:b16
_:b39
sp:varName "facilityNameRef"^^xsd:string .
_:b17
_:b40
sp:varName "facilityName"^^xsd:string .
_:b18
_:b41
sp:varName "flowRef"^^xsd:string .
_:b19
_:b42
sp:varName "flowName"^^xsd:string .
_:b20
sp:varName "flow"^^xsd:string .
_:b4 sp:varName "product"^^xsd:string .
_:b43
sp:varName "productRef"^^xsd:string .
_:b21
_:b44
sp:varName "productKind"^^xsd:string .
_:b23
_:b36
sp:varName "productType"^^xsd:string .
_:b22
_:b45
sp:varName "productTypeName"^^xsd:string .
_:b24
sp:varName "period"^^xsd:string .
_:b25
sp:varName "periodKind"^^xsd:string .
_:b5 sp:varName "startTime"^^xsd:string .
_:b6 sp:varName "endTime"^^xsd:string .
_:b46
sp:varName "productNameRef"^^xsd:string .
_:b26
sp:varName "volumeRef"^^xsd:string .
_:b37
sp:varName "productFlowName"^^xsd:string .
_:b10
sp:varName "realVolume"^^xsd:string .
_:b47
sp:varName "normalizedFacilityName"^^xsd:string .
_:b27
sp:varName "uomVolume"^^xsd:string .
_:b48
sp:varName "normalizedFlowName"^^xsd:string .
_:b28
sp:varName "volumeStdRef"^^xsd:string .
_:b35
sp:varName "productionFlow"^^xsd:string .
_:b13
sp:varName "realVolumeStd"^^xsd:string .
_:b49
sp:varName "normalizedProductTypeName"^^xsd:string .
_:b29
sp:varName "uomVolumeStd"^^xsd:string .
_:b34
sp:varName "productFlow"^^xsd:string .
......
<?xml version="1.0" encoding="UTF-8"?>
<WITSMLComposite xmlns="http://www.witsml.org/schemas/131/addendum/combo" version="1.3.1.0">
<documentInfo>
<DocumentName namingSystem="EC">Jotun Daily Production Report
</DocumentName>
<DocumentAlias namingSystem="EC">Daily Activity Report
</DocumentAlias>
<DocumentAlias namingSystem="EC">Daily Production Report
</DocumentAlias>
<DocumentAlias namingSystem="EC">Daily Production and Activity Report
</DocumentAlias>
<DocumentAlias namingSystem="EC">Daily Production and Operation Report
</DocumentAlias>
<DocumentDate>2011-08-01T00:00:00
</DocumentDate>
<documentClass namingSystem="EC">Partner confidential
</documentClass>
<documentClass namingSystem="EC">DPR
</documentClass>
<FileCreationInformation>
<FileCreationDate>2011-08-02T11:45:44
</FileCreationDate>
<SoftwareName>EnergyComponents
</SoftwareName>
<FileCreator>Jotun
</FileCreator>
<Comment>File created by: Jotun
</Comment>
</FileCreationInformation>
<SecurityInformation>
<Class>Partner confidential
</Class>
<System>License partners
</System>
<EndDate>2010-01-15T00:00:00
</EndDate>
<Comment>Valid for partners only
</Comment>
</SecurityInformation>
<AuditTrail>
<Event>
<EventDate>2011-08-02T06:56:22
</EventDate>
<ResponsibleParty>Jotun
</ResponsibleParty>
<Comment>Initial allocation run
</Comment>
</Event>
</AuditTrail>
<Owner>Jotun
</Owner>
</documentInfo>
<productionOperationSet>
<productionOperation uid="74B7107850B124EEE044001E0B83D0E2">
<name>Jotun field
</name>
<installation>Jotun field
</installation>
<contextFacility kind="field" namingSystem="EC" uidRef="74B7107850B124EEE044001E0B83D0E2">Jotun field
</contextFacility>
<kind>DPR
</kind>
<periodKind>day
</periodKind>
<dateStart>2011-08-01
</dateStart>
<dateEnd>2011-08-02
</dateEnd>
<operator>
<name>ExxonMobil
</name>
<role>operator
</role>
</operator>
<title namingSystem="EC">Jotun Daily Production Report
</title>
<geographicContext>
<field namingSystem="EC">Jotun field
</field>
</geographicContext>
<issueDate>2011-08-02
</issueDate>
<installationReport uid="74B7107850C124EEE044001E0B83D0E2">
<installation kind="platform">Jotun A
</installation>
<bedsAvailable>60
</bedsAvailable>
<crewCount type="contractor crew">16
</crewCount>
<crewCount type="own crew">24
</crewCount>
<crewCount type="personnel on board">40
</crewCount>
<operationalHSE uid="74B7107850C124EEE044001E0B83D0E2">
<IncidentCount>31
</IncidentCount>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="safety meeting">0
</safetyCount>
<safetyCount period="year to date" type="safety meeting">16
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="miscellaneous">0
</safetyCount>
<safetyCount period="year to date" type="miscellaneous">29
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="total permits">14
</safetyCount>
<safetyCount period="year to date" type="total permits">2150
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="drill or exercise">0
</safetyCount>
<safetyCount period="year to date" type="drill or exercise">50
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="hazard report card">3
</safetyCount>
<safetyCount period="year to date" type="hazard report card">1524
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="spill or leak">0
</safetyCount>
<safetyCount period="year to date" type="spill or leak">2
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="first aid">0
</safetyCount>
<safetyCount period="year to date" type="first aid">1
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="restricted work">0
</safetyCount>
<safetyCount period="year to date" type="restricted work">3
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="lost time incident">0
</safetyCount>
<safetyCount period="year to date" type="lost time incident">0
</safetyCount>
</safety>
<safety uid="74B7107850C124EEE044001E0B83D0E2">
<safetyCount period="day" type="permit with SJA">14
</safetyCount>
<safetyCount period="year to date" type="permit with SJA">2150
</safetyCount>
</safety>
<weather uid="74B7107850C124EEE044001E0B83D0E2">
<dTim>2011-08-01T00:00:00
</dTim>
<tempSurfaceMx uom="degC">15
</tempSurfaceMx>
<significantWave uom="m">1.5
</significantWave>
<maxWave uom="m">2.5
</maxWave>
<periodWave uom="s">5.5
</periodWave>
<aziWind uom="dega">140
</aziWind>
<velWind uom="m/s">9
</velWind>
</weather>
</operationalHSE>
<productionActivity>
<lostProduction>
<volumeAndReason uom="SM3" reasonLost="no entry">262
</volumeAndReason>
</lostProduction>
<waterCleaningQuality uid="74B7107850C124EEE044001E0B83D0E2">
<samplePoint>Jotun Produced Water Overboard
</samplePoint>
<oilInWaterProduced uom="ppm">9.9
</oilInWaterProduced>
</waterCleaningQuality>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T17:10:00
</dTimStart>
<dTimEnd>2011-08-01T17:35:00
</dTimEnd>
<supplyShip>North Vanguard
</supplyShip>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T23:59:00
</dTimEnd>
<supplyShip>Esvagt Capri
</supplyShip>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<activity uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Slop to WI : 0,0 m3
</comment>
</activity>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<activity uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>FW. 180 m3.
</comment>
</activity>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<activity uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Total slop 1070.0 m3
</comment>
</activity>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<activity uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Diesel onboard. 1065 m3
</comment>
</activity>
</marineOperation>
<marineOperation uid="74B7107850C124EEE044001E0B83D0E2">
<activity uid="74B7107850C124EEE044001E0B83D0E2">
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Helifuel 2470 ltr.
</comment>
</activity>
</marineOperation>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Cleaning of fresh water tank port side
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Preparations for SD 2011
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Meetings attitude / culture differences
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Repair alarm on HPU aft
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Repair h.p. washer in water treatment room
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Repair heating desk in galley
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>Scaffolding TP 10 and TP 60
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>PM's according to plan
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>NORISOL: Painting program according to plan
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>maintenance
</type>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<comment>AAK: Inspection program according to plan
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>production
</type>
<dTimStart>2011-08-01T13:54:00
</dTimStart>
<dTimEnd>2011-08-01T13:54:00
</dTimEnd>
<comment>Startet firepump aft for test
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>production
</type>
<dTimStart>2011-08-01T14:07:00
</dTimStart>
<dTimEnd>2011-08-01T14:07:00
</dTimEnd>
<comment>Firepump aft stopped
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>production
</type>
<dTimStart>2011-08-01T17:15:00
</dTimStart>
<dTimEnd>2011-08-01T17:15:00
</dTimEnd>
<comment>Firepumps fore testet ok
</comment>
</operationalComment>
<operationalComment uid="74B7107850C124EEE044001E0B83D0E2">
<type>production
</type>
<dTimStart>2011-08-01T23:59:00
</dTimStart>
<dTimEnd>2011-08-01T23:59:00
</dTimEnd>
<comment>Total GL to JoB: 1447482 Sm3
</comment>
</operationalComment>
</productionActivity>
</installationReport>
<installationReport uid="74B7107850C224EEE044001E0B83D0E2">
<installation kind="platform">Jotun B
</installation>
<bedsAvailable>90
</bedsAvailable>
<operationalHSE uid="74B7107850C224EEE044001E0B83D0E2">
<IncidentCount>0
</IncidentCount>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="safety meeting">0
</safetyCount>
<safetyCount period="year to date" type="safety meeting">1
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="miscellaneous">0
</safetyCount>
<safetyCount period="year to date" type="miscellaneous">1
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="total permits">0
</safetyCount>
<safetyCount period="year to date" type="total permits">544
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="drill or exercise">0
</safetyCount>
<safetyCount period="year to date" type="drill or exercise">7
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="hazard report card">0
</safetyCount>
<safetyCount period="year to date" type="hazard report card">240
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="spill or leak">0
</safetyCount>
<safetyCount period="year to date" type="spill or leak">2
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="first aid">0
</safetyCount>
<safetyCount period="year to date" type="first aid">0
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="restricted work">0
</safetyCount>
<safetyCount period="year to date" type="restricted work">0
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="lost time incident">0
</safetyCount>
<safetyCount period="year to date" type="lost time incident">0
</safetyCount>
</safety>
<safety uid="74B7107850C224EEE044001E0B83D0E2">
<safetyCount period="day" type="permit with SJA">0
</safetyCount>
<safetyCount period="year to date" type="permit with SJA">547
</safetyCount>
</safety>
<weather uid="74B7107850C224EEE044001E0B83D0E2">
<dTim>2011-08-01T00:00:00
</dTim>
</weather>
</operationalHSE>
<productionActivity/>
</installationReport>
</productionOperation>
</productionOperationSet>
<productVolumeSet>
<productVolume uid="74B7107850C124EEE044001E0B83D0E2">
<name>Jotun A
</name>
<installation>Jotun A
</installation>
<contextFacility kind="platform" namingSystem="EC" uidRef="74B7107850C124EEE044001E0B83D0E2">Jotun A
</contextFacility>
<kind>DPR
</kind>
<periodKind>day
</periodKind>
<dateStart>2011-08-01
</dateStart>
<dateEnd>2011-08-02
</dateEnd>
<operator>
<name>ExxonMobil
</name>
<role>operator
</role>
</operator>
<title namingSystem="EC">Jotun Daily Production Report
</title>
<geographicContext>
<field namingSystem="EC">Jotun field
</field>
</geographicContext>
<issueDate>2011-08-02
</issueDate>
<standardTempPres>15 degC 1 atm
</standardTempPres>
<facility uid="74B7107850B124EEE044001E0B83D0E2">
<name kind="lease" namingSystem="EC" uidRef="74B7107850B124EEE044001E0B83D0E2">Jotun field
</name>
<facilityParent1 kind="field" namingSystem="EC" uidRef="74B7107850C124EEE044001E0B83D0E2">Jotun A
</facilityParent1>
<contextFacility kind="field" namingSystem="EC" uidRef="JOTUN">JOTUN
</contextFacility>
<flow uid="55C52ED2E79624313E1AB28D4059ECE1">
<name>Jotun Total Flare Gas - Jotun
</name>
<kind>consume - flare
</kind>
<direction>outlet
</direction>
<qualifier>allocated
</qualifier>
<product>
<kind>gas
</kind>
<name>Jotun Total Flare Gas
</name>
<period>
<kind>daily month to date
</kind>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<volume uom="Mcf">0.05203
</volume>
<volumeStd uom="m3">1470.452621410282974
</volumeStd>
</period>
<period>
<kind>day
</kind>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-02T00:00:00
</dTimEnd>
<volume uom="Mcf">0.05203
</volume>
<volumeStd uom="m3">1470.452621410282974
</volumeStd>
</period>
<period>
<kind>month to date
</kind>
<dTimStart>2011-08-01T00:00:00
</dTimStart>
<dTimEnd>2011-08-01T00:00:00
</dTimEnd>
<volume uom="Mcf">0.05203
</volume>
<volumeStd uom="m3">1470.452621410282974
</volumeStd>
</period>
</product>
</flow>
</facility>
</productVolume>
</productVolumeSet>
</WITSMLComposite>
\ No newline at end of file