Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2012-04-25 15:02:36 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dbb3a8a46d38c1d1baf50599efca2564aeec160f
dbb3a8a4
1 parent
95b12ccd
MPR productVolume added wellStatus and operationTime
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
542 additions
and
279 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FLOW-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-FACILITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-WELL-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FLOW-v1.0.ttl
View file @
dbb3a8a
...
...
@@ -19,16 +19,16 @@
<http://www.reportinghub.no/ep/schema/1.0/flow>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
facility>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/material>
,
<http://www.reportinghub.no/ep/schema/1.0/production-core>
,
<http://www.reportinghub.no/ep/schema/1.0/production-activ
ity>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
production-activity>
,
<http://www.reportinghub.no/ep/schema/1.0/production-core>
,
<http://www.reportinghub.no/ep/schema/1.0/material>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/facil
ity>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-flow:
AllocatedFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"allocated flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
BudgetFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"budget flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
...
...
@@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion
rdfs:
subClassOf
owl:
Class
.
ep-flow:
Condensate-grossFlow
rdf:
type
ep-flow:
ProductMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductMaterialType
;
rdfs:
label
"condensate - gross flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Condensate-netFlow
rdf:
type
ep-flow:
ProductMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductMaterialType
;
rdfs:
label
"condensate - net flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
ConstraintFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"constraint flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
ConstraintFlow-fixed
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"constraint flow - fixed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ConstraintFlow
.
ep-flow:
ConstraintFlow-maximum
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"constraint flow - maximum"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ConstraintFlow
.
ep-flow:
ConstraintFlow-minimum
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"constraint flow - minimum"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ConstraintFlow
.
ep-flow:
Consume
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Consume-HPflare
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - HP flare"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume-flare
.
ep-flow:
Consume-LPflare
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - LP flare"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume-flare
.
ep-flow:
Consume-blackstart
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - blackstart"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-compressor
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - compressor"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-emitted
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - emitted"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-flare
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - flare"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-fuel
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - fuel"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-noncompressor
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - non-compressor"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
ep-flow:
Consume-venting
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"consume - venting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Consume
.
...
...
@@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow
rdfs:
subClassOf
ep-flow:
ProductionFlow
.
ep-flow:
DerivedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"derived flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
DerivedFlow-difference
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"derived flow - difference"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
DerivedFlow
.
ep-flow:
DifferenceFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"difference flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
...
...
@@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow
rdfs:
subClassOf
ep-flow:
Flow
.
ep-flow:
EstimatedFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"estimated flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Export
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"export"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Export-nominated
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"export nominated"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Export
.
ep-flow:
Export-requested
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"export requested"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Export
.
ep-flow:
Export-shortfall
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"export shortfall"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Export
.
...
...
@@ -173,42 +173,42 @@ ep-flow:Flow
rdfs:
subClassOf
ep-core:
PhysicalThing
.
ep-flow:
FlowAtInstant
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdfs:
label
"flow at instant"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Flow
.
ep-flow:
FlowDuringDay
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdfs:
label
"flow during day"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
ep-flow:
FlowDuringMonth
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdfs:
label
"flow during month"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
ep-flow:
FlowDuringMonthToDate
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdfs:
label
"flow during month to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
ep-flow:
FlowDuringPeriod
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdfs:
label
"flow during period"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
Flow
.
ep-flow:
FlowDuringWeek
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdfs:
label
"flow during week"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
ep-flow:
FlowDuringYear
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdfs:
label
"flow during year"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
ep-flow:
FlowDuringYearToDate
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartOfAFlowDurationType
;
rdf:
type
ep-flow:
TemporalPartOfAFlowDurationType
,
owl:
Class
;
rdfs:
label
"flow during year to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
FlowDuringPeriod
.
...
...
@@ -218,127 +218,132 @@ ep-flow:FlowOfLiquid
rdfs:
subClassOf
ep-core:
PhysicalThing
.
ep-flow:
ForecastFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"forecast flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
ForecastFlow-declineCurve
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"forecast flow - decline curve"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ForecastFlow
.
ep-flow:
ForecastFlow-standard
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"forecast flow - standard"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ForecastFlow
.
ep-flow:
Gaslift
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"gas lift"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
GrossProductFlow
rdf:
type
ep-flow:
ProductFlowGrossOrNetType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductFlowGrossOrNetType
;
rdfs:
label
"gross product flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductFlow
.
ep-flow:
HydrocarbonAccounting
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"hydrocarbon accounting"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Import
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"import"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Injection
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"injection"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Inventory
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"inventory"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-flow:
MassAdjustedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"mass adjusted flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
MeasuredFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"measured flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
MeasuredFlow-fiscal
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"measured flow - fiscal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
MeasuredFlow
.
ep-flow:
MeasuredFlow-raw
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"measured flow - raw"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
MeasuredFlow
.
ep-flow:
MeasuredFlow-recalibrated
rdf:
type
ep-flow:
ProductionFlowDefinitionSubType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionSubType
;
rdfs:
label
"measured flow - recalibrated"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
MeasuredFlow
.
ep-flow:
MeteredFlowFiscal
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"metered flow fiscal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
NetProductFlow
rdf:
type
ep-flow:
ProductFlowGrossOrNetType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductFlowGrossOrNetType
;
rdfs:
label
"net product flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductFlow
.
ep-flow:
NominatedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"nominated flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
ObjectThatLastsOneDay
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartDurationType
;
rdf:
type
ep-flow:
TemporalPartDurationType
,
owl:
Class
;
rdfs:
label
"object that lasts one day"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-flow:
ObjectThatLastsOneMonth
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartDurationType
;
rdf:
type
ep-flow:
TemporalPartDurationType
,
owl:
Class
;
rdfs:
label
"object that lasts one month"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-flow:
ObjectThatLastsOneWeek
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartDurationType
;
rdf:
type
ep-flow:
TemporalPartDurationType
,
owl:
Class
;
rdfs:
label
"object that lasts one week"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-flow:
ObjectThatLastsOneYear
rdf:
type
owl:
Class
,
ep-flow:
TemporalPartDurationType
;
rdf:
type
ep-flow:
TemporalPartDurationType
,
owl:
Class
;
rdfs:
label
"object that lasts one year"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-flow:
Oil-grossFlow
rdf:
type
ep-flow:
ProductMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductMaterialType
;
rdfs:
label
"oil - gross flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Oil-netFlow
rdf:
type
ep-flow:
ProductMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductMaterialType
;
rdfs:
label
"oil - net flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Overboard
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"overboard"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
PotentialFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"potential flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
ProcessedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"processed flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
...
...
@@ -363,27 +368,27 @@ ep-flow:ProductInventory
rdfs:
subClassOf
ep-flow:
Inventory
.
ep-flow:
ProductInventoryAdjustedClosingBalance
rdf:
type
owl:
Class
,
ep-flow:
ProductInventoryType
;
rdf:
type
ep-flow:
ProductInventoryType
,
owl:
Class
;
rdfs:
label
"product inventory adjusted closing balance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductInventory
.
ep-flow:
ProductInventoryClosingBalance
rdf:
type
owl:
Class
,
ep-flow:
ProductInventoryType
;
rdf:
type
ep-flow:
ProductInventoryType
,
owl:
Class
;
rdfs:
label
"product inventory closing balance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductInventory
.
ep-flow:
ProductInventoryClosingStorageBalance
rdf:
type
owl:
Class
,
ep-flow:
ProductInventoryType
;
rdf:
type
ep-flow:
ProductInventoryType
,
owl:
Class
;
rdfs:
label
"product inventory closing storage balance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductInventory
.
ep-flow:
ProductInventoryOpFlex
rdf:
type
owl:
Class
,
ep-flow:
ProductInventoryType
;
rdf:
type
ep-flow:
ProductInventoryType
,
owl:
Class
;
rdfs:
label
"product inventory opFlex"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductInventory
.
ep-flow:
ProductInventoryOpeningBalance
rdf:
type
owl:
Class
,
ep-flow:
ProductInventoryType
;
rdf:
type
ep-flow:
ProductInventoryType
,
owl:
Class
;
rdfs:
label
"product inventory opening balance"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductInventory
.
...
...
@@ -398,7 +403,7 @@ ep-flow:ProductMaterialType
rdfs:
subClassOf
owl:
Class
.
ep-flow:
Production
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"production"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
...
...
@@ -433,37 +438,37 @@ ep-flow:ProductionInventory
rdfs:
subClassOf
ep-flow:
Inventory
.
ep-flow:
ProductionInventoryAllocatedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory allocated material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryBudgetMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory budget material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryConstraintMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory constraint material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryDerivedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory derived material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryDifferenceMaterial
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdfs:
label
"production inventory difference material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryEstimatedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory estimated material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryForecastMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory forecast material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
...
...
@@ -473,47 +478,47 @@ ep-flow:ProductionInventoryMaterialType
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductionInventoryMeasuredMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory measured material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryNominatedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory nominated material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryPotentialMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory potential material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryProcessedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory processed material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryQuotaMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory quota material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryRecommendedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory recommended material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventorySaleableMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory saleable material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventorySimulatedMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory simulated material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
ProductionInventoryTargetMaterial
rdf:
type
ep-flow:
ProductionInventoryMaterialType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionInventoryMaterialType
;
rdfs:
label
"production inventory target material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
...
...
@@ -543,22 +548,22 @@ ep-flow:ProductionTestWellHeadFlow
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
QuotaFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"quota flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
RecommendedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"recommended flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Sale
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"sale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
SaleableFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"saleable flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
...
...
@@ -567,20 +572,25 @@ ep-flow:SampleOfMaterial
rdfs:
subClassOf
ep-material:
QuantityOfMaterial
.
ep-flow:
SimulatedFlow
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"simulated flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
Storage
rdf:
type
ep-flow:
ProductionFlowPurposeType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowPurposeType
;
rdfs:
label
"storage"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
TargetFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdf:
type
ep-flow:
ProductionFlowDefinitionType
,
owl:
Class
;
rdfs:
label
"target flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
TariffBasisFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"tariff basis flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
TemporalPartDurationType
rdf:
type
rdfs:
Class
;
rdfs:
label
"temporal part duration type"
^^
xsd:
string
;
...
...
@@ -591,6 +601,11 @@ ep-flow:TemporalPartOfAFlowDurationType
rdfs:
label
"temporal part of a flow duration type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ValueAdjustedFlow
rdf:
type
owl:
Class
,
ep-flow:
ProductionFlowDefinitionType
;
rdfs:
label
"value adjusted flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
.
ep-flow:
WholeLifeFlow
rdf:
type
owl:
Class
;
rdfs:
label
"whole life flow"
^^
xsd:
string
;
...
...
@@ -599,7 +614,7 @@ ep-flow:WholeLifeFlow
ep-flow:
WholeLifeProductFlow
rdf:
type
owl:
Class
;
rdfs:
label
"whole life product flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
,
ep-flow:
Product
Flow
.
rdfs:
subClassOf
ep-flow:
ProductFlow
,
ep-flow:
WholeLife
Flow
.
ep-flow:
WholeLifeProductInventory
rdf:
type
owl:
Class
;
...
...
@@ -609,7 +624,7 @@ ep-flow:WholeLifeProductInventory
ep-flow:
WholeLifeProductionFlow
rdf:
type
owl:
Class
;
rdfs:
label
"whole life production flow"
^^
xsd:
string
;
rdfs:
subClassOf
ep-flow:
WholeLifeFlow
,
ep-flow:
Production
Flow
.
rdfs:
subClassOf
ep-flow:
ProductionFlow
,
ep-flow:
WholeLife
Flow
.
ep-flow:
WholeLifeProductionInventory
rdf:
type
owl:
Class
;
...
...
@@ -617,13 +632,13 @@ ep-flow:WholeLifeProductionInventory
rdfs:
subClassOf
ep-flow:
ProductionInventory
.
ep-flow:
dailyAverageAmountOfMaterial
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-flow:
Flow
;
rdfs:
label
"daily average amount of material"
^^
xsd:
string
;
rdfs:
range
ep-flow:
ClassOfMaterialWithMassCriterion
.
ep-flow:
energyContent
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-material:
QuantityOfMaterial
;
rdfs:
label
"energy content"
^^
xsd:
string
;
rdfs:
range
ep-core:
Work
.
...
...
@@ -655,7 +670,7 @@ ep-flow:flowOutOf
rdfs:
subPropertyOf
ep-flow:
flowIntoOrOutOf
.
ep-flow:
grossCalorificValue
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-material:
QuantityOfMaterial
;
rdfs:
label
"gross calorific value"
^^
xsd:
string
;
rdfs:
range
ep-core:
EnergyPerVolume
.
...
...
@@ -675,29 +690,29 @@ ep-flow:hasNetworkPart
rdfs:
subPropertyOf
ep-core:
hasPart
.
ep-flow:
materialInInventory
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-flow:
Inventory
;
rdfs:
label
"material in inventory"
^^
xsd:
string
;
rdfs:
range
ep-material:
QuantityOfMaterial
.
ep-flow:
materialThatFlows
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-flow:
Flow
;
rdfs:
label
"material that flows"
^^
xsd:
string
;
rdfs:
range
ep-material:
QuantityOfMaterial
.
ep-flow:
rateOfFlowOfMaterial
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
label
"rate of flow of material"
^^
xsd:
string
;
rdfs:
range
ep-core:
MeasureOfAmountOfMaterial
.
ep-flow:
totalVolumeOfMaterial-deprecated
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
label
"total volume of material"
^^
xsd:
string
;
rdfs:
range
ep-core:
MeasureOfAmountOfMaterial
.
ep-flow:
yearlyAverageAmountOfMaterial
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-flow:
Flow
;
rdfs:
label
"yearly average amount of material"
^^
xsd:
string
;
rdfs:
range
ep-flow:
ClassOfMaterialWithMassCriterion
.
...
...
@@ -808,7 +823,7 @@ ep-material:Gas-wet
rdf:
type
ep-flow:
ProductMaterialType
.
ep-material:
HeliumGas
rdf:
type
owl:
Class
,
ep-flow:
ProductMaterialType
.
rdf:
type
ep-flow:
ProductMaterialType
,
owl:
Class
.
ep-material:
Heptane
rdf:
type
ep-flow:
ProductMaterialType
.
...
...
@@ -886,14 +901,14 @@ ep-material:Oleic
rdf:
type
ep-flow:
ProductMaterialType
.
ep-material:
Pentane
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_pentane>
.
ep-material:
PetroleumGasLiquid
rdf:
type
ep-flow:
ProductMaterialType
.
ep-material:
Propane
rdf:
type
ep-
flow:
ProductMaterialType
,
ep-well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponentType
,
ep-flow:
ProductMaterial
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_propane>
.
ep-material:
Propane-component
...
...
@@ -921,361 +936,361 @@ ep-material:Water-processed
rdf:
type
ep-flow:
ProductMaterialType
.
ep-material:
substance-11dmcyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_11dmcypentane>
.
ep-material:
substance-124tmBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_124tmbenzene>
.
ep-material:
substance-12dmBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_12dmbenzene>
.
ep-material:
substance-13dmBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_13dmbenzene>
.
ep-material:
substance-14dmBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_14dmbenzene>
.
ep-material:
substance-223tmButane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_223tmbutane>
.
ep-material:
substance-223tmPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_223tmpentane>
.
ep-material:
substance-22dmButane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_22dmbutane>
.
ep-material:
substance-22dmHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_22dmhexane>
.
ep-material:
substance-22dmPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_22dmpentane>
.
ep-material:
substance-22dmPropane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_22dmpropane>
.
ep-material:
substance-23dmButane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_23dmbutane>
.
ep-material:
substance-23dmPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_23dmpentane>
.
ep-material:
substance-24dmHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_24dmhexane>
.
ep-material:
substance-24dmPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_24dmpentane>
.
ep-material:
substance-25dmHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_25dmhexane>
.
ep-material:
substance-2mButane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_2mbutane>
.
ep-material:
substance-2mHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_2mhexane>
.
ep-material:
substance-2mPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_2mpentane>
.
ep-material:
substance-2mPropane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_2mpropane>
.
ep-material:
substance-33dmPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_33dmpentane>
.
ep-material:
substance-3etPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_3etpentane>
.
ep-material:
substance-3mHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_3mhexane>
.
ep-material:
substance-3mPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_3mpentane>
.
ep-material:
substance-Ar
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_Ar>
.
ep-material:
substance-Benzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_benzene>
.
ep-material:
substance-Butane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_butane>
.
ep-material:
substance-C11F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C11F>
.
ep-material:
substance-C12F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C12F>
.
ep-material:
substance-C13F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C13F>
.
ep-material:
substance-C13dmcyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane>
.
ep-material:
substance-C14F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C14F>
.
ep-material:
substance-C15F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C15F>
.
ep-material:
substance-C16F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C16F>
.
ep-material:
substance-C17F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C17F>
.
ep-material:
substance-C18F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C18F>
.
ep-material:
substance-C19F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C19F>
.
ep-material:
substance-C20F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C20F>
.
ep-material:
substance-C21F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C21F>
.
ep-material:
substance-C22F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C22F>
.
ep-material:
substance-C23F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C23F>
.
ep-material:
substance-C24F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C24F>
.
ep-material:
substance-C25F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C25F>
.
ep-material:
substance-C26F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C26F>
.
ep-material:
substance-C27F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C27F>
.
ep-material:
substance-C28F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C28F>
.
ep-material:
substance-C29F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C29F>
.
ep-material:
substance-C30F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C30F>
.
ep-material:
substance-C31F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C31F>
.
ep-material:
substance-C32F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C32F>
.
ep-material:
substance-C33F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C33F>
.
ep-material:
substance-C34F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C34F>
.
ep-material:
substance-C35F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C35F>
.
ep-material:
substance-C36F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C36F>
.
ep-material:
substance-C37F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C37F>
.
ep-material:
substance-C38F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C38F>
.
ep-material:
substance-C39F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C39F>
.
ep-material:
substance-C40F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C40F>
.
ep-material:
substance-C41F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C41F>
.
ep-material:
substance-C42F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C42F>
.
ep-material:
substance-C43F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C43F>
.
ep-material:
substance-C44F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C44F>
.
ep-material:
substance-C45F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C45F>
.
ep-material:
substance-C46F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C46F>
.
ep-material:
substance-C47F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C47F>
.
ep-material:
substance-C48F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C48F>
.
ep-material:
substance-C49F
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_C49F>
.
ep-material:
substance-CO2
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_CO2>
.
ep-material:
substance-Cyclohexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_cyclohexane>
.
ep-material:
substance-Cyclopentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_cyclopentane>
.
ep-material:
substance-Decanes
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_decanes>
.
ep-material:
substance-EtBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_etbenzene>
.
ep-material:
substance-EtcyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_etcypentane>
.
ep-material:
substance-Ethane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_ethane>
.
ep-material:
substance-H2
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_H2>
.
ep-material:
substance-H2O
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_H2O>
.
ep-material:
substance-H2S
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_H2S>
.
ep-material:
substance-Heptanes
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_heptanes>
.
ep-material:
substance-Hexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_hexane>
.
ep-material:
substance-Hexanes
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_hexanes>
.
ep-material:
substance-MBenzene
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_mbenzene>
.
ep-material:
substance-McyHexane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_mcyhexane>
.
ep-material:
substance-McyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_mcypentane>
.
ep-material:
substance-Methane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_methane>
.
ep-material:
substance-N2
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_N2>
.
ep-material:
substance-Nonanes
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_nonanes>
.
ep-material:
substance-O2
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_O2>
.
ep-material:
substance-Octanes
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_octanes>
.
ep-material:
substance-T12dmcyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane>
.
ep-material:
substance-T13dmcyPentane
rdf:
type
ep-
prodact:
SubstanceType
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodact:
Substance
Type
;
ep-prodcore:
mapsTo
<http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane>
.
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-FACILITY-v1.0.ttl
View file @
dbb3a8a
...
...
@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-facility>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
facility>
,
<http://www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/production-well
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
production-well>
,
<http://www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/facility
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...
...
@@ -60,7 +60,7 @@
rdf:
type
ep-prodfac:
ProductionFacilityType
.
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
label
"facility operator"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
...
...
@@ -101,22 +101,22 @@ ep-prodfac:Boat
rdfs:
subClassOf
ep-prodfac:
ShipOrBoat
.
ep-prodfac:
Field-area
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"field - area"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Field>
.
ep-prodfac:
Field-group
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"field - group"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Field>
.
ep-prodfac:
Field-part
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"field - part"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Field>
.
ep-prodfac:
Installation
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdfs:
label
"installation"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
...
...
@@ -126,17 +126,17 @@ ep-prodfac:OilTanker
rdfs:
subClassOf
ep-prodfac:
Ship
.
ep-prodfac:
Plant
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"plant"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
ep-prodfac:
Plant-processing
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"plant - processing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodfac:
Plant
.
ep-prodfac:
ProcessingFacility
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"processing facility"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
...
...
@@ -155,7 +155,7 @@ ep-prodfac:ShipOrBoat
rdfs:
subClassOf
ep-prodfac:
TemporalPartOfAShipOrBoat
.
ep-prodfac:
StorageFacility
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdfs:
label
"storage facility"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
...
...
@@ -169,7 +169,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
ep-prodfac:
TrunkLine
rdf:
type
owl:
Class
,
ep-prodfac:
ProductionFacilityType
;
rdf:
type
ep-prodfac:
ProductionFacilityType
,
owl:
Class
;
rdfs:
label
"trunk line"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
...
...
@@ -213,6 +213,12 @@ ep-prodfac:numberOfPersonnelOnBoard
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
range
xsd:
integer
.
ep-prodfac:
operatingTime
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/facility#Facility>
;
rdfs:
label
"operating time"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
<http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity>
rdf:
type
ep-prodfac:
ProductionFacilityType
.
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-PRODUCTION-WELL-v1.0.ttl
View file @
dbb3a8a
...
...
@@ -14,41 +14,51 @@
<http://www.reportinghub.no/ep/schema/1.0/production-well>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
material>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/schema/1.0/flow
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
flow>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/schema/1.0/material
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-material:
GasAndWater
rdf:
type
ep-
prodwell:
InjectionFluidType
,
ep-well:
FluidComponent
Type
.
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodwell:
InjectionFluid
Type
.
ep-material:
Liquid
rdf:
type
ep-prodwell:
FluidPhaseType
.
ep-material:
OilAndGas
rdf:
type
ep-
prodwell:
InjectionFluidType
,
ep-well:
FluidComponent
Type
.
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodwell:
InjectionFluid
Type
.
ep-material:
OilAndWater
rdf:
type
ep-
prodwell:
InjectionFluidType
,
ep-well:
FluidComponent
Type
.
rdf:
type
ep-
well:
FluidComponentType
,
ep-prodwell:
InjectionFluid
Type
.
ep-material:
Sand
rdf:
type
ep-well:
FluidComponentType
.
ep-prodwell:
AbandonedWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"abandoned well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
Air-gas
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdfs:
label
"air gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
NonHcGas
.
ep-prodwell:
Brine
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"brine"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Water
.
ep-prodwell:
CO2-gas
rdf:
type
ep-prodwell:
InjectionFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodwell:
InjectionFluidType
;
rdfs:
label
"CO2 gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
NonHcGas
.
ep-prodwell:
ClosedWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"closed well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
DryFluid
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"dry fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
...
...
@@ -63,7 +73,7 @@ ep-prodwell:FluidComponentType
rdfs:
subClassOf
owl:
Class
.
ep-prodwell:
FluidFraction
rdf:
type
owl:
Class
,
ep-prodwell:
FluidComponentKindType
;
rdf:
type
ep-prodwell:
FluidComponentKindType
,
owl:
Class
;
rdfs:
label
"fluid fraction"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
...
...
@@ -73,17 +83,27 @@ ep-prodwell:FluidPhaseType
rdfs:
subClassOf
owl:
Class
.
ep-prodwell:
FreshWater
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"fresh water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Water
.
ep-prodwell:
InjectingWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"injecting well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
InjectionFluidType
rdf:
type
rdfs:
Class
;
rdfs:
label
"injection fluid type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-prodwell:
JunkedWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"junked well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
Liquid
rdf:
type
owl:
Class
,
ep-prodwell:
FluidPhaseType
;
rdf:
type
ep-prodwell:
FluidPhaseType
,
owl:
Class
;
rdfs:
label
"liquid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
...
...
@@ -93,22 +113,47 @@ ep-prodwell:NaturalGasClass
rdfs:
subClassOf
owl:
Class
.
ep-prodwell:
NonHcGas
rdf:
type
ep-prodwell:
InjectionFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodwell:
InjectionFluidType
;
rdfs:
label
"non-HC gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Gas
.
ep-prodwell:
OperatingWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"operating well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
OtherInjectionFluid
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"other injection fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
ep-prodwell:
PluggedAndAbandonedWell
rdf:
type
owl:
Class
,
ep-prodwell:
WellStatusType
;
rdfs:
label
"plugged and abandoned well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
PluggedWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"plugged well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
PlusFraction
rdf:
type
ep-prodwell:
FluidComponentKindType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodwell:
FluidComponentKindType
;
rdfs:
label
"plus fraction"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
ep-prodwell:
ProducingInjectingWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"producing injecting well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
ProducingWell
rdf:
type
owl:
Class
,
ep-prodwell:
WellStatusType
;
rdfs:
label
"producing well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
PureFluid
rdf:
type
owl:
Class
,
ep-prodwell:
FluidComponentKindType
;
rdf:
type
ep-prodwell:
FluidComponentKindType
,
owl:
Class
;
rdfs:
label
"pure fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
...
...
@@ -118,27 +163,42 @@ ep-prodwell:RockFormation
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-prodwell:
SplitFraction
rdf:
type
ep-prodwell:
FluidComponentKindType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-prodwell:
FluidComponentKindType
;
rdfs:
label
"split fraction"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
ep-prodwell:
Steam
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"steam"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
NonHcGas
.
ep-prodwell:
SuspendedAtTdWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"suspended at td well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
SuspendedWell
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"suspended well"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
TemporalPartOfASpatialPartOfAWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"temporal part of a spatial part of a wellbore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
.
ep-prodwell:
TemporalPartOfAWellOrWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"(temporal part of a) well or wellbore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-prodwell:
TubingHead
rdf:
type
owl:
Class
;
rdfs:
label
"tubing head"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
SpatialPartOfAWell
.
ep-prodwell:
UnknownFluid
rdf:
type
ep-
well:
FluidComponentType
,
owl:
Class
,
ep-prodwell:
InjectionFluid
Type
;
rdf:
type
ep-
prodwell:
InjectionFluidType
,
owl:
Class
,
ep-well:
FluidComponent
Type
;
rdfs:
label
"unknown fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
...
...
@@ -147,52 +207,68 @@ ep-prodwell:WellCompletion
rdfs:
label
"well completion"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
SpatialPartOfAWellBore
.
ep-prodwell:
WellReclassedToDevelopment
rdf:
type
ep-prodwell:
WellStatusType
,
owl:
Class
;
rdfs:
label
"well reclassed to development"
^^
xsd:
string
;
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-prodwell:
WellStatusType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well status type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-prodwell:
completeLiquidPartOf
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-material:
QuantityOfMaterial
;
rdfs:
label
"complete liquid part of"
^^
xsd:
string
;
rdfs:
range
ep-prodwell:
Liquid
.
ep-prodwell:
condensateYield
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdfs:
label
"condensate yield"
^^
xsd:
string
;
rdfs:
range
ep-core:
SpecificVolume
.
ep-prodwell:
depthOfBaseUsableWaterFromSurface
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
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:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdfs:
domain
ep-material:
Fluid
;
rdfs:
label
"depth of fluid surface from top of well"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-prodwell:
oilWaterRatioByMass
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-material:
Fluid
;
rdfs:
label
"oil/water ratio by mass"
^^
xsd:
string
;
rdfs:
range
ep-core:
Ratio
.
ep-prodwell:
pOverZ
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-material:
Fluid
;
rdfs:
label
"pressure over gas compressibility factor"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-prodwell:
potentialGasProduction
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdfs:
domain
ep-well:
WellBore
;
rdfs:
label
"potential gas production"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumetricFlowRate
.
ep-prodwell:
potentialOilProduction
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
ObjectProperty
,
owl:
FunctionalP
roperty
;
rdfs:
domain
ep-well:
WellBore
;
rdfs:
label
"potential gas production"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumetricFlowRate
.
ep-well:
SpatialPartOfAWellBore
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfASpatialPartOfAWellBore
.
ep-well:
TemporalPartOfAWell
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
ep-well:
TemporalPartOfAWellBore
rdfs:
subClassOf
ep-prodwell:
TemporalPartOfAWellOrWellBore
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl
View file @
dbb3a8a
...
...
@@ -48,7 +48,7 @@ sp:if
<http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/production-core>
,
<http://www.witsml.org/schemas/131/addendum/combo>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.witsml.org/schemas/131/addendum/combo>
,
<http://www.reportinghub.no/ep/schema/1.0/production-core>
,
<http://www.reportinghub.no/ep/spin/1.1/lib
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-dpr-spin-lib:
Function
...
...
@@ -295,6 +295,28 @@ ep-dpr-spin-lib:buildFacilityURI
])
]
.
ep-dpr-spin-lib:
buildHarbourURI
rdf:
type
spin:
Function
;
rdfs:
label
"build Harbour URI"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"uri"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildURI
;
sp:
arg1
"https://www.reportinghub.no/ep/data/harbour/"
;
sp:
arg2
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
spin:
_arg1
]
]
;
sp:
variable
[
sp:
varName
"uri"
^^
xsd:
string
]
])
]
.
ep-dpr-spin-lib:
buildOrganizationURI
rdf:
type
spin:
Function
;
rdfs:
label
"build Organization URI"
^^
xsd:
string
;
...
...
@@ -800,6 +822,28 @@ arg3 is end date"""^^xsd:string ;
])
]
.
ep-dpr-spin-lib:
buildTerminalURI
rdf:
type
spin:
Function
;
rdfs:
label
"build Terminal URI"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"uri"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildURI
;
sp:
arg1
"https://www.reportinghub.no/ep/data/terminal/"
;
sp:
arg2
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
spin:
_arg1
]
]
;
sp:
variable
[
sp:
varName
"uri"
^^
xsd:
string
]
])
]
.
ep-dpr-spin-lib:
selectAnglePerLengthScale
rdf:
type
spin:
Function
;
rdfs:
label
"select angle per length scale"
^^
xsd:
string
;
...
...
@@ -5721,6 +5765,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b22
)
;
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.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#fractionByVolume>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b22
])
]
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"myVar"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
...
...
@@ -5800,22 +5860,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
[
sp:
varName
"myVar"
^^
xsd:
string
]
])
]
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b22
)
;
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.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#fractionByVolume>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b22
])
]
.
ep-dpr-spin-lib:
selectTemperatureScale
...
...
@@ -7350,62 +7394,62 @@ ep-dpr-spin-lib:selectWorkScale
])
]
.
_:
b23
sp:
varName
"volumeFlowRateAtStdType"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b22
sp:
varName
"specificVolumeScale"
^^
xsd:
string
.
_:
b2
sp:
varName
"UUID"
^^
xsd:
string
.
_:
b21
sp:
varName
"safetyActivityType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b20
sp:
varName
"productionFlowPurposeType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b19
sp:
varName
"productionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b18
sp:
varName
"productionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b17
sp:
varName
"productionFlowDefinitionType"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b16
sp:
varName
"productionFacilityType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b15
sp:
varName
"productVolumeReportPeriodType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b1
4
sp:
varName
"
densityScale
"
^^
xsd:
string
.
_:
b1
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b1
3
_:
b1
1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b12
sp:
varName
"uri"
^^
xsd:
string
.
_:
b1
1
_:
b1
3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b1
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b1
4
sp:
varName
"
densityScale
"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b23
sp:
varName
"volumeFlowRateAtStdType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b22
sp:
varName
"specificVolumeScale"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b21
sp:
varName
"safetyActivityType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b20
sp:
varName
"productionFlowPurposeType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b19
sp:
varName
"productionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b18
sp:
varName
"productionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b17
sp:
varName
"productionFlowDefinitionType"
^^
xsd:
string
.
_:
b2
sp:
varName
"UUID"
^^
xsd:
string
.
_:
b16
sp:
varName
"productionFacilityType"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b15
sp:
varName
"productVolumeReportPeriodType"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
View file @
dbb3a8a
...
...
@@ -4658,6 +4658,24 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
sp:
arg2
<http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal>
;
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#FQ_tariffbasis>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/flow#TariffBasisFlow>
;
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#FQ_massadjusted>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/flow#MassAdjustedFlow>
;
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#FQ_metered-fiscal>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow>
]
]
...
...
@@ -4675,6 +4693,9 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
]
]
]
]
]
]
]
;
sp:
variable
[
sp:
varName
"productionFlowDefinitionType"
^^
xsd:
string
...
...
@@ -7320,6 +7341,107 @@ ep-mpr-spin-lib:selectVolumeScale
])
]
.
ep-mpr-spin-lib:
selectWellStatusType
rdf:
type
spin:
Function
;
rdfs:
label
"select WellStatusType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-mpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"wellStatusType"
^^
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#WS_operating>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#OperatingWell>
;
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#WS_re-classtodevelopment>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#WellReclassedToDevelopment>
;
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#WS_pluggedandabandonded>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#PluggedAndAbandonedWell>
;
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#WS_junked>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#JunkedWell>
;
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#WS_plugged>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#PluggedWell>
;
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#WS_suspended>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#SuspendedWell>
;
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#WS_suspendedattd>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#SuspendedAtTdWell>
;
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#WS_injecting>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#InjectingWell>
;
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#WS_producing>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#ProducingWell>
;
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#WS_producing-injecting>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#ProducingInjectingWell>
;
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#WS_closed>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#ClosedWell>
;
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#WS_abandonded>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/production-well#AbandonedWell>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/production-well#TemporalPartOfAWellOrWellBore>
]
]
]
]
]
]
]
]
]
]
]
]
;
sp:
variable
[
sp:
varName
"wellStatusType"
^^
xsd:
string
]
])
]
.
ep-mpr-spin-lib:
selectWellTestReasonType
rdf:
type
spin:
Function
;
rdfs:
label
"select WellTestReasonType"
^^
xsd:
string
;
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0.ttl
View file @
dbb3a8a
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment