David Price

Removed cases of 2 rdfs:label in classes and improved DPR tables fluids section.

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