David Price

Merge branch 'master' into june15-4pm

......@@ -15,179 +15,179 @@
<http://www.reportinghub.no/ep/schema/1.0/flow>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <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/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-core:PhysicalThingAtInstant
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing at an instant in time"^^xsd:string ;
rdfs:label "physical thing at an instant"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringGasYearToDate
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during gas year to date"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringMonthToDate
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during month to date"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneDay
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one day"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneGasDay
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one gas day"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneGasMonth
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one gas month"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneGasYear
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one gas year"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneMonth
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one month"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneWeek
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one week"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringOneYear
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during one year"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-core:PhysicalThingDuringYearToDate
rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ;
rdfs:label "physical thing during year to date"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalThing .
ep-flow:AllocatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ;
rdfs:label "allocated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:AllocatedInventory
rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ;
rdfs:label "allocated inventory"^^xsd:string ;
rdfs:subClassOf ep-flow:Inventory .
ep-flow:BudgetFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ;
rdfs:label "budget flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ClassOfMaterialWithMassCriterion
rdf:type rdfs:Class ;
rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ;
rdfs:comment "class that has amounts of material with a particular mass as members"^^xsd:string , "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string ;
rdfs:label "class of material with mass criterion"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ConstraintFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "constraint flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ConstraintFlow-fixed
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ;
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:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ;
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:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ;
rdfs:label "constraint flow - minimum"^^xsd:string ;
rdfs:subClassOf ep-flow:ConstraintFlow .
ep-flow:ConsumptionFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ConsumptionFlow-HPflare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - HP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
ep-flow:ConsumptionFlow-LPflare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - LP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
ep-flow:ConsumptionFlow-blackstart
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - blackstart"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-compressor
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-emitted
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - emitted"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-flare
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - flare"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-fuel
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - fuel"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-noncompressor
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - non-compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
ep-flow:ConsumptionFlow-venting
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ;
rdfs:label "consumption flow - venting"^^xsd:string ;
rdfs:subClassOf ep-flow:ConsumptionFlow .
......@@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow
rdfs:subClassOf ep-flow:ProductionFlow .
ep-flow:DerivedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ;
rdfs:label "derived flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:DerivedFlow-difference
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ;
rdfs:label "derived flow - difference"^^xsd:string ;
rdfs:subClassOf ep-flow:DerivedFlow .
ep-flow:DifferenceFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ;
rdfs:label "difference flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -229,31 +229,31 @@ 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:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
rdfs:label "estimated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ExportFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
rdfs:label "export"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ExportFlow-nominated
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ;
rdfs:label "export flow nominated"^^xsd:string ;
rdfs:subClassOf ep-flow:ExportFlow .
ep-flow:ExportFlow-requested
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ;
rdfs:label "export flow requested"^^xsd:string ;
rdfs:subClassOf ep-flow:ExportFlow .
ep-flow:ExportFlow-shortfall
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ;
rdfs:label "export flow shortfall"^^xsd:string ;
rdfs:subClassOf ep-flow:ExportFlow .
......@@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid
rdfs:subClassOf ep-flow:Flow .
ep-flow:FlowToSale
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ;
rdfs:label "flow to sale"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:FlowToStorage
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ;
rdfs:label "flow to storage"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ForecastFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ;
rdfs:label "forecast flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ForecastFlow-declineCurve
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ;
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:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ;
rdfs:label "forecast flow - standard"^^xsd:string ;
rdfs:subClassOf ep-flow:ForecastFlow .
ep-flow:GasLiftFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "gas lift flow"^^xsd:string ;
rdfs:subClassOf ep-flow:InjectionFlow .
ep-flow:GrossProductFlow
rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
rdfs:label "gross product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductFlow .
ep-flow:HydrocarbonAccountingFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ;
rdfs:label "hydrocarbon accounting"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ImportFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
rdfs:label "import"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:InjectionFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ;
rdfs:label "injection flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -343,67 +343,67 @@ ep-flow:Inventory
rdfs:subClassOf ep-core:PhysicalObject .
ep-flow:MassAdjustedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
rdfs:label "mass adjusted flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:MeasuredFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ;
rdfs:label "measured flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:MeasuredFlow-fiscal
rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ;
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:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ;
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:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ;
rdfs:label "measured flow - recalibrated"^^xsd:string ;
rdfs:subClassOf ep-flow:MeasuredFlow .
ep-flow:MeasuredInventory
rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ;
rdfs:label "measured inventory"^^xsd:string ;
rdfs:subClassOf ep-flow:Inventory .
ep-flow:MeteredFlowFiscal
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ;
rdfs:label "metered flow fiscal"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:NetProductFlow
rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ;
rdfs:label "net product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductFlow .
ep-flow:NominatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "nominated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:OverboardFlow
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ;
rdfs:label "overboard"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:PotentialFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
rdfs:label "potential flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -421,7 +421,7 @@ ep-flow:PrecipitationType
rdfs:subClassOf owl:Class .
ep-flow:ProcessedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "processed flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -451,31 +451,31 @@ ep-flow:ProductInventory
rdfs:subClassOf ep-flow:Inventory .
ep-flow:ProductInventoryAdjustedClosingBalance
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ;
rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryClosingBalance
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ;
rdfs:label "product inventory closing balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryClosingStorageBalance
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ;
rdfs:label "product inventory closing storage balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryOpFlex
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ;
rdfs:label "product inventory opFlex"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
ep-flow:ProductInventoryOpeningBalance
rdf:type ep-flow:ProductInventoryType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductInventoryType ;
rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ;
rdfs:label "product inventory opening balance"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory .
......@@ -486,14 +486,8 @@ ep-flow:ProductInventoryType
rdfs:label "product inventory type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductMaterialType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of subclasses of material defined by the ReportingProduct enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "product material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductionExploitation
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "production exploitation"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -593,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow
rdfs:subClassOf ep-flow:Flow .
ep-flow:QuotaFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ;
rdfs:label "quota flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:RecommendedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "recommended flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:SaleableFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ;
rdfs:label "saleable flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:SimulatedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
rdfs:label "simulated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:TargetFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ;
rdfs:label "target flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:TariffBasisFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
rdfs:label "tariff basis flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -635,7 +629,7 @@ ep-flow:TemporalPartDurationType
rdfs:subClassOf owl:Class .
ep-flow:ValueAdjustedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
rdfs:label "value adjusted flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -656,19 +650,19 @@ ep-flow:WholeLifeProductFlow
rdf:type owl:Class ;
rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ;
rdfs:label "whole life product flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow .
ep-flow:WholeLifeProductInventory
rdf:type owl:Class ;
rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ;
rdfs:label "whole life product inventory"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory .
rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory .
ep-flow:WholeLifeProductionFlow
rdf:type owl:Class ;
rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ;
rdfs:label "whole life production flow"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow .
ep-flow:WholeLifeProductionFlowNetwork
rdf:type owl:Class ;
......@@ -680,7 +674,7 @@ ep-flow:WholeLifeProductionInventory
rdf:type owl:Class ;
rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ;
rdfs:label "whole life production inventory"^^xsd:string ;
rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory .
ep-flow:WholeLifeProductionInventoryCollection
rdf:type owl:Class ;
......@@ -695,28 +689,28 @@ ep-flow:Wind
rdfs:subClassOf ep-flow:Flow .
ep-flow:allocatedTo
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ;
rdfs:domain ep-core:PhysicalObject ;
rdfs:label "allocatedTo"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-flow:amountOfPrecipitation
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ;
rdfs:domain ep-flow:Precipitation ;
rdfs:label "amount of precipitation"^^xsd:string ;
rdfs:range ep-core:Length .
ep-flow:dailyAverageAmountOfMaterial
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ;
rdfs:domain ep-flow:Flow ;
rdfs:label "daily average amount of material"^^xsd:string ;
rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
ep-flow:energyContent
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "energy content"^^xsd:string ;
......@@ -767,7 +761,7 @@ ep-flow:flowOutOf
rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
ep-flow:grossCalorificValue
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "gross calorific value"^^xsd:string ;
......@@ -790,242 +784,29 @@ ep-flow:hasNetworkPart
rdfs:subPropertyOf ep-core:hasPart .
ep-flow:horizontalDirectionAzimuth
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ;
rdfs:domain ep-flow:Flow ;
rdfs:label "horizontal direction azimuth"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-flow:massAtAccountingInstant
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
rdfs:domain ep-flow:Inventory ;
rdfs:label "mass at accounting instant"^^xsd:string ;
rdfs:range ep-core:Mass .
ep-flow:materialThatFlows
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "quantity of material that moves during a flow"^^xsd:string ;
rdfs:domain ep-flow:Flow ;
rdfs:label "material that flows"^^xsd:string ;
rdfs:range ep-material:QuantityOfMaterial .
ep-flow:yearlyAverageAmountOfMaterial
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ;
rdfs:domain ep-flow:Flow ;
rdfs:label "yearly average amount of material"^^xsd:string ;
rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
ep-material:AqueousMaterial
rdf:type ep-flow:ProductMaterialType .
ep-material:C10AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C10AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C2AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C2AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C3AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C3AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C4AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C4AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C5AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C5AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C6AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C6AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C7AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C7AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C8AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C8AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:C9AndHeavier
rdf:type ep-flow:ProductMaterialType .
ep-material:C9AndLighter
rdf:type ep-flow:ProductMaterialType .
ep-material:CarbonDioxide
rdf:type ep-flow:ProductMaterialType .
ep-material:CarbonMonoxide
rdf:type ep-flow:ProductMaterialType .
ep-material:Chemical
rdf:type ep-flow:ProductMaterialType .
ep-material:Condensate
rdf:type ep-flow:ProductMaterialType .
ep-material:Crude-stabilized
rdf:type ep-flow:ProductMaterialType .
ep-material:Cuttings
rdf:type ep-flow:ProductMaterialType .
ep-material:Diesel
rdf:type ep-flow:ProductMaterialType .
ep-material:Diethyleneglycol
rdf:type ep-flow:ProductMaterialType .
ep-material:Dioxygen
rdf:type ep-flow:ProductMaterialType .
ep-material:Ethane
rdf:type ep-flow:ProductMaterialType .
ep-material:Ethane-component
rdf:type ep-flow:ProductMaterialType .
ep-material:Gas
rdf:type ep-flow:ProductMaterialType .
ep-material:Gas-componentInOil
rdf:type ep-flow:ProductMaterialType .
ep-material:Gas-dry
rdf:type ep-flow:ProductMaterialType .
ep-material:Gas-rich
rdf:type ep-flow:ProductMaterialType .
ep-material:Gas-wet
rdf:type ep-flow:ProductMaterialType .
ep-material:HeliumGas
rdf:type ep-flow:ProductMaterialType .
ep-material:Heptane
rdf:type ep-flow:ProductMaterialType .
ep-material:HydrogenGas
rdf:type ep-flow:ProductMaterialType .
ep-material:HydrogenSulfide
rdf:type ep-flow:ProductMaterialType .
ep-material:Isobutane
rdf:type ep-flow:ProductMaterialType .
ep-material:Isobutane-component
rdf:type ep-flow:ProductMaterialType .
ep-material:Isopentane
rdf:type ep-flow:ProductMaterialType .
ep-material:LiquifiedNaturalGas
rdf:type ep-flow:ProductMaterialType .
ep-material:LiquifiedPetroleumGas
rdf:type ep-flow:ProductMaterialType .
ep-material:Methane
rdf:type ep-flow:ProductMaterialType .
ep-material:Methanol
rdf:type ep-flow:ProductMaterialType .
ep-material:MixedButane
rdf:type ep-flow:ProductMaterialType .
ep-material:Monoethyleneglycol
rdf:type ep-flow:ProductMaterialType .
ep-material:NGL-componentInGas
rdf:type ep-flow:ProductMaterialType .
ep-material:Naphtha
rdf:type ep-flow:ProductMaterialType .
ep-material:NaturalGasLiquid
rdf:type ep-flow:ProductMaterialType .
ep-material:Neopentane
rdf:type ep-flow:ProductMaterialType .
ep-material:NitrogenGas
rdf:type ep-flow:ProductMaterialType .
ep-material:NitrogenOxideGas
rdf:type ep-flow:ProductMaterialType .
ep-material:NormalButane
rdf:type ep-flow:ProductMaterialType .
ep-material:NormalButane-component
rdf:type ep-flow:ProductMaterialType .
ep-material:NormalPentane
rdf:type ep-flow:ProductMaterialType .
ep-material:Oil
rdf:type ep-flow:ProductMaterialType .
ep-material:Oil-componentInWater
rdf:type ep-flow:ProductMaterialType .
ep-material:OilAndGas
rdf:type ep-flow:ProductMaterialType .
ep-material:Oleic
rdf:type ep-flow:ProductMaterialType .
ep-material:PetroleumGasLiquid
rdf:type ep-flow:ProductMaterialType .
ep-material:Propane
rdf:type ep-flow:ProductMaterialType .
ep-material:Propane-component
rdf:type ep-flow:ProductMaterialType .
ep-material:Salt
rdf:type ep-flow:ProductMaterialType .
ep-material:Sand
rdf:type ep-flow:ProductMaterialType .
ep-material:Triethyleneglycol
rdf:type ep-flow:ProductMaterialType .
ep-material:Vapour
rdf:type ep-flow:ProductMaterialType .
ep-material:Water
rdf:type ep-flow:ProductMaterialType .
ep-material:Water-discharge
rdf:type ep-flow:ProductMaterialType .
ep-material:Water-processed
rdf:type ep-flow:ProductMaterialType .
......
......@@ -2,7 +2,9 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> .
@prefix 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#> .
......@@ -11,12 +13,12 @@
<http://www.reportinghub.no/ep/schema/1.0/material>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/material> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> .
owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/material> .
ep-material:AqueousMaterial
transhelp:materialClassMapsToMPREnumeration
......@@ -24,16 +26,20 @@ ep-material:AqueousMaterial
ep-material:C10
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C10> .
<http://www.epim.no/schemas/mprml/1#FSC_C10> , <http://www.epim.no/schemas/mprml/1#RP_C10> .
ep-material:C10AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C10Plus> .
<http://www.epim.no/schemas/mprml/1#FSC_C10_0> , <http://www.epim.no/schemas/mprml/1#RP_C10Plus> .
ep-material:C10AndLighter
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C10-> .
ep-material:C15AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_C15_0> .
ep-material:C2AndLighter
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C2-> .
......@@ -46,17 +52,21 @@ ep-material:C4AndLighter
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C4-> .
ep-material:C5AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_C5_0> .
ep-material:C5AndLighter
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C5-> .
ep-material:C6
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C6Plus> .
<http://www.epim.no/schemas/mprml/1#FSC_C6> , <http://www.epim.no/schemas/mprml/1#RP_C6> .
ep-material:C6AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C6Plus> .
<http://www.epim.no/schemas/mprml/1#FSC_C6_0> , <http://www.epim.no/schemas/mprml/1#RP_C6Plus> .
ep-material:C6AndLighter
transhelp:materialClassMapsToMPREnumeration
......@@ -64,11 +74,11 @@ ep-material:C6AndLighter
ep-material:C7
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C7> .
<http://www.epim.no/schemas/mprml/1#FSC_C7> , <http://www.epim.no/schemas/mprml/1#RP_C7> .
ep-material:C7AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C7Plus> .
<http://www.epim.no/schemas/mprml/1#FSC_C7_0> , <http://www.epim.no/schemas/mprml/1#RP_C7Plus> .
ep-material:C7AndLighter
transhelp:materialClassMapsToMPREnumeration
......@@ -76,7 +86,7 @@ ep-material:C7AndLighter
ep-material:C8
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C8> .
<http://www.epim.no/schemas/mprml/1#FSC_C8> , <http://www.epim.no/schemas/mprml/1#RP_C8> .
ep-material:C8AndHeavier
transhelp:materialClassMapsToMPREnumeration
......@@ -88,16 +98,20 @@ ep-material:C8AndLighter
ep-material:C9
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C9> .
<http://www.epim.no/schemas/mprml/1#FSC_C9> , <http://www.epim.no/schemas/mprml/1#RP_C9> .
ep-material:C9AndHeavier
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C9Plus> .
<http://www.epim.no/schemas/mprml/1#FSC_C9_0> , <http://www.epim.no/schemas/mprml/1#RP_C9Plus> .
ep-material:C9AndLighter
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_C9-> .
ep-material:CO2-gas
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_carbondioxidegas> .
ep-material:CarbonDioxide
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_carbondioxidegas> .
......@@ -112,7 +126,15 @@ ep-material:Chemical
ep-material:Condensate
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_condensate> , <http://www.epim.no/schemas/mprml/1#RP_condensate-net> , <http://www.epim.no/schemas/mprml/1#RP_condensate-gross> .
<http://www.epim.no/schemas/mprml/1#FSC_condensate> , <http://www.epim.no/schemas/mprml/1#RP_condensate> .
ep-material:Condensate-gross
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_condensate-gross> .
ep-material:Condensate-net
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_condensate-net> .
ep-material:Crude-stabilized
transhelp:materialClassMapsToMPREnumeration
......@@ -130,17 +152,13 @@ ep-material:Diethyleneglycol
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_diethyleneglycol> .
ep-material:Dioxygen
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_dioxygen> .
ep-material:Ethane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_ethane> .
<http://www.epim.no/schemas/mprml/1#FC_ethane> , <http://www.epim.no/schemas/mprml/1#FSC_C2> , <http://www.epim.no/schemas/mprml/1#RP_ethane> .
ep-material:Gas
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_gas> .
<http://www.epim.no/schemas/mprml/1#FSC_gas> , <http://www.epim.no/schemas/mprml/1#RP_gas> .
ep-material:Gas-componentInOil
transhelp:materialClassMapsToMPREnumeration
......@@ -176,11 +194,27 @@ ep-material:HydrogenSulfide
ep-material:Isobutane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_isobutane> .
<http://www.epim.no/schemas/mprml/1#FSC_IC4> , <http://www.epim.no/schemas/mprml/1#RP_isobutane> .
ep-material:Isoheptane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_IC7> .
ep-material:Isohexane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_IC6> .
ep-material:Isononane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_IC9> .
ep-material:Isooctane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_IC8> .
ep-material:Isopentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_isopentane> .
<http://www.epim.no/schemas/mprml/1#FSC_IC5> , <http://www.epim.no/schemas/mprml/1#RP_isopentane> .
ep-material:Liquid
transhelp:materialClassMapsToMPREnumeration
......@@ -194,9 +228,15 @@ ep-material:LiquifiedPetroleumGas
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_liquifiedpetroleumgas> .
ep-material:MetaXylene
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_MPXylenes> .
ep-material:Methane
rdf:type ep-prodwell:ComponentMaterialType ;
ep-core:name "methane"^^xsd:string ;
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_methane> .
<http://www.epim.no/schemas/mprml/1#FSC_C1> , <http://www.epim.no/schemas/mprml/1#FC_methane> , <http://www.epim.no/schemas/mprml/1#RP_methane> .
ep-material:Methanol
transhelp:materialClassMapsToMPREnumeration
......@@ -220,7 +260,7 @@ ep-material:NaturalGasLiquid
ep-material:Neopentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_neopentane> .
<http://www.epim.no/schemas/mprml/1#FSC_NEOC5> , <http://www.epim.no/schemas/mprml/1#RP_neopentane> .
ep-material:NitrogenGas
transhelp:materialClassMapsToMPREnumeration
......@@ -232,15 +272,39 @@ ep-material:NitrogenOxideGas
ep-material:NormalButane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_normalbutane> .
<http://www.epim.no/schemas/mprml/1#FSC_NC4> , <http://www.epim.no/schemas/mprml/1#RP_normalbutane> .
ep-material:NormalHeptane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_NC7> .
ep-material:NormalHexane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_NC6> .
ep-material:NormalNonane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_NC9> .
ep-material:NormalOctane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_NC8> .
ep-material:NormalPentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_normalpentane> .
<http://www.epim.no/schemas/mprml/1#FSC_NC5> , <http://www.epim.no/schemas/mprml/1#RP_normalpentane> .
ep-material:Oil
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_oil-net> , <http://www.epim.no/schemas/mprml/1#RP_oil-gross> , <http://www.epim.no/schemas/mprml/1#RP_oil> .
<http://www.epim.no/schemas/mprml/1#RP_oil> , <http://www.epim.no/schemas/mprml/1#FSC_oil> .
ep-material:Oil-gross
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_oil-gross> .
ep-material:Oil-net
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_oil-net> .
ep-material:OilAndGas
transhelp:materialClassMapsToMPREnumeration
......@@ -250,9 +314,13 @@ ep-material:Oleic
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_oleic> .
ep-material:OrthoXylene
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FSC_O-Xylene> .
ep-material:Pentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_pentane> .
<http://www.epim.no/schemas/mprml/1#FSC_C5> , <http://www.epim.no/schemas/mprml/1#FC_pentane> .
ep-material:PetroleumGasLiquid
transhelp:materialClassMapsToMPREnumeration
......@@ -260,7 +328,7 @@ ep-material:PetroleumGasLiquid
ep-material:Propane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_propane> , <http://www.epim.no/schemas/mprml/1#FC_propane> .
<http://www.epim.no/schemas/mprml/1#FSC_C3> , <http://www.epim.no/schemas/mprml/1#FC_propane> , <http://www.epim.no/schemas/mprml/1#RP_propane> .
ep-material:Salt
transhelp:materialClassMapsToMPREnumeration
......@@ -276,7 +344,7 @@ ep-material:Vapour
ep-material:Water
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#RP_water> .
<http://www.epim.no/schemas/mprml/1#FSC_water> , <http://www.epim.no/schemas/mprml/1#RP_water> .
ep-material:Water-discharge
transhelp:materialClassMapsToMPREnumeration
......@@ -388,23 +456,23 @@ ep-material:substance-Ar
ep-material:substance-Benzene
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_benzene> .
<http://www.epim.no/schemas/mprml/1#FSC_Benzene> , <http://www.epim.no/schemas/mprml/1#FC_benzene> .
ep-material:substance-Butane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_butane> .
<http://www.epim.no/schemas/mprml/1#FSC_C4> , <http://www.epim.no/schemas/mprml/1#FC_butane> .
ep-material:substance-C11F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C11F> .
<http://www.epim.no/schemas/mprml/1#FSC_C11> , <http://www.epim.no/schemas/mprml/1#FC_C11F> .
ep-material:substance-C12F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C12F> .
<http://www.epim.no/schemas/mprml/1#FSC_C12> , <http://www.epim.no/schemas/mprml/1#FC_C12F> .
ep-material:substance-C13F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C13F> .
<http://www.epim.no/schemas/mprml/1#FSC_C13> , <http://www.epim.no/schemas/mprml/1#FC_C13F> .
ep-material:substance-C13dmcyPentane
transhelp:materialClassMapsToMPREnumeration
......@@ -412,95 +480,95 @@ ep-material:substance-C13dmcyPentane
ep-material:substance-C14F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C14F> .
<http://www.epim.no/schemas/mprml/1#FSC_C14> , <http://www.epim.no/schemas/mprml/1#FC_C14F> .
ep-material:substance-C15F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C15F> .
<http://www.epim.no/schemas/mprml/1#FSC_C15> , <http://www.epim.no/schemas/mprml/1#FC_C15F> .
ep-material:substance-C16F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C16F> .
<http://www.epim.no/schemas/mprml/1#FSC_C16> , <http://www.epim.no/schemas/mprml/1#FC_C16F> .
ep-material:substance-C17F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C17F> .
<http://www.epim.no/schemas/mprml/1#FSC_C17> , <http://www.epim.no/schemas/mprml/1#FC_C17F> .
ep-material:substance-C18F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C18F> .
<http://www.epim.no/schemas/mprml/1#FSC_C18> , <http://www.epim.no/schemas/mprml/1#FC_C18F> .
ep-material:substance-C19F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C19F> .
<http://www.epim.no/schemas/mprml/1#FSC_C19> , <http://www.epim.no/schemas/mprml/1#FC_C19F> .
ep-material:substance-C20F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C20F> .
<http://www.epim.no/schemas/mprml/1#FSC_C20> , <http://www.epim.no/schemas/mprml/1#FC_C20F> .
ep-material:substance-C21F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C21F> .
<http://www.epim.no/schemas/mprml/1#FSC_C21> , <http://www.epim.no/schemas/mprml/1#FC_C21F> .
ep-material:substance-C22F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C22F> .
<http://www.epim.no/schemas/mprml/1#FSC_C22> , <http://www.epim.no/schemas/mprml/1#FC_C22F> .
ep-material:substance-C23F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C23F> .
<http://www.epim.no/schemas/mprml/1#FSC_C23> , <http://www.epim.no/schemas/mprml/1#FC_C23F> .
ep-material:substance-C24F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C24F> .
<http://www.epim.no/schemas/mprml/1#FSC_C24> , <http://www.epim.no/schemas/mprml/1#FC_C24F> .
ep-material:substance-C25F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C25F> .
<http://www.epim.no/schemas/mprml/1#FSC_C25> , <http://www.epim.no/schemas/mprml/1#FC_C25F> .
ep-material:substance-C26F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C26F> .
<http://www.epim.no/schemas/mprml/1#FSC_C26> , <http://www.epim.no/schemas/mprml/1#FC_C26F> .
ep-material:substance-C27F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C27F> .
<http://www.epim.no/schemas/mprml/1#FSC_C27> , <http://www.epim.no/schemas/mprml/1#FC_C27F> .
ep-material:substance-C28F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C28F> .
<http://www.epim.no/schemas/mprml/1#FSC_C28> , <http://www.epim.no/schemas/mprml/1#FC_C28F> .
ep-material:substance-C29F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C29F> .
<http://www.epim.no/schemas/mprml/1#FSC_C29> , <http://www.epim.no/schemas/mprml/1#FC_C29F> .
ep-material:substance-C30F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C30F> .
<http://www.epim.no/schemas/mprml/1#FSC_C30> , <http://www.epim.no/schemas/mprml/1#FC_C30F> .
ep-material:substance-C31F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C31F> .
<http://www.epim.no/schemas/mprml/1#FSC_C31> , <http://www.epim.no/schemas/mprml/1#FC_C31F> .
ep-material:substance-C32F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C32F> .
<http://www.epim.no/schemas/mprml/1#FSC_C32> , <http://www.epim.no/schemas/mprml/1#FC_C32F> .
ep-material:substance-C33F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C33F> .
<http://www.epim.no/schemas/mprml/1#FSC_C33> , <http://www.epim.no/schemas/mprml/1#FC_C33F> .
ep-material:substance-C34F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C34F> .
<http://www.epim.no/schemas/mprml/1#FSC_C34> , <http://www.epim.no/schemas/mprml/1#FC_C34F> .
ep-material:substance-C35F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C35F> .
<http://www.epim.no/schemas/mprml/1#FSC_C35> , <http://www.epim.no/schemas/mprml/1#FC_C35F> .
ep-material:substance-C36F
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_C36F> .
<http://www.epim.no/schemas/mprml/1#FSC_C36> , <http://www.epim.no/schemas/mprml/1#FC_C36F> .
ep-material:substance-C37F
transhelp:materialClassMapsToMPREnumeration
......@@ -556,15 +624,15 @@ ep-material:substance-C49F
ep-material:substance-CO2
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_CO2> .
<http://www.epim.no/schemas/mprml/1#FSC_CO2> , <http://www.epim.no/schemas/mprml/1#FC_CO2> .
ep-material:substance-Cyclohexane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
<http://www.epim.no/schemas/mprml/1#FSC_Cyclohexane> , <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .
ep-material:substance-Cyclopentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
<http://www.epim.no/schemas/mprml/1#FSC_Cyclopentane> , <http://www.epim.no/schemas/mprml/1#FSC_CC5> , <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .
ep-material:substance-Decanes
transhelp:materialClassMapsToMPREnumeration
......@@ -572,27 +640,27 @@ ep-material:substance-Decanes
ep-material:substance-EtBenzene
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
<http://www.epim.no/schemas/mprml/1#FSC_Ethylbenzene> , <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .
ep-material:substance-EtcyPentane
ep-material:substance-EtcyHexane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
<http://www.epim.no/schemas/mprml/1#FSC_Etcyclohexane> .
ep-material:substance-Ethane
ep-material:substance-EtcyPentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_ethane> .
<http://www.epim.no/schemas/mprml/1#FC_etcypentane> .
ep-material:substance-H2
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_H2> .
<http://www.epim.no/schemas/mprml/1#FSC_H2> , <http://www.epim.no/schemas/mprml/1#FC_H2> .
ep-material:substance-H2O
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_H2O> .
<http://www.epim.no/schemas/mprml/1#FSC_H2O> , <http://www.epim.no/schemas/mprml/1#FC_H2O> .
ep-material:substance-H2S
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_H2S> .
<http://www.epim.no/schemas/mprml/1#FSC_H2S> , <http://www.epim.no/schemas/mprml/1#FC_H2S> .
ep-material:substance-Heptanes
transhelp:materialClassMapsToMPREnumeration
......@@ -608,23 +676,19 @@ ep-material:substance-Hexanes
ep-material:substance-MBenzene
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
<http://www.epim.no/schemas/mprml/1#FSC_Toluene> , <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .
ep-material:substance-McyHexane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
<http://www.epim.no/schemas/mprml/1#FSC_Metcyclohexane> , <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .
ep-material:substance-McyPentane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
ep-material:substance-Methane
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_methane> .
<http://www.epim.no/schemas/mprml/1#FSC_Metcyclopentane> , <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .
ep-material:substance-N2
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_N2> .
<http://www.epim.no/schemas/mprml/1#FSC_N2> , <http://www.epim.no/schemas/mprml/1#FC_N2> .
ep-material:substance-Nonanes
transhelp:materialClassMapsToMPREnumeration
......@@ -632,7 +696,7 @@ ep-material:substance-Nonanes
ep-material:substance-O2
transhelp:materialClassMapsToMPREnumeration
<http://www.epim.no/schemas/mprml/1#FC_O2> .
<http://www.epim.no/schemas/mprml/1#RP_dioxygen> , <http://www.epim.no/schemas/mprml/1#FC_O2> .
ep-material:substance-Octanes
transhelp:materialClassMapsToMPREnumeration
......
......@@ -25,12 +25,12 @@ ep-material:Ammonium
rdfs:subClassOf ep-material:Material .
ep-material:AqueousMaterial
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "aqueous material"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:BasicSedimentAndWater
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "basic sediment and water"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid ;
ep-core:seeReferenceData
......@@ -48,122 +48,132 @@ ep-material:Brine
rdfs:subClassOf ep-material:Water .
ep-material:C10
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C10"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C10AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C10+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C10AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C10-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C15AndHeavier
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C15+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C2AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C2+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C2AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C2-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C36AndHeavier
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C36+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C3AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C3+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C3AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C3-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C4AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C4+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C4AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C4-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C5AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C5+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C5AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C5-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C6
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C6"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C6AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C6+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C6AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C6-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C7
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C7"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C7AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C7+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C7AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C7-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C8
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C8"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C8AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C8+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C8AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C8-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C9
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C9"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C9AndHeavier
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C9+"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:C9AndLighter
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "C9-"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:CO2-gas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "CO2 gas"^^xsd:string ;
rdfs:subClassOf ep-material:NonHcGas ;
ep-core:seeReferenceData
......@@ -178,14 +188,14 @@ ep-material:CarbonDioxide
"http://posccaesar.org/rdl/RDS424034"^^xsd:string .
ep-material:CarbonMonoxide
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "carbon monoxide"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS424124"^^xsd:string .
ep-material:Chemical
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "chemical"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
......@@ -195,7 +205,7 @@ ep-material:ChemicalType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of classes corresponding to named chemicals"^^xsd:string ;
rdfs:label "chemical type"^^xsd:string ;
rdfs:subClassOf owl:Class .
rdfs:subClassOf ep-material:MaterialType .
ep-material:Chloride
rdf:type owl:Class ;
......@@ -204,14 +214,24 @@ ep-material:Chloride
rdfs:subClassOf ep-material:Material .
ep-material:Condensate
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "condensate"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS8642343"^^xsd:string .
ep-material:Condensate-gross
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "condensate gross"^^xsd:string ;
rdfs:subClassOf ep-material:Condensate .
ep-material:Condensate-net
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "condensate net"^^xsd:string ;
rdfs:subClassOf ep-material:Condensate .
ep-material:Crude-stabilized
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "crude - stabilized"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
......@@ -223,36 +243,29 @@ ep-material:CrudeOil
"http://posccaesar.org/rdl/RDS8650260"^^xsd:string .
ep-material:Cuttings
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "cuttings"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Diesel
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "diesel"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS418648421"^^xsd:string .
ep-material:Diethyleneglycol
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "diethyleneglycol"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Dioxygen
rdf:type owl:Class ;
rdfs:label "dioxygen"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS426284"^^xsd:string .
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 ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ;
rdfs:label "ethane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
......@@ -280,33 +293,39 @@ ep-material:FluidFraction
rdfs:label "fluid fraction"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:FluidSampleComponentType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of subclasses of material corresponding to the FluidSampleComponents enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "reporting product type"^^xsd:string ;
rdfs:subClassOf ep-material:MaterialType .
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 ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "gas"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:Gas-componentInOil
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "gas - component in oil"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Gas-dry
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "gas - dry"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
ep-material:Gas-rich
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "gas - rich"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
ep-material:Gas-wet
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "gas - wet"^^xsd:string ;
rdfs:subClassOf ep-material:Gas .
......@@ -321,33 +340,33 @@ ep-material:Glycols
rdfs:subClassOf ep-material:Material .
ep-material:HeliumGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "helium gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS8015624884"^^xsd:string .
ep-material:Heptane
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "heptane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS419534"^^xsd:string .
ep-material:HydrogenGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "hydrogen gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS425384"^^xsd:string .
ep-material:HydrogenSulfide
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "hydrogen sulfide"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Isobutane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "IC4"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isobutane"^^xsd:string ;
......@@ -359,8 +378,32 @@ ep-material:Isobutane-component
rdfs:label "i-butane - component"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Isoheptane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "IC7"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isoheptane"^^xsd:string .
ep-material:Isohexane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "IC6"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isohexane"^^xsd:string .
ep-material:Isononane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "IC9"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isononane"^^xsd:string .
ep-material:Isooctane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "IC8"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isooctane"^^xsd:string .
ep-material:Isopentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "IC5"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "isopentane"^^xsd:string ;
......@@ -368,21 +411,21 @@ ep-material:Isopentane
"http://posccaesar.org/rdl/RDS419399"^^xsd:string .
ep-material:Liquid
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid .
ep-material:LiquifiedNaturalGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "liquified natural gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
rdfs:subClassOf ep-material:Liquid ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS418629161"^^xsd:string .
ep-material:LiquifiedPetroleumGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "liquified petroleum gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Liquid .
ep-material:Material
rdf:type owl:Class ;
......@@ -402,25 +445,36 @@ ep-material:MaterialPartWholePair
rdfs:label "material part - whole pair"^^xsd:string ;
rdfs:subClassOf ep-material:MaterialPair .
ep-material:MaterialType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of classes corresponding to substances"^^xsd:string ;
rdfs:label "material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-material:MetaXylene
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "meta-xylene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Methane
rdf:type owl:Class ;
rdfs:label "methane"^^xsd:string ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C1"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Methanol
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "methanol"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS572354"^^xsd:string .
ep-material:MixedButane
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "mixed butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Monoethyleneglycol
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "monoethyleneglycol"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
......@@ -430,7 +484,7 @@ ep-material:NGL-componentInGas
rdfs:subClassOf ep-material:Material .
ep-material:Naphtha
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "naphtha"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
......@@ -442,28 +496,28 @@ ep-material:NaturalGas
"http://posccaesar.org/rdl/RDS6815505"^^xsd:string .
ep-material:NaturalGasLiquid
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "natural gas liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
rdfs:subClassOf ep-material:Liquid ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS16682414"^^xsd:string .
ep-material:Neopentane
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "neopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS975108971"^^xsd:string .
ep-material:NitrogenGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "nitrogen gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS482640407"^^xsd:string .
ep-material:NitrogenOxideGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "nitrogen oxide gas"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
......@@ -473,7 +527,7 @@ ep-material:NonHcGas
rdfs:subClassOf ep-material:Gas .
ep-material:NormalButane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "NC4"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal butane"^^xsd:string .
......@@ -483,14 +537,38 @@ ep-material:NormalButane-component
rdfs:label "n-butane - component"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:NormalHeptane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "NC7"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal heptane"^^xsd:string .
ep-material:NormalHexane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "NC6"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal hexane"^^xsd:string .
ep-material:NormalNonane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "NC9"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal nonane"^^xsd:string .
ep-material:NormalOctane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "NC8"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal octane"^^xsd:string .
ep-material:NormalPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "NC5"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "normal pentane"^^xsd:string .
ep-material:Oil
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "oil"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
......@@ -501,8 +579,18 @@ ep-material:Oil-componentInWater
rdfs:label "oil - component in water"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Oil-gross
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "oil gross"^^xsd:string ;
rdfs:subClassOf ep-material:Oil .
ep-material:Oil-net
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "oil net"^^xsd:string ;
rdfs:subClassOf ep-material:Oil .
ep-material:OilAndGas
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "oil and gas"^^xsd:string ;
rdfs:subClassOf ep-material:Fluid ;
ep-core:seeReferenceData
......@@ -514,7 +602,7 @@ ep-material:OilAndWater
rdfs:subClassOf ep-material:Fluid .
ep-material:Oleic
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "oleic"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
......@@ -525,22 +613,27 @@ ep-material:OrganicCarbon
rdfs:label "organic carbon"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:OrthoXylene
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "ortho-xylene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
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:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS419444"^^xsd:string .
ep-material:PetroleumGasLiquid
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "petroleum gas liquid"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Liquid .
ep-material:Phenols
rdf:type owl:Class ;
......@@ -553,7 +646,7 @@ ep-material:PlusFraction
rdfs:subClassOf ep-material:Fluid .
ep-material:Propane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ;
rdfs:label "C3"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "propane"^^xsd:string ;
......@@ -591,10 +684,10 @@ ep-material:ReportingProductType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of subclasses of material corresponding to the ReportingProduct enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "reporting product type"^^xsd:string ;
rdfs:subClassOf owl:Class .
rdfs:subClassOf ep-material:MaterialType .
ep-material:Salt
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "salt"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
......@@ -620,7 +713,7 @@ ep-material:Steam
"http://posccaesar.org/rdl/RDS14208634"^^xsd:string .
ep-material:Triethyleneglycol
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "triethyleneglycol"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
......@@ -630,29 +723,29 @@ ep-material:UnknownFluid
rdfs:subClassOf ep-material:Fluid .
ep-material:Vapour
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "vapour"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Water
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "water"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1012769"^^xsd:string .
ep-material:Water-discharge
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "water - discharge"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Water .
ep-material:Water-processed
rdf:type owl:Class ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "water - processed"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Water .
ep-material:firstMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "first material of pair"^^xsd:string ;
......@@ -675,7 +768,7 @@ ep-material:hasNonPrimaryComponent
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:hasPrimaryComponent
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "material that is a primary component of the whole"^^xsd:string ;
rdfs:domain ep-material:Material ;
rdfs:label "has primary component"^^xsd:string ;
......@@ -683,14 +776,14 @@ ep-material:hasPrimaryComponent
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:massRatio
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "mass ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:partMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPartWholePair ;
rdfs:label "part material of pair"^^xsd:string ;
......@@ -698,493 +791,487 @@ ep-material:partMaterialOfPair
rdfs:subPropertyOf ep-material:firstMaterialOfPair .
ep-material:reidVaporPressure
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:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "Reid vapor pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-material:secondMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "second material of pair"^^xsd:string ;
rdfs:range ep-material:Material .
ep-material:substance-11dmcyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "11dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-124tmBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "124tm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-12dmBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "12dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-13dmBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "13dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-14dmBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "14dm benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-223tmButane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "223tm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-223tmPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "223tm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-22dmButane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "22dm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-22dmHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "22dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-22dmPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "22dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-22dmPropane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "22dm propane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-23dmButane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "23dm butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-23dmPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "23dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-24dmHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "24dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-24dmPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "24dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-25dmHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "25dm hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-2mButane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "2m butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-2mHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "2m hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-2mPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "2m pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-2mPropane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "2m propane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-33dmPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "33dm pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-3etPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "3et pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-3mHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "3m hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-3mPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "3m pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Ar
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "Argon"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:shortName "Ar"^^xsd:string .
ep-material:substance-Benzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS423899"^^xsd:string .
ep-material:substance-Butane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "butane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS419354"^^xsd:string .
ep-material:substance-C11F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C11F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C12F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C12F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C13F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C13F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C13dmcyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "c13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C14F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C14F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C15F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C15F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C16F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C16F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C17F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C17F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C18F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C18F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C19F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C19F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C20F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C20F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C21F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C21F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C22F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C22F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C23F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C23F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C24F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C24F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C25F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C25F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C26F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C26F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C27F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C27F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C28F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C28F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C29F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C29F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C30F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C30F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C31F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C31F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C32F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C32F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C33F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C33F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C34F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C34F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C35F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "C35F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C36F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C36F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C37F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C37F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C38F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C38F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C39F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C39F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C40F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C40F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C41F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C41F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C42F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C42F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C43F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C43F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C44F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C44F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C45F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C45F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C46F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C46F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C47F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C47F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C48F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C48F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-C49F
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "C49F"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-CO2
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "CO2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Cyclohexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "cyclohexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS424439"^^xsd:string .
ep-material:substance-Cyclopentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "cyclopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS424619"^^xsd:string .
ep-material:substance-Decanes
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "decanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-EtBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "et benzene"^^xsd:string ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "ethyl benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-EtcyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "etcy pentane"^^xsd:string ;
ep-material:substance-EtcyHexane
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "ethyl cyclohexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Ethane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "C2"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "ethane"^^xsd:string ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS419219"^^xsd:string .
ep-material:substance-EtcyPentane
rdf:type owl:Class ;
rdfs:label "ethyl cyclopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-H2
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "H2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-H2O
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "H2O"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-H2S
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "H2S"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Heptanes
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "heptanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Hexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "hexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS419489"^^xsd:string .
ep-material:substance-Hexanes
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "hexanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-MBenzene
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "m benzene"^^xsd:string ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "methyl benzene"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-McyHexane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "mcy hexane"^^xsd:string ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "methyl cyclohexane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-McyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "mcy pentane"^^xsd:string ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "methyl cyclopentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Methane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdfs:label "C1"^^xsd:string ;
rdfs:subClassOf ep-material:Material ;
ep-core:name "methane"^^xsd:string .
ep-material:substance-N2
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:FluidSampleComponentType , owl:Class ;
rdfs:label "N2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Nonanes
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "nonanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-O2
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type ep-material:ReportingProductType , owl:Class ;
rdfs:label "O2"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
rdfs:subClassOf ep-material:Material ;
ep-core:name "dioxygen"^^xsd:string ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS426284"^^xsd:string .
ep-material:substance-Octanes
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "octanes"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-T12dmcyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "t12dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-T13dmcyPentane
rdf:type owl:Class , ep-material:ReportingProductType ;
rdf:type owl:Class ;
rdfs:label "t13dmcy pentane"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:volumeRatio
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "volume ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:wholeMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ;
rdfs:domain ep-material:MaterialPartWholePair ;
rdfs:label "whole material of pair"^^xsd:string ;
......
......@@ -14,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-well>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-material:Air-gas
......@@ -29,6 +29,9 @@ ep-material:CO2-gas
ep-material:DryFluid
rdf:type ep-prodwell:InjectionFluidType .
ep-material:Ethane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType .
......@@ -290,9 +293,6 @@ ep-material:substance-EtBenzene
ep-material:substance-EtcyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-Ethane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-H2
rdf:type ep-prodwell:ComponentMaterialType .
......@@ -320,9 +320,6 @@ ep-material:substance-McyHexane
ep-material:substance-McyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-Methane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-N2
rdf:type ep-prodwell:ComponentMaterialType .
......@@ -342,13 +339,13 @@ ep-material:substance-T13dmcyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-prodwell:AbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
rdfs:label "abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ClosedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
rdfs:label "closed well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -357,7 +354,7 @@ ep-prodwell:ComponentMaterialType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of subclasses of material corresponding to the FluidComponent enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "component material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
rdfs:subClassOf ep-material:MaterialType .
ep-prodwell:FluidComponentKindType
rdf:type rdfs:Class ;
......@@ -366,7 +363,7 @@ ep-prodwell:FluidComponentKindType
rdfs:subClassOf owl:Class .
ep-prodwell:InjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
rdfs:label "injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -378,37 +375,37 @@ ep-prodwell:InjectionFluidType
rdfs:subClassOf owl:Class .
ep-prodwell:JunkedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
rdfs:label "junked well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:OperatingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is operating"^^xsd:string ;
rdfs:label "operating well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:PluggedAndAbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
rdfs:label "plugged and abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell .
ep-prodwell:PluggedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
rdfs:label "plugged well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingInjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "producing injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is producing"^^xsd:string ;
rdfs:label "producing well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -420,13 +417,13 @@ ep-prodwell:RockFormation
rdfs:subClassOf ep-core:PhysicalObject .
ep-prodwell:SuspendedAtTdWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "suspended at td well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:SuspendedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
rdfs:label "suspended well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -452,7 +449,7 @@ ep-prodwell:WellCompletionAssembly
"http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string .
ep-prodwell:WellReclassedToDevelopment
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
rdfs:label "well reclassed to development"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -464,42 +461,42 @@ ep-prodwell:WellStatusType
rdfs:subClassOf owl:Class .
ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-material:Liquid .
ep-prodwell:depthOfBaseUsableWaterFromSurface
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:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of base of usable water from surface"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:depthOfFluidSurfaceFromTopOfWell
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:pOverZ
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:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Gas ;
rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-prodwell:potentialGasProduction
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:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential gas production"^^xsd:string ;
rdfs:range ep-core:VolumetricFlowRate .
ep-prodwell:potentialOilProduction
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:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential oil production"^^xsd:string ;
......
......@@ -23,7 +23,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -7389,6 +7389,128 @@ ep-mpr-spin-lib:selectWellTestReasonType
])
] .
ep-mpr-spin-lib:selectWellTestType
rdf:type spin:Function ;
rdfs:label "select WellTestReasonType"^^xsd:string ;
rdfs:subClassOf ep-mpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "wellTestType"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#WTT_Completion-drillstemtest>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Completion-DrillStemTest> ;
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#WTT_Completion-productiontest>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Completion-ProductionTest> ;
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#WTT_Drawdown>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrawdownTest> ;
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#WTT_Gas-flowafterflow>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Gas-FlowAfterFlowTest> ;
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#WTT_Gas-isochronal>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Gas-IsochronalTest> ;
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#WTT_Gas-modifiedisochronal>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Gas-ModifiedIsochronalTest> ;
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#WTT_Injectiontest-fall-off>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#InjectionTest-FallOff> ;
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#WTT_InterferencetestPulsetest>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#InterferenceTest-PulseTest> ;
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#WTT_Maxsandfreerate>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#MaximumSandFreeRateTest> ;
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#WTT_Multirate>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#MultiRateTest> ;
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#WTT_Multi-layertransient>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#MultiLayerTransientTest> ;
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#WTT_Oil-flowafterflow>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Oil-FlowAfterFlowTest> ;
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#WTT_Pressurebuild-up>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PressureBuildUpTest> ;
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#WTT_Singlerate>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SingleRateTest> ;
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#WTT_Water-flowafterflow>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#Water-FlowAfterFlowTest> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
]
]
]
]
]
]
]
]
]
]
]
]
]
]
] ;
sp:variable
[ sp:varName "wellTestType"^^xsd:string
]
])
] .
ep-mpr-spin-lib:selectWorkScale
rdf:type spin:Function ;
rdfs:subClassOf ep-mpr-spin-lib:Function ;
......
This diff could not be displayed because it is too large.