David Leal

Missing substance references fixed

...@@ -15,81 +15,81 @@ ...@@ -15,81 +15,81 @@
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/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-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/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
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 owl:Class , ep-flow:TemporalPartDurationType ; 22 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
23 rdfs:label "physical thing at instant"^^xsd:string ; 23 rdfs:label "physical thing at instant"^^xsd:string ;
24 rdfs:subClassOf ep-core:PhysicalThing . 24 rdfs:subClassOf ep-core:PhysicalThing .
25 25
26 ep-core:PhysicalThingDuringGasYearToDate 26 ep-core:PhysicalThingDuringGasYearToDate
27 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 27 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
28 rdfs:label "physical thing during gas year to date"^^xsd:string ; 28 rdfs:label "physical thing during gas year to date"^^xsd:string ;
29 rdfs:subClassOf ep-core:PhysicalThing . 29 rdfs:subClassOf ep-core:PhysicalThing .
30 30
31 ep-core:PhysicalThingDuringMonthToDate 31 ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 32 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
33 rdfs:label "physical thing during month to date"^^xsd:string ; 33 rdfs:label "physical thing during month to date"^^xsd:string ;
34 rdfs:subClassOf ep-core:PhysicalThing . 34 rdfs:subClassOf ep-core:PhysicalThing .
35 35
36 ep-core:PhysicalThingDuringOneDay 36 ep-core:PhysicalThingDuringOneDay
37 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 37 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
38 rdfs:label "physical thing during one day"^^xsd:string ; 38 rdfs:label "physical thing during one day"^^xsd:string ;
39 rdfs:subClassOf ep-core:PhysicalThing . 39 rdfs:subClassOf ep-core:PhysicalThing .
40 40
41 ep-core:PhysicalThingDuringOneGasDay 41 ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 42 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
43 rdfs:label "physical thing during one gas day"^^xsd:string ; 43 rdfs:label "physical thing during one gas day"^^xsd:string ;
44 rdfs:subClassOf ep-core:PhysicalThing . 44 rdfs:subClassOf ep-core:PhysicalThing .
45 45
46 ep-core:PhysicalThingDuringOneGasMonth 46 ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 47 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
48 rdfs:label "physical thing during one gas month"^^xsd:string ; 48 rdfs:label "physical thing during one gas month"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasYear 51 ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 52 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
53 rdfs:label "physical thing during one gas year"^^xsd:string ; 53 rdfs:label "physical thing during one gas year"^^xsd:string ;
54 rdfs:subClassOf ep-core:PhysicalThing . 54 rdfs:subClassOf ep-core:PhysicalThing .
55 55
56 ep-core:PhysicalThingDuringOneMonth 56 ep-core:PhysicalThingDuringOneMonth
57 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 57 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
58 rdfs:label "physical thing during one month"^^xsd:string ; 58 rdfs:label "physical thing during one month"^^xsd:string ;
59 rdfs:subClassOf ep-core:PhysicalThing . 59 rdfs:subClassOf ep-core:PhysicalThing .
60 60
61 ep-core:PhysicalThingDuringOneWeek 61 ep-core:PhysicalThingDuringOneWeek
62 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 62 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
63 rdfs:label "physical thing during one week"^^xsd:string ; 63 rdfs:label "physical thing during one week"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalThing . 64 rdfs:subClassOf ep-core:PhysicalThing .
65 65
66 ep-core:PhysicalThingDuringOneYear 66 ep-core:PhysicalThingDuringOneYear
67 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 67 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
68 rdfs:label "physical thing during one year"^^xsd:string ; 68 rdfs:label "physical thing during one year"^^xsd:string ;
69 rdfs:subClassOf ep-core:PhysicalThing . 69 rdfs:subClassOf ep-core:PhysicalThing .
70 70
71 ep-core:PhysicalThingDuringYearToDate 71 ep-core:PhysicalThingDuringYearToDate
72 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 72 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
73 rdfs:label "physical thing during year to date"^^xsd:string ; 73 rdfs:label "physical thing during year to date"^^xsd:string ;
74 rdfs:subClassOf ep-core:PhysicalThing . 74 rdfs:subClassOf ep-core:PhysicalThing .
75 75
76 ep-flow:AllocatedFlow 76 ep-flow:AllocatedFlow
77 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 77 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
78 rdfs:label "allocated flow"^^xsd:string ; 78 rdfs:label "allocated flow"^^xsd:string ;
79 rdfs:subClassOf ep-flow:WholeLifeFlow . 79 rdfs:subClassOf ep-flow:WholeLifeFlow .
80 80
81 ep-flow:AllocatedInventory 81 ep-flow:AllocatedInventory
82 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 82 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
83 rdfs:label "allocated inventory"^^xsd:string ; 83 rdfs:label "allocated inventory"^^xsd:string ;
84 rdfs:subClassOf ep-flow:WholeLifeInventory . 84 rdfs:subClassOf ep-flow:WholeLifeInventory .
85 85
86 ep-flow:BudgetFlow 86 ep-flow:BudgetFlow
87 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 87 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
88 rdfs:label "budget flow"^^xsd:string ; 88 rdfs:label "budget flow"^^xsd:string ;
89 rdfs:subClassOf ep-flow:WholeLifeFlow . 89 rdfs:subClassOf ep-flow:WholeLifeFlow .
90 90
91 ep-flow:BudgetInventory 91 ep-flow:BudgetInventory
92 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 92 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
93 rdfs:label "budget inventory"^^xsd:string ; 93 rdfs:label "budget inventory"^^xsd:string ;
94 rdfs:subClassOf ep-flow:WholeLifeInventory . 94 rdfs:subClassOf ep-flow:WholeLifeInventory .
95 95
...@@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion ...@@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion
99 rdfs:subClassOf owl:Class . 99 rdfs:subClassOf owl:Class .
100 100
101 ep-flow:ConstraintFlow 101 ep-flow:ConstraintFlow
102 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 102 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
103 rdfs:label "constraint flow"^^xsd:string ; 103 rdfs:label "constraint flow"^^xsd:string ;
104 rdfs:subClassOf ep-flow:WholeLifeFlow . 104 rdfs:subClassOf ep-flow:WholeLifeFlow .
105 105
106 ep-flow:ConstraintFlow-fixed 106 ep-flow:ConstraintFlow-fixed
107 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 107 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
108 rdfs:label "constraint flow - fixed"^^xsd:string ; 108 rdfs:label "constraint flow - fixed"^^xsd:string ;
109 rdfs:subClassOf ep-flow:ConstraintFlow . 109 rdfs:subClassOf ep-flow:ConstraintFlow .
110 110
111 ep-flow:ConstraintFlow-maximum 111 ep-flow:ConstraintFlow-maximum
112 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 112 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
113 rdfs:label "constraint flow - maximum"^^xsd:string ; 113 rdfs:label "constraint flow - maximum"^^xsd:string ;
114 rdfs:subClassOf ep-flow:ConstraintFlow . 114 rdfs:subClassOf ep-flow:ConstraintFlow .
115 115
116 ep-flow:ConstraintFlow-minimum 116 ep-flow:ConstraintFlow-minimum
117 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 117 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
118 rdfs:label "constraint flow - minimum"^^xsd:string ; 118 rdfs:label "constraint flow - minimum"^^xsd:string ;
119 rdfs:subClassOf ep-flow:ConstraintFlow . 119 rdfs:subClassOf ep-flow:ConstraintFlow .
120 120
121 ep-flow:ConstraintInventory 121 ep-flow:ConstraintInventory
122 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 122 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
123 rdfs:label "constraint inventory"^^xsd:string ; 123 rdfs:label "constraint inventory"^^xsd:string ;
124 rdfs:subClassOf ep-flow:WholeLifeInventory . 124 rdfs:subClassOf ep-flow:WholeLifeInventory .
125 125
126 ep-flow:Consume 126 ep-flow:Consume
127 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 127 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
128 rdfs:label "consume"^^xsd:string ; 128 rdfs:label "consume"^^xsd:string ;
129 rdfs:subClassOf ep-flow:WholeLifeFlow . 129 rdfs:subClassOf ep-flow:WholeLifeFlow .
130 130
131 ep-flow:Consume-HPflare 131 ep-flow:Consume-HPflare
132 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 132 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
133 rdfs:label "consume - HP flare"^^xsd:string ; 133 rdfs:label "consume - HP flare"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Consume-flare . 134 rdfs:subClassOf ep-flow:Consume-flare .
135 135
136 ep-flow:Consume-LPflare 136 ep-flow:Consume-LPflare
137 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 137 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
138 rdfs:label "consume - LP flare"^^xsd:string ; 138 rdfs:label "consume - LP flare"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Consume-flare . 139 rdfs:subClassOf ep-flow:Consume-flare .
140 140
141 ep-flow:Consume-blackstart 141 ep-flow:Consume-blackstart
142 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 142 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
143 rdfs:label "consume - blackstart"^^xsd:string ; 143 rdfs:label "consume - blackstart"^^xsd:string ;
144 rdfs:subClassOf ep-flow:Consume . 144 rdfs:subClassOf ep-flow:Consume .
145 145
146 ep-flow:Consume-compressor 146 ep-flow:Consume-compressor
147 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 147 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
148 rdfs:label "consume - compressor"^^xsd:string ; 148 rdfs:label "consume - compressor"^^xsd:string ;
149 rdfs:subClassOf ep-flow:Consume . 149 rdfs:subClassOf ep-flow:Consume .
150 150
151 ep-flow:Consume-emitted 151 ep-flow:Consume-emitted
152 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 152 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
153 rdfs:label "consume - emitted"^^xsd:string ; 153 rdfs:label "consume - emitted"^^xsd:string ;
154 rdfs:subClassOf ep-flow:Consume . 154 rdfs:subClassOf ep-flow:Consume .
155 155
156 ep-flow:Consume-flare 156 ep-flow:Consume-flare
157 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 157 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
158 rdfs:label "consume - flare"^^xsd:string ; 158 rdfs:label "consume - flare"^^xsd:string ;
159 rdfs:subClassOf ep-flow:Consume . 159 rdfs:subClassOf ep-flow:Consume .
160 160
161 ep-flow:Consume-fuel 161 ep-flow:Consume-fuel
162 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 162 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
163 rdfs:label "consume - fuel"^^xsd:string ; 163 rdfs:label "consume - fuel"^^xsd:string ;
164 rdfs:subClassOf ep-flow:Consume . 164 rdfs:subClassOf ep-flow:Consume .
165 165
166 ep-flow:Consume-noncompressor 166 ep-flow:Consume-noncompressor
167 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 167 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
168 rdfs:label "consume - non-compressor"^^xsd:string ; 168 rdfs:label "consume - non-compressor"^^xsd:string ;
169 rdfs:subClassOf ep-flow:Consume . 169 rdfs:subClassOf ep-flow:Consume .
170 170
171 ep-flow:Consume-venting 171 ep-flow:Consume-venting
172 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 172 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
173 rdfs:label "consume - venting"^^xsd:string ; 173 rdfs:label "consume - venting"^^xsd:string ;
174 rdfs:subClassOf ep-flow:Consume . 174 rdfs:subClassOf ep-flow:Consume .
175 175
...@@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow ...@@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow
184 rdfs:subClassOf ep-flow:ProductionFlow . 184 rdfs:subClassOf ep-flow:ProductionFlow .
185 185
186 ep-flow:DerivedFlow 186 ep-flow:DerivedFlow
187 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 187 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
188 rdfs:label "derived flow"^^xsd:string ; 188 rdfs:label "derived flow"^^xsd:string ;
189 rdfs:subClassOf ep-flow:WholeLifeFlow . 189 rdfs:subClassOf ep-flow:WholeLifeFlow .
190 190
191 ep-flow:DerivedFlow-difference 191 ep-flow:DerivedFlow-difference
192 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 192 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
193 rdfs:label "derived flow - difference"^^xsd:string ; 193 rdfs:label "derived flow - difference"^^xsd:string ;
194 rdfs:subClassOf ep-flow:DerivedFlow . 194 rdfs:subClassOf ep-flow:DerivedFlow .
195 195
196 ep-flow:DerivedInventory 196 ep-flow:DerivedInventory
197 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 197 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
198 rdfs:label "derived inventory"^^xsd:string ; 198 rdfs:label "derived inventory"^^xsd:string ;
199 rdfs:subClassOf ep-flow:WholeLifeInventory . 199 rdfs:subClassOf ep-flow:WholeLifeInventory .
200 200
201 ep-flow:DifferenceFlow 201 ep-flow:DifferenceFlow
202 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 202 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
203 rdfs:label "difference flow"^^xsd:string ; 203 rdfs:label "difference flow"^^xsd:string ;
204 rdfs:subClassOf ep-flow:WholeLifeFlow . 204 rdfs:subClassOf ep-flow:WholeLifeFlow .
205 205
206 ep-flow:DifferenceInventory 206 ep-flow:DifferenceInventory
207 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 207 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
208 rdfs:label "difference inventory"^^xsd:string ; 208 rdfs:label "difference inventory"^^xsd:string ;
209 rdfs:subClassOf ep-flow:WholeLifeInventory . 209 rdfs:subClassOf ep-flow:WholeLifeInventory .
210 210
...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow ...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow
214 rdfs:subClassOf ep-flow:Flow . 214 rdfs:subClassOf ep-flow:Flow .
215 215
216 ep-flow:EstimatedFlow 216 ep-flow:EstimatedFlow
217 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 217 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
218 rdfs:label "estimated flow"^^xsd:string ; 218 rdfs:label "estimated flow"^^xsd:string ;
219 rdfs:subClassOf ep-flow:WholeLifeFlow . 219 rdfs:subClassOf ep-flow:WholeLifeFlow .
220 220
221 ep-flow:EstimatedInventory 221 ep-flow:EstimatedInventory
222 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 222 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
223 rdfs:label "estimated inventory"^^xsd:string ; 223 rdfs:label "estimated inventory"^^xsd:string ;
224 rdfs:subClassOf ep-flow:WholeLifeInventory . 224 rdfs:subClassOf ep-flow:WholeLifeInventory .
225 225
226 ep-flow:Export 226 ep-flow:Export
227 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 227 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
228 rdfs:label "export"^^xsd:string ; 228 rdfs:label "export"^^xsd:string ;
229 rdfs:subClassOf ep-flow:WholeLifeFlow . 229 rdfs:subClassOf ep-flow:WholeLifeFlow .
230 230
231 ep-flow:Export-nominated 231 ep-flow:Export-nominated
232 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 232 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
233 rdfs:label "export nominated"^^xsd:string ; 233 rdfs:label "export nominated"^^xsd:string ;
234 rdfs:subClassOf ep-flow:Export . 234 rdfs:subClassOf ep-flow:Export .
235 235
236 ep-flow:Export-requested 236 ep-flow:Export-requested
237 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 237 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
238 rdfs:label "export requested"^^xsd:string ; 238 rdfs:label "export requested"^^xsd:string ;
239 rdfs:subClassOf ep-flow:Export . 239 rdfs:subClassOf ep-flow:Export .
240 240
241 ep-flow:Export-shortfall 241 ep-flow:Export-shortfall
242 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 242 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
243 rdfs:label "export shortfall"^^xsd:string ; 243 rdfs:label "export shortfall"^^xsd:string ;
244 rdfs:subClassOf ep-flow:Export . 244 rdfs:subClassOf ep-flow:Export .
245 245
...@@ -249,42 +249,42 @@ ep-flow:Flow ...@@ -249,42 +249,42 @@ ep-flow:Flow
249 rdfs:subClassOf ep-core:PhysicalThing . 249 rdfs:subClassOf ep-core:PhysicalThing .
250 250
251 ep-flow:FlowAtInstant 251 ep-flow:FlowAtInstant
252 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 252 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
253 rdfs:label "flow at instant"^^xsd:string ; 253 rdfs:label "flow at instant"^^xsd:string ;
254 rdfs:subClassOf ep-flow:Flow . 254 rdfs:subClassOf ep-flow:Flow .
255 255
256 ep-flow:FlowDuringDay 256 ep-flow:FlowDuringDay
257 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 257 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
258 rdfs:label "flow during day"^^xsd:string ; 258 rdfs:label "flow during day"^^xsd:string ;
259 rdfs:subClassOf ep-flow:FlowDuringPeriod . 259 rdfs:subClassOf ep-flow:FlowDuringPeriod .
260 260
261 ep-flow:FlowDuringMonth 261 ep-flow:FlowDuringMonth
262 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 262 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
263 rdfs:label "flow during month"^^xsd:string ; 263 rdfs:label "flow during month"^^xsd:string ;
264 rdfs:subClassOf ep-flow:FlowDuringPeriod . 264 rdfs:subClassOf ep-flow:FlowDuringPeriod .
265 265
266 ep-flow:FlowDuringMonthToDate 266 ep-flow:FlowDuringMonthToDate
267 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 267 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
268 rdfs:label "flow during month to date"^^xsd:string ; 268 rdfs:label "flow during month to date"^^xsd:string ;
269 rdfs:subClassOf ep-flow:FlowDuringPeriod . 269 rdfs:subClassOf ep-flow:FlowDuringPeriod .
270 270
271 ep-flow:FlowDuringPeriod 271 ep-flow:FlowDuringPeriod
272 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 272 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
273 rdfs:label "flow during period"^^xsd:string ; 273 rdfs:label "flow during period"^^xsd:string ;
274 rdfs:subClassOf ep-flow:Flow . 274 rdfs:subClassOf ep-flow:Flow .
275 275
276 ep-flow:FlowDuringWeek 276 ep-flow:FlowDuringWeek
277 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 277 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
278 rdfs:label "flow during week"^^xsd:string ; 278 rdfs:label "flow during week"^^xsd:string ;
279 rdfs:subClassOf ep-flow:FlowDuringPeriod . 279 rdfs:subClassOf ep-flow:FlowDuringPeriod .
280 280
281 ep-flow:FlowDuringYear 281 ep-flow:FlowDuringYear
282 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 282 + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
283 rdfs:label "flow during year"^^xsd:string ; 283 rdfs:label "flow during year"^^xsd:string ;
284 rdfs:subClassOf ep-flow:FlowDuringPeriod . 284 rdfs:subClassOf ep-flow:FlowDuringPeriod .
285 285
286 ep-flow:FlowDuringYearToDate 286 ep-flow:FlowDuringYearToDate
287 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 287 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
288 rdfs:label "flow during year to date"^^xsd:string ; 288 rdfs:label "flow during year to date"^^xsd:string ;
289 rdfs:subClassOf ep-flow:FlowDuringPeriod . 289 rdfs:subClassOf ep-flow:FlowDuringPeriod .
290 290
...@@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid ...@@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid
299 rdfs:subClassOf ep-flow:Flow . 299 rdfs:subClassOf ep-flow:Flow .
300 300
301 ep-flow:ForecastFlow 301 ep-flow:ForecastFlow
302 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 302 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
303 rdfs:label "forecast flow"^^xsd:string ; 303 rdfs:label "forecast flow"^^xsd:string ;
304 rdfs:subClassOf ep-flow:WholeLifeFlow . 304 rdfs:subClassOf ep-flow:WholeLifeFlow .
305 305
306 ep-flow:ForecastFlow-declineCurve 306 ep-flow:ForecastFlow-declineCurve
307 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 307 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
308 rdfs:label "forecast flow - decline curve"^^xsd:string ; 308 rdfs:label "forecast flow - decline curve"^^xsd:string ;
309 rdfs:subClassOf ep-flow:ForecastFlow . 309 rdfs:subClassOf ep-flow:ForecastFlow .
310 310
311 ep-flow:ForecastFlow-standard 311 ep-flow:ForecastFlow-standard
312 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 312 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
313 rdfs:label "forecast flow - standard"^^xsd:string ; 313 rdfs:label "forecast flow - standard"^^xsd:string ;
314 rdfs:subClassOf ep-flow:ForecastFlow . 314 rdfs:subClassOf ep-flow:ForecastFlow .
315 315
316 ep-flow:ForecastInventory 316 ep-flow:ForecastInventory
317 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 317 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
318 rdfs:label "forecast inventory"^^xsd:string ; 318 rdfs:label "forecast inventory"^^xsd:string ;
319 rdfs:subClassOf ep-flow:WholeLifeInventory . 319 rdfs:subClassOf ep-flow:WholeLifeInventory .
320 320
321 ep-flow:Gaslift 321 ep-flow:Gaslift
322 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 322 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
323 rdfs:label "gas lift"^^xsd:string ; 323 rdfs:label "gas lift"^^xsd:string ;
324 rdfs:subClassOf ep-flow:WholeLifeFlow . 324 rdfs:subClassOf ep-flow:WholeLifeFlow .
325 325
326 ep-flow:GrossProductFlow 326 ep-flow:GrossProductFlow
327 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 327 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
328 rdfs:label "gross product flow"^^xsd:string ; 328 rdfs:label "gross product flow"^^xsd:string ;
329 rdfs:subClassOf ep-flow:ProductFlow . 329 rdfs:subClassOf ep-flow:ProductFlow .
330 330
331 ep-flow:HydrocarbonAccounting 331 ep-flow:HydrocarbonAccounting
332 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 332 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
333 rdfs:label "hydrocarbon accounting"^^xsd:string ; 333 rdfs:label "hydrocarbon accounting"^^xsd:string ;
334 rdfs:subClassOf ep-flow:WholeLifeFlow . 334 rdfs:subClassOf ep-flow:WholeLifeFlow .
335 335
336 ep-flow:Import 336 ep-flow:Import
337 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 337 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
338 rdfs:label "import"^^xsd:string ; 338 rdfs:label "import"^^xsd:string ;
339 rdfs:subClassOf ep-flow:WholeLifeFlow . 339 rdfs:subClassOf ep-flow:WholeLifeFlow .
340 340
341 ep-flow:Injection 341 ep-flow:Injection
342 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 342 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
343 rdfs:label "injection"^^xsd:string ; 343 rdfs:label "injection"^^xsd:string ;
344 rdfs:subClassOf ep-flow:WholeLifeFlow . 344 rdfs:subClassOf ep-flow:WholeLifeFlow .
345 345
...@@ -349,67 +349,67 @@ ep-flow:Inventory ...@@ -349,67 +349,67 @@ ep-flow:Inventory
349 rdfs:subClassOf ep-core:PhysicalObject . 349 rdfs:subClassOf ep-core:PhysicalObject .
350 350
351 ep-flow:MassAdjustedFlow 351 ep-flow:MassAdjustedFlow
352 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 352 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
353 rdfs:label "mass adjusted flow"^^xsd:string ; 353 rdfs:label "mass adjusted flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:WholeLifeFlow . 354 rdfs:subClassOf ep-flow:WholeLifeFlow .
355 355
356 ep-flow:MeasuredFlow 356 ep-flow:MeasuredFlow
357 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 357 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
358 rdfs:label "measured flow"^^xsd:string ; 358 rdfs:label "measured flow"^^xsd:string ;
359 rdfs:subClassOf ep-flow:WholeLifeFlow . 359 rdfs:subClassOf ep-flow:WholeLifeFlow .
360 360
361 ep-flow:MeasuredFlow-fiscal 361 ep-flow:MeasuredFlow-fiscal
362 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 362 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
363 rdfs:label "measured flow - fiscal"^^xsd:string ; 363 rdfs:label "measured flow - fiscal"^^xsd:string ;
364 rdfs:subClassOf ep-flow:MeasuredFlow . 364 rdfs:subClassOf ep-flow:MeasuredFlow .
365 365
366 ep-flow:MeasuredFlow-raw 366 ep-flow:MeasuredFlow-raw
367 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 367 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
368 rdfs:label "measured flow - raw"^^xsd:string ; 368 rdfs:label "measured flow - raw"^^xsd:string ;
369 rdfs:subClassOf ep-flow:MeasuredFlow . 369 rdfs:subClassOf ep-flow:MeasuredFlow .
370 370
371 ep-flow:MeasuredFlow-recalibrated 371 ep-flow:MeasuredFlow-recalibrated
372 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 372 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
373 rdfs:label "measured flow - recalibrated"^^xsd:string ; 373 rdfs:label "measured flow - recalibrated"^^xsd:string ;
374 rdfs:subClassOf ep-flow:MeasuredFlow . 374 rdfs:subClassOf ep-flow:MeasuredFlow .
375 375
376 ep-flow:MeasuredInventory 376 ep-flow:MeasuredInventory
377 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 377 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
378 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
379 rdfs:subClassOf ep-flow:WholeLifeInventory . 379 rdfs:subClassOf ep-flow:WholeLifeInventory .
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:label "metered flow fiscal"^^xsd:string ; 383 rdfs:label "metered flow fiscal"^^xsd:string ;
384 rdfs:subClassOf ep-flow:WholeLifeFlow . 384 rdfs:subClassOf ep-flow:WholeLifeFlow .
385 385
386 ep-flow:NetProductFlow 386 ep-flow:NetProductFlow
387 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 387 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
388 rdfs:label "net product flow"^^xsd:string ; 388 rdfs:label "net product flow"^^xsd:string ;
389 rdfs:subClassOf ep-flow:ProductFlow . 389 rdfs:subClassOf ep-flow:ProductFlow .
390 390
391 ep-flow:NominatedFlow 391 ep-flow:NominatedFlow
392 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 392 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
393 rdfs:label "nominated flow"^^xsd:string ; 393 rdfs:label "nominated flow"^^xsd:string ;
394 rdfs:subClassOf ep-flow:WholeLifeFlow . 394 rdfs:subClassOf ep-flow:WholeLifeFlow .
395 395
396 ep-flow:NominatedInventory 396 ep-flow:NominatedInventory
397 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 397 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
398 rdfs:label "nominated inventory"^^xsd:string ; 398 rdfs:label "nominated inventory"^^xsd:string ;
399 rdfs:subClassOf ep-flow:WholeLifeInventory . 399 rdfs:subClassOf ep-flow:WholeLifeInventory .
400 400
401 ep-flow:Overboard 401 ep-flow:Overboard
402 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 402 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
403 rdfs:label "overboard"^^xsd:string ; 403 rdfs:label "overboard"^^xsd:string ;
404 rdfs:subClassOf ep-flow:WholeLifeFlow . 404 rdfs:subClassOf ep-flow:WholeLifeFlow .
405 405
406 ep-flow:PotentialFlow 406 ep-flow:PotentialFlow
407 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 407 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
408 rdfs:label "potential flow"^^xsd:string ; 408 rdfs:label "potential flow"^^xsd:string ;
409 rdfs:subClassOf ep-flow:WholeLifeFlow . 409 rdfs:subClassOf ep-flow:WholeLifeFlow .
410 410
411 ep-flow:PotentialInventory 411 ep-flow:PotentialInventory
412 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 412 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
413 rdfs:label "potential inventory"^^xsd:string ; 413 rdfs:label "potential inventory"^^xsd:string ;
414 rdfs:subClassOf ep-flow:WholeLifeInventory . 414 rdfs:subClassOf ep-flow:WholeLifeInventory .
415 415
...@@ -424,12 +424,12 @@ ep-flow:PrecipitationType ...@@ -424,12 +424,12 @@ ep-flow:PrecipitationType
424 rdfs:subClassOf owl:Class . 424 rdfs:subClassOf owl:Class .
425 425
426 ep-flow:ProcessedFlow 426 ep-flow:ProcessedFlow
427 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 427 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
428 rdfs:label "processed flow"^^xsd:string ; 428 rdfs:label "processed flow"^^xsd:string ;
429 rdfs:subClassOf ep-flow:WholeLifeFlow . 429 rdfs:subClassOf ep-flow:WholeLifeFlow .
430 430
431 ep-flow:ProcessedInventory 431 ep-flow:ProcessedInventory
432 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 432 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
433 rdfs:label "processed inventory"^^xsd:string ; 433 rdfs:label "processed inventory"^^xsd:string ;
434 rdfs:subClassOf ep-flow:WholeLifeInventory . 434 rdfs:subClassOf ep-flow:WholeLifeInventory .
435 435
...@@ -454,27 +454,27 @@ ep-flow:ProductInventory ...@@ -454,27 +454,27 @@ ep-flow:ProductInventory
454 rdfs:subClassOf ep-flow:Inventory . 454 rdfs:subClassOf ep-flow:Inventory .
455 455
456 ep-flow:ProductInventoryAdjustedClosingBalance 456 ep-flow:ProductInventoryAdjustedClosingBalance
457 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 457 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
458 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 458 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
459 rdfs:subClassOf ep-flow:ProductInventory . 459 rdfs:subClassOf ep-flow:ProductInventory .
460 460
461 ep-flow:ProductInventoryClosingBalance 461 ep-flow:ProductInventoryClosingBalance
462 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 462 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
463 rdfs:label "product inventory closing balance"^^xsd:string ; 463 rdfs:label "product inventory closing balance"^^xsd:string ;
464 rdfs:subClassOf ep-flow:ProductInventory . 464 rdfs:subClassOf ep-flow:ProductInventory .
465 465
466 ep-flow:ProductInventoryClosingStorageBalance 466 ep-flow:ProductInventoryClosingStorageBalance
467 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 467 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
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 owl:Class , ep-flow:ProductInventoryType ; 472 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
473 rdfs:label "product inventory opFlex"^^xsd:string ; 473 rdfs:label "product inventory opFlex"^^xsd:string ;
474 rdfs:subClassOf ep-flow:ProductInventory . 474 rdfs:subClassOf ep-flow:ProductInventory .
475 475
476 ep-flow:ProductInventoryOpeningBalance 476 ep-flow:ProductInventoryOpeningBalance
477 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 477 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
478 rdfs:label "product inventory opening balance"^^xsd:string ; 478 rdfs:label "product inventory opening balance"^^xsd:string ;
479 rdfs:subClassOf ep-flow:ProductInventory . 479 rdfs:subClassOf ep-flow:ProductInventory .
480 480
...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType ...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType
489 rdfs:subClassOf owl:Class . 489 rdfs:subClassOf owl:Class .
490 490
491 ep-flow:Production 491 ep-flow:Production
492 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 492 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
493 rdfs:label "production"^^xsd:string ; 493 rdfs:label "production"^^xsd:string ;
494 rdfs:subClassOf ep-flow:WholeLifeFlow . 494 rdfs:subClassOf ep-flow:WholeLifeFlow .
495 495
...@@ -574,37 +574,37 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -574,37 +574,37 @@ ep-flow:ProductionTestWellHeadFlow
574 rdfs:subClassOf ep-flow:WholeLifeFlow . 574 rdfs:subClassOf ep-flow:WholeLifeFlow .
575 575
576 ep-flow:QuotaFlow 576 ep-flow:QuotaFlow
577 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 577 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
578 rdfs:label "quota flow"^^xsd:string ; 578 rdfs:label "quota flow"^^xsd:string ;
579 rdfs:subClassOf ep-flow:WholeLifeFlow . 579 rdfs:subClassOf ep-flow:WholeLifeFlow .
580 580
581 ep-flow:QuotaInventory 581 ep-flow:QuotaInventory
582 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 582 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
583 rdfs:label "quota inventory"^^xsd:string ; 583 rdfs:label "quota inventory"^^xsd:string ;
584 rdfs:subClassOf ep-flow:WholeLifeInventory . 584 rdfs:subClassOf ep-flow:WholeLifeInventory .
585 585
586 ep-flow:RecommendedFlow 586 ep-flow:RecommendedFlow
587 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 587 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
588 rdfs:label "recommended flow"^^xsd:string ; 588 rdfs:label "recommended flow"^^xsd:string ;
589 rdfs:subClassOf ep-flow:WholeLifeFlow . 589 rdfs:subClassOf ep-flow:WholeLifeFlow .
590 590
591 ep-flow:RecommendedInventory 591 ep-flow:RecommendedInventory
592 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 592 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
593 rdfs:label "recommended inventory"^^xsd:string ; 593 rdfs:label "recommended inventory"^^xsd:string ;
594 rdfs:subClassOf ep-flow:WholeLifeInventory . 594 rdfs:subClassOf ep-flow:WholeLifeInventory .
595 595
596 ep-flow:Sale 596 ep-flow:Sale
597 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 597 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
598 rdfs:label "sale"^^xsd:string ; 598 rdfs:label "sale"^^xsd:string ;
599 rdfs:subClassOf ep-flow:WholeLifeFlow . 599 rdfs:subClassOf ep-flow:WholeLifeFlow .
600 600
601 ep-flow:SaleableFlow 601 ep-flow:SaleableFlow
602 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 602 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
603 rdfs:label "saleable flow"^^xsd:string ; 603 rdfs:label "saleable flow"^^xsd:string ;
604 rdfs:subClassOf ep-flow:WholeLifeFlow . 604 rdfs:subClassOf ep-flow:WholeLifeFlow .
605 605
606 ep-flow:SaleableInventory 606 ep-flow:SaleableInventory
607 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 607 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
608 rdfs:label "saleable inventory"^^xsd:string ; 608 rdfs:label "saleable inventory"^^xsd:string ;
609 rdfs:subClassOf ep-flow:WholeLifeInventory . 609 rdfs:subClassOf ep-flow:WholeLifeInventory .
610 610
...@@ -614,32 +614,32 @@ ep-flow:SampleOfMaterial ...@@ -614,32 +614,32 @@ ep-flow:SampleOfMaterial
614 rdfs:subClassOf ep-material:QuantityOfMaterial . 614 rdfs:subClassOf ep-material:QuantityOfMaterial .
615 615
616 ep-flow:SimulatedFlow 616 ep-flow:SimulatedFlow
617 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 617 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
618 rdfs:label "simulated flow"^^xsd:string ; 618 rdfs:label "simulated flow"^^xsd:string ;
619 rdfs:subClassOf ep-flow:WholeLifeFlow . 619 rdfs:subClassOf ep-flow:WholeLifeFlow .
620 620
621 ep-flow:SimulatedInventory 621 ep-flow:SimulatedInventory
622 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 622 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
623 rdfs:label "simulated inventory"^^xsd:string ; 623 rdfs:label "simulated inventory"^^xsd:string ;
624 rdfs:subClassOf ep-flow:WholeLifeInventory . 624 rdfs:subClassOf ep-flow:WholeLifeInventory .
625 625
626 ep-flow:Storage 626 ep-flow:Storage
627 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 627 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
628 rdfs:label "storage"^^xsd:string ; 628 rdfs:label "storage"^^xsd:string ;
629 rdfs:subClassOf ep-flow:WholeLifeFlow . 629 rdfs:subClassOf ep-flow:WholeLifeFlow .
630 630
631 ep-flow:TargetFlow 631 ep-flow:TargetFlow
632 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 632 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
633 rdfs:label "target flow"^^xsd:string ; 633 rdfs:label "target flow"^^xsd:string ;
634 rdfs:subClassOf ep-flow:WholeLifeFlow . 634 rdfs:subClassOf ep-flow:WholeLifeFlow .
635 635
636 ep-flow:TargetInventory 636 ep-flow:TargetInventory
637 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 637 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
638 rdfs:label "target inventory"^^xsd:string ; 638 rdfs:label "target inventory"^^xsd:string ;
639 rdfs:subClassOf ep-flow:WholeLifeInventory . 639 rdfs:subClassOf ep-flow:WholeLifeInventory .
640 640
641 ep-flow:TariffBasisFlow 641 ep-flow:TariffBasisFlow
642 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 642 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
643 rdfs:label "tariff basis flow"^^xsd:string ; 643 rdfs:label "tariff basis flow"^^xsd:string ;
644 rdfs:subClassOf ep-flow:WholeLifeFlow . 644 rdfs:subClassOf ep-flow:WholeLifeFlow .
645 645
...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType
654 rdfs:subClassOf owl:Class . 654 rdfs:subClassOf owl:Class .
655 655
656 ep-flow:ValueAdjustedFlow 656 ep-flow:ValueAdjustedFlow
657 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 657 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
658 rdfs:label "value adjusted flow"^^xsd:string ; 658 rdfs:label "value adjusted flow"^^xsd:string ;
659 rdfs:subClassOf ep-flow:WholeLifeFlow . 659 rdfs:subClassOf ep-flow:WholeLifeFlow .
660 660
...@@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory ...@@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory
671 ep-flow:WholeLifeProductFlow 671 ep-flow:WholeLifeProductFlow
672 rdf:type owl:Class ; 672 rdf:type owl:Class ;
673 rdfs:label "whole life product flow"^^xsd:string ; 673 rdfs:label "whole life product flow"^^xsd:string ;
674 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . 674 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
675 675
676 ep-flow:WholeLifeProductInventory 676 ep-flow:WholeLifeProductInventory
677 rdf:type owl:Class ; 677 rdf:type owl:Class ;
...@@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory ...@@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory
681 ep-flow:WholeLifeProductionFlow 681 ep-flow:WholeLifeProductionFlow
682 rdf:type owl:Class ; 682 rdf:type owl:Class ;
683 rdfs:label "whole life production flow"^^xsd:string ; 683 rdfs:label "whole life production flow"^^xsd:string ;
684 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . 684 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
685 685
686 ep-flow:WholeLifeProductionFlowNetwork 686 ep-flow:WholeLifeProductionFlowNetwork
687 rdf:type owl:Class ; 687 rdf:type owl:Class ;
...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork ...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork
691 ep-flow:WholeLifeProductionInventory 691 ep-flow:WholeLifeProductionInventory
692 rdf:type owl:Class ; 692 rdf:type owl:Class ;
693 rdfs:label "(whole life) production inventory"^^xsd:string ; 693 rdfs:label "(whole life) production inventory"^^xsd:string ;
694 - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . 694 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory .
695 695
696 ep-flow:WholeLifeProductionInventoryCollection 696 ep-flow:WholeLifeProductionInventoryCollection
697 rdf:type owl:Class ; 697 rdf:type owl:Class ;
...@@ -704,7 +704,7 @@ ep-flow:Wind ...@@ -704,7 +704,7 @@ ep-flow:Wind
704 rdfs:subClassOf ep-flow:Flow . 704 rdfs:subClassOf ep-flow:Flow .
705 705
706 ep-flow:allocatedTo 706 ep-flow:allocatedTo
707 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 707 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; 708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
709 rdfs:domain ep-core:PhysicalObject ; 709 rdfs:domain ep-core:PhysicalObject ;
710 rdfs:label "allocatedTo"^^xsd:string ; 710 rdfs:label "allocatedTo"^^xsd:string ;
...@@ -712,19 +712,19 @@ ep-flow:allocatedTo ...@@ -712,19 +712,19 @@ ep-flow:allocatedTo
712 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 712 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
713 713
714 ep-flow:amountOfPrecipitation 714 ep-flow:amountOfPrecipitation
715 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 715 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
716 rdfs:domain ep-flow:Flow ; 716 rdfs:domain ep-flow:Flow ;
717 rdfs:label "amount of precipitation"^^xsd:string ; 717 rdfs:label "amount of precipitation"^^xsd:string ;
718 rdfs:range ep-core:Length . 718 rdfs:range ep-core:Length .
719 719
720 ep-flow:dailyAverageAmountOfMaterial 720 ep-flow:dailyAverageAmountOfMaterial
721 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 721 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
722 rdfs:domain ep-flow:Flow ; 722 rdfs:domain ep-flow:Flow ;
723 rdfs:label "daily average amount of material"^^xsd:string ; 723 rdfs:label "daily average amount of material"^^xsd:string ;
724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
725 725
726 ep-flow:energyContent 726 ep-flow:energyContent
727 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 727 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
728 rdfs:domain ep-material:QuantityOfMaterial ; 728 rdfs:domain ep-material:QuantityOfMaterial ;
729 rdfs:label "energy content"^^xsd:string ; 729 rdfs:label "energy content"^^xsd:string ;
730 rdfs:range ep-core:Work . 730 rdfs:range ep-core:Work .
...@@ -756,7 +756,7 @@ ep-flow:flowOutOf ...@@ -756,7 +756,7 @@ ep-flow:flowOutOf
756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
757 757
758 ep-flow:grossCalorificValue 758 ep-flow:grossCalorificValue
759 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 759 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
760 rdfs:domain ep-material:QuantityOfMaterial ; 760 rdfs:domain ep-material:QuantityOfMaterial ;
761 rdfs:label "gross calorific value"^^xsd:string ; 761 rdfs:label "gross calorific value"^^xsd:string ;
762 rdfs:range ep-core:EnergyPerVolume . 762 rdfs:range ep-core:EnergyPerVolume .
...@@ -776,34 +776,34 @@ ep-flow:hasNetworkPart ...@@ -776,34 +776,34 @@ ep-flow:hasNetworkPart
776 rdfs:subPropertyOf ep-core:hasPart . 776 rdfs:subPropertyOf ep-core:hasPart .
777 777
778 ep-flow:horizontalDirectionAzimuth 778 ep-flow:horizontalDirectionAzimuth
779 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 779 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
780 rdfs:label "horizontal direction azimuth"^^xsd:string ; 780 rdfs:label "horizontal direction azimuth"^^xsd:string ;
781 rdfs:range ep-core:PlaneAngle . 781 rdfs:range ep-core:PlaneAngle .
782 782
783 ep-flow:materialThatFlows 783 ep-flow:materialThatFlows
784 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 784 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
785 rdfs:domain ep-flow:Flow ; 785 rdfs:domain ep-flow:Flow ;
786 rdfs:label "material that flows"^^xsd:string ; 786 rdfs:label "material that flows"^^xsd:string ;
787 rdfs:range ep-material:QuantityOfMaterial . 787 rdfs:range ep-material:QuantityOfMaterial .
788 788
789 ep-flow:rateOfFlowOfMaterial 789 ep-flow:rateOfFlowOfMaterial
790 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 790 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
791 rdfs:label "rate of flow of material"^^xsd:string ; 791 rdfs:label "rate of flow of material"^^xsd:string ;
792 rdfs:range ep-core:MeasureOfAmountOfMaterial . 792 rdfs:range ep-core:MeasureOfAmountOfMaterial .
793 793
794 ep-flow:summedDailyMass 794 ep-flow:summedDailyMass
795 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 795 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
796 rdfs:domain ep-flow:Inventory ; 796 rdfs:domain ep-flow:Inventory ;
797 rdfs:label "summed daily mass"^^xsd:string ; 797 rdfs:label "summed daily mass"^^xsd:string ;
798 rdfs:range ep-core:Mass . 798 rdfs:range ep-core:Mass .
799 799
800 ep-flow:totalVolumeOfMaterial-deprecated 800 ep-flow:totalVolumeOfMaterial-deprecated
801 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 801 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
802 rdfs:label "total volume of material"^^xsd:string ; 802 rdfs:label "total volume of material"^^xsd:string ;
803 rdfs:range ep-core:MeasureOfAmountOfMaterial . 803 rdfs:range ep-core:MeasureOfAmountOfMaterial .
804 804
805 ep-flow:yearlyAverageAmountOfMaterial 805 ep-flow:yearlyAverageAmountOfMaterial
806 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 806 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
807 rdfs:domain ep-flow:Flow ; 807 rdfs:domain ep-flow:Flow ;
808 rdfs:label "yearly average amount of material"^^xsd:string ; 808 rdfs:label "yearly average amount of material"^^xsd:string ;
809 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 809 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
...@@ -955,7 +955,7 @@ ep-material:Monoethyleneglycol ...@@ -955,7 +955,7 @@ ep-material:Monoethyleneglycol
955 ep-material:NGL-componentInGas 955 ep-material:NGL-componentInGas
956 rdf:type ep-flow:ProductMaterialType . 956 rdf:type ep-flow:ProductMaterialType .
957 957
958 -ep-material:Naptha 958 +ep-material:Naphtha
959 rdf:type ep-flow:ProductMaterialType . 959 rdf:type ep-flow:ProductMaterialType .
960 960
961 ep-material:NaturalGasLiquid 961 ep-material:NaturalGasLiquid
......
...@@ -18,13 +18,273 @@ ...@@ -18,13 +18,273 @@
18 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
19 owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> . 19 owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> .
20 20
21 +ep-material:AqueousMaterial
22 + transhelp:materialClassMapsToMPREnumeration
23 + <http://www.epim.no/schemas/mprml/1#RP_aqueous> .
24 +
25 +ep-material:C10
26 + transhelp:materialClassMapsToMPREnumeration
27 + <http://www.epim.no/schemas/mprml/1#RP_C10> .
28 +
29 +ep-material:C10AndHeavier
30 + transhelp:materialClassMapsToMPREnumeration
31 + <http://www.epim.no/schemas/mprml/1#RP_C10Plus> .
32 +
33 +ep-material:C10AndLighter
34 + transhelp:materialClassMapsToMPREnumeration
35 + <http://www.epim.no/schemas/mprml/1#RP_C10-> .
36 +
37 +ep-material:C2AndLighter
38 + transhelp:materialClassMapsToMPREnumeration
39 + <http://www.epim.no/schemas/mprml/1#RP_C2-> .
40 +
41 +ep-material:C3AndLighter
42 + transhelp:materialClassMapsToMPREnumeration
43 + <http://www.epim.no/schemas/mprml/1#RP_C3-> .
44 +
45 +ep-material:C4AndLighter
46 + transhelp:materialClassMapsToMPREnumeration
47 + <http://www.epim.no/schemas/mprml/1#RP_C4-> .
48 +
49 +ep-material:C5AndLighter
50 + transhelp:materialClassMapsToMPREnumeration
51 + <http://www.epim.no/schemas/mprml/1#RP_C5-> .
52 +
53 +ep-material:C6
54 + transhelp:materialClassMapsToMPREnumeration
55 + <http://www.epim.no/schemas/mprml/1#RP_C6Plus> .
56 +
57 +ep-material:C6AndHeavier
58 + transhelp:materialClassMapsToMPREnumeration
59 + <http://www.epim.no/schemas/mprml/1#RP_C6Plus> .
60 +
61 +ep-material:C6AndLighter
62 + transhelp:materialClassMapsToMPREnumeration
63 + <http://www.epim.no/schemas/mprml/1#RP_C6-> .
64 +
65 +ep-material:C7
66 + transhelp:materialClassMapsToMPREnumeration
67 + <http://www.epim.no/schemas/mprml/1#RP_C7> .
68 +
69 +ep-material:C7AndHeavier
70 + transhelp:materialClassMapsToMPREnumeration
71 + <http://www.epim.no/schemas/mprml/1#RP_C7Plus> .
72 +
73 +ep-material:C7AndLighter
74 + transhelp:materialClassMapsToMPREnumeration
75 + <http://www.epim.no/schemas/mprml/1#RP_C7-> .
76 +
77 +ep-material:C8
78 + transhelp:materialClassMapsToMPREnumeration
79 + <http://www.epim.no/schemas/mprml/1#RP_C8> .
80 +
81 +ep-material:C8AndHeavier
82 + transhelp:materialClassMapsToMPREnumeration
83 + <http://www.epim.no/schemas/mprml/1#RP_C8Plus> .
84 +
85 +ep-material:C8AndLighter
86 + transhelp:materialClassMapsToMPREnumeration
87 + <http://www.epim.no/schemas/mprml/1#RP_C8-> .
88 +
89 +ep-material:C9
90 + transhelp:materialClassMapsToMPREnumeration
91 + <http://www.epim.no/schemas/mprml/1#RP_C9> .
92 +
93 +ep-material:C9AndHeavier
94 + transhelp:materialClassMapsToMPREnumeration
95 + <http://www.epim.no/schemas/mprml/1#RP_C9Plus> .
96 +
97 +ep-material:C9AndLighter
98 + transhelp:materialClassMapsToMPREnumeration
99 + <http://www.epim.no/schemas/mprml/1#RP_C9-> .
100 +
101 +ep-material:CarbonDioxide
102 + transhelp:materialClassMapsToMPREnumeration
103 + <http://www.epim.no/schemas/mprml/1#RP_carbondioxidegas> .
104 +
105 +ep-material:CarbonMonoxide
106 + transhelp:materialClassMapsToMPREnumeration
107 + <http://www.epim.no/schemas/mprml/1#RP_carbonmonoxidegas> .
108 +
109 +ep-material:Chemical
110 + transhelp:materialClassMapsToMPREnumeration
111 + <http://www.epim.no/schemas/mprml/1#RP_chemical> .
112 +
113 +ep-material:Condensate
114 + transhelp:materialClassMapsToMPREnumeration
115 + <http://www.epim.no/schemas/mprml/1#RP_condensate> , <http://www.epim.no/schemas/mprml/1#RP_condensate-net> , <http://www.epim.no/schemas/mprml/1#RP_condensate-gross> .
116 +
117 +ep-material:Crude-stabilized
118 + transhelp:materialClassMapsToMPREnumeration
119 + <http://www.epim.no/schemas/mprml/1#RP_crude-stabilized> .
120 +
121 +ep-material:Cuttings
122 + transhelp:materialClassMapsToMPREnumeration
123 + <http://www.epim.no/schemas/mprml/1#RP_cuttings> .
124 +
125 +ep-material:Diesel
126 + transhelp:materialClassMapsToMPREnumeration
127 + <http://www.epim.no/schemas/mprml/1#RP_diesel> .
128 +
129 +ep-material:Diethyleneglycol
130 + transhelp:materialClassMapsToMPREnumeration
131 + <http://www.epim.no/schemas/mprml/1#RP_diethyleneglycol> .
132 +
133 +ep-material:Dioxygen
134 + transhelp:materialClassMapsToMPREnumeration
135 + <http://www.epim.no/schemas/mprml/1#RP_dioxygen> .
136 +
137 +ep-material:Ethane
138 + transhelp:materialClassMapsToMPREnumeration
139 + <http://www.epim.no/schemas/mprml/1#RP_ethane> .
140 +
141 +ep-material:Gas
142 + transhelp:materialClassMapsToMPREnumeration
143 + <http://www.epim.no/schemas/mprml/1#RP_gas> .
144 +
145 +ep-material:Gas-componentInOil
146 + transhelp:materialClassMapsToMPREnumeration
147 + <http://www.epim.no/schemas/mprml/1#RP_gas-componentinoil> .
148 +
149 +ep-material:Gas-dry
150 + transhelp:materialClassMapsToMPREnumeration
151 + <http://www.epim.no/schemas/mprml/1#RP_gas-dry> .
152 +
153 +ep-material:Gas-rich
154 + transhelp:materialClassMapsToMPREnumeration
155 + <http://www.epim.no/schemas/mprml/1#RP_gas-rich> .
156 +
157 +ep-material:Gas-wet
158 + transhelp:materialClassMapsToMPREnumeration
159 + <http://www.epim.no/schemas/mprml/1#RP_gas-wet> .
160 +
161 +ep-material:HeliumGas
162 + transhelp:materialClassMapsToMPREnumeration
163 + <http://www.epim.no/schemas/mprml/1#RP_heliumgas> .
164 +
165 +ep-material:Heptane
166 + transhelp:materialClassMapsToMPREnumeration
167 + <http://www.epim.no/schemas/mprml/1#RP_heptane> .
168 +
169 +ep-material:HydrogenGas
170 + transhelp:materialClassMapsToMPREnumeration
171 + <http://www.epim.no/schemas/mprml/1#RP_hydrogengas> .
172 +
173 +ep-material:HydrogenSulfide
174 + transhelp:materialClassMapsToMPREnumeration
175 + <http://www.epim.no/schemas/mprml/1#RP_hydrogensulfide> .
176 +
177 +ep-material:Isobutane
178 + transhelp:materialClassMapsToMPREnumeration
179 + <http://www.epim.no/schemas/mprml/1#RP_isobutane> .
180 +
181 +ep-material:Isopentane
182 + transhelp:materialClassMapsToMPREnumeration
183 + <http://www.epim.no/schemas/mprml/1#RP_isopentane> .
184 +
185 +ep-material:Liquid
186 + transhelp:materialClassMapsToMPREnumeration
187 + <http://www.epim.no/schemas/mprml/1#RP_liquid> .
188 +
189 +ep-material:LiquifiedNaturalGas
190 + transhelp:materialClassMapsToMPREnumeration
191 + <http://www.epim.no/schemas/mprml/1#RP_liquifiednaturalgas> .
192 +
193 +ep-material:LiquifiedPetroleumGas
194 + transhelp:materialClassMapsToMPREnumeration
195 + <http://www.epim.no/schemas/mprml/1#RP_liquifiedpetroleumgas> .
196 +
197 +ep-material:Methane
198 + transhelp:materialClassMapsToMPREnumeration
199 + <http://www.epim.no/schemas/mprml/1#RP_methane> .
200 +
201 +ep-material:Methanol
202 + transhelp:materialClassMapsToMPREnumeration
203 + <http://www.epim.no/schemas/mprml/1#RP_methanol> .
204 +
205 +ep-material:MixedButane
206 + transhelp:materialClassMapsToMPREnumeration
207 + <http://www.epim.no/schemas/mprml/1#RP_mixedbutane> .
208 +
209 +ep-material:Monoethyleneglycol
210 + transhelp:materialClassMapsToMPREnumeration
211 + <http://www.epim.no/schemas/mprml/1#RP_monoethylenglycol> .
212 +
213 +ep-material:Naphtha
214 + transhelp:materialClassMapsToMPREnumeration
215 + <http://www.epim.no/schemas/mprml/1#RP_naphta> .
216 +
217 +ep-material:NaturalGasLiquid
218 + transhelp:materialClassMapsToMPREnumeration
219 + <http://www.epim.no/schemas/mprml/1#RP_naturalgasliquid> .
220 +
221 +ep-material:Neopentane
222 + transhelp:materialClassMapsToMPREnumeration
223 + <http://www.epim.no/schemas/mprml/1#RP_neopentane> .
224 +
225 +ep-material:NitrogenGas
226 + transhelp:materialClassMapsToMPREnumeration
227 + <http://www.epim.no/schemas/mprml/1#RP_nitrogengas> .
228 +
229 +ep-material:NitrogenOxideGas
230 + transhelp:materialClassMapsToMPREnumeration
231 + <http://www.epim.no/schemas/mprml/1#RP_nitrogenoxidegas> .
232 +
233 +ep-material:NormalButane
234 + transhelp:materialClassMapsToMPREnumeration
235 + <http://www.epim.no/schemas/mprml/1#RP_normalbutane> .
236 +
237 +ep-material:NormalPentane
238 + transhelp:materialClassMapsToMPREnumeration
239 + <http://www.epim.no/schemas/mprml/1#RP_normalpentane> .
240 +
241 +ep-material:Oil
242 + transhelp:materialClassMapsToMPREnumeration
243 + <http://www.epim.no/schemas/mprml/1#RP_oil-net> , <http://www.epim.no/schemas/mprml/1#RP_oil-gross> , <http://www.epim.no/schemas/mprml/1#RP_oil> .
244 +
245 +ep-material:OilAndGas
246 + transhelp:materialClassMapsToMPREnumeration
247 + <http://www.epim.no/schemas/mprml/1#RP_oilandgas> .
248 +
249 +ep-material:Oleic
250 + transhelp:materialClassMapsToMPREnumeration
251 + <http://www.epim.no/schemas/mprml/1#RP_oleic> .
252 +
21 ep-material:Pentane 253 ep-material:Pentane
22 transhelp:materialClassMapsToMPREnumeration 254 transhelp:materialClassMapsToMPREnumeration
23 <http://www.epim.no/schemas/mprml/1#FC_pentane> . 255 <http://www.epim.no/schemas/mprml/1#FC_pentane> .
24 256
257 +ep-material:PetroleumGasLiquid
258 + transhelp:materialClassMapsToMPREnumeration
259 + <http://www.epim.no/schemas/mprml/1#RP_petroleumgasliquid> .
260 +
25 ep-material:Propane 261 ep-material:Propane
26 transhelp:materialClassMapsToMPREnumeration 262 transhelp:materialClassMapsToMPREnumeration
27 - <http://www.epim.no/schemas/mprml/1#FC_propane> . 263 + <http://www.epim.no/schemas/mprml/1#RP_propane> , <http://www.epim.no/schemas/mprml/1#FC_propane> .
264 +
265 +ep-material:Salt
266 + transhelp:materialClassMapsToMPREnumeration
267 + <http://www.epim.no/schemas/mprml/1#RP_salt> .
268 +
269 +ep-material:Triethyleneglycol
270 + transhelp:materialClassMapsToMPREnumeration
271 + <http://www.epim.no/schemas/mprml/1#RP_triethyleneglycol> .
272 +
273 +ep-material:Vapour
274 + transhelp:materialClassMapsToMPREnumeration
275 + <http://www.epim.no/schemas/mprml/1#RP_vapor> .
276 +
277 +ep-material:Water
278 + transhelp:materialClassMapsToMPREnumeration
279 + <http://www.epim.no/schemas/mprml/1#RP_water> .
280 +
281 +ep-material:Water-discharge
282 + transhelp:materialClassMapsToMPREnumeration
283 + <http://www.epim.no/schemas/mprml/1#RP_water-discharge> .
284 +
285 +ep-material:Water-processed
286 + transhelp:materialClassMapsToMPREnumeration
287 + <http://www.epim.no/schemas/mprml/1#RP_water-processed> .
28 288
29 ep-material:substance-11dmcyPentane 289 ep-material:substance-11dmcyPentane
30 transhelp:materialClassMapsToMPREnumeration 290 transhelp:materialClassMapsToMPREnumeration
......
...@@ -30,7 +30,7 @@ ep-material:AqueousMaterial ...@@ -30,7 +30,7 @@ ep-material:AqueousMaterial
30 rdfs:subClassOf ep-material:Material . 30 rdfs:subClassOf ep-material:Material .
31 31
32 ep-material:BasicSedimentAndWater 32 ep-material:BasicSedimentAndWater
33 - rdf:type owl:Class , ep-material:SubstanceType ; 33 + rdf:type ep-material:ReportingProductType , owl:Class ;
34 rdfs:label "basic sediment and water"^^xsd:string ; 34 rdfs:label "basic sediment and water"^^xsd:string ;
35 rdfs:subClassOf ep-material:Fluid ; 35 rdfs:subClassOf ep-material:Fluid ;
36 ep-core:seeReferenceData 36 ep-core:seeReferenceData
...@@ -46,98 +46,118 @@ ep-material:Brine ...@@ -46,98 +46,118 @@ ep-material:Brine
46 rdfs:label "brine"^^xsd:string ; 46 rdfs:label "brine"^^xsd:string ;
47 rdfs:subClassOf ep-material:Water . 47 rdfs:subClassOf ep-material:Water .
48 48
49 +ep-material:C10
50 + rdf:type ep-material:ReportingProductType , owl:Class ;
51 + rdfs:label "C10"^^xsd:string ;
52 + rdfs:subClassOf ep-material:Material .
53 +
49 ep-material:C10AndHeavier 54 ep-material:C10AndHeavier
50 - rdf:type owl:Class , ep-material:SubstanceType ; 55 + rdf:type ep-material:ReportingProductType , owl:Class ;
51 rdfs:label "C10+"^^xsd:string ; 56 rdfs:label "C10+"^^xsd:string ;
52 rdfs:subClassOf ep-material:Material . 57 rdfs:subClassOf ep-material:Material .
53 58
54 ep-material:C10AndLighter 59 ep-material:C10AndLighter
55 - rdf:type owl:Class , ep-material:SubstanceType ; 60 + rdf:type ep-material:ReportingProductType , owl:Class ;
56 rdfs:label "C10-"^^xsd:string ; 61 rdfs:label "C10-"^^xsd:string ;
57 rdfs:subClassOf ep-material:Material . 62 rdfs:subClassOf ep-material:Material .
58 63
59 ep-material:C2AndHeavier 64 ep-material:C2AndHeavier
60 - rdf:type owl:Class , ep-material:SubstanceType ; 65 + rdf:type ep-material:ReportingProductType , owl:Class ;
61 rdfs:label "C2+"^^xsd:string ; 66 rdfs:label "C2+"^^xsd:string ;
62 rdfs:subClassOf ep-material:Material . 67 rdfs:subClassOf ep-material:Material .
63 68
64 ep-material:C2AndLighter 69 ep-material:C2AndLighter
65 - rdf:type owl:Class , ep-material:SubstanceType ; 70 + rdf:type ep-material:ReportingProductType , owl:Class ;
66 rdfs:label "C2-"^^xsd:string ; 71 rdfs:label "C2-"^^xsd:string ;
67 rdfs:subClassOf ep-material:Material . 72 rdfs:subClassOf ep-material:Material .
68 73
69 ep-material:C3AndHeavier 74 ep-material:C3AndHeavier
70 - rdf:type owl:Class , ep-material:SubstanceType ; 75 + rdf:type ep-material:ReportingProductType , owl:Class ;
71 rdfs:label "C3+"^^xsd:string ; 76 rdfs:label "C3+"^^xsd:string ;
72 rdfs:subClassOf ep-material:Material . 77 rdfs:subClassOf ep-material:Material .
73 78
74 ep-material:C3AndLighter 79 ep-material:C3AndLighter
75 - rdf:type owl:Class , ep-material:SubstanceType ; 80 + rdf:type ep-material:ReportingProductType , owl:Class ;
76 rdfs:label "C3-"^^xsd:string ; 81 rdfs:label "C3-"^^xsd:string ;
77 rdfs:subClassOf ep-material:Material . 82 rdfs:subClassOf ep-material:Material .
78 83
79 ep-material:C4AndHeavier 84 ep-material:C4AndHeavier
80 - rdf:type owl:Class , ep-material:SubstanceType ; 85 + rdf:type ep-material:ReportingProductType , owl:Class ;
81 rdfs:label "C4+"^^xsd:string ; 86 rdfs:label "C4+"^^xsd:string ;
82 rdfs:subClassOf ep-material:Material . 87 rdfs:subClassOf ep-material:Material .
83 88
84 ep-material:C4AndLighter 89 ep-material:C4AndLighter
85 - rdf:type owl:Class , ep-material:SubstanceType ; 90 + rdf:type ep-material:ReportingProductType , owl:Class ;
86 rdfs:label "C4-"^^xsd:string ; 91 rdfs:label "C4-"^^xsd:string ;
87 rdfs:subClassOf ep-material:Material . 92 rdfs:subClassOf ep-material:Material .
88 93
89 ep-material:C5AndHeavier 94 ep-material:C5AndHeavier
90 - rdf:type owl:Class , ep-material:SubstanceType ; 95 + rdf:type ep-material:ReportingProductType , owl:Class ;
91 rdfs:label "C5+"^^xsd:string ; 96 rdfs:label "C5+"^^xsd:string ;
92 rdfs:subClassOf ep-material:Material . 97 rdfs:subClassOf ep-material:Material .
93 98
94 ep-material:C5AndLighter 99 ep-material:C5AndLighter
95 - rdf:type owl:Class , ep-material:SubstanceType ; 100 + rdf:type ep-material:ReportingProductType , owl:Class ;
96 rdfs:label "C5-"^^xsd:string ; 101 rdfs:label "C5-"^^xsd:string ;
97 rdfs:subClassOf ep-material:Material . 102 rdfs:subClassOf ep-material:Material .
98 103
99 ep-material:C6 104 ep-material:C6
100 - rdf:type owl:Class , ep-material:SubstanceType ; 105 + rdf:type ep-material:ReportingProductType , owl:Class ;
101 rdfs:label "C6"^^xsd:string ; 106 rdfs:label "C6"^^xsd:string ;
102 rdfs:subClassOf ep-material:Material . 107 rdfs:subClassOf ep-material:Material .
103 108
104 ep-material:C6AndHeavier 109 ep-material:C6AndHeavier
105 - rdf:type owl:Class , ep-material:SubstanceType ; 110 + rdf:type ep-material:ReportingProductType , owl:Class ;
106 rdfs:label "C6+"^^xsd:string ; 111 rdfs:label "C6+"^^xsd:string ;
107 rdfs:subClassOf ep-material:Material . 112 rdfs:subClassOf ep-material:Material .
108 113
109 ep-material:C6AndLighter 114 ep-material:C6AndLighter
110 - rdf:type owl:Class , ep-material:SubstanceType ; 115 + rdf:type ep-material:ReportingProductType , owl:Class ;
111 rdfs:label "C6-"^^xsd:string ; 116 rdfs:label "C6-"^^xsd:string ;
112 rdfs:subClassOf ep-material:Material . 117 rdfs:subClassOf ep-material:Material .
113 118
119 +ep-material:C7
120 + rdf:type ep-material:ReportingProductType , owl:Class ;
121 + rdfs:label "C7"^^xsd:string ;
122 + rdfs:subClassOf ep-material:Material .
123 +
114 ep-material:C7AndHeavier 124 ep-material:C7AndHeavier
115 - rdf:type owl:Class , ep-material:SubstanceType ; 125 + rdf:type ep-material:ReportingProductType , owl:Class ;
116 rdfs:label "C7+"^^xsd:string ; 126 rdfs:label "C7+"^^xsd:string ;
117 rdfs:subClassOf ep-material:Material . 127 rdfs:subClassOf ep-material:Material .
118 128
119 ep-material:C7AndLighter 129 ep-material:C7AndLighter
120 - rdf:type owl:Class , ep-material:SubstanceType ; 130 + rdf:type ep-material:ReportingProductType , owl:Class ;
121 rdfs:label "C7-"^^xsd:string ; 131 rdfs:label "C7-"^^xsd:string ;
122 rdfs:subClassOf ep-material:Material . 132 rdfs:subClassOf ep-material:Material .
123 133
134 +ep-material:C8
135 + rdf:type ep-material:ReportingProductType , owl:Class ;
136 + rdfs:label "C8"^^xsd:string ;
137 + rdfs:subClassOf ep-material:Material .
138 +
124 ep-material:C8AndHeavier 139 ep-material:C8AndHeavier
125 - rdf:type owl:Class , ep-material:SubstanceType ; 140 + rdf:type ep-material:ReportingProductType , owl:Class ;
126 rdfs:label "C8+"^^xsd:string ; 141 rdfs:label "C8+"^^xsd:string ;
127 rdfs:subClassOf ep-material:Material . 142 rdfs:subClassOf ep-material:Material .
128 143
129 ep-material:C8AndLighter 144 ep-material:C8AndLighter
130 - rdf:type owl:Class , ep-material:SubstanceType ; 145 + rdf:type ep-material:ReportingProductType , owl:Class ;
131 rdfs:label "C8-"^^xsd:string ; 146 rdfs:label "C8-"^^xsd:string ;
132 rdfs:subClassOf ep-material:Material . 147 rdfs:subClassOf ep-material:Material .
133 148
149 +ep-material:C9
150 + rdf:type ep-material:ReportingProductType , owl:Class ;
151 + rdfs:label "C9"^^xsd:string ;
152 + rdfs:subClassOf ep-material:Material .
153 +
134 ep-material:C9AndHeavier 154 ep-material:C9AndHeavier
135 - rdf:type owl:Class , ep-material:SubstanceType ; 155 + rdf:type ep-material:ReportingProductType , owl:Class ;
136 rdfs:label "C9+"^^xsd:string ; 156 rdfs:label "C9+"^^xsd:string ;
137 rdfs:subClassOf ep-material:Material . 157 rdfs:subClassOf ep-material:Material .
138 158
139 ep-material:C9AndLighter 159 ep-material:C9AndLighter
140 - rdf:type owl:Class , ep-material:SubstanceType ; 160 + rdf:type ep-material:ReportingProductType , owl:Class ;
141 rdfs:label "C9-"^^xsd:string ; 161 rdfs:label "C9-"^^xsd:string ;
142 rdfs:subClassOf ep-material:Material . 162 rdfs:subClassOf ep-material:Material .
143 163
...@@ -325,7 +345,7 @@ ep-material:HydrogenSulfide ...@@ -325,7 +345,7 @@ ep-material:HydrogenSulfide
325 rdfs:subClassOf ep-material:Material . 345 rdfs:subClassOf ep-material:Material .
326 346
327 ep-material:Isobutane 347 ep-material:Isobutane
328 - rdf:type owl:Class , ep-material:SubstanceType ; 348 + rdf:type ep-material:ReportingProductType , owl:Class ;
329 rdfs:label "IC4"^^xsd:string ; 349 rdfs:label "IC4"^^xsd:string ;
330 rdfs:subClassOf ep-material:Material ; 350 rdfs:subClassOf ep-material:Material ;
331 ep-core:name "isobutane"^^xsd:string ; 351 ep-core:name "isobutane"^^xsd:string ;
...@@ -338,7 +358,7 @@ ep-material:Isobutane-component ...@@ -338,7 +358,7 @@ ep-material:Isobutane-component
338 rdfs:subClassOf ep-material:Material . 358 rdfs:subClassOf ep-material:Material .
339 359
340 ep-material:Isopentane 360 ep-material:Isopentane
341 - rdf:type owl:Class , ep-material:SubstanceType ; 361 + rdf:type ep-material:ReportingProductType , owl:Class ;
342 rdfs:label "IC5"^^xsd:string ; 362 rdfs:label "IC5"^^xsd:string ;
343 rdfs:subClassOf ep-material:Material ; 363 rdfs:subClassOf ep-material:Material ;
344 ep-core:name "isopentane"^^xsd:string ; 364 ep-core:name "isopentane"^^xsd:string ;
...@@ -404,9 +424,9 @@ ep-material:NGL-componentInGas ...@@ -404,9 +424,9 @@ ep-material:NGL-componentInGas
404 rdfs:label "NGL - component in gas"^^xsd:string ; 424 rdfs:label "NGL - component in gas"^^xsd:string ;
405 rdfs:subClassOf ep-material:Material . 425 rdfs:subClassOf ep-material:Material .
406 426
407 -ep-material:Naptha 427 +ep-material:Naphtha
408 rdf:type owl:Class ; 428 rdf:type owl:Class ;
409 - rdfs:label "naptha"^^xsd:string ; 429 + rdfs:label "naphtha"^^xsd:string ;
410 rdfs:subClassOf ep-material:Material . 430 rdfs:subClassOf ep-material:Material .
411 431
412 ep-material:NaturalGas 432 ep-material:NaturalGas
...@@ -448,7 +468,7 @@ ep-material:NonHcGas ...@@ -448,7 +468,7 @@ ep-material:NonHcGas
448 rdfs:subClassOf ep-material:Gas . 468 rdfs:subClassOf ep-material:Gas .
449 469
450 ep-material:NormalButane 470 ep-material:NormalButane
451 - rdf:type owl:Class , ep-material:SubstanceType ; 471 + rdf:type ep-material:ReportingProductType , owl:Class ;
452 rdfs:label "NC4"^^xsd:string ; 472 rdfs:label "NC4"^^xsd:string ;
453 rdfs:subClassOf ep-material:Material ; 473 rdfs:subClassOf ep-material:Material ;
454 ep-core:name "normal butane"^^xsd:string . 474 ep-core:name "normal butane"^^xsd:string .
...@@ -459,7 +479,7 @@ ep-material:NormalButane-component ...@@ -459,7 +479,7 @@ ep-material:NormalButane-component
459 rdfs:subClassOf ep-material:Material . 479 rdfs:subClassOf ep-material:Material .
460 480
461 ep-material:NormalPentane 481 ep-material:NormalPentane
462 - rdf:type owl:Class , ep-material:SubstanceType ; 482 + rdf:type ep-material:ReportingProductType , owl:Class ;
463 rdfs:label "NC5"^^xsd:string ; 483 rdfs:label "NC5"^^xsd:string ;
464 rdfs:subClassOf ep-material:Material ; 484 rdfs:subClassOf ep-material:Material ;
465 ep-core:name "normal pentane"^^xsd:string . 485 ep-core:name "normal pentane"^^xsd:string .
...@@ -506,7 +526,7 @@ ep-material:OtherInjectionFluid ...@@ -506,7 +526,7 @@ ep-material:OtherInjectionFluid
506 rdfs:subClassOf ep-material:Fluid . 526 rdfs:subClassOf ep-material:Fluid .
507 527
508 ep-material:Pentane 528 ep-material:Pentane
509 - rdf:type owl:Class , ep-material:SubstanceType ; 529 + rdf:type ep-material:ReportingProductType , owl:Class ;
510 rdfs:label "pentane"^^xsd:string ; 530 rdfs:label "pentane"^^xsd:string ;
511 rdfs:subClassOf ep-material:Material ; 531 rdfs:subClassOf ep-material:Material ;
512 ep-core:seeReferenceData 532 ep-core:seeReferenceData
...@@ -528,7 +548,7 @@ ep-material:PlusFraction ...@@ -528,7 +548,7 @@ ep-material:PlusFraction
528 rdfs:subClassOf ep-material:Fluid . 548 rdfs:subClassOf ep-material:Fluid .
529 549
530 ep-material:Propane 550 ep-material:Propane
531 - rdf:type owl:Class , ep-material:SubstanceType ; 551 + rdf:type ep-material:ReportingProductType , owl:Class ;
532 rdfs:label "C3"^^xsd:string ; 552 rdfs:label "C3"^^xsd:string ;
533 rdfs:subClassOf ep-material:Material ; 553 rdfs:subClassOf ep-material:Material ;
534 ep-core:name "propane"^^xsd:string ; 554 ep-core:name "propane"^^xsd:string ;
...@@ -555,8 +575,13 @@ ep-material:QuantityOfMaterialInAStandardState ...@@ -555,8 +575,13 @@ ep-material:QuantityOfMaterialInAStandardState
555 rdfs:label "quantity of material in a standard state"^^xsd:string ; 575 rdfs:label "quantity of material in a standard state"^^xsd:string ;
556 rdfs:subClassOf ep-material:QuantityOfMaterial . 576 rdfs:subClassOf ep-material:QuantityOfMaterial .
557 577
578 +ep-material:ReportingProductType
579 + rdf:type rdfs:Class ;
580 + rdfs:label "reporting product type"^^xsd:string ;
581 + rdfs:subClassOf owl:Class .
582 +
558 ep-material:Salt 583 ep-material:Salt
559 - rdf:type owl:Class , ep-material:SubstanceType ; 584 + rdf:type ep-material:ReportingProductType , owl:Class ;
560 rdfs:label "salt"^^xsd:string ; 585 rdfs:label "salt"^^xsd:string ;
561 rdfs:subClassOf ep-material:Material ; 586 rdfs:subClassOf ep-material:Material ;
562 ep-core:seeReferenceData 587 ep-core:seeReferenceData
...@@ -581,11 +606,6 @@ ep-material:Steam ...@@ -581,11 +606,6 @@ ep-material:Steam
581 ep-core:seeReferenceData 606 ep-core:seeReferenceData
582 "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . 607 "http://posccaesar.org/rdl/RDS14208634"^^xsd:string .
583 608
584 -ep-material:SubstanceType
585 - rdf:type rdfs:Class ;
586 - rdfs:label "substance type"^^xsd:string ;
587 - rdfs:subClassOf owl:Class .
588 -
589 ep-material:Triethyleneglycol 609 ep-material:Triethyleneglycol
590 rdf:type owl:Class ; 610 rdf:type owl:Class ;
591 rdfs:label "triethyleneglycol"^^xsd:string ; 611 rdfs:label "triethyleneglycol"^^xsd:string ;
...@@ -684,381 +704,381 @@ ep-material:secondMaterialOfPair ...@@ -684,381 +704,381 @@ ep-material:secondMaterialOfPair
684 rdfs:range ep-material:Material . 704 rdfs:range ep-material:Material .
685 705
686 ep-material:substance-11dmcyPentane 706 ep-material:substance-11dmcyPentane
687 - rdf:type owl:Class , ep-material:SubstanceType ; 707 + rdf:type ep-material:ReportingProductType , owl:Class ;
688 rdfs:label "11dmcy pentane"^^xsd:string ; 708 rdfs:label "11dmcy pentane"^^xsd:string ;
689 rdfs:subClassOf ep-material:Material . 709 rdfs:subClassOf ep-material:Material .
690 710
691 ep-material:substance-124tmBenzene 711 ep-material:substance-124tmBenzene
692 - rdf:type owl:Class , ep-material:SubstanceType ; 712 + rdf:type ep-material:ReportingProductType , owl:Class ;
693 rdfs:label "124tm benzene"^^xsd:string ; 713 rdfs:label "124tm benzene"^^xsd:string ;
694 rdfs:subClassOf ep-material:Material . 714 rdfs:subClassOf ep-material:Material .
695 715
696 ep-material:substance-12dmBenzene 716 ep-material:substance-12dmBenzene
697 - rdf:type owl:Class , ep-material:SubstanceType ; 717 + rdf:type ep-material:ReportingProductType , owl:Class ;
698 rdfs:label "12dm benzene"^^xsd:string ; 718 rdfs:label "12dm benzene"^^xsd:string ;
699 rdfs:subClassOf ep-material:Material . 719 rdfs:subClassOf ep-material:Material .
700 720
701 ep-material:substance-13dmBenzene 721 ep-material:substance-13dmBenzene
702 - rdf:type owl:Class , ep-material:SubstanceType ; 722 + rdf:type ep-material:ReportingProductType , owl:Class ;
703 rdfs:label "13dm benzene"^^xsd:string ; 723 rdfs:label "13dm benzene"^^xsd:string ;
704 rdfs:subClassOf ep-material:Material . 724 rdfs:subClassOf ep-material:Material .
705 725
706 ep-material:substance-14dmBenzene 726 ep-material:substance-14dmBenzene
707 - rdf:type owl:Class , ep-material:SubstanceType ; 727 + rdf:type ep-material:ReportingProductType , owl:Class ;
708 rdfs:label "14dm benzene"^^xsd:string ; 728 rdfs:label "14dm benzene"^^xsd:string ;
709 rdfs:subClassOf ep-material:Material . 729 rdfs:subClassOf ep-material:Material .
710 730
711 ep-material:substance-223tmButane 731 ep-material:substance-223tmButane
712 - rdf:type owl:Class , ep-material:SubstanceType ; 732 + rdf:type ep-material:ReportingProductType , owl:Class ;
713 rdfs:label "223tm butane"^^xsd:string ; 733 rdfs:label "223tm butane"^^xsd:string ;
714 rdfs:subClassOf ep-material:Material . 734 rdfs:subClassOf ep-material:Material .
715 735
716 ep-material:substance-223tmPentane 736 ep-material:substance-223tmPentane
717 - rdf:type owl:Class , ep-material:SubstanceType ; 737 + rdf:type ep-material:ReportingProductType , owl:Class ;
718 rdfs:label "223tm pentane"^^xsd:string ; 738 rdfs:label "223tm pentane"^^xsd:string ;
719 rdfs:subClassOf ep-material:Material . 739 rdfs:subClassOf ep-material:Material .
720 740
721 ep-material:substance-22dmButane 741 ep-material:substance-22dmButane
722 - rdf:type owl:Class , ep-material:SubstanceType ; 742 + rdf:type ep-material:ReportingProductType , owl:Class ;
723 rdfs:label "22dm butane"^^xsd:string ; 743 rdfs:label "22dm butane"^^xsd:string ;
724 rdfs:subClassOf ep-material:Material . 744 rdfs:subClassOf ep-material:Material .
725 745
726 ep-material:substance-22dmHexane 746 ep-material:substance-22dmHexane
727 - rdf:type owl:Class , ep-material:SubstanceType ; 747 + rdf:type ep-material:ReportingProductType , owl:Class ;
728 rdfs:label "22dm hexane"^^xsd:string ; 748 rdfs:label "22dm hexane"^^xsd:string ;
729 rdfs:subClassOf ep-material:Material . 749 rdfs:subClassOf ep-material:Material .
730 750
731 ep-material:substance-22dmPentane 751 ep-material:substance-22dmPentane
732 - rdf:type owl:Class , ep-material:SubstanceType ; 752 + rdf:type ep-material:ReportingProductType , owl:Class ;
733 rdfs:label "22dm pentane"^^xsd:string ; 753 rdfs:label "22dm pentane"^^xsd:string ;
734 rdfs:subClassOf ep-material:Material . 754 rdfs:subClassOf ep-material:Material .
735 755
736 ep-material:substance-22dmPropane 756 ep-material:substance-22dmPropane
737 - rdf:type owl:Class , ep-material:SubstanceType ; 757 + rdf:type ep-material:ReportingProductType , owl:Class ;
738 rdfs:label "22dm propane"^^xsd:string ; 758 rdfs:label "22dm propane"^^xsd:string ;
739 rdfs:subClassOf ep-material:Material . 759 rdfs:subClassOf ep-material:Material .
740 760
741 ep-material:substance-23dmButane 761 ep-material:substance-23dmButane
742 - rdf:type owl:Class , ep-material:SubstanceType ; 762 + rdf:type ep-material:ReportingProductType , owl:Class ;
743 rdfs:label "23dm butane"^^xsd:string ; 763 rdfs:label "23dm butane"^^xsd:string ;
744 rdfs:subClassOf ep-material:Material . 764 rdfs:subClassOf ep-material:Material .
745 765
746 ep-material:substance-23dmPentane 766 ep-material:substance-23dmPentane
747 - rdf:type owl:Class , ep-material:SubstanceType ; 767 + rdf:type ep-material:ReportingProductType , owl:Class ;
748 rdfs:label "23dm pentane"^^xsd:string ; 768 rdfs:label "23dm pentane"^^xsd:string ;
749 rdfs:subClassOf ep-material:Material . 769 rdfs:subClassOf ep-material:Material .
750 770
751 ep-material:substance-24dmHexane 771 ep-material:substance-24dmHexane
752 - rdf:type owl:Class , ep-material:SubstanceType ; 772 + rdf:type ep-material:ReportingProductType , owl:Class ;
753 rdfs:label "24dm hexane"^^xsd:string ; 773 rdfs:label "24dm hexane"^^xsd:string ;
754 rdfs:subClassOf ep-material:Material . 774 rdfs:subClassOf ep-material:Material .
755 775
756 ep-material:substance-24dmPentane 776 ep-material:substance-24dmPentane
757 - rdf:type owl:Class , ep-material:SubstanceType ; 777 + rdf:type ep-material:ReportingProductType , owl:Class ;
758 rdfs:label "24dm pentane"^^xsd:string ; 778 rdfs:label "24dm pentane"^^xsd:string ;
759 rdfs:subClassOf ep-material:Material . 779 rdfs:subClassOf ep-material:Material .
760 780
761 ep-material:substance-25dmHexane 781 ep-material:substance-25dmHexane
762 - rdf:type owl:Class , ep-material:SubstanceType ; 782 + rdf:type ep-material:ReportingProductType , owl:Class ;
763 rdfs:label "25dm hexane"^^xsd:string ; 783 rdfs:label "25dm hexane"^^xsd:string ;
764 rdfs:subClassOf ep-material:Material . 784 rdfs:subClassOf ep-material:Material .
765 785
766 ep-material:substance-2mButane 786 ep-material:substance-2mButane
767 - rdf:type owl:Class , ep-material:SubstanceType ; 787 + rdf:type ep-material:ReportingProductType , owl:Class ;
768 rdfs:label "2m butane"^^xsd:string ; 788 rdfs:label "2m butane"^^xsd:string ;
769 rdfs:subClassOf ep-material:Material . 789 rdfs:subClassOf ep-material:Material .
770 790
771 ep-material:substance-2mHexane 791 ep-material:substance-2mHexane
772 - rdf:type owl:Class , ep-material:SubstanceType ; 792 + rdf:type ep-material:ReportingProductType , owl:Class ;
773 rdfs:label "2m hexane"^^xsd:string ; 793 rdfs:label "2m hexane"^^xsd:string ;
774 rdfs:subClassOf ep-material:Material . 794 rdfs:subClassOf ep-material:Material .
775 795
776 ep-material:substance-2mPentane 796 ep-material:substance-2mPentane
777 - rdf:type owl:Class , ep-material:SubstanceType ; 797 + rdf:type ep-material:ReportingProductType , owl:Class ;
778 rdfs:label "2m pentane"^^xsd:string ; 798 rdfs:label "2m pentane"^^xsd:string ;
779 rdfs:subClassOf ep-material:Material . 799 rdfs:subClassOf ep-material:Material .
780 800
781 ep-material:substance-2mPropane 801 ep-material:substance-2mPropane
782 - rdf:type owl:Class , ep-material:SubstanceType ; 802 + rdf:type ep-material:ReportingProductType , owl:Class ;
783 rdfs:label "2m propane"^^xsd:string ; 803 rdfs:label "2m propane"^^xsd:string ;
784 rdfs:subClassOf ep-material:Material . 804 rdfs:subClassOf ep-material:Material .
785 805
786 ep-material:substance-33dmPentane 806 ep-material:substance-33dmPentane
787 - rdf:type owl:Class , ep-material:SubstanceType ; 807 + rdf:type ep-material:ReportingProductType , owl:Class ;
788 rdfs:label "33dm pentane"^^xsd:string ; 808 rdfs:label "33dm pentane"^^xsd:string ;
789 rdfs:subClassOf ep-material:Material . 809 rdfs:subClassOf ep-material:Material .
790 810
791 ep-material:substance-3etPentane 811 ep-material:substance-3etPentane
792 - rdf:type owl:Class , ep-material:SubstanceType ; 812 + rdf:type ep-material:ReportingProductType , owl:Class ;
793 rdfs:label "3et pentane"^^xsd:string ; 813 rdfs:label "3et pentane"^^xsd:string ;
794 rdfs:subClassOf ep-material:Material . 814 rdfs:subClassOf ep-material:Material .
795 815
796 ep-material:substance-3mHexane 816 ep-material:substance-3mHexane
797 - rdf:type owl:Class , ep-material:SubstanceType ; 817 + rdf:type ep-material:ReportingProductType , owl:Class ;
798 rdfs:label "3m hexane"^^xsd:string ; 818 rdfs:label "3m hexane"^^xsd:string ;
799 rdfs:subClassOf ep-material:Material . 819 rdfs:subClassOf ep-material:Material .
800 820
801 ep-material:substance-3mPentane 821 ep-material:substance-3mPentane
802 - rdf:type owl:Class , ep-material:SubstanceType ; 822 + rdf:type ep-material:ReportingProductType , owl:Class ;
803 rdfs:label "3m pentane"^^xsd:string ; 823 rdfs:label "3m pentane"^^xsd:string ;
804 rdfs:subClassOf ep-material:Material . 824 rdfs:subClassOf ep-material:Material .
805 825
806 ep-material:substance-Ar 826 ep-material:substance-Ar
807 - rdf:type owl:Class , ep-material:SubstanceType ; 827 + rdf:type ep-material:ReportingProductType , owl:Class ;
808 rdfs:label "Argon"^^xsd:string ; 828 rdfs:label "Argon"^^xsd:string ;
809 rdfs:subClassOf ep-material:Material ; 829 rdfs:subClassOf ep-material:Material ;
810 ep-core:shortName "Ar"^^xsd:string . 830 ep-core:shortName "Ar"^^xsd:string .
811 831
812 ep-material:substance-Benzene 832 ep-material:substance-Benzene
813 - rdf:type owl:Class , ep-material:SubstanceType ; 833 + rdf:type ep-material:ReportingProductType , owl:Class ;
814 rdfs:label "benzene"^^xsd:string ; 834 rdfs:label "benzene"^^xsd:string ;
815 rdfs:subClassOf ep-material:Material ; 835 rdfs:subClassOf ep-material:Material ;
816 ep-core:seeReferenceData 836 ep-core:seeReferenceData
817 "http://posccaesar.org/rdl/RDS423899"^^xsd:string . 837 "http://posccaesar.org/rdl/RDS423899"^^xsd:string .
818 838
819 ep-material:substance-Butane 839 ep-material:substance-Butane
820 - rdf:type owl:Class , ep-material:SubstanceType ; 840 + rdf:type ep-material:ReportingProductType , owl:Class ;
821 rdfs:label "butane"^^xsd:string ; 841 rdfs:label "butane"^^xsd:string ;
822 rdfs:subClassOf ep-material:Material ; 842 rdfs:subClassOf ep-material:Material ;
823 ep-core:seeReferenceData 843 ep-core:seeReferenceData
824 "http://posccaesar.org/rdl/RDS419354"^^xsd:string . 844 "http://posccaesar.org/rdl/RDS419354"^^xsd:string .
825 845
826 ep-material:substance-C11F 846 ep-material:substance-C11F
827 - rdf:type owl:Class , ep-material:SubstanceType ; 847 + rdf:type ep-material:ReportingProductType , owl:Class ;
828 rdfs:label "C11F"^^xsd:string ; 848 rdfs:label "C11F"^^xsd:string ;
829 rdfs:subClassOf ep-material:Material . 849 rdfs:subClassOf ep-material:Material .
830 850
831 ep-material:substance-C12F 851 ep-material:substance-C12F
832 - rdf:type owl:Class , ep-material:SubstanceType ; 852 + rdf:type ep-material:ReportingProductType , owl:Class ;
833 rdfs:label "C12F"^^xsd:string ; 853 rdfs:label "C12F"^^xsd:string ;
834 rdfs:subClassOf ep-material:Material . 854 rdfs:subClassOf ep-material:Material .
835 855
836 ep-material:substance-C13F 856 ep-material:substance-C13F
837 - rdf:type owl:Class , ep-material:SubstanceType ; 857 + rdf:type ep-material:ReportingProductType , owl:Class ;
838 rdfs:label "C13F"^^xsd:string ; 858 rdfs:label "C13F"^^xsd:string ;
839 rdfs:subClassOf ep-material:Material . 859 rdfs:subClassOf ep-material:Material .
840 860
841 ep-material:substance-C13dmcyPentane 861 ep-material:substance-C13dmcyPentane
842 - rdf:type owl:Class , ep-material:SubstanceType ; 862 + rdf:type ep-material:ReportingProductType , owl:Class ;
843 rdfs:label "c13dmcy pentane"^^xsd:string ; 863 rdfs:label "c13dmcy pentane"^^xsd:string ;
844 rdfs:subClassOf ep-material:Material . 864 rdfs:subClassOf ep-material:Material .
845 865
846 ep-material:substance-C14F 866 ep-material:substance-C14F
847 - rdf:type owl:Class , ep-material:SubstanceType ; 867 + rdf:type ep-material:ReportingProductType , owl:Class ;
848 rdfs:label "C14F"^^xsd:string ; 868 rdfs:label "C14F"^^xsd:string ;
849 rdfs:subClassOf ep-material:Material . 869 rdfs:subClassOf ep-material:Material .
850 870
851 ep-material:substance-C15F 871 ep-material:substance-C15F
852 - rdf:type owl:Class , ep-material:SubstanceType ; 872 + rdf:type ep-material:ReportingProductType , owl:Class ;
853 rdfs:label "C15F"^^xsd:string ; 873 rdfs:label "C15F"^^xsd:string ;
854 rdfs:subClassOf ep-material:Material . 874 rdfs:subClassOf ep-material:Material .
855 875
856 ep-material:substance-C16F 876 ep-material:substance-C16F
857 - rdf:type owl:Class , ep-material:SubstanceType ; 877 + rdf:type ep-material:ReportingProductType , owl:Class ;
858 rdfs:label "C16F"^^xsd:string ; 878 rdfs:label "C16F"^^xsd:string ;
859 rdfs:subClassOf ep-material:Material . 879 rdfs:subClassOf ep-material:Material .
860 880
861 ep-material:substance-C17F 881 ep-material:substance-C17F
862 - rdf:type owl:Class , ep-material:SubstanceType ; 882 + rdf:type ep-material:ReportingProductType , owl:Class ;
863 rdfs:label "C17F"^^xsd:string ; 883 rdfs:label "C17F"^^xsd:string ;
864 rdfs:subClassOf ep-material:Material . 884 rdfs:subClassOf ep-material:Material .
865 885
866 ep-material:substance-C18F 886 ep-material:substance-C18F
867 - rdf:type owl:Class , ep-material:SubstanceType ; 887 + rdf:type ep-material:ReportingProductType , owl:Class ;
868 rdfs:label "C18F"^^xsd:string ; 888 rdfs:label "C18F"^^xsd:string ;
869 rdfs:subClassOf ep-material:Material . 889 rdfs:subClassOf ep-material:Material .
870 890
871 ep-material:substance-C19F 891 ep-material:substance-C19F
872 - rdf:type owl:Class , ep-material:SubstanceType ; 892 + rdf:type ep-material:ReportingProductType , owl:Class ;
873 rdfs:label "C19F"^^xsd:string ; 893 rdfs:label "C19F"^^xsd:string ;
874 rdfs:subClassOf ep-material:Material . 894 rdfs:subClassOf ep-material:Material .
875 895
876 ep-material:substance-C20F 896 ep-material:substance-C20F
877 - rdf:type owl:Class , ep-material:SubstanceType ; 897 + rdf:type ep-material:ReportingProductType , owl:Class ;
878 rdfs:label "C20F"^^xsd:string ; 898 rdfs:label "C20F"^^xsd:string ;
879 rdfs:subClassOf ep-material:Material . 899 rdfs:subClassOf ep-material:Material .
880 900
881 ep-material:substance-C21F 901 ep-material:substance-C21F
882 - rdf:type owl:Class , ep-material:SubstanceType ; 902 + rdf:type ep-material:ReportingProductType , owl:Class ;
883 rdfs:label "C21F"^^xsd:string ; 903 rdfs:label "C21F"^^xsd:string ;
884 rdfs:subClassOf ep-material:Material . 904 rdfs:subClassOf ep-material:Material .
885 905
886 ep-material:substance-C22F 906 ep-material:substance-C22F
887 - rdf:type owl:Class , ep-material:SubstanceType ; 907 + rdf:type ep-material:ReportingProductType , owl:Class ;
888 rdfs:label "C22F"^^xsd:string ; 908 rdfs:label "C22F"^^xsd:string ;
889 rdfs:subClassOf ep-material:Material . 909 rdfs:subClassOf ep-material:Material .
890 910
891 ep-material:substance-C23F 911 ep-material:substance-C23F
892 - rdf:type owl:Class , ep-material:SubstanceType ; 912 + rdf:type ep-material:ReportingProductType , owl:Class ;
893 rdfs:label "C23F"^^xsd:string ; 913 rdfs:label "C23F"^^xsd:string ;
894 rdfs:subClassOf ep-material:Material . 914 rdfs:subClassOf ep-material:Material .
895 915
896 ep-material:substance-C24F 916 ep-material:substance-C24F
897 - rdf:type owl:Class , ep-material:SubstanceType ; 917 + rdf:type ep-material:ReportingProductType , owl:Class ;
898 rdfs:label "C24F"^^xsd:string ; 918 rdfs:label "C24F"^^xsd:string ;
899 rdfs:subClassOf ep-material:Material . 919 rdfs:subClassOf ep-material:Material .
900 920
901 ep-material:substance-C25F 921 ep-material:substance-C25F
902 - rdf:type owl:Class , ep-material:SubstanceType ; 922 + rdf:type ep-material:ReportingProductType , owl:Class ;
903 rdfs:label "C25F"^^xsd:string ; 923 rdfs:label "C25F"^^xsd:string ;
904 rdfs:subClassOf ep-material:Material . 924 rdfs:subClassOf ep-material:Material .
905 925
906 ep-material:substance-C26F 926 ep-material:substance-C26F
907 - rdf:type owl:Class , ep-material:SubstanceType ; 927 + rdf:type ep-material:ReportingProductType , owl:Class ;
908 rdfs:label "C26F"^^xsd:string ; 928 rdfs:label "C26F"^^xsd:string ;
909 rdfs:subClassOf ep-material:Material . 929 rdfs:subClassOf ep-material:Material .
910 930
911 ep-material:substance-C27F 931 ep-material:substance-C27F
912 - rdf:type owl:Class , ep-material:SubstanceType ; 932 + rdf:type ep-material:ReportingProductType , owl:Class ;
913 rdfs:label "C27F"^^xsd:string ; 933 rdfs:label "C27F"^^xsd:string ;
914 rdfs:subClassOf ep-material:Material . 934 rdfs:subClassOf ep-material:Material .
915 935
916 ep-material:substance-C28F 936 ep-material:substance-C28F
917 - rdf:type owl:Class , ep-material:SubstanceType ; 937 + rdf:type ep-material:ReportingProductType , owl:Class ;
918 rdfs:label "C28F"^^xsd:string ; 938 rdfs:label "C28F"^^xsd:string ;
919 rdfs:subClassOf ep-material:Material . 939 rdfs:subClassOf ep-material:Material .
920 940
921 ep-material:substance-C29F 941 ep-material:substance-C29F
922 - rdf:type owl:Class , ep-material:SubstanceType ; 942 + rdf:type ep-material:ReportingProductType , owl:Class ;
923 rdfs:label "C29F"^^xsd:string ; 943 rdfs:label "C29F"^^xsd:string ;
924 rdfs:subClassOf ep-material:Material . 944 rdfs:subClassOf ep-material:Material .
925 945
926 ep-material:substance-C30F 946 ep-material:substance-C30F
927 - rdf:type owl:Class , ep-material:SubstanceType ; 947 + rdf:type ep-material:ReportingProductType , owl:Class ;
928 rdfs:label "C30F"^^xsd:string ; 948 rdfs:label "C30F"^^xsd:string ;
929 rdfs:subClassOf ep-material:Material . 949 rdfs:subClassOf ep-material:Material .
930 950
931 ep-material:substance-C31F 951 ep-material:substance-C31F
932 - rdf:type owl:Class , ep-material:SubstanceType ; 952 + rdf:type ep-material:ReportingProductType , owl:Class ;
933 rdfs:label "C31F"^^xsd:string ; 953 rdfs:label "C31F"^^xsd:string ;
934 rdfs:subClassOf ep-material:Material . 954 rdfs:subClassOf ep-material:Material .
935 955
936 ep-material:substance-C32F 956 ep-material:substance-C32F
937 - rdf:type owl:Class , ep-material:SubstanceType ; 957 + rdf:type ep-material:ReportingProductType , owl:Class ;
938 rdfs:label "C32F"^^xsd:string ; 958 rdfs:label "C32F"^^xsd:string ;
939 rdfs:subClassOf ep-material:Material . 959 rdfs:subClassOf ep-material:Material .
940 960
941 ep-material:substance-C33F 961 ep-material:substance-C33F
942 - rdf:type owl:Class , ep-material:SubstanceType ; 962 + rdf:type ep-material:ReportingProductType , owl:Class ;
943 rdfs:label "C33F"^^xsd:string ; 963 rdfs:label "C33F"^^xsd:string ;
944 rdfs:subClassOf ep-material:Material . 964 rdfs:subClassOf ep-material:Material .
945 965
946 ep-material:substance-C34F 966 ep-material:substance-C34F
947 - rdf:type owl:Class , ep-material:SubstanceType ; 967 + rdf:type ep-material:ReportingProductType , owl:Class ;
948 rdfs:label "C34F"^^xsd:string ; 968 rdfs:label "C34F"^^xsd:string ;
949 rdfs:subClassOf ep-material:Material . 969 rdfs:subClassOf ep-material:Material .
950 970
951 ep-material:substance-C35F 971 ep-material:substance-C35F
952 - rdf:type owl:Class , ep-material:SubstanceType ; 972 + rdf:type ep-material:ReportingProductType , owl:Class ;
953 rdfs:label "C35F"^^xsd:string ; 973 rdfs:label "C35F"^^xsd:string ;
954 rdfs:subClassOf ep-material:Material . 974 rdfs:subClassOf ep-material:Material .
955 975
956 ep-material:substance-C36F 976 ep-material:substance-C36F
957 - rdf:type owl:Class , ep-material:SubstanceType ; 977 + rdf:type ep-material:ReportingProductType , owl:Class ;
958 rdfs:label "C36F"^^xsd:string ; 978 rdfs:label "C36F"^^xsd:string ;
959 rdfs:subClassOf ep-material:Material . 979 rdfs:subClassOf ep-material:Material .
960 980
961 ep-material:substance-C37F 981 ep-material:substance-C37F
962 - rdf:type owl:Class , ep-material:SubstanceType ; 982 + rdf:type ep-material:ReportingProductType , owl:Class ;
963 rdfs:label "C37F"^^xsd:string ; 983 rdfs:label "C37F"^^xsd:string ;
964 rdfs:subClassOf ep-material:Material . 984 rdfs:subClassOf ep-material:Material .
965 985
966 ep-material:substance-C38F 986 ep-material:substance-C38F
967 - rdf:type owl:Class , ep-material:SubstanceType ; 987 + rdf:type ep-material:ReportingProductType , owl:Class ;
968 rdfs:label "C38F"^^xsd:string ; 988 rdfs:label "C38F"^^xsd:string ;
969 rdfs:subClassOf ep-material:Material . 989 rdfs:subClassOf ep-material:Material .
970 990
971 ep-material:substance-C39F 991 ep-material:substance-C39F
972 - rdf:type owl:Class , ep-material:SubstanceType ; 992 + rdf:type ep-material:ReportingProductType , owl:Class ;
973 rdfs:label "C39F"^^xsd:string ; 993 rdfs:label "C39F"^^xsd:string ;
974 rdfs:subClassOf ep-material:Material . 994 rdfs:subClassOf ep-material:Material .
975 995
976 ep-material:substance-C40F 996 ep-material:substance-C40F
977 - rdf:type owl:Class , ep-material:SubstanceType ; 997 + rdf:type ep-material:ReportingProductType , owl:Class ;
978 rdfs:label "C40F"^^xsd:string ; 998 rdfs:label "C40F"^^xsd:string ;
979 rdfs:subClassOf ep-material:Material . 999 rdfs:subClassOf ep-material:Material .
980 1000
981 ep-material:substance-C41F 1001 ep-material:substance-C41F
982 - rdf:type owl:Class , ep-material:SubstanceType ; 1002 + rdf:type ep-material:ReportingProductType , owl:Class ;
983 rdfs:label "C41F"^^xsd:string ; 1003 rdfs:label "C41F"^^xsd:string ;
984 rdfs:subClassOf ep-material:Material . 1004 rdfs:subClassOf ep-material:Material .
985 1005
986 ep-material:substance-C42F 1006 ep-material:substance-C42F
987 - rdf:type owl:Class , ep-material:SubstanceType ; 1007 + rdf:type ep-material:ReportingProductType , owl:Class ;
988 rdfs:label "C42F"^^xsd:string ; 1008 rdfs:label "C42F"^^xsd:string ;
989 rdfs:subClassOf ep-material:Material . 1009 rdfs:subClassOf ep-material:Material .
990 1010
991 ep-material:substance-C43F 1011 ep-material:substance-C43F
992 - rdf:type owl:Class , ep-material:SubstanceType ; 1012 + rdf:type ep-material:ReportingProductType , owl:Class ;
993 rdfs:label "C43F"^^xsd:string ; 1013 rdfs:label "C43F"^^xsd:string ;
994 rdfs:subClassOf ep-material:Material . 1014 rdfs:subClassOf ep-material:Material .
995 1015
996 ep-material:substance-C44F 1016 ep-material:substance-C44F
997 - rdf:type owl:Class , ep-material:SubstanceType ; 1017 + rdf:type ep-material:ReportingProductType , owl:Class ;
998 rdfs:label "C44F"^^xsd:string ; 1018 rdfs:label "C44F"^^xsd:string ;
999 rdfs:subClassOf ep-material:Material . 1019 rdfs:subClassOf ep-material:Material .
1000 1020
1001 ep-material:substance-C45F 1021 ep-material:substance-C45F
1002 - rdf:type owl:Class , ep-material:SubstanceType ; 1022 + rdf:type ep-material:ReportingProductType , owl:Class ;
1003 rdfs:label "C45F"^^xsd:string ; 1023 rdfs:label "C45F"^^xsd:string ;
1004 rdfs:subClassOf ep-material:Material . 1024 rdfs:subClassOf ep-material:Material .
1005 1025
1006 ep-material:substance-C46F 1026 ep-material:substance-C46F
1007 - rdf:type owl:Class , ep-material:SubstanceType ; 1027 + rdf:type ep-material:ReportingProductType , owl:Class ;
1008 rdfs:label "C46F"^^xsd:string ; 1028 rdfs:label "C46F"^^xsd:string ;
1009 rdfs:subClassOf ep-material:Material . 1029 rdfs:subClassOf ep-material:Material .
1010 1030
1011 ep-material:substance-C47F 1031 ep-material:substance-C47F
1012 - rdf:type owl:Class , ep-material:SubstanceType ; 1032 + rdf:type ep-material:ReportingProductType , owl:Class ;
1013 rdfs:label "C47F"^^xsd:string ; 1033 rdfs:label "C47F"^^xsd:string ;
1014 rdfs:subClassOf ep-material:Material . 1034 rdfs:subClassOf ep-material:Material .
1015 1035
1016 ep-material:substance-C48F 1036 ep-material:substance-C48F
1017 - rdf:type owl:Class , ep-material:SubstanceType ; 1037 + rdf:type ep-material:ReportingProductType , owl:Class ;
1018 rdfs:label "C48F"^^xsd:string ; 1038 rdfs:label "C48F"^^xsd:string ;
1019 rdfs:subClassOf ep-material:Material . 1039 rdfs:subClassOf ep-material:Material .
1020 1040
1021 ep-material:substance-C49F 1041 ep-material:substance-C49F
1022 - rdf:type owl:Class , ep-material:SubstanceType ; 1042 + rdf:type ep-material:ReportingProductType , owl:Class ;
1023 rdfs:label "C49F"^^xsd:string ; 1043 rdfs:label "C49F"^^xsd:string ;
1024 rdfs:subClassOf ep-material:Material . 1044 rdfs:subClassOf ep-material:Material .
1025 1045
1026 ep-material:substance-CO2 1046 ep-material:substance-CO2
1027 - rdf:type owl:Class , ep-material:SubstanceType ; 1047 + rdf:type ep-material:ReportingProductType , owl:Class ;
1028 rdfs:label "CO2"^^xsd:string ; 1048 rdfs:label "CO2"^^xsd:string ;
1029 rdfs:subClassOf ep-material:Material . 1049 rdfs:subClassOf ep-material:Material .
1030 1050
1031 ep-material:substance-Cyclohexane 1051 ep-material:substance-Cyclohexane
1032 - rdf:type owl:Class , ep-material:SubstanceType ; 1052 + rdf:type ep-material:ReportingProductType , owl:Class ;
1033 rdfs:label "cyclohexane"^^xsd:string ; 1053 rdfs:label "cyclohexane"^^xsd:string ;
1034 rdfs:subClassOf ep-material:Material ; 1054 rdfs:subClassOf ep-material:Material ;
1035 ep-core:seeReferenceData 1055 ep-core:seeReferenceData
1036 "http://posccaesar.org/rdl/RDS424439"^^xsd:string . 1056 "http://posccaesar.org/rdl/RDS424439"^^xsd:string .
1037 1057
1038 ep-material:substance-Cyclopentane 1058 ep-material:substance-Cyclopentane
1039 - rdf:type owl:Class , ep-material:SubstanceType ; 1059 + rdf:type ep-material:ReportingProductType , owl:Class ;
1040 rdfs:label "cyclopentane"^^xsd:string ; 1060 rdfs:label "cyclopentane"^^xsd:string ;
1041 rdfs:subClassOf ep-material:Material ; 1061 rdfs:subClassOf ep-material:Material ;
1042 ep-core:seeReferenceData 1062 ep-core:seeReferenceData
1043 "http://posccaesar.org/rdl/RDS424619"^^xsd:string . 1063 "http://posccaesar.org/rdl/RDS424619"^^xsd:string .
1044 1064
1045 ep-material:substance-Decanes 1065 ep-material:substance-Decanes
1046 - rdf:type owl:Class , ep-material:SubstanceType ; 1066 + rdf:type ep-material:ReportingProductType , owl:Class ;
1047 rdfs:label "decanes"^^xsd:string ; 1067 rdfs:label "decanes"^^xsd:string ;
1048 rdfs:subClassOf ep-material:Material . 1068 rdfs:subClassOf ep-material:Material .
1049 1069
1050 ep-material:substance-EtBenzene 1070 ep-material:substance-EtBenzene
1051 - rdf:type owl:Class , ep-material:SubstanceType ; 1071 + rdf:type ep-material:ReportingProductType , owl:Class ;
1052 rdfs:label "et benzene"^^xsd:string ; 1072 rdfs:label "et benzene"^^xsd:string ;
1053 rdfs:subClassOf ep-material:Material . 1073 rdfs:subClassOf ep-material:Material .
1054 1074
1055 ep-material:substance-EtcyPentane 1075 ep-material:substance-EtcyPentane
1056 - rdf:type owl:Class , ep-material:SubstanceType ; 1076 + rdf:type ep-material:ReportingProductType , owl:Class ;
1057 rdfs:label "etcy pentane"^^xsd:string ; 1077 rdfs:label "etcy pentane"^^xsd:string ;
1058 rdfs:subClassOf ep-material:Material . 1078 rdfs:subClassOf ep-material:Material .
1059 1079
1060 ep-material:substance-Ethane 1080 ep-material:substance-Ethane
1061 - rdf:type owl:Class , ep-material:SubstanceType ; 1081 + rdf:type ep-material:ReportingProductType , owl:Class ;
1062 rdfs:label "C2"^^xsd:string ; 1082 rdfs:label "C2"^^xsd:string ;
1063 rdfs:subClassOf ep-material:Material ; 1083 rdfs:subClassOf ep-material:Material ;
1064 ep-core:name "ethane"^^xsd:string ; 1084 ep-core:name "ethane"^^xsd:string ;
...@@ -1066,85 +1086,85 @@ ep-material:substance-Ethane ...@@ -1066,85 +1086,85 @@ ep-material:substance-Ethane
1066 "http://posccaesar.org/rdl/RDS419219"^^xsd:string . 1086 "http://posccaesar.org/rdl/RDS419219"^^xsd:string .
1067 1087
1068 ep-material:substance-H2 1088 ep-material:substance-H2
1069 - rdf:type owl:Class , ep-material:SubstanceType ; 1089 + rdf:type ep-material:ReportingProductType , owl:Class ;
1070 rdfs:label "H2"^^xsd:string ; 1090 rdfs:label "H2"^^xsd:string ;
1071 rdfs:subClassOf ep-material:Material . 1091 rdfs:subClassOf ep-material:Material .
1072 1092
1073 ep-material:substance-H2O 1093 ep-material:substance-H2O
1074 - rdf:type owl:Class , ep-material:SubstanceType ; 1094 + rdf:type ep-material:ReportingProductType , owl:Class ;
1075 rdfs:label "H2O"^^xsd:string ; 1095 rdfs:label "H2O"^^xsd:string ;
1076 rdfs:subClassOf ep-material:Material . 1096 rdfs:subClassOf ep-material:Material .
1077 1097
1078 ep-material:substance-H2S 1098 ep-material:substance-H2S
1079 - rdf:type owl:Class , ep-material:SubstanceType ; 1099 + rdf:type ep-material:ReportingProductType , owl:Class ;
1080 rdfs:label "H2S"^^xsd:string ; 1100 rdfs:label "H2S"^^xsd:string ;
1081 rdfs:subClassOf ep-material:Material . 1101 rdfs:subClassOf ep-material:Material .
1082 1102
1083 ep-material:substance-Heptanes 1103 ep-material:substance-Heptanes
1084 - rdf:type owl:Class , ep-material:SubstanceType ; 1104 + rdf:type ep-material:ReportingProductType , owl:Class ;
1085 rdfs:label "heptanes"^^xsd:string ; 1105 rdfs:label "heptanes"^^xsd:string ;
1086 rdfs:subClassOf ep-material:Material . 1106 rdfs:subClassOf ep-material:Material .
1087 1107
1088 ep-material:substance-Hexane 1108 ep-material:substance-Hexane
1089 - rdf:type owl:Class , ep-material:SubstanceType ; 1109 + rdf:type ep-material:ReportingProductType , owl:Class ;
1090 rdfs:label "hexane"^^xsd:string ; 1110 rdfs:label "hexane"^^xsd:string ;
1091 rdfs:subClassOf ep-material:Material ; 1111 rdfs:subClassOf ep-material:Material ;
1092 ep-core:seeReferenceData 1112 ep-core:seeReferenceData
1093 "http://posccaesar.org/rdl/RDS419489"^^xsd:string . 1113 "http://posccaesar.org/rdl/RDS419489"^^xsd:string .
1094 1114
1095 ep-material:substance-Hexanes 1115 ep-material:substance-Hexanes
1096 - rdf:type owl:Class , ep-material:SubstanceType ; 1116 + rdf:type ep-material:ReportingProductType , owl:Class ;
1097 rdfs:label "hexanes"^^xsd:string ; 1117 rdfs:label "hexanes"^^xsd:string ;
1098 rdfs:subClassOf ep-material:Material . 1118 rdfs:subClassOf ep-material:Material .
1099 1119
1100 ep-material:substance-MBenzene 1120 ep-material:substance-MBenzene
1101 - rdf:type owl:Class , ep-material:SubstanceType ; 1121 + rdf:type ep-material:ReportingProductType , owl:Class ;
1102 rdfs:label "m benzene"^^xsd:string ; 1122 rdfs:label "m benzene"^^xsd:string ;
1103 rdfs:subClassOf ep-material:Material . 1123 rdfs:subClassOf ep-material:Material .
1104 1124
1105 ep-material:substance-McyHexane 1125 ep-material:substance-McyHexane
1106 - rdf:type owl:Class , ep-material:SubstanceType ; 1126 + rdf:type ep-material:ReportingProductType , owl:Class ;
1107 rdfs:label "mcy hexane"^^xsd:string ; 1127 rdfs:label "mcy hexane"^^xsd:string ;
1108 rdfs:subClassOf ep-material:Material . 1128 rdfs:subClassOf ep-material:Material .
1109 1129
1110 ep-material:substance-McyPentane 1130 ep-material:substance-McyPentane
1111 - rdf:type owl:Class , ep-material:SubstanceType ; 1131 + rdf:type ep-material:ReportingProductType , owl:Class ;
1112 rdfs:label "mcy pentane"^^xsd:string ; 1132 rdfs:label "mcy pentane"^^xsd:string ;
1113 rdfs:subClassOf ep-material:Material . 1133 rdfs:subClassOf ep-material:Material .
1114 1134
1115 ep-material:substance-Methane 1135 ep-material:substance-Methane
1116 - rdf:type owl:Class , ep-material:SubstanceType ; 1136 + rdf:type ep-material:ReportingProductType , owl:Class ;
1117 rdfs:label "C1"^^xsd:string ; 1137 rdfs:label "C1"^^xsd:string ;
1118 rdfs:subClassOf ep-material:Material ; 1138 rdfs:subClassOf ep-material:Material ;
1119 ep-core:name "methane"^^xsd:string . 1139 ep-core:name "methane"^^xsd:string .
1120 1140
1121 ep-material:substance-N2 1141 ep-material:substance-N2
1122 - rdf:type owl:Class , ep-material:SubstanceType ; 1142 + rdf:type ep-material:ReportingProductType , owl:Class ;
1123 rdfs:label "N2"^^xsd:string ; 1143 rdfs:label "N2"^^xsd:string ;
1124 rdfs:subClassOf ep-material:Material . 1144 rdfs:subClassOf ep-material:Material .
1125 1145
1126 ep-material:substance-Nonanes 1146 ep-material:substance-Nonanes
1127 - rdf:type owl:Class , ep-material:SubstanceType ; 1147 + rdf:type ep-material:ReportingProductType , owl:Class ;
1128 rdfs:label "nonanes"^^xsd:string ; 1148 rdfs:label "nonanes"^^xsd:string ;
1129 rdfs:subClassOf ep-material:Material . 1149 rdfs:subClassOf ep-material:Material .
1130 1150
1131 ep-material:substance-O2 1151 ep-material:substance-O2
1132 - rdf:type owl:Class , ep-material:SubstanceType ; 1152 + rdf:type ep-material:ReportingProductType , owl:Class ;
1133 rdfs:label "O2"^^xsd:string ; 1153 rdfs:label "O2"^^xsd:string ;
1134 rdfs:subClassOf ep-material:Material . 1154 rdfs:subClassOf ep-material:Material .
1135 1155
1136 ep-material:substance-Octanes 1156 ep-material:substance-Octanes
1137 - rdf:type owl:Class , ep-material:SubstanceType ; 1157 + rdf:type ep-material:ReportingProductType , owl:Class ;
1138 rdfs:label "octanes"^^xsd:string ; 1158 rdfs:label "octanes"^^xsd:string ;
1139 rdfs:subClassOf ep-material:Material . 1159 rdfs:subClassOf ep-material:Material .
1140 1160
1141 ep-material:substance-T12dmcyPentane 1161 ep-material:substance-T12dmcyPentane
1142 - rdf:type owl:Class , ep-material:SubstanceType ; 1162 + rdf:type ep-material:ReportingProductType , owl:Class ;
1143 rdfs:label "t12dmcy pentane"^^xsd:string ; 1163 rdfs:label "t12dmcy pentane"^^xsd:string ;
1144 rdfs:subClassOf ep-material:Material . 1164 rdfs:subClassOf ep-material:Material .
1145 1165
1146 ep-material:substance-T13dmcyPentane 1166 ep-material:substance-T13dmcyPentane
1147 - rdf:type owl:Class , ep-material:SubstanceType ; 1167 + rdf:type ep-material:ReportingProductType , owl:Class ;
1148 rdfs:label "t13dmcy pentane"^^xsd:string ; 1168 rdfs:label "t13dmcy pentane"^^xsd:string ;
1149 rdfs:subClassOf ep-material:Material . 1169 rdfs:subClassOf ep-material:Material .
1150 1170
......
This diff could not be displayed because it is too large.
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - 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> ; 17 + 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> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ep-material:Air-gas 20 ep-material:Air-gas
...@@ -57,13 +57,13 @@ ep-material:OtherInjectionFluid ...@@ -57,13 +57,13 @@ ep-material:OtherInjectionFluid
57 rdf:type ep-prodwell:InjectionFluidType . 57 rdf:type ep-prodwell:InjectionFluidType .
58 58
59 ep-material:Pentane 59 ep-material:Pentane
60 - rdf:type ep-prodwell:FluidComponentMaterialType . 60 + rdf:type ep-prodwell:ComponentMaterialType .
61 61
62 ep-material:PlusFraction 62 ep-material:PlusFraction
63 rdf:type ep-prodwell:FluidComponentKindType . 63 rdf:type ep-prodwell:FluidComponentKindType .
64 64
65 ep-material:Propane 65 ep-material:Propane
66 - rdf:type ep-prodwell:FluidComponentMaterialType . 66 + rdf:type ep-prodwell:ComponentMaterialType .
67 67
68 ep-material:PureFluid 68 ep-material:PureFluid
69 rdf:type ep-prodwell:FluidComponentKindType . 69 rdf:type ep-prodwell:FluidComponentKindType .
...@@ -78,294 +78,294 @@ ep-material:UnknownFluid ...@@ -78,294 +78,294 @@ ep-material:UnknownFluid
78 rdf:type ep-prodwell:InjectionFluidType . 78 rdf:type ep-prodwell:InjectionFluidType .
79 79
80 ep-material:substance-11dmcyPentane 80 ep-material:substance-11dmcyPentane
81 - rdf:type ep-prodwell:FluidComponentMaterialType . 81 + rdf:type ep-prodwell:ComponentMaterialType .
82 82
83 ep-material:substance-124tmBenzene 83 ep-material:substance-124tmBenzene
84 - rdf:type ep-prodwell:FluidComponentMaterialType . 84 + rdf:type ep-prodwell:ComponentMaterialType .
85 85
86 ep-material:substance-12dmBenzene 86 ep-material:substance-12dmBenzene
87 - rdf:type ep-prodwell:FluidComponentMaterialType . 87 + rdf:type ep-prodwell:ComponentMaterialType .
88 88
89 ep-material:substance-13dmBenzene 89 ep-material:substance-13dmBenzene
90 - rdf:type ep-prodwell:FluidComponentMaterialType . 90 + rdf:type ep-prodwell:ComponentMaterialType .
91 91
92 ep-material:substance-14dmBenzene 92 ep-material:substance-14dmBenzene
93 - rdf:type ep-prodwell:FluidComponentMaterialType . 93 + rdf:type ep-prodwell:ComponentMaterialType .
94 94
95 ep-material:substance-223tmButane 95 ep-material:substance-223tmButane
96 - rdf:type ep-prodwell:FluidComponentMaterialType . 96 + rdf:type ep-prodwell:ComponentMaterialType .
97 97
98 ep-material:substance-223tmPentane 98 ep-material:substance-223tmPentane
99 - rdf:type ep-prodwell:FluidComponentMaterialType . 99 + rdf:type ep-prodwell:ComponentMaterialType .
100 100
101 ep-material:substance-22dmButane 101 ep-material:substance-22dmButane
102 - rdf:type ep-prodwell:FluidComponentMaterialType . 102 + rdf:type ep-prodwell:ComponentMaterialType .
103 103
104 ep-material:substance-22dmHexane 104 ep-material:substance-22dmHexane
105 - rdf:type ep-prodwell:FluidComponentMaterialType . 105 + rdf:type ep-prodwell:ComponentMaterialType .
106 106
107 ep-material:substance-22dmPentane 107 ep-material:substance-22dmPentane
108 - rdf:type ep-prodwell:FluidComponentMaterialType . 108 + rdf:type ep-prodwell:ComponentMaterialType .
109 109
110 ep-material:substance-22dmPropane 110 ep-material:substance-22dmPropane
111 - rdf:type ep-prodwell:FluidComponentMaterialType . 111 + rdf:type ep-prodwell:ComponentMaterialType .
112 112
113 ep-material:substance-23dmButane 113 ep-material:substance-23dmButane
114 - rdf:type ep-prodwell:FluidComponentMaterialType . 114 + rdf:type ep-prodwell:ComponentMaterialType .
115 115
116 ep-material:substance-23dmPentane 116 ep-material:substance-23dmPentane
117 - rdf:type ep-prodwell:FluidComponentMaterialType . 117 + rdf:type ep-prodwell:ComponentMaterialType .
118 118
119 ep-material:substance-24dmHexane 119 ep-material:substance-24dmHexane
120 - rdf:type ep-prodwell:FluidComponentMaterialType . 120 + rdf:type ep-prodwell:ComponentMaterialType .
121 121
122 ep-material:substance-24dmPentane 122 ep-material:substance-24dmPentane
123 - rdf:type ep-prodwell:FluidComponentMaterialType . 123 + rdf:type ep-prodwell:ComponentMaterialType .
124 124
125 ep-material:substance-25dmHexane 125 ep-material:substance-25dmHexane
126 - rdf:type ep-prodwell:FluidComponentMaterialType . 126 + rdf:type ep-prodwell:ComponentMaterialType .
127 127
128 ep-material:substance-2mButane 128 ep-material:substance-2mButane
129 - rdf:type ep-prodwell:FluidComponentMaterialType . 129 + rdf:type ep-prodwell:ComponentMaterialType .
130 130
131 ep-material:substance-2mHexane 131 ep-material:substance-2mHexane
132 - rdf:type ep-prodwell:FluidComponentMaterialType . 132 + rdf:type ep-prodwell:ComponentMaterialType .
133 133
134 ep-material:substance-2mPentane 134 ep-material:substance-2mPentane
135 - rdf:type ep-prodwell:FluidComponentMaterialType . 135 + rdf:type ep-prodwell:ComponentMaterialType .
136 136
137 ep-material:substance-2mPropane 137 ep-material:substance-2mPropane
138 - rdf:type ep-prodwell:FluidComponentMaterialType . 138 + rdf:type ep-prodwell:ComponentMaterialType .
139 139
140 ep-material:substance-33dmPentane 140 ep-material:substance-33dmPentane
141 - rdf:type ep-prodwell:FluidComponentMaterialType . 141 + rdf:type ep-prodwell:ComponentMaterialType .
142 142
143 ep-material:substance-3etPentane 143 ep-material:substance-3etPentane
144 - rdf:type ep-prodwell:FluidComponentMaterialType . 144 + rdf:type ep-prodwell:ComponentMaterialType .
145 145
146 ep-material:substance-3mHexane 146 ep-material:substance-3mHexane
147 - rdf:type ep-prodwell:FluidComponentMaterialType . 147 + rdf:type ep-prodwell:ComponentMaterialType .
148 148
149 ep-material:substance-3mPentane 149 ep-material:substance-3mPentane
150 - rdf:type ep-prodwell:FluidComponentMaterialType . 150 + rdf:type ep-prodwell:ComponentMaterialType .
151 151
152 ep-material:substance-Ar 152 ep-material:substance-Ar
153 - rdf:type ep-prodwell:FluidComponentMaterialType . 153 + rdf:type ep-prodwell:ComponentMaterialType .
154 154
155 ep-material:substance-Benzene 155 ep-material:substance-Benzene
156 - rdf:type ep-prodwell:FluidComponentMaterialType . 156 + rdf:type ep-prodwell:ComponentMaterialType .
157 157
158 ep-material:substance-Butane 158 ep-material:substance-Butane
159 - rdf:type ep-prodwell:FluidComponentMaterialType . 159 + rdf:type ep-prodwell:ComponentMaterialType .
160 160
161 ep-material:substance-C11F 161 ep-material:substance-C11F
162 - rdf:type ep-prodwell:FluidComponentMaterialType . 162 + rdf:type ep-prodwell:ComponentMaterialType .
163 163
164 ep-material:substance-C12F 164 ep-material:substance-C12F
165 - rdf:type ep-prodwell:FluidComponentMaterialType . 165 + rdf:type ep-prodwell:ComponentMaterialType .
166 166
167 ep-material:substance-C13F 167 ep-material:substance-C13F
168 - rdf:type ep-prodwell:FluidComponentMaterialType . 168 + rdf:type ep-prodwell:ComponentMaterialType .
169 169
170 ep-material:substance-C13dmcyPentane 170 ep-material:substance-C13dmcyPentane
171 - rdf:type ep-prodwell:FluidComponentMaterialType . 171 + rdf:type ep-prodwell:ComponentMaterialType .
172 172
173 ep-material:substance-C14F 173 ep-material:substance-C14F
174 - rdf:type ep-prodwell:FluidComponentMaterialType . 174 + rdf:type ep-prodwell:ComponentMaterialType .
175 175
176 ep-material:substance-C15F 176 ep-material:substance-C15F
177 - rdf:type ep-prodwell:FluidComponentMaterialType . 177 + rdf:type ep-prodwell:ComponentMaterialType .
178 178
179 ep-material:substance-C16F 179 ep-material:substance-C16F
180 - rdf:type ep-prodwell:FluidComponentMaterialType . 180 + rdf:type ep-prodwell:ComponentMaterialType .
181 181
182 ep-material:substance-C17F 182 ep-material:substance-C17F
183 - rdf:type ep-prodwell:FluidComponentMaterialType . 183 + rdf:type ep-prodwell:ComponentMaterialType .
184 184
185 ep-material:substance-C18F 185 ep-material:substance-C18F
186 - rdf:type ep-prodwell:FluidComponentMaterialType . 186 + rdf:type ep-prodwell:ComponentMaterialType .
187 187
188 ep-material:substance-C19F 188 ep-material:substance-C19F
189 - rdf:type ep-prodwell:FluidComponentMaterialType . 189 + rdf:type ep-prodwell:ComponentMaterialType .
190 190
191 ep-material:substance-C20F 191 ep-material:substance-C20F
192 - rdf:type ep-prodwell:FluidComponentMaterialType . 192 + rdf:type ep-prodwell:ComponentMaterialType .
193 193
194 ep-material:substance-C21F 194 ep-material:substance-C21F
195 - rdf:type ep-prodwell:FluidComponentMaterialType . 195 + rdf:type ep-prodwell:ComponentMaterialType .
196 196
197 ep-material:substance-C22F 197 ep-material:substance-C22F
198 - rdf:type ep-prodwell:FluidComponentMaterialType . 198 + rdf:type ep-prodwell:ComponentMaterialType .
199 199
200 ep-material:substance-C23F 200 ep-material:substance-C23F
201 - rdf:type ep-prodwell:FluidComponentMaterialType . 201 + rdf:type ep-prodwell:ComponentMaterialType .
202 202
203 ep-material:substance-C24F 203 ep-material:substance-C24F
204 - rdf:type ep-prodwell:FluidComponentMaterialType . 204 + rdf:type ep-prodwell:ComponentMaterialType .
205 205
206 ep-material:substance-C25F 206 ep-material:substance-C25F
207 - rdf:type ep-prodwell:FluidComponentMaterialType . 207 + rdf:type ep-prodwell:ComponentMaterialType .
208 208
209 ep-material:substance-C26F 209 ep-material:substance-C26F
210 - rdf:type ep-prodwell:FluidComponentMaterialType . 210 + rdf:type ep-prodwell:ComponentMaterialType .
211 211
212 ep-material:substance-C27F 212 ep-material:substance-C27F
213 - rdf:type ep-prodwell:FluidComponentMaterialType . 213 + rdf:type ep-prodwell:ComponentMaterialType .
214 214
215 ep-material:substance-C28F 215 ep-material:substance-C28F
216 - rdf:type ep-prodwell:FluidComponentMaterialType . 216 + rdf:type ep-prodwell:ComponentMaterialType .
217 217
218 ep-material:substance-C29F 218 ep-material:substance-C29F
219 - rdf:type ep-prodwell:FluidComponentMaterialType . 219 + rdf:type ep-prodwell:ComponentMaterialType .
220 220
221 ep-material:substance-C30F 221 ep-material:substance-C30F
222 - rdf:type ep-prodwell:FluidComponentMaterialType . 222 + rdf:type ep-prodwell:ComponentMaterialType .
223 223
224 ep-material:substance-C31F 224 ep-material:substance-C31F
225 - rdf:type ep-prodwell:FluidComponentMaterialType . 225 + rdf:type ep-prodwell:ComponentMaterialType .
226 226
227 ep-material:substance-C32F 227 ep-material:substance-C32F
228 - rdf:type ep-prodwell:FluidComponentMaterialType . 228 + rdf:type ep-prodwell:ComponentMaterialType .
229 229
230 ep-material:substance-C33F 230 ep-material:substance-C33F
231 - rdf:type ep-prodwell:FluidComponentMaterialType . 231 + rdf:type ep-prodwell:ComponentMaterialType .
232 232
233 ep-material:substance-C34F 233 ep-material:substance-C34F
234 - rdf:type ep-prodwell:FluidComponentMaterialType . 234 + rdf:type ep-prodwell:ComponentMaterialType .
235 235
236 ep-material:substance-C35F 236 ep-material:substance-C35F
237 - rdf:type ep-prodwell:FluidComponentMaterialType . 237 + rdf:type ep-prodwell:ComponentMaterialType .
238 238
239 ep-material:substance-C36F 239 ep-material:substance-C36F
240 - rdf:type ep-prodwell:FluidComponentMaterialType . 240 + rdf:type ep-prodwell:ComponentMaterialType .
241 241
242 ep-material:substance-C37F 242 ep-material:substance-C37F
243 - rdf:type ep-prodwell:FluidComponentMaterialType . 243 + rdf:type ep-prodwell:ComponentMaterialType .
244 244
245 ep-material:substance-C38F 245 ep-material:substance-C38F
246 - rdf:type ep-prodwell:FluidComponentMaterialType . 246 + rdf:type ep-prodwell:ComponentMaterialType .
247 247
248 ep-material:substance-C39F 248 ep-material:substance-C39F
249 - rdf:type ep-prodwell:FluidComponentMaterialType . 249 + rdf:type ep-prodwell:ComponentMaterialType .
250 250
251 ep-material:substance-C40F 251 ep-material:substance-C40F
252 - rdf:type ep-prodwell:FluidComponentMaterialType . 252 + rdf:type ep-prodwell:ComponentMaterialType .
253 253
254 ep-material:substance-C41F 254 ep-material:substance-C41F
255 - rdf:type ep-prodwell:FluidComponentMaterialType . 255 + rdf:type ep-prodwell:ComponentMaterialType .
256 256
257 ep-material:substance-C42F 257 ep-material:substance-C42F
258 - rdf:type ep-prodwell:FluidComponentMaterialType . 258 + rdf:type ep-prodwell:ComponentMaterialType .
259 259
260 ep-material:substance-C43F 260 ep-material:substance-C43F
261 - rdf:type ep-prodwell:FluidComponentMaterialType . 261 + rdf:type ep-prodwell:ComponentMaterialType .
262 262
263 ep-material:substance-C44F 263 ep-material:substance-C44F
264 - rdf:type ep-prodwell:FluidComponentMaterialType . 264 + rdf:type ep-prodwell:ComponentMaterialType .
265 265
266 ep-material:substance-C45F 266 ep-material:substance-C45F
267 - rdf:type ep-prodwell:FluidComponentMaterialType . 267 + rdf:type ep-prodwell:ComponentMaterialType .
268 268
269 ep-material:substance-C46F 269 ep-material:substance-C46F
270 - rdf:type ep-prodwell:FluidComponentMaterialType . 270 + rdf:type ep-prodwell:ComponentMaterialType .
271 271
272 ep-material:substance-C47F 272 ep-material:substance-C47F
273 - rdf:type ep-prodwell:FluidComponentMaterialType . 273 + rdf:type ep-prodwell:ComponentMaterialType .
274 274
275 ep-material:substance-C48F 275 ep-material:substance-C48F
276 - rdf:type ep-prodwell:FluidComponentMaterialType . 276 + rdf:type ep-prodwell:ComponentMaterialType .
277 277
278 ep-material:substance-C49F 278 ep-material:substance-C49F
279 - rdf:type ep-prodwell:FluidComponentMaterialType . 279 + rdf:type ep-prodwell:ComponentMaterialType .
280 280
281 ep-material:substance-CO2 281 ep-material:substance-CO2
282 - rdf:type ep-prodwell:FluidComponentMaterialType . 282 + rdf:type ep-prodwell:ComponentMaterialType .
283 283
284 ep-material:substance-Cyclohexane 284 ep-material:substance-Cyclohexane
285 - rdf:type ep-prodwell:FluidComponentMaterialType . 285 + rdf:type ep-prodwell:ComponentMaterialType .
286 286
287 ep-material:substance-Cyclopentane 287 ep-material:substance-Cyclopentane
288 - rdf:type ep-prodwell:FluidComponentMaterialType . 288 + rdf:type ep-prodwell:ComponentMaterialType .
289 289
290 ep-material:substance-Decanes 290 ep-material:substance-Decanes
291 - rdf:type ep-prodwell:FluidComponentMaterialType . 291 + rdf:type ep-prodwell:ComponentMaterialType .
292 292
293 ep-material:substance-EtBenzene 293 ep-material:substance-EtBenzene
294 - rdf:type ep-prodwell:FluidComponentMaterialType . 294 + rdf:type ep-prodwell:ComponentMaterialType .
295 295
296 ep-material:substance-EtcyPentane 296 ep-material:substance-EtcyPentane
297 - rdf:type ep-prodwell:FluidComponentMaterialType . 297 + rdf:type ep-prodwell:ComponentMaterialType .
298 298
299 ep-material:substance-Ethane 299 ep-material:substance-Ethane
300 - rdf:type ep-prodwell:FluidComponentMaterialType . 300 + rdf:type ep-prodwell:ComponentMaterialType .
301 301
302 ep-material:substance-H2 302 ep-material:substance-H2
303 - rdf:type ep-prodwell:FluidComponentMaterialType . 303 + rdf:type ep-prodwell:ComponentMaterialType .
304 304
305 ep-material:substance-H2O 305 ep-material:substance-H2O
306 - rdf:type ep-prodwell:FluidComponentMaterialType . 306 + rdf:type ep-prodwell:ComponentMaterialType .
307 307
308 ep-material:substance-H2S 308 ep-material:substance-H2S
309 - rdf:type ep-prodwell:FluidComponentMaterialType . 309 + rdf:type ep-prodwell:ComponentMaterialType .
310 310
311 ep-material:substance-Heptanes 311 ep-material:substance-Heptanes
312 - rdf:type ep-prodwell:FluidComponentMaterialType . 312 + rdf:type ep-prodwell:ComponentMaterialType .
313 313
314 ep-material:substance-Hexane 314 ep-material:substance-Hexane
315 - rdf:type ep-prodwell:FluidComponentMaterialType . 315 + rdf:type ep-prodwell:ComponentMaterialType .
316 316
317 ep-material:substance-Hexanes 317 ep-material:substance-Hexanes
318 - rdf:type ep-prodwell:FluidComponentMaterialType . 318 + rdf:type ep-prodwell:ComponentMaterialType .
319 319
320 ep-material:substance-MBenzene 320 ep-material:substance-MBenzene
321 - rdf:type ep-prodwell:FluidComponentMaterialType . 321 + rdf:type ep-prodwell:ComponentMaterialType .
322 322
323 ep-material:substance-McyHexane 323 ep-material:substance-McyHexane
324 - rdf:type ep-prodwell:FluidComponentMaterialType . 324 + rdf:type ep-prodwell:ComponentMaterialType .
325 325
326 ep-material:substance-McyPentane 326 ep-material:substance-McyPentane
327 - rdf:type ep-prodwell:FluidComponentMaterialType . 327 + rdf:type ep-prodwell:ComponentMaterialType .
328 328
329 ep-material:substance-Methane 329 ep-material:substance-Methane
330 - rdf:type ep-prodwell:FluidComponentMaterialType . 330 + rdf:type ep-prodwell:ComponentMaterialType .
331 331
332 ep-material:substance-N2 332 ep-material:substance-N2
333 - rdf:type ep-prodwell:FluidComponentMaterialType . 333 + rdf:type ep-prodwell:ComponentMaterialType .
334 334
335 ep-material:substance-Nonanes 335 ep-material:substance-Nonanes
336 - rdf:type ep-prodwell:FluidComponentMaterialType . 336 + rdf:type ep-prodwell:ComponentMaterialType .
337 337
338 ep-material:substance-O2 338 ep-material:substance-O2
339 - rdf:type ep-prodwell:FluidComponentMaterialType . 339 + rdf:type ep-prodwell:ComponentMaterialType .
340 340
341 ep-material:substance-Octanes 341 ep-material:substance-Octanes
342 - rdf:type ep-prodwell:FluidComponentMaterialType . 342 + rdf:type ep-prodwell:ComponentMaterialType .
343 343
344 ep-material:substance-T12dmcyPentane 344 ep-material:substance-T12dmcyPentane
345 - rdf:type ep-prodwell:FluidComponentMaterialType . 345 + rdf:type ep-prodwell:ComponentMaterialType .
346 346
347 ep-material:substance-T13dmcyPentane 347 ep-material:substance-T13dmcyPentane
348 - rdf:type ep-prodwell:FluidComponentMaterialType . 348 + rdf:type ep-prodwell:ComponentMaterialType .
349 349
350 ep-prodwell:AbandonedWell 350 ep-prodwell:AbandonedWell
351 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 351 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
352 rdfs:label "abandoned well"^^xsd:string ; 352 rdfs:label "abandoned well"^^xsd:string ;
353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
354 354
355 ep-prodwell:ClosedWell 355 ep-prodwell:ClosedWell
356 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 356 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
357 rdfs:label "closed well"^^xsd:string ; 357 rdfs:label "closed well"^^xsd:string ;
358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
359 359
360 -ep-prodwell:FluidComponentKindType 360 +ep-prodwell:ComponentMaterialType
361 rdf:type rdfs:Class ; 361 rdf:type rdfs:Class ;
362 - rdfs:label "fluid component kind type"^^xsd:string ; 362 + rdfs:comment "The set of classes that are enumerated for the base component of a fluid sample in the MPR schema."^^xsd:string ;
363 + rdfs:label "component material type"^^xsd:string ;
363 rdfs:subClassOf owl:Class . 364 rdfs:subClassOf owl:Class .
364 365
365 -ep-prodwell:FluidComponentMaterialType 366 +ep-prodwell:FluidComponentKindType
366 rdf:type rdfs:Class ; 367 rdf:type rdfs:Class ;
367 - rdfs:comment "The set of classes that are enumerated for the base component of a fluid sample in the MPR schema."^^xsd:string ; 368 + rdfs:label "fluid component kind type"^^xsd:string ;
368 - rdfs:label "fluid component material type"^^xsd:string ;
369 rdfs:subClassOf owl:Class . 369 rdfs:subClassOf owl:Class .
370 370
371 ep-prodwell:FluidPhaseType 371 ep-prodwell:FluidPhaseType
...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType ...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType
374 rdfs:subClassOf owl:Class . 374 rdfs:subClassOf owl:Class .
375 375
376 ep-prodwell:InjectingWell 376 ep-prodwell:InjectingWell
377 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 377 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
378 rdfs:label "injecting well"^^xsd:string ; 378 rdfs:label "injecting well"^^xsd:string ;
379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
380 380
...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType ...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType
384 rdfs:subClassOf owl:Class . 384 rdfs:subClassOf owl:Class .
385 385
386 ep-prodwell:JunkedWell 386 ep-prodwell:JunkedWell
387 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 387 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
388 rdfs:label "junked well"^^xsd:string ; 388 rdfs:label "junked well"^^xsd:string ;
389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 390
...@@ -394,27 +394,27 @@ ep-prodwell:NaturalGasClass ...@@ -394,27 +394,27 @@ ep-prodwell:NaturalGasClass
394 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
395 395
396 ep-prodwell:OperatingWell 396 ep-prodwell:OperatingWell
397 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 397 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
398 rdfs:label "operating well"^^xsd:string ; 398 rdfs:label "operating well"^^xsd:string ;
399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
400 400
401 ep-prodwell:PluggedAndAbandonedWell 401 ep-prodwell:PluggedAndAbandonedWell
402 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 402 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
403 rdfs:label "plugged and abandoned well"^^xsd:string ; 403 rdfs:label "plugged and abandoned well"^^xsd:string ;
404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
405 405
406 ep-prodwell:PluggedWell 406 ep-prodwell:PluggedWell
407 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 407 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
408 rdfs:label "plugged well"^^xsd:string ; 408 rdfs:label "plugged well"^^xsd:string ;
409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
410 410
411 ep-prodwell:ProducingInjectingWell 411 ep-prodwell:ProducingInjectingWell
412 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 412 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
413 rdfs:label "producing injecting well"^^xsd:string ; 413 rdfs:label "producing injecting well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
415 415
416 ep-prodwell:ProducingWell 416 ep-prodwell:ProducingWell
417 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 417 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
418 rdfs:label "producing well"^^xsd:string ; 418 rdfs:label "producing well"^^xsd:string ;
419 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 419 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
420 420
...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation ...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation
424 rdfs:subClassOf ep-core:PhysicalObject . 424 rdfs:subClassOf ep-core:PhysicalObject .
425 425
426 ep-prodwell:SuspendedAtTdWell 426 ep-prodwell:SuspendedAtTdWell
427 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 427 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
428 rdfs:label "suspended at td well"^^xsd:string ; 428 rdfs:label "suspended at td well"^^xsd:string ;
429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
430 430
431 ep-prodwell:SuspendedWell 431 ep-prodwell:SuspendedWell
432 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 432 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
433 rdfs:label "suspended well"^^xsd:string ; 433 rdfs:label "suspended well"^^xsd:string ;
434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
435 435
...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion ...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion
454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
455 455
456 ep-prodwell:WellReclassedToDevelopment 456 ep-prodwell:WellReclassedToDevelopment
457 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 457 + rdf:type owl:Class , ep-prodwell:WellStatusType ;
458 rdfs:label "well reclassed to development"^^xsd:string ; 458 rdfs:label "well reclassed to development"^^xsd:string ;
459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
460 460
...@@ -464,48 +464,48 @@ ep-prodwell:WellStatusType ...@@ -464,48 +464,48 @@ ep-prodwell:WellStatusType
464 rdfs:subClassOf owl:Class . 464 rdfs:subClassOf owl:Class .
465 465
466 ep-prodwell:completeLiquidPartOf 466 ep-prodwell:completeLiquidPartOf
467 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 467 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
468 rdfs:domain ep-material:QuantityOfMaterial ; 468 rdfs:domain ep-material:QuantityOfMaterial ;
469 rdfs:label "complete liquid part of"^^xsd:string ; 469 rdfs:label "complete liquid part of"^^xsd:string ;
470 rdfs:range ep-material:Liquid . 470 rdfs:range ep-material:Liquid .
471 471
472 ep-prodwell:condensateYield 472 ep-prodwell:condensateYield
473 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 473 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
474 rdfs:label "condensate yield"^^xsd:string ; 474 rdfs:label "condensate yield"^^xsd:string ;
475 rdfs:range ep-core:SpecificVolume . 475 rdfs:range ep-core:SpecificVolume .
476 476
477 ep-prodwell:depthOfBaseUsableWaterFromSurface 477 ep-prodwell:depthOfBaseUsableWaterFromSurface
478 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 478 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
479 rdfs:domain ep-material:Fluid ; 479 rdfs:domain ep-material:Fluid ;
480 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 480 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
481 rdfs:range ep-core:Length . 481 rdfs:range ep-core:Length .
482 482
483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
484 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 484 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
485 rdfs:domain ep-material:Fluid ; 485 rdfs:domain ep-material:Fluid ;
486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
487 rdfs:range ep-core:Length . 487 rdfs:range ep-core:Length .
488 488
489 ep-prodwell:oilWaterRatioByMass 489 ep-prodwell:oilWaterRatioByMass
490 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 490 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
491 rdfs:domain ep-material:Fluid ; 491 rdfs:domain ep-material:Fluid ;
492 rdfs:label "oil/water ratio by mass"^^xsd:string ; 492 rdfs:label "oil/water ratio by mass"^^xsd:string ;
493 rdfs:range ep-core:Ratio . 493 rdfs:range ep-core:Ratio .
494 494
495 ep-prodwell:pOverZ 495 ep-prodwell:pOverZ
496 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 496 + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
497 rdfs:domain ep-material:Fluid ; 497 rdfs:domain ep-material:Fluid ;
498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
499 rdfs:range ep-core:Pressure . 499 rdfs:range ep-core:Pressure .
500 500
501 ep-prodwell:potentialGasProduction 501 ep-prodwell:potentialGasProduction
502 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 502 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
503 rdfs:domain ep-well:WellBore ; 503 rdfs:domain ep-well:WellBore ;
504 rdfs:label "potential gas production"^^xsd:string ; 504 rdfs:label "potential gas production"^^xsd:string ;
505 rdfs:range ep-core:VolumetricFlowRate . 505 rdfs:range ep-core:VolumetricFlowRate .
506 506
507 ep-prodwell:potentialOilProduction 507 ep-prodwell:potentialOilProduction
508 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 508 + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
509 rdfs:domain ep-well:WellBore ; 509 rdfs:domain ep-well:WellBore ;
510 rdfs:label "potential gas production"^^xsd:string ; 510 rdfs:label "potential gas production"^^xsd:string ;
511 rdfs:range ep-core:VolumetricFlowRate . 511 rdfs:range ep-core:VolumetricFlowRate .
......
This diff could not be displayed because it is too large.