Showing
5 changed files
with
149 additions
and
132 deletions
... | @@ -25,7 +25,7 @@ ep-material:Ammonium | ... | @@ -25,7 +25,7 @@ ep-material:Ammonium |
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 ep-material:ReportingProductType , owl:Class ; | 28 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
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 | ||
... | @@ -49,7 +49,7 @@ ep-material:BatchOfCargo | ... | @@ -49,7 +49,7 @@ ep-material:BatchOfCargo |
49 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 49 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
50 | 50 | ||
51 | ep-material:Benzene | 51 | ep-material:Benzene |
52 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 52 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
53 | rdfs:label "benzene"^^xsd:string ; | 53 | rdfs:label "benzene"^^xsd:string ; |
54 | rdfs:subClassOf ep-material:Material ; | 54 | rdfs:subClassOf ep-material:Material ; |
55 | ep-core:seeReferenceData | 55 | ep-core:seeReferenceData |
... | @@ -61,158 +61,158 @@ ep-material:Brine | ... | @@ -61,158 +61,158 @@ ep-material:Brine |
61 | rdfs:subClassOf ep-material:Water . | 61 | rdfs:subClassOf ep-material:Water . |
62 | 62 | ||
63 | ep-material:Butanes | 63 | ep-material:Butanes |
64 | - rdf:type ep-material:ReportingProductType , owl:Class , ep-material:FluidSampleComponentType ; | 64 | + rdf:type ep-material:FluidSampleComponentType , owl:Class , ep-material:ReportingProductType ; |
65 | rdfs:label "butanes"^^xsd:string ; | 65 | rdfs:label "butanes"^^xsd:string ; |
66 | rdfs:subClassOf ep-material:Material ; | 66 | rdfs:subClassOf ep-material:Material ; |
67 | ep-core:shortName "C4"^^xsd:string . | 67 | ep-core:shortName "C4"^^xsd:string . |
68 | 68 | ||
69 | ep-material:C10AndHeavier | 69 | ep-material:C10AndHeavier |
70 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 70 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
71 | rdfs:label "C10+"^^xsd:string ; | 71 | rdfs:label "C10+"^^xsd:string ; |
72 | rdfs:subClassOf ep-material:Material . | 72 | rdfs:subClassOf ep-material:Material . |
73 | 73 | ||
74 | ep-material:C10AndLighter | 74 | ep-material:C10AndLighter |
75 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 75 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
76 | rdfs:label "C10-"^^xsd:string ; | 76 | rdfs:label "C10-"^^xsd:string ; |
77 | rdfs:subClassOf ep-material:Material . | 77 | rdfs:subClassOf ep-material:Material . |
78 | 78 | ||
79 | ep-material:C11 | 79 | ep-material:C11 |
80 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 80 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
81 | rdfs:label "C11"^^xsd:string ; | 81 | rdfs:label "C11"^^xsd:string ; |
82 | rdfs:subClassOf ep-material:Material . | 82 | rdfs:subClassOf ep-material:Material . |
83 | 83 | ||
84 | ep-material:C12 | 84 | ep-material:C12 |
85 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 85 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
86 | rdfs:label "C12"^^xsd:string ; | 86 | rdfs:label "C12"^^xsd:string ; |
87 | rdfs:subClassOf ep-material:Material . | 87 | rdfs:subClassOf ep-material:Material . |
88 | 88 | ||
89 | ep-material:C13 | 89 | ep-material:C13 |
90 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 90 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
91 | rdfs:label "C13"^^xsd:string ; | 91 | rdfs:label "C13"^^xsd:string ; |
92 | rdfs:subClassOf ep-material:Material . | 92 | rdfs:subClassOf ep-material:Material . |
93 | 93 | ||
94 | ep-material:C14 | 94 | ep-material:C14 |
95 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 95 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
96 | rdfs:label "C14"^^xsd:string ; | 96 | rdfs:label "C14"^^xsd:string ; |
97 | rdfs:subClassOf ep-material:Material . | 97 | rdfs:subClassOf ep-material:Material . |
98 | 98 | ||
99 | ep-material:C15 | 99 | ep-material:C15 |
100 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 100 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
101 | rdfs:label "C15"^^xsd:string ; | 101 | rdfs:label "C15"^^xsd:string ; |
102 | rdfs:subClassOf ep-material:Material . | 102 | rdfs:subClassOf ep-material:Material . |
103 | 103 | ||
104 | ep-material:C15AndHeavier | 104 | ep-material:C15AndHeavier |
105 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 105 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
106 | rdfs:label "C15+"^^xsd:string ; | 106 | rdfs:label "C15+"^^xsd:string ; |
107 | rdfs:subClassOf ep-material:Material . | 107 | rdfs:subClassOf ep-material:Material . |
108 | 108 | ||
109 | ep-material:C16 | 109 | ep-material:C16 |
110 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 110 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
111 | rdfs:label "C16"^^xsd:string ; | 111 | rdfs:label "C16"^^xsd:string ; |
112 | rdfs:subClassOf ep-material:Material . | 112 | rdfs:subClassOf ep-material:Material . |
113 | 113 | ||
114 | ep-material:C17 | 114 | ep-material:C17 |
115 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 115 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
116 | rdfs:label "C17"^^xsd:string ; | 116 | rdfs:label "C17"^^xsd:string ; |
117 | rdfs:subClassOf ep-material:Material . | 117 | rdfs:subClassOf ep-material:Material . |
118 | 118 | ||
119 | ep-material:C18 | 119 | ep-material:C18 |
120 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 120 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
121 | rdfs:label "C18"^^xsd:string ; | 121 | rdfs:label "C18"^^xsd:string ; |
122 | rdfs:subClassOf ep-material:Material . | 122 | rdfs:subClassOf ep-material:Material . |
123 | 123 | ||
124 | ep-material:C19 | 124 | ep-material:C19 |
125 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 125 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
126 | rdfs:label "C19"^^xsd:string ; | 126 | rdfs:label "C19"^^xsd:string ; |
127 | rdfs:subClassOf ep-material:Material . | 127 | rdfs:subClassOf ep-material:Material . |
128 | 128 | ||
129 | ep-material:C20 | 129 | ep-material:C20 |
130 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 130 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
131 | rdfs:label "C20"^^xsd:string ; | 131 | rdfs:label "C20"^^xsd:string ; |
132 | rdfs:subClassOf ep-material:Material . | 132 | rdfs:subClassOf ep-material:Material . |
133 | 133 | ||
134 | ep-material:C21 | 134 | ep-material:C21 |
135 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 135 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
136 | rdfs:label "C21"^^xsd:string ; | 136 | rdfs:label "C21"^^xsd:string ; |
137 | rdfs:subClassOf ep-material:Material . | 137 | rdfs:subClassOf ep-material:Material . |
138 | 138 | ||
139 | ep-material:C22 | 139 | ep-material:C22 |
140 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 140 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
141 | rdfs:label "C22"^^xsd:string ; | 141 | rdfs:label "C22"^^xsd:string ; |
142 | rdfs:subClassOf ep-material:Material . | 142 | rdfs:subClassOf ep-material:Material . |
143 | 143 | ||
144 | ep-material:C23 | 144 | ep-material:C23 |
145 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 145 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
146 | rdfs:label "C23"^^xsd:string ; | 146 | rdfs:label "C23"^^xsd:string ; |
147 | rdfs:subClassOf ep-material:Material . | 147 | rdfs:subClassOf ep-material:Material . |
148 | 148 | ||
149 | ep-material:C24 | 149 | ep-material:C24 |
150 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 150 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
151 | rdfs:label "C24"^^xsd:string ; | 151 | rdfs:label "C24"^^xsd:string ; |
152 | rdfs:subClassOf ep-material:Material . | 152 | rdfs:subClassOf ep-material:Material . |
153 | 153 | ||
154 | ep-material:C25 | 154 | ep-material:C25 |
155 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 155 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
156 | rdfs:label "C25"^^xsd:string ; | 156 | rdfs:label "C25"^^xsd:string ; |
157 | rdfs:subClassOf ep-material:Material . | 157 | rdfs:subClassOf ep-material:Material . |
158 | 158 | ||
159 | ep-material:C26 | 159 | ep-material:C26 |
160 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 160 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
161 | rdfs:label "C26 "^^xsd:string ; | 161 | rdfs:label "C26 "^^xsd:string ; |
162 | rdfs:subClassOf ep-material:Material . | 162 | rdfs:subClassOf ep-material:Material . |
163 | 163 | ||
164 | ep-material:C27 | 164 | ep-material:C27 |
165 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 165 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
166 | rdfs:label "C27"^^xsd:string ; | 166 | rdfs:label "C27"^^xsd:string ; |
167 | rdfs:subClassOf ep-material:Material . | 167 | rdfs:subClassOf ep-material:Material . |
168 | 168 | ||
169 | ep-material:C28 | 169 | ep-material:C28 |
170 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 170 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
171 | rdfs:label "C28 "^^xsd:string ; | 171 | rdfs:label "C28 "^^xsd:string ; |
172 | rdfs:subClassOf ep-material:Material . | 172 | rdfs:subClassOf ep-material:Material . |
173 | 173 | ||
174 | ep-material:C29 | 174 | ep-material:C29 |
175 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 175 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
176 | rdfs:label "C29"^^xsd:string ; | 176 | rdfs:label "C29"^^xsd:string ; |
177 | rdfs:subClassOf ep-material:Material . | 177 | rdfs:subClassOf ep-material:Material . |
178 | 178 | ||
179 | ep-material:C2AndHeavier | 179 | ep-material:C2AndHeavier |
180 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 180 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
181 | rdfs:label "C2+"^^xsd:string ; | 181 | rdfs:label "C2+"^^xsd:string ; |
182 | rdfs:subClassOf ep-material:Material . | 182 | rdfs:subClassOf ep-material:Material . |
183 | 183 | ||
184 | ep-material:C2AndLighter | 184 | ep-material:C2AndLighter |
185 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 185 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
186 | rdfs:label "C2-"^^xsd:string ; | 186 | rdfs:label "C2-"^^xsd:string ; |
187 | rdfs:subClassOf ep-material:Material . | 187 | rdfs:subClassOf ep-material:Material . |
188 | 188 | ||
189 | ep-material:C30 | 189 | ep-material:C30 |
190 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 190 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
191 | rdfs:label "C30"^^xsd:string ; | 191 | rdfs:label "C30"^^xsd:string ; |
192 | rdfs:subClassOf ep-material:Material . | 192 | rdfs:subClassOf ep-material:Material . |
193 | 193 | ||
194 | ep-material:C31 | 194 | ep-material:C31 |
195 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 195 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
196 | rdfs:label "C31"^^xsd:string ; | 196 | rdfs:label "C31"^^xsd:string ; |
197 | rdfs:subClassOf ep-material:Material . | 197 | rdfs:subClassOf ep-material:Material . |
198 | 198 | ||
199 | ep-material:C32 | 199 | ep-material:C32 |
200 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 200 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
201 | rdfs:label "C32"^^xsd:string ; | 201 | rdfs:label "C32"^^xsd:string ; |
202 | rdfs:subClassOf ep-material:Material . | 202 | rdfs:subClassOf ep-material:Material . |
203 | 203 | ||
204 | ep-material:C33 | 204 | ep-material:C33 |
205 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 205 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
206 | rdfs:label "C33"^^xsd:string ; | 206 | rdfs:label "C33"^^xsd:string ; |
207 | rdfs:subClassOf ep-material:Material . | 207 | rdfs:subClassOf ep-material:Material . |
208 | 208 | ||
209 | ep-material:C34 | 209 | ep-material:C34 |
210 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 210 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
211 | rdfs:label "C34"^^xsd:string ; | 211 | rdfs:label "C34"^^xsd:string ; |
212 | rdfs:subClassOf ep-material:Material . | 212 | rdfs:subClassOf ep-material:Material . |
213 | 213 | ||
214 | ep-material:C35 | 214 | ep-material:C35 |
215 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 215 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
216 | rdfs:label "C35"^^xsd:string ; | 216 | rdfs:label "C35"^^xsd:string ; |
217 | rdfs:subClassOf ep-material:Material . | 217 | rdfs:subClassOf ep-material:Material . |
218 | 218 | ||
... | @@ -222,7 +222,7 @@ ep-material:C36 | ... | @@ -222,7 +222,7 @@ ep-material:C36 |
222 | rdfs:subClassOf ep-material:Material . | 222 | rdfs:subClassOf ep-material:Material . |
223 | 223 | ||
224 | ep-material:C36AndHeavier | 224 | ep-material:C36AndHeavier |
225 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 225 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
226 | rdfs:label "C36+"^^xsd:string ; | 226 | rdfs:label "C36+"^^xsd:string ; |
227 | rdfs:subClassOf ep-material:Material . | 227 | rdfs:subClassOf ep-material:Material . |
228 | 228 | ||
... | @@ -242,12 +242,12 @@ ep-material:C39 | ... | @@ -242,12 +242,12 @@ ep-material:C39 |
242 | rdfs:subClassOf ep-material:Material . | 242 | rdfs:subClassOf ep-material:Material . |
243 | 243 | ||
244 | ep-material:C3AndHeavier | 244 | ep-material:C3AndHeavier |
245 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 245 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
246 | rdfs:label "C3+"^^xsd:string ; | 246 | rdfs:label "C3+"^^xsd:string ; |
247 | rdfs:subClassOf ep-material:Material . | 247 | rdfs:subClassOf ep-material:Material . |
248 | 248 | ||
249 | ep-material:C3AndLighter | 249 | ep-material:C3AndLighter |
250 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 250 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
251 | rdfs:label "C3-"^^xsd:string ; | 251 | rdfs:label "C3-"^^xsd:string ; |
252 | rdfs:subClassOf ep-material:Material . | 252 | rdfs:subClassOf ep-material:Material . |
253 | 253 | ||
... | @@ -302,72 +302,72 @@ ep-material:C49 | ... | @@ -302,72 +302,72 @@ ep-material:C49 |
302 | rdfs:subClassOf ep-material:Material . | 302 | rdfs:subClassOf ep-material:Material . |
303 | 303 | ||
304 | ep-material:C4AndHeavier | 304 | ep-material:C4AndHeavier |
305 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 305 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
306 | rdfs:label "C4+"^^xsd:string ; | 306 | rdfs:label "C4+"^^xsd:string ; |
307 | rdfs:subClassOf ep-material:Material . | 307 | rdfs:subClassOf ep-material:Material . |
308 | 308 | ||
309 | ep-material:C4AndLighter | 309 | ep-material:C4AndLighter |
310 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 310 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
311 | rdfs:label "C4-"^^xsd:string ; | 311 | rdfs:label "C4-"^^xsd:string ; |
312 | rdfs:subClassOf ep-material:Material . | 312 | rdfs:subClassOf ep-material:Material . |
313 | 313 | ||
314 | ep-material:C5AndHeavier | 314 | ep-material:C5AndHeavier |
315 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 315 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
316 | rdfs:label "C5+"^^xsd:string ; | 316 | rdfs:label "C5+"^^xsd:string ; |
317 | rdfs:subClassOf ep-material:Material . | 317 | rdfs:subClassOf ep-material:Material . |
318 | 318 | ||
319 | ep-material:C5AndLighter | 319 | ep-material:C5AndLighter |
320 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 320 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
321 | rdfs:label "C5-"^^xsd:string ; | 321 | rdfs:label "C5-"^^xsd:string ; |
322 | rdfs:subClassOf ep-material:Material . | 322 | rdfs:subClassOf ep-material:Material . |
323 | 323 | ||
324 | ep-material:C6AndHeavier | 324 | ep-material:C6AndHeavier |
325 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 325 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
326 | rdfs:label "C6+"^^xsd:string ; | 326 | rdfs:label "C6+"^^xsd:string ; |
327 | rdfs:subClassOf ep-material:Material . | 327 | rdfs:subClassOf ep-material:Material . |
328 | 328 | ||
329 | ep-material:C6AndLighter | 329 | ep-material:C6AndLighter |
330 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 330 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
331 | rdfs:label "C6-"^^xsd:string ; | 331 | rdfs:label "C6-"^^xsd:string ; |
332 | rdfs:subClassOf ep-material:Material . | 332 | rdfs:subClassOf ep-material:Material . |
333 | 333 | ||
334 | ep-material:C7AndHeavier | 334 | ep-material:C7AndHeavier |
335 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 335 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
336 | rdfs:label "C7+"^^xsd:string ; | 336 | rdfs:label "C7+"^^xsd:string ; |
337 | rdfs:subClassOf ep-material:Material . | 337 | rdfs:subClassOf ep-material:Material . |
338 | 338 | ||
339 | ep-material:C7AndLighter | 339 | ep-material:C7AndLighter |
340 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 340 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
341 | rdfs:label "C7-"^^xsd:string ; | 341 | rdfs:label "C7-"^^xsd:string ; |
342 | rdfs:subClassOf ep-material:Material . | 342 | rdfs:subClassOf ep-material:Material . |
343 | 343 | ||
344 | ep-material:C8AndHeavier | 344 | ep-material:C8AndHeavier |
345 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 345 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
346 | rdfs:label "C8+"^^xsd:string ; | 346 | rdfs:label "C8+"^^xsd:string ; |
347 | rdfs:subClassOf ep-material:Material . | 347 | rdfs:subClassOf ep-material:Material . |
348 | 348 | ||
349 | ep-material:C8AndLighter | 349 | ep-material:C8AndLighter |
350 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 350 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
351 | rdfs:label "C8-"^^xsd:string ; | 351 | rdfs:label "C8-"^^xsd:string ; |
352 | rdfs:subClassOf ep-material:Material . | 352 | rdfs:subClassOf ep-material:Material . |
353 | 353 | ||
354 | ep-material:C9AndHeavier | 354 | ep-material:C9AndHeavier |
355 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 355 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
356 | rdfs:label "C9+"^^xsd:string ; | 356 | rdfs:label "C9+"^^xsd:string ; |
357 | rdfs:subClassOf ep-material:Material . | 357 | rdfs:subClassOf ep-material:Material . |
358 | 358 | ||
359 | ep-material:C9AndLighter | 359 | ep-material:C9AndLighter |
360 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 360 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
361 | rdfs:label "C9-"^^xsd:string ; | 361 | rdfs:label "C9-"^^xsd:string ; |
362 | rdfs:subClassOf ep-material:Material . | 362 | rdfs:subClassOf ep-material:Material . |
363 | 363 | ||
364 | ep-material:CO2 | 364 | ep-material:CO2 |
365 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 365 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
366 | rdfs:label "CO2"^^xsd:string ; | 366 | rdfs:label "CO2"^^xsd:string ; |
367 | rdfs:subClassOf ep-material:Material . | 367 | rdfs:subClassOf ep-material:Material . |
368 | 368 | ||
369 | ep-material:CO2-gas | 369 | ep-material:CO2-gas |
370 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 370 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
371 | rdfs:label "CO2 gas"^^xsd:string ; | 371 | rdfs:label "CO2 gas"^^xsd:string ; |
372 | rdfs:subClassOf ep-material:NonHcGas ; | 372 | rdfs:subClassOf ep-material:NonHcGas ; |
373 | ep-core:seeReferenceData | 373 | ep-core:seeReferenceData |
... | @@ -382,14 +382,14 @@ ep-material:CarbonDioxide | ... | @@ -382,14 +382,14 @@ ep-material:CarbonDioxide |
382 | "http://posccaesar.org/rdl/RDS424034"^^xsd:string . | 382 | "http://posccaesar.org/rdl/RDS424034"^^xsd:string . |
383 | 383 | ||
384 | ep-material:CarbonMonoxide | 384 | ep-material:CarbonMonoxide |
385 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 385 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
386 | rdfs:label "carbon monoxide"^^xsd:string ; | 386 | rdfs:label "carbon monoxide"^^xsd:string ; |
387 | rdfs:subClassOf ep-material:Material ; | 387 | rdfs:subClassOf ep-material:Material ; |
388 | ep-core:seeReferenceData | 388 | ep-core:seeReferenceData |
389 | "http://posccaesar.org/rdl/RDS424124"^^xsd:string . | 389 | "http://posccaesar.org/rdl/RDS424124"^^xsd:string . |
390 | 390 | ||
391 | ep-material:Chemical | 391 | ep-material:Chemical |
392 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 392 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
393 | rdfs:label "chemical"^^xsd:string ; | 393 | rdfs:label "chemical"^^xsd:string ; |
394 | rdfs:subClassOf ep-material:Material ; | 394 | rdfs:subClassOf ep-material:Material ; |
395 | ep-core:seeReferenceData | 395 | ep-core:seeReferenceData |
... | @@ -408,41 +408,41 @@ ep-material:Chloride | ... | @@ -408,41 +408,41 @@ ep-material:Chloride |
408 | rdfs:subClassOf ep-material:Material . | 408 | rdfs:subClassOf ep-material:Material . |
409 | 409 | ||
410 | ep-material:Condensate | 410 | ep-material:Condensate |
411 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 411 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
412 | rdfs:label "condensate"^^xsd:string ; | 412 | rdfs:label "condensate"^^xsd:string ; |
413 | rdfs:subClassOf ep-material:Material ; | 413 | rdfs:subClassOf ep-material:Material ; |
414 | ep-core:seeReferenceData | 414 | ep-core:seeReferenceData |
415 | "http://posccaesar.org/rdl/RDS8642343"^^xsd:string . | 415 | "http://posccaesar.org/rdl/RDS8642343"^^xsd:string . |
416 | 416 | ||
417 | ep-material:Condensate-gross | 417 | ep-material:Condensate-gross |
418 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 418 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
419 | rdfs:label "condensate gross"^^xsd:string ; | 419 | rdfs:label "condensate gross"^^xsd:string ; |
420 | rdfs:subClassOf ep-material:Condensate . | 420 | rdfs:subClassOf ep-material:Condensate . |
421 | 421 | ||
422 | ep-material:Condensate-net | 422 | ep-material:Condensate-net |
423 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 423 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
424 | rdfs:label "condensate net"^^xsd:string ; | 424 | rdfs:label "condensate net"^^xsd:string ; |
425 | rdfs:subClassOf ep-material:Condensate . | 425 | rdfs:subClassOf ep-material:Condensate . |
426 | 426 | ||
427 | ep-material:Crude-stabilized | 427 | ep-material:Crude-stabilized |
428 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 428 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
429 | rdfs:label "crude - stabilized"^^xsd:string ; | 429 | rdfs:label "crude - stabilized"^^xsd:string ; |
430 | - rdfs:subClassOf ep-material:Material . | 430 | + rdfs:subClassOf ep-material:CrudeOil . |
431 | 431 | ||
432 | ep-material:CrudeOil | 432 | ep-material:CrudeOil |
433 | rdf:type owl:Class ; | 433 | rdf:type owl:Class ; |
434 | rdfs:label "crude oil"^^xsd:string ; | 434 | rdfs:label "crude oil"^^xsd:string ; |
435 | - rdfs:subClassOf ep-material:Material ; | 435 | + rdfs:subClassOf ep-material:Oil ; |
436 | ep-core:seeReferenceData | 436 | ep-core:seeReferenceData |
437 | "http://posccaesar.org/rdl/RDS8650260"^^xsd:string . | 437 | "http://posccaesar.org/rdl/RDS8650260"^^xsd:string . |
438 | 438 | ||
439 | ep-material:Cuttings | 439 | ep-material:Cuttings |
440 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 440 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
441 | rdfs:label "cuttings"^^xsd:string ; | 441 | rdfs:label "cuttings"^^xsd:string ; |
442 | rdfs:subClassOf ep-material:Material . | 442 | rdfs:subClassOf ep-material:Material . |
443 | 443 | ||
444 | ep-material:Cyclohexane | 444 | ep-material:Cyclohexane |
445 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 445 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
446 | rdfs:label "cyclohexane"^^xsd:string ; | 446 | rdfs:label "cyclohexane"^^xsd:string ; |
447 | rdfs:subClassOf ep-material:Material ; | 447 | rdfs:subClassOf ep-material:Material ; |
448 | ep-core:seeReferenceData | 448 | ep-core:seeReferenceData |
... | @@ -450,7 +450,7 @@ ep-material:Cyclohexane | ... | @@ -450,7 +450,7 @@ ep-material:Cyclohexane |
450 | ep-core:shortName "CC6"^^xsd:string . | 450 | ep-core:shortName "CC6"^^xsd:string . |
451 | 451 | ||
452 | ep-material:Cyclopentane | 452 | ep-material:Cyclopentane |
453 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 453 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
454 | rdfs:label "cyclopentane"^^xsd:string ; | 454 | rdfs:label "cyclopentane"^^xsd:string ; |
455 | rdfs:subClassOf ep-material:Material ; | 455 | rdfs:subClassOf ep-material:Material ; |
456 | ep-core:seeReferenceData | 456 | ep-core:seeReferenceData |
... | @@ -458,20 +458,20 @@ ep-material:Cyclopentane | ... | @@ -458,20 +458,20 @@ ep-material:Cyclopentane |
458 | ep-core:shortName "CC5"^^xsd:string . | 458 | ep-core:shortName "CC5"^^xsd:string . |
459 | 459 | ||
460 | ep-material:Decanes | 460 | ep-material:Decanes |
461 | - rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; | 461 | + rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; |
462 | rdfs:label "decanes"^^xsd:string ; | 462 | rdfs:label "decanes"^^xsd:string ; |
463 | rdfs:subClassOf ep-material:Material ; | 463 | rdfs:subClassOf ep-material:Material ; |
464 | ep-core:shortName "C10"^^xsd:string . | 464 | ep-core:shortName "C10"^^xsd:string . |
465 | 465 | ||
466 | ep-material:Diesel | 466 | ep-material:Diesel |
467 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 467 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
468 | rdfs:label "diesel"^^xsd:string ; | 468 | rdfs:label "diesel"^^xsd:string ; |
469 | rdfs:subClassOf ep-material:Material ; | 469 | rdfs:subClassOf ep-material:Material ; |
470 | ep-core:seeReferenceData | 470 | ep-core:seeReferenceData |
471 | "http://posccaesar.org/rdl/RDS418648421"^^xsd:string . | 471 | "http://posccaesar.org/rdl/RDS418648421"^^xsd:string . |
472 | 472 | ||
473 | ep-material:Diethyleneglycol | 473 | ep-material:Diethyleneglycol |
474 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 474 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
475 | rdfs:label "diethyleneglycol"^^xsd:string ; | 475 | rdfs:label "diethyleneglycol"^^xsd:string ; |
476 | rdfs:subClassOf ep-material:Material . | 476 | rdfs:subClassOf ep-material:Material . |
477 | 477 | ||
... | @@ -481,13 +481,13 @@ ep-material:DryFluid | ... | @@ -481,13 +481,13 @@ ep-material:DryFluid |
481 | rdfs:subClassOf ep-material:Fluid . | 481 | rdfs:subClassOf ep-material:Fluid . |
482 | 482 | ||
483 | ep-material:EtBenzene | 483 | ep-material:EtBenzene |
484 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 484 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
485 | rdfs:label "ethyl benzene"^^xsd:string ; | 485 | rdfs:label "ethyl benzene"^^xsd:string ; |
486 | rdfs:subClassOf ep-material:Material ; | 486 | rdfs:subClassOf ep-material:Material ; |
487 | ep-core:shortName "et benzine"^^xsd:string . | 487 | ep-core:shortName "et benzine"^^xsd:string . |
488 | 488 | ||
489 | ep-material:EtcyHexane | 489 | ep-material:EtcyHexane |
490 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 490 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
491 | rdfs:label "ethyl cyclohexane"^^xsd:string ; | 491 | rdfs:label "ethyl cyclohexane"^^xsd:string ; |
492 | rdfs:subClassOf ep-material:Material ; | 492 | rdfs:subClassOf ep-material:Material ; |
493 | ep-core:shortName "etcy hexane"^^xsd:string . | 493 | ep-core:shortName "etcy hexane"^^xsd:string . |
... | @@ -499,7 +499,7 @@ ep-material:EtcyPentane | ... | @@ -499,7 +499,7 @@ ep-material:EtcyPentane |
499 | ep-core:shortName "etcy pentane"^^xsd:string . | 499 | ep-core:shortName "etcy pentane"^^xsd:string . |
500 | 500 | ||
501 | ep-material:Ethane | 501 | ep-material:Ethane |
502 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 502 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
503 | rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ; | 503 | rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ; |
504 | rdfs:label "ethane"^^xsd:string ; | 504 | rdfs:label "ethane"^^xsd:string ; |
505 | rdfs:subClassOf ep-material:Material ; | 505 | rdfs:subClassOf ep-material:Material ; |
... | @@ -540,27 +540,27 @@ ep-material:FreshWater | ... | @@ -540,27 +540,27 @@ ep-material:FreshWater |
540 | rdfs:subClassOf ep-material:Water . | 540 | rdfs:subClassOf ep-material:Water . |
541 | 541 | ||
542 | ep-material:Gas | 542 | ep-material:Gas |
543 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 543 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
544 | rdfs:label "gas"^^xsd:string ; | 544 | rdfs:label "gas"^^xsd:string ; |
545 | rdfs:subClassOf ep-material:Fluid . | 545 | rdfs:subClassOf ep-material:Fluid . |
546 | 546 | ||
547 | ep-material:Gas-componentInOil | 547 | ep-material:Gas-componentInOil |
548 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 548 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
549 | rdfs:label "gas - component in oil"^^xsd:string ; | 549 | rdfs:label "gas - component in oil"^^xsd:string ; |
550 | rdfs:subClassOf ep-material:Material . | 550 | rdfs:subClassOf ep-material:Material . |
551 | 551 | ||
552 | ep-material:Gas-dry | 552 | ep-material:Gas-dry |
553 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 553 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
554 | rdfs:label "gas - dry"^^xsd:string ; | 554 | rdfs:label "gas - dry"^^xsd:string ; |
555 | rdfs:subClassOf ep-material:Gas . | 555 | rdfs:subClassOf ep-material:Gas . |
556 | 556 | ||
557 | ep-material:Gas-rich | 557 | ep-material:Gas-rich |
558 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 558 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
559 | rdfs:label "gas - rich"^^xsd:string ; | 559 | rdfs:label "gas - rich"^^xsd:string ; |
560 | rdfs:subClassOf ep-material:Gas . | 560 | rdfs:subClassOf ep-material:Gas . |
561 | 561 | ||
562 | ep-material:Gas-wet | 562 | ep-material:Gas-wet |
563 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 563 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
564 | rdfs:label "gas - wet"^^xsd:string ; | 564 | rdfs:label "gas - wet"^^xsd:string ; |
565 | rdfs:subClassOf ep-material:Gas . | 565 | rdfs:subClassOf ep-material:Gas . |
566 | 566 | ||
... | @@ -575,18 +575,18 @@ ep-material:Glycols | ... | @@ -575,18 +575,18 @@ ep-material:Glycols |
575 | rdfs:subClassOf ep-material:Material . | 575 | rdfs:subClassOf ep-material:Material . |
576 | 576 | ||
577 | ep-material:H2 | 577 | ep-material:H2 |
578 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 578 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
579 | rdfs:label "H2"^^xsd:string ; | 579 | rdfs:label "H2"^^xsd:string ; |
580 | rdfs:subClassOf ep-material:Material . | 580 | rdfs:subClassOf ep-material:Material . |
581 | 581 | ||
582 | ep-material:H2O | 582 | ep-material:H2O |
583 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 583 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
584 | rdfs:comment "NOTE: This is is the chemical H2O, and not water with small amounts of other stuff. See ep-material:Water."^^xsd:string ; | 584 | rdfs:comment "NOTE: This is is the chemical H2O, and not water with small amounts of other stuff. See ep-material:Water."^^xsd:string ; |
585 | rdfs:label "H2O"^^xsd:string ; | 585 | rdfs:label "H2O"^^xsd:string ; |
586 | rdfs:subClassOf ep-material:Material . | 586 | rdfs:subClassOf ep-material:Material . |
587 | 587 | ||
588 | ep-material:HeliumGas | 588 | ep-material:HeliumGas |
589 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 589 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
590 | rdfs:label "helium gas"^^xsd:string ; | 590 | rdfs:label "helium gas"^^xsd:string ; |
591 | rdfs:subClassOf ep-material:Material ; | 591 | rdfs:subClassOf ep-material:Material ; |
592 | ep-core:seeReferenceData | 592 | ep-core:seeReferenceData |
... | @@ -605,20 +605,20 @@ ep-material:Hexanes | ... | @@ -605,20 +605,20 @@ ep-material:Hexanes |
605 | ep-core:shortName "C6"^^xsd:string . | 605 | ep-core:shortName "C6"^^xsd:string . |
606 | 606 | ||
607 | ep-material:HydrogenGas | 607 | ep-material:HydrogenGas |
608 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 608 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
609 | rdfs:label "hydrogen gas"^^xsd:string ; | 609 | rdfs:label "hydrogen gas"^^xsd:string ; |
610 | rdfs:subClassOf ep-material:Material ; | 610 | rdfs:subClassOf ep-material:Material ; |
611 | ep-core:seeReferenceData | 611 | ep-core:seeReferenceData |
612 | "http://posccaesar.org/rdl/RDS425384"^^xsd:string . | 612 | "http://posccaesar.org/rdl/RDS425384"^^xsd:string . |
613 | 613 | ||
614 | ep-material:HydrogenSulfide | 614 | ep-material:HydrogenSulfide |
615 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 615 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
616 | rdfs:label "hydrogen sulfide"^^xsd:string ; | 616 | rdfs:label "hydrogen sulfide"^^xsd:string ; |
617 | rdfs:subClassOf ep-material:Material ; | 617 | rdfs:subClassOf ep-material:Material ; |
618 | ep-core:shortName "H2S"^^xsd:string . | 618 | ep-core:shortName "H2S"^^xsd:string . |
619 | 619 | ||
620 | ep-material:Isobutane | 620 | ep-material:Isobutane |
621 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 621 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
622 | rdfs:label "isobutane"^^xsd:string ; | 622 | rdfs:label "isobutane"^^xsd:string ; |
623 | rdfs:subClassOf ep-material:Material ; | 623 | rdfs:subClassOf ep-material:Material ; |
624 | ep-core:seeReferenceData | 624 | ep-core:seeReferenceData |
... | @@ -631,31 +631,31 @@ ep-material:Isobutane-component | ... | @@ -631,31 +631,31 @@ ep-material:Isobutane-component |
631 | rdfs:subClassOf ep-material:Material . | 631 | rdfs:subClassOf ep-material:Material . |
632 | 632 | ||
633 | ep-material:Isoheptane | 633 | ep-material:Isoheptane |
634 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 634 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
635 | rdfs:label "isoheptane"^^xsd:string ; | 635 | rdfs:label "isoheptane"^^xsd:string ; |
636 | rdfs:subClassOf ep-material:Material ; | 636 | rdfs:subClassOf ep-material:Material ; |
637 | ep-core:shortName "IC7"^^xsd:string . | 637 | ep-core:shortName "IC7"^^xsd:string . |
638 | 638 | ||
639 | ep-material:Isohexane | 639 | ep-material:Isohexane |
640 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 640 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
641 | rdfs:label "isohexane"^^xsd:string ; | 641 | rdfs:label "isohexane"^^xsd:string ; |
642 | rdfs:subClassOf ep-material:Material ; | 642 | rdfs:subClassOf ep-material:Material ; |
643 | ep-core:shortName "IC6"^^xsd:string . | 643 | ep-core:shortName "IC6"^^xsd:string . |
644 | 644 | ||
645 | ep-material:Isononane | 645 | ep-material:Isononane |
646 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 646 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
647 | rdfs:label "isononane"^^xsd:string ; | 647 | rdfs:label "isononane"^^xsd:string ; |
648 | rdfs:subClassOf ep-material:Material ; | 648 | rdfs:subClassOf ep-material:Material ; |
649 | ep-core:shortName "IC9"^^xsd:string . | 649 | ep-core:shortName "IC9"^^xsd:string . |
650 | 650 | ||
651 | ep-material:Isooctane | 651 | ep-material:Isooctane |
652 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 652 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
653 | rdfs:label "isooctane"^^xsd:string ; | 653 | rdfs:label "isooctane"^^xsd:string ; |
654 | rdfs:subClassOf ep-material:Material ; | 654 | rdfs:subClassOf ep-material:Material ; |
655 | ep-core:shortName "IC8"^^xsd:string . | 655 | ep-core:shortName "IC8"^^xsd:string . |
656 | 656 | ||
657 | ep-material:Isopentane | 657 | ep-material:Isopentane |
658 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 658 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
659 | rdfs:label "isopentane"^^xsd:string ; | 659 | rdfs:label "isopentane"^^xsd:string ; |
660 | rdfs:subClassOf ep-material:Material ; | 660 | rdfs:subClassOf ep-material:Material ; |
661 | ep-core:seeReferenceData | 661 | ep-core:seeReferenceData |
... | @@ -663,30 +663,30 @@ ep-material:Isopentane | ... | @@ -663,30 +663,30 @@ ep-material:Isopentane |
663 | ep-core:shortName "IC5"^^xsd:string . | 663 | ep-core:shortName "IC5"^^xsd:string . |
664 | 664 | ||
665 | ep-material:Liquid | 665 | ep-material:Liquid |
666 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 666 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
667 | rdfs:label "liquid"^^xsd:string ; | 667 | rdfs:label "liquid"^^xsd:string ; |
668 | rdfs:subClassOf ep-material:Fluid . | 668 | rdfs:subClassOf ep-material:Fluid . |
669 | 669 | ||
670 | ep-material:LiquifiedNaturalGas | 670 | ep-material:LiquifiedNaturalGas |
671 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 671 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
672 | rdfs:label "liquified natural gas"^^xsd:string ; | 672 | rdfs:label "liquified natural gas"^^xsd:string ; |
673 | rdfs:subClassOf ep-material:Liquid ; | 673 | rdfs:subClassOf ep-material:Liquid ; |
674 | ep-core:seeReferenceData | 674 | ep-core:seeReferenceData |
675 | "http://posccaesar.org/rdl/RDS418629161"^^xsd:string . | 675 | "http://posccaesar.org/rdl/RDS418629161"^^xsd:string . |
676 | 676 | ||
677 | ep-material:LiquifiedPetroleumGas | 677 | ep-material:LiquifiedPetroleumGas |
678 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 678 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
679 | rdfs:label "liquified petroleum gas"^^xsd:string ; | 679 | rdfs:label "liquified petroleum gas"^^xsd:string ; |
680 | rdfs:subClassOf ep-material:Liquid . | 680 | rdfs:subClassOf ep-material:Liquid . |
681 | 681 | ||
682 | ep-material:MBenzene | 682 | ep-material:MBenzene |
683 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 683 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
684 | rdfs:label "methyl benzene"^^xsd:string ; | 684 | rdfs:label "methyl benzene"^^xsd:string ; |
685 | rdfs:subClassOf ep-material:Material ; | 685 | rdfs:subClassOf ep-material:Material ; |
686 | ep-core:shortName "m benzine"^^xsd:string . | 686 | ep-core:shortName "m benzine"^^xsd:string . |
687 | 687 | ||
688 | ep-material:MPXylenes | 688 | ep-material:MPXylenes |
689 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 689 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
690 | rdfs:label "m- and p- xylenes"^^xsd:string ; | 690 | rdfs:label "m- and p- xylenes"^^xsd:string ; |
691 | rdfs:subClassOf ep-material:Material . | 691 | rdfs:subClassOf ep-material:Material . |
692 | 692 | ||
... | @@ -715,36 +715,36 @@ ep-material:MaterialType | ... | @@ -715,36 +715,36 @@ ep-material:MaterialType |
715 | rdfs:subClassOf owl:Class . | 715 | rdfs:subClassOf owl:Class . |
716 | 716 | ||
717 | ep-material:McyHexane | 717 | ep-material:McyHexane |
718 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 718 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
719 | rdfs:label "methyl cyclohexane"^^xsd:string ; | 719 | rdfs:label "methyl cyclohexane"^^xsd:string ; |
720 | rdfs:subClassOf ep-material:Material ; | 720 | rdfs:subClassOf ep-material:Material ; |
721 | ep-core:shortName "mcy hexane"^^xsd:string . | 721 | ep-core:shortName "mcy hexane"^^xsd:string . |
722 | 722 | ||
723 | ep-material:McyPentane | 723 | ep-material:McyPentane |
724 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 724 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
725 | rdfs:label "methyl cyclopentane"^^xsd:string ; | 725 | rdfs:label "methyl cyclopentane"^^xsd:string ; |
726 | rdfs:subClassOf ep-material:Material ; | 726 | rdfs:subClassOf ep-material:Material ; |
727 | ep-core:shortName "mcy pentane"^^xsd:string . | 727 | ep-core:shortName "mcy pentane"^^xsd:string . |
728 | 728 | ||
729 | ep-material:Methane | 729 | ep-material:Methane |
730 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 730 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
731 | rdfs:label "C1"^^xsd:string ; | 731 | rdfs:label "C1"^^xsd:string ; |
732 | rdfs:subClassOf ep-material:Material . | 732 | rdfs:subClassOf ep-material:Material . |
733 | 733 | ||
734 | ep-material:Methanol | 734 | ep-material:Methanol |
735 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 735 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
736 | rdfs:label "methanol"^^xsd:string ; | 736 | rdfs:label "methanol"^^xsd:string ; |
737 | rdfs:subClassOf ep-material:Material ; | 737 | rdfs:subClassOf ep-material:Material ; |
738 | ep-core:seeReferenceData | 738 | ep-core:seeReferenceData |
739 | "http://posccaesar.org/rdl/RDS572354"^^xsd:string . | 739 | "http://posccaesar.org/rdl/RDS572354"^^xsd:string . |
740 | 740 | ||
741 | ep-material:Monoethyleneglycol | 741 | ep-material:Monoethyleneglycol |
742 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 742 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
743 | rdfs:label "monoethyleneglycol"^^xsd:string ; | 743 | rdfs:label "monoethyleneglycol"^^xsd:string ; |
744 | rdfs:subClassOf ep-material:Material . | 744 | rdfs:subClassOf ep-material:Material . |
745 | 745 | ||
746 | ep-material:N2 | 746 | ep-material:N2 |
747 | - rdf:type owl:Class , ep-material:FluidSampleComponentType ; | 747 | + rdf:type ep-material:FluidSampleComponentType , owl:Class ; |
748 | rdfs:label "N2"^^xsd:string ; | 748 | rdfs:label "N2"^^xsd:string ; |
749 | rdfs:subClassOf ep-material:Material . | 749 | rdfs:subClassOf ep-material:Material . |
750 | 750 | ||
... | @@ -754,7 +754,7 @@ ep-material:NGL-componentInGas | ... | @@ -754,7 +754,7 @@ ep-material:NGL-componentInGas |
754 | rdfs:subClassOf ep-material:Material . | 754 | rdfs:subClassOf ep-material:Material . |
755 | 755 | ||
756 | ep-material:Naphtha | 756 | ep-material:Naphtha |
757 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 757 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
758 | rdfs:label "naphtha"^^xsd:string ; | 758 | rdfs:label "naphtha"^^xsd:string ; |
759 | rdfs:subClassOf ep-material:Material . | 759 | rdfs:subClassOf ep-material:Material . |
760 | 760 | ||
... | @@ -766,14 +766,14 @@ ep-material:NaturalGas | ... | @@ -766,14 +766,14 @@ ep-material:NaturalGas |
766 | "http://posccaesar.org/rdl/RDS6815505"^^xsd:string . | 766 | "http://posccaesar.org/rdl/RDS6815505"^^xsd:string . |
767 | 767 | ||
768 | ep-material:NaturalGasLiquid | 768 | ep-material:NaturalGasLiquid |
769 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 769 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
770 | rdfs:label "natural gas liquid"^^xsd:string ; | 770 | rdfs:label "natural gas liquid"^^xsd:string ; |
771 | rdfs:subClassOf ep-material:Liquid ; | 771 | rdfs:subClassOf ep-material:Liquid ; |
772 | ep-core:seeReferenceData | 772 | ep-core:seeReferenceData |
773 | "http://posccaesar.org/rdl/RDS16682414"^^xsd:string . | 773 | "http://posccaesar.org/rdl/RDS16682414"^^xsd:string . |
774 | 774 | ||
775 | ep-material:Neopentane | 775 | ep-material:Neopentane |
776 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 776 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
777 | rdfs:label "neopentane"^^xsd:string ; | 777 | rdfs:label "neopentane"^^xsd:string ; |
778 | rdfs:subClassOf ep-material:Material ; | 778 | rdfs:subClassOf ep-material:Material ; |
779 | ep-core:seeReferenceData | 779 | ep-core:seeReferenceData |
... | @@ -781,14 +781,14 @@ ep-material:Neopentane | ... | @@ -781,14 +781,14 @@ ep-material:Neopentane |
781 | ep-core:shortName "NEOC5"^^xsd:string . | 781 | ep-core:shortName "NEOC5"^^xsd:string . |
782 | 782 | ||
783 | ep-material:NitrogenGas | 783 | ep-material:NitrogenGas |
784 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 784 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
785 | rdfs:label "nitrogen gas"^^xsd:string ; | 785 | rdfs:label "nitrogen gas"^^xsd:string ; |
786 | rdfs:subClassOf ep-material:Material ; | 786 | rdfs:subClassOf ep-material:Material ; |
787 | ep-core:seeReferenceData | 787 | ep-core:seeReferenceData |
788 | "http://posccaesar.org/rdl/RDS482640407"^^xsd:string . | 788 | "http://posccaesar.org/rdl/RDS482640407"^^xsd:string . |
789 | 789 | ||
790 | ep-material:NitrogenOxideGas | 790 | ep-material:NitrogenOxideGas |
791 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 791 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
792 | rdfs:label "nitrogen oxide gas"^^xsd:string ; | 792 | rdfs:label "nitrogen oxide gas"^^xsd:string ; |
793 | rdfs:subClassOf ep-material:Material . | 793 | rdfs:subClassOf ep-material:Material . |
794 | 794 | ||
... | @@ -798,13 +798,13 @@ ep-material:NonHcGas | ... | @@ -798,13 +798,13 @@ ep-material:NonHcGas |
798 | rdfs:subClassOf ep-material:Gas . | 798 | rdfs:subClassOf ep-material:Gas . |
799 | 799 | ||
800 | ep-material:Nonanes | 800 | ep-material:Nonanes |
801 | - rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; | 801 | + rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; |
802 | rdfs:label "nonanes"^^xsd:string ; | 802 | rdfs:label "nonanes"^^xsd:string ; |
803 | rdfs:subClassOf ep-material:Material ; | 803 | rdfs:subClassOf ep-material:Material ; |
804 | ep-core:shortName "C9"^^xsd:string . | 804 | ep-core:shortName "C9"^^xsd:string . |
805 | 805 | ||
806 | ep-material:NormalButane | 806 | ep-material:NormalButane |
807 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 807 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
808 | rdfs:label "normal butane"^^xsd:string ; | 808 | rdfs:label "normal butane"^^xsd:string ; |
809 | rdfs:subClassOf ep-material:Material ; | 809 | rdfs:subClassOf ep-material:Material ; |
810 | ep-core:shortName "NC4"^^xsd:string . | 810 | ep-core:shortName "NC4"^^xsd:string . |
... | @@ -815,7 +815,7 @@ ep-material:NormalButane-component | ... | @@ -815,7 +815,7 @@ ep-material:NormalButane-component |
815 | rdfs:subClassOf ep-material:Material . | 815 | rdfs:subClassOf ep-material:Material . |
816 | 816 | ||
817 | ep-material:NormalHeptane | 817 | ep-material:NormalHeptane |
818 | - rdf:type ep-material:FluidSampleComponentType , owl:Class , ep-material:ReportingProductType ; | 818 | + rdf:type ep-material:ReportingProductType , owl:Class , ep-material:FluidSampleComponentType ; |
819 | rdfs:label "normal heptane"^^xsd:string ; | 819 | rdfs:label "normal heptane"^^xsd:string ; |
820 | rdfs:subClassOf ep-material:Material ; | 820 | rdfs:subClassOf ep-material:Material ; |
821 | ep-core:seeReferenceData | 821 | ep-core:seeReferenceData |
... | @@ -823,7 +823,7 @@ ep-material:NormalHeptane | ... | @@ -823,7 +823,7 @@ ep-material:NormalHeptane |
823 | ep-core:shortName "NC7"^^xsd:string . | 823 | ep-core:shortName "NC7"^^xsd:string . |
824 | 824 | ||
825 | ep-material:NormalHexane | 825 | ep-material:NormalHexane |
826 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 826 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
827 | rdfs:label "normal hexane"^^xsd:string ; | 827 | rdfs:label "normal hexane"^^xsd:string ; |
828 | rdfs:subClassOf ep-material:Material ; | 828 | rdfs:subClassOf ep-material:Material ; |
829 | ep-core:seeReferenceData | 829 | ep-core:seeReferenceData |
... | @@ -831,19 +831,19 @@ ep-material:NormalHexane | ... | @@ -831,19 +831,19 @@ ep-material:NormalHexane |
831 | ep-core:shortName "NC6"^^xsd:string . | 831 | ep-core:shortName "NC6"^^xsd:string . |
832 | 832 | ||
833 | ep-material:NormalNonane | 833 | ep-material:NormalNonane |
834 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 834 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
835 | rdfs:label "normal nonane"^^xsd:string ; | 835 | rdfs:label "normal nonane"^^xsd:string ; |
836 | rdfs:subClassOf ep-material:Material ; | 836 | rdfs:subClassOf ep-material:Material ; |
837 | ep-core:shortName "NC9"^^xsd:string . | 837 | ep-core:shortName "NC9"^^xsd:string . |
838 | 838 | ||
839 | ep-material:NormalOctane | 839 | ep-material:NormalOctane |
840 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 840 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
841 | rdfs:label "normal octane"^^xsd:string ; | 841 | rdfs:label "normal octane"^^xsd:string ; |
842 | rdfs:subClassOf ep-material:Material ; | 842 | rdfs:subClassOf ep-material:Material ; |
843 | ep-core:shortName "NC8"^^xsd:string . | 843 | ep-core:shortName "NC8"^^xsd:string . |
844 | 844 | ||
845 | ep-material:NormalPentane | 845 | ep-material:NormalPentane |
846 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 846 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
847 | rdfs:label "normal pentane"^^xsd:string ; | 847 | rdfs:label "normal pentane"^^xsd:string ; |
848 | rdfs:subClassOf ep-material:Material ; | 848 | rdfs:subClassOf ep-material:Material ; |
849 | ep-core:seeReferenceData | 849 | ep-core:seeReferenceData |
... | @@ -851,7 +851,7 @@ ep-material:NormalPentane | ... | @@ -851,7 +851,7 @@ ep-material:NormalPentane |
851 | ep-core:shortName "NC5"^^xsd:string . | 851 | ep-core:shortName "NC5"^^xsd:string . |
852 | 852 | ||
853 | ep-material:O2 | 853 | ep-material:O2 |
854 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 854 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
855 | rdfs:label "dioxygen"^^xsd:string ; | 855 | rdfs:label "dioxygen"^^xsd:string ; |
856 | rdfs:subClassOf ep-material:Material ; | 856 | rdfs:subClassOf ep-material:Material ; |
857 | ep-core:seeReferenceData | 857 | ep-core:seeReferenceData |
... | @@ -859,13 +859,13 @@ ep-material:O2 | ... | @@ -859,13 +859,13 @@ ep-material:O2 |
859 | ep-core:shortName "O2"^^xsd:string . | 859 | ep-core:shortName "O2"^^xsd:string . |
860 | 860 | ||
861 | ep-material:Octanes | 861 | ep-material:Octanes |
862 | - rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; | 862 | + rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; |
863 | rdfs:label "octanes"^^xsd:string ; | 863 | rdfs:label "octanes"^^xsd:string ; |
864 | rdfs:subClassOf ep-material:Material ; | 864 | rdfs:subClassOf ep-material:Material ; |
865 | ep-core:shortName "C8"^^xsd:string . | 865 | ep-core:shortName "C8"^^xsd:string . |
866 | 866 | ||
867 | ep-material:Oil | 867 | ep-material:Oil |
868 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 868 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
869 | rdfs:label "oil"^^xsd:string ; | 869 | rdfs:label "oil"^^xsd:string ; |
870 | rdfs:subClassOf ep-material:Material ; | 870 | rdfs:subClassOf ep-material:Material ; |
871 | ep-core:seeReferenceData | 871 | ep-core:seeReferenceData |
... | @@ -874,20 +874,20 @@ ep-material:Oil | ... | @@ -874,20 +874,20 @@ ep-material:Oil |
874 | ep-material:Oil-componentInWater | 874 | ep-material:Oil-componentInWater |
875 | rdf:type owl:Class ; | 875 | rdf:type owl:Class ; |
876 | rdfs:label "oil - component in water"^^xsd:string ; | 876 | rdfs:label "oil - component in water"^^xsd:string ; |
877 | - rdfs:subClassOf ep-material:Material . | 877 | + rdfs:subClassOf ep-material:Oil . |
878 | 878 | ||
879 | ep-material:Oil-gross | 879 | ep-material:Oil-gross |
880 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 880 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
881 | rdfs:label "oil gross"^^xsd:string ; | 881 | rdfs:label "oil gross"^^xsd:string ; |
882 | rdfs:subClassOf ep-material:Oil . | 882 | rdfs:subClassOf ep-material:Oil . |
883 | 883 | ||
884 | ep-material:Oil-net | 884 | ep-material:Oil-net |
885 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 885 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
886 | rdfs:label "oil net"^^xsd:string ; | 886 | rdfs:label "oil net"^^xsd:string ; |
887 | rdfs:subClassOf ep-material:Oil . | 887 | rdfs:subClassOf ep-material:Oil . |
888 | 888 | ||
889 | ep-material:OilAndGas | 889 | ep-material:OilAndGas |
890 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 890 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
891 | rdfs:label "oil and gas"^^xsd:string ; | 891 | rdfs:label "oil and gas"^^xsd:string ; |
892 | rdfs:subClassOf ep-material:Fluid ; | 892 | rdfs:subClassOf ep-material:Fluid ; |
893 | ep-core:seeReferenceData | 893 | ep-core:seeReferenceData |
... | @@ -899,7 +899,7 @@ ep-material:OilAndWater | ... | @@ -899,7 +899,7 @@ ep-material:OilAndWater |
899 | rdfs:subClassOf ep-material:Fluid . | 899 | rdfs:subClassOf ep-material:Fluid . |
900 | 900 | ||
901 | ep-material:Oleic | 901 | ep-material:Oleic |
902 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 902 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
903 | rdfs:label "oleic"^^xsd:string ; | 903 | rdfs:label "oleic"^^xsd:string ; |
904 | rdfs:subClassOf ep-material:Material ; | 904 | rdfs:subClassOf ep-material:Material ; |
905 | ep-core:seeReferenceData | 905 | ep-core:seeReferenceData |
... | @@ -911,7 +911,7 @@ ep-material:OrganicCarbon | ... | @@ -911,7 +911,7 @@ ep-material:OrganicCarbon |
911 | rdfs:subClassOf ep-material:Material . | 911 | rdfs:subClassOf ep-material:Material . |
912 | 912 | ||
913 | ep-material:OrthoXylene | 913 | ep-material:OrthoXylene |
914 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 914 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
915 | rdfs:label "ortho-xylene"^^xsd:string ; | 915 | rdfs:label "ortho-xylene"^^xsd:string ; |
916 | rdfs:subClassOf ep-material:Material ; | 916 | rdfs:subClassOf ep-material:Material ; |
917 | ep-core:shortName "o-xylene"^^xsd:string . | 917 | ep-core:shortName "o-xylene"^^xsd:string . |
... | @@ -922,13 +922,13 @@ ep-material:OtherInjectionFluid | ... | @@ -922,13 +922,13 @@ ep-material:OtherInjectionFluid |
922 | rdfs:subClassOf ep-material:Fluid . | 922 | rdfs:subClassOf ep-material:Fluid . |
923 | 923 | ||
924 | ep-material:Pentanes | 924 | ep-material:Pentanes |
925 | - rdf:type ep-material:FluidSampleComponentType , owl:Class ; | 925 | + rdf:type owl:Class , ep-material:FluidSampleComponentType ; |
926 | rdfs:label "pentanes"^^xsd:string ; | 926 | rdfs:label "pentanes"^^xsd:string ; |
927 | rdfs:subClassOf ep-material:Material ; | 927 | rdfs:subClassOf ep-material:Material ; |
928 | ep-core:shortName "C5"^^xsd:string . | 928 | ep-core:shortName "C5"^^xsd:string . |
929 | 929 | ||
930 | ep-material:PetroleumGasLiquid | 930 | ep-material:PetroleumGasLiquid |
931 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 931 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
932 | rdfs:label "petroleum gas liquid"^^xsd:string ; | 932 | rdfs:label "petroleum gas liquid"^^xsd:string ; |
933 | rdfs:subClassOf ep-material:Liquid . | 933 | rdfs:subClassOf ep-material:Liquid . |
934 | 934 | ||
... | @@ -943,7 +943,7 @@ ep-material:PlusFraction | ... | @@ -943,7 +943,7 @@ ep-material:PlusFraction |
943 | rdfs:subClassOf ep-material:Fluid . | 943 | rdfs:subClassOf ep-material:Fluid . |
944 | 944 | ||
945 | ep-material:Propane | 945 | ep-material:Propane |
946 | - rdf:type ep-material:FluidSampleComponentType , ep-material:ReportingProductType , owl:Class ; | 946 | + rdf:type owl:Class , ep-material:ReportingProductType , ep-material:FluidSampleComponentType ; |
947 | rdfs:label "propane"^^xsd:string ; | 947 | rdfs:label "propane"^^xsd:string ; |
948 | rdfs:subClassOf ep-material:Material ; | 948 | rdfs:subClassOf ep-material:Material ; |
949 | ep-core:seeReferenceData | 949 | ep-core:seeReferenceData |
... | @@ -984,7 +984,7 @@ ep-material:ReportingProductType | ... | @@ -984,7 +984,7 @@ ep-material:ReportingProductType |
984 | rdfs:subClassOf ep-material:MaterialType . | 984 | rdfs:subClassOf ep-material:MaterialType . |
985 | 985 | ||
986 | ep-material:Salt | 986 | ep-material:Salt |
987 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 987 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
988 | rdfs:label "salt"^^xsd:string ; | 988 | rdfs:label "salt"^^xsd:string ; |
989 | rdfs:subClassOf ep-material:Material ; | 989 | rdfs:subClassOf ep-material:Material ; |
990 | ep-core:seeReferenceData | 990 | ep-core:seeReferenceData |
... | @@ -1010,7 +1010,7 @@ ep-material:Steam | ... | @@ -1010,7 +1010,7 @@ ep-material:Steam |
1010 | "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . | 1010 | "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . |
1011 | 1011 | ||
1012 | ep-material:Triethyleneglycol | 1012 | ep-material:Triethyleneglycol |
1013 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1013 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
1014 | rdfs:label "triethyleneglycol"^^xsd:string ; | 1014 | rdfs:label "triethyleneglycol"^^xsd:string ; |
1015 | rdfs:subClassOf ep-material:Material . | 1015 | rdfs:subClassOf ep-material:Material . |
1016 | 1016 | ||
... | @@ -1020,12 +1020,12 @@ ep-material:UnknownFluid | ... | @@ -1020,12 +1020,12 @@ ep-material:UnknownFluid |
1020 | rdfs:subClassOf ep-material:Fluid . | 1020 | rdfs:subClassOf ep-material:Fluid . |
1021 | 1021 | ||
1022 | ep-material:Vapour | 1022 | ep-material:Vapour |
1023 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1023 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
1024 | rdfs:label "vapour"^^xsd:string ; | 1024 | rdfs:label "vapour"^^xsd:string ; |
1025 | rdfs:subClassOf ep-material:Material . | 1025 | rdfs:subClassOf ep-material:Material . |
1026 | 1026 | ||
1027 | ep-material:Water | 1027 | ep-material:Water |
1028 | - rdf:type ep-material:ReportingProductType , ep-material:FluidSampleComponentType , owl:Class ; | 1028 | + rdf:type owl:Class , ep-material:FluidSampleComponentType , ep-material:ReportingProductType ; |
1029 | rdfs:comment "NOTE: This is water with small amounts of other stuff mixed in. It is not pure H2O. See also ep-material:H2O."^^xsd:string ; | 1029 | rdfs:comment "NOTE: This is water with small amounts of other stuff mixed in. It is not pure H2O. See also ep-material:H2O."^^xsd:string ; |
1030 | rdfs:label "water"^^xsd:string ; | 1030 | rdfs:label "water"^^xsd:string ; |
1031 | rdfs:subClassOf ep-material:Material ; | 1031 | rdfs:subClassOf ep-material:Material ; |
... | @@ -1033,17 +1033,17 @@ ep-material:Water | ... | @@ -1033,17 +1033,17 @@ ep-material:Water |
1033 | "http://posccaesar.org/rdl/RDS1012769"^^xsd:string . | 1033 | "http://posccaesar.org/rdl/RDS1012769"^^xsd:string . |
1034 | 1034 | ||
1035 | ep-material:Water-discharge | 1035 | ep-material:Water-discharge |
1036 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1036 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
1037 | rdfs:label "water - discharge"^^xsd:string ; | 1037 | rdfs:label "water - discharge"^^xsd:string ; |
1038 | rdfs:subClassOf ep-material:Water . | 1038 | rdfs:subClassOf ep-material:Water . |
1039 | 1039 | ||
1040 | ep-material:Water-processed | 1040 | ep-material:Water-processed |
1041 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1041 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
1042 | rdfs:label "water - processed"^^xsd:string ; | 1042 | rdfs:label "water - processed"^^xsd:string ; |
1043 | rdfs:subClassOf ep-material:Water . | 1043 | rdfs:subClassOf ep-material:Water . |
1044 | 1044 | ||
1045 | ep-material:firstMaterialOfPair | 1045 | ep-material:firstMaterialOfPair |
1046 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1046 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1047 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1047 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1048 | rdfs:domain ep-material:MaterialPair ; | 1048 | rdfs:domain ep-material:MaterialPair ; |
1049 | rdfs:label "first material of pair"^^xsd:string ; | 1049 | rdfs:label "first material of pair"^^xsd:string ; |
... | @@ -1066,7 +1066,7 @@ ep-material:hasNonPrimaryComponent | ... | @@ -1066,7 +1066,7 @@ ep-material:hasNonPrimaryComponent |
1066 | rdfs:subPropertyOf ep-material:hasComponent . | 1066 | rdfs:subPropertyOf ep-material:hasComponent . |
1067 | 1067 | ||
1068 | ep-material:hasPrimaryComponent | 1068 | ep-material:hasPrimaryComponent |
1069 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1069 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1070 | rdfs:comment "material that is a primary component of the whole"^^xsd:string ; | 1070 | rdfs:comment "material that is a primary component of the whole"^^xsd:string ; |
1071 | rdfs:domain ep-material:Material ; | 1071 | rdfs:domain ep-material:Material ; |
1072 | rdfs:label "has primary component"^^xsd:string ; | 1072 | rdfs:label "has primary component"^^xsd:string ; |
... | @@ -1074,14 +1074,14 @@ ep-material:hasPrimaryComponent | ... | @@ -1074,14 +1074,14 @@ ep-material:hasPrimaryComponent |
1074 | rdfs:subPropertyOf ep-material:hasComponent . | 1074 | rdfs:subPropertyOf ep-material:hasComponent . |
1075 | 1075 | ||
1076 | ep-material:massRatio | 1076 | ep-material:massRatio |
1077 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1077 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1078 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1078 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1079 | rdfs:domain ep-material:MaterialPair ; | 1079 | rdfs:domain ep-material:MaterialPair ; |
1080 | rdfs:label "mass ratio"^^xsd:string ; | 1080 | rdfs:label "mass ratio"^^xsd:string ; |
1081 | rdfs:range ep-core:Ratio . | 1081 | rdfs:range ep-core:Ratio . |
1082 | 1082 | ||
1083 | ep-material:partMaterialOfPair | 1083 | ep-material:partMaterialOfPair |
1084 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1084 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1085 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1085 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1086 | rdfs:domain ep-material:MaterialPartWholePair ; | 1086 | rdfs:domain ep-material:MaterialPartWholePair ; |
1087 | rdfs:label "part material of pair"^^xsd:string ; | 1087 | rdfs:label "part material of pair"^^xsd:string ; |
... | @@ -1089,14 +1089,14 @@ ep-material:partMaterialOfPair | ... | @@ -1089,14 +1089,14 @@ ep-material:partMaterialOfPair |
1089 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 1089 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
1090 | 1090 | ||
1091 | ep-material:reidVaporPressure | 1091 | ep-material:reidVaporPressure |
1092 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1092 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1093 | rdfs:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ; | 1093 | rdfs:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ; |
1094 | rdfs:domain ep-core:PhysicalThing ; | 1094 | rdfs:domain ep-core:PhysicalThing ; |
1095 | rdfs:label "Reid vapor pressure"^^xsd:string ; | 1095 | rdfs:label "Reid vapor pressure"^^xsd:string ; |
1096 | rdfs:range ep-core:Pressure . | 1096 | rdfs:range ep-core:Pressure . |
1097 | 1097 | ||
1098 | ep-material:secondMaterialOfPair | 1098 | ep-material:secondMaterialOfPair |
1099 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1099 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1100 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1100 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1101 | rdfs:domain ep-material:MaterialPair ; | 1101 | rdfs:domain ep-material:MaterialPair ; |
1102 | rdfs:label "second material of pair"^^xsd:string ; | 1102 | rdfs:label "second material of pair"^^xsd:string ; |
... | @@ -1238,14 +1238,14 @@ ep-material:substance-T13dmcyPentane | ... | @@ -1238,14 +1238,14 @@ ep-material:substance-T13dmcyPentane |
1238 | rdfs:subClassOf ep-material:Material . | 1238 | rdfs:subClassOf ep-material:Material . |
1239 | 1239 | ||
1240 | ep-material:volumeRatio | 1240 | ep-material:volumeRatio |
1241 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1241 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1242 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1242 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1243 | rdfs:domain ep-material:MaterialPair ; | 1243 | rdfs:domain ep-material:MaterialPair ; |
1244 | rdfs:label "volume ratio"^^xsd:string ; | 1244 | rdfs:label "volume ratio"^^xsd:string ; |
1245 | rdfs:range ep-core:Ratio . | 1245 | rdfs:range ep-core:Ratio . |
1246 | 1246 | ||
1247 | ep-material:wholeMaterialOfPair | 1247 | ep-material:wholeMaterialOfPair |
1248 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1248 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1249 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1249 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
1250 | rdfs:domain ep-material:MaterialPartWholePair ; | 1250 | rdfs:domain ep-material:MaterialPartWholePair ; |
1251 | rdfs:label "whole material of pair"^^xsd:string ; | 1251 | rdfs:label "whole material of pair"^^xsd:string ; | ... | ... |
... | @@ -256,6 +256,13 @@ ep-prodfac:UnavailableFacility | ... | @@ -256,6 +256,13 @@ ep-prodfac:UnavailableFacility |
256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
257 | owl:disjointWith ep-prodfac:AvailableFacility . | 257 | owl:disjointWith ep-prodfac:AvailableFacility . |
258 | 258 | ||
259 | +ep-prodfac:facilityPressureAlarm-low | ||
260 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | ||
261 | + rdfs:comment "pressure below which an alarm will be raised"^^xsd:string ; | ||
262 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
263 | + rdfs:label "facility pressure alarm - low"^^xsd:string ; | ||
264 | + rdfs:range ep-core:Pressure . | ||
265 | + | ||
259 | ep-prodfac:numberOfBedsAvailable | 266 | ep-prodfac:numberOfBedsAvailable |
260 | rdf:type owl:DatatypeProperty ; | 267 | rdf:type owl:DatatypeProperty ; |
261 | rdfs:comment "number of beds available on a facility"^^xsd:string ; | 268 | rdfs:comment "number of beds available on a facility"^^xsd:string ; |
... | @@ -269,6 +276,13 @@ ep-prodfac:operatingTime | ... | @@ -269,6 +276,13 @@ ep-prodfac:operatingTime |
269 | rdfs:label "operating time"^^xsd:string ; | 276 | rdfs:label "operating time"^^xsd:string ; |
270 | rdfs:range ep-core:TimeDuration . | 277 | rdfs:range ep-core:TimeDuration . |
271 | 278 | ||
279 | +ep-prodfac:pipelineEfficiencyFactor | ||
280 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | ||
281 | + rdfs:comment "Factor by which theoretical volumetric flow rates are multiplied to account for water, condenate and solids in a pipeline"^^xsd:string ; | ||
282 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
283 | + rdfs:label "pipeline efficiency factor"^^xsd:string ; | ||
284 | + rdfs:range ep-core:VolumePerVolume . | ||
285 | + | ||
272 | ep-prodfac:scheduledTimeUnavailable | 286 | ep-prodfac:scheduledTimeUnavailable |
273 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 287 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
274 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 288 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
... | @@ -287,6 +301,9 @@ ep-prodfac:timeAvailable | ... | @@ -287,6 +301,9 @@ ep-prodfac:timeAvailable |
287 | rdfs:label "time available"^^xsd:string ; | 301 | rdfs:label "time available"^^xsd:string ; |
288 | rdfs:range ep-core:TimeDuration . | 302 | rdfs:range ep-core:TimeDuration . |
289 | 303 | ||
304 | +<http://www.reportinghub.no/ep/schema/production-well#Annulus> | ||
305 | + rdfs:comment "void between the production tubing and a casing string"^^xsd:string . | ||
306 | + | ||
290 | <http://www.reportinghub.no/ep/schema/well#Cluster> | 307 | <http://www.reportinghub.no/ep/schema/well#Cluster> |
291 | rdf:type ep-prodfac:ReportingFacilityType . | 308 | rdf:type ep-prodfac:ReportingFacilityType . |
292 | 309 | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment