David Price

Merge branch 'master' into ddrpref-fix

......@@ -452,7 +452,22 @@ ep-material:hasComponent
rdfs:comment "A component is all part material of the class."^^xsd:string ;
rdfs:domain ep-material:Material ;
rdfs:label "hasComponent"^^xsd:string ;
rdfs:range ep-material:Material .
rdfs:range ep-material:Material ;
rdfs:subPropertyOf ep-core:hasPart .
ep-material:hasNonPrimaryComponent
rdf:type owl:ObjectProperty ;
rdfs:domain ep-material:Material ;
rdfs:label "has non-primary component"^^xsd:string ;
rdfs:range ep-material:Material ;
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:hasPrimaryComponent
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:Material ;
rdfs:label "has primary component"^^xsd:string ;
rdfs:range ep-material:Material ;
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:massRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -460,6 +475,12 @@ ep-material:massRatio
rdfs:label "mass ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:moleRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "mole ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:partMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:MaterialPartWholePair ;
......
......@@ -14,41 +14,41 @@
<http://www.reportinghub.no/ep/schema/1.0/production-well>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/flow> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-material:GasAndWater
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType .
ep-material:Liquid
rdf:type ep-prodwell:FluidPhaseType .
ep-material:OilAndGas
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType .
ep-material:OilAndWater
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType .
ep-material:Sand
rdf:type ep-well:FluidComponentType .
ep-prodwell:Air-gas
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "air gas"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
ep-prodwell:Brine
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "brine"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
ep-prodwell:CO2-gas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
rdf:type ep-prodwell:InjectionFluidType , owl:Class ;
rdfs:label "CO2 gas"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
ep-prodwell:DryFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "dry fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
......@@ -62,38 +62,18 @@ ep-prodwell:FluidComponentType
rdfs:label "fluid component type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodwell:FluidComponentWholePair
rdf:type owl:Class ;
rdfs:label "fluid component/whole pair"^^xsd:string ;
rdfs:subClassOf ep-prodwell:FluidPair .
ep-prodwell:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "fluid fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:FluidNonPrimaryComponentWholePair
rdf:type owl:Class ;
rdfs:label "fluid non-primary component/whole pair"^^xsd:string ;
rdfs:subClassOf ep-prodwell:FluidComponentWholePair .
ep-prodwell:FluidPair
rdf:type owl:Class ;
rdfs:label "fluid pair"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ep-prodwell:FluidPhaseType
rdf:type rdfs:Class ;
rdfs:label "fluid phase type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodwell:FluidPrimaryComponentWholePair
rdf:type owl:Class ;
rdfs:label "fluid primary component/whole pair"^^xsd:string ;
rdfs:subClassOf ep-prodwell:FluidComponentWholePair .
ep-prodwell:FreshWater
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "fresh water"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
......@@ -103,7 +83,7 @@ ep-prodwell:InjectionFluidType
rdfs:subClassOf owl:Class .
ep-prodwell:Liquid
rdf:type ep-prodwell:FluidPhaseType , owl:Class ;
rdf:type owl:Class , ep-prodwell:FluidPhaseType ;
rdfs:label "liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
......@@ -113,32 +93,32 @@ ep-prodwell:NaturalGasClass
rdfs:subClassOf owl:Class .
ep-prodwell:NonHcGas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
rdf:type ep-prodwell:InjectionFluidType , owl:Class ;
rdfs:label "non-HC gas"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
ep-prodwell:OtherInjectionFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "other injection fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:PlusFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "plus fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:PureFluid
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "pure fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:SplitFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "split fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:Steam
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "steam"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
......@@ -148,100 +128,56 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
rdfs:subClassOf ep-well:TemporalPartOfAWellBore .
ep-prodwell:UnknownFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "unknown fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-prodwell:Liquid .
ep-prodwell:componentFluid
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodwell:FluidComponentWholePair ;
rdfs:label "component fluid"^^xsd:string ;
rdfs:range ep-material:Fluid ;
rdfs:subPropertyOf ep-prodwell:firstFluidInPair .
ep-prodwell:condensateYield
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:label "condensate yield"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-prodwell:depthOfBaseUsableWaterFromSurface
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of base of usable water from surface"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:depthOfFluidSurfaceFromTopOfWell
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:firstFluidInPair
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-prodwell:FluidPair ;
rdfs:label "first fluid in pair"^^xsd:string ;
rdfs:range ep-material:Fluid .
ep-prodwell:massRatio
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdfs:domain ep-prodwell:FluidPair ;
rdfs:label "mass ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-prodwell:moleRatio
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:domain ep-prodwell:FluidPair ;
rdfs:label "mole ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-prodwell:oilWaterRatioByMass
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:Fluid ;
rdfs:label "oil/water ratio by mass"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-prodwell:pOverZ
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:Fluid ;
rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-prodwell:potentialGasProduction
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdfs:label "potential gas production"^^xsd:string ;
rdfs:range ep-core:VolumetricFlowRate .
ep-prodwell:potentialOilProduction
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdfs:label "potential gas production"^^xsd:string ;
rdfs:range ep-core:VolumetricFlowRate .
ep-prodwell:secondFluidInPair
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-prodwell:FluidPair ;
rdfs:label "second fluid in pair"^^xsd:string ;
rdfs:range ep-material:Fluid .
ep-prodwell:volumeRatio
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdfs:domain ep-prodwell:FluidPair ;
rdfs:label "volume ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-prodwell:wholeFluid
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodwell:FluidComponentWholePair ;
rdfs:label "whole fluid"^^xsd:string ;
rdfs:range ep-material:Fluid ;
rdfs:subPropertyOf ep-prodwell:secondFluidInPair .
ep-well:SpatialPartOfAWellBore
rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore .
......
......@@ -28,6 +28,11 @@ The componentName element is used differently in the examples for the primary an
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#hasPrimaryComponent> ;
sp:subject
[ sp:varName "sampledFluid"^^xsd:string
]
] [ sp:object
[ sp:varName "fluidPhaseType"^^xsd:string
] ;
......@@ -43,17 +48,6 @@ The componentName element is used differently in the examples for the primary an
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#FluidPrimaryComponentWholePair> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#componentFluid> ;
sp:subject _:b2
] [ sp:object
[ sp:varName "sampledFluid"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#wholeFluid> ;
sp:subject _:b2
]) ;
sp:where ([ sp:object
[ sp:varName "fluidAnalysisResultRef"^^xsd:string
......@@ -138,191 +132,235 @@ The componentName element is used differently in the examples for the primary an
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40002c Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
rdfs:comment """STEP 40002d Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b3 ;
sp:templates ([ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate rdfs:label ;
sp:subject _:b5
] [ sp:object _:b7 ;
sp:predicate rdf:type ;
sp:subject _:b5
sp:subject _:b4
] [ sp:object _:b6 ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate rdfs:label ;
sp:subject _:b8
sp:subject _:b7
]) ;
sp:where ([ sp:object _:b9 ;
sp:where ([ sp:object _:b8 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b4
sp:subject _:b8
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b3
] [ sp:object _:b7 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b8
] [ sp:object _:b11 ;
] [ sp:object _:b9 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b7
] [ sp:object _:b10 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b10
sp:subject _:b9
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b10
sp:subject _:b9
])
] [ sp:object _:b13 ;
] [ sp:object _:b12 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b9
sp:subject _:b8
] [ sp:object _:b13 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b12
] [ sp:object _:b14 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent2Ref> ;
sp:subject _:b8
] [ sp:object _:b15 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b13
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "facilityParent2Ref"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent2Ref> ;
sp:subject _:b9
])
sp:subject _:b14
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b11
sp:arg1 _:b10
] ;
sp:variable _:b15
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b14
sp:arg1 _:b13
] ;
sp:variable _:b16
sp:variable _:b17
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b15
] ;
sp:variable
[ sp:varName "normalizedFacilityParent2Name"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 _:b16 ;
sp:arg1 _:b17 ;
sp:arg2 "$" ;
sp:arg3 _:b15
sp:arg3 _:b17 ;
sp:arg4 "$" ;
sp:arg5 _:b16
] ;
sp:variable _:b6
sp:variable _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b6
sp:arg1 _:b5
] ;
sp:variable _:b5
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b12
sp:arg1 _:b11
] ;
sp:variable _:b7
sp:variable _:b6
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40002a Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is \"well\" and facilityAlias is supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b17 ;
rdfs:comment """STEP 40002b Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b17
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate rdfs:label ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate rdfs:label ;
sp:subject _:b21
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b22 ;
sp:where ([ sp:object _:b24 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b22
] [ sp:object _:b22 ;
sp:subject _:b24
] [ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b18
] [ sp:object _:b21 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b22
sp:subject _:b19
] [ sp:object _:b23 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b21
] [ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityAliasRef> ;
sp:subject _:b22
] [ sp:object _:b25 ;
] [ sp:object _:b26 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b24
sp:subject _:b25
] [ sp:object _:b27 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b25
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b25
])
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "facilityParent1Ref"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b24
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b25
sp:arg1 _:b26
] ;
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b21
] ;
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
arg:wellName _:b25
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b27
] ;
sp:variable _:b19
sp:variable _:b22
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 40004 Specify the fluid analysis result."^^xsd:string ;
sp:templates ([ sp:object _:b26 ;
sp:predicate rdfs:label ;
sp:subject _:b27
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b29
]) ;
sp:where ([ sp:object _:b30 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
rdfs:comment "STEP 40001 Create the FluidSampleReport, FluidSampling activity and FluidSample object ."^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#FluidSampleReport> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b27
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b27
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b28
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b30
] [ sp:object _:b28 ;
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b30
]) ;
sp:where ([ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b29
] [ sp:object _:b33 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ;
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b31 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ;
sp:subject _:b28
sp:subject _:b33
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b26 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ;
sp:subject _:b28
sp:elements ([ sp:object _:b32 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ;
sp:subject _:b33
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b34 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#sampleTypeRef> ;
sp:subject _:b33
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectFluidSamplingType ;
sp:arg1 _:b34
] ;
sp:variable _:b31
])
] ;
spin:rule
......@@ -331,322 +369,276 @@ kind is \"well\" and facilityAlias is supplied"""^^xsd:string ;
The sample is anonymous. It is matched to its results via the sample name, which is assumed to be unique within the file."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b33 ;
sp:subject _:b35
] [ sp:object _:b36 ;
sp:predicate rdfs:label ;
sp:subject _:b32
] [ sp:object _:b32 ;
sp:subject _:b35
] [ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b34
sp:subject _:b37
]) ;
sp:where ([ sp:object _:b35 ;
sp:where ([ sp:object _:b38 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b35
] [ sp:object _:b35 ;
sp:subject _:b38
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b34
] [ sp:object _:b33 ;
sp:subject _:b37
] [ sp:object _:b36 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:subject _:b35
sp:subject _:b38
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 40001 Create the FluidSampleReport, FluidSampling activity and FluidSample object ."^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#FluidSampleReport> ;
sp:predicate rdf:type ;
sp:subject _:b36
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b36
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ;
sp:predicate rdf:type ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate rdf:type ;
sp:subject _:b38
] [ sp:object _:b40 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b38
rdfs:comment "STEP 40004 Specify the fluid analysis result."^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate rdfs:label ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b38
sp:subject _:b42
]) ;
sp:where ([ sp:object spin:_this ;
sp:where ([ sp:object _:b43 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b37
sp:subject _:b40
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b40
] [ sp:object _:b44 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:subject _:b43
] [ sp:object _:b41 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ;
sp:predicate rdf:type ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ;
sp:subject _:b41
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b40 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ;
sp:subject _:b41
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b42 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#sampleTypeRef> ;
sp:elements ([ sp:object _:b39 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ;
sp:subject _:b41
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectFluidSamplingType ;
sp:arg1 _:b42
] ;
sp:variable _:b39
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40002b Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b43 ;
rdfs:comment """STEP 40002a Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is \"well\" and facilityAlias is supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b44
] [ sp:object _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b43
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object _:b46 ;
sp:predicate rdfs:label ;
sp:subject _:b45
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate rdf:type ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b45
] [ sp:object _:b46 ;
] [ sp:object _:b48 ;
sp:predicate rdfs:label ;
sp:subject _:b48
sp:subject _:b49
]) ;
sp:where ([ sp:object _:b49 ;
sp:where ([ sp:object _:b50 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b49
] [ sp:object _:b49 ;
sp:subject _:b50
] [ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b44
] [ sp:object _:b48 ;
sp:subject _:b46
] [ sp:object _:b49 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b48
] [ sp:object _:b51 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b50
] [ sp:object _:b52 ;
] [ sp:object _:b51 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b49
] [ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b51
] [ sp:object _:b52 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityAliasRef> ;
sp:subject _:b50
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b50
])
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "facilityParent1Ref"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b49
])
] [ sp:object _:b53 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b52
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b51
sp:arg1 _:b53
] ;
sp:variable _:b46
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b46
] ;
sp:variable _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b52
[ rdf:type rhspin:wellByName ;
arg:wellName _:b53
] ;
sp:variable _:b47
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40002d Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
rdfs:comment """STEP 40002c Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume.
kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
sp:templates ([ sp:object _:b53 ;
sp:templates ([ sp:object _:b54 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b54
] [ sp:object _:b55 ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b53
sp:subject _:b54
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:predicate rdfs:label ;
sp:subject _:b55
sp:subject _:b56
] [ sp:object _:b57 ;
sp:predicate rdfs:label ;
sp:subject _:b56
] [ sp:object _:b58 ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:predicate rdfs:label ;
sp:subject _:b58
sp:subject _:b59
]) ;
sp:where ([ sp:object _:b59 ;
sp:where ([ sp:object _:b60 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ;
sp:subject spin:_this
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b59
] [ sp:object _:b59 ;
sp:subject _:b60
] [ sp:object _:b60 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b54
] [ sp:object _:b58 ;
sp:subject _:b55
] [ sp:object _:b59 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b58
] [ sp:object _:b61 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b60
] [ sp:object _:b61 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b59
] [ sp:object _:b62 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b61
] [ sp:object _:b63 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b60
sp:subject _:b61
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b60
sp:subject _:b61
])
] [ sp:object _:b63 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b59
] [ sp:object _:b64 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b63
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b60
] [ sp:object _:b65 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent2Ref> ;
sp:subject _:b59
] [ sp:object _:b66 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b65
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b61
] ;
sp:variable _:b67
sp:subject _:b64
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "facilityParent2Ref"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent2Ref> ;
sp:subject _:b60
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b64
sp:arg1 _:b62
] ;
sp:variable _:b68
sp:variable _:b66
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b66
sp:arg1 _:b65
] ;
sp:variable
[ sp:varName "normalizedFacilityParent2Name"^^xsd:string
]
sp:variable _:b67
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 _:b68 ;
sp:arg1 _:b67 ;
sp:arg2 "$" ;
sp:arg3 _:b68 ;
sp:arg4 "$" ;
sp:arg5 _:b67
sp:arg3 _:b66
] ;
sp:variable _:b56
sp:variable _:b57
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b56
sp:arg1 _:b57
] ;
sp:variable _:b55
sp:variable _:b56
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b62
sp:arg1 _:b63
] ;
sp:variable _:b57
sp:variable _:b58
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40005b Specify the fluid component - non-primary component.
The componentName element is used differently in the examples for the primary and non-primary components."""^^xsd:string ;
sp:templates ([ sp:object _:b69 ;
sp:predicate
[ sp:varName "fluidComponentType"^^xsd:string
] ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object _:b68 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#hasNonPrimaryComponent> ;
sp:subject
[ sp:varName "sampledFluid"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b69
] [ sp:object
[ sp:varName "fluidComponentKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b69
sp:subject _:b68
] [ sp:object
[ sp:varName "fluidSubstanceKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b69
] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#FluidNonPrimaryComponentWholePair> ;
sp:subject _:b68
] [ sp:object <http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair> ;
sp:predicate rdf:type ;
sp:subject _:b70
] [ sp:object _:b69 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#componentFluid> ;
sp:subject _:b70
sp:subject _:b69
] [ sp:object _:b68 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ;
sp:subject _:b69
] [ sp:object
[ sp:varName "sampledFluid"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#wholeFluid> ;
sp:subject _:b70
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#massRatio> ;
sp:subject _:b70
sp:predicate <http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair> ;
sp:subject _:b69
] [ sp:object _:b70 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#massRatio> ;
sp:subject _:b69
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject _:b71
sp:subject _:b70
] [ sp:object
[ sp:varName "realWeightPercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "weightPercentScale"^^xsd:string
] ;
sp:subject _:b71
] [ sp:object _:b72 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-well#moleRatio> ;
sp:subject _:b70
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#moleRatio> ;
sp:subject _:b69
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject _:b72
sp:subject _:b71
] [ sp:object
[ sp:varName "realMolePercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "molePercentScale"^^xsd:string
] ;
sp:subject _:b72
sp:subject _:b71
]) ;
sp:where ([ sp:object
[ sp:varName "fluidAnalysisResultRef"^^xsd:string
......@@ -783,176 +775,175 @@ The componentName element is used differently in the examples for the primary an
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b16
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b55
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b15
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b56
sp:varName "facility"^^xsd:string .
_:b14
sp:varName "facilityParent1Name"^^xsd:string .
_:b57
sp:varName "normalizedFacilityName"^^xsd:string .
_:b13
sp:varName "facilityParent1Ref"^^xsd:string .
_:b58
sp:varName "facilityType"^^xsd:string .
_:b12
sp:varName "facilityKind"^^xsd:string .
_:b59
sp:varName "facilityRef"^^xsd:string .
_:b11
sp:varName "facilityChildName"^^xsd:string .
_:b60
sp:varName "fluidSampleRef"^^xsd:string .
_:b10
_:b61
sp:varName "facilityNameRef"^^xsd:string .
_:b9 sp:varName "fluidSampleRef"^^xsd:string .
_:b8 sp:varName "facilityRef"^^xsd:string .
_:b62
sp:varName "facilityChildName"^^xsd:string .
_:b7 sp:varName "facilityType"^^xsd:string .
_:b63
sp:varName "facilityKind"^^xsd:string .
_:b6 sp:varName "normalizedFacilityName"^^xsd:string .
_:b64
sp:varName "facilityParent1Ref"^^xsd:string .
_:b5 sp:varName "facility"^^xsd:string .
_:b65
sp:varName "facilityParent1Name"^^xsd:string .
_:b4 sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b66
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b25
sp:varName "facilityAlias"^^xsd:string .
_:b67
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b24
sp:varName "facilityAliasRef"^^xsd:string .
_:b46
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b23
sp:varName "facilityNameRef"^^xsd:string .
_:b47
sp:varName "facility"^^xsd:string .
_:b22
sp:varName "fluidSampleRef"^^xsd:string .
_:b48
sp:varName "normalizedFacilityAlias"^^xsd:string .
_:b21
_:b49
sp:varName "facilityRef"^^xsd:string .
_:b20
sp:varName "normalizedFacilityAlias"^^xsd:string .
_:b50
sp:varName "fluidSampleRef"^^xsd:string .
_:b19
sp:varName "facility"^^xsd:string .
_:b51
sp:varName "facilityNameRef"^^xsd:string .
_:b18
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b52
sp:varName "facilityAliasRef"^^xsd:string .
_:b31
sp:varName "name"^^xsd:string .
_:b53
sp:varName "facilityAlias"^^xsd:string .
_:b30
sp:varName "fluidSampleRef"^^xsd:string .
_:b39
sp:varName "nameFluidAnalysis"^^xsd:string .
_:b29
sp:varName "sampledFluid"^^xsd:string .
_:b40
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b28
_:b41
sp:varName "fluidAnalysisResultRef"^^xsd:string .
_:b27
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b26
sp:varName "nameFluidAnalysis"^^xsd:string .
_:b42
sp:varName "sampledFluid"^^xsd:string .
_:b35
_:b43
sp:varName "fluidSampleRef"^^xsd:string .
_:b34
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b44
sp:varName "name"^^xsd:string .
_:b33
_:b36
sp:varName "name"^^xsd:string .
_:b42
sp:varName "sampleTypeRef"^^xsd:string .
_:b37
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b41
_:b38
sp:varName "fluidSampleRef"^^xsd:string .
_:b40
sp:varName "acquisitionDate"^^xsd:string .
_:b29
sp:varName "productionReport"^^xsd:string .
_:b39
_:b31
sp:varName "fluidSamplingType"^^xsd:string .
_:b37
sp:varName "productionReport"^^xsd:string .
_:b32
sp:varName "acquisitionDate"^^xsd:string .
_:b52
sp:varName "facilityKind"^^xsd:string .
_:b33
sp:varName "fluidSampleRef"^^xsd:string .
_:b51
sp:varName "facilityName"^^xsd:string .
_:b34
sp:varName "sampleTypeRef"^^xsd:string .
_:b50
sp:varName "facilityNameRef"^^xsd:string .
_:b19
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b49
sp:varName "fluidSampleRef"^^xsd:string .
_:b20
sp:varName "facility"^^xsd:string .
_:b48
sp:varName "facilityRef"^^xsd:string .
_:b21
sp:varName "normalizedFacilityName"^^xsd:string .
_:b47
_:b22
sp:varName "facilityType"^^xsd:string .
_:b46
sp:varName "normalizedFacilityName"^^xsd:string .
_:b23
sp:varName "facilityRef"^^xsd:string .
_:b45
sp:varName "facility"^^xsd:string .
_:b24
sp:varName "fluidSampleRef"^^xsd:string .
_:b44
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b25
sp:varName "facilityNameRef"^^xsd:string .
_:b68
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b26
sp:varName "facilityName"^^xsd:string .
_:b67
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b27
sp:varName "facilityKind"^^xsd:string .
_:b66
sp:varName "facilityParent2Name"^^xsd:string .
_:b3 sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b65
sp:varName "facilityParent2Ref"^^xsd:string .
_:b4 sp:varName "facility"^^xsd:string .
_:b64
sp:varName "facilityParent1Name"^^xsd:string .
_:b5 sp:varName "normalizedFacilityName"^^xsd:string .
_:b63
sp:varName "facilityParent1Ref"^^xsd:string .
_:b6 sp:varName "facilityType"^^xsd:string .
_:b62
sp:varName "facilityKind"^^xsd:string .
_:b7 sp:varName "facilityRef"^^xsd:string .
_:b61
_:b8 sp:varName "fluidSampleRef"^^xsd:string .
_:b9 sp:varName "facilityNameRef"^^xsd:string .
_:b10
sp:varName "facilityChildName"^^xsd:string .
_:b60
sp:varName "facilityNameRef"^^xsd:string .
_:b11
sp:varName "facilityKind"^^xsd:string .
_:b59
sp:varName "fluidSampleRef"^^xsd:string .
_:b12
sp:varName "facilityParent1Ref"^^xsd:string .
_:b58
sp:varName "facilityRef"^^xsd:string .
_:b13
sp:varName "facilityParent1Name"^^xsd:string .
_:b57
sp:varName "facilityType"^^xsd:string .
_:b14
sp:varName "facilityParent2Ref"^^xsd:string .
_:b56
sp:varName "normalizedFacilityName"^^xsd:string .
_:b15
sp:varName "facilityParent2Name"^^xsd:string .
_:b55
sp:varName "facility"^^xsd:string .
_:b16
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b54
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b17
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
......
......@@ -144,6 +144,19 @@
<balanceDetail>
<owner>Bayerngas Norge AS</owner>
<share uom="%">100.0</share>
<volumeValue>
<volume uom="m3">743</volume>
<grossCalorificValue uom="MJ/m3">41</grossCalorificValue>
<temp uom="degC">15</temp>
<pres uom="atm">1</pres>
<work uom="MJ">4001</work>
</volumeValue>
<mass uom="kg">820</mass>
<densityValue>
<density uom="kg/m3">744</density>
<temp uom="degC">15.0</temp>
<pres uom="atm">1</pres>
</densityValue>
</balanceDetail>
</balanceSet>
<alert>
......