David Leal

Tidying of MPR schemas (and a very minor change to DDR core, equipment and well …

…- moving classes between schemas without changing namespace).
......@@ -505,3 +505,9 @@ ep-core:week
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "week"^^xsd:string .
ep-core:Mass
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "mass"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
......
......@@ -19,6 +19,9 @@
ep-core:PhysicalThing
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:Equipment
rdfs:subClassOf ep-core:PhysicalObject .
ep-eqt:BlowOutPreventer
rdf:type owl:Class ;
rdfs:label "blow out preventer"^^xsd:string ;
......
......@@ -10,8 +10,6 @@
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@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#> .
......@@ -19,16 +17,16 @@
<http://www.reportinghub.no/ep/schema/1.0/flow>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-flow:AllocatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "allocated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:BudgetFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "budget flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -37,83 +35,73 @@ ep-flow:ClassOfMaterialWithMassCriterion
rdfs:label "class of material with mass criterion"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:Condensate-grossFlow
rdf:type ep-flow:ProductMaterialType , owl:Class ;
rdfs:label "condensate - gross flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Condensate-netFlow
rdf:type ep-flow:ProductMaterialType , owl:Class ;
rdfs:label "condensate - net flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:ConstraintFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "constraint flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:ConstraintFlow-fixed
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "constraint flow - fixed"^^xsd:string ;
rdfs:subClassOf ep-flow:ConstraintFlow .
ep-flow:ConstraintFlow-maximum
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "constraint flow - maximum"^^xsd:string ;
rdfs:subClassOf ep-flow:ConstraintFlow .
ep-flow:ConstraintFlow-minimum
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "constraint flow - minimum"^^xsd:string ;
rdfs:subClassOf ep-flow:ConstraintFlow .
ep-flow:Consume
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Consume-HPflare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - HP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume-flare .
ep-flow:Consume-LPflare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - LP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume-flare .
ep-flow:Consume-blackstart
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - blackstart"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-compressor
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-emitted
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - emitted"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-flare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-fuel
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - fuel"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-noncompressor
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - non-compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-venting
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "consume - venting"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
......@@ -123,17 +111,17 @@ ep-flow:DailyProductionFlow
rdfs:subClassOf ep-flow:ProductionFlow .
ep-flow:DerivedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "derived flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:DerivedFlow-difference
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "derived flow - difference"^^xsd:string ;
rdfs:subClassOf ep-flow:DerivedFlow .
ep-flow:DifferenceFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "difference flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -143,27 +131,27 @@ ep-flow:ElectricPowerFlow
rdfs:subClassOf ep-flow:Flow .
ep-flow:EstimatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "estimated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Export
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "export"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Export-nominated
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "export nominated"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
ep-flow:Export-requested
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "export requested"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
ep-flow:Export-shortfall
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "export shortfall"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
......@@ -173,42 +161,42 @@ ep-flow:Flow
rdfs:subClassOf ep-core:PhysicalThing .
ep-flow:FlowAtInstant
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow at instant"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:FlowDuringDay
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during day"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
ep-flow:FlowDuringMonth
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during month"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
ep-flow:FlowDuringMonthToDate
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during month to date"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
ep-flow:FlowDuringPeriod
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during period"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:FlowDuringWeek
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during week"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
ep-flow:FlowDuringYear
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during year"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
ep-flow:FlowDuringYearToDate
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during year to date"^^xsd:string ;
rdfs:subClassOf ep-flow:FlowDuringPeriod .
......@@ -218,132 +206,122 @@ ep-flow:FlowOfLiquid
rdfs:subClassOf ep-core:PhysicalThing .
ep-flow:ForecastFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "forecast flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:ForecastFlow-declineCurve
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "forecast flow - decline curve"^^xsd:string ;
rdfs:subClassOf ep-flow:ForecastFlow .
ep-flow:ForecastFlow-standard
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "forecast flow - standard"^^xsd:string ;
rdfs:subClassOf ep-flow:ForecastFlow .
ep-flow:Gaslift
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "gas lift"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:GrossProductFlow
rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
rdfs:label "gross product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductFlow .
ep-flow:HydrocarbonAccounting
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "hydrocarbon accounting"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Import
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "import"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Injection
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "injection"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Inventory
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "inventory"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:MassAdjustedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "mass adjusted flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:MeasuredFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "measured flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:MeasuredFlow-fiscal
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "measured flow - fiscal"^^xsd:string ;
rdfs:subClassOf ep-flow:MeasuredFlow .
ep-flow:MeasuredFlow-raw
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "measured flow - raw"^^xsd:string ;
rdfs:subClassOf ep-flow:MeasuredFlow .
ep-flow:MeasuredFlow-recalibrated
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:label "measured flow - recalibrated"^^xsd:string ;
rdfs:subClassOf ep-flow:MeasuredFlow .
ep-flow:MeteredFlowFiscal
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "metered flow fiscal"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:NetProductFlow
rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
rdfs:label "net product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductFlow .
ep-flow:NominatedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "nominated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:ObjectThatLastsOneDay
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdfs:label "object that lasts one day"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:ObjectThatLastsOneMonth
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdfs:label "object that lasts one month"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:ObjectThatLastsOneWeek
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdfs:label "object that lasts one week"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:ObjectThatLastsOneYear
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdfs:label "object that lasts one year"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:Oil-grossFlow
rdf:type ep-flow:ProductMaterialType , owl:Class ;
rdfs:label "oil - gross flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Oil-netFlow
rdf:type ep-flow:ProductMaterialType , owl:Class ;
rdfs:label "oil - net flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Overboard
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "overboard"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:PotentialFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "potential flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:ProcessedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "processed flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -368,27 +346,27 @@ ep-flow:ProductInventory
rdfs:subClassOf ep-flow:Inventory .
ep-flow:ProductInventoryAdjustedClosingBalance
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryClosingBalance
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdfs:label "product inventory closing balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryClosingStorageBalance
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdfs:label "product inventory closing storage balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryOpFlex
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdfs:label "product inventory opFlex"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryOpeningBalance
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdfs:label "product inventory opening balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
......@@ -403,7 +381,7 @@ ep-flow:ProductMaterialType
rdfs:subClassOf owl:Class .
ep-flow:Production
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "production"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -438,37 +416,37 @@ ep-flow:ProductionInventory
rdfs:subClassOf ep-flow:Inventory .
ep-flow:ProductionInventoryAllocatedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory allocated material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryBudgetMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory budget material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryConstraintMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory constraint material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryDerivedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory derived material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryDifferenceMaterial
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdfs:label "production inventory difference material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryEstimatedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory estimated material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryForecastMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory forecast material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
......@@ -478,47 +456,47 @@ ep-flow:ProductionInventoryMaterialType
rdfs:subClassOf owl:Class .
ep-flow:ProductionInventoryMeasuredMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory measured material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryNominatedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory nominated material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryPotentialMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory potential material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryProcessedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory processed material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryQuotaMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory quota material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryRecommendedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory recommended material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventorySaleableMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory saleable material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventorySimulatedMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory simulated material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:ProductionInventoryTargetMaterial
rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ;
rdfs:label "production inventory target material"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory .
......@@ -548,46 +526,47 @@ ep-flow:ProductionTestWellHeadFlow
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:QuotaFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "quota flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:RecommendedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "recommended flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Sale
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "sale"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:SaleableFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "saleable flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:SampleOfMaterial
rdfs:label "sample of material"^^xsd:string ;
rdf:type owl:Class ;
rdfs:label "(temporal part of a) sample of material"^^xsd:string , "sample of material"^^xsd:string ;
rdfs:subClassOf ep-material:QuantityOfMaterial .
ep-flow:SimulatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "simulated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:Storage
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:label "storage"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:TargetFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "target flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
ep-flow:TariffBasisFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "tariff basis flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -602,7 +581,7 @@ ep-flow:TemporalPartOfAFlowDurationType
rdfs:subClassOf owl:Class .
ep-flow:ValueAdjustedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "value adjusted flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow .
......@@ -614,7 +593,7 @@ ep-flow:WholeLifeFlow
ep-flow:WholeLifeProductFlow
rdf:type owl:Class ;
rdfs:label "whole life product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow .
rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
ep-flow:WholeLifeProductInventory
rdf:type owl:Class ;
......@@ -624,7 +603,7 @@ ep-flow:WholeLifeProductInventory
ep-flow:WholeLifeProductionFlow
rdf:type owl:Class ;
rdfs:label "whole life production flow"^^xsd:string ;
rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow .
rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
ep-flow:WholeLifeProductionInventory
rdf:type owl:Class ;
......@@ -632,7 +611,7 @@ ep-flow:WholeLifeProductionInventory
rdfs:subClassOf ep-flow:ProductionInventory .
ep-flow:allocatedTo
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
rdfs:domain ep-core:PhysicalObject ;
rdfs:label "allocatedTo"^^xsd:string ;
......@@ -640,13 +619,13 @@ ep-flow:allocatedTo
rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
ep-flow:dailyAverageAmountOfMaterial
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-flow:Flow ;
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 ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "energy content"^^xsd:string ;
rdfs:range ep-core:Work .
......@@ -678,7 +657,7 @@ ep-flow:flowOutOf
rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
ep-flow:grossCalorificValue
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "gross calorific value"^^xsd:string ;
rdfs:range ep-core:EnergyPerVolume .
......@@ -698,29 +677,29 @@ ep-flow:hasNetworkPart
rdfs:subPropertyOf ep-core:hasPart .
ep-flow:materialInInventory
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-flow:Inventory ;
rdfs:label "material in inventory"^^xsd:string ;
rdfs:range ep-material:QuantityOfMaterial .
ep-flow:materialThatFlows
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-flow:Flow ;
rdfs:label "material that flows"^^xsd:string ;
rdfs:range ep-material:QuantityOfMaterial .
ep-flow:rateOfFlowOfMaterial
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:label "rate of flow of material"^^xsd:string ;
rdfs:range ep-core:MeasureOfAmountOfMaterial .
ep-flow:totalVolumeOfMaterial-deprecated
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "total volume of material"^^xsd:string ;
rdfs:range ep-core:MeasureOfAmountOfMaterial .
ep-flow:yearlyAverageAmountOfMaterial
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-flow:Flow ;
rdfs:label "yearly average amount of material"^^xsd:string ;
rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
......@@ -831,7 +810,7 @@ ep-material:Gas-wet
rdf:type ep-flow:ProductMaterialType .
ep-material:HeliumGas
rdf:type owl:Class , ep-flow:ProductMaterialType .
rdf:type ep-flow:ProductMaterialType .
ep-material:Heptane
rdf:type ep-flow:ProductMaterialType .
......@@ -908,16 +887,11 @@ ep-material:OilAndGas
ep-material:Oleic
rdf:type ep-flow:ProductMaterialType .
ep-material:Pentane
rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .
ep-material:PetroleumGasLiquid
rdf:type ep-flow:ProductMaterialType .
ep-material:Propane
rdf:type ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .
rdf:type ep-flow:ProductMaterialType .
ep-material:Propane-component
rdf:type ep-flow:ProductMaterialType .
......@@ -942,363 +916,3 @@ ep-material:Water-discharge
ep-material:Water-processed
rdf:type ep-flow:ProductMaterialType .
ep-material:substance-11dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .
ep-material:substance-124tmBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .
ep-material:substance-12dmBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .
ep-material:substance-13dmBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .
ep-material:substance-14dmBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .
ep-material:substance-223tmButane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .
ep-material:substance-223tmPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .
ep-material:substance-22dmButane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .
ep-material:substance-22dmHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .
ep-material:substance-22dmPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .
ep-material:substance-22dmPropane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .
ep-material:substance-23dmButane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .
ep-material:substance-23dmPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .
ep-material:substance-24dmHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .
ep-material:substance-24dmPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .
ep-material:substance-25dmHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .
ep-material:substance-2mButane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .
ep-material:substance-2mHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .
ep-material:substance-2mPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .
ep-material:substance-2mPropane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .
ep-material:substance-33dmPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .
ep-material:substance-3etPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .
ep-material:substance-3mHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .
ep-material:substance-3mPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .
ep-material:substance-Ar
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .
ep-material:substance-Benzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .
ep-material:substance-Butane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .
ep-material:substance-C11F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .
ep-material:substance-C12F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .
ep-material:substance-C13F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .
ep-material:substance-C13dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .
ep-material:substance-C14F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .
ep-material:substance-C15F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .
ep-material:substance-C16F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .
ep-material:substance-C17F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .
ep-material:substance-C18F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .
ep-material:substance-C19F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .
ep-material:substance-C20F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .
ep-material:substance-C21F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .
ep-material:substance-C22F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .
ep-material:substance-C23F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .
ep-material:substance-C24F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .
ep-material:substance-C25F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .
ep-material:substance-C26F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .
ep-material:substance-C27F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .
ep-material:substance-C28F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .
ep-material:substance-C29F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .
ep-material:substance-C30F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .
ep-material:substance-C31F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .
ep-material:substance-C32F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .
ep-material:substance-C33F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .
ep-material:substance-C34F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .
ep-material:substance-C35F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .
ep-material:substance-C36F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .
ep-material:substance-C37F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .
ep-material:substance-C38F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .
ep-material:substance-C39F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .
ep-material:substance-C40F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .
ep-material:substance-C41F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .
ep-material:substance-C42F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .
ep-material:substance-C43F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .
ep-material:substance-C44F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .
ep-material:substance-C45F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .
ep-material:substance-C46F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .
ep-material:substance-C47F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .
ep-material:substance-C48F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .
ep-material:substance-C49F
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .
ep-material:substance-CO2
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .
ep-material:substance-Cyclohexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
ep-material:substance-Cyclopentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
ep-material:substance-Decanes
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .
ep-material:substance-EtBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
ep-material:substance-EtcyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
ep-material:substance-Ethane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .
ep-material:substance-H2
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .
ep-material:substance-H2O
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .
ep-material:substance-H2S
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .
ep-material:substance-Heptanes
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .
ep-material:substance-Hexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .
ep-material:substance-Hexanes
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .
ep-material:substance-MBenzene
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
ep-material:substance-McyHexane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
ep-material:substance-McyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
ep-material:substance-Methane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .
ep-material:substance-N2
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .
ep-material:substance-Nonanes
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .
ep-material:substance-O2
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .
ep-material:substance-Octanes
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .
ep-material:substance-T12dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .
ep-material:substance-T13dmcyPentane
rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .
......
# baseURI: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/production-core
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
@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#> .
......@@ -10,9 +12,14 @@
<http://www.reportinghub.no/ep/schema/1.0/material>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-material:Air-gas
rdf:type owl:Class ;
rdfs:label "air gas"^^xsd:string ;
rdfs:subClassOf ep-material:NonHcGas .
ep-material:AqueousMaterial
rdf:type owl:Class ;
rdfs:label "aqueous material"^^xsd:string ;
......@@ -23,6 +30,11 @@ ep-material:BasicSedimentAndWater
rdfs:label "basic sediment and water"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Brine
rdf:type owl:Class ;
rdfs:label "brine"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
ep-material:C10AndHeavier
rdf:type owl:Class ;
rdfs:label "C10+"^^xsd:string ;
......@@ -113,6 +125,11 @@ ep-material:C9AndLighter
rdfs:label "C9-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:CO2-gas
rdf:type owl:Class ;
rdfs:label "CO2 gas"^^xsd:string ;
rdfs:subClassOf ep-material:NonHcGas .
ep-material:CarbonDioxide
rdf:type owl:Class ;
rdfs:label "carbon dioxide"^^xsd:string ;
......@@ -167,6 +184,11 @@ ep-material:Dioxygen
rdfs:label "dioxygen"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:DryFluid
rdf:type owl:Class ;
rdfs:label "dry fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Ethane
rdf:type owl:Class ;
rdfs:label "ethane"^^xsd:string ;
......@@ -187,6 +209,16 @@ ep-material:Fluid
rdfs:label "fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:FluidFraction
rdf:type owl:Class ;
rdfs:label "fluid fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:FreshWater
rdf:type owl:Class ;
rdfs:label "fresh water"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
ep-material:Gas
rdf:type owl:Class ;
rdfs:label "gas"^^xsd:string ;
......@@ -336,6 +368,11 @@ ep-material:NitrogenOxideGas
rdfs:label "nitrogen oxide gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:NonHcGas
rdf:type owl:Class ;
rdfs:label "non-HC gas"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
ep-material:NormalButane
rdf:type owl:Class ;
rdfs:label "normal butane"^^xsd:string ;
......@@ -381,31 +418,43 @@ ep-material:OrganicCarbon
rdfs:label "organic carbon"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Pentane
ep-material:OtherInjectionFluid
rdf:type owl:Class ;
rdfs:label "other injection fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Pentane
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .
ep-material:PetroleumGasLiquid
rdf:type owl:Class ;
rdfs:label "petroleum gas liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:ProductMaterialType
rdf:type rdfs:Class ;
rdfs:label " product material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-material:PlusFraction
rdf:type owl:Class ;
rdfs:label "plus fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Propane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "propane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .
ep-material:Propane-component
rdf:type owl:Class ;
rdfs:label "propane - component"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:PureFluid
rdf:type owl:Class ;
rdfs:label "pure fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:QuantityOfMaterial
rdf:type owl:Class ;
rdfs:label "(temporal part of a) quantity of material"^^xsd:string ;
......@@ -421,11 +470,31 @@ ep-material:Sand
rdfs:label "sand"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:SplitFraction
rdf:type owl:Class ;
rdfs:label "split fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Steam
rdf:type owl:Class ;
rdfs:label "steam"^^xsd:string ;
rdfs:subClassOf ep-material:NonHcGas .
ep-material:SubstanceType
rdf:type rdfs:Class ;
rdfs:label "substance type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-material:Triethyleneglycol
rdf:type owl:Class ;
rdfs:label "triethyleneglycol"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:UnknownFluid
rdf:type owl:Class ;
rdfs:label "unknown fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Vapour
rdf:type owl:Class ;
rdfs:label "vapour"^^xsd:string ;
......@@ -500,454 +569,544 @@ ep-material:secondMaterialOfPair
rdfs:range ep-material:Material .
ep-material:substance-11dmcyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "11dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .
ep-material:substance-124tmBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "124tm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .
ep-material:substance-12dmBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "12dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .
ep-material:substance-13dmBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "13dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .
ep-material:substance-14dmBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "14dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .
ep-material:substance-223tmButane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "223tm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .
ep-material:substance-223tmPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "223tm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .
ep-material:substance-22dmButane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "22dm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .
ep-material:substance-22dmHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "22dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .
ep-material:substance-22dmPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "22dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .
ep-material:substance-22dmPropane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "22dm propane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .
ep-material:substance-23dmButane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "23dm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .
ep-material:substance-23dmPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "23dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .
ep-material:substance-24dmHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "24dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .
ep-material:substance-24dmPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "24dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .
ep-material:substance-25dmHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "25dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .
ep-material:substance-2mButane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "2m butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .
ep-material:substance-2mHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "2m hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .
ep-material:substance-2mPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "2m pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .
ep-material:substance-2mPropane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "2m propane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .
ep-material:substance-33dmPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "33dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .
ep-material:substance-3etPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "3et pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .
ep-material:substance-3mHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "3m hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .
ep-material:substance-3mPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "3m pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .
ep-material:substance-Ar
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .
ep-material:substance-Benzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .
ep-material:substance-Butane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .
ep-material:substance-C11F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C11F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .
ep-material:substance-C12F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C12F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .
ep-material:substance-C13F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C13F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .
ep-material:substance-C13dmcyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "c13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .
ep-material:substance-C14F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C14F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .
ep-material:substance-C15F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C15F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .
ep-material:substance-C16F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C16F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .
ep-material:substance-C17F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C17F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .
ep-material:substance-C18F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C18F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .
ep-material:substance-C19F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C19F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .
ep-material:substance-C20F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C20F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .
ep-material:substance-C21F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C21F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .
ep-material:substance-C22F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C22F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .
ep-material:substance-C23F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C23F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .
ep-material:substance-C24F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C24F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .
ep-material:substance-C25F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C25F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .
ep-material:substance-C26F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C26F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .
ep-material:substance-C27F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C27F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .
ep-material:substance-C28F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C28F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .
ep-material:substance-C29F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C29F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .
ep-material:substance-C30F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C30F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .
ep-material:substance-C31F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C31F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .
ep-material:substance-C32F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C32F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .
ep-material:substance-C33F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C33F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .
ep-material:substance-C34F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C34F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .
ep-material:substance-C35F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C35F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .
ep-material:substance-C36F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C36F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .
ep-material:substance-C37F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C37F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .
ep-material:substance-C38F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C38F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .
ep-material:substance-C39F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C39F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .
ep-material:substance-C40F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C40F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .
ep-material:substance-C41F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C41F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .
ep-material:substance-C42F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C42F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .
ep-material:substance-C43F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C43F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .
ep-material:substance-C44F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C44F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .
ep-material:substance-C45F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C45F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .
ep-material:substance-C46F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C46F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .
ep-material:substance-C47F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C47F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .
ep-material:substance-C48F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C48F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .
ep-material:substance-C49F
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "C49F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .
ep-material:substance-CO2
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "CO2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .
ep-material:substance-Cyclohexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "cyclohexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
ep-material:substance-Cyclopentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "cyclopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
ep-material:substance-Decanes
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "decanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .
ep-material:substance-EtBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "et benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
ep-material:substance-EtcyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "etcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
ep-material:substance-Ethane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "ethane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .
ep-material:substance-H2
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "H2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .
ep-material:substance-H2O
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "H2O"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .
ep-material:substance-H2S
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "H2S"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .
ep-material:substance-Heptanes
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "heptanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .
ep-material:substance-Hexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .
ep-material:substance-Hexanes
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "hexanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .
ep-material:substance-MBenzene
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "m benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
ep-material:substance-McyHexane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "mcy hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
ep-material:substance-McyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "mcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
ep-material:substance-Methane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "methane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .
ep-material:substance-N2
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "N2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .
ep-material:substance-Nonanes
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "nonanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .
ep-material:substance-O2
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "O2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .
ep-material:substance-Octanes
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "octanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .
ep-material:substance-T12dmcyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "t12dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .
ep-material:substance-T13dmcyPentane
rdf:type owl:Class ;
rdf:type owl:Class , ep-material:SubstanceType ;
rdfs:label "t13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .
ep-material:volumeRatio
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
......
......@@ -53,51 +53,6 @@
rdfs:label "has flow"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> .
ep-core:Mass
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "mass"^^xsd:string ;
rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
<http://www.reportinghub.no/ep/schema/equipment#Manifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Separator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> .
<http://www.reportinghub.no/ep/schema/equipment#Tank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial>
rdf:type owl:Class ;
rdfs:label "(temporal part of a) sample of material"^^xsd:string .
ep-prodact:AccidentOrInjury
rdf:type owl:Class ;
rdfs:label "accident or injury"^^xsd:string ;
......@@ -226,14 +181,6 @@ ep-prodact:Fire
rdfs:label "fire"^^xsd:string ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:FlowLine
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .
ep-prodact:FlowLine-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:FlowLine .
ep-prodact:FluidLevelTest
rdf:type owl:Class ;
rdfs:label "fluid level test"^^xsd:string ;
......@@ -752,11 +699,6 @@ ep-prodact:StrikeOrLockout
rdfs:label "strike or lock-out"^^xsd:string ;
rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
ep-prodact:SubstanceType
rdf:type rdfs:Class ;
rdfs:label "substance type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodact:SupplyShipOperation
rdf:type owl:Class ;
rdfs:label "supply ship operation"^^xsd:string ;
......@@ -1189,5 +1131,3 @@ ep-prodact:yearlyActivityToDate
rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
rdfs:range ep-prodact:AnnualProductionActivityToDate .
<http://www.reportinghub.no/ep/schema/well#WellGroup>
rdf:type owl:Class .
......
......@@ -89,3 +89,69 @@ ep-prodfac:Pipeline
rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
rdfs:label "pipeline"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodeqt:Manifold
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
ep-prodeqt:Manifold-Injection
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:Manifold .
ep-prodeqt:Manifold-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:Manifold .
ep-prodeqt:Separator
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
ep-prodeqt:Tank
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
ep-prodeqt:TemporalPartOfAFlowLine
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:TemporalPartOfAManifold
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:TemporalPartOfASeparator
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:TemporalPartOfATank
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:Manifold
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
ep-prodeqt:Manifold-Injection
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:Manifold .
ep-prodeqt:Manifold-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:Manifold .
ep-prodeqt:Separator
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
ep-prodeqt:Tank
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
ep-prodeqt:FlowLine
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine .
ep-prodeqt:FlowLine-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodeqt:FlowLine .
......
......@@ -18,49 +18,28 @@
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-material:Liquid
rdf:type ep-prodwell:FluidPhaseType .
ep-material:OilAndGas
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
rdf:type ep-prodwell:InjectionFluidType .
ep-material:OilAndWater
rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType .
ep-material:Sand
rdf:type ep-well:FluidComponentType .
rdf:type ep-prodwell:InjectionFluidType .
ep-prodwell:AbandonedWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:label "abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
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:Brine
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "brine"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
ep-prodwell:CO2-gas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "CO2 gas"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
ep-prodwell:ClosedWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:label "closed well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:DryFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "dry fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:FluidComponentKindType
rdf:type rdfs:Class ;
......@@ -72,21 +51,11 @@ ep-prodwell:FluidComponentType
rdfs:label "fluid component type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodwell:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "fluid fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:FluidPhaseType
rdf:type rdfs:Class ;
rdfs:label "fluid phase type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodwell:FreshWater
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "fresh water"^^xsd:string ;
rdfs:subClassOf ep-material:Water .
ep-prodwell:InjectingWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:label "injecting well"^^xsd:string ;
......@@ -102,31 +71,22 @@ ep-prodwell:JunkedWell
rdfs:label "junked well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:Liquid
rdf:type ep-prodwell:FluidPhaseType , owl:Class ;
rdfs:label "liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Liquid
rdf:type ep-prodwell:FluidPhaseType .
ep-material:Gas
rdf:type ep-prodwell:FluidPhaseType .
ep-prodwell:NaturalGasClass
rdf:type rdfs:Class ;
rdfs:label "natural gas class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodwell:NonHcGas
rdf:type owl:Class , ep-prodwell:InjectionFluidType ;
rdfs:label "non-HC gas"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
ep-prodwell:OperatingWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:label "operating well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:OtherInjectionFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "other injection fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:PluggedAndAbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdfs:label "plugged and abandoned well"^^xsd:string ;
......@@ -137,11 +97,6 @@ ep-prodwell:PluggedWell
rdfs:label "plugged well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:PlusFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "plus fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:ProducingInjectingWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:label "producing injecting well"^^xsd:string ;
......@@ -152,25 +107,11 @@ ep-prodwell:ProducingWell
rdfs:label "producing well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:PureFluid
rdf:type ep-prodwell:FluidComponentKindType , owl:Class ;
rdfs:label "pure fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:RockFormation
rdf:type owl:Class ;
rdfs:label "rock formation"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-prodwell:SplitFraction
rdf:type owl:Class , ep-prodwell:FluidComponentKindType ;
rdfs:label "split fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:Steam
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "steam"^^xsd:string ;
rdfs:subClassOf ep-prodwell:NonHcGas .
ep-prodwell:SuspendedAtTdWell
rdf:type ep-prodwell:WellStatusType , owl:Class ;
......@@ -197,11 +138,6 @@ ep-prodwell:TubingHead
rdfs:label "tubing head"^^xsd:string ;
rdfs:subClassOf ep-well:SpatialPartOfAWell .
ep-prodwell:UnknownFluid
rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ;
rdfs:label "unknown fluid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-prodwell:WellCompletion
rdf:type owl:Class ;
rdfs:label "well completion"^^xsd:string ;
......@@ -221,7 +157,7 @@ ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-prodwell:Liquid .
rdfs:range ep-material:Liquid .
ep-prodwell:condensateYield
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
......@@ -272,3 +208,140 @@ ep-well:TemporalPartOfAWell
ep-well:TemporalPartOfAWellBore
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-well:WellGroup
rdf:type owl:Class .
ep-material:Pentane rdf:type ep-prodwell:FluidComponentType .
ep-material:Propane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-11dmcyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-124tmBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-12dmBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-13dmBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-14dmBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-223tmButane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-223tmPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-22dmButane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-22dmHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-22dmPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-22dmPropane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-23dmButane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-23dmPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-24dmHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-24dmPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-25dmHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-2mButane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-2mHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-2mPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-2mPropane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-33dmPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-3etPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-3mHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-3mPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Ar rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Benzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Butane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C11F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C12F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C13F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C13dmcyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C14F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C15F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C16F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C17F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C18F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C19F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C20F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C21F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C22F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C23F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C24F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C25F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C26F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C27F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C28F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C29F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C30F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C31F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C32F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C33F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C34F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C35F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C36F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C37F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C38F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C39F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C40F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C41F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C42F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C43F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C44F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C45F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C46F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C47F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C48F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-C49F rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-CO2 rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Cyclohexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Cyclopentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Decanes rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-EtBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-EtcyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Ethane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-H2 rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-H2O rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-H2S rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Heptanes rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Hexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Hexanes rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-MBenzene rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-McyHexane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-McyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Methane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-N2 rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Nonanes rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-O2 rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-Octanes rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-T12dmcyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:substance-T13dmcyPentane rdf:type ep-prodwell:FluidComponentType .
ep-material:Steam
rdf:type ep-prodwell:InjectionFluidType .
ep-material:Air-gas
rdf:type ep-prodwell:InjectionFluidType .
ep-material:Brine
rdf:type ep-prodwell:InjectionFluidType .
ep-material:CO2-gas
rdf:type ep-prodwell:InjectionFluidType .
ep-material:DryFluid
rdf:type ep-prodwell:InjectionFluidType .
ep-material:FreshWater
rdf:type ep-prodwell:InjectionFluidType .
ep-material:NonHcGas
rdf:type ep-prodwell:InjectionFluidType .
ep-material:OtherInjectionFluid
rdf:type ep-prodwell:InjectionFluidType .
ep-material:UnknownFluid
rdf:type ep-prodwell:InjectionFluidType .
ep-material:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType .
ep-material:PlusFraction
rdf:type ep-prodwell:FluidComponentKindType .
ep-material:PureFluid
rdf:type ep-prodwell:FluidComponentKindType .
ep-material:SplitFraction
rdf:type ep-prodwell:FluidComponentKindType .
\ No newline at end of file
......
......@@ -17,8 +17,7 @@
owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <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/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
rdfs:subClassOf ep-core:PhysicalObject .
<http://www.reportinghub.no/ep/schema/material#Condensate>
rdf:type ep-well:FluidComponentType .
......
......@@ -1094,31 +1094,31 @@ ep-mpr-spin-lib:selectFluidComponentKindType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#FCK_frac>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#FluidFraction> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#FluidFraction> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#FCK_pure>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#PureFluid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#PureFluid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#FCK_pure>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#PureFluid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#PureFluid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#FCK_split>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#SplitFraction> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#SplitFraction> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#FCK_plus>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#PlusFraction> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#PlusFraction> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/material#Fluid>
]
]
......@@ -1146,7 +1146,7 @@ ep-mpr-spin-lib:selectFluidPhaseType
sp:arg1 spin:_arg1 ;
sp:arg2 "liquid"^^xsd:string
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Liquid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#Liquid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -1397,13 +1397,13 @@ ep-mpr-spin-lib:selectInjectedFluidType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_nonHCgas>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#NonHcGas> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#NonHcGas> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_CO2>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#CO2-gas> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#CO2-gas> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -1415,13 +1415,13 @@ ep-mpr-spin-lib:selectInjectedFluidType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_brine>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Brine> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#Brine> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_freshwater>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#FreshWater> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#FreshWater> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -1451,31 +1451,31 @@ ep-mpr-spin-lib:selectInjectedFluidType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_steam>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Steam> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#Steam> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_air>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Air-gas> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#Air-gas> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_dry>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#DryFluid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#DryFluid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_unknown>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#UnknownFluid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#UnknownFluid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_other>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OtherInjectionFluid> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/material#OtherInjectionFluid> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/material#Fluid>
]
]
......
......@@ -23,31 +23,63 @@
<http://www.epim.no/schemas/mprml/1#A_Global-Objects>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40005a Specify the fluid component - primary component.
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 <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:predicate <http://www.reportinghub.no/ep/schema/material#hasNonPrimaryComponent> ;
sp:subject
[ sp:varName "sampledFluid"^^xsd:string
]
] [ sp:object
[ sp:varName "fluidPhaseType"^^xsd:string
[ sp:varName "fluidComponentKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object
[ sp:varName "fluidComponentKindType"^^xsd:string
[ sp:varName "fluidSubstanceKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ;
sp:subject _:b2
] [ sp:object
[ sp:varName "fluidSubstanceKindType"^^xsd:string
[ sp:varName "sampledFluid"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#massRatio> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject _:b1
sp:subject _:b3
] [ sp:object
[ sp:varName "realWeightPercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "weightPercentScale"^^xsd:string
] ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#moleRatio> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object
[ sp:varName "realMolePercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "molePercentScale"^^xsd:string
] ;
sp:subject _:b4
]) ;
sp:where ([ sp:object
[ sp:varName "fluidAnalysisResultRef"^^xsd:string
......@@ -73,7 +105,7 @@ The componentName element is used differently in the examples for the primary an
sp:subject
[ sp:varName "fluidAnalysisResultRef"^^xsd:string
]
] [ sp:object "true"^^xsd:boolean ;
] [ sp:object "false"^^xsd:boolean ;
sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
......@@ -85,39 +117,90 @@ The componentName element is used differently in the examples for the primary an
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#SubstanceType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "fluidSubstanceKindType"^^xsd:string
]
] [ sp:object
[ sp:varName "name"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "fluidSubstanceKindType"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "componentBaseKindRef"^^xsd:string
[ sp:varName "componentKindRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentBaseKindRef> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "weightPercentRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object
[ sp:varName "componentBaseKindRef"^^xsd:string
[ sp:varName "realWeightPercent"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-core#mapsTo> ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "fluidSubstanceKindType"^^xsd:string
[ sp:varName "weightPercentRef"^^xsd:string
]
] [ sp:object
[ sp:varName "uomWeightPercent"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
sp:subject
[ sp:varName "weightPercentRef"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "componentKindRef"^^xsd:string
[ sp:varName "molePercentRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object
[ sp:varName "realMolePercent"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "molePercentRef"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMolePercent"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
sp:subject
[ sp:varName "molePercentRef"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectFluidPhaseType ;
sp:arg1 [ sp:varName "name"^^xsd:string
[ rdf:type ep-mpr-spin-lib:selectRatioScale ;
sp:arg1 [ sp:varName "uomWeightPercent"^^xsd:string
]
] ;
sp:variable
[ sp:varName "fluidPhaseType"^^xsd:string
[ sp:varName "weightPercentScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectRatioScale ;
sp:arg1 [ sp:varName "uomMolePercent"^^xsd:string
]
] ;
sp:variable
[ sp:varName "molePercentScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
......@@ -132,71 +215,66 @@ The componentName element is used differently in the examples for the primary an
] ;
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 _:b2 ;
sp:templates ([ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b2
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate rdfs:label ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:subject _:b7
] [ sp:object _:b9 ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate rdfs:label ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate rdfs:label ;
sp:subject _:b10
]) ;
sp:where ([ sp:object _:b8 ;
sp:where ([ sp:object _:b11 ;
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 _:b8
] [ sp:object _:b8 ;
sp:subject _:b11
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b3
] [ sp:object _:b7 ;
sp:subject _:b6
] [ sp:object _:b10 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b7
] [ sp:object _:b10 ;
sp:subject _:b10
] [ sp:object _:b13 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:subject _:b12
] [ sp:object _:b14 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b9
sp:subject _:b12
] [ 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 _:b9
sp:subject _:b12
])
] [ sp:object _:b12 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent1Ref> ;
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.epim.no/schemas/mprml/1#facilityParent1Ref> ;
sp:subject _:b11
] [ sp:object _:b16 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b14
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b10
] ;
sp:variable _:b16
sp:subject _:b15
] [ 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 _:b11
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
......@@ -206,55 +284,42 @@ kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b15
sp:arg1 _:b16
] ;
sp:variable
[ sp:varName "normalizedFacilityParent2Name"^^xsd:string
]
sp:variable _:b18
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 _:b17 ;
sp:arg1 _:b18 ;
sp:arg2 "$" ;
sp:arg3 _:b17 ;
sp:arg4 "$" ;
sp:arg5 _:b16
sp:arg3 _:b17
] ;
sp:variable _:b5
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b5
sp:arg1 _:b8
] ;
sp:variable _:b4
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b11
sp:arg1 _:b14
] ;
sp:variable _:b6
sp:variable _:b9
])
] ;
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 _:b18 ;
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 _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
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:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b19
] [ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate rdfs:label ;
sp:subject _:b23
]) ;
......@@ -266,101 +331,75 @@ kind is not \"well\" and facilityParent1 is not supplied"""^^xsd:string ;
sp:subject _:b24
] [ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b19
sp:subject _:b20
] [ 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 _:b23
] [ sp:object _:b26 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b25
] [ sp:object _:b27 ;
] [ 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 <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
])
] [ sp:object _:b26 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityAliasRef> ;
sp:subject _:b24
] [ sp:object _:b27 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b26
] ;
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b21
sp:arg1 _:b27
] ;
sp:variable _:b20
sp:variable _:b22
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b27
[ rdf:type rhspin:wellByName ;
arg:wellName _:b27
] ;
sp:variable _:b22
sp:variable _:b21
])
] ;
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 _:b28
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b28
rdfs:comment "STEP 40004 Specify the fluid analysis result."^^xsd:string ;
sp:templates ([ sp:object _:b28 ;
sp:predicate rdfs:label ;
sp:subject _:b29
] [ 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 rdf:type ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b30
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b30
sp:subject _:b31
]) ;
sp:where ([ sp:object spin:_this ;
sp:where ([ sp:object _:b32 ;
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 _:b32
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b29
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b29
] [ sp:object _:b33 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:subject _:b32
] [ 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> ;
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ;
sp:predicate rdf:type ;
sp:subject _:b33
sp:subject _:b30
] [ sp:object _:b33 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ;
sp:subject _:b30
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b32 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ;
sp:subject _:b33
sp:elements ([ sp:object _:b28 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ;
sp:subject _:b30
])
] [ 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
......@@ -369,107 +408,136 @@ kind is not \"well\" and facilityParent1 is not 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 _:b35
] [ sp:object _:b36 ;
sp:predicate rdfs:label ;
sp:subject _:b35
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate rdfs:label ;
sp:subject _:b34
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:subject _:b37
sp:subject _:b36
]) ;
sp:where ([ sp:object _:b38 ;
sp:where ([ sp:object _:b37 ;
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 _:b38
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b37
] [ sp:object _:b36 ;
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b36
] [ sp:object _:b35 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:subject _:b38
sp:subject _:b37
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 40004 Specify the fluid analysis result."^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate rdfs:label ;
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 _:b38
] [ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b38
] [ sp:object _:b40 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b38
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b42
]) ;
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 _:b40
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b40
] [ sp:object _:b44 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#name> ;
sp:subject _:b43
] [ sp:object _:b41 ;
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b40
]) ;
sp:where ([ sp:object spin:_this ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b39
] [ 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_fluidAnalysisResult> ;
] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ;
sp:predicate rdf:type ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ;
sp:subject _:b41
sp:subject _:b43
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b39 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ;
sp:subject _:b41
sp:elements ([ sp:object _:b42 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ;
sp:subject _:b43
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b44 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#sampleTypeRef> ;
sp:subject _:b43
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectFluidSamplingType ;
sp:arg1 _:b44
] ;
sp:variable _:b41
])
] ;
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 ;
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 _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b45
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b47
] [ sp:object _:b48 ;
sp:predicate rdfs:label ;
sp:subject _:b49
sp:subject _:b47
] [ sp:object _:b49 ;
sp:predicate rdf:type ;
sp:subject _:b47
] [ sp:object _:b48 ;
sp:predicate rdfs:label ;
sp:subject _:b50
]) ;
sp:where ([ sp:object _:b50 ;
sp:where ([ sp:object _:b51 ;
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 _:b50
] [ sp:object _:b50 ;
sp:subject _:b51
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b46
] [ sp:object _:b49 ;
] [ sp:object _:b50 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
sp:subject _:b50
] [ 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:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b50
] [ sp:object _:b53 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b52
] [ sp:object _:b54 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b52
] [ 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 _:b52
])
] [ 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 _:b51
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
......@@ -478,166 +546,149 @@ kind is \"well\" and facilityAlias is supplied"""^^xsd:string ;
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
arg:wellName _:b53
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b48
] ;
sp:variable _:b47
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b54
] ;
sp:variable _:b49
])
] ;
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 _:b54 ;
sp:templates ([ sp:object _:b55 ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b54
sp:subject _:b55
] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ;
sp:predicate rdf:type ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:predicate rdfs:label ;
sp:subject _:b56
sp:subject _:b57
] [ sp:object _:b58 ;
sp:predicate rdfs:label ;
sp:subject _:b57
] [ sp:object _:b59 ;
sp:predicate rdf:type ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:subject _:b57
] [ sp:object _:b58 ;
sp:predicate rdfs:label ;
sp:subject _:b59
sp:subject _:b60
]) ;
sp:where ([ sp:object _:b60 ;
sp:where ([ sp:object _:b61 ;
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 _:b60
] [ sp:object _:b60 ;
sp:subject _:b61
] [ sp:object _:b61 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b55
] [ sp:object _:b59 ;
sp:subject _:b56
] [ sp:object _:b60 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ;
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 _:b62 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ;
sp:subject _:b60
] [ sp:object _:b63 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b62
] [ sp:object _:b64 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ;
sp:subject _:b61
sp:subject _:b62
] [ 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 _:b61
sp:subject _:b62
])
] [ sp:object _:b64 ;
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#facilityParent1Ref> ;
sp:subject _:b61
] [ sp:object _:b66 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
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
])
sp:subject _:b65
] [ sp:object _:b67 ;
sp:predicate <http://www.epim.no/schemas/mprml/1#facilityParent2Ref> ;
sp:subject _:b61
] [ sp:object _:b68 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b67
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b62
sp:arg1 _:b63
] ;
sp:variable _:b66
sp:variable _:b69
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b65
sp:arg1 _:b66
] ;
sp:variable _:b67
sp:variable _:b70
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b68
] ;
sp:variable
[ sp:varName "normalizedFacilityParent2Name"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 _:b67 ;
sp:arg1 _:b70 ;
sp:arg2 "$" ;
sp:arg3 _:b66
sp:arg3 _:b70 ;
sp:arg4 "$" ;
sp:arg5 _:b69
] ;
sp:variable _:b57
sp:variable _:b58
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b57
sp:arg1 _:b58
] ;
sp:variable _:b56
sp:variable _:b57
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b63
sp:arg1 _:b64
] ;
sp:variable _:b58
sp:variable _:b59
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 40005b Specify the fluid component - non-primary component.
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/material#Fluid> ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object _:b68 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#hasNonPrimaryComponent> ;
sp:subject _:b71
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/material#hasPrimaryComponent> ;
sp:subject
[ sp:varName "sampledFluid"^^xsd:string
]
] [ sp:object
[ sp:varName "fluidComponentKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object
[ sp:varName "fluidSubstanceKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object <http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair> ;
sp:predicate rdf:type ;
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:varName "fluidPhaseType"^^xsd:string
] ;
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 _:b70
sp:subject _:b71
] [ sp:object
[ sp:varName "realWeightPercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "weightPercentScale"^^xsd:string
[ sp:varName "fluidComponentKindType"^^xsd:string
] ;
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 _:b71
] [ sp:object
[ sp:varName "realMolePercent"^^xsd:string
] ;
sp:predicate
[ sp:varName "molePercentScale"^^xsd:string
[ sp:varName "fluidSubstanceKindType"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject _:b71
]) ;
sp:where ([ sp:object
......@@ -664,7 +715,7 @@ The componentName element is used differently in the examples for the primary an
sp:subject
[ sp:varName "fluidAnalysisResultRef"^^xsd:string
]
] [ sp:object "false"^^xsd:boolean ;
] [ sp:object "true"^^xsd:boolean ;
sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
......@@ -676,90 +727,39 @@ The componentName element is used differently in the examples for the primary an
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#SubstanceType> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "fluidSubstanceKindType"^^xsd:string
]
] [ sp:object
[ sp:varName "name"^^xsd:string
] ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "fluidSubstanceKindType"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "componentKindRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "weightPercentRef"^^xsd:string
[ sp:varName "componentBaseKindRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentBaseKindRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object
[ sp:varName "realWeightPercent"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "weightPercentRef"^^xsd:string
]
] [ sp:object
[ sp:varName "uomWeightPercent"^^xsd:string
[ sp:varName "componentBaseKindRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
sp:predicate <http://www.reportinghub.no/ep/schema/production-core#mapsTo> ;
sp:subject
[ sp:varName "weightPercentRef"^^xsd:string
[ sp:varName "fluidSubstanceKindType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "molePercentRef"^^xsd:string
[ sp:varName "componentKindRef"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ;
sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ;
sp:subject
[ sp:varName "fluidSampleCompositionRef"^^xsd:string
]
] [ sp:object
[ sp:varName "realMolePercent"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject
[ sp:varName "molePercentRef"^^xsd:string
]
] [ sp:object
[ sp:varName "uomMolePercent"^^xsd:string
] ;
sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
sp:subject
[ sp:varName "molePercentRef"^^xsd:string
]
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectRatioScale ;
sp:arg1 [ sp:varName "uomWeightPercent"^^xsd:string
]
] ;
sp:variable
[ sp:varName "weightPercentScale"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-mpr-spin-lib:selectRatioScale ;
sp:arg1 [ sp:varName "uomMolePercent"^^xsd:string
[ rdf:type ep-mpr-spin-lib:selectFluidPhaseType ;
sp:arg1 [ sp:varName "name"^^xsd:string
]
] ;
sp:variable
[ sp:varName "molePercentScale"^^xsd:string
[ sp:varName "fluidPhaseType"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
......@@ -775,175 +775,178 @@ 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/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: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:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b55
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b18
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b56
sp:varName "facility"^^xsd:string .
_:b17
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b57
sp:varName "normalizedFacilityName"^^xsd:string .
_:b16
sp:varName "facilityParent1Name"^^xsd:string .
_:b58
sp:varName "facilityType"^^xsd:string .
_:b15
sp:varName "facilityParent1Ref"^^xsd:string .
_:b59
sp:varName "facilityRef"^^xsd:string .
_:b14
sp:varName "facilityKind"^^xsd:string .
_:b60
sp:varName "fluidSampleRef"^^xsd:string .
_:b13
sp:varName "facilityChildName"^^xsd:string .
_:b61
_:b12
sp:varName "facilityNameRef"^^xsd:string .
_:b62
sp:varName "facilityChildName"^^xsd:string .
_:b63
sp:varName "facilityKind"^^xsd:string .
_:b11
sp:varName "fluidSampleRef"^^xsd:string .
_:b64
sp:varName "facilityParent1Ref"^^xsd:string .
_:b10
sp:varName "facilityRef"^^xsd:string .
_:b65
sp:varName "facilityParent1Name"^^xsd:string .
_:b9 sp:varName "facilityType"^^xsd:string .
_:b66
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b8 sp:varName "normalizedFacilityName"^^xsd:string .
_:b67
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b7 sp:varName "facility"^^xsd:string .
_:b46
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b6 sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b47
sp:varName "facility"^^xsd:string .
_:b27
sp:varName "facilityAlias"^^xsd:string .
_:b48
sp:varName "normalizedFacilityAlias"^^xsd:string .
_:b26
sp:varName "facilityAliasRef"^^xsd:string .
_:b49
sp:varName "facilityRef"^^xsd:string .
_:b25
sp:varName "facilityNameRef"^^xsd:string .
_:b50
_:b24
sp:varName "fluidSampleRef"^^xsd:string .
_:b51
sp:varName "facilityNameRef"^^xsd:string .
_:b52
sp:varName "facilityAliasRef"^^xsd:string .
_:b23
sp:varName "facilityRef"^^xsd:string .
_:b53
sp:varName "facilityAlias"^^xsd:string .
_:b22
sp:varName "normalizedFacilityAlias"^^xsd:string .
_:b39
sp:varName "nameFluidAnalysis"^^xsd:string .
_:b21
sp:varName "facility"^^xsd:string .
_:b40
_:b20
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b41
sp:varName "fluidAnalysisResultRef"^^xsd:string .
_:b33
sp:varName "name"^^xsd:string .
_:b42
_:b32
sp:varName "fluidSampleRef"^^xsd:string .
_:b31
sp:varName "sampledFluid"^^xsd:string .
_:b43
sp:varName "fluidSampleRef"^^xsd:string .
_:b30
sp:varName "fluidAnalysisResultRef"^^xsd:string .
_:b44
sp:varName "name"^^xsd:string .
_:b29
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b36
sp:varName "name"^^xsd:string .
_:b28
sp:varName "nameFluidAnalysis"^^xsd:string .
_:b37
sp:varName "fluidSampleRef"^^xsd:string .
_:b36
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b38
sp:varName "fluidSampleRef"^^xsd:string .
_:b35
sp:varName "name"^^xsd:string .
_:b29
sp:varName "productionReport"^^xsd:string .
_:b44
sp:varName "sampleTypeRef"^^xsd:string .
_:b31
sp:varName "fluidSamplingType"^^xsd:string .
_:b43
sp:varName "fluidSampleRef"^^xsd:string .
_:b32
_:b42
sp:varName "acquisitionDate"^^xsd:string .
_:b33
sp:varName "fluidSampleRef"^^xsd:string .
_:b41
sp:varName "fluidSamplingType"^^xsd:string .
_:b34
sp:varName "sampleTypeRef"^^xsd:string .
_:b39
sp:varName "productionReport"^^xsd:string .
_:b19
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b54
sp:varName "facilityKind"^^xsd:string .
_:b20
sp:varName "facility"^^xsd:string .
_:b53
sp:varName "facilityName"^^xsd:string .
_:b21
sp:varName "normalizedFacilityName"^^xsd:string .
_:b52
sp:varName "facilityNameRef"^^xsd:string .
_:b22
sp:varName "facilityType"^^xsd:string .
_:b51
sp:varName "fluidSampleRef"^^xsd:string .
_:b23
_:b50
sp:varName "facilityRef"^^xsd:string .
_:b24
sp:varName "fluidSampleRef"^^xsd:string .
_:b49
sp:varName "facilityType"^^xsd:string .
_:b25
sp:varName "facilityNameRef"^^xsd:string .
_:b48
sp:varName "normalizedFacilityName"^^xsd:string .
_:b26
sp:varName "facilityName"^^xsd:string .
_:b47
sp:varName "facility"^^xsd:string .
_:b27
sp:varName "facilityKind"^^xsd:string .
_:b46
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b3 sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
_:b70
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b4 sp:varName "facility"^^xsd:string .
_:b69
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b5 sp:varName "normalizedFacilityName"^^xsd:string .
_:b68
sp:varName "facilityParent2Name"^^xsd:string .
_:b6 sp:varName "facilityType"^^xsd:string .
_:b67
sp:varName "facilityParent2Ref"^^xsd:string .
_:b7 sp:varName "facilityRef"^^xsd:string .
_:b66
sp:varName "facilityParent1Name"^^xsd:string .
_:b8 sp:varName "fluidSampleRef"^^xsd:string .
_:b65
sp:varName "facilityParent1Ref"^^xsd:string .
_:b9 sp:varName "facilityNameRef"^^xsd:string .
_:b64
sp:varName "facilityKind"^^xsd:string .
_:b10
_:b63
sp:varName "facilityChildName"^^xsd:string .
_:b11
sp:varName "facilityKind"^^xsd:string .
_:b62
sp:varName "facilityNameRef"^^xsd:string .
_:b12
sp:varName "facilityParent1Ref"^^xsd:string .
_:b61
sp:varName "fluidSampleRef"^^xsd:string .
_:b13
sp:varName "facilityParent1Name"^^xsd:string .
_:b60
sp:varName "facilityRef"^^xsd:string .
_:b14
sp:varName "facilityParent2Ref"^^xsd:string .
_:b59
sp:varName "facilityType"^^xsd:string .
_:b15
sp:varName "facilityParent2Name"^^xsd:string .
_:b58
sp:varName "normalizedFacilityName"^^xsd:string .
_:b16
sp:varName "normalizedFacilityChildName"^^xsd:string .
_:b57
sp:varName "facility"^^xsd:string .
_:b17
sp:varName "normalizedFacilityParent1Name"^^xsd:string .
_:b56
sp:varName "fluidSamplingAndAnalysis"^^xsd:string .
......