David Leal

A very minor change to ep-core (just fixing an unresolved reference) and more work on the MPR.

......@@ -10,36 +10,36 @@
<http://www.reportinghub.no/ep/schema/1.0/core>
rdf:type owl:Ontology ;
owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-core:Class_of_indirect_property
rdf:type owl:Class ;
rdfs:label "class of indirect property"^^xsd:string ;
rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty .
rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty .
ep-core:Density
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Length
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "length"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MassPerUnitLength
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "mass per unit length"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MassPerUnitMassConcentration
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "mass per unit mass concentration"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MeasureOfAmountOfMaterial
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "measure of amount of material"^^xsd:string ;
rdfs:subClassOf owl:Class .
......@@ -54,17 +54,17 @@ ep-core:PhysicalThing
rdfs:subClassOf owl:Thing .
ep-core:PlaneAngle
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "plane angle"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:PlasticViscosity
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "plastic viscosity"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Pressure
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "pressure"^^xsd:string ;
rdfs:subClassOf owl:Class .
......@@ -74,87 +74,92 @@ ep-core:PropertySpace
rdfs:subClassOf owl:Class .
ep-core:Ratio
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "ratio"^^xsd:string .
ep-core:Scale
rdf:type owl:Class ;
rdfs:label "scale"^^xsd:string ;
rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty .
ep-core:SpecificVolume
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "specific volume"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Speed
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "speed"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:StrengthOfRockFormation
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "strength of rock formation"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Temperature
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "temperature"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:TimeDuration
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "time duration"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Volume
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
ep-core:VolumeAt15degC1atm
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
ep-core:VolumeAt1degC1atm
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
ep-core:VolumeAt60degF1atm
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
ep-core:VolumeMassRatio
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume mass ratio"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumePerUnitVolumeConcentration
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume per unit volume concentration"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumetricFlowRate
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volumetric flow rate"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:YieldPoint
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "yield point"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:apiName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "API name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:bar
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "bar"^^xsd:string .
ep-core:barrel
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "barrel"^^xsd:string .
ep-core:basisFor
......@@ -162,71 +167,71 @@ ep-core:basisFor
rdfs:label "basis for"^^xsd:string .
ep-core:celsius
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Temperature ;
rdfs:label "celsius"^^xsd:string .
ep-core:centiPoise
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "cP"^^xsd:string .
ep-core:day
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "day"^^xsd:string .
ep-core:decimetre3
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Volume ;
rdfs:label "decimetre 3"^^xsd:string .
ep-core:degreesOfAngle
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlaneAngle ;
rdfs:label "degrees of angle"^^xsd:string .
ep-core:derivedFrom
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:label "derived from"^^xsd:string .
ep-core:dtiName
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "DTI name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:dyne_second_metre-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "dyne.s.m-2"^^xsd:string .
ep-core:foot
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "foot"^^xsd:string .
ep-core:foot3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "foot3"^^xsd:string .
ep-core:foot3_sack94-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:YieldPoint ;
rdfs:label "foot3 sack94-1"^^xsd:string .
ep-core:footUS
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "foot (US survey)"^^xsd:string .
ep-core:fractionByVolume
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumePerUnitVolumeConcentration ;
rdfs:label "fraction by volume"^^xsd:string .
ep-core:gram_cm-3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "gram cm-3"^^xsd:string .
ep-core:hasPart
......@@ -258,7 +263,7 @@ ep-core:hasVolume
rdfs:label "has volume"^^xsd:string .
ep-core:hour
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "hour"^^xsd:string .
......@@ -269,84 +274,84 @@ ep-core:humanRecognizableName
rdfs:subPropertyOf ep-core:name .
ep-core:inch
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "inch"^^xsd:string .
ep-core:inchUS
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "inch (US survey)"^^xsd:string .
ep-core:kilogramforce_second_metre-2
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "kgf.s.m-2"^^xsd:string .
ep-core:localFieldName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "local field name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:megaPa
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "MPa"^^xsd:string .
ep-core:megaPa_second
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "MPa.second"^^xsd:string .
ep-core:metre
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "metre"^^xsd:string .
ep-core:metre3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "metre3"^^xsd:string .
ep-core:metre3_day-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "metre3 day-1"^^xsd:string .
ep-core:metre3_minute-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "metre3 minute-1"^^xsd:string .
ep-core:metre_hour-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Speed ;
rdfs:label "metre hour-1"^^xsd:string .
ep-core:millimetre
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "millimetre"^^xsd:string .
ep-core:million_barrel
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "million barrel"^^xsd:string .
ep-core:million_foot3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "million foot3"^^xsd:string .
ep-core:million_metre3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "million metre3"^^xsd:string .
ep-core:million_metre3_day-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "million metre3 day-1"^^xsd:string .
ep-core:minute
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "minute"^^xsd:string .
......@@ -356,31 +361,31 @@ ep-core:name
rdfs:range xsd:string .
ep-core:newton_second_metre-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "N.s.m-2"^^xsd:string .
ep-core:nominallyExistsAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "nominally exists at"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdCode
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "NPD code"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "NPD name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdNumber
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "NPD number"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
......@@ -393,68 +398,68 @@ ep-core:partOf
owl:inverseOf ep-core:hasPart .
ep-core:partPerMillionByMass
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:MassPerUnitMassConcentration ;
rdfs:label "part per million (by mass)"^^xsd:string .
ep-core:partPerMillionByVolume
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-core:VolumePerUnitVolumeConcentration ;
rdfs:label "part per million (by volume)"^^xsd:string .
ep-core:pascal
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "Pascal"^^xsd:string .
ep-core:pascal_second
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "Pa.second"^^xsd:string .
ep-core:perCentByVolume
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:VolumePerUnitVolumeConcentration ;
rdfs:label "per cent by volume"^^xsd:string .
ep-core:poise
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "P"^^xsd:string .
ep-core:pound_foot-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:MassPerUnitLength ;
rdfs:label "pound foot-1"^^xsd:string .
ep-core:poundforce_second_foot-2
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "lbf.s.ft-2"^^xsd:string .
ep-core:poundforce_second_inch-2
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "lbf.s.in-2"^^xsd:string .
ep-core:prospectName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "prospect name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:psi_second
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "psi.s"^^xsd:string .
ep-core:psig
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "psi gauge"^^xsd:string .
ep-core:second
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "second"^^xsd:string .
......@@ -467,7 +472,7 @@ ep-core:spatialPartOf
owl:inverseOf ep-core:hasSpatialPart .
ep-core:specificGravity
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "specific gravity"^^xsd:string .
ep-core:temporalPartOf
......@@ -479,16 +484,16 @@ ep-core:temporalPartOf
owl:inverseOf ep-core:hasTemporalPart .
ep-core:undefinedScale
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain owl:Class ;
rdfs:label "undefined scale"^^xsd:string .
ep-core:usGallon_sack94-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:VolumeMassRatio ;
rdfs:label "USgallon sack94-1"^^xsd:string .
ep-core:week
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "week"^^xsd:string .
......
......@@ -9,6 +9,7 @@
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> .
@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
@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#> .
......@@ -621,7 +622,7 @@ ep-flow:Overboard
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Pentane
rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
rdf:type owl:Class , ep-well:FluidComponentType , ep-prodact:SubstanceType ;
rdfs:label "pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .
......@@ -781,6 +782,11 @@ ep-flow:ProductionInventoryTargetMaterial
rdfs:label "production inventory target material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryToDate
rdf:type owl:Class ;
rdfs:label "production inventory to date"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionTestFlowLineFlow
rdf:type owl:Class ;
rdfs:label "production test flow line flow"^^xsd:string ;
......@@ -802,7 +808,7 @@ ep-flow:ProductionTestWellHeadFlow
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Propane
rdf:type owl:Class , ep-flow:ProductMaterialType , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
rdf:type owl:Class , ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ;
rdfs:label "propane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .
......@@ -924,6 +930,12 @@ ep-flow:dailyAverageAmountOfMaterial
rdfs:label "daily average amount of material"^^xsd:string ;
rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
ep-flow:energyContent
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-flow:QuantityOfMaterial ;
rdfs:label "energy content"^^xsd:string ;
rdfs:range ep-core:Work .
ep-flow:facilityContainsFlow
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
......@@ -954,7 +966,7 @@ ep-flow:grossCalorificValue
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-flow:QuantityOfMaterial ;
rdfs:label "gross calorific value"^^xsd:string ;
rdfs:range ep-core:Work .
rdfs:range ep-core:EnergyPerVolume .
ep-flow:hasMixedPart
rdf:type owl:ObjectProperty ;
......@@ -988,541 +1000,541 @@ ep-flow:rateOfFlowOfMaterial
rdfs:range ep-core:MeasureOfAmountOfMaterial .
ep-flow:substance-11dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "11dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .
ep-flow:substance-124tmBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "124tm benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .
ep-flow:substance-12dmBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "12dm benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .
ep-flow:substance-13dmBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "13dm benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .
ep-flow:substance-14dmBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "14dm benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .
ep-flow:substance-223tmButane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "223tm butane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .
ep-flow:substance-223tmPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "223tm pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .
ep-flow:substance-22dmButane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "22dm butane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .
ep-flow:substance-22dmHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "22dm hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .
ep-flow:substance-22dmPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "22dm pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .
ep-flow:substance-22dmPropane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "22dm propane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .
ep-flow:substance-23dmButane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "23dm butane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .
ep-flow:substance-23dmPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "23dm pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .
ep-flow:substance-24dmHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "24dm hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .
ep-flow:substance-24dmPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "24dm pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .
ep-flow:substance-25dmHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "25dm hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .
ep-flow:substance-2mButane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "2m butane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .
ep-flow:substance-2mHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "2m hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .
ep-flow:substance-2mPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "2m pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .
ep-flow:substance-2mPropane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "2m propane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .
ep-flow:substance-33dmPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "33dm pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .
ep-flow:substance-3etPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "3et pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .
ep-flow:substance-3mHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "3m hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .
ep-flow:substance-3mPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "3m pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .
ep-flow:substance-Ar
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .
ep-flow:substance-Benzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .
ep-flow:substance-Butane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "butane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .
ep-flow:substance-C11F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C11F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .
ep-flow:substance-C12F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C12F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .
ep-flow:substance-C13F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C13F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .
ep-flow:substance-C13dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "c13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .
ep-flow:substance-C14F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C14F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .
ep-flow:substance-C15F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C15F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .
ep-flow:substance-C16F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C16F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .
ep-flow:substance-C17F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C17F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .
ep-flow:substance-C18F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C18F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .
ep-flow:substance-C19F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C19F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .
ep-flow:substance-C20F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C20F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .
ep-flow:substance-C21F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C21F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .
ep-flow:substance-C22F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C22F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .
ep-flow:substance-C23F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C23F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .
ep-flow:substance-C24F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C24F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .
ep-flow:substance-C25F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C25F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .
ep-flow:substance-C26F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C26F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .
ep-flow:substance-C27F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C27F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .
ep-flow:substance-C28F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C28F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .
ep-flow:substance-C29F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C29F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .
ep-flow:substance-C30F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C30F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .
ep-flow:substance-C31F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C31F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .
ep-flow:substance-C32F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C32F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .
ep-flow:substance-C33F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C33F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .
ep-flow:substance-C34F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C34F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .
ep-flow:substance-C35F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C35F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .
ep-flow:substance-C36F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C36F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .
ep-flow:substance-C37F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C37F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .
ep-flow:substance-C38F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C38F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .
ep-flow:substance-C39F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C39F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .
ep-flow:substance-C40F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C40F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .
ep-flow:substance-C41F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C41F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .
ep-flow:substance-C42F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C42F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .
ep-flow:substance-C43F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C43F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .
ep-flow:substance-C44F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C44F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .
ep-flow:substance-C45F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C45F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .
ep-flow:substance-C46F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C46F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .
ep-flow:substance-C47F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C47F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .
ep-flow:substance-C48F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C48F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .
ep-flow:substance-C49F
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "C49F"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .
ep-flow:substance-CO2
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "CO2"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .
ep-flow:substance-Cyclohexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "cyclohexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
ep-flow:substance-Cyclopentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "cyclopentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
ep-flow:substance-Decanes
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "decanes"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .
ep-flow:substance-EtBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "et benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
ep-flow:substance-EtcyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "etcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
ep-flow:substance-Ethane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "ethane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .
ep-flow:substance-H2
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "H2"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .
ep-flow:substance-H2O
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "H2O"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .
ep-flow:substance-H2S
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "H2S"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .
ep-flow:substance-Heptanes
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "heptanes"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .
ep-flow:substance-Hexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .
ep-flow:substance-Hexanes
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "hexanes"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .
ep-flow:substance-MBenzene
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "m benzene"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
ep-flow:substance-McyHexane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "mcy hexane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
ep-flow:substance-McyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "mcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
ep-flow:substance-Methane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "methane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .
ep-flow:substance-N2
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "N2"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .
ep-flow:substance-Nonanes
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "nonanes"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .
ep-flow:substance-O2
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "O2"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .
ep-flow:substance-Octanes
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "octanes"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .
ep-flow:substance-T12dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "t12dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .
ep-flow:substance-T13dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-prodwell:FluidComponentType , owl:Class ;
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , owl:Class ;
rdfs:label "t13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-flow:QuantityOfMaterial ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .
......@@ -1538,17 +1550,17 @@ ep-flow:yearlyAverageAmountOfMaterial
rdfs:label "yearly average amount of material"^^xsd:string ;
rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
<http://www.reportinghub.no/ep/schema/well#Condensate>
ep-well:Condensate
rdf:type ep-flow:ProductMaterialType .
<http://www.reportinghub.no/ep/schema/well#Fluid>
ep-well:Fluid
rdfs:subClassOf ep-flow:QuantityOfMaterial .
<http://www.reportinghub.no/ep/schema/well#Gas>
ep-well:Gas
rdf:type ep-flow:ProductMaterialType .
<http://www.reportinghub.no/ep/schema/well#Oil>
ep-well:Oil
rdf:type ep-flow:ProductMaterialType .
<http://www.reportinghub.no/ep/schema/well#Water>
ep-well:Water
rdf:type ep-flow:ProductMaterialType .
......
<?xml version="1.0" encoding="UTF-8"?>
<objects version="1.0.0.0(PRODML)" xmlns="http://www.epim.no/schemas/mprml/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<documentInfo>
<DocumentName namingSystem="EC">TRYM July 2011</DocumentName>
<DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
<DocumentDate>2011-08-05T00:00:00.0Z</DocumentDate>
<FileCreationInformation>
<FileCreationDate>2011-08-15T00:00:00.0Z</FileCreationDate>
<SoftwareName>Energy Components</SoftwareName>
<FileCreator>Energy Components</FileCreator>
</FileCreationInformation>
<Owner>DONG E&amp;P Norge AS</Owner>
</documentInfo>
<context xsi:type="obj_report">
<kind>month</kind>
<title>TRYM July 2011</title>
<date>2011-07-01</date>
<dateEnd>2011-07-31</dateEnd>
<month>2011-07</month>
<year>2011</year>
<reportVersion>1</reportVersion>
<reportStatus>final</reportStatus>
<installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
<operator>
<name>DONG E&amp;P Norge AS</name>
<role>Operating company</role>
</operator>
</context>
<object xsi:type="obj_productVolume">
<name>TRYM</name>
<facility>
<name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</name>
<flow>
<name>TRYM measured-recalibrated production flow</name>
<kind>production</kind>
<qualifier>measured</qualifier>
<subQualifier>recalibrated</subQualifier>
<product>
<kind>oil - net</kind>
<name>TRYM measured-recalibrated oil flow</name>
<splitFactor>0.5</splitFactor>
<period>
<kind>month</kind>
<dateStart>2011-07-01</dateStart>
<dateEnd>2011-07-31</dateEnd>
<volumeValue>
<volume uom="m3">524.83</volume>
<grossCalorificValue uom="MJ/m3">10</grossCalorificValue>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
<work uom="MJ">1000</work>
</volumeValue>
<mass uom="kg">61.1</mass>
<densityValue>
<density uom="kg/m3">799.04</density>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
</densityValue>
</period>
<period>
<kind>daily month to date</kind>
<dateStart>2011-07-01</dateStart>
<dateEnd>2011-07-31</dateEnd>
<volumeValue>
<volume uom="m3">524.83</volume>
<grossCalorificValue uom="MJ/m3">20</grossCalorificValue>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
<work uom="MJ">2000</work>
</volumeValue>
<mass uom="kg">61.1</mass>
<densityValue>
<density uom="kg/m3">799.04</density>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
</densityValue>
</period>
</product>
</flow>
<flow>
<name>TRYM estimated production inventory</name>
<kind>inventory</kind>
<qualifier>estimate</qualifier>
<product>
<kind>oil - net</kind>
<name>TRYM estimated oil inventory</name>
<period>
<kind>month</kind>
<dateStart>2011-07-01</dateStart>
<dateEnd>2011-07-31</dateEnd>
<volumeValue>
<volume uom="m3">1000</volume>
<grossCalorificValue uom="MJ/m3">30</grossCalorificValue>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
<work uom="MJ">3000</work>
</volumeValue>
<mass uom="kg">2000</mass>
<densityValue>
<density uom="kg/m3">3000</density>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
</densityValue>
</period>
</product>
</flow>
<flow>
<name>FREDERICIA field production lifted by tanker</name>
<kind>hydrocarbon accounting</kind>
<qualifier>allocated</qualifier>
<product>
<kind>oil - net</kind>
<period>
<kind>month</kind>
<dateStart>2011-07-01</dateStart>
<dateEnd>2011-07-31</dateEnd>
<balanceSet>
<kind>tanker lifting</kind>
<cargoNumber>304/1</cargoNumber>
<cargoBatchNumber>1</cargoBatchNumber>
<shipper>Bayerngas Norge AS</shipper>
<destination>
<name>Fawley</name>
<type>harbour</type>
<country>UNITED KINGDOM</country>
</destination>
<event>
<date>2009-01-04</date>
<kind>bill of lading</kind>
</event>
<volumeValue>
<volume uom="m3">741.46</volume>
<grossCalorificValue uom="MJ/m3">40</grossCalorificValue>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
<work uom="MJ">4000</work>
</volumeValue>
<mass uom="kg">822.37</mass>
<densityValue>
<density uom="kg/m3">724.87</density>
<temp uom="degC">15.0</temp>
<pres uom="atm">1</pres>
</densityValue>
<balanceDetail>
<owner>Bayerngas Norge AS</owner>
<share uom="%">100.0</share>
</balanceDetail>
</balanceSet>
<alert>
<target>some XPATH</target>
<level>alert level</level>
<kind>alert kind</kind>
<description>alert description</description>
</alert>
<comment>
<who>David Leal</who>
<role>ontologist</role>
<dTimStart>2012-02-21</dTimStart>
<dTimEnd>2012-02-22</dTimEnd>
<remark>say something</remark>
</comment>
</period>
</product>
</flow>
</facility>
</object>
</objects>
\ No newline at end of file