David Price

Merge branch 'master' into add-license

......@@ -26,3 +26,57 @@ ep-core:hasSetOfAllPartsOfType
ep-core:thousand_barrel
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "thousand barrel"^^xsd:string .
ep-core:MeasureOfFlowOfMaterial
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "measure of flow of material"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumeFlowRateAt15degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:VolumeFlowRateAt1degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:VolumeFlowRateAt60degF1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
ep-core:atmosphere
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "atmosphere"^^xsd:string .
ep-core:barrel_day-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "barrel day-1"^^xsd:string .
ep-core:centimetre
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "centimetre"^^xsd:string .
ep-core:fahrenheit
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Temperature ;
rdfs:label "fahrenheit"^^xsd:string .
ep-core:inch_64
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "inch/64"^^xsd:string .
ep-core:metre3_hour-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "metre3 hour-1"^^xsd:string .
ep-core:thousand_barrel
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "thousand barrel"^^xsd:string .
\ No newline at end of file
......
# Saved by TopBraid on Tue Oct 11 19:15:55 BST 2011
# Saved by TopBraid on Thu Oct 13 12:41:06 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
......@@ -15,12 +15,33 @@
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
rdf:type owl:Class ;
rdfs:label "production facility to date"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "facility operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-prodfac:Boat
rdf:type owl:Class ;
rdfs:subClassOf ep-prodfac:ShipOrBoat .
ep-prodfac:Ship
rdf:type owl:Class ;
rdfs:subClassOf ep-prodfac:ShipOrBoat .
ep-prodfac:ShipOrBoat
rdf:type owl:Class ;
rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
ep-prodfac:TemporalPartOfAShipOrBoat
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodfac:numberOfBedsAvailable
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
......
# Saved by TopBraid on Tue Oct 11 12:55:49 BST 2011
# Saved by TopBraid on Fri Oct 14 00:15:06 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/np/schema/1.0/npd
......@@ -11,7 +11,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-report>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/report> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-prodreport:DailyProductionReport
......@@ -34,8 +34,8 @@ ep-prodreport:ReportAliasIdentifier
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-prodreport:aliasName
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-prodreport:isAliasFor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -44,8 +44,8 @@ ep-prodreport:ReportAliasIdentifier
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-prodreport:isAliasFor
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-prodreport:aliasName
] .
ep-prodreport:aliasName
......@@ -54,7 +54,7 @@ ep-prodreport:aliasName
ep-prodreport:aliasOwner
rdf:type owl:ObjectProperty ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> .
rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
ep-prodreport:disclaimer
rdf:type rdf:Property ;
......
# Saved by TopBraid on Wed Oct 12 19:50:38 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/dpr-tables
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/spin/rh
@prefix dpr-tables: <http://www.reportinghub.no/ep/spin/dpr-tables#> .
@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 rhspin: <http://www.reportinghub.no/spin/rh#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/spin/dpr-tables>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
dpr-tables:WellInformation
rdf:type rhspin:TableTemplate ;
rdfs:subClassOf rhspin:TableTemplates ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "description"^^xsd:string
] _:b1 [ sp:varName "choke"^^xsd:string
] [ sp:varName "prod"^^xsd:string
]) ;
sp:where ([ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject
[ sp:varName "report"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperationsActivity> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ;
sp:subject
[ sp:varName "act"^^xsd:string
]
])
])
] ;
rhspin:tableHeaders ("Description"^^xsd:string "Oil Net m3"^^xsd:string "Choke %"^^xsd:string "Prod Hours"^^xsd:string) .
_:b2 sp:varName "dailyProductionActivity"^^xsd:string .
_:b3 sp:varName "productionOperationsActivity"^^xsd:string .
_:b1 sp:varName "oilNet"^^xsd:string .
# Saved by TopBraid on Wed Oct 12 19:50:38 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
# Saved by TopBraid on Wed Oct 12 14:16:38 BST 2011
# Saved by TopBraid on Thu Oct 13 18:07:56 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Oct 09 09:55:56 BST 2011
# Saved by TopBraid on Thu Oct 13 08:34:27 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
@prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -11,9 +12,10 @@
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> ;
owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Sun Oct 09 09:55:56 BST 2011
# Saved by TopBraid on Thu Oct 13 08:34:27 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
# Saved by TopBraid on Fri Oct 14 12:02:45 BST 2011
# baseURI: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
@prefix facility: <http://www.reportinghub.no/ep/schema/1.0/facility#> .
@prefix npd: <http://www.reportinghub.no/np/schema/npd#> .
......@@ -22,18 +23,21 @@
<http://www.reportinghub.no/ep/schema/organization#Company>
rdfs:subClassOf npd:Individual .
<http://www.reportinghub.no/ep/schema/well#Well>
rdfs:subClassOf npd:Individual .
<http://www.reportinghub.no/ep/schema/well#WellBore>
rdfs:subClassOf npd:NPDIndividual .
<http://www.reportinghub.no/np/schema/1.0/npd>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "0.1.0"^^xsd:string .
npd:BusinessArrangementArea
rdf:type owl:Class ;
rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ;
rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner .
rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual .
npd:DAS_DecidedByTheLicensees
rdf:type npd:DiscoveryActivityStatus ;
......@@ -286,7 +290,7 @@ npd:LS_Inactive
npd:Licence
rdf:type owl:Class ;
rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ;
rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner .
rdfs:subClassOf npd:Owner , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NPDIndividual .
npd:LicenceStatus
rdf:type owl:Class ;
......@@ -321,7 +325,7 @@ npd:NPDIndividual
npd:OperatingCompany
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Company> , npd:NPDIndividual .
rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/organization#Company> .
npd:Owner
rdf:type owl:Class ;
......@@ -361,7 +365,7 @@ npd:SlidingScaleBAA
npd:TUF
rdf:type owl:Class ;
rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> , npd:FixedFacilityParent .
rdfs:subClassOf npd:FixedFacilityParent , <http://www.reportinghub.no/ep/schema/facility#Facility> .
npd:TUFPart
rdf:type owl:Class ;
......
<div>
<hr />
<ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/dpr-tables&gt;">
<h2>{= ui:label(?template) }</h2>
</ui:setContext>
<table class="ddrTable">
<ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/dpr-tables&gt;">
<tr class="ddrTR">
<ui:forEach ui:resultSet="{#
SELECT ?header
WHERE {
?template rhspin:tableHeaders ?list .
?list &lt;http://jena.hpl.hp.com/ARQ/list#member&gt; ?header .
}
}">
<th class="ddrTH">{= ?header }</th>
</ui:forEach>
</tr>
</ui:setContext>
<ui:call ui:template="{= ?template }" arg:report="{= ?report }">
<ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }">
<tr class="ddrTR">
<ui:forEach ui:resultSet="{# SELECT ?cell WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?cellIndex) } }">
<td class="ddrTD">{= ui:label(?cell) }</td>
</ui:forEach>
</tr>
</ui:forEach>
</ui:call>
</table>
<br />
</div>
\ No newline at end of file
<ui:group>
<h1>DPR</h1>
<hr />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInformation" />
</ui:group>
\ No newline at end of file
# baseURI: http://www.reportinghub.no/swp/dpr
# imports: http://uispin.org/tui
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://www.reportinghub.no/ep/spin/dpr-tables
# imports: http://www.reportinghub.no/spin/rh
@prefix arg: <http://spinrdf.org/arg#> .
@prefix dprswp: <http://www.reportinghub.no/swp/dpr#> .
@prefix html: <http://uispin.org/html#> .
@prefix let: <http://uispin.org/let#> .
@prefix letrs: <http://uispin.org/letrs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix ui: <http://uispin.org/ui#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
arg:report
rdf:type rdf:Property ;
rdfs:label "report"^^xsd:string ;
rdfs:subPropertyOf sp:arg .
arg:template
rdf:type rdf:Property ;
rdfs:label "template"^^xsd:string ;
rdfs:subPropertyOf sp:arg .
<http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
ui:instanceView
[ rdf:type dprswp:DailyProductionReportView ;
arg:report spin:_this
] .
<http://www.reportinghub.no/swp/dpr>
rdf:type owl:Ontology ;
owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "0.1.0"^^xsd:string .
dprswp:DailyProductionReportView
rdf:type ui:NodeClass ;
rdfs:label "Daily production report view"^^xsd:string ;
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The report to display."^^xsd:string ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
] ;
ui:headIncludes
[ rdf:type html:Link ;
html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
html:rel "stylesheet"^^xsd:string ;
html:type "text/css"^^xsd:string
] ;
ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> .
dprswp:Table
rdf:type ui:NodeClass ;
rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ;
rdfs:label "Table"^^xsd:string ;
rdfs:subClassOf ui:Element ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The report that serves as root of the template."^^xsd:string ;
spl:optional "true"^^xsd:boolean ;
spl:predicate arg:report ;
spl:valueType <http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The SPIN Template to execute."^^xsd:string ;
spl:predicate arg:template ;
spl:valueType spin:Template
] ;
ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> .
<?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">Ekofisk Daily Production</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-09-14T00:00:00</DocumentDate>
<documentClass namingSystem="EC">DAR</documentClass>
<documentClass namingSystem="EC">DDR</documentClass>
<documentClass namingSystem="EC">DPAR</documentClass>
<documentClass namingSystem="EC">DPOR</documentClass>
<documentClass namingSystem="EC">DPR</documentClass>
<documentClass namingSystem="EC">Ekofisk</documentClass>
<FileCreationInformation>
<FileCreationDate>2011-09-15T04:38:51</FileCreationDate>
<SoftwareName>EnergyComponents</SoftwareName>
<FileCreator>Ekofisk</FileCreator>
<Comment>File created by : Ekofisk</Comment>
</FileCreationInformation>
<SecurityInformation>
<Class>Partner confidential</Class>
<System>License partners</System>
<EndDate>2008-05-02T10:00:00</EndDate>
<Comment>Valid for partners only</Comment>
</SecurityInformation>
<Owner>Ekofisk</Owner>
</documentInfo>
<wellSet>
<well uid="74F0F7CBB525B048E043990F1EAEB048">
<name>2/4M-01</name>
<wellboreSet>
<wellbore uid="74F0F7CBB525B048E043990F1EAEB048-wellbore">
<name>2/4M-01-wellbore</name>
<wellboreIntervalSet>
<wellboreInterval>
<name>2/4M-01-wellbore</name>
</wellboreInterval>
</wellboreIntervalSet>
<wellTestSet>
<wellTest>
<name>2/4M-01</name>
<testDate>2011-09-03T07:00:01</testDate>
<testType>NA</testType>
<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize>
<productFlowPort uidRef="74F0F7CBB525B048E043990F1EAEB048">outlet</productFlowPort>
<standardTempPres>15 degC 1 atm</standardTempPres>
<productionTest>
<testDuration uom="h">4.00027777777777777777777777777777777778</testDuration>
<wellheadData>
<temperature uom="degC">57.89189583333333333333333333333333333333</temperature>
<flowingPressure uom="bar">24.28525</flowingPressure>
<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize>
</wellheadData>
<separatorData>
<separatorPressure uom="bar">24.28525</separatorPressure>
<separatorTemperature uom="degC">57.89189583333333333333333333333333333333</separatorTemperature>
</separatorData>
<productionTestResults>
<oilRate>
<fluidRateStdTempPres uom="m3/d">198.42636724550405</fluidRateStdTempPres>
</oilRate>
<gasRate>
<fluidRateStdTempPres uom="m3/d">47780.95567704101</fluidRateStdTempPres>
</gasRate>
<waterRate>
<fluidRate uom="m3/d">50.056324583333335</fluidRate>
</waterRate>
<gasOilRatio uom="m3/m3">240.799427718816094926277552067535508239</gasOilRatio>
</productionTestResults>
</productionTest>
</wellTest>
</wellTestSet>
</wellbore>
</wellboreSet>
</well>
</wellSet>
<productionOperationSet>
<productionOperation uid="74F0F7CB84FBB048E043990F1EAEB048">
<name>Ekofisk production</name>
<installation>Ekofisk production</installation>
<contextFacility uidRef="74F0F7CB837FB048E043990F1EAEB048" namingSystem="EC" kind="field">GREATER_EKOFISK</contextFacility>
<kind>DDR</kind>
<periodKind>day</periodKind>
<dateStart>2011-09-14</dateStart>
<dateEnd>2011-09-15</dateEnd>
<operator>
<name>ConocoPhillips</name>
<role>operator</role>
</operator>
<title namingSystem="EC">Ekofisk Daily Production</title>
<geographicContext>
<country>Norway</country>
<field namingSystem="EC">Ekofisk</field>
<offshoreLocation>
<areaName>Ekofisk</areaName>
<blockID>24/6</blockID>
<northSeaOffshore>
<areaName>Ekofisk</areaName>
<quadrant>24</quadrant>
<blockSuffix>6</blockSuffix>
</northSeaOffshore>
</offshoreLocation>
</geographicContext>
<issueDate>2011-09-15</issueDate>
<approvalDate>1900-01-01</approvalDate>
<approver>
<name>notyet</name>
<role>notyet</role>
<personName>
<first>notyet</first>
<middle>notyet</middle>
<last>notyet</last>
</personName>
<email>notyet</email>
</approver>
</productionOperation>
</productionOperationSet>
</WITSMLComposite>