David Leal

Migrated the materials schema into the MPR transforms

......@@ -18,6 +18,11 @@ ep-material:AqueousMaterial
rdfs:label "aqueous material"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:BasicSedimentAndWater
rdf:type owl:Class ;
rdfs:label "basic sediment and water"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:C10AndHeavier
rdf:type owl:Class ;
rdfs:label "C10+"^^xsd:string ;
......@@ -185,7 +190,7 @@ ep-material:Fluid
ep-material:Gas
rdf:type owl:Class ;
rdfs:label "gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Fluid .
ep-material:Gas-componentInOil
rdf:type owl:Class ;
......@@ -195,17 +200,22 @@ ep-material:Gas-componentInOil
ep-material:Gas-dry
rdf:type owl:Class ;
rdfs:label "gas - dry"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Gas .
ep-material:Gas-rich
rdf:type owl:Class ;
rdfs:label "gas - rich"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Gas .
ep-material:Gas-wet
rdf:type owl:Class ;
rdfs:label "gas - wet"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Gas .
ep-material:GasAndWater
rdf:type owl:Class ;
rdfs:label "gas and water"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:HeliumGas
rdf:type owl:Class ;
......@@ -242,6 +252,11 @@ ep-material:Isopentane
rdfs:label "isopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Liquid
rdf:type owl:Class ;
rdfs:label "liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:LiquifiedNaturalGas
rdf:type owl:Class ;
rdfs:label "liquified natural gas"^^xsd:string ;
......@@ -349,7 +364,12 @@ ep-material:Oil-componentInWater
ep-material:OilAndGas
rdf:type owl:Class ;
rdfs:label "oil and gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Fluid .
ep-material:OilAndWater
rdf:type owl:Class ;
rdfs:label "oil and water"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Oleic
rdf:type owl:Class ;
......@@ -394,7 +414,7 @@ ep-material:Salt
ep-material:Sand
rdf:type owl:Class ;
rdfs:label "sand"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Fluid .
ep-material:Triethyleneglycol
rdf:type owl:Class ;
......
......@@ -5,6 +5,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/production-core
# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
......@@ -12,6 +13,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/well
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -20,7 +22,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity>
......@@ -92,21 +94,9 @@ ep-core:Mass
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/flow#CrudeOil>
rdf:type owl:Class .
<http://www.reportinghub.no/ep/schema/flow#NaturalGas>
rdf:type owl:Class .
<http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial>
rdf:type owl:Class ;
rdfs:label "(temporal part of a) quantity of material"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
<http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial>
rdf:type owl:Class ;
rdfs:label "(temporal part of a) sample of material"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> .
rdfs:label "(temporal part of a) sample of material"^^xsd:string .
ep-prodact:AdministerFirstAid
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
......@@ -597,7 +587,7 @@ ep-prodact:WaterDischarge
ep-prodact:WaterSample
rdf:type owl:Class ;
rdfs:label "(temporal part of a) water sample"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> .
rdfs:subClassOf ep-material:Water , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> .
ep-prodact:WellTestReasonType
rdf:type rdfs:Class ;
......@@ -630,7 +620,6 @@ ep-prodact:amountOfOil
ep-prodact:cargoBatchNumber
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
rdfs:label "cargo batch number"^^xsd:string .
ep-prodact:cargoLoaded
......@@ -641,7 +630,6 @@ ep-prodact:cargoLoaded
ep-prodact:cargoNumber
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
rdfs:label "cargo number"^^xsd:string .
ep-prodact:classificationBySafetyActivityType
......@@ -675,7 +663,6 @@ ep-prodact:conveyed
ep-prodact:conveyedAmountOfMaterial
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:TransportationActivity ;
rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
rdfs:subPropertyOf ep-prodact:conveyed .
ep-prodact:coulterCounter
......@@ -755,8 +742,7 @@ ep-prodact:involvement
ep-prodact:movedProduct
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodact:MovementOfProduct ;
rdfs:label "moved product"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> .
rdfs:label "moved product"^^xsd:string .
ep-prodact:noOfDrillsOrExcercises
rdf:type owl:DatatypeProperty ;
......
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
# imports: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/well
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@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#> .
......@@ -12,23 +14,33 @@
<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> ;
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:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-material:GasAndWater
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
ep-material:Liquid
rdf:type ep-prodwell:FluidPhaseType .
ep-material:OilAndGas
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
ep-material:OilAndWater
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
ep-material:Sand
rdf:type ep-well:FluidComponentType .
ep-prodwell:Air-gas
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "air gas"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
ep-prodwell:BasicSedimentAndWater
rdf:type owl:Class ;
rdfs:label "basic sediment and water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-prodwell:Brine
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "brine"^^xsd:string ;
rdfs:subClassOf ep-well:Water .
rdfs:subClassOf ep-material:Water .
ep-prodwell:CO2-gas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
......@@ -38,7 +50,7 @@ ep-prodwell:CO2-gas
ep-prodwell:DryFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "dry fluid"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:FluidComponentKindType
rdf:type rdfs:Class ;
......@@ -58,7 +70,7 @@ ep-prodwell:FluidComponentWholePair
ep-prodwell:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "fluid fraction"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:FluidNonPrimaryComponentWholePair
rdf:type owl:Class ;
......@@ -83,12 +95,7 @@ ep-prodwell:FluidPrimaryComponentWholePair
ep-prodwell:FreshWater
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "fresh water"^^xsd:string ;
rdfs:subClassOf ep-well:Water .
ep-prodwell:GasAndWater
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "gas and water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Water .
ep-prodwell:InjectionFluidType
rdf:type rdfs:Class ;
......@@ -98,7 +105,7 @@ ep-prodwell:InjectionFluidType
ep-prodwell:Liquid
rdf:type ep-prodwell:FluidPhaseType , owl:Class ;
rdfs:label "liquid"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:NaturalGasClass
rdf:type rdfs:Class ;
......@@ -108,42 +115,27 @@ ep-prodwell:NaturalGasClass
ep-prodwell:NonHcGas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "non-HC gas"^^xsd:string ;
rdfs:subClassOf ep-well:Gas .
ep-prodwell:OilAndGas
rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "oil and gas"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-prodwell:OilAndWater
rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ;
rdfs:label "oil and water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Gas .
ep-prodwell:OtherInjectionFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "other injection fluid"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:PlusFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "plus fraction"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:PureFluid
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "pure fluid"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-prodwell:Sand
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "sand"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:SplitFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "split fraction"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:Steam
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
......@@ -158,11 +150,11 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
ep-prodwell:UnknownFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "unknown fluid"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-prodwell:Liquid .
......@@ -170,7 +162,7 @@ ep-prodwell:componentFluid
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodwell:FluidComponentWholePair ;
rdfs:label "component fluid"^^xsd:string ;
rdfs:range ep-well:Fluid ;
rdfs:range ep-material:Fluid ;
rdfs:subPropertyOf ep-prodwell:firstFluidInPair .
ep-prodwell:condensateYield
......@@ -180,13 +172,13 @@ ep-prodwell:condensateYield
ep-prodwell:depthOfBaseUsableWaterFromSurface
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:Fluid ;
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 ;
rdfs:domain ep-well:Fluid ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
rdfs:range ep-core:Length .
......@@ -194,7 +186,7 @@ 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-well:Fluid .
rdfs:range ep-material:Fluid .
ep-prodwell:massRatio
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
......@@ -210,13 +202,13 @@ ep-prodwell:moleRatio
ep-prodwell:oilWaterRatioByMass
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Fluid ;
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 ;
rdfs:domain ep-well:Fluid ;
rdfs:domain ep-material:Fluid ;
rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
rdfs:range ep-core:Pressure .
......@@ -236,7 +228,7 @@ 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-well:Fluid .
rdfs:range ep-material:Fluid .
ep-prodwell:volumeRatio
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
......@@ -248,20 +240,8 @@ ep-prodwell:wholeFluid
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodwell:FluidComponentWholePair ;
rdfs:label "whole fluid"^^xsd:string ;
rdfs:range ep-well:Fluid ;
rdfs:range ep-material:Fluid ;
rdfs:subPropertyOf ep-prodwell:secondFluidInPair .
ep-well:Condensate
rdf:type ep-prodwell:InjectionFluidType .
ep-well:Gas
rdf:type ep-prodwell:FluidPhaseType , ep-prodwell:InjectionFluidType .
ep-well:Oil
rdf:type ep-prodwell:InjectionFluidType .
ep-well:SpatialPartOfAWellBore
rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore .
ep-well:Water
rdf:type ep-prodwell:InjectionFluidType .
......
......@@ -2338,7 +2338,7 @@ ep-dpr-spin-lib:selectInjectedFluidType
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IF_other>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OtherInjectionFluid> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid>
sp:arg3 <http://www.reportinghub.no/ep/schema/material#Fluid>
]
]
]
......
This diff could not be displayed because it is too large.
......@@ -317,7 +317,7 @@
sp:subject
[ sp:varName "productionTestWaterFlow"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Water> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
......@@ -624,7 +624,7 @@
sp:subject
[ sp:varName "productionTestOilFlow"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Oil> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object _:b7 ;
......@@ -1669,7 +1669,7 @@
sp:subject
[ sp:varName "productionTestGasFlow"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Gas> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b16 ;
......@@ -2327,7 +2327,7 @@
] [ sp:object _:b23 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b22
] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#Sand> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Sand> ;
sp:predicate rdf:type ;
sp:subject _:b23
] [ sp:object _:b24 ;
......
......@@ -25,7 +25,7 @@
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40005a Specify the fluid component - primary component.
The componentName element is used differently in the examples for the primary and non-primary components."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
......@@ -329,7 +329,7 @@ kind is \"well\" and facilityAlias is supplied"""^^xsd:string ;
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40003 Create the Sample of fluid.
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/well#Fluid> ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b33 ;
......@@ -597,7 +597,7 @@ The componentName element is used differently in the examples for the primary an
sp:subject
[ sp:varName "sampledFluid"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b69
] [ sp:object
......
......@@ -6,6 +6,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/material
@prefix : <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> .
@prefix arg: <http://spinrdf.org/arg#> .
......@@ -808,7 +809,7 @@
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ;
sp:subject _:b15
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b16
] [ sp:object _:b17 ;
......@@ -1070,7 +1071,7 @@
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b21
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b22
]) ;
......@@ -1355,7 +1356,7 @@
sp:subject
[ sp:varName "temporalPartOfAWell"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object _:b30 ;
......@@ -1502,7 +1503,7 @@
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b33
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b35 ;
......@@ -1842,7 +1843,7 @@
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b41
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b42
]) ;
......@@ -1927,7 +1928,7 @@
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
sp:subject _:b45
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object _:b46 ;
......@@ -2373,7 +2374,7 @@
] [ sp:object _:b55 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b54
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b55
]) ;
......@@ -2452,7 +2453,7 @@
] [ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b56
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b57
]) ;
......@@ -3432,7 +3433,7 @@
] [ sp:object _:b77 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject _:b76
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:subject _:b77
] [ sp:object _:b78 ;
......