David Leal

Progress on commonPropertiesProductVolume

...@@ -37,6 +37,11 @@ ep-core:AmountOfSubstancePair ...@@ -37,6 +37,11 @@ ep-core:AmountOfSubstancePair
37 rdfs:label "amount of substance pair"^^xsd:string ; 37 rdfs:label "amount of substance pair"^^xsd:string ;
38 rdfs:subClassOf ep-core:Pair . 38 rdfs:subClassOf ep-core:Pair .
39 39
40 +ep-core:AmountOfSubstancePerAmountOfSubstance
41 + rdf:type ep-core:PropertySpace , rdfs:Class ;
42 + rdfs:label "amount of substance per amount of substance"^^xsd:string ;
43 + rdfs:subClassOf ep-core:Ratio .
44 +
40 ep-core:AmountOfSubstancePerMass 45 ep-core:AmountOfSubstancePerMass
41 rdf:type ep-core:PropertySpace , rdfs:Class ; 46 rdf:type ep-core:PropertySpace , rdfs:Class ;
42 rdfs:comment "the amount of substance per unit mass. The SI unit is mole kilogram-1."^^xsd:string ; 47 rdfs:comment "the amount of substance per unit mass. The SI unit is mole kilogram-1."^^xsd:string ;
...@@ -1955,6 +1960,17 @@ ep-core:hasCompositionOfAllPartsOfDefinedType ...@@ -1955,6 +1960,17 @@ ep-core:hasCompositionOfAllPartsOfDefinedType
1955 rdfs:label "has composition of all parts of defined type"^^xsd:string ; 1960 rdfs:label "has composition of all parts of defined type"^^xsd:string ;
1956 rdfs:range ep-core:CompositionOfAllPartsOfDefinedType . 1961 rdfs:range ep-core:CompositionOfAllPartsOfDefinedType .
1957 1962
1963 +ep-core:hasCorrespondingTemporal
1964 + rdfs:comment "temporal part that is the corresponding temporal part in the preceding reporting period"^^xsd:string ;
1965 + rdfs:domain ep-core:PhysicalThing ;
1966 + rdfs:label "has corresponding temporal part in previous reporting period"^^xsd:string ;
1967 + rdfs:range ep-core:PhysicalThing .
1968 +
1969 +ep-core:hasCorrespondingTemporalPartInPrecedingReportingPeriod
1970 + rdf:type owl:ObjectProperty ;
1971 + rdfs:domain ep-core:PhysicalThing ;
1972 + rdfs:range ep-core:PhysicalThing .
1973 +
1958 ep-core:hasFeature 1974 ep-core:hasFeature
1959 rdf:type owl:ObjectProperty ; 1975 rdf:type owl:ObjectProperty ;
1960 rdfs:comment "physical feature that is of a physical thing"^^xsd:string ; 1976 rdfs:comment "physical feature that is of a physical thing"^^xsd:string ;
......
...@@ -15,179 +15,179 @@ ...@@ -15,179 +15,179 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - 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> ; 18 + 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> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
22 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 22 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
23 rdfs:comment "physical thing at an instant in time"^^xsd:string ; 23 rdfs:comment "physical thing at an instant in time"^^xsd:string ;
24 rdfs:label "physical thing at an instant"^^xsd:string ; 24 rdfs:label "physical thing at an instant"^^xsd:string ;
25 rdfs:subClassOf ep-core:PhysicalThing . 25 rdfs:subClassOf ep-core:PhysicalThing .
26 26
27 ep-core:PhysicalThingDuringGasYearToDate 27 ep-core:PhysicalThingDuringGasYearToDate
28 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 28 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
29 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 ; 29 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 ;
30 rdfs:label "physical thing during gas year to date"^^xsd:string ; 30 rdfs:label "physical thing during gas year to date"^^xsd:string ;
31 rdfs:subClassOf ep-core:PhysicalThing . 31 rdfs:subClassOf ep-core:PhysicalThing .
32 32
33 ep-core:PhysicalThingDuringMonthToDate 33 ep-core:PhysicalThingDuringMonthToDate
34 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 34 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
35 rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; 35 rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ;
36 rdfs:label "physical thing during month to date"^^xsd:string ; 36 rdfs:label "physical thing during month to date"^^xsd:string ;
37 rdfs:subClassOf ep-core:PhysicalThing . 37 rdfs:subClassOf ep-core:PhysicalThing .
38 38
39 ep-core:PhysicalThingDuringOneDay 39 ep-core:PhysicalThingDuringOneDay
40 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 40 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
41 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 ; 41 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 ;
42 rdfs:label "physical thing during one day"^^xsd:string ; 42 rdfs:label "physical thing during one day"^^xsd:string ;
43 rdfs:subClassOf ep-core:PhysicalThing . 43 rdfs:subClassOf ep-core:PhysicalThing .
44 44
45 ep-core:PhysicalThingDuringOneGasDay 45 ep-core:PhysicalThingDuringOneGasDay
46 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 46 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
47 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 ; 47 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 ;
48 rdfs:label "physical thing during one gas day"^^xsd:string ; 48 rdfs:label "physical thing during one gas day"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasMonth 51 ep-core:PhysicalThingDuringOneGasMonth
52 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 52 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
53 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 ; 53 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 ;
54 rdfs:label "physical thing during one gas month"^^xsd:string ; 54 rdfs:label "physical thing during one gas month"^^xsd:string ;
55 rdfs:subClassOf ep-core:PhysicalThing . 55 rdfs:subClassOf ep-core:PhysicalThing .
56 56
57 ep-core:PhysicalThingDuringOneGasYear 57 ep-core:PhysicalThingDuringOneGasYear
58 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 58 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
59 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 ; 59 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 ;
60 rdfs:label "physical thing during one gas year"^^xsd:string ; 60 rdfs:label "physical thing during one gas year"^^xsd:string ;
61 rdfs:subClassOf ep-core:PhysicalThing . 61 rdfs:subClassOf ep-core:PhysicalThing .
62 62
63 ep-core:PhysicalThingDuringOneMonth 63 ep-core:PhysicalThingDuringOneMonth
64 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 64 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
65 rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; 65 rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ;
66 rdfs:label "physical thing during one month"^^xsd:string ; 66 rdfs:label "physical thing during one month"^^xsd:string ;
67 rdfs:subClassOf ep-core:PhysicalThing . 67 rdfs:subClassOf ep-core:PhysicalThing .
68 68
69 ep-core:PhysicalThingDuringOneWeek 69 ep-core:PhysicalThingDuringOneWeek
70 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 70 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
71 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 ; 71 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 ;
72 rdfs:label "physical thing during one week"^^xsd:string ; 72 rdfs:label "physical thing during one week"^^xsd:string ;
73 rdfs:subClassOf ep-core:PhysicalThing . 73 rdfs:subClassOf ep-core:PhysicalThing .
74 74
75 ep-core:PhysicalThingDuringOneYear 75 ep-core:PhysicalThingDuringOneYear
76 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 76 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
77 rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; 77 rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ;
78 rdfs:label "physical thing during one year"^^xsd:string ; 78 rdfs:label "physical thing during one year"^^xsd:string ;
79 rdfs:subClassOf ep-core:PhysicalThing . 79 rdfs:subClassOf ep-core:PhysicalThing .
80 80
81 ep-core:PhysicalThingDuringYearToDate 81 ep-core:PhysicalThingDuringYearToDate
82 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ; 82 + rdf:type owl:Class , ep-flow:TemporalPartDurationType , ep-core:ClassNotInheritedByAStrictTemporalPart ;
83 rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; 83 rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ;
84 rdfs:label "physical thing during year to date"^^xsd:string ; 84 rdfs:label "physical thing during year to date"^^xsd:string ;
85 rdfs:subClassOf ep-core:PhysicalThing . 85 rdfs:subClassOf ep-core:PhysicalThing .
86 86
87 ep-flow:AllocatedFlow 87 ep-flow:AllocatedFlow
88 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 88 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
89 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; 89 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ;
90 rdfs:label "allocated flow"^^xsd:string ; 90 rdfs:label "allocated flow"^^xsd:string ;
91 rdfs:subClassOf ep-flow:Flow . 91 rdfs:subClassOf ep-flow:Flow .
92 92
93 ep-flow:AllocatedInventory 93 ep-flow:AllocatedInventory
94 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 94 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
95 rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; 95 rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ;
96 rdfs:label "allocated inventory"^^xsd:string ; 96 rdfs:label "allocated inventory"^^xsd:string ;
97 rdfs:subClassOf ep-flow:Inventory . 97 rdfs:subClassOf ep-flow:Inventory .
98 98
99 ep-flow:BudgetFlow 99 ep-flow:BudgetFlow
100 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 100 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
101 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; 101 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ;
102 rdfs:label "budget flow"^^xsd:string ; 102 rdfs:label "budget flow"^^xsd:string ;
103 rdfs:subClassOf ep-flow:Flow . 103 rdfs:subClassOf ep-flow:Flow .
104 104
105 ep-flow:ClassOfMaterialWithMassCriterion 105 ep-flow:ClassOfMaterialWithMassCriterion
106 rdf:type rdfs:Class ; 106 rdf:type rdfs:Class ;
107 - 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 ; 107 + 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 ;
108 rdfs:label "class of material with mass criterion"^^xsd:string ; 108 rdfs:label "class of material with mass criterion"^^xsd:string ;
109 rdfs:subClassOf owl:Class . 109 rdfs:subClassOf owl:Class .
110 110
111 ep-flow:ConstraintFlow 111 ep-flow:ConstraintFlow
112 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 112 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
113 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 ; 113 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 ;
114 rdfs:label "constraint flow"^^xsd:string ; 114 rdfs:label "constraint flow"^^xsd:string ;
115 rdfs:subClassOf ep-flow:Flow . 115 rdfs:subClassOf ep-flow:Flow .
116 116
117 ep-flow:ConstraintFlow-fixed 117 ep-flow:ConstraintFlow-fixed
118 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 118 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
119 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; 119 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ;
120 rdfs:label "constraint flow - fixed"^^xsd:string ; 120 rdfs:label "constraint flow - fixed"^^xsd:string ;
121 rdfs:subClassOf ep-flow:ConstraintFlow . 121 rdfs:subClassOf ep-flow:ConstraintFlow .
122 122
123 ep-flow:ConstraintFlow-maximum 123 ep-flow:ConstraintFlow-maximum
124 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 124 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
125 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; 125 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ;
126 rdfs:label "constraint flow - maximum"^^xsd:string ; 126 rdfs:label "constraint flow - maximum"^^xsd:string ;
127 rdfs:subClassOf ep-flow:ConstraintFlow . 127 rdfs:subClassOf ep-flow:ConstraintFlow .
128 128
129 ep-flow:ConstraintFlow-minimum 129 ep-flow:ConstraintFlow-minimum
130 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 130 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
131 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; 131 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ;
132 rdfs:label "constraint flow - minimum"^^xsd:string ; 132 rdfs:label "constraint flow - minimum"^^xsd:string ;
133 rdfs:subClassOf ep-flow:ConstraintFlow . 133 rdfs:subClassOf ep-flow:ConstraintFlow .
134 134
135 ep-flow:ConsumptionFlow 135 ep-flow:ConsumptionFlow
136 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 136 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
137 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; 137 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ;
138 rdfs:label "consumption flow"^^xsd:string ; 138 rdfs:label "consumption flow"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Flow . 139 rdfs:subClassOf ep-flow:Flow .
140 140
141 ep-flow:ConsumptionFlow-HPflare 141 ep-flow:ConsumptionFlow-HPflare
142 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 142 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
143 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; 143 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ;
144 rdfs:label "consumption flow - HP flare"^^xsd:string ; 144 rdfs:label "consumption flow - HP flare"^^xsd:string ;
145 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 145 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
146 146
147 ep-flow:ConsumptionFlow-LPflare 147 ep-flow:ConsumptionFlow-LPflare
148 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 148 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
149 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; 149 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ;
150 rdfs:label "consumption flow - LP flare"^^xsd:string ; 150 rdfs:label "consumption flow - LP flare"^^xsd:string ;
151 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 151 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
152 152
153 ep-flow:ConsumptionFlow-blackstart 153 ep-flow:ConsumptionFlow-blackstart
154 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 154 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
155 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; 155 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ;
156 rdfs:label "consumption flow - blackstart"^^xsd:string ; 156 rdfs:label "consumption flow - blackstart"^^xsd:string ;
157 rdfs:subClassOf ep-flow:ConsumptionFlow . 157 rdfs:subClassOf ep-flow:ConsumptionFlow .
158 158
159 ep-flow:ConsumptionFlow-compressor 159 ep-flow:ConsumptionFlow-compressor
160 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 160 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
161 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; 161 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ;
162 rdfs:label "consumption flow - compressor"^^xsd:string ; 162 rdfs:label "consumption flow - compressor"^^xsd:string ;
163 rdfs:subClassOf ep-flow:ConsumptionFlow . 163 rdfs:subClassOf ep-flow:ConsumptionFlow .
164 164
165 ep-flow:ConsumptionFlow-emitted 165 ep-flow:ConsumptionFlow-emitted
166 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 166 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
167 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; 167 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ;
168 rdfs:label "consumption flow - emitted"^^xsd:string ; 168 rdfs:label "consumption flow - emitted"^^xsd:string ;
169 rdfs:subClassOf ep-flow:ConsumptionFlow . 169 rdfs:subClassOf ep-flow:ConsumptionFlow .
170 170
171 ep-flow:ConsumptionFlow-flare 171 ep-flow:ConsumptionFlow-flare
172 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 172 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
173 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 ; 173 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 ;
174 rdfs:label "consumption flow - flare"^^xsd:string ; 174 rdfs:label "consumption flow - flare"^^xsd:string ;
175 rdfs:subClassOf ep-flow:ConsumptionFlow . 175 rdfs:subClassOf ep-flow:ConsumptionFlow .
176 176
177 ep-flow:ConsumptionFlow-fuel 177 ep-flow:ConsumptionFlow-fuel
178 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 178 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
179 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; 179 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ;
180 rdfs:label "consumption flow - fuel"^^xsd:string ; 180 rdfs:label "consumption flow - fuel"^^xsd:string ;
181 rdfs:subClassOf ep-flow:ConsumptionFlow . 181 rdfs:subClassOf ep-flow:ConsumptionFlow .
182 182
183 ep-flow:ConsumptionFlow-noncompressor 183 ep-flow:ConsumptionFlow-noncompressor
184 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 184 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
185 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; 185 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ;
186 rdfs:label "consumption flow - non-compressor"^^xsd:string ; 186 rdfs:label "consumption flow - non-compressor"^^xsd:string ;
187 rdfs:subClassOf ep-flow:ConsumptionFlow . 187 rdfs:subClassOf ep-flow:ConsumptionFlow .
188 188
189 ep-flow:ConsumptionFlow-venting 189 ep-flow:ConsumptionFlow-venting
190 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 190 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
191 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; 191 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ;
192 rdfs:label "consumption flow - venting"^^xsd:string ; 192 rdfs:label "consumption flow - venting"^^xsd:string ;
193 rdfs:subClassOf ep-flow:ConsumptionFlow . 193 rdfs:subClassOf ep-flow:ConsumptionFlow .
...@@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow ...@@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow
205 rdfs:subClassOf ep-flow:ProductionFlow . 205 rdfs:subClassOf ep-flow:ProductionFlow .
206 206
207 ep-flow:DerivedFlow 207 ep-flow:DerivedFlow
208 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 208 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
209 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; 209 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ;
210 rdfs:label "derived flow"^^xsd:string ; 210 rdfs:label "derived flow"^^xsd:string ;
211 rdfs:subClassOf ep-flow:Flow . 211 rdfs:subClassOf ep-flow:Flow .
212 212
213 ep-flow:DerivedFlow-difference 213 ep-flow:DerivedFlow-difference
214 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 214 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
215 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; 215 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ;
216 rdfs:label "derived flow - difference"^^xsd:string ; 216 rdfs:label "derived flow - difference"^^xsd:string ;
217 rdfs:subClassOf ep-flow:DerivedFlow . 217 rdfs:subClassOf ep-flow:DerivedFlow .
218 218
219 ep-flow:DifferenceFlow 219 ep-flow:DifferenceFlow
220 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 220 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
221 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; 221 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ;
222 rdfs:label "difference flow"^^xsd:string ; 222 rdfs:label "difference flow"^^xsd:string ;
223 rdfs:subClassOf ep-flow:Flow . 223 rdfs:subClassOf ep-flow:Flow .
...@@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow ...@@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow
229 rdfs:subClassOf ep-flow:Flow . 229 rdfs:subClassOf ep-flow:Flow .
230 230
231 ep-flow:EstimatedFlow 231 ep-flow:EstimatedFlow
232 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 232 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
233 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 ; 233 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 ;
234 rdfs:label "estimated flow"^^xsd:string ; 234 rdfs:label "estimated flow"^^xsd:string ;
235 rdfs:subClassOf ep-flow:Flow . 235 rdfs:subClassOf ep-flow:Flow .
236 236
237 ep-flow:ExportFlow 237 ep-flow:ExportFlow
238 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 238 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
239 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 239 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
240 rdfs:label "export"^^xsd:string ; 240 rdfs:label "export"^^xsd:string ;
241 rdfs:subClassOf ep-flow:Flow . 241 rdfs:subClassOf ep-flow:Flow .
242 242
243 ep-flow:ExportFlow-nominated 243 ep-flow:ExportFlow-nominated
244 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 244 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
245 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; 245 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ;
246 rdfs:label "export flow nominated"^^xsd:string ; 246 rdfs:label "export flow nominated"^^xsd:string ;
247 rdfs:subClassOf ep-flow:ExportFlow . 247 rdfs:subClassOf ep-flow:ExportFlow .
248 248
249 ep-flow:ExportFlow-requested 249 ep-flow:ExportFlow-requested
250 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 250 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
251 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; 251 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ;
252 rdfs:label "export flow requested"^^xsd:string ; 252 rdfs:label "export flow requested"^^xsd:string ;
253 rdfs:subClassOf ep-flow:ExportFlow . 253 rdfs:subClassOf ep-flow:ExportFlow .
254 254
255 ep-flow:ExportFlow-shortfall 255 ep-flow:ExportFlow-shortfall
256 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 256 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
257 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; 257 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ;
258 rdfs:label "export flow shortfall"^^xsd:string ; 258 rdfs:label "export flow shortfall"^^xsd:string ;
259 rdfs:subClassOf ep-flow:ExportFlow . 259 rdfs:subClassOf ep-flow:ExportFlow .
...@@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid ...@@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid
277 rdfs:subClassOf ep-flow:Flow . 277 rdfs:subClassOf ep-flow:Flow .
278 278
279 ep-flow:FlowToSale 279 ep-flow:FlowToSale
280 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 280 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
281 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; 281 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ;
282 rdfs:label "flow to sale"^^xsd:string ; 282 rdfs:label "flow to sale"^^xsd:string ;
283 rdfs:subClassOf ep-flow:Flow . 283 rdfs:subClassOf ep-flow:Flow .
284 284
285 ep-flow:FlowToStorage 285 ep-flow:FlowToStorage
286 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 286 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
287 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; 287 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ;
288 rdfs:label "flow to storage"^^xsd:string ; 288 rdfs:label "flow to storage"^^xsd:string ;
289 rdfs:subClassOf ep-flow:Flow . 289 rdfs:subClassOf ep-flow:Flow .
290 290
291 ep-flow:ForecastFlow 291 ep-flow:ForecastFlow
292 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 292 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
293 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; 293 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ;
294 rdfs:label "forecast flow"^^xsd:string ; 294 rdfs:label "forecast flow"^^xsd:string ;
295 rdfs:subClassOf ep-flow:Flow . 295 rdfs:subClassOf ep-flow:Flow .
296 296
297 ep-flow:ForecastFlow-declineCurve 297 ep-flow:ForecastFlow-declineCurve
298 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 298 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
299 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 ; 299 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 ;
300 rdfs:label "forecast flow - decline curve"^^xsd:string ; 300 rdfs:label "forecast flow - decline curve"^^xsd:string ;
301 rdfs:subClassOf ep-flow:ForecastFlow . 301 rdfs:subClassOf ep-flow:ForecastFlow .
302 302
303 ep-flow:ForecastFlow-standard 303 ep-flow:ForecastFlow-standard
304 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 304 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
305 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; 305 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ;
306 rdfs:label "forecast flow - standard"^^xsd:string ; 306 rdfs:label "forecast flow - standard"^^xsd:string ;
307 rdfs:subClassOf ep-flow:ForecastFlow . 307 rdfs:subClassOf ep-flow:ForecastFlow .
308 308
309 ep-flow:GasLiftFlow 309 ep-flow:GasLiftFlow
310 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 310 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
311 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 ; 311 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 ;
312 rdfs:label "gas lift flow"^^xsd:string ; 312 rdfs:label "gas lift flow"^^xsd:string ;
313 rdfs:subClassOf ep-flow:InjectionFlow . 313 rdfs:subClassOf ep-flow:InjectionFlow .
314 314
315 ep-flow:GrossProductFlow 315 ep-flow:GrossProductFlow
316 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 316 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
317 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; 317 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
318 rdfs:label "gross product flow"^^xsd:string ; 318 rdfs:label "gross product flow"^^xsd:string ;
319 rdfs:subClassOf ep-flow:ProductFlow . 319 rdfs:subClassOf ep-flow:ProductFlow .
320 320
321 ep-flow:HydrocarbonAccountingFlow 321 ep-flow:HydrocarbonAccountingFlow
322 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 322 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
323 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 ; 323 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 ;
324 rdfs:label "hydrocarbon accounting"^^xsd:string ; 324 rdfs:label "hydrocarbon accounting"^^xsd:string ;
325 rdfs:subClassOf ep-flow:Flow . 325 rdfs:subClassOf ep-flow:Flow .
326 326
327 ep-flow:ImportFlow 327 ep-flow:ImportFlow
328 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 328 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
329 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 329 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
330 rdfs:label "import"^^xsd:string ; 330 rdfs:label "import"^^xsd:string ;
331 rdfs:subClassOf ep-flow:Flow . 331 rdfs:subClassOf ep-flow:Flow .
332 332
333 ep-flow:InjectionFlow 333 ep-flow:InjectionFlow
334 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 334 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
335 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; 335 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ;
336 rdfs:label "injection flow"^^xsd:string ; 336 rdfs:label "injection flow"^^xsd:string ;
337 rdfs:subClassOf ep-flow:Flow . 337 rdfs:subClassOf ep-flow:Flow .
...@@ -343,67 +343,67 @@ ep-flow:Inventory ...@@ -343,67 +343,67 @@ ep-flow:Inventory
343 rdfs:subClassOf ep-core:PhysicalObject . 343 rdfs:subClassOf ep-core:PhysicalObject .
344 344
345 ep-flow:MassAdjustedFlow 345 ep-flow:MassAdjustedFlow
346 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 346 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
347 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 347 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
348 rdfs:label "mass adjusted flow"^^xsd:string ; 348 rdfs:label "mass adjusted flow"^^xsd:string ;
349 rdfs:subClassOf ep-flow:Flow . 349 rdfs:subClassOf ep-flow:Flow .
350 350
351 ep-flow:MeasuredFlow 351 ep-flow:MeasuredFlow
352 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 352 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
353 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; 353 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ;
354 rdfs:label "measured flow"^^xsd:string ; 354 rdfs:label "measured flow"^^xsd:string ;
355 rdfs:subClassOf ep-flow:Flow . 355 rdfs:subClassOf ep-flow:Flow .
356 356
357 ep-flow:MeasuredFlow-fiscal 357 ep-flow:MeasuredFlow-fiscal
358 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 358 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
359 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; 359 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ;
360 rdfs:label "measured flow - fiscal"^^xsd:string ; 360 rdfs:label "measured flow - fiscal"^^xsd:string ;
361 rdfs:subClassOf ep-flow:MeasuredFlow . 361 rdfs:subClassOf ep-flow:MeasuredFlow .
362 362
363 ep-flow:MeasuredFlow-raw 363 ep-flow:MeasuredFlow-raw
364 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 364 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
365 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; 365 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ;
366 rdfs:label "measured flow - raw"^^xsd:string ; 366 rdfs:label "measured flow - raw"^^xsd:string ;
367 rdfs:subClassOf ep-flow:MeasuredFlow . 367 rdfs:subClassOf ep-flow:MeasuredFlow .
368 368
369 ep-flow:MeasuredFlow-recalibrated 369 ep-flow:MeasuredFlow-recalibrated
370 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 370 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
371 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; 371 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ;
372 rdfs:label "measured flow - recalibrated"^^xsd:string ; 372 rdfs:label "measured flow - recalibrated"^^xsd:string ;
373 rdfs:subClassOf ep-flow:MeasuredFlow . 373 rdfs:subClassOf ep-flow:MeasuredFlow .
374 374
375 ep-flow:MeasuredInventory 375 ep-flow:MeasuredInventory
376 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 376 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
377 rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; 377 rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ;
378 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
379 rdfs:subClassOf ep-flow:Inventory . 379 rdfs:subClassOf ep-flow:Inventory .
380 380
381 ep-flow:MeteredFlowFiscal 381 ep-flow:MeteredFlowFiscal
382 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 382 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
383 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; 383 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ;
384 rdfs:label "metered flow fiscal"^^xsd:string ; 384 rdfs:label "metered flow fiscal"^^xsd:string ;
385 rdfs:subClassOf ep-flow:Flow . 385 rdfs:subClassOf ep-flow:Flow .
386 386
387 ep-flow:NetProductFlow 387 ep-flow:NetProductFlow
388 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 388 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
389 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; 389 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ;
390 rdfs:label "net product flow"^^xsd:string ; 390 rdfs:label "net product flow"^^xsd:string ;
391 rdfs:subClassOf ep-flow:ProductFlow . 391 rdfs:subClassOf ep-flow:ProductFlow .
392 392
393 ep-flow:NominatedFlow 393 ep-flow:NominatedFlow
394 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 394 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
395 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; 395 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ;
396 rdfs:label "nominated flow"^^xsd:string ; 396 rdfs:label "nominated flow"^^xsd:string ;
397 rdfs:subClassOf ep-flow:Flow . 397 rdfs:subClassOf ep-flow:Flow .
398 398
399 ep-flow:OverboardFlow 399 ep-flow:OverboardFlow
400 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 400 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
401 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; 401 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ;
402 rdfs:label "overboard"^^xsd:string ; 402 rdfs:label "overboard"^^xsd:string ;
403 rdfs:subClassOf ep-flow:Flow . 403 rdfs:subClassOf ep-flow:Flow .
404 404
405 ep-flow:PotentialFlow 405 ep-flow:PotentialFlow
406 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 406 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
407 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; 407 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
408 rdfs:label "potential flow"^^xsd:string ; 408 rdfs:label "potential flow"^^xsd:string ;
409 rdfs:subClassOf ep-flow:Flow . 409 rdfs:subClassOf ep-flow:Flow .
...@@ -421,7 +421,7 @@ ep-flow:PrecipitationType ...@@ -421,7 +421,7 @@ ep-flow:PrecipitationType
421 rdfs:subClassOf owl:Class . 421 rdfs:subClassOf owl:Class .
422 422
423 ep-flow:ProcessedFlow 423 ep-flow:ProcessedFlow
424 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 424 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
425 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 ; 425 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 ;
426 rdfs:label "processed flow"^^xsd:string ; 426 rdfs:label "processed flow"^^xsd:string ;
427 rdfs:subClassOf ep-flow:Flow . 427 rdfs:subClassOf ep-flow:Flow .
...@@ -451,31 +451,31 @@ ep-flow:ProductInventory ...@@ -451,31 +451,31 @@ ep-flow:ProductInventory
451 rdfs:subClassOf ep-flow:Inventory . 451 rdfs:subClassOf ep-flow:Inventory .
452 452
453 ep-flow:ProductInventoryAdjustedClosingBalance 453 ep-flow:ProductInventoryAdjustedClosingBalance
454 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 454 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
455 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; 455 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ;
456 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 456 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
457 rdfs:subClassOf ep-flow:ProductInventory . 457 rdfs:subClassOf ep-flow:ProductInventory .
458 458
459 ep-flow:ProductInventoryClosingBalance 459 ep-flow:ProductInventoryClosingBalance
460 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 460 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
461 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; 461 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ;
462 rdfs:label "product inventory closing balance"^^xsd:string ; 462 rdfs:label "product inventory closing balance"^^xsd:string ;
463 rdfs:subClassOf ep-flow:ProductInventory . 463 rdfs:subClassOf ep-flow:ProductInventory .
464 464
465 ep-flow:ProductInventoryClosingStorageBalance 465 ep-flow:ProductInventoryClosingStorageBalance
466 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 466 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
467 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; 467 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ;
468 rdfs:label "product inventory closing storage balance"^^xsd:string ; 468 rdfs:label "product inventory closing storage balance"^^xsd:string ;
469 rdfs:subClassOf ep-flow:ProductInventory . 469 rdfs:subClassOf ep-flow:ProductInventory .
470 470
471 ep-flow:ProductInventoryOpFlex 471 ep-flow:ProductInventoryOpFlex
472 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 472 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
473 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 ; 473 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 ;
474 rdfs:label "product inventory opFlex"^^xsd:string ; 474 rdfs:label "product inventory opFlex"^^xsd:string ;
475 rdfs:subClassOf ep-flow:ProductInventory . 475 rdfs:subClassOf ep-flow:ProductInventory .
476 476
477 ep-flow:ProductInventoryOpeningBalance 477 ep-flow:ProductInventoryOpeningBalance
478 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 478 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
479 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; 479 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ;
480 rdfs:label "product inventory opening balance"^^xsd:string ; 480 rdfs:label "product inventory opening balance"^^xsd:string ;
481 rdfs:subClassOf ep-flow:ProductInventory . 481 rdfs:subClassOf ep-flow:ProductInventory .
...@@ -487,7 +487,7 @@ ep-flow:ProductInventoryType ...@@ -487,7 +487,7 @@ ep-flow:ProductInventoryType
487 rdfs:subClassOf owl:Class . 487 rdfs:subClassOf owl:Class .
488 488
489 ep-flow:ProductionExploitation 489 ep-flow:ProductionExploitation
490 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 490 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
491 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; 491 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ;
492 rdfs:label "production exploitation"^^xsd:string ; 492 rdfs:label "production exploitation"^^xsd:string ;
493 rdfs:subClassOf ep-flow:Flow . 493 rdfs:subClassOf ep-flow:Flow .
...@@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow
587 rdfs:subClassOf ep-flow:Flow . 587 rdfs:subClassOf ep-flow:Flow .
588 588
589 ep-flow:QuotaFlow 589 ep-flow:QuotaFlow
590 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 590 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
591 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 ; 591 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 ;
592 rdfs:label "quota flow"^^xsd:string ; 592 rdfs:label "quota flow"^^xsd:string ;
593 rdfs:subClassOf ep-flow:Flow . 593 rdfs:subClassOf ep-flow:Flow .
594 594
595 ep-flow:RecommendedFlow 595 ep-flow:RecommendedFlow
596 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 596 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
597 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 ; 597 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 ;
598 rdfs:label "recommended flow"^^xsd:string ; 598 rdfs:label "recommended flow"^^xsd:string ;
599 rdfs:subClassOf ep-flow:Flow . 599 rdfs:subClassOf ep-flow:Flow .
600 600
601 ep-flow:SaleableFlow 601 ep-flow:SaleableFlow
602 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 602 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
603 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; 603 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ;
604 rdfs:label "saleable flow"^^xsd:string ; 604 rdfs:label "saleable flow"^^xsd:string ;
605 rdfs:subClassOf ep-flow:Flow . 605 rdfs:subClassOf ep-flow:Flow .
606 606
607 ep-flow:SimulatedFlow 607 ep-flow:SimulatedFlow
608 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 608 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
609 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 609 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
610 rdfs:label "simulated flow"^^xsd:string ; 610 rdfs:label "simulated flow"^^xsd:string ;
611 rdfs:subClassOf ep-flow:Flow . 611 rdfs:subClassOf ep-flow:Flow .
612 612
613 ep-flow:TargetFlow 613 ep-flow:TargetFlow
614 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 614 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
615 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; 615 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ;
616 rdfs:label "target flow"^^xsd:string ; 616 rdfs:label "target flow"^^xsd:string ;
617 rdfs:subClassOf ep-flow:Flow . 617 rdfs:subClassOf ep-flow:Flow .
618 618
619 ep-flow:TariffBasisFlow 619 ep-flow:TariffBasisFlow
620 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 620 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
621 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 621 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
622 rdfs:label "tariff basis flow"^^xsd:string ; 622 rdfs:label "tariff basis flow"^^xsd:string ;
623 rdfs:subClassOf ep-flow:Flow . 623 rdfs:subClassOf ep-flow:Flow .
...@@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType ...@@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType
629 rdfs:subClassOf owl:Class . 629 rdfs:subClassOf owl:Class .
630 630
631 ep-flow:ValueAdjustedFlow 631 ep-flow:ValueAdjustedFlow
632 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 632 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
633 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 633 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
634 rdfs:label "value adjusted flow"^^xsd:string ; 634 rdfs:label "value adjusted flow"^^xsd:string ;
635 rdfs:subClassOf ep-flow:Flow . 635 rdfs:subClassOf ep-flow:Flow .
636 636
637 ep-flow:WholeLifeFlow 637 ep-flow:WholeLifeFlow
638 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; 638 + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ;
639 rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; 639 rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ;
640 rdfs:label "whole life flow"^^xsd:string ; 640 rdfs:label "whole life flow"^^xsd:string ;
641 rdfs:subClassOf ep-flow:Flow . 641 rdfs:subClassOf ep-flow:Flow .
...@@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory ...@@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory
647 rdfs:subClassOf ep-flow:Inventory . 647 rdfs:subClassOf ep-flow:Inventory .
648 648
649 ep-flow:WholeLifeProductFlow 649 ep-flow:WholeLifeProductFlow
650 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; 650 + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ;
651 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; 651 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ;
652 rdfs:label "whole life product flow"^^xsd:string ; 652 rdfs:label "whole life product flow"^^xsd:string ;
653 - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . 653 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow .
654 654
655 ep-flow:WholeLifeProductInventory 655 ep-flow:WholeLifeProductInventory
656 rdf:type owl:Class ; 656 rdf:type owl:Class ;
657 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; 657 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ;
658 rdfs:label "whole life product inventory"^^xsd:string ; 658 rdfs:label "whole life product inventory"^^xsd:string ;
659 - rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . 659 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory .
660 660
661 ep-flow:WholeLifeProductionFlow 661 ep-flow:WholeLifeProductionFlow
662 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; 662 + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ;
663 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; 663 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ;
664 rdfs:label "whole life production flow"^^xsd:string ; 664 rdfs:label "whole life production flow"^^xsd:string ;
665 - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . 665 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow .
666 666
667 ep-flow:WholeLifeProductionFlowNetwork 667 ep-flow:WholeLifeProductionFlowNetwork
668 rdf:type owl:Class ; 668 rdf:type owl:Class ;
...@@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory ...@@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory
674 rdf:type owl:Class ; 674 rdf:type owl:Class ;
675 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; 675 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ;
676 rdfs:label "whole life production inventory"^^xsd:string ; 676 rdfs:label "whole life production inventory"^^xsd:string ;
677 - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . 677 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory .
678 678
679 ep-flow:WholeLifeProductionInventoryCollection 679 ep-flow:WholeLifeProductionInventoryCollection
680 rdf:type owl:Class ; 680 rdf:type owl:Class ;
...@@ -689,35 +689,28 @@ ep-flow:Wind ...@@ -689,35 +689,28 @@ ep-flow:Wind
689 rdfs:subClassOf ep-flow:Flow . 689 rdfs:subClassOf ep-flow:Flow .
690 690
691 ep-flow:allocatedTo 691 ep-flow:allocatedTo
692 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 692 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
693 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; 693 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ;
694 rdfs:domain ep-core:PhysicalObject ; 694 rdfs:domain ep-core:PhysicalObject ;
695 rdfs:label "allocatedTo"^^xsd:string ; 695 rdfs:label "allocatedTo"^^xsd:string ;
696 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 696 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
697 697
698 ep-flow:amountOfPrecipitation 698 ep-flow:amountOfPrecipitation
699 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 699 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
700 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; 700 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ;
701 rdfs:domain ep-flow:Precipitation ; 701 rdfs:domain ep-flow:Precipitation ;
702 rdfs:label "amount of precipitation"^^xsd:string ; 702 rdfs:label "amount of precipitation"^^xsd:string ;
703 rdfs:range ep-core:Length . 703 rdfs:range ep-core:Length .
704 704
705 ep-flow:dailyAverageAmountOfMaterial 705 ep-flow:dailyAverageAmountOfMaterial
706 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 706 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
707 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; 707 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ;
708 rdfs:domain ep-flow:Flow ; 708 rdfs:domain ep-flow:Flow ;
709 rdfs:label "daily average amount of material"^^xsd:string ; 709 rdfs:label "daily average amount of material"^^xsd:string ;
710 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 710 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
711 711
712 -ep-flow:densityStabilizedCrude
713 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
714 - rdfs:comment "The density of stabilized crude."^^xsd:string ;
715 - rdfs:domain ep-material:Liquid ;
716 - rdfs:label "density of stabilized crude"^^xsd:string ;
717 - rdfs:range ep-core:Density .
718 -
719 ep-flow:energyContent 712 ep-flow:energyContent
720 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 713 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
721 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; 714 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ;
722 rdfs:domain ep-material:QuantityOfMaterial ; 715 rdfs:domain ep-material:QuantityOfMaterial ;
723 rdfs:label "energy content"^^xsd:string ; 716 rdfs:label "energy content"^^xsd:string ;
...@@ -768,19 +761,26 @@ ep-flow:flowOutOf ...@@ -768,19 +761,26 @@ ep-flow:flowOutOf
768 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 761 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
769 762
770 ep-flow:grossCalorificValue 763 ep-flow:grossCalorificValue
771 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 764 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
772 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; 765 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ;
773 rdfs:domain ep-material:QuantityOfMaterial ; 766 rdfs:domain ep-material:QuantityOfMaterial ;
774 rdfs:label "gross calorific value"^^xsd:string ; 767 rdfs:label "gross calorific value"^^xsd:string ;
775 rdfs:range ep-core:EnergyPerVolume . 768 rdfs:range ep-core:EnergyPerVolume .
776 769
777 ep-flow:grossCalorificValueStandard 770 ep-flow:grossCalorificValueStandard
778 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 771 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
779 rdfs:comment "The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and pressure."^^xsd:string ; 772 rdfs:comment "The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and pressure."^^xsd:string ;
780 rdfs:domain ep-core:PhysicalObject ; 773 rdfs:domain ep-core:PhysicalObject ;
781 rdfs:label "gross calorific value (standard)"^^xsd:string ; 774 rdfs:label "gross calorific value (standard)"^^xsd:string ;
782 rdfs:range ep-core:EnergyPerVolume . 775 rdfs:range ep-core:EnergyPerVolume .
783 776
777 +ep-flow:hasDerivedMaterial
778 + rdf:type owl:ObjectProperty ;
779 + rdfs:comment "has derived material or flow of material"^^xsd:string ;
780 + rdfs:domain ep-core:PhysicalThing ;
781 + rdfs:label "has derived material"^^xsd:string ;
782 + rdfs:range ep-core:PhysicalThing .
783 +
784 ep-flow:hasMixedPart 784 ep-flow:hasMixedPart
785 rdf:type owl:ObjectProperty ; 785 rdf:type owl:ObjectProperty ;
786 rdfs:comment "flow that is between the same two nodes as the whole and that is mixed within the whole"^^xsd:string ; 786 rdfs:comment "flow that is between the same two nodes as the whole and that is mixed within the whole"^^xsd:string ;
...@@ -798,70 +798,63 @@ ep-flow:hasNetworkPart ...@@ -798,70 +798,63 @@ ep-flow:hasNetworkPart
798 rdfs:subPropertyOf ep-core:hasPart . 798 rdfs:subPropertyOf ep-core:hasPart .
799 799
800 ep-flow:hcDewpoint 800 ep-flow:hcDewpoint
801 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 801 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
802 rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ; 802 rdfs:comment "The temperature at which the heavier hydrocarbons come out of solution."^^xsd:string ;
803 rdfs:domain ep-material:Gas ; 803 rdfs:domain ep-material:Gas ;
804 rdfs:label "water dewpoint"^^xsd:string ; 804 rdfs:label "water dewpoint"^^xsd:string ;
805 rdfs:range ep-core:Temperature . 805 rdfs:range ep-core:Temperature .
806 806
807 ep-flow:horizontalDirectionAzimuth 807 ep-flow:horizontalDirectionAzimuth
808 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 808 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
809 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; 809 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ;
810 rdfs:domain ep-flow:Flow ; 810 rdfs:domain ep-flow:Flow ;
811 rdfs:label "horizontal direction azimuth"^^xsd:string ; 811 rdfs:label "horizontal direction azimuth"^^xsd:string ;
812 rdfs:range ep-core:PlaneAngle . 812 rdfs:range ep-core:PlaneAngle .
813 813
814 ep-flow:massAtAccountingInstant 814 ep-flow:massAtAccountingInstant
815 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 815 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
816 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; 816 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
817 rdfs:domain ep-flow:Inventory ; 817 rdfs:domain ep-flow:Inventory ;
818 rdfs:label "mass at accounting instant"^^xsd:string ; 818 rdfs:label "mass at accounting instant"^^xsd:string ;
819 rdfs:range ep-core:Mass . 819 rdfs:range ep-core:Mass .
820 820
821 ep-flow:materialThatFlows 821 ep-flow:materialThatFlows
822 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 822 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
823 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; 823 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ;
824 rdfs:domain ep-flow:Flow ; 824 rdfs:domain ep-flow:Flow ;
825 rdfs:label "material that flows"^^xsd:string ; 825 rdfs:label "material that flows"^^xsd:string ;
826 rdfs:range ep-material:QuantityOfMaterial . 826 rdfs:range ep-material:QuantityOfMaterial .
827 827
828 ep-flow:reidVapourPressure 828 ep-flow:reidVapourPressure
829 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 829 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
830 rdfs:comment "Reid vapor pressure of stabilized crude."^^xsd:string ; 830 rdfs:comment "Reid vapor pressure of stabilized crude."^^xsd:string ;
831 rdfs:domain ep-material:Liquid ; 831 rdfs:domain ep-material:Liquid ;
832 rdfs:label "Reid vapour pressure"^^xsd:string ; 832 rdfs:label "Reid vapour pressure"^^xsd:string ;
833 rdfs:range ep-core:Pressure . 833 rdfs:range ep-core:Pressure .
834 834
835 -ep-flow:reidVapourPressureStabilizedCrude
836 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
837 - rdfs:comment "Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56."^^xsd:string ;
838 - rdfs:domain ep-material:Liquid ;
839 - rdfs:label "Reid vapour pressure of stabilized crude"^^xsd:string ;
840 - rdfs:range ep-core:Pressure .
841 -
842 ep-flow:trueVapourPressure 835 ep-flow:trueVapourPressure
843 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 836 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
844 rdfs:comment "True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard methods."^^xsd:string ; 837 rdfs:comment "True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard methods."^^xsd:string ;
845 rdfs:domain ep-material:Liquid ; 838 rdfs:domain ep-material:Liquid ;
846 rdfs:label "true vapour pressure"^^xsd:string ; 839 rdfs:label "true vapour pressure"^^xsd:string ;
847 rdfs:range ep-core:Pressure . 840 rdfs:range ep-core:Pressure .
848 841
849 ep-flow:waterDewpoint 842 ep-flow:waterDewpoint
850 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 843 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
851 rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ; 844 rdfs:comment "The temperature at which the first water comes out of solution."^^xsd:string ;
852 rdfs:domain ep-material:Gas ; 845 rdfs:domain ep-material:Gas ;
853 rdfs:label "water dewpoint"^^xsd:string ; 846 rdfs:label "water dewpoint"^^xsd:string ;
854 rdfs:range ep-core:Temperature . 847 rdfs:range ep-core:Temperature .
855 848
856 ep-flow:wobbeIndex 849 ep-flow:wobbeIndex
857 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 850 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
858 rdfs:comment "A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root of its specific gravity."^^xsd:string ; 851 rdfs:comment "A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root of its specific gravity."^^xsd:string ;
859 rdfs:domain ep-material:Gas ; 852 rdfs:domain ep-material:Gas ;
860 rdfs:label "Wobbe index"^^xsd:string ; 853 rdfs:label "Wobbe index"^^xsd:string ;
861 rdfs:range ep-core:EnergyPerVolume . 854 rdfs:range ep-core:EnergyPerVolume .
862 855
863 ep-flow:yearlyAverageAmountOfMaterial 856 ep-flow:yearlyAverageAmountOfMaterial
864 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 857 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
865 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; 858 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ;
866 rdfs:domain ep-flow:Flow ; 859 rdfs:domain ep-flow:Flow ;
867 rdfs:label "yearly average amount of material"^^xsd:string ; 860 rdfs:label "yearly average amount of material"^^xsd:string ;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - 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> ; 15 + 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> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#Compressor> 18 <http://www.reportinghub.no/ep/schema/equipment#Compressor>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
37 rdfs:subClassOf ep-core:PhysicalObject . 37 rdfs:subClassOf ep-core:PhysicalObject .
38 38
39 <http://www.reportinghub.no/ep/schema/facility#Field> 39 <http://www.reportinghub.no/ep/schema/facility#Field>
40 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-prodfac:ReportingFacilityType . 40 + rdf:type ep-prodfac:ReportingFacilityType , ep-core:ClassNotInheritedByAStrictTemporalPart .
41 41
42 <http://www.reportinghub.no/ep/schema/facility#Flowline> 42 <http://www.reportinghub.no/ep/schema/facility#Flowline>
43 rdf:type ep-prodfac:ReportingFacilityType . 43 rdf:type ep-prodfac:ReportingFacilityType .
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart . 55 rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
56 56
57 <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> 57 <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
58 - rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ; 58 + rdf:type owl:Class , ep-core:ClassNotInheritedByAStrictTemporalPart ;
59 rdfs:comment "production facility that is for all of its life up to a point in time"^^xsd:string ; 59 rdfs:comment "production facility that is for all of its life up to a point in time"^^xsd:string ;
60 rdfs:label "production facility to date"^^xsd:string ; 60 rdfs:label "production facility to date"^^xsd:string ;
61 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 61 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -76,56 +76,56 @@ ...@@ -76,56 +76,56 @@
76 rdf:type ep-prodfac:ReportingFacilityType . 76 rdf:type ep-prodfac:ReportingFacilityType .
77 77
78 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> 78 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
79 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 79 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
80 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; 80 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ;
81 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 81 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
82 rdfs:label "average highest third wave height"^^xsd:string ; 82 rdfs:label "average highest third wave height"^^xsd:string ;
83 rdfs:range ep-core:Length . 83 rdfs:range ep-core:Length .
84 84
85 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> 85 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
86 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 86 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
87 rdfs:comment "length that is the average height of surface waves"^^xsd:string ; 87 rdfs:comment "length that is the average height of surface waves"^^xsd:string ;
88 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 88 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
89 rdfs:label "average wave height"^^xsd:string ; 89 rdfs:label "average wave height"^^xsd:string ;
90 rdfs:range ep-core:Length . 90 rdfs:range ep-core:Length .
91 91
92 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> 92 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
93 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 93 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
94 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; 94 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ;
95 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; 95 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
96 rdfs:label "cloud ceiling height"^^xsd:string ; 96 rdfs:label "cloud ceiling height"^^xsd:string ;
97 rdfs:range ep-core:Length . 97 rdfs:range ep-core:Length .
98 98
99 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 99 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
100 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 100 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
101 rdfs:comment "organization that operates a facility"^^xsd:string ; 101 rdfs:comment "organization that operates a facility"^^xsd:string ;
102 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 102 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
103 rdfs:label "facility operator"^^xsd:string ; 103 rdfs:label "facility operator"^^xsd:string ;
104 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 104 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
105 105
106 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> 106 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
107 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 107 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
108 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; 108 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ;
109 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 109 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
110 rdfs:label "maximum wave height"^^xsd:string ; 110 rdfs:label "maximum wave height"^^xsd:string ;
111 rdfs:range ep-core:Length . 111 rdfs:range ep-core:Length .
112 112
113 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> 113 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod>
114 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 114 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
115 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; 115 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ;
116 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 116 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
117 rdfs:label "period"^^xsd:string ; 117 rdfs:label "period"^^xsd:string ;
118 rdfs:range ep-core:TimeDuration . 118 rdfs:range ep-core:TimeDuration .
119 119
120 <http://www.reportinghub.no/ep/schema/facility#visibility> 120 <http://www.reportinghub.no/ep/schema/facility#visibility>
121 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 121 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
122 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; 122 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ;
123 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 123 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
124 rdfs:label "visibility"^^xsd:string ; 124 rdfs:label "visibility"^^xsd:string ;
125 rdfs:range ep-core:Length . 125 rdfs:range ep-core:Length .
126 126
127 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> 127 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
128 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 128 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
129 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; 129 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ;
130 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 130 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
131 rdfs:label "wind chill temperature"^^xsd:string ; 131 rdfs:label "wind chill temperature"^^xsd:string ;
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
147 rdfs:label "flow meter"^^xsd:string . 147 rdfs:label "flow meter"^^xsd:string .
148 148
149 ep-prodfac:AvailableFacility 149 ep-prodfac:AvailableFacility
150 - rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ; 150 + rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
151 rdfs:label "available facility"^^xsd:string ; 151 rdfs:label "available facility"^^xsd:string ;
152 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; 152 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
153 owl:disjointWith ep-prodfac:UnavailableFacility . 153 owl:disjointWith ep-prodfac:UnavailableFacility .
...@@ -208,6 +208,12 @@ ep-prodfac:Plant-processing ...@@ -208,6 +208,12 @@ ep-prodfac:Plant-processing
208 rdfs:label "plant - processing"^^xsd:string ; 208 rdfs:label "plant - processing"^^xsd:string ;
209 rdfs:subClassOf ep-prodfac:Plant . 209 rdfs:subClassOf ep-prodfac:Plant .
210 210
211 +ep-prodfac:Port
212 + rdf:type owl:Class ;
213 + rdfs:comment "facility that enables a flow into or out of a facility of which it is a part"^^xsd:string ;
214 + rdfs:label "port"^^xsd:string ;
215 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
216 +
211 ep-prodfac:ProcessingFacility 217 ep-prodfac:ProcessingFacility
212 rdf:type owl:Class ; 218 rdf:type owl:Class ;
213 rdfs:comment "single production processing facility (source: MPR-XSD)"^^xsd:string ; 219 rdfs:comment "single production processing facility (source: MPR-XSD)"^^xsd:string ;
...@@ -251,13 +257,13 @@ ep-prodfac:TrunkLine ...@@ -251,13 +257,13 @@ ep-prodfac:TrunkLine
251 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 257 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
252 258
253 ep-prodfac:UnavailableFacility 259 ep-prodfac:UnavailableFacility
254 - rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ; 260 + rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
255 rdfs:label "unavailable facility"^^xsd:string ; 261 rdfs:label "unavailable facility"^^xsd:string ;
256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; 262 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
257 owl:disjointWith ep-prodfac:AvailableFacility . 263 owl:disjointWith ep-prodfac:AvailableFacility .
258 264
259 ep-prodfac:facilityPressureAlarm-low 265 ep-prodfac:facilityPressureAlarm-low
260 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 266 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
261 rdfs:comment "pressure below which an alarm will be raised"^^xsd:string ; 267 rdfs:comment "pressure below which an alarm will be raised"^^xsd:string ;
262 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 268 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
263 rdfs:label "facility pressure alarm - low"^^xsd:string ; 269 rdfs:label "facility pressure alarm - low"^^xsd:string ;
...@@ -270,21 +276,21 @@ ep-prodfac:numberOfBedsAvailable ...@@ -270,21 +276,21 @@ ep-prodfac:numberOfBedsAvailable
270 rdfs:range xsd:integer . 276 rdfs:range xsd:integer .
271 277
272 ep-prodfac:operatingTime 278 ep-prodfac:operatingTime
273 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 279 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
274 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; 280 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
275 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 281 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
276 rdfs:label "operating time"^^xsd:string ; 282 rdfs:label "operating time"^^xsd:string ;
277 rdfs:range ep-core:TimeDuration . 283 rdfs:range ep-core:TimeDuration .
278 284
279 ep-prodfac:pipelineEfficiencyFactor 285 ep-prodfac:pipelineEfficiencyFactor
280 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 286 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
281 rdfs:comment "Factor by which theoretical volumetric flow rates are multiplied to account for water, condenate and solids in a pipeline"^^xsd:string ; 287 rdfs:comment "Factor by which theoretical volumetric flow rates are multiplied to account for water, condenate and solids in a pipeline"^^xsd:string ;
282 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 288 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
283 rdfs:label "pipeline efficiency factor"^^xsd:string ; 289 rdfs:label "pipeline efficiency factor"^^xsd:string ;
284 rdfs:range ep-core:VolumePerVolume . 290 rdfs:range ep-core:VolumePerVolume .
285 291
286 ep-prodfac:scheduledTimeUnavailable 292 ep-prodfac:scheduledTimeUnavailable
287 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 293 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
288 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 294 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
289 rdfs:label "scheduled time unavailable"^^xsd:string ; 295 rdfs:label "scheduled time unavailable"^^xsd:string ;
290 rdfs:range ep-core:TimeDuration . 296 rdfs:range ep-core:TimeDuration .
...@@ -296,7 +302,7 @@ ep-prodfac:shutDownSequenceNumber ...@@ -296,7 +302,7 @@ ep-prodfac:shutDownSequenceNumber
296 rdfs:range xsd:integer . 302 rdfs:range xsd:integer .
297 303
298 ep-prodfac:timeAvailable 304 ep-prodfac:timeAvailable
299 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 305 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
300 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 306 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
301 rdfs:label "time available"^^xsd:string ; 307 rdfs:label "time available"^^xsd:string ;
302 rdfs:range ep-core:TimeDuration . 308 rdfs:range ep-core:TimeDuration .
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
23 23
24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
25 rdf:type owl:Ontology ; 25 rdf:type owl:Ontology ;
26 - 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> ; 26 + 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> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
28 28
29 ep-mpr-spin-lib:Function 29 ep-mpr-spin-lib:Function
...@@ -74,6 +74,28 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI ...@@ -74,6 +74,28 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI
74 ]) 74 ])
75 ] . 75 ] .
76 76
77 +ep-mpr-spin-lib:buildPortURI
78 + rdf:type spin:Function ;
79 + rdfs:label "build Port URI"^^xsd:string ;
80 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
81 + spin:body
82 + [ rdf:type sp:Select ;
83 + sp:resultVariables ([ sp:varName "uri"^^xsd:string
84 + ]) ;
85 + sp:where ([ rdf:type sp:Bind ;
86 + sp:expression
87 + [ rdf:type ep-spin-lib:buildURI ;
88 + sp:arg1 "https://www.reportinghub.no/ep/data/port/" ;
89 + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ;
90 + sp:arg1 spin:_arg1
91 + ]
92 + ] ;
93 + sp:variable
94 + [ sp:varName "uri"^^xsd:string
95 + ]
96 + ])
97 + ] .
98 +
77 ep-mpr-spin-lib:buildPrecipitationTypeURI 99 ep-mpr-spin-lib:buildPrecipitationTypeURI
78 rdf:type spin:Function ; 100 rdf:type spin:Function ;
79 rdfs:label "build PrecipitationType URI"^^xsd:string ; 101 rdfs:label "build PrecipitationType URI"^^xsd:string ;
......