David Leal

Missing substance references fixed

1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/material 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/material
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
6 - 6 +
7 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 7 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
8 -@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . 8 +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
9 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 9 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
10 -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 10 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 11 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 +
96 -ep-flow:ClassOfMaterialWithMassCriterion 96 +ep-flow:ClassOfMaterialWithMassCriterion
97 - rdf:type rdfs:Class ; 97 + rdf:type rdfs:Class ;
98 - rdfs:label "class of material with mass criterion"^^xsd:string ; 98 + rdfs:label "class of material with mass criterion"^^xsd:string ;
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 +
176 -ep-flow:Current 176 +ep-flow:Current
177 - rdf:type owl:Class ; 177 + rdf:type owl:Class ;
178 - rdfs:label "current"^^xsd:string ; 178 + rdfs:label "current"^^xsd:string ;
179 - rdfs:subClassOf ep-flow:Flow . 179 + rdfs:subClassOf ep-flow:Flow .
180 - 180 +
181 -ep-flow:DailyProductionFlow 181 +ep-flow:DailyProductionFlow
182 - rdf:type owl:Class ; 182 + rdf:type owl:Class ;
183 - rdfs:label "daily production flow"^^xsd:string ; 183 + rdfs:label "daily production flow"^^xsd:string ;
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 +
211 -ep-flow:ElectricPowerFlow 211 +ep-flow:ElectricPowerFlow
212 - rdf:type owl:Class ; 212 + rdf:type owl:Class ;
213 - rdfs:label "flow of electricity"^^xsd:string ; 213 + rdfs:label "flow of electricity"^^xsd:string ;
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 +
246 -ep-flow:Flow 246 +ep-flow:Flow
247 - rdf:type owl:Class ; 247 + rdf:type owl:Class ;
248 - rdfs:label "(temporal part of a) flow"^^xsd:string ; 248 + rdfs:label "(temporal part of a) flow"^^xsd:string ;
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 +
291 -ep-flow:FlowInAStandardState 291 +ep-flow:FlowInAStandardState
292 - rdf:type owl:Class ; 292 + rdf:type owl:Class ;
293 - rdfs:label "flow in a standard state"^^xsd:string ; 293 + rdfs:label "flow in a standard state"^^xsd:string ;
294 - rdfs:subClassOf ep-flow:Flow . 294 + rdfs:subClassOf ep-flow:Flow .
295 - 295 +
296 -ep-flow:FlowOfLiquid 296 +ep-flow:FlowOfLiquid
297 - rdf:type owl:Class ; 297 + rdf:type owl:Class ;
298 - rdfs:label "flow of liquid"^^xsd:string ; 298 + rdfs:label "flow of liquid"^^xsd:string ;
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 +
346 -ep-flow:Inventory 346 +ep-flow:Inventory
347 - rdf:type owl:Class ; 347 + rdf:type owl:Class ;
348 - rdfs:label "inventory"^^xsd:string ; 348 + rdfs:label "inventory"^^xsd:string ;
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 +
416 -ep-flow:Precipitation 416 +ep-flow:Precipitation
417 - rdf:type owl:Class ; 417 + rdf:type owl:Class ;
418 - rdfs:label "precipitation"^^xsd:string ; 418 + rdfs:label "precipitation"^^xsd:string ;
419 - rdfs:subClassOf ep-flow:Flow . 419 + rdfs:subClassOf ep-flow:Flow .
420 - 420 +
421 -ep-flow:PrecipitationType 421 +ep-flow:PrecipitationType
422 - rdf:type rdfs:Class ; 422 + rdf:type rdfs:Class ;
423 - rdfs:label "precipitation type"^^xsd:string ; 423 + rdfs:label "precipitation type"^^xsd:string ;
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 +
436 -ep-flow:ProductFlow 436 +ep-flow:ProductFlow
437 - rdf:type owl:Class ; 437 + rdf:type owl:Class ;
438 - rdfs:label "(temporal part of a) product flow"^^xsd:string ; 438 + rdfs:label "(temporal part of a) product flow"^^xsd:string ;
439 - rdfs:subClassOf ep-flow:Flow . 439 + rdfs:subClassOf ep-flow:Flow .
440 - 440 +
441 -ep-flow:ProductFlowGrossOrNetType 441 +ep-flow:ProductFlowGrossOrNetType
442 - rdf:type rdfs:Class ; 442 + rdf:type rdfs:Class ;
443 - rdfs:label " product flow gross or net type"^^xsd:string ; 443 + rdfs:label " product flow gross or net type"^^xsd:string ;
444 - rdfs:subClassOf owl:Class . 444 + rdfs:subClassOf owl:Class .
445 - 445 +
446 -ep-flow:ProductFlowToDate 446 +ep-flow:ProductFlowToDate
447 - rdf:type owl:Class ; 447 + rdf:type owl:Class ;
448 - rdfs:label "product flow to date"^^xsd:string ; 448 + rdfs:label "product flow to date"^^xsd:string ;
449 - rdfs:subClassOf ep-flow:ProductFlow . 449 + rdfs:subClassOf ep-flow:ProductFlow .
450 - 450 +
451 -ep-flow:ProductInventory 451 +ep-flow:ProductInventory
452 - rdf:type owl:Class ; 452 + rdf:type owl:Class ;
453 - rdfs:label "(temporal part of a) product inventory"^^xsd:string ; 453 + rdfs:label "(temporal part of a) product inventory"^^xsd:string ;
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 +
481 -ep-flow:ProductInventoryType 481 +ep-flow:ProductInventoryType
482 - rdf:type rdfs:Class ; 482 + rdf:type rdfs:Class ;
483 - rdfs:label " product inventory type"^^xsd:string ; 483 + rdfs:label " product inventory type"^^xsd:string ;
484 - rdfs:subClassOf owl:Class . 484 + rdfs:subClassOf owl:Class .
485 - 485 +
486 -ep-flow:ProductMaterialType 486 +ep-flow:ProductMaterialType
487 - rdf:type rdfs:Class ; 487 + rdf:type rdfs:Class ;
488 - rdfs:label " product material type"^^xsd:string ; 488 + rdfs:label " product material type"^^xsd:string ;
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 +
496 -ep-flow:ProductionFlow 496 +ep-flow:ProductionFlow
497 - rdf:type owl:Class ; 497 + rdf:type owl:Class ;
498 - rdfs:label "(temporal part of a) production flow"^^xsd:string ; 498 + rdfs:label "(temporal part of a) production flow"^^xsd:string ;
499 - rdfs:subClassOf ep-flow:Flow . 499 + rdfs:subClassOf ep-flow:Flow .
500 - 500 +
501 -ep-flow:ProductionFlowDefinitionSubType 501 +ep-flow:ProductionFlowDefinitionSubType
502 - rdf:type rdfs:Class ; 502 + rdf:type rdfs:Class ;
503 - rdfs:label " production flow definition subtype"^^xsd:string ; 503 + rdfs:label " production flow definition subtype"^^xsd:string ;
504 - rdfs:subClassOf owl:Class . 504 + rdfs:subClassOf owl:Class .
505 - 505 +
506 -ep-flow:ProductionFlowDefinitionType 506 +ep-flow:ProductionFlowDefinitionType
507 - rdf:type rdfs:Class ; 507 + rdf:type rdfs:Class ;
508 - rdfs:label " production flow definition type"^^xsd:string ; 508 + rdfs:label " production flow definition type"^^xsd:string ;
509 - rdfs:subClassOf owl:Class . 509 + rdfs:subClassOf owl:Class .
510 - 510 +
511 -ep-flow:ProductionFlowNetwork 511 +ep-flow:ProductionFlowNetwork
512 - rdf:type owl:Class ; 512 + rdf:type owl:Class ;
513 - rdfs:label "(temporal part of a) production flow network"^^xsd:string ; 513 + rdfs:label "(temporal part of a) production flow network"^^xsd:string ;
514 - rdfs:subClassOf ep-flow:Flow . 514 + rdfs:subClassOf ep-flow:Flow .
515 - 515 +
516 -ep-flow:ProductionFlowNetworkToDate 516 +ep-flow:ProductionFlowNetworkToDate
517 - rdf:type owl:Class ; 517 + rdf:type owl:Class ;
518 - rdfs:label "production flow network to date"^^xsd:string ; 518 + rdfs:label "production flow network to date"^^xsd:string ;
519 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 519 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
520 - 520 +
521 -ep-flow:ProductionFlowPurposeType 521 +ep-flow:ProductionFlowPurposeType
522 - rdf:type rdfs:Class ; 522 + rdf:type rdfs:Class ;
523 - rdfs:label " production flow purpose type"^^xsd:string ; 523 + rdfs:label " production flow purpose type"^^xsd:string ;
524 - rdfs:subClassOf owl:Class . 524 + rdfs:subClassOf owl:Class .
525 - 525 +
526 -ep-flow:ProductionFlowToDate 526 +ep-flow:ProductionFlowToDate
527 - rdf:type owl:Class ; 527 + rdf:type owl:Class ;
528 - rdfs:label "production flow to date"^^xsd:string ; 528 + rdfs:label "production flow to date"^^xsd:string ;
529 - rdfs:subClassOf ep-flow:ProductionFlow . 529 + rdfs:subClassOf ep-flow:ProductionFlow .
530 - 530 +
531 -ep-flow:ProductionInventory 531 +ep-flow:ProductionInventory
532 - rdf:type owl:Class ; 532 + rdf:type owl:Class ;
533 - rdfs:label "(temporal part of a) production inventory"^^xsd:string ; 533 + rdfs:label "(temporal part of a) production inventory"^^xsd:string ;
534 - rdfs:subClassOf ep-flow:Inventory . 534 + rdfs:subClassOf ep-flow:Inventory .
535 - 535 +
536 -ep-flow:ProductionInventoryCollection 536 +ep-flow:ProductionInventoryCollection
537 - rdf:type owl:Class ; 537 + rdf:type owl:Class ;
538 - rdfs:label "(temporal part of a) production inventory collection"^^xsd:string ; 538 + rdfs:label "(temporal part of a) production inventory collection"^^xsd:string ;
539 - rdfs:subClassOf ep-flow:Inventory . 539 + rdfs:subClassOf ep-flow:Inventory .
540 - 540 +
541 -ep-flow:ProductionInventoryCollectionToDate 541 +ep-flow:ProductionInventoryCollectionToDate
542 - rdf:type owl:Class ; 542 + rdf:type owl:Class ;
543 - rdfs:label "production inventory collection to date"^^xsd:string ; 543 + rdfs:label "production inventory collection to date"^^xsd:string ;
544 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 544 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
545 - 545 +
546 -ep-flow:ProductionInventoryDefinitionType 546 +ep-flow:ProductionInventoryDefinitionType
547 - rdf:type rdfs:Class ; 547 + rdf:type rdfs:Class ;
548 - rdfs:label " production inventory definition type"^^xsd:string ; 548 + rdfs:label " production inventory definition type"^^xsd:string ;
549 - rdfs:subClassOf owl:Class . 549 + rdfs:subClassOf owl:Class .
550 - 550 +
551 -ep-flow:ProductionInventoryToDate 551 +ep-flow:ProductionInventoryToDate
552 - rdf:type owl:Class ; 552 + rdf:type owl:Class ;
553 - rdfs:label "production inventory to date"^^xsd:string ; 553 + rdfs:label "production inventory to date"^^xsd:string ;
554 - rdfs:subClassOf ep-flow:ProductionInventory . 554 + rdfs:subClassOf ep-flow:ProductionInventory .
555 - 555 +
556 -ep-flow:ProductionTestFlowLineFlow 556 +ep-flow:ProductionTestFlowLineFlow
557 - rdf:type owl:Class ; 557 + rdf:type owl:Class ;
558 - rdfs:label "production test flow line flow"^^xsd:string ; 558 + rdfs:label "production test flow line flow"^^xsd:string ;
559 - rdfs:subClassOf ep-flow:WholeLifeFlow . 559 + rdfs:subClassOf ep-flow:WholeLifeFlow .
560 - 560 +
561 -ep-flow:ProductionTestGasLiftFlow 561 +ep-flow:ProductionTestGasLiftFlow
562 - rdf:type owl:Class ; 562 + rdf:type owl:Class ;
563 - rdfs:label "production test gas lift flow"^^xsd:string ; 563 + rdfs:label "production test gas lift flow"^^xsd:string ;
564 - rdfs:subClassOf ep-flow:WholeLifeFlow . 564 + rdfs:subClassOf ep-flow:WholeLifeFlow .
565 - 565 +
566 -ep-flow:ProductionTestSeparatorFlow 566 +ep-flow:ProductionTestSeparatorFlow
567 - rdf:type owl:Class ; 567 + rdf:type owl:Class ;
568 - rdfs:label "production test separator flow"^^xsd:string ; 568 + rdfs:label "production test separator flow"^^xsd:string ;
569 - rdfs:subClassOf ep-flow:WholeLifeFlow . 569 + rdfs:subClassOf ep-flow:WholeLifeFlow .
570 - 570 +
571 -ep-flow:ProductionTestWellHeadFlow 571 +ep-flow:ProductionTestWellHeadFlow
572 - rdf:type owl:Class ; 572 + rdf:type owl:Class ;
573 - rdfs:label "production test well head flow"^^xsd:string ; 573 + rdfs:label "production test well head flow"^^xsd:string ;
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 +
611 -ep-flow:SampleOfMaterial 611 +ep-flow:SampleOfMaterial
612 - rdf:type owl:Class ; 612 + rdf:type owl:Class ;
613 - rdfs:label "sample of material"^^xsd:string ; 613 + rdfs:label "sample of material"^^xsd:string ;
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 +
646 -ep-flow:TemporalPartDurationType 646 +ep-flow:TemporalPartDurationType
647 - rdf:type rdfs:Class ; 647 + rdf:type rdfs:Class ;
648 - rdfs:label "temporal part duration type"^^xsd:string ; 648 + rdfs:label "temporal part duration type"^^xsd:string ;
649 - rdfs:subClassOf owl:Class . 649 + rdfs:subClassOf owl:Class .
650 - 650 +
651 -ep-flow:TemporalPartOfAFlowDurationType 651 +ep-flow:TemporalPartOfAFlowDurationType
652 - rdf:type rdfs:Class ; 652 + rdf:type rdfs:Class ;
653 - rdfs:label "temporal part of a flow duration type"^^xsd:string ; 653 + rdfs:label "temporal part of a flow duration type"^^xsd:string ;
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 +
661 -ep-flow:WholeLifeFlow 661 +ep-flow:WholeLifeFlow
662 - rdf:type owl:Class ; 662 + rdf:type owl:Class ;
663 - rdfs:label "whole life flow"^^xsd:string ; 663 + rdfs:label "whole life flow"^^xsd:string ;
664 - rdfs:subClassOf ep-flow:Flow . 664 + rdfs:subClassOf ep-flow:Flow .
665 - 665 +
666 -ep-flow:WholeLifeInventory 666 +ep-flow:WholeLifeInventory
667 - rdf:type owl:Class ; 667 + rdf:type owl:Class ;
668 - rdfs:label "whole life inventory"^^xsd:string ; 668 + rdfs:label "whole life inventory"^^xsd:string ;
669 - rdfs:subClassOf ep-flow:Inventory . 669 + rdfs:subClassOf ep-flow:Inventory .
670 - 670 +
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 ;
678 - rdfs:label "(whole life) product inventory"^^xsd:string ; 678 + rdfs:label "(whole life) product inventory"^^xsd:string ;
679 - rdfs:subClassOf ep-flow:ProductInventory . 679 + rdfs:subClassOf ep-flow:ProductInventory .
680 - 680 +
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 ;
688 - rdfs:label "whole life production flow network"^^xsd:string ; 688 + rdfs:label "whole life production flow network"^^xsd:string ;
689 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 689 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
690 - 690 +
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 ;
698 - rdfs:label "whole life production inventory collection"^^xsd:string ; 698 + rdfs:label "whole life production inventory collection"^^xsd:string ;
699 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 699 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
700 - 700 +
701 -ep-flow:Wind 701 +ep-flow:Wind
702 - rdf:type owl:Class ; 702 + rdf:type owl:Class ;
703 - rdfs:label "wind"^^xsd:string ; 703 + rdfs:label "wind"^^xsd:string ;
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 ;
711 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ; 711 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
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 .
731 - 731 +
732 -ep-flow:facilityContainsFlow 732 +ep-flow:facilityContainsFlow
733 - rdf:type owl:ObjectProperty ; 733 + rdf:type owl:ObjectProperty ;
734 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 734 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
735 - rdfs:label "facility contains flow"^^xsd:string ; 735 + rdfs:label "facility contains flow"^^xsd:string ;
736 - rdfs:range ep-flow:WholeLifeFlow . 736 + rdfs:range ep-flow:WholeLifeFlow .
737 - 737 +
738 -ep-flow:flowInto 738 +ep-flow:flowInto
739 - rdf:type owl:ObjectProperty ; 739 + rdf:type owl:ObjectProperty ;
740 - rdfs:domain ep-flow:WholeLifeFlow ; 740 + rdfs:domain ep-flow:WholeLifeFlow ;
741 - rdfs:label "flow into"^^xsd:string ; 741 + rdfs:label "flow into"^^xsd:string ;
742 - rdfs:range ep-core:PhysicalThing ; 742 + rdfs:range ep-core:PhysicalThing ;
743 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 743 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
744 - 744 +
745 -ep-flow:flowIntoOrOutOf 745 +ep-flow:flowIntoOrOutOf
746 - rdf:type owl:ObjectProperty ; 746 + rdf:type owl:ObjectProperty ;
747 - rdfs:domain ep-flow:WholeLifeFlow ; 747 + rdfs:domain ep-flow:WholeLifeFlow ;
748 - rdfs:label "flow into"^^xsd:string ; 748 + rdfs:label "flow into"^^xsd:string ;
749 - rdfs:range ep-core:PhysicalThing . 749 + rdfs:range ep-core:PhysicalThing .
750 - 750 +
751 -ep-flow:flowOutOf 751 +ep-flow:flowOutOf
752 - rdf:type owl:ObjectProperty ; 752 + rdf:type owl:ObjectProperty ;
753 - rdfs:domain ep-flow:WholeLifeFlow ; 753 + rdfs:domain ep-flow:WholeLifeFlow ;
754 - rdfs:label "flow into"^^xsd:string ; 754 + rdfs:label "flow into"^^xsd:string ;
755 - rdfs:range ep-core:PhysicalThing ; 755 + rdfs:range ep-core:PhysicalThing ;
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 .
763 - 763 +
764 -ep-flow:hasMixedPart 764 +ep-flow:hasMixedPart
765 - rdf:type owl:ObjectProperty ; 765 + rdf:type owl:ObjectProperty ;
766 - rdfs:domain ep-flow:WholeLifeFlow ; 766 + rdfs:domain ep-flow:WholeLifeFlow ;
767 - rdfs:label "has mixed part"^^xsd:string ; 767 + rdfs:label "has mixed part"^^xsd:string ;
768 - rdfs:range ep-flow:WholeLifeFlow ; 768 + rdfs:range ep-flow:WholeLifeFlow ;
769 - rdfs:subPropertyOf ep-core:hasPart . 769 + rdfs:subPropertyOf ep-core:hasPart .
770 - 770 +
771 -ep-flow:hasNetworkPart 771 +ep-flow:hasNetworkPart
772 - rdf:type owl:ObjectProperty ; 772 + rdf:type owl:ObjectProperty ;
773 - rdfs:domain ep-flow:WholeLifeFlow ; 773 + rdfs:domain ep-flow:WholeLifeFlow ;
774 - rdfs:label "has network part"^^xsd:string ; 774 + rdfs:label "has network part"^^xsd:string ;
775 - rdfs:range ep-flow:WholeLifeFlow ; 775 + rdfs:range ep-flow:WholeLifeFlow ;
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 .
810 - 810 +
811 -ep-material:AqueousMaterial 811 +ep-material:AqueousMaterial
812 - rdf:type ep-flow:ProductMaterialType . 812 + rdf:type ep-flow:ProductMaterialType .
813 - 813 +
814 -ep-material:C10AndHeavier 814 +ep-material:C10AndHeavier
815 - rdf:type ep-flow:ProductMaterialType . 815 + rdf:type ep-flow:ProductMaterialType .
816 - 816 +
817 -ep-material:C10AndLighter 817 +ep-material:C10AndLighter
818 - rdf:type ep-flow:ProductMaterialType . 818 + rdf:type ep-flow:ProductMaterialType .
819 - 819 +
820 -ep-material:C2AndHeavier 820 +ep-material:C2AndHeavier
821 - rdf:type ep-flow:ProductMaterialType . 821 + rdf:type ep-flow:ProductMaterialType .
822 - 822 +
823 -ep-material:C2AndLighter 823 +ep-material:C2AndLighter
824 - rdf:type ep-flow:ProductMaterialType . 824 + rdf:type ep-flow:ProductMaterialType .
825 - 825 +
826 -ep-material:C3AndHeavier 826 +ep-material:C3AndHeavier
827 - rdf:type ep-flow:ProductMaterialType . 827 + rdf:type ep-flow:ProductMaterialType .
828 - 828 +
829 -ep-material:C3AndLighter 829 +ep-material:C3AndLighter
830 - rdf:type ep-flow:ProductMaterialType . 830 + rdf:type ep-flow:ProductMaterialType .
831 - 831 +
832 -ep-material:C4AndHeavier 832 +ep-material:C4AndHeavier
833 - rdf:type ep-flow:ProductMaterialType . 833 + rdf:type ep-flow:ProductMaterialType .
834 - 834 +
835 -ep-material:C4AndLighter 835 +ep-material:C4AndLighter
836 - rdf:type ep-flow:ProductMaterialType . 836 + rdf:type ep-flow:ProductMaterialType .
837 - 837 +
838 -ep-material:C5AndHeavier 838 +ep-material:C5AndHeavier
839 - rdf:type ep-flow:ProductMaterialType . 839 + rdf:type ep-flow:ProductMaterialType .
840 - 840 +
841 -ep-material:C5AndLighter 841 +ep-material:C5AndLighter
842 - rdf:type ep-flow:ProductMaterialType . 842 + rdf:type ep-flow:ProductMaterialType .
843 - 843 +
844 -ep-material:C6AndHeavier 844 +ep-material:C6AndHeavier
845 - rdf:type ep-flow:ProductMaterialType . 845 + rdf:type ep-flow:ProductMaterialType .
846 - 846 +
847 -ep-material:C6AndLighter 847 +ep-material:C6AndLighter
848 - rdf:type ep-flow:ProductMaterialType . 848 + rdf:type ep-flow:ProductMaterialType .
849 - 849 +
850 -ep-material:C7AndHeavier 850 +ep-material:C7AndHeavier
851 - rdf:type ep-flow:ProductMaterialType . 851 + rdf:type ep-flow:ProductMaterialType .
852 - 852 +
853 -ep-material:C7AndLighter 853 +ep-material:C7AndLighter
854 - rdf:type ep-flow:ProductMaterialType . 854 + rdf:type ep-flow:ProductMaterialType .
855 - 855 +
856 -ep-material:C8AndHeavier 856 +ep-material:C8AndHeavier
857 - rdf:type ep-flow:ProductMaterialType . 857 + rdf:type ep-flow:ProductMaterialType .
858 - 858 +
859 -ep-material:C8AndLighter 859 +ep-material:C8AndLighter
860 - rdf:type ep-flow:ProductMaterialType . 860 + rdf:type ep-flow:ProductMaterialType .
861 - 861 +
862 -ep-material:C9AndHeavier 862 +ep-material:C9AndHeavier
863 - rdf:type ep-flow:ProductMaterialType . 863 + rdf:type ep-flow:ProductMaterialType .
864 - 864 +
865 -ep-material:C9AndLighter 865 +ep-material:C9AndLighter
866 - rdf:type ep-flow:ProductMaterialType . 866 + rdf:type ep-flow:ProductMaterialType .
867 - 867 +
868 -ep-material:CarbonDioxide 868 +ep-material:CarbonDioxide
869 - rdf:type ep-flow:ProductMaterialType . 869 + rdf:type ep-flow:ProductMaterialType .
870 - 870 +
871 -ep-material:CarbonMonoxide 871 +ep-material:CarbonMonoxide
872 - rdf:type ep-flow:ProductMaterialType . 872 + rdf:type ep-flow:ProductMaterialType .
873 - 873 +
874 -ep-material:Chemical 874 +ep-material:Chemical
875 - rdf:type ep-flow:ProductMaterialType . 875 + rdf:type ep-flow:ProductMaterialType .
876 - 876 +
877 -ep-material:Condensate 877 +ep-material:Condensate
878 - rdf:type ep-flow:ProductMaterialType . 878 + rdf:type ep-flow:ProductMaterialType .
879 - 879 +
880 -ep-material:Crude-stabilized 880 +ep-material:Crude-stabilized
881 - rdf:type ep-flow:ProductMaterialType . 881 + rdf:type ep-flow:ProductMaterialType .
882 - 882 +
883 -ep-material:Cuttings 883 +ep-material:Cuttings
884 - rdf:type ep-flow:ProductMaterialType . 884 + rdf:type ep-flow:ProductMaterialType .
885 - 885 +
886 -ep-material:Diesel 886 +ep-material:Diesel
887 - rdf:type ep-flow:ProductMaterialType . 887 + rdf:type ep-flow:ProductMaterialType .
888 - 888 +
889 -ep-material:Diethyleneglycol 889 +ep-material:Diethyleneglycol
890 - rdf:type ep-flow:ProductMaterialType . 890 + rdf:type ep-flow:ProductMaterialType .
891 - 891 +
892 -ep-material:Dioxygen 892 +ep-material:Dioxygen
893 - rdf:type ep-flow:ProductMaterialType . 893 + rdf:type ep-flow:ProductMaterialType .
894 - 894 +
895 -ep-material:Ethane 895 +ep-material:Ethane
896 - rdf:type ep-flow:ProductMaterialType . 896 + rdf:type ep-flow:ProductMaterialType .
897 - 897 +
898 -ep-material:Ethane-component 898 +ep-material:Ethane-component
899 - rdf:type ep-flow:ProductMaterialType . 899 + rdf:type ep-flow:ProductMaterialType .
900 - 900 +
901 -ep-material:Gas 901 +ep-material:Gas
902 - rdf:type ep-flow:ProductMaterialType . 902 + rdf:type ep-flow:ProductMaterialType .
903 - 903 +
904 -ep-material:Gas-componentInOil 904 +ep-material:Gas-componentInOil
905 - rdf:type ep-flow:ProductMaterialType . 905 + rdf:type ep-flow:ProductMaterialType .
906 - 906 +
907 -ep-material:Gas-dry 907 +ep-material:Gas-dry
908 - rdf:type ep-flow:ProductMaterialType . 908 + rdf:type ep-flow:ProductMaterialType .
909 - 909 +
910 -ep-material:Gas-rich 910 +ep-material:Gas-rich
911 - rdf:type ep-flow:ProductMaterialType . 911 + rdf:type ep-flow:ProductMaterialType .
912 - 912 +
913 -ep-material:Gas-wet 913 +ep-material:Gas-wet
914 - rdf:type ep-flow:ProductMaterialType . 914 + rdf:type ep-flow:ProductMaterialType .
915 - 915 +
916 -ep-material:HeliumGas 916 +ep-material:HeliumGas
917 - rdf:type ep-flow:ProductMaterialType . 917 + rdf:type ep-flow:ProductMaterialType .
918 - 918 +
919 -ep-material:Heptane 919 +ep-material:Heptane
920 - rdf:type ep-flow:ProductMaterialType . 920 + rdf:type ep-flow:ProductMaterialType .
921 - 921 +
922 -ep-material:HydrogenGas 922 +ep-material:HydrogenGas
923 - rdf:type ep-flow:ProductMaterialType . 923 + rdf:type ep-flow:ProductMaterialType .
924 - 924 +
925 -ep-material:HydrogenSulfide 925 +ep-material:HydrogenSulfide
926 - rdf:type ep-flow:ProductMaterialType . 926 + rdf:type ep-flow:ProductMaterialType .
927 - 927 +
928 -ep-material:Isobutane 928 +ep-material:Isobutane
929 - rdf:type ep-flow:ProductMaterialType . 929 + rdf:type ep-flow:ProductMaterialType .
930 - 930 +
931 -ep-material:Isobutane-component 931 +ep-material:Isobutane-component
932 - rdf:type ep-flow:ProductMaterialType . 932 + rdf:type ep-flow:ProductMaterialType .
933 - 933 +
934 -ep-material:Isopentane 934 +ep-material:Isopentane
935 - rdf:type ep-flow:ProductMaterialType . 935 + rdf:type ep-flow:ProductMaterialType .
936 - 936 +
937 -ep-material:LiquifiedNaturalGas 937 +ep-material:LiquifiedNaturalGas
938 - rdf:type ep-flow:ProductMaterialType . 938 + rdf:type ep-flow:ProductMaterialType .
939 - 939 +
940 -ep-material:LiquifiedPetroleumGas 940 +ep-material:LiquifiedPetroleumGas
941 - rdf:type ep-flow:ProductMaterialType . 941 + rdf:type ep-flow:ProductMaterialType .
942 - 942 +
943 -ep-material:Methane 943 +ep-material:Methane
944 - rdf:type ep-flow:ProductMaterialType . 944 + rdf:type ep-flow:ProductMaterialType .
945 - 945 +
946 -ep-material:Methanol 946 +ep-material:Methanol
947 - rdf:type ep-flow:ProductMaterialType . 947 + rdf:type ep-flow:ProductMaterialType .
948 - 948 +
949 -ep-material:MixedButane 949 +ep-material:MixedButane
950 - rdf:type ep-flow:ProductMaterialType . 950 + rdf:type ep-flow:ProductMaterialType .
951 - 951 +
952 -ep-material:Monoethyleneglycol 952 +ep-material:Monoethyleneglycol
953 - rdf:type ep-flow:ProductMaterialType . 953 + rdf:type ep-flow:ProductMaterialType .
954 - 954 +
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
962 - rdf:type ep-flow:ProductMaterialType . 962 + rdf:type ep-flow:ProductMaterialType .
963 - 963 +
964 -ep-material:Neopentane 964 +ep-material:Neopentane
965 - rdf:type ep-flow:ProductMaterialType . 965 + rdf:type ep-flow:ProductMaterialType .
966 - 966 +
967 -ep-material:NitrogenGas 967 +ep-material:NitrogenGas
968 - rdf:type ep-flow:ProductMaterialType . 968 + rdf:type ep-flow:ProductMaterialType .
969 - 969 +
970 -ep-material:NitrogenOxideGas 970 +ep-material:NitrogenOxideGas
971 - rdf:type ep-flow:ProductMaterialType . 971 + rdf:type ep-flow:ProductMaterialType .
972 - 972 +
973 -ep-material:NormalButane 973 +ep-material:NormalButane
974 - rdf:type ep-flow:ProductMaterialType . 974 + rdf:type ep-flow:ProductMaterialType .
975 - 975 +
976 -ep-material:NormalButane-component 976 +ep-material:NormalButane-component
977 - rdf:type ep-flow:ProductMaterialType . 977 + rdf:type ep-flow:ProductMaterialType .
978 - 978 +
979 -ep-material:NormalPentane 979 +ep-material:NormalPentane
980 - rdf:type ep-flow:ProductMaterialType . 980 + rdf:type ep-flow:ProductMaterialType .
981 - 981 +
982 -ep-material:Oil 982 +ep-material:Oil
983 - rdf:type ep-flow:ProductMaterialType . 983 + rdf:type ep-flow:ProductMaterialType .
984 - 984 +
985 -ep-material:Oil-componentInWater 985 +ep-material:Oil-componentInWater
986 - rdf:type ep-flow:ProductMaterialType . 986 + rdf:type ep-flow:ProductMaterialType .
987 - 987 +
988 -ep-material:OilAndGas 988 +ep-material:OilAndGas
989 - rdf:type ep-flow:ProductMaterialType . 989 + rdf:type ep-flow:ProductMaterialType .
990 - 990 +
991 -ep-material:Oleic 991 +ep-material:Oleic
992 - rdf:type ep-flow:ProductMaterialType . 992 + rdf:type ep-flow:ProductMaterialType .
993 - 993 +
994 -ep-material:PetroleumGasLiquid 994 +ep-material:PetroleumGasLiquid
995 - rdf:type ep-flow:ProductMaterialType . 995 + rdf:type ep-flow:ProductMaterialType .
996 - 996 +
997 -ep-material:Propane 997 +ep-material:Propane
998 - rdf:type ep-flow:ProductMaterialType . 998 + rdf:type ep-flow:ProductMaterialType .
999 - 999 +
1000 -ep-material:Propane-component 1000 +ep-material:Propane-component
1001 - rdf:type ep-flow:ProductMaterialType . 1001 + rdf:type ep-flow:ProductMaterialType .
1002 - 1002 +
1003 -ep-material:Salt 1003 +ep-material:Salt
1004 - rdf:type ep-flow:ProductMaterialType . 1004 + rdf:type ep-flow:ProductMaterialType .
1005 - 1005 +
1006 -ep-material:Sand 1006 +ep-material:Sand
1007 - rdf:type ep-flow:ProductMaterialType . 1007 + rdf:type ep-flow:ProductMaterialType .
1008 - 1008 +
1009 -ep-material:Triethyleneglycol 1009 +ep-material:Triethyleneglycol
1010 - rdf:type ep-flow:ProductMaterialType . 1010 + rdf:type ep-flow:ProductMaterialType .
1011 - 1011 +
1012 -ep-material:Vapour 1012 +ep-material:Vapour
1013 - rdf:type ep-flow:ProductMaterialType . 1013 + rdf:type ep-flow:ProductMaterialType .
1014 - 1014 +
1015 -ep-material:Water 1015 +ep-material:Water
1016 - rdf:type ep-flow:ProductMaterialType . 1016 + rdf:type ep-flow:ProductMaterialType .
1017 - 1017 +
1018 -ep-material:Water-discharge 1018 +ep-material:Water-discharge
1019 - rdf:type ep-flow:ProductMaterialType . 1019 + rdf:type ep-flow:ProductMaterialType .
1020 - 1020 +
1021 -ep-material:Water-processed 1021 +ep-material:Water-processed
1022 - rdf:type ep-flow:ProductMaterialType . 1022 + rdf:type ep-flow:ProductMaterialType .
......
...@@ -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
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/material 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/material
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 - 3 +
4 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 4 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 5 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . 9 +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 - 11 +
12 -<http://www.reportinghub.no/ep/schema/1.0/material> 12 +<http://www.reportinghub.no/ep/schema/1.0/material>
13 - rdf:type owl:Ontology ; 13 + rdf:type owl:Ontology ;
14 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 - 16 +
17 -ep-material:Air-gas 17 +ep-material:Air-gas
18 - rdf:type owl:Class ; 18 + rdf:type owl:Class ;
19 - rdfs:label "air gas"^^xsd:string ; 19 + rdfs:label "air gas"^^xsd:string ;
20 - rdfs:subClassOf ep-material:NonHcGas . 20 + rdfs:subClassOf ep-material:NonHcGas .
21 - 21 +
22 -ep-material:Ammonium 22 +ep-material:Ammonium
23 - rdf:type owl:Class ; 23 + rdf:type owl:Class ;
24 - rdfs:label "ammonium"^^xsd:string ; 24 + rdfs:label "ammonium"^^xsd:string ;
25 - rdfs:subClassOf ep-material:Material . 25 + rdfs:subClassOf ep-material:Material .
26 - 26 +
27 -ep-material:AqueousMaterial 27 +ep-material:AqueousMaterial
28 - rdf:type owl:Class ; 28 + rdf:type owl:Class ;
29 - rdfs:label "aqueous material"^^xsd:string ; 29 + rdfs:label "aqueous material"^^xsd:string ;
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
37 - "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . 37 + "http://posccaesar.org/rdl/RDS16681480"^^xsd:string .
38 - 38 +
39 -ep-material:BatchOfCargo 39 +ep-material:BatchOfCargo
40 - rdf:type owl:Class ; 40 + rdf:type owl:Class ;
41 - rdfs:label "batch of cargo"^^xsd:string ; 41 + rdfs:label "batch of cargo"^^xsd:string ;
42 - rdfs:subClassOf ep-material:QuantityOfMaterial . 42 + rdfs:subClassOf ep-material:QuantityOfMaterial .
43 - 43 +
44 -ep-material:Brine 44 +ep-material:Brine
45 - rdf:type owl:Class ; 45 + rdf:type owl:Class ;
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:C10AndHeavier 49 +ep-material:C10
50 - rdf:type owl:Class , ep-material:SubstanceType ; 50 + rdf:type ep-material:ReportingProductType , owl:Class ;
51 - rdfs:label "C10+"^^xsd:string ; 51 + rdfs:label "C10"^^xsd:string ;
52 - rdfs:subClassOf ep-material:Material . 52 + rdfs:subClassOf ep-material:Material .
53 - 53 +
54 -ep-material:C10AndLighter 54 +ep-material:C10AndHeavier
55 - rdf:type owl:Class , ep-material:SubstanceType ; 55 + rdf:type ep-material:ReportingProductType , owl:Class ;
56 - rdfs:label "C10-"^^xsd:string ; 56 + rdfs:label "C10+"^^xsd:string ;
57 - rdfs:subClassOf ep-material:Material . 57 + rdfs:subClassOf ep-material:Material .
58 - 58 +
59 -ep-material:C2AndHeavier 59 +ep-material:C10AndLighter
60 - rdf:type owl:Class , ep-material:SubstanceType ; 60 + rdf:type ep-material:ReportingProductType , owl:Class ;
61 - rdfs:label "C2+"^^xsd:string ; 61 + rdfs:label "C10-"^^xsd:string ;
62 - rdfs:subClassOf ep-material:Material . 62 + rdfs:subClassOf ep-material:Material .
63 - 63 +
64 -ep-material:C2AndLighter 64 +ep-material:C2AndHeavier
65 - rdf:type owl:Class , ep-material:SubstanceType ; 65 + rdf:type ep-material:ReportingProductType , owl:Class ;
66 - rdfs:label "C2-"^^xsd:string ; 66 + rdfs:label "C2+"^^xsd:string ;
67 - rdfs:subClassOf ep-material:Material . 67 + rdfs:subClassOf ep-material:Material .
68 - 68 +
69 -ep-material:C3AndHeavier 69 +ep-material:C2AndLighter
70 - rdf:type owl:Class , ep-material:SubstanceType ; 70 + rdf:type ep-material:ReportingProductType , owl:Class ;
71 - rdfs:label "C3+"^^xsd:string ; 71 + rdfs:label "C2-"^^xsd:string ;
72 - rdfs:subClassOf ep-material:Material . 72 + rdfs:subClassOf ep-material:Material .
73 - 73 +
74 -ep-material:C3AndLighter 74 +ep-material:C3AndHeavier
75 - rdf:type owl:Class , ep-material:SubstanceType ; 75 + rdf:type ep-material:ReportingProductType , owl:Class ;
76 - rdfs:label "C3-"^^xsd:string ; 76 + rdfs:label "C3+"^^xsd:string ;
77 - rdfs:subClassOf ep-material:Material . 77 + rdfs:subClassOf ep-material:Material .
78 - 78 +
79 -ep-material:C4AndHeavier 79 +ep-material:C3AndLighter
80 - rdf:type owl:Class , ep-material:SubstanceType ; 80 + rdf:type ep-material:ReportingProductType , owl:Class ;
81 - rdfs:label "C4+"^^xsd:string ; 81 + rdfs:label "C3-"^^xsd:string ;
82 - rdfs:subClassOf ep-material:Material . 82 + rdfs:subClassOf ep-material:Material .
83 - 83 +
84 -ep-material:C4AndLighter 84 +ep-material:C4AndHeavier
85 - rdf:type owl:Class , ep-material:SubstanceType ; 85 + rdf:type ep-material:ReportingProductType , owl:Class ;
86 - rdfs:label "C4-"^^xsd:string ; 86 + rdfs:label "C4+"^^xsd:string ;
87 - rdfs:subClassOf ep-material:Material . 87 + rdfs:subClassOf ep-material:Material .
88 - 88 +
89 -ep-material:C5AndHeavier 89 +ep-material:C4AndLighter
90 - rdf:type owl:Class , ep-material:SubstanceType ; 90 + rdf:type ep-material:ReportingProductType , owl:Class ;
91 - rdfs:label "C5+"^^xsd:string ; 91 + rdfs:label "C4-"^^xsd:string ;
92 - rdfs:subClassOf ep-material:Material . 92 + rdfs:subClassOf ep-material:Material .
93 - 93 +
94 -ep-material:C5AndLighter 94 +ep-material:C5AndHeavier
95 - rdf:type owl:Class , ep-material:SubstanceType ; 95 + rdf:type ep-material:ReportingProductType , owl:Class ;
96 - rdfs:label "C5-"^^xsd:string ; 96 + rdfs:label "C5+"^^xsd:string ;
97 - rdfs:subClassOf ep-material:Material . 97 + rdfs:subClassOf ep-material:Material .
98 - 98 +
99 -ep-material:C6 99 +ep-material:C5AndLighter
100 - rdf:type owl:Class , ep-material:SubstanceType ; 100 + rdf:type ep-material:ReportingProductType , owl:Class ;
101 - rdfs:label "C6"^^xsd:string ; 101 + rdfs:label "C5-"^^xsd:string ;
102 - rdfs:subClassOf ep-material:Material . 102 + rdfs:subClassOf ep-material:Material .
103 - 103 +
104 -ep-material:C6AndHeavier 104 +ep-material:C6
105 - rdf:type owl:Class , ep-material:SubstanceType ; 105 + rdf:type ep-material:ReportingProductType , owl:Class ;
106 - rdfs:label "C6+"^^xsd:string ; 106 + rdfs:label "C6"^^xsd:string ;
107 - rdfs:subClassOf ep-material:Material . 107 + rdfs:subClassOf ep-material:Material .
108 - 108 +
109 -ep-material:C6AndLighter 109 +ep-material:C6AndHeavier
110 - rdf:type owl:Class , ep-material:SubstanceType ; 110 + rdf:type ep-material:ReportingProductType , owl:Class ;
111 - rdfs:label "C6-"^^xsd:string ; 111 + rdfs:label "C6+"^^xsd:string ;
112 - rdfs:subClassOf ep-material:Material . 112 + rdfs:subClassOf ep-material:Material .
113 - 113 +
114 -ep-material:C7AndHeavier 114 +ep-material:C6AndLighter
115 - rdf:type owl:Class , ep-material:SubstanceType ; 115 + rdf:type ep-material:ReportingProductType , owl:Class ;
116 - rdfs:label "C7+"^^xsd:string ; 116 + rdfs:label "C6-"^^xsd:string ;
117 - rdfs:subClassOf ep-material:Material . 117 + rdfs:subClassOf ep-material:Material .
118 - 118 +
119 -ep-material:C7AndLighter 119 +ep-material:C7
120 - rdf:type owl:Class , ep-material:SubstanceType ; 120 + rdf:type ep-material:ReportingProductType , owl:Class ;
121 - rdfs:label "C7-"^^xsd:string ; 121 + rdfs:label "C7"^^xsd:string ;
122 - rdfs:subClassOf ep-material:Material . 122 + rdfs:subClassOf ep-material:Material .
123 - 123 +
124 -ep-material:C8AndHeavier 124 +ep-material:C7AndHeavier
125 - rdf:type owl:Class , ep-material:SubstanceType ; 125 + rdf:type ep-material:ReportingProductType , owl:Class ;
126 - rdfs:label "C8+"^^xsd:string ; 126 + rdfs:label "C7+"^^xsd:string ;
127 - rdfs:subClassOf ep-material:Material . 127 + rdfs:subClassOf ep-material:Material .
128 - 128 +
129 -ep-material:C8AndLighter 129 +ep-material:C7AndLighter
130 - rdf:type owl:Class , ep-material:SubstanceType ; 130 + rdf:type ep-material:ReportingProductType , owl:Class ;
131 - rdfs:label "C8-"^^xsd:string ; 131 + rdfs:label "C7-"^^xsd:string ;
132 - rdfs:subClassOf ep-material:Material . 132 + rdfs:subClassOf ep-material:Material .
133 - 133 +
134 -ep-material:C9AndHeavier 134 +ep-material:C8
135 - rdf:type owl:Class , ep-material:SubstanceType ; 135 + rdf:type ep-material:ReportingProductType , owl:Class ;
136 - rdfs:label "C9+"^^xsd:string ; 136 + rdfs:label "C8"^^xsd:string ;
137 - rdfs:subClassOf ep-material:Material . 137 + rdfs:subClassOf ep-material:Material .
138 - 138 +
139 -ep-material:C9AndLighter 139 +ep-material:C8AndHeavier
140 - rdf:type owl:Class , ep-material:SubstanceType ; 140 + rdf:type ep-material:ReportingProductType , owl:Class ;
141 - rdfs:label "C9-"^^xsd:string ; 141 + rdfs:label "C8+"^^xsd:string ;
142 - rdfs:subClassOf ep-material:Material . 142 + rdfs:subClassOf ep-material:Material .
143 - 143 +
144 -ep-material:CO2-gas 144 +ep-material:C8AndLighter
145 - rdf:type owl:Class ; 145 + rdf:type ep-material:ReportingProductType , owl:Class ;
146 - rdfs:label "CO2 gas"^^xsd:string ; 146 + rdfs:label "C8-"^^xsd:string ;
147 - rdfs:subClassOf ep-material:NonHcGas ; 147 + rdfs:subClassOf ep-material:Material .
148 - ep-core:seeReferenceData 148 +
149 - "http://posccaesar.org/rdl/RDS6737690"^^xsd:string . 149 +ep-material:C9
150 - 150 + rdf:type ep-material:ReportingProductType , owl:Class ;
151 -ep-material:CarbonDioxide 151 + rdfs:label "C9"^^xsd:string ;
152 - rdf:type owl:Class ; 152 + rdfs:subClassOf ep-material:Material .
153 - rdfs:comment "material of a single type of molecule that is carbon dioxide"^^xsd:string ; 153 +
154 - rdfs:label "carbon dioxide"^^xsd:string ; 154 +ep-material:C9AndHeavier
155 - rdfs:subClassOf ep-material:Material ; 155 + rdf:type ep-material:ReportingProductType , owl:Class ;
156 - ep-core:seeReferenceData 156 + rdfs:label "C9+"^^xsd:string ;
157 - "http://posccaesar.org/rdl/RDS424034"^^xsd:string . 157 + rdfs:subClassOf ep-material:Material .
158 - 158 +
159 -ep-material:CarbonMonoxide 159 +ep-material:C9AndLighter
160 - rdf:type owl:Class ; 160 + rdf:type ep-material:ReportingProductType , owl:Class ;
161 - rdfs:label "carbon monoxide"^^xsd:string ; 161 + rdfs:label "C9-"^^xsd:string ;
162 - rdfs:subClassOf ep-material:Material ; 162 + rdfs:subClassOf ep-material:Material .
163 - ep-core:seeReferenceData 163 +
164 - "http://posccaesar.org/rdl/RDS424124"^^xsd:string . 164 +ep-material:CO2-gas
165 - 165 + rdf:type owl:Class ;
166 -ep-material:Chemical 166 + rdfs:label "CO2 gas"^^xsd:string ;
167 - rdf:type owl:Class ; 167 + rdfs:subClassOf ep-material:NonHcGas ;
168 - rdfs:label "chemical"^^xsd:string ; 168 + ep-core:seeReferenceData
169 - rdfs:subClassOf ep-material:Material ; 169 + "http://posccaesar.org/rdl/RDS6737690"^^xsd:string .
170 - ep-core:seeReferenceData 170 +
171 - "http://posccaesar.org/rdl/RDS978526561"^^xsd:string . 171 +ep-material:CarbonDioxide
172 - 172 + rdf:type owl:Class ;
173 -ep-material:ChemicalType 173 + rdfs:comment "material of a single type of molecule that is carbon dioxide"^^xsd:string ;
174 - rdf:type rdfs:Class ; 174 + rdfs:label "carbon dioxide"^^xsd:string ;
175 - rdfs:label "chemical type"^^xsd:string ; 175 + rdfs:subClassOf ep-material:Material ;
176 - rdfs:subClassOf owl:Class . 176 + ep-core:seeReferenceData
177 - 177 + "http://posccaesar.org/rdl/RDS424034"^^xsd:string .
178 -ep-material:Chloride 178 +
179 - rdf:type owl:Class ; 179 +ep-material:CarbonMonoxide
180 - rdfs:comment "material of a single type of molecule that is chloride"^^xsd:string ; 180 + rdf:type owl:Class ;
181 - rdfs:label "chloride"^^xsd:string ; 181 + rdfs:label "carbon monoxide"^^xsd:string ;
182 - rdfs:subClassOf ep-material:Material . 182 + rdfs:subClassOf ep-material:Material ;
183 - 183 + ep-core:seeReferenceData
184 -ep-material:Condensate 184 + "http://posccaesar.org/rdl/RDS424124"^^xsd:string .
185 - rdf:type owl:Class ; 185 +
186 - rdfs:label "condensate"^^xsd:string ; 186 +ep-material:Chemical
187 - rdfs:subClassOf ep-material:Material ; 187 + rdf:type owl:Class ;
188 - ep-core:seeReferenceData 188 + rdfs:label "chemical"^^xsd:string ;
189 - "http://posccaesar.org/rdl/RDS8642343"^^xsd:string . 189 + rdfs:subClassOf ep-material:Material ;
190 - 190 + ep-core:seeReferenceData
191 -ep-material:Crude-stabilized 191 + "http://posccaesar.org/rdl/RDS978526561"^^xsd:string .
192 - rdf:type owl:Class ; 192 +
193 - rdfs:label "crude - stabilized"^^xsd:string ; 193 +ep-material:ChemicalType
194 - rdfs:subClassOf ep-material:Material . 194 + rdf:type rdfs:Class ;
195 - 195 + rdfs:label "chemical type"^^xsd:string ;
196 -ep-material:CrudeOil 196 + rdfs:subClassOf owl:Class .
197 - rdf:type owl:Class ; 197 +
198 - rdfs:label "crude oil"^^xsd:string ; 198 +ep-material:Chloride
199 - rdfs:subClassOf ep-material:Material ; 199 + rdf:type owl:Class ;
200 - ep-core:seeReferenceData 200 + rdfs:comment "material of a single type of molecule that is chloride"^^xsd:string ;
201 - "http://posccaesar.org/rdl/RDS8650260"^^xsd:string . 201 + rdfs:label "chloride"^^xsd:string ;
202 - 202 + rdfs:subClassOf ep-material:Material .
203 -ep-material:Cuttings 203 +
204 - rdf:type owl:Class ; 204 +ep-material:Condensate
205 - rdfs:label "cuttings"^^xsd:string ; 205 + rdf:type owl:Class ;
206 - rdfs:subClassOf ep-material:Material . 206 + rdfs:label "condensate"^^xsd:string ;
207 - 207 + rdfs:subClassOf ep-material:Material ;
208 -ep-material:Diesel 208 + ep-core:seeReferenceData
209 - rdf:type owl:Class ; 209 + "http://posccaesar.org/rdl/RDS8642343"^^xsd:string .
210 - rdfs:label "diesel"^^xsd:string ; 210 +
211 - rdfs:subClassOf ep-material:Material ; 211 +ep-material:Crude-stabilized
212 - ep-core:seeReferenceData 212 + rdf:type owl:Class ;
213 - "http://posccaesar.org/rdl/RDS418648421"^^xsd:string . 213 + rdfs:label "crude - stabilized"^^xsd:string ;
214 - 214 + rdfs:subClassOf ep-material:Material .
215 -ep-material:Diethyleneglycol 215 +
216 - rdf:type owl:Class ; 216 +ep-material:CrudeOil
217 - rdfs:label "diethyleneglycol"^^xsd:string ; 217 + rdf:type owl:Class ;
218 - rdfs:subClassOf ep-material:Material . 218 + rdfs:label "crude oil"^^xsd:string ;
219 - 219 + rdfs:subClassOf ep-material:Material ;
220 -ep-material:Dioxygen 220 + ep-core:seeReferenceData
221 - rdf:type owl:Class ; 221 + "http://posccaesar.org/rdl/RDS8650260"^^xsd:string .
222 - rdfs:label "dioxygen"^^xsd:string ; 222 +
223 - rdfs:subClassOf ep-material:Material ; 223 +ep-material:Cuttings
224 - ep-core:seeReferenceData 224 + rdf:type owl:Class ;
225 - "http://posccaesar.org/rdl/RDS426284"^^xsd:string . 225 + rdfs:label "cuttings"^^xsd:string ;
226 - 226 + rdfs:subClassOf ep-material:Material .
227 -ep-material:DryFluid 227 +
228 - rdf:type owl:Class ; 228 +ep-material:Diesel
229 - rdfs:label "dry fluid"^^xsd:string ; 229 + rdf:type owl:Class ;
230 - rdfs:subClassOf ep-material:Fluid . 230 + rdfs:label "diesel"^^xsd:string ;
231 - 231 + rdfs:subClassOf ep-material:Material ;
232 -ep-material:Ethane 232 + ep-core:seeReferenceData
233 - rdf:type owl:Class ; 233 + "http://posccaesar.org/rdl/RDS418648421"^^xsd:string .
234 - rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ; 234 +
235 - rdfs:label "ethane"^^xsd:string ; 235 +ep-material:Diethyleneglycol
236 - rdfs:subClassOf ep-material:Material ; 236 + rdf:type owl:Class ;
237 - ep-core:seeReferenceData 237 + rdfs:label "diethyleneglycol"^^xsd:string ;
238 - "http://posccaesar.org/rdl/RDS419219"^^xsd:string . 238 + rdfs:subClassOf ep-material:Material .
239 - 239 +
240 -ep-material:Ethane-component 240 +ep-material:Dioxygen
241 - rdf:type owl:Class ; 241 + rdf:type owl:Class ;
242 - rdfs:label "ethane - component"^^xsd:string ; 242 + rdfs:label "dioxygen"^^xsd:string ;
243 - rdfs:subClassOf ep-material:Material . 243 + rdfs:subClassOf ep-material:Material ;
244 - 244 + ep-core:seeReferenceData
245 -ep-material:Filtrate 245 + "http://posccaesar.org/rdl/RDS426284"^^xsd:string .
246 - rdf:type owl:Class ; 246 +
247 - rdfs:comment "material that is filtrate"^^xsd:string ; 247 +ep-material:DryFluid
248 - rdfs:label "filtrate"^^xsd:string ; 248 + rdf:type owl:Class ;
249 - rdfs:subClassOf ep-material:Material . 249 + rdfs:label "dry fluid"^^xsd:string ;
250 - 250 + rdfs:subClassOf ep-material:Fluid .
251 -ep-material:Fluid 251 +
252 - rdf:type owl:Class ; 252 +ep-material:Ethane
253 - rdfs:label "fluid"^^xsd:string ; 253 + rdf:type owl:Class ;
254 - rdfs:subClassOf ep-material:Material . 254 + rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ;
255 - 255 + rdfs:label "ethane"^^xsd:string ;
256 -ep-material:FluidFraction 256 + rdfs:subClassOf ep-material:Material ;
257 - rdf:type owl:Class ; 257 + ep-core:seeReferenceData
258 - rdfs:label "fluid fraction"^^xsd:string ; 258 + "http://posccaesar.org/rdl/RDS419219"^^xsd:string .
259 - rdfs:subClassOf ep-material:Fluid . 259 +
260 - 260 +ep-material:Ethane-component
261 -ep-material:FreshWater 261 + rdf:type owl:Class ;
262 - rdf:type owl:Class ; 262 + rdfs:label "ethane - component"^^xsd:string ;
263 - rdfs:label "fresh water"^^xsd:string ; 263 + rdfs:subClassOf ep-material:Material .
264 - rdfs:subClassOf ep-material:Water . 264 +
265 - 265 +ep-material:Filtrate
266 -ep-material:Gas 266 + rdf:type owl:Class ;
267 - rdf:type owl:Class ; 267 + rdfs:comment "material that is filtrate"^^xsd:string ;
268 - rdfs:label "gas"^^xsd:string ; 268 + rdfs:label "filtrate"^^xsd:string ;
269 - rdfs:subClassOf ep-material:Fluid . 269 + rdfs:subClassOf ep-material:Material .
270 - 270 +
271 -ep-material:Gas-componentInOil 271 +ep-material:Fluid
272 - rdf:type owl:Class ; 272 + rdf:type owl:Class ;
273 - rdfs:label "gas - component in oil"^^xsd:string ; 273 + rdfs:label "fluid"^^xsd:string ;
274 - rdfs:subClassOf ep-material:Material . 274 + rdfs:subClassOf ep-material:Material .
275 - 275 +
276 -ep-material:Gas-dry 276 +ep-material:FluidFraction
277 - rdf:type owl:Class ; 277 + rdf:type owl:Class ;
278 - rdfs:label "gas - dry"^^xsd:string ; 278 + rdfs:label "fluid fraction"^^xsd:string ;
279 - rdfs:subClassOf ep-material:Gas . 279 + rdfs:subClassOf ep-material:Fluid .
280 - 280 +
281 -ep-material:Gas-rich 281 +ep-material:FreshWater
282 - rdf:type owl:Class ; 282 + rdf:type owl:Class ;
283 - rdfs:label "gas - rich"^^xsd:string ; 283 + rdfs:label "fresh water"^^xsd:string ;
284 - rdfs:subClassOf ep-material:Gas . 284 + rdfs:subClassOf ep-material:Water .
285 - 285 +
286 -ep-material:Gas-wet 286 +ep-material:Gas
287 - rdf:type owl:Class ; 287 + rdf:type owl:Class ;
288 - rdfs:label "gas - wet"^^xsd:string ; 288 + rdfs:label "gas"^^xsd:string ;
289 - rdfs:subClassOf ep-material:Gas . 289 + rdfs:subClassOf ep-material:Fluid .
290 - 290 +
291 -ep-material:GasAndWater 291 +ep-material:Gas-componentInOil
292 - rdf:type owl:Class ; 292 + rdf:type owl:Class ;
293 - rdfs:label "gas and water"^^xsd:string ; 293 + rdfs:label "gas - component in oil"^^xsd:string ;
294 - rdfs:subClassOf ep-material:Fluid . 294 + rdfs:subClassOf ep-material:Material .
295 - 295 +
296 -ep-material:Glycols 296 +ep-material:Gas-dry
297 - rdf:type owl:Class ; 297 + rdf:type owl:Class ;
298 - rdfs:label "glycols"^^xsd:string ; 298 + rdfs:label "gas - dry"^^xsd:string ;
299 - rdfs:subClassOf ep-material:Material . 299 + rdfs:subClassOf ep-material:Gas .
300 - 300 +
301 -ep-material:HeliumGas 301 +ep-material:Gas-rich
302 - rdf:type owl:Class ; 302 + rdf:type owl:Class ;
303 - rdfs:label "helium gas"^^xsd:string ; 303 + rdfs:label "gas - rich"^^xsd:string ;
304 - rdfs:subClassOf ep-material:Material ; 304 + rdfs:subClassOf ep-material:Gas .
305 - ep-core:seeReferenceData 305 +
306 - "http://posccaesar.org/rdl/RDS8015624884"^^xsd:string . 306 +ep-material:Gas-wet
307 - 307 + rdf:type owl:Class ;
308 -ep-material:Heptane 308 + rdfs:label "gas - wet"^^xsd:string ;
309 - rdf:type owl:Class ; 309 + rdfs:subClassOf ep-material:Gas .
310 - rdfs:label "heptane"^^xsd:string ; 310 +
311 - rdfs:subClassOf ep-material:Material ; 311 +ep-material:GasAndWater
312 - ep-core:seeReferenceData 312 + rdf:type owl:Class ;
313 - "http://posccaesar.org/rdl/RDS419534"^^xsd:string . 313 + rdfs:label "gas and water"^^xsd:string ;
314 - 314 + rdfs:subClassOf ep-material:Fluid .
315 -ep-material:HydrogenGas 315 +
316 - rdf:type owl:Class ; 316 +ep-material:Glycols
317 - rdfs:label "hydrogen gas"^^xsd:string ; 317 + rdf:type owl:Class ;
318 - rdfs:subClassOf ep-material:Material ; 318 + rdfs:label "glycols"^^xsd:string ;
319 - ep-core:seeReferenceData 319 + rdfs:subClassOf ep-material:Material .
320 - "http://posccaesar.org/rdl/RDS425384"^^xsd:string . 320 +
321 - 321 +ep-material:HeliumGas
322 -ep-material:HydrogenSulfide 322 + rdf:type owl:Class ;
323 - rdf:type owl:Class ; 323 + rdfs:label "helium gas"^^xsd:string ;
324 - rdfs:label "hydrogen sulfide"^^xsd:string ; 324 + rdfs:subClassOf ep-material:Material ;
325 - rdfs:subClassOf ep-material:Material . 325 + ep-core:seeReferenceData
326 - 326 + "http://posccaesar.org/rdl/RDS8015624884"^^xsd:string .
327 -ep-material:Isobutane 327 +
328 - rdf:type owl:Class , ep-material:SubstanceType ; 328 +ep-material:Heptane
329 - rdfs:label "IC4"^^xsd:string ; 329 + rdf:type owl:Class ;
330 - rdfs:subClassOf ep-material:Material ; 330 + rdfs:label "heptane"^^xsd:string ;
331 - ep-core:name "isobutane"^^xsd:string ; 331 + rdfs:subClassOf ep-material:Material ;
332 - ep-core:seeReferenceData 332 + ep-core:seeReferenceData
333 - "http://posccaesar.org/rdl/RDS419309"^^xsd:string . 333 + "http://posccaesar.org/rdl/RDS419534"^^xsd:string .
334 - 334 +
335 -ep-material:Isobutane-component 335 +ep-material:HydrogenGas
336 - rdf:type owl:Class ; 336 + rdf:type owl:Class ;
337 - rdfs:label "i-butane - component"^^xsd:string ; 337 + rdfs:label "hydrogen gas"^^xsd:string ;
338 - rdfs:subClassOf ep-material:Material . 338 + rdfs:subClassOf ep-material:Material ;
339 - 339 + ep-core:seeReferenceData
340 -ep-material:Isopentane 340 + "http://posccaesar.org/rdl/RDS425384"^^xsd:string .
341 - rdf:type owl:Class , ep-material:SubstanceType ; 341 +
342 - rdfs:label "IC5"^^xsd:string ; 342 +ep-material:HydrogenSulfide
343 - rdfs:subClassOf ep-material:Material ; 343 + rdf:type owl:Class ;
344 - ep-core:name "isopentane"^^xsd:string ; 344 + rdfs:label "hydrogen sulfide"^^xsd:string ;
345 - ep-core:seeReferenceData 345 + rdfs:subClassOf ep-material:Material .
346 - "http://posccaesar.org/rdl/RDS419399"^^xsd:string . 346 +
347 - 347 +ep-material:Isobutane
348 -ep-material:Liquid 348 + rdf:type ep-material:ReportingProductType , owl:Class ;
349 - rdf:type owl:Class ; 349 + rdfs:label "IC4"^^xsd:string ;
350 - rdfs:label "liquid"^^xsd:string ; 350 + rdfs:subClassOf ep-material:Material ;
351 - rdfs:subClassOf ep-material:Fluid . 351 + ep-core:name "isobutane"^^xsd:string ;
352 - 352 + ep-core:seeReferenceData
353 -ep-material:LiquifiedNaturalGas 353 + "http://posccaesar.org/rdl/RDS419309"^^xsd:string .
354 - rdf:type owl:Class ; 354 +
355 - rdfs:label "liquified natural gas"^^xsd:string ; 355 +ep-material:Isobutane-component
356 - rdfs:subClassOf ep-material:Material ; 356 + rdf:type owl:Class ;
357 - ep-core:seeReferenceData 357 + rdfs:label "i-butane - component"^^xsd:string ;
358 - "http://posccaesar.org/rdl/RDS418629161"^^xsd:string . 358 + rdfs:subClassOf ep-material:Material .
359 - 359 +
360 -ep-material:LiquifiedPetroleumGas 360 +ep-material:Isopentane
361 - rdf:type owl:Class ; 361 + rdf:type ep-material:ReportingProductType , owl:Class ;
362 - rdfs:label "liquified petroleum gas"^^xsd:string ; 362 + rdfs:label "IC5"^^xsd:string ;
363 - rdfs:subClassOf ep-material:Material . 363 + rdfs:subClassOf ep-material:Material ;
364 - 364 + ep-core:name "isopentane"^^xsd:string ;
365 -ep-material:Material 365 + ep-core:seeReferenceData
366 - rdf:type owl:Class ; 366 + "http://posccaesar.org/rdl/RDS419399"^^xsd:string .
367 - rdfs:label "material"^^xsd:string ; 367 +
368 - rdfs:subClassOf ep-core:PhysicalObject . 368 +ep-material:Liquid
369 - 369 + rdf:type owl:Class ;
370 -ep-material:MaterialPair 370 + rdfs:label "liquid"^^xsd:string ;
371 - rdf:type owl:Class ; 371 + rdfs:subClassOf ep-material:Fluid .
372 - rdfs:label "material pair"^^xsd:string ; 372 +
373 - rdfs:subClassOf owl:Thing . 373 +ep-material:LiquifiedNaturalGas
374 - 374 + rdf:type owl:Class ;
375 -ep-material:MaterialPartWholePair 375 + rdfs:label "liquified natural gas"^^xsd:string ;
376 - rdf:type owl:Class ; 376 + rdfs:subClassOf ep-material:Material ;
377 - rdfs:label "material part - whole pair"^^xsd:string ; 377 + ep-core:seeReferenceData
378 - rdfs:subClassOf ep-material:MaterialPair . 378 + "http://posccaesar.org/rdl/RDS418629161"^^xsd:string .
379 - 379 +
380 -ep-material:Methane 380 +ep-material:LiquifiedPetroleumGas
381 - rdf:type owl:Class ; 381 + rdf:type owl:Class ;
382 - rdfs:label "methane"^^xsd:string ; 382 + rdfs:label "liquified petroleum gas"^^xsd:string ;
383 - rdfs:subClassOf ep-material:Material . 383 + rdfs:subClassOf ep-material:Material .
384 - 384 +
385 -ep-material:Methanol 385 +ep-material:Material
386 - rdf:type owl:Class ; 386 + rdf:type owl:Class ;
387 - rdfs:label "methanol"^^xsd:string ; 387 + rdfs:label "material"^^xsd:string ;
388 - rdfs:subClassOf ep-material:Material ; 388 + rdfs:subClassOf ep-core:PhysicalObject .
389 - ep-core:seeReferenceData 389 +
390 - "http://posccaesar.org/rdl/RDS572354"^^xsd:string . 390 +ep-material:MaterialPair
391 - 391 + rdf:type owl:Class ;
392 -ep-material:MixedButane 392 + rdfs:label "material pair"^^xsd:string ;
393 - rdf:type owl:Class ; 393 + rdfs:subClassOf owl:Thing .
394 - rdfs:label "mixed butane"^^xsd:string ; 394 +
395 - rdfs:subClassOf ep-material:Material . 395 +ep-material:MaterialPartWholePair
396 - 396 + rdf:type owl:Class ;
397 -ep-material:Monoethyleneglycol 397 + rdfs:label "material part - whole pair"^^xsd:string ;
398 - rdf:type owl:Class ; 398 + rdfs:subClassOf ep-material:MaterialPair .
399 - rdfs:label "monoethyleneglycol"^^xsd:string ; 399 +
400 - rdfs:subClassOf ep-material:Material . 400 +ep-material:Methane
401 - 401 + rdf:type owl:Class ;
402 -ep-material:NGL-componentInGas 402 + rdfs:label "methane"^^xsd:string ;
403 - rdf:type owl:Class ; 403 + rdfs:subClassOf ep-material:Material .
404 - rdfs:label "NGL - component in gas"^^xsd:string ; 404 +
405 - rdfs:subClassOf ep-material:Material . 405 +ep-material:Methanol
406 - 406 + rdf:type owl:Class ;
407 -ep-material:Naptha 407 + rdfs:label "methanol"^^xsd:string ;
408 - rdf:type owl:Class ; 408 + rdfs:subClassOf ep-material:Material ;
409 - rdfs:label "naptha"^^xsd:string ; 409 + ep-core:seeReferenceData
410 - rdfs:subClassOf ep-material:Material . 410 + "http://posccaesar.org/rdl/RDS572354"^^xsd:string .
411 - 411 +
412 -ep-material:NaturalGas 412 +ep-material:MixedButane
413 - rdf:type owl:Class ; 413 + rdf:type owl:Class ;
414 - rdfs:label "natural gas"^^xsd:string ; 414 + rdfs:label "mixed butane"^^xsd:string ;
415 - rdfs:subClassOf ep-material:Material ; 415 + rdfs:subClassOf ep-material:Material .
416 - ep-core:seeReferenceData 416 +
417 - "http://posccaesar.org/rdl/RDS6815505"^^xsd:string . 417 +ep-material:Monoethyleneglycol
418 - 418 + rdf:type owl:Class ;
419 -ep-material:NaturalGasLiquid 419 + rdfs:label "monoethyleneglycol"^^xsd:string ;
420 - rdf:type owl:Class ; 420 + rdfs:subClassOf ep-material:Material .
421 - rdfs:label "natural gas liquid"^^xsd:string ; 421 +
422 - rdfs:subClassOf ep-material:Material ; 422 +ep-material:NGL-componentInGas
423 - ep-core:seeReferenceData 423 + rdf:type owl:Class ;
424 - "http://posccaesar.org/rdl/RDS16682414"^^xsd:string . 424 + rdfs:label "NGL - component in gas"^^xsd:string ;
425 - 425 + rdfs:subClassOf ep-material:Material .
426 -ep-material:Neopentane 426 +
427 - rdf:type owl:Class ; 427 +ep-material:Naphtha
428 - rdfs:label "neopentane"^^xsd:string ; 428 + rdf:type owl:Class ;
429 - rdfs:subClassOf ep-material:Material ; 429 + rdfs:label "naphtha"^^xsd:string ;
430 - ep-core:seeReferenceData 430 + rdfs:subClassOf ep-material:Material .
431 - "http://posccaesar.org/rdl/RDS975108971"^^xsd:string . 431 +
432 - 432 +ep-material:NaturalGas
433 -ep-material:NitrogenGas 433 + rdf:type owl:Class ;
434 - rdf:type owl:Class ; 434 + rdfs:label "natural gas"^^xsd:string ;
435 - rdfs:label "nitrogen gas"^^xsd:string ; 435 + rdfs:subClassOf ep-material:Material ;
436 - rdfs:subClassOf ep-material:Material ; 436 + ep-core:seeReferenceData
437 - ep-core:seeReferenceData 437 + "http://posccaesar.org/rdl/RDS6815505"^^xsd:string .
438 - "http://posccaesar.org/rdl/RDS482640407"^^xsd:string . 438 +
439 - 439 +ep-material:NaturalGasLiquid
440 -ep-material:NitrogenOxideGas 440 + rdf:type owl:Class ;
441 - rdf:type owl:Class ; 441 + rdfs:label "natural gas liquid"^^xsd:string ;
442 - rdfs:label "nitrogen oxide gas"^^xsd:string ; 442 + rdfs:subClassOf ep-material:Material ;
443 - rdfs:subClassOf ep-material:Material . 443 + ep-core:seeReferenceData
444 - 444 + "http://posccaesar.org/rdl/RDS16682414"^^xsd:string .
445 -ep-material:NonHcGas 445 +
446 - rdf:type owl:Class ; 446 +ep-material:Neopentane
447 - rdfs:label "non-HC gas"^^xsd:string ; 447 + rdf:type owl:Class ;
448 - rdfs:subClassOf ep-material:Gas . 448 + rdfs:label "neopentane"^^xsd:string ;
449 - 449 + rdfs:subClassOf ep-material:Material ;
450 -ep-material:NormalButane 450 + ep-core:seeReferenceData
451 - rdf:type owl:Class , ep-material:SubstanceType ; 451 + "http://posccaesar.org/rdl/RDS975108971"^^xsd:string .
452 - rdfs:label "NC4"^^xsd:string ; 452 +
453 - rdfs:subClassOf ep-material:Material ; 453 +ep-material:NitrogenGas
454 - ep-core:name "normal butane"^^xsd:string . 454 + rdf:type owl:Class ;
455 - 455 + rdfs:label "nitrogen gas"^^xsd:string ;
456 -ep-material:NormalButane-component 456 + rdfs:subClassOf ep-material:Material ;
457 - rdf:type owl:Class ; 457 + ep-core:seeReferenceData
458 - rdfs:label "n-butane - component"^^xsd:string ; 458 + "http://posccaesar.org/rdl/RDS482640407"^^xsd:string .
459 - rdfs:subClassOf ep-material:Material . 459 +
460 - 460 +ep-material:NitrogenOxideGas
461 -ep-material:NormalPentane 461 + rdf:type owl:Class ;
462 - rdf:type owl:Class , ep-material:SubstanceType ; 462 + rdfs:label "nitrogen oxide gas"^^xsd:string ;
463 - rdfs:label "NC5"^^xsd:string ; 463 + rdfs:subClassOf ep-material:Material .
464 - rdfs:subClassOf ep-material:Material ; 464 +
465 - ep-core:name "normal pentane"^^xsd:string . 465 +ep-material:NonHcGas
466 - 466 + rdf:type owl:Class ;
467 -ep-material:Oil 467 + rdfs:label "non-HC gas"^^xsd:string ;
468 - rdf:type owl:Class ; 468 + rdfs:subClassOf ep-material:Gas .
469 - rdfs:label "oil"^^xsd:string ; 469 +
470 - rdfs:subClassOf ep-material:Material ; 470 +ep-material:NormalButane
471 - ep-core:seeReferenceData 471 + rdf:type ep-material:ReportingProductType , owl:Class ;
472 - "http://posccaesar.org/rdl/RDS8641857"^^xsd:string . 472 + rdfs:label "NC4"^^xsd:string ;
473 - 473 + rdfs:subClassOf ep-material:Material ;
474 -ep-material:Oil-componentInWater 474 + ep-core:name "normal butane"^^xsd:string .
475 - rdf:type owl:Class ; 475 +
476 - rdfs:label "oil - component in water"^^xsd:string ; 476 +ep-material:NormalButane-component
477 - rdfs:subClassOf ep-material:Material . 477 + rdf:type owl:Class ;
478 - 478 + rdfs:label "n-butane - component"^^xsd:string ;
479 -ep-material:OilAndGas 479 + rdfs:subClassOf ep-material:Material .
480 - rdf:type owl:Class ; 480 +
481 - rdfs:label "oil and gas"^^xsd:string ; 481 +ep-material:NormalPentane
482 - rdfs:subClassOf ep-material:Fluid ; 482 + rdf:type ep-material:ReportingProductType , owl:Class ;
483 - ep-core:seeReferenceData 483 + rdfs:label "NC5"^^xsd:string ;
484 - "http://posccaesar.org/rdl/RDS801562496"^^xsd:string . 484 + rdfs:subClassOf ep-material:Material ;
485 - 485 + ep-core:name "normal pentane"^^xsd:string .
486 -ep-material:OilAndWater 486 +
487 - rdf:type owl:Class ; 487 +ep-material:Oil
488 - rdfs:label "oil and water"^^xsd:string ; 488 + rdf:type owl:Class ;
489 - rdfs:subClassOf ep-material:Fluid . 489 + rdfs:label "oil"^^xsd:string ;
490 - 490 + rdfs:subClassOf ep-material:Material ;
491 -ep-material:Oleic 491 + ep-core:seeReferenceData
492 - rdf:type owl:Class ; 492 + "http://posccaesar.org/rdl/RDS8641857"^^xsd:string .
493 - rdfs:label "oleic"^^xsd:string ; 493 +
494 - rdfs:subClassOf ep-material:Material ; 494 +ep-material:Oil-componentInWater
495 - ep-core:seeReferenceData 495 + rdf:type owl:Class ;
496 - "http://posccaesar.org/rdl/RDS8015624913"^^xsd:string . 496 + rdfs:label "oil - component in water"^^xsd:string ;
497 - 497 + rdfs:subClassOf ep-material:Material .
498 -ep-material:OrganicCarbon 498 +
499 - rdf:type owl:Class ; 499 +ep-material:OilAndGas
500 - rdfs:label "organic carbon"^^xsd:string ; 500 + rdf:type owl:Class ;
501 - rdfs:subClassOf ep-material:Material . 501 + rdfs:label "oil and gas"^^xsd:string ;
502 - 502 + rdfs:subClassOf ep-material:Fluid ;
503 -ep-material:OtherInjectionFluid 503 + ep-core:seeReferenceData
504 - rdf:type owl:Class ; 504 + "http://posccaesar.org/rdl/RDS801562496"^^xsd:string .
505 - rdfs:label "other injection fluid"^^xsd:string ; 505 +
506 - rdfs:subClassOf ep-material:Fluid . 506 +ep-material:OilAndWater
507 - 507 + rdf:type owl:Class ;
508 -ep-material:Pentane 508 + rdfs:label "oil and water"^^xsd:string ;
509 - rdf:type owl:Class , ep-material:SubstanceType ; 509 + rdfs:subClassOf ep-material:Fluid .
510 - rdfs:label "pentane"^^xsd:string ; 510 +
511 - rdfs:subClassOf ep-material:Material ; 511 +ep-material:Oleic
512 - ep-core:seeReferenceData 512 + rdf:type owl:Class ;
513 - "http://posccaesar.org/rdl/RDS419444"^^xsd:string . 513 + rdfs:label "oleic"^^xsd:string ;
514 - 514 + rdfs:subClassOf ep-material:Material ;
515 -ep-material:PetroleumGasLiquid 515 + ep-core:seeReferenceData
516 - rdf:type owl:Class ; 516 + "http://posccaesar.org/rdl/RDS8015624913"^^xsd:string .
517 - rdfs:label "petroleum gas liquid"^^xsd:string ; 517 +
518 - rdfs:subClassOf ep-material:Material . 518 +ep-material:OrganicCarbon
519 - 519 + rdf:type owl:Class ;
520 -ep-material:Phenols 520 + rdfs:label "organic carbon"^^xsd:string ;
521 - rdf:type owl:Class ; 521 + rdfs:subClassOf ep-material:Material .
522 - rdfs:label "phenols"^^xsd:string ; 522 +
523 - rdfs:subClassOf ep-material:Material . 523 +ep-material:OtherInjectionFluid
524 - 524 + rdf:type owl:Class ;
525 -ep-material:PlusFraction 525 + rdfs:label "other injection fluid"^^xsd:string ;
526 - rdf:type owl:Class ; 526 + rdfs:subClassOf ep-material:Fluid .
527 - rdfs:label "plus fraction"^^xsd:string ; 527 +
528 - rdfs:subClassOf ep-material:Fluid . 528 +ep-material:Pentane
529 - 529 + rdf:type ep-material:ReportingProductType , owl:Class ;
530 -ep-material:Propane 530 + rdfs:label "pentane"^^xsd:string ;
531 - rdf:type owl:Class , ep-material:SubstanceType ; 531 + rdfs:subClassOf ep-material:Material ;
532 - rdfs:label "C3"^^xsd:string ; 532 + ep-core:seeReferenceData
533 - rdfs:subClassOf ep-material:Material ; 533 + "http://posccaesar.org/rdl/RDS419444"^^xsd:string .
534 - ep-core:name "propane"^^xsd:string ; 534 +
535 - ep-core:seeReferenceData 535 +ep-material:PetroleumGasLiquid
536 - "http://posccaesar.org/rdl/RDS419264"^^xsd:string . 536 + rdf:type owl:Class ;
537 - 537 + rdfs:label "petroleum gas liquid"^^xsd:string ;
538 -ep-material:Propane-component 538 + rdfs:subClassOf ep-material:Material .
539 - rdf:type owl:Class ; 539 +
540 - rdfs:label "propane - component"^^xsd:string ; 540 +ep-material:Phenols
541 - rdfs:subClassOf ep-material:Material . 541 + rdf:type owl:Class ;
542 - 542 + rdfs:label "phenols"^^xsd:string ;
543 -ep-material:PureFluid 543 + rdfs:subClassOf ep-material:Material .
544 - rdf:type owl:Class ; 544 +
545 - rdfs:label "pure fluid"^^xsd:string ; 545 +ep-material:PlusFraction
546 - rdfs:subClassOf ep-material:Fluid . 546 + rdf:type owl:Class ;
547 - 547 + rdfs:label "plus fraction"^^xsd:string ;
548 -ep-material:QuantityOfMaterial 548 + rdfs:subClassOf ep-material:Fluid .
549 - rdf:type owl:Class ; 549 +
550 - rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; 550 +ep-material:Propane
551 - rdfs:subClassOf ep-material:Material . 551 + rdf:type ep-material:ReportingProductType , owl:Class ;
552 - 552 + rdfs:label "C3"^^xsd:string ;
553 -ep-material:QuantityOfMaterialInAStandardState 553 + rdfs:subClassOf ep-material:Material ;
554 - rdf:type owl:Class ; 554 + ep-core:name "propane"^^xsd:string ;
555 - rdfs:label "quantity of material in a standard state"^^xsd:string ; 555 + ep-core:seeReferenceData
556 - rdfs:subClassOf ep-material:QuantityOfMaterial . 556 + "http://posccaesar.org/rdl/RDS419264"^^xsd:string .
557 - 557 +
558 -ep-material:Salt 558 +ep-material:Propane-component
559 - rdf:type owl:Class , ep-material:SubstanceType ; 559 + rdf:type owl:Class ;
560 - rdfs:label "salt"^^xsd:string ; 560 + rdfs:label "propane - component"^^xsd:string ;
561 - rdfs:subClassOf ep-material:Material ; 561 + rdfs:subClassOf ep-material:Material .
562 - ep-core:seeReferenceData 562 +
563 - "http://posccaesar.org/rdl/RDS8015624941"^^xsd:string . 563 +ep-material:PureFluid
564 - 564 + rdf:type owl:Class ;
565 -ep-material:Sand 565 + rdfs:label "pure fluid"^^xsd:string ;
566 - rdf:type owl:Class ; 566 + rdfs:subClassOf ep-material:Fluid .
567 - rdfs:label "sand"^^xsd:string ; 567 +
568 - rdfs:subClassOf ep-material:Fluid ; 568 +ep-material:QuantityOfMaterial
569 - ep-core:seeReferenceData 569 + rdf:type owl:Class ;
570 - "http://posccaesar.org/rdl/RDS885284"^^xsd:string . 570 + rdfs:label "(temporal part of a) quantity of material"^^xsd:string ;
571 - 571 + rdfs:subClassOf ep-material:Material .
572 -ep-material:SplitFraction 572 +
573 - rdf:type owl:Class ; 573 +ep-material:QuantityOfMaterialInAStandardState
574 - rdfs:label "split fraction"^^xsd:string ; 574 + rdf:type owl:Class ;
575 - rdfs:subClassOf ep-material:Fluid . 575 + rdfs:label "quantity of material in a standard state"^^xsd:string ;
576 - 576 + rdfs:subClassOf ep-material:QuantityOfMaterial .
577 -ep-material:Steam 577 +
578 - rdf:type owl:Class ; 578 +ep-material:ReportingProductType
579 - rdfs:label "steam"^^xsd:string ; 579 + rdf:type rdfs:Class ;
580 - rdfs:subClassOf ep-material:NonHcGas ; 580 + rdfs:label "reporting product type"^^xsd:string ;
581 - ep-core:seeReferenceData 581 + rdfs:subClassOf owl:Class .
582 - "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . 582 +
583 - 583 +ep-material:Salt
584 -ep-material:SubstanceType 584 + rdf:type ep-material:ReportingProductType , owl:Class ;
585 - rdf:type rdfs:Class ; 585 + rdfs:label "salt"^^xsd:string ;
586 - rdfs:label "substance type"^^xsd:string ; 586 + rdfs:subClassOf ep-material:Material ;
587 - rdfs:subClassOf owl:Class . 587 + ep-core:seeReferenceData
588 - 588 + "http://posccaesar.org/rdl/RDS8015624941"^^xsd:string .
589 -ep-material:Triethyleneglycol 589 +
590 - rdf:type owl:Class ; 590 +ep-material:Sand
591 - rdfs:label "triethyleneglycol"^^xsd:string ; 591 + rdf:type owl:Class ;
592 - rdfs:subClassOf ep-material:Material . 592 + rdfs:label "sand"^^xsd:string ;
593 - 593 + rdfs:subClassOf ep-material:Fluid ;
594 -ep-material:UnknownFluid 594 + ep-core:seeReferenceData
595 - rdf:type owl:Class ; 595 + "http://posccaesar.org/rdl/RDS885284"^^xsd:string .
596 - rdfs:label "unknown fluid"^^xsd:string ; 596 +
597 - rdfs:subClassOf ep-material:Fluid . 597 +ep-material:SplitFraction
598 - 598 + rdf:type owl:Class ;
599 -ep-material:Vapour 599 + rdfs:label "split fraction"^^xsd:string ;
600 - rdf:type owl:Class ; 600 + rdfs:subClassOf ep-material:Fluid .
601 - rdfs:label "vapour"^^xsd:string ; 601 +
602 - rdfs:subClassOf ep-material:Material . 602 +ep-material:Steam
603 - 603 + rdf:type owl:Class ;
604 -ep-material:Water 604 + rdfs:label "steam"^^xsd:string ;
605 - rdf:type owl:Class ; 605 + rdfs:subClassOf ep-material:NonHcGas ;
606 - rdfs:label "water"^^xsd:string ; 606 + ep-core:seeReferenceData
607 - rdfs:subClassOf ep-material:Material ; 607 + "http://posccaesar.org/rdl/RDS14208634"^^xsd:string .
608 - ep-core:seeReferenceData 608 +
609 - "http://posccaesar.org/rdl/RDS1012769"^^xsd:string . 609 +ep-material:Triethyleneglycol
610 - 610 + rdf:type owl:Class ;
611 -ep-material:Water-discharge 611 + rdfs:label "triethyleneglycol"^^xsd:string ;
612 - rdf:type owl:Class ; 612 + rdfs:subClassOf ep-material:Material .
613 - rdfs:label "water - discharge"^^xsd:string ; 613 +
614 - rdfs:subClassOf ep-material:Material . 614 +ep-material:UnknownFluid
615 - 615 + rdf:type owl:Class ;
616 -ep-material:Water-processed 616 + rdfs:label "unknown fluid"^^xsd:string ;
617 - rdf:type owl:Class ; 617 + rdfs:subClassOf ep-material:Fluid .
618 - rdfs:label "water - processed"^^xsd:string ; 618 +
619 - rdfs:subClassOf ep-material:Material . 619 +ep-material:Vapour
620 - 620 + rdf:type owl:Class ;
621 -ep-material:firstMaterialOfPair 621 + rdfs:label "vapour"^^xsd:string ;
622 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 622 + rdfs:subClassOf ep-material:Material .
623 - rdfs:domain ep-material:MaterialPair ; 623 +
624 - rdfs:label "first material of pair"^^xsd:string ; 624 +ep-material:Water
625 - rdfs:range ep-material:Material . 625 + rdf:type owl:Class ;
626 - 626 + rdfs:label "water"^^xsd:string ;
627 -ep-material:hasComponent 627 + rdfs:subClassOf ep-material:Material ;
628 - rdf:type owl:TransitiveProperty ; 628 + ep-core:seeReferenceData
629 - rdfs:comment "A component is all part material of the class."^^xsd:string ; 629 + "http://posccaesar.org/rdl/RDS1012769"^^xsd:string .
630 - rdfs:domain ep-material:Material ; 630 +
631 - rdfs:label "hasComponent"^^xsd:string ; 631 +ep-material:Water-discharge
632 - rdfs:range ep-material:Material ; 632 + rdf:type owl:Class ;
633 - rdfs:subPropertyOf ep-core:hasPart . 633 + rdfs:label "water - discharge"^^xsd:string ;
634 - 634 + rdfs:subClassOf ep-material:Material .
635 -ep-material:hasNonPrimaryComponent 635 +
636 - rdf:type owl:ObjectProperty ; 636 +ep-material:Water-processed
637 - rdfs:domain ep-material:Material ; 637 + rdf:type owl:Class ;
638 - rdfs:label "has non-primary component"^^xsd:string ; 638 + rdfs:label "water - processed"^^xsd:string ;
639 - rdfs:range ep-material:Material ; 639 + rdfs:subClassOf ep-material:Material .
640 - rdfs:subPropertyOf ep-material:hasComponent . 640 +
641 - 641 +ep-material:firstMaterialOfPair
642 -ep-material:hasPrimaryComponent 642 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
643 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 643 + rdfs:domain ep-material:MaterialPair ;
644 - rdfs:domain ep-material:Material ; 644 + rdfs:label "first material of pair"^^xsd:string ;
645 - rdfs:label "has primary component"^^xsd:string ; 645 + rdfs:range ep-material:Material .
646 - rdfs:range ep-material:Material ; 646 +
647 - rdfs:subPropertyOf ep-material:hasComponent . 647 +ep-material:hasComponent
648 - 648 + rdf:type owl:TransitiveProperty ;
649 -ep-material:massRatio 649 + rdfs:comment "A component is all part material of the class."^^xsd:string ;
650 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 650 + rdfs:domain ep-material:Material ;
651 - rdfs:domain ep-material:MaterialPair ; 651 + rdfs:label "hasComponent"^^xsd:string ;
652 - rdfs:label "mass ratio"^^xsd:string ; 652 + rdfs:range ep-material:Material ;
653 - rdfs:range ep-core:Ratio . 653 + rdfs:subPropertyOf ep-core:hasPart .
654 - 654 +
655 -ep-material:moleRatio 655 +ep-material:hasNonPrimaryComponent
656 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 656 + rdf:type owl:ObjectProperty ;
657 - rdfs:domain ep-material:MaterialPair ; 657 + rdfs:domain ep-material:Material ;
658 - rdfs:label "mole ratio"^^xsd:string ; 658 + rdfs:label "has non-primary component"^^xsd:string ;
659 - rdfs:range ep-core:Ratio . 659 + rdfs:range ep-material:Material ;
660 - 660 + rdfs:subPropertyOf ep-material:hasComponent .
661 -ep-material:partMaterialOfPair 661 +
662 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 662 +ep-material:hasPrimaryComponent
663 - rdfs:domain ep-material:MaterialPartWholePair ; 663 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
664 - rdfs:label "part material of pair"^^xsd:string ; 664 + rdfs:domain ep-material:Material ;
665 - rdfs:range ep-material:Material ; 665 + rdfs:label "has primary component"^^xsd:string ;
666 - rdfs:subPropertyOf ep-material:firstMaterialOfPair . 666 + rdfs:range ep-material:Material ;
667 - 667 + rdfs:subPropertyOf ep-material:hasComponent .
668 -ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial 668 +
669 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 669 +ep-material:massRatio
670 - rdfs:domain ep-material:MaterialPair ; 670 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
671 - rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; 671 + rdfs:domain ep-material:MaterialPair ;
672 - rdfs:range ep-core:Density . 672 + rdfs:label "mass ratio"^^xsd:string ;
673 - 673 + rdfs:range ep-core:Ratio .
674 -ep-material:reidVaporPressure 674 +
675 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 675 +ep-material:moleRatio
676 - rdfs:domain ep-core:PhysicalThing ; 676 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
677 - rdfs:label "Reid vapor pressure"^^xsd:string ; 677 + rdfs:domain ep-material:MaterialPair ;
678 - rdfs:range ep-core:Pressure . 678 + rdfs:label "mole ratio"^^xsd:string ;
679 - 679 + rdfs:range ep-core:Ratio .
680 -ep-material:secondMaterialOfPair 680 +
681 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 681 +ep-material:partMaterialOfPair
682 - rdfs:domain ep-material:MaterialPair ; 682 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
683 - rdfs:label "second material of pair"^^xsd:string ; 683 + rdfs:domain ep-material:MaterialPartWholePair ;
684 - rdfs:range ep-material:Material . 684 + rdfs:label "part material of pair"^^xsd:string ;
685 - 685 + rdfs:range ep-material:Material ;
686 -ep-material:substance-11dmcyPentane 686 + rdfs:subPropertyOf ep-material:firstMaterialOfPair .
687 - rdf:type owl:Class , ep-material:SubstanceType ; 687 +
688 - rdfs:label "11dmcy pentane"^^xsd:string ; 688 +ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial
689 - rdfs:subClassOf ep-material:Material . 689 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
690 - 690 + rdfs:domain ep-material:MaterialPair ;
691 -ep-material:substance-124tmBenzene 691 + rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ;
692 - rdf:type owl:Class , ep-material:SubstanceType ; 692 + rdfs:range ep-core:Density .
693 - rdfs:label "124tm benzene"^^xsd:string ; 693 +
694 - rdfs:subClassOf ep-material:Material . 694 +ep-material:reidVaporPressure
695 - 695 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
696 -ep-material:substance-12dmBenzene 696 + rdfs:domain ep-core:PhysicalThing ;
697 - rdf:type owl:Class , ep-material:SubstanceType ; 697 + rdfs:label "Reid vapor pressure"^^xsd:string ;
698 - rdfs:label "12dm benzene"^^xsd:string ; 698 + rdfs:range ep-core:Pressure .
699 - rdfs:subClassOf ep-material:Material . 699 +
700 - 700 +ep-material:secondMaterialOfPair
701 -ep-material:substance-13dmBenzene 701 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
702 - rdf:type owl:Class , ep-material:SubstanceType ; 702 + rdfs:domain ep-material:MaterialPair ;
703 - rdfs:label "13dm benzene"^^xsd:string ; 703 + rdfs:label "second material of pair"^^xsd:string ;
704 - rdfs:subClassOf ep-material:Material . 704 + rdfs:range ep-material:Material .
705 - 705 +
706 -ep-material:substance-14dmBenzene 706 +ep-material:substance-11dmcyPentane
707 - rdf:type owl:Class , ep-material:SubstanceType ; 707 + rdf:type ep-material:ReportingProductType , owl:Class ;
708 - rdfs:label "14dm benzene"^^xsd:string ; 708 + rdfs:label "11dmcy pentane"^^xsd:string ;
709 - rdfs:subClassOf ep-material:Material . 709 + rdfs:subClassOf ep-material:Material .
710 - 710 +
711 -ep-material:substance-223tmButane 711 +ep-material:substance-124tmBenzene
712 - rdf:type owl:Class , ep-material:SubstanceType ; 712 + rdf:type ep-material:ReportingProductType , owl:Class ;
713 - rdfs:label "223tm butane"^^xsd:string ; 713 + rdfs:label "124tm benzene"^^xsd:string ;
714 - rdfs:subClassOf ep-material:Material . 714 + rdfs:subClassOf ep-material:Material .
715 - 715 +
716 -ep-material:substance-223tmPentane 716 +ep-material:substance-12dmBenzene
717 - rdf:type owl:Class , ep-material:SubstanceType ; 717 + rdf:type ep-material:ReportingProductType , owl:Class ;
718 - rdfs:label "223tm pentane"^^xsd:string ; 718 + rdfs:label "12dm benzene"^^xsd:string ;
719 - rdfs:subClassOf ep-material:Material . 719 + rdfs:subClassOf ep-material:Material .
720 - 720 +
721 -ep-material:substance-22dmButane 721 +ep-material:substance-13dmBenzene
722 - rdf:type owl:Class , ep-material:SubstanceType ; 722 + rdf:type ep-material:ReportingProductType , owl:Class ;
723 - rdfs:label "22dm butane"^^xsd:string ; 723 + rdfs:label "13dm benzene"^^xsd:string ;
724 - rdfs:subClassOf ep-material:Material . 724 + rdfs:subClassOf ep-material:Material .
725 - 725 +
726 -ep-material:substance-22dmHexane 726 +ep-material:substance-14dmBenzene
727 - rdf:type owl:Class , ep-material:SubstanceType ; 727 + rdf:type ep-material:ReportingProductType , owl:Class ;
728 - rdfs:label "22dm hexane"^^xsd:string ; 728 + rdfs:label "14dm benzene"^^xsd:string ;
729 - rdfs:subClassOf ep-material:Material . 729 + rdfs:subClassOf ep-material:Material .
730 - 730 +
731 -ep-material:substance-22dmPentane 731 +ep-material:substance-223tmButane
732 - rdf:type owl:Class , ep-material:SubstanceType ; 732 + rdf:type ep-material:ReportingProductType , owl:Class ;
733 - rdfs:label "22dm pentane"^^xsd:string ; 733 + rdfs:label "223tm butane"^^xsd:string ;
734 - rdfs:subClassOf ep-material:Material . 734 + rdfs:subClassOf ep-material:Material .
735 - 735 +
736 -ep-material:substance-22dmPropane 736 +ep-material:substance-223tmPentane
737 - rdf:type owl:Class , ep-material:SubstanceType ; 737 + rdf:type ep-material:ReportingProductType , owl:Class ;
738 - rdfs:label "22dm propane"^^xsd:string ; 738 + rdfs:label "223tm pentane"^^xsd:string ;
739 - rdfs:subClassOf ep-material:Material . 739 + rdfs:subClassOf ep-material:Material .
740 - 740 +
741 -ep-material:substance-23dmButane 741 +ep-material:substance-22dmButane
742 - rdf:type owl:Class , ep-material:SubstanceType ; 742 + rdf:type ep-material:ReportingProductType , owl:Class ;
743 - rdfs:label "23dm butane"^^xsd:string ; 743 + rdfs:label "22dm butane"^^xsd:string ;
744 - rdfs:subClassOf ep-material:Material . 744 + rdfs:subClassOf ep-material:Material .
745 - 745 +
746 -ep-material:substance-23dmPentane 746 +ep-material:substance-22dmHexane
747 - rdf:type owl:Class , ep-material:SubstanceType ; 747 + rdf:type ep-material:ReportingProductType , owl:Class ;
748 - rdfs:label "23dm pentane"^^xsd:string ; 748 + rdfs:label "22dm hexane"^^xsd:string ;
749 - rdfs:subClassOf ep-material:Material . 749 + rdfs:subClassOf ep-material:Material .
750 - 750 +
751 -ep-material:substance-24dmHexane 751 +ep-material:substance-22dmPentane
752 - rdf:type owl:Class , ep-material:SubstanceType ; 752 + rdf:type ep-material:ReportingProductType , owl:Class ;
753 - rdfs:label "24dm hexane"^^xsd:string ; 753 + rdfs:label "22dm pentane"^^xsd:string ;
754 - rdfs:subClassOf ep-material:Material . 754 + rdfs:subClassOf ep-material:Material .
755 - 755 +
756 -ep-material:substance-24dmPentane 756 +ep-material:substance-22dmPropane
757 - rdf:type owl:Class , ep-material:SubstanceType ; 757 + rdf:type ep-material:ReportingProductType , owl:Class ;
758 - rdfs:label "24dm pentane"^^xsd:string ; 758 + rdfs:label "22dm propane"^^xsd:string ;
759 - rdfs:subClassOf ep-material:Material . 759 + rdfs:subClassOf ep-material:Material .
760 - 760 +
761 -ep-material:substance-25dmHexane 761 +ep-material:substance-23dmButane
762 - rdf:type owl:Class , ep-material:SubstanceType ; 762 + rdf:type ep-material:ReportingProductType , owl:Class ;
763 - rdfs:label "25dm hexane"^^xsd:string ; 763 + rdfs:label "23dm butane"^^xsd:string ;
764 - rdfs:subClassOf ep-material:Material . 764 + rdfs:subClassOf ep-material:Material .
765 - 765 +
766 -ep-material:substance-2mButane 766 +ep-material:substance-23dmPentane
767 - rdf:type owl:Class , ep-material:SubstanceType ; 767 + rdf:type ep-material:ReportingProductType , owl:Class ;
768 - rdfs:label "2m butane"^^xsd:string ; 768 + rdfs:label "23dm pentane"^^xsd:string ;
769 - rdfs:subClassOf ep-material:Material . 769 + rdfs:subClassOf ep-material:Material .
770 - 770 +
771 -ep-material:substance-2mHexane 771 +ep-material:substance-24dmHexane
772 - rdf:type owl:Class , ep-material:SubstanceType ; 772 + rdf:type ep-material:ReportingProductType , owl:Class ;
773 - rdfs:label "2m hexane"^^xsd:string ; 773 + rdfs:label "24dm hexane"^^xsd:string ;
774 - rdfs:subClassOf ep-material:Material . 774 + rdfs:subClassOf ep-material:Material .
775 - 775 +
776 -ep-material:substance-2mPentane 776 +ep-material:substance-24dmPentane
777 - rdf:type owl:Class , ep-material:SubstanceType ; 777 + rdf:type ep-material:ReportingProductType , owl:Class ;
778 - rdfs:label "2m pentane"^^xsd:string ; 778 + rdfs:label "24dm pentane"^^xsd:string ;
779 - rdfs:subClassOf ep-material:Material . 779 + rdfs:subClassOf ep-material:Material .
780 - 780 +
781 -ep-material:substance-2mPropane 781 +ep-material:substance-25dmHexane
782 - rdf:type owl:Class , ep-material:SubstanceType ; 782 + rdf:type ep-material:ReportingProductType , owl:Class ;
783 - rdfs:label "2m propane"^^xsd:string ; 783 + rdfs:label "25dm hexane"^^xsd:string ;
784 - rdfs:subClassOf ep-material:Material . 784 + rdfs:subClassOf ep-material:Material .
785 - 785 +
786 -ep-material:substance-33dmPentane 786 +ep-material:substance-2mButane
787 - rdf:type owl:Class , ep-material:SubstanceType ; 787 + rdf:type ep-material:ReportingProductType , owl:Class ;
788 - rdfs:label "33dm pentane"^^xsd:string ; 788 + rdfs:label "2m butane"^^xsd:string ;
789 - rdfs:subClassOf ep-material:Material . 789 + rdfs:subClassOf ep-material:Material .
790 - 790 +
791 -ep-material:substance-3etPentane 791 +ep-material:substance-2mHexane
792 - rdf:type owl:Class , ep-material:SubstanceType ; 792 + rdf:type ep-material:ReportingProductType , owl:Class ;
793 - rdfs:label "3et pentane"^^xsd:string ; 793 + rdfs:label "2m hexane"^^xsd:string ;
794 - rdfs:subClassOf ep-material:Material . 794 + rdfs:subClassOf ep-material:Material .
795 - 795 +
796 -ep-material:substance-3mHexane 796 +ep-material:substance-2mPentane
797 - rdf:type owl:Class , ep-material:SubstanceType ; 797 + rdf:type ep-material:ReportingProductType , owl:Class ;
798 - rdfs:label "3m hexane"^^xsd:string ; 798 + rdfs:label "2m pentane"^^xsd:string ;
799 - rdfs:subClassOf ep-material:Material . 799 + rdfs:subClassOf ep-material:Material .
800 - 800 +
801 -ep-material:substance-3mPentane 801 +ep-material:substance-2mPropane
802 - rdf:type owl:Class , ep-material:SubstanceType ; 802 + rdf:type ep-material:ReportingProductType , owl:Class ;
803 - rdfs:label "3m pentane"^^xsd:string ; 803 + rdfs:label "2m propane"^^xsd:string ;
804 - rdfs:subClassOf ep-material:Material . 804 + rdfs:subClassOf ep-material:Material .
805 - 805 +
806 -ep-material:substance-Ar 806 +ep-material:substance-33dmPentane
807 - rdf:type owl:Class , ep-material:SubstanceType ; 807 + rdf:type ep-material:ReportingProductType , owl:Class ;
808 - rdfs:label "Argon"^^xsd:string ; 808 + rdfs:label "33dm pentane"^^xsd:string ;
809 - rdfs:subClassOf ep-material:Material ; 809 + rdfs:subClassOf ep-material:Material .
810 - ep-core:shortName "Ar"^^xsd:string . 810 +
811 - 811 +ep-material:substance-3etPentane
812 -ep-material:substance-Benzene 812 + rdf:type ep-material:ReportingProductType , owl:Class ;
813 - rdf:type owl:Class , ep-material:SubstanceType ; 813 + rdfs:label "3et pentane"^^xsd:string ;
814 - rdfs:label "benzene"^^xsd:string ; 814 + rdfs:subClassOf ep-material:Material .
815 - rdfs:subClassOf ep-material:Material ; 815 +
816 - ep-core:seeReferenceData 816 +ep-material:substance-3mHexane
817 - "http://posccaesar.org/rdl/RDS423899"^^xsd:string . 817 + rdf:type ep-material:ReportingProductType , owl:Class ;
818 - 818 + rdfs:label "3m hexane"^^xsd:string ;
819 -ep-material:substance-Butane 819 + rdfs:subClassOf ep-material:Material .
820 - rdf:type owl:Class , ep-material:SubstanceType ; 820 +
821 - rdfs:label "butane"^^xsd:string ; 821 +ep-material:substance-3mPentane
822 - rdfs:subClassOf ep-material:Material ; 822 + rdf:type ep-material:ReportingProductType , owl:Class ;
823 - ep-core:seeReferenceData 823 + rdfs:label "3m pentane"^^xsd:string ;
824 - "http://posccaesar.org/rdl/RDS419354"^^xsd:string . 824 + rdfs:subClassOf ep-material:Material .
825 - 825 +
826 -ep-material:substance-C11F 826 +ep-material:substance-Ar
827 - rdf:type owl:Class , ep-material:SubstanceType ; 827 + rdf:type ep-material:ReportingProductType , owl:Class ;
828 - rdfs:label "C11F"^^xsd:string ; 828 + rdfs:label "Argon"^^xsd:string ;
829 - rdfs:subClassOf ep-material:Material . 829 + rdfs:subClassOf ep-material:Material ;
830 - 830 + ep-core:shortName "Ar"^^xsd:string .
831 -ep-material:substance-C12F 831 +
832 - rdf:type owl:Class , ep-material:SubstanceType ; 832 +ep-material:substance-Benzene
833 - rdfs:label "C12F"^^xsd:string ; 833 + rdf:type ep-material:ReportingProductType , owl:Class ;
834 - rdfs:subClassOf ep-material:Material . 834 + rdfs:label "benzene"^^xsd:string ;
835 - 835 + rdfs:subClassOf ep-material:Material ;
836 -ep-material:substance-C13F 836 + ep-core:seeReferenceData
837 - rdf:type owl:Class , ep-material:SubstanceType ; 837 + "http://posccaesar.org/rdl/RDS423899"^^xsd:string .
838 - rdfs:label "C13F"^^xsd:string ; 838 +
839 - rdfs:subClassOf ep-material:Material . 839 +ep-material:substance-Butane
840 - 840 + rdf:type ep-material:ReportingProductType , owl:Class ;
841 -ep-material:substance-C13dmcyPentane 841 + rdfs:label "butane"^^xsd:string ;
842 - rdf:type owl:Class , ep-material:SubstanceType ; 842 + rdfs:subClassOf ep-material:Material ;
843 - rdfs:label "c13dmcy pentane"^^xsd:string ; 843 + ep-core:seeReferenceData
844 - rdfs:subClassOf ep-material:Material . 844 + "http://posccaesar.org/rdl/RDS419354"^^xsd:string .
845 - 845 +
846 -ep-material:substance-C14F 846 +ep-material:substance-C11F
847 - rdf:type owl:Class , ep-material:SubstanceType ; 847 + rdf:type ep-material:ReportingProductType , owl:Class ;
848 - rdfs:label "C14F"^^xsd:string ; 848 + rdfs:label "C11F"^^xsd:string ;
849 - rdfs:subClassOf ep-material:Material . 849 + rdfs:subClassOf ep-material:Material .
850 - 850 +
851 -ep-material:substance-C15F 851 +ep-material:substance-C12F
852 - rdf:type owl:Class , ep-material:SubstanceType ; 852 + rdf:type ep-material:ReportingProductType , owl:Class ;
853 - rdfs:label "C15F"^^xsd:string ; 853 + rdfs:label "C12F"^^xsd:string ;
854 - rdfs:subClassOf ep-material:Material . 854 + rdfs:subClassOf ep-material:Material .
855 - 855 +
856 -ep-material:substance-C16F 856 +ep-material:substance-C13F
857 - rdf:type owl:Class , ep-material:SubstanceType ; 857 + rdf:type ep-material:ReportingProductType , owl:Class ;
858 - rdfs:label "C16F"^^xsd:string ; 858 + rdfs:label "C13F"^^xsd:string ;
859 - rdfs:subClassOf ep-material:Material . 859 + rdfs:subClassOf ep-material:Material .
860 - 860 +
861 -ep-material:substance-C17F 861 +ep-material:substance-C13dmcyPentane
862 - rdf:type owl:Class , ep-material:SubstanceType ; 862 + rdf:type ep-material:ReportingProductType , owl:Class ;
863 - rdfs:label "C17F"^^xsd:string ; 863 + rdfs:label "c13dmcy pentane"^^xsd:string ;
864 - rdfs:subClassOf ep-material:Material . 864 + rdfs:subClassOf ep-material:Material .
865 - 865 +
866 -ep-material:substance-C18F 866 +ep-material:substance-C14F
867 - rdf:type owl:Class , ep-material:SubstanceType ; 867 + rdf:type ep-material:ReportingProductType , owl:Class ;
868 - rdfs:label "C18F"^^xsd:string ; 868 + rdfs:label "C14F"^^xsd:string ;
869 - rdfs:subClassOf ep-material:Material . 869 + rdfs:subClassOf ep-material:Material .
870 - 870 +
871 -ep-material:substance-C19F 871 +ep-material:substance-C15F
872 - rdf:type owl:Class , ep-material:SubstanceType ; 872 + rdf:type ep-material:ReportingProductType , owl:Class ;
873 - rdfs:label "C19F"^^xsd:string ; 873 + rdfs:label "C15F"^^xsd:string ;
874 - rdfs:subClassOf ep-material:Material . 874 + rdfs:subClassOf ep-material:Material .
875 - 875 +
876 -ep-material:substance-C20F 876 +ep-material:substance-C16F
877 - rdf:type owl:Class , ep-material:SubstanceType ; 877 + rdf:type ep-material:ReportingProductType , owl:Class ;
878 - rdfs:label "C20F"^^xsd:string ; 878 + rdfs:label "C16F"^^xsd:string ;
879 - rdfs:subClassOf ep-material:Material . 879 + rdfs:subClassOf ep-material:Material .
880 - 880 +
881 -ep-material:substance-C21F 881 +ep-material:substance-C17F
882 - rdf:type owl:Class , ep-material:SubstanceType ; 882 + rdf:type ep-material:ReportingProductType , owl:Class ;
883 - rdfs:label "C21F"^^xsd:string ; 883 + rdfs:label "C17F"^^xsd:string ;
884 - rdfs:subClassOf ep-material:Material . 884 + rdfs:subClassOf ep-material:Material .
885 - 885 +
886 -ep-material:substance-C22F 886 +ep-material:substance-C18F
887 - rdf:type owl:Class , ep-material:SubstanceType ; 887 + rdf:type ep-material:ReportingProductType , owl:Class ;
888 - rdfs:label "C22F"^^xsd:string ; 888 + rdfs:label "C18F"^^xsd:string ;
889 - rdfs:subClassOf ep-material:Material . 889 + rdfs:subClassOf ep-material:Material .
890 - 890 +
891 -ep-material:substance-C23F 891 +ep-material:substance-C19F
892 - rdf:type owl:Class , ep-material:SubstanceType ; 892 + rdf:type ep-material:ReportingProductType , owl:Class ;
893 - rdfs:label "C23F"^^xsd:string ; 893 + rdfs:label "C19F"^^xsd:string ;
894 - rdfs:subClassOf ep-material:Material . 894 + rdfs:subClassOf ep-material:Material .
895 - 895 +
896 -ep-material:substance-C24F 896 +ep-material:substance-C20F
897 - rdf:type owl:Class , ep-material:SubstanceType ; 897 + rdf:type ep-material:ReportingProductType , owl:Class ;
898 - rdfs:label "C24F"^^xsd:string ; 898 + rdfs:label "C20F"^^xsd:string ;
899 - rdfs:subClassOf ep-material:Material . 899 + rdfs:subClassOf ep-material:Material .
900 - 900 +
901 -ep-material:substance-C25F 901 +ep-material:substance-C21F
902 - rdf:type owl:Class , ep-material:SubstanceType ; 902 + rdf:type ep-material:ReportingProductType , owl:Class ;
903 - rdfs:label "C25F"^^xsd:string ; 903 + rdfs:label "C21F"^^xsd:string ;
904 - rdfs:subClassOf ep-material:Material . 904 + rdfs:subClassOf ep-material:Material .
905 - 905 +
906 -ep-material:substance-C26F 906 +ep-material:substance-C22F
907 - rdf:type owl:Class , ep-material:SubstanceType ; 907 + rdf:type ep-material:ReportingProductType , owl:Class ;
908 - rdfs:label "C26F"^^xsd:string ; 908 + rdfs:label "C22F"^^xsd:string ;
909 - rdfs:subClassOf ep-material:Material . 909 + rdfs:subClassOf ep-material:Material .
910 - 910 +
911 -ep-material:substance-C27F 911 +ep-material:substance-C23F
912 - rdf:type owl:Class , ep-material:SubstanceType ; 912 + rdf:type ep-material:ReportingProductType , owl:Class ;
913 - rdfs:label "C27F"^^xsd:string ; 913 + rdfs:label "C23F"^^xsd:string ;
914 - rdfs:subClassOf ep-material:Material . 914 + rdfs:subClassOf ep-material:Material .
915 - 915 +
916 -ep-material:substance-C28F 916 +ep-material:substance-C24F
917 - rdf:type owl:Class , ep-material:SubstanceType ; 917 + rdf:type ep-material:ReportingProductType , owl:Class ;
918 - rdfs:label "C28F"^^xsd:string ; 918 + rdfs:label "C24F"^^xsd:string ;
919 - rdfs:subClassOf ep-material:Material . 919 + rdfs:subClassOf ep-material:Material .
920 - 920 +
921 -ep-material:substance-C29F 921 +ep-material:substance-C25F
922 - rdf:type owl:Class , ep-material:SubstanceType ; 922 + rdf:type ep-material:ReportingProductType , owl:Class ;
923 - rdfs:label "C29F"^^xsd:string ; 923 + rdfs:label "C25F"^^xsd:string ;
924 - rdfs:subClassOf ep-material:Material . 924 + rdfs:subClassOf ep-material:Material .
925 - 925 +
926 -ep-material:substance-C30F 926 +ep-material:substance-C26F
927 - rdf:type owl:Class , ep-material:SubstanceType ; 927 + rdf:type ep-material:ReportingProductType , owl:Class ;
928 - rdfs:label "C30F"^^xsd:string ; 928 + rdfs:label "C26F"^^xsd:string ;
929 - rdfs:subClassOf ep-material:Material . 929 + rdfs:subClassOf ep-material:Material .
930 - 930 +
931 -ep-material:substance-C31F 931 +ep-material:substance-C27F
932 - rdf:type owl:Class , ep-material:SubstanceType ; 932 + rdf:type ep-material:ReportingProductType , owl:Class ;
933 - rdfs:label "C31F"^^xsd:string ; 933 + rdfs:label "C27F"^^xsd:string ;
934 - rdfs:subClassOf ep-material:Material . 934 + rdfs:subClassOf ep-material:Material .
935 - 935 +
936 -ep-material:substance-C32F 936 +ep-material:substance-C28F
937 - rdf:type owl:Class , ep-material:SubstanceType ; 937 + rdf:type ep-material:ReportingProductType , owl:Class ;
938 - rdfs:label "C32F"^^xsd:string ; 938 + rdfs:label "C28F"^^xsd:string ;
939 - rdfs:subClassOf ep-material:Material . 939 + rdfs:subClassOf ep-material:Material .
940 - 940 +
941 -ep-material:substance-C33F 941 +ep-material:substance-C29F
942 - rdf:type owl:Class , ep-material:SubstanceType ; 942 + rdf:type ep-material:ReportingProductType , owl:Class ;
943 - rdfs:label "C33F"^^xsd:string ; 943 + rdfs:label "C29F"^^xsd:string ;
944 - rdfs:subClassOf ep-material:Material . 944 + rdfs:subClassOf ep-material:Material .
945 - 945 +
946 -ep-material:substance-C34F 946 +ep-material:substance-C30F
947 - rdf:type owl:Class , ep-material:SubstanceType ; 947 + rdf:type ep-material:ReportingProductType , owl:Class ;
948 - rdfs:label "C34F"^^xsd:string ; 948 + rdfs:label "C30F"^^xsd:string ;
949 - rdfs:subClassOf ep-material:Material . 949 + rdfs:subClassOf ep-material:Material .
950 - 950 +
951 -ep-material:substance-C35F 951 +ep-material:substance-C31F
952 - rdf:type owl:Class , ep-material:SubstanceType ; 952 + rdf:type ep-material:ReportingProductType , owl:Class ;
953 - rdfs:label "C35F"^^xsd:string ; 953 + rdfs:label "C31F"^^xsd:string ;
954 - rdfs:subClassOf ep-material:Material . 954 + rdfs:subClassOf ep-material:Material .
955 - 955 +
956 -ep-material:substance-C36F 956 +ep-material:substance-C32F
957 - rdf:type owl:Class , ep-material:SubstanceType ; 957 + rdf:type ep-material:ReportingProductType , owl:Class ;
958 - rdfs:label "C36F"^^xsd:string ; 958 + rdfs:label "C32F"^^xsd:string ;
959 - rdfs:subClassOf ep-material:Material . 959 + rdfs:subClassOf ep-material:Material .
960 - 960 +
961 -ep-material:substance-C37F 961 +ep-material:substance-C33F
962 - rdf:type owl:Class , ep-material:SubstanceType ; 962 + rdf:type ep-material:ReportingProductType , owl:Class ;
963 - rdfs:label "C37F"^^xsd:string ; 963 + rdfs:label "C33F"^^xsd:string ;
964 - rdfs:subClassOf ep-material:Material . 964 + rdfs:subClassOf ep-material:Material .
965 - 965 +
966 -ep-material:substance-C38F 966 +ep-material:substance-C34F
967 - rdf:type owl:Class , ep-material:SubstanceType ; 967 + rdf:type ep-material:ReportingProductType , owl:Class ;
968 - rdfs:label "C38F"^^xsd:string ; 968 + rdfs:label "C34F"^^xsd:string ;
969 - rdfs:subClassOf ep-material:Material . 969 + rdfs:subClassOf ep-material:Material .
970 - 970 +
971 -ep-material:substance-C39F 971 +ep-material:substance-C35F
972 - rdf:type owl:Class , ep-material:SubstanceType ; 972 + rdf:type ep-material:ReportingProductType , owl:Class ;
973 - rdfs:label "C39F"^^xsd:string ; 973 + rdfs:label "C35F"^^xsd:string ;
974 - rdfs:subClassOf ep-material:Material . 974 + rdfs:subClassOf ep-material:Material .
975 - 975 +
976 -ep-material:substance-C40F 976 +ep-material:substance-C36F
977 - rdf:type owl:Class , ep-material:SubstanceType ; 977 + rdf:type ep-material:ReportingProductType , owl:Class ;
978 - rdfs:label "C40F"^^xsd:string ; 978 + rdfs:label "C36F"^^xsd:string ;
979 - rdfs:subClassOf ep-material:Material . 979 + rdfs:subClassOf ep-material:Material .
980 - 980 +
981 -ep-material:substance-C41F 981 +ep-material:substance-C37F
982 - rdf:type owl:Class , ep-material:SubstanceType ; 982 + rdf:type ep-material:ReportingProductType , owl:Class ;
983 - rdfs:label "C41F"^^xsd:string ; 983 + rdfs:label "C37F"^^xsd:string ;
984 - rdfs:subClassOf ep-material:Material . 984 + rdfs:subClassOf ep-material:Material .
985 - 985 +
986 -ep-material:substance-C42F 986 +ep-material:substance-C38F
987 - rdf:type owl:Class , ep-material:SubstanceType ; 987 + rdf:type ep-material:ReportingProductType , owl:Class ;
988 - rdfs:label "C42F"^^xsd:string ; 988 + rdfs:label "C38F"^^xsd:string ;
989 - rdfs:subClassOf ep-material:Material . 989 + rdfs:subClassOf ep-material:Material .
990 - 990 +
991 -ep-material:substance-C43F 991 +ep-material:substance-C39F
992 - rdf:type owl:Class , ep-material:SubstanceType ; 992 + rdf:type ep-material:ReportingProductType , owl:Class ;
993 - rdfs:label "C43F"^^xsd:string ; 993 + rdfs:label "C39F"^^xsd:string ;
994 - rdfs:subClassOf ep-material:Material . 994 + rdfs:subClassOf ep-material:Material .
995 - 995 +
996 -ep-material:substance-C44F 996 +ep-material:substance-C40F
997 - rdf:type owl:Class , ep-material:SubstanceType ; 997 + rdf:type ep-material:ReportingProductType , owl:Class ;
998 - rdfs:label "C44F"^^xsd:string ; 998 + rdfs:label "C40F"^^xsd:string ;
999 - rdfs:subClassOf ep-material:Material . 999 + rdfs:subClassOf ep-material:Material .
1000 - 1000 +
1001 -ep-material:substance-C45F 1001 +ep-material:substance-C41F
1002 - rdf:type owl:Class , ep-material:SubstanceType ; 1002 + rdf:type ep-material:ReportingProductType , owl:Class ;
1003 - rdfs:label "C45F"^^xsd:string ; 1003 + rdfs:label "C41F"^^xsd:string ;
1004 - rdfs:subClassOf ep-material:Material . 1004 + rdfs:subClassOf ep-material:Material .
1005 - 1005 +
1006 -ep-material:substance-C46F 1006 +ep-material:substance-C42F
1007 - rdf:type owl:Class , ep-material:SubstanceType ; 1007 + rdf:type ep-material:ReportingProductType , owl:Class ;
1008 - rdfs:label "C46F"^^xsd:string ; 1008 + rdfs:label "C42F"^^xsd:string ;
1009 - rdfs:subClassOf ep-material:Material . 1009 + rdfs:subClassOf ep-material:Material .
1010 - 1010 +
1011 -ep-material:substance-C47F 1011 +ep-material:substance-C43F
1012 - rdf:type owl:Class , ep-material:SubstanceType ; 1012 + rdf:type ep-material:ReportingProductType , owl:Class ;
1013 - rdfs:label "C47F"^^xsd:string ; 1013 + rdfs:label "C43F"^^xsd:string ;
1014 - rdfs:subClassOf ep-material:Material . 1014 + rdfs:subClassOf ep-material:Material .
1015 - 1015 +
1016 -ep-material:substance-C48F 1016 +ep-material:substance-C44F
1017 - rdf:type owl:Class , ep-material:SubstanceType ; 1017 + rdf:type ep-material:ReportingProductType , owl:Class ;
1018 - rdfs:label "C48F"^^xsd:string ; 1018 + rdfs:label "C44F"^^xsd:string ;
1019 - rdfs:subClassOf ep-material:Material . 1019 + rdfs:subClassOf ep-material:Material .
1020 - 1020 +
1021 -ep-material:substance-C49F 1021 +ep-material:substance-C45F
1022 - rdf:type owl:Class , ep-material:SubstanceType ; 1022 + rdf:type ep-material:ReportingProductType , owl:Class ;
1023 - rdfs:label "C49F"^^xsd:string ; 1023 + rdfs:label "C45F"^^xsd:string ;
1024 - rdfs:subClassOf ep-material:Material . 1024 + rdfs:subClassOf ep-material:Material .
1025 - 1025 +
1026 -ep-material:substance-CO2 1026 +ep-material:substance-C46F
1027 - rdf:type owl:Class , ep-material:SubstanceType ; 1027 + rdf:type ep-material:ReportingProductType , owl:Class ;
1028 - rdfs:label "CO2"^^xsd:string ; 1028 + rdfs:label "C46F"^^xsd:string ;
1029 - rdfs:subClassOf ep-material:Material . 1029 + rdfs:subClassOf ep-material:Material .
1030 - 1030 +
1031 -ep-material:substance-Cyclohexane 1031 +ep-material:substance-C47F
1032 - rdf:type owl:Class , ep-material:SubstanceType ; 1032 + rdf:type ep-material:ReportingProductType , owl:Class ;
1033 - rdfs:label "cyclohexane"^^xsd:string ; 1033 + rdfs:label "C47F"^^xsd:string ;
1034 - rdfs:subClassOf ep-material:Material ; 1034 + rdfs:subClassOf ep-material:Material .
1035 - ep-core:seeReferenceData 1035 +
1036 - "http://posccaesar.org/rdl/RDS424439"^^xsd:string . 1036 +ep-material:substance-C48F
1037 - 1037 + rdf:type ep-material:ReportingProductType , owl:Class ;
1038 -ep-material:substance-Cyclopentane 1038 + rdfs:label "C48F"^^xsd:string ;
1039 - rdf:type owl:Class , ep-material:SubstanceType ; 1039 + rdfs:subClassOf ep-material:Material .
1040 - rdfs:label "cyclopentane"^^xsd:string ; 1040 +
1041 - rdfs:subClassOf ep-material:Material ; 1041 +ep-material:substance-C49F
1042 - ep-core:seeReferenceData 1042 + rdf:type ep-material:ReportingProductType , owl:Class ;
1043 - "http://posccaesar.org/rdl/RDS424619"^^xsd:string . 1043 + rdfs:label "C49F"^^xsd:string ;
1044 - 1044 + rdfs:subClassOf ep-material:Material .
1045 -ep-material:substance-Decanes 1045 +
1046 - rdf:type owl:Class , ep-material:SubstanceType ; 1046 +ep-material:substance-CO2
1047 - rdfs:label "decanes"^^xsd:string ; 1047 + rdf:type ep-material:ReportingProductType , owl:Class ;
1048 - rdfs:subClassOf ep-material:Material . 1048 + rdfs:label "CO2"^^xsd:string ;
1049 - 1049 + rdfs:subClassOf ep-material:Material .
1050 -ep-material:substance-EtBenzene 1050 +
1051 - rdf:type owl:Class , ep-material:SubstanceType ; 1051 +ep-material:substance-Cyclohexane
1052 - rdfs:label "et benzene"^^xsd:string ; 1052 + rdf:type ep-material:ReportingProductType , owl:Class ;
1053 - rdfs:subClassOf ep-material:Material . 1053 + rdfs:label "cyclohexane"^^xsd:string ;
1054 - 1054 + rdfs:subClassOf ep-material:Material ;
1055 -ep-material:substance-EtcyPentane 1055 + ep-core:seeReferenceData
1056 - rdf:type owl:Class , ep-material:SubstanceType ; 1056 + "http://posccaesar.org/rdl/RDS424439"^^xsd:string .
1057 - rdfs:label "etcy pentane"^^xsd:string ; 1057 +
1058 - rdfs:subClassOf ep-material:Material . 1058 +ep-material:substance-Cyclopentane
1059 - 1059 + rdf:type ep-material:ReportingProductType , owl:Class ;
1060 -ep-material:substance-Ethane 1060 + rdfs:label "cyclopentane"^^xsd:string ;
1061 - rdf:type owl:Class , ep-material:SubstanceType ; 1061 + rdfs:subClassOf ep-material:Material ;
1062 - rdfs:label "C2"^^xsd:string ; 1062 + ep-core:seeReferenceData
1063 - rdfs:subClassOf ep-material:Material ; 1063 + "http://posccaesar.org/rdl/RDS424619"^^xsd:string .
1064 - ep-core:name "ethane"^^xsd:string ; 1064 +
1065 - ep-core:seeReferenceData 1065 +ep-material:substance-Decanes
1066 - "http://posccaesar.org/rdl/RDS419219"^^xsd:string . 1066 + rdf:type ep-material:ReportingProductType , owl:Class ;
1067 - 1067 + rdfs:label "decanes"^^xsd:string ;
1068 -ep-material:substance-H2 1068 + rdfs:subClassOf ep-material:Material .
1069 - rdf:type owl:Class , ep-material:SubstanceType ; 1069 +
1070 - rdfs:label "H2"^^xsd:string ; 1070 +ep-material:substance-EtBenzene
1071 - rdfs:subClassOf ep-material:Material . 1071 + rdf:type ep-material:ReportingProductType , owl:Class ;
1072 - 1072 + rdfs:label "et benzene"^^xsd:string ;
1073 -ep-material:substance-H2O 1073 + rdfs:subClassOf ep-material:Material .
1074 - rdf:type owl:Class , ep-material:SubstanceType ; 1074 +
1075 - rdfs:label "H2O"^^xsd:string ; 1075 +ep-material:substance-EtcyPentane
1076 - rdfs:subClassOf ep-material:Material . 1076 + rdf:type ep-material:ReportingProductType , owl:Class ;
1077 - 1077 + rdfs:label "etcy pentane"^^xsd:string ;
1078 -ep-material:substance-H2S 1078 + rdfs:subClassOf ep-material:Material .
1079 - rdf:type owl:Class , ep-material:SubstanceType ; 1079 +
1080 - rdfs:label "H2S"^^xsd:string ; 1080 +ep-material:substance-Ethane
1081 - rdfs:subClassOf ep-material:Material . 1081 + rdf:type ep-material:ReportingProductType , owl:Class ;
1082 - 1082 + rdfs:label "C2"^^xsd:string ;
1083 -ep-material:substance-Heptanes 1083 + rdfs:subClassOf ep-material:Material ;
1084 - rdf:type owl:Class , ep-material:SubstanceType ; 1084 + ep-core:name "ethane"^^xsd:string ;
1085 - rdfs:label "heptanes"^^xsd:string ; 1085 + ep-core:seeReferenceData
1086 - rdfs:subClassOf ep-material:Material . 1086 + "http://posccaesar.org/rdl/RDS419219"^^xsd:string .
1087 - 1087 +
1088 -ep-material:substance-Hexane 1088 +ep-material:substance-H2
1089 - rdf:type owl:Class , ep-material:SubstanceType ; 1089 + rdf:type ep-material:ReportingProductType , owl:Class ;
1090 - rdfs:label "hexane"^^xsd:string ; 1090 + rdfs:label "H2"^^xsd:string ;
1091 - rdfs:subClassOf ep-material:Material ; 1091 + rdfs:subClassOf ep-material:Material .
1092 - ep-core:seeReferenceData 1092 +
1093 - "http://posccaesar.org/rdl/RDS419489"^^xsd:string . 1093 +ep-material:substance-H2O
1094 - 1094 + rdf:type ep-material:ReportingProductType , owl:Class ;
1095 -ep-material:substance-Hexanes 1095 + rdfs:label "H2O"^^xsd:string ;
1096 - rdf:type owl:Class , ep-material:SubstanceType ; 1096 + rdfs:subClassOf ep-material:Material .
1097 - rdfs:label "hexanes"^^xsd:string ; 1097 +
1098 - rdfs:subClassOf ep-material:Material . 1098 +ep-material:substance-H2S
1099 - 1099 + rdf:type ep-material:ReportingProductType , owl:Class ;
1100 -ep-material:substance-MBenzene 1100 + rdfs:label "H2S"^^xsd:string ;
1101 - rdf:type owl:Class , ep-material:SubstanceType ; 1101 + rdfs:subClassOf ep-material:Material .
1102 - rdfs:label "m benzene"^^xsd:string ; 1102 +
1103 - rdfs:subClassOf ep-material:Material . 1103 +ep-material:substance-Heptanes
1104 - 1104 + rdf:type ep-material:ReportingProductType , owl:Class ;
1105 -ep-material:substance-McyHexane 1105 + rdfs:label "heptanes"^^xsd:string ;
1106 - rdf:type owl:Class , ep-material:SubstanceType ; 1106 + rdfs:subClassOf ep-material:Material .
1107 - rdfs:label "mcy hexane"^^xsd:string ; 1107 +
1108 - rdfs:subClassOf ep-material:Material . 1108 +ep-material:substance-Hexane
1109 - 1109 + rdf:type ep-material:ReportingProductType , owl:Class ;
1110 -ep-material:substance-McyPentane 1110 + rdfs:label "hexane"^^xsd:string ;
1111 - rdf:type owl:Class , ep-material:SubstanceType ; 1111 + rdfs:subClassOf ep-material:Material ;
1112 - rdfs:label "mcy pentane"^^xsd:string ; 1112 + ep-core:seeReferenceData
1113 - rdfs:subClassOf ep-material:Material . 1113 + "http://posccaesar.org/rdl/RDS419489"^^xsd:string .
1114 - 1114 +
1115 -ep-material:substance-Methane 1115 +ep-material:substance-Hexanes
1116 - rdf:type owl:Class , ep-material:SubstanceType ; 1116 + rdf:type ep-material:ReportingProductType , owl:Class ;
1117 - rdfs:label "C1"^^xsd:string ; 1117 + rdfs:label "hexanes"^^xsd:string ;
1118 - rdfs:subClassOf ep-material:Material ; 1118 + rdfs:subClassOf ep-material:Material .
1119 - ep-core:name "methane"^^xsd:string . 1119 +
1120 - 1120 +ep-material:substance-MBenzene
1121 -ep-material:substance-N2 1121 + rdf:type ep-material:ReportingProductType , owl:Class ;
1122 - rdf:type owl:Class , ep-material:SubstanceType ; 1122 + rdfs:label "m benzene"^^xsd:string ;
1123 - rdfs:label "N2"^^xsd:string ; 1123 + rdfs:subClassOf ep-material:Material .
1124 - rdfs:subClassOf ep-material:Material . 1124 +
1125 - 1125 +ep-material:substance-McyHexane
1126 -ep-material:substance-Nonanes 1126 + rdf:type ep-material:ReportingProductType , owl:Class ;
1127 - rdf:type owl:Class , ep-material:SubstanceType ; 1127 + rdfs:label "mcy hexane"^^xsd:string ;
1128 - rdfs:label "nonanes"^^xsd:string ; 1128 + rdfs:subClassOf ep-material:Material .
1129 - rdfs:subClassOf ep-material:Material . 1129 +
1130 - 1130 +ep-material:substance-McyPentane
1131 -ep-material:substance-O2 1131 + rdf:type ep-material:ReportingProductType , owl:Class ;
1132 - rdf:type owl:Class , ep-material:SubstanceType ; 1132 + rdfs:label "mcy pentane"^^xsd:string ;
1133 - rdfs:label "O2"^^xsd:string ; 1133 + rdfs:subClassOf ep-material:Material .
1134 - rdfs:subClassOf ep-material:Material . 1134 +
1135 - 1135 +ep-material:substance-Methane
1136 -ep-material:substance-Octanes 1136 + rdf:type ep-material:ReportingProductType , owl:Class ;
1137 - rdf:type owl:Class , ep-material:SubstanceType ; 1137 + rdfs:label "C1"^^xsd:string ;
1138 - rdfs:label "octanes"^^xsd:string ; 1138 + rdfs:subClassOf ep-material:Material ;
1139 - rdfs:subClassOf ep-material:Material . 1139 + ep-core:name "methane"^^xsd:string .
1140 - 1140 +
1141 -ep-material:substance-T12dmcyPentane 1141 +ep-material:substance-N2
1142 - rdf:type owl:Class , ep-material:SubstanceType ; 1142 + rdf:type ep-material:ReportingProductType , owl:Class ;
1143 - rdfs:label "t12dmcy pentane"^^xsd:string ; 1143 + rdfs:label "N2"^^xsd:string ;
1144 - rdfs:subClassOf ep-material:Material . 1144 + rdfs:subClassOf ep-material:Material .
1145 - 1145 +
1146 -ep-material:substance-T13dmcyPentane 1146 +ep-material:substance-Nonanes
1147 - rdf:type owl:Class , ep-material:SubstanceType ; 1147 + rdf:type ep-material:ReportingProductType , owl:Class ;
1148 - rdfs:label "t13dmcy pentane"^^xsd:string ; 1148 + rdfs:label "nonanes"^^xsd:string ;
1149 - rdfs:subClassOf ep-material:Material . 1149 + rdfs:subClassOf ep-material:Material .
1150 - 1150 +
1151 -ep-material:volumeRatio 1151 +ep-material:substance-O2
1152 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1152 + rdf:type ep-material:ReportingProductType , owl:Class ;
1153 - rdfs:domain ep-material:MaterialPair ; 1153 + rdfs:label "O2"^^xsd:string ;
1154 - rdfs:label "volume ratio"^^xsd:string ; 1154 + rdfs:subClassOf ep-material:Material .
1155 - rdfs:range ep-core:Ratio . 1155 +
1156 - 1156 +ep-material:substance-Octanes
1157 -ep-material:wholeMaterialOfPair 1157 + rdf:type ep-material:ReportingProductType , owl:Class ;
1158 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1158 + rdfs:label "octanes"^^xsd:string ;
1159 - rdfs:domain ep-material:MaterialPartWholePair ; 1159 + rdfs:subClassOf ep-material:Material .
1160 - rdfs:label "whole material of pair"^^xsd:string ; 1160 +
1161 - rdfs:range ep-material:Material ; 1161 +ep-material:substance-T12dmcyPentane
1162 - rdfs:subPropertyOf ep-material:secondMaterialOfPair . 1162 + rdf:type ep-material:ReportingProductType , owl:Class ;
1163 + rdfs:label "t12dmcy pentane"^^xsd:string ;
1164 + rdfs:subClassOf ep-material:Material .
1165 +
1166 +ep-material:substance-T13dmcyPentane
1167 + rdf:type ep-material:ReportingProductType , owl:Class ;
1168 + rdfs:label "t13dmcy pentane"^^xsd:string ;
1169 + rdfs:subClassOf ep-material:Material .
1170 +
1171 +ep-material:volumeRatio
1172 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1173 + rdfs:domain ep-material:MaterialPair ;
1174 + rdfs:label "volume ratio"^^xsd:string ;
1175 + rdfs:range ep-core:Ratio .
1176 +
1177 +ep-material:wholeMaterialOfPair
1178 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1179 + rdfs:domain ep-material:MaterialPartWholePair ;
1180 + rdfs:label "whole material of pair"^^xsd:string ;
1181 + rdfs:range ep-material:Material ;
1182 + rdfs:subPropertyOf ep-material:secondMaterialOfPair .
......
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.