Showing
4 changed files
with
365 additions
and
221 deletions
... | @@ -19,16 +19,16 @@ | ... | @@ -19,16 +19,16 @@ |
19 | 19 | ||
20 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 20 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <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> ; | 22 | + 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-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
24 | 24 | ||
25 | ep-flow:AllocatedFlow | 25 | ep-flow:AllocatedFlow |
26 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 26 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
27 | rdfs:label "allocated flow"^^xsd:string ; | 27 | rdfs:label "allocated flow"^^xsd:string ; |
28 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 28 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
29 | 29 | ||
30 | ep-flow:BudgetFlow | 30 | ep-flow:BudgetFlow |
31 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 31 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
32 | rdfs:label "budget flow"^^xsd:string ; | 32 | rdfs:label "budget flow"^^xsd:string ; |
33 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 33 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
34 | 34 | ||
... | @@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -38,82 +38,82 @@ ep-flow:ClassOfMaterialWithMassCriterion |
38 | rdfs:subClassOf owl:Class . | 38 | rdfs:subClassOf owl:Class . |
39 | 39 | ||
40 | ep-flow:Condensate-grossFlow | 40 | ep-flow:Condensate-grossFlow |
41 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 41 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
42 | rdfs:label "condensate - gross flow"^^xsd:string ; | 42 | rdfs:label "condensate - gross flow"^^xsd:string ; |
43 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 43 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
44 | 44 | ||
45 | ep-flow:Condensate-netFlow | 45 | ep-flow:Condensate-netFlow |
46 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 46 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
47 | rdfs:label "condensate - net flow"^^xsd:string ; | 47 | rdfs:label "condensate - net flow"^^xsd:string ; |
48 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 48 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
49 | 49 | ||
50 | ep-flow:ConstraintFlow | 50 | ep-flow:ConstraintFlow |
51 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 51 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
52 | rdfs:label "constraint flow"^^xsd:string ; | 52 | rdfs:label "constraint flow"^^xsd:string ; |
53 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 53 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
54 | 54 | ||
55 | ep-flow:ConstraintFlow-fixed | 55 | ep-flow:ConstraintFlow-fixed |
56 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 56 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
57 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 57 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
58 | rdfs:subClassOf ep-flow:ConstraintFlow . | 58 | rdfs:subClassOf ep-flow:ConstraintFlow . |
59 | 59 | ||
60 | ep-flow:ConstraintFlow-maximum | 60 | ep-flow:ConstraintFlow-maximum |
61 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 61 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
62 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 62 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
63 | rdfs:subClassOf ep-flow:ConstraintFlow . | 63 | rdfs:subClassOf ep-flow:ConstraintFlow . |
64 | 64 | ||
65 | ep-flow:ConstraintFlow-minimum | 65 | ep-flow:ConstraintFlow-minimum |
66 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 66 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
67 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 67 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
68 | rdfs:subClassOf ep-flow:ConstraintFlow . | 68 | rdfs:subClassOf ep-flow:ConstraintFlow . |
69 | 69 | ||
70 | ep-flow:Consume | 70 | ep-flow:Consume |
71 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 71 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
72 | rdfs:label "consume"^^xsd:string ; | 72 | rdfs:label "consume"^^xsd:string ; |
73 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 73 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
74 | 74 | ||
75 | ep-flow:Consume-HPflare | 75 | ep-flow:Consume-HPflare |
76 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 76 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
77 | rdfs:label "consume - HP flare"^^xsd:string ; | 77 | rdfs:label "consume - HP flare"^^xsd:string ; |
78 | rdfs:subClassOf ep-flow:Consume-flare . | 78 | rdfs:subClassOf ep-flow:Consume-flare . |
79 | 79 | ||
80 | ep-flow:Consume-LPflare | 80 | ep-flow:Consume-LPflare |
81 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 81 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
82 | rdfs:label "consume - LP flare"^^xsd:string ; | 82 | rdfs:label "consume - LP flare"^^xsd:string ; |
83 | rdfs:subClassOf ep-flow:Consume-flare . | 83 | rdfs:subClassOf ep-flow:Consume-flare . |
84 | 84 | ||
85 | ep-flow:Consume-blackstart | 85 | ep-flow:Consume-blackstart |
86 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 86 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
87 | rdfs:label "consume - blackstart"^^xsd:string ; | 87 | rdfs:label "consume - blackstart"^^xsd:string ; |
88 | rdfs:subClassOf ep-flow:Consume . | 88 | rdfs:subClassOf ep-flow:Consume . |
89 | 89 | ||
90 | ep-flow:Consume-compressor | 90 | ep-flow:Consume-compressor |
91 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 91 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
92 | rdfs:label "consume - compressor"^^xsd:string ; | 92 | rdfs:label "consume - compressor"^^xsd:string ; |
93 | rdfs:subClassOf ep-flow:Consume . | 93 | rdfs:subClassOf ep-flow:Consume . |
94 | 94 | ||
95 | ep-flow:Consume-emitted | 95 | ep-flow:Consume-emitted |
96 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 96 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
97 | rdfs:label "consume - emitted"^^xsd:string ; | 97 | rdfs:label "consume - emitted"^^xsd:string ; |
98 | rdfs:subClassOf ep-flow:Consume . | 98 | rdfs:subClassOf ep-flow:Consume . |
99 | 99 | ||
100 | ep-flow:Consume-flare | 100 | ep-flow:Consume-flare |
101 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 101 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
102 | rdfs:label "consume - flare"^^xsd:string ; | 102 | rdfs:label "consume - flare"^^xsd:string ; |
103 | rdfs:subClassOf ep-flow:Consume . | 103 | rdfs:subClassOf ep-flow:Consume . |
104 | 104 | ||
105 | ep-flow:Consume-fuel | 105 | ep-flow:Consume-fuel |
106 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 106 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
107 | rdfs:label "consume - fuel"^^xsd:string ; | 107 | rdfs:label "consume - fuel"^^xsd:string ; |
108 | rdfs:subClassOf ep-flow:Consume . | 108 | rdfs:subClassOf ep-flow:Consume . |
109 | 109 | ||
110 | ep-flow:Consume-noncompressor | 110 | ep-flow:Consume-noncompressor |
111 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 111 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
112 | rdfs:label "consume - non-compressor"^^xsd:string ; | 112 | rdfs:label "consume - non-compressor"^^xsd:string ; |
113 | rdfs:subClassOf ep-flow:Consume . | 113 | rdfs:subClassOf ep-flow:Consume . |
114 | 114 | ||
115 | ep-flow:Consume-venting | 115 | ep-flow:Consume-venting |
116 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 116 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
117 | rdfs:label "consume - venting"^^xsd:string ; | 117 | rdfs:label "consume - venting"^^xsd:string ; |
118 | rdfs:subClassOf ep-flow:Consume . | 118 | rdfs:subClassOf ep-flow:Consume . |
119 | 119 | ||
... | @@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow | ... | @@ -123,17 +123,17 @@ ep-flow:DailyProductionFlow |
123 | rdfs:subClassOf ep-flow:ProductionFlow . | 123 | rdfs:subClassOf ep-flow:ProductionFlow . |
124 | 124 | ||
125 | ep-flow:DerivedFlow | 125 | ep-flow:DerivedFlow |
126 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 126 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
127 | rdfs:label "derived flow"^^xsd:string ; | 127 | rdfs:label "derived flow"^^xsd:string ; |
128 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 128 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
129 | 129 | ||
130 | ep-flow:DerivedFlow-difference | 130 | ep-flow:DerivedFlow-difference |
131 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 131 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
132 | rdfs:label "derived flow - difference"^^xsd:string ; | 132 | rdfs:label "derived flow - difference"^^xsd:string ; |
133 | rdfs:subClassOf ep-flow:DerivedFlow . | 133 | rdfs:subClassOf ep-flow:DerivedFlow . |
134 | 134 | ||
135 | ep-flow:DifferenceFlow | 135 | ep-flow:DifferenceFlow |
136 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 136 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
137 | rdfs:label "difference flow"^^xsd:string ; | 137 | rdfs:label "difference flow"^^xsd:string ; |
138 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 138 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
139 | 139 | ||
... | @@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow | ... | @@ -143,27 +143,27 @@ ep-flow:ElectricPowerFlow |
143 | rdfs:subClassOf ep-flow:Flow . | 143 | rdfs:subClassOf ep-flow:Flow . |
144 | 144 | ||
145 | ep-flow:EstimatedFlow | 145 | ep-flow:EstimatedFlow |
146 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 146 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
147 | rdfs:label "estimated flow"^^xsd:string ; | 147 | rdfs:label "estimated flow"^^xsd:string ; |
148 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 148 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
149 | 149 | ||
150 | ep-flow:Export | 150 | ep-flow:Export |
151 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 151 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
152 | rdfs:label "export"^^xsd:string ; | 152 | rdfs:label "export"^^xsd:string ; |
153 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 153 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
154 | 154 | ||
155 | ep-flow:Export-nominated | 155 | ep-flow:Export-nominated |
156 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 156 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
157 | rdfs:label "export nominated"^^xsd:string ; | 157 | rdfs:label "export nominated"^^xsd:string ; |
158 | rdfs:subClassOf ep-flow:Export . | 158 | rdfs:subClassOf ep-flow:Export . |
159 | 159 | ||
160 | ep-flow:Export-requested | 160 | ep-flow:Export-requested |
161 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 161 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
162 | rdfs:label "export requested"^^xsd:string ; | 162 | rdfs:label "export requested"^^xsd:string ; |
163 | rdfs:subClassOf ep-flow:Export . | 163 | rdfs:subClassOf ep-flow:Export . |
164 | 164 | ||
165 | ep-flow:Export-shortfall | 165 | ep-flow:Export-shortfall |
166 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 166 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
167 | rdfs:label "export shortfall"^^xsd:string ; | 167 | rdfs:label "export shortfall"^^xsd:string ; |
168 | rdfs:subClassOf ep-flow:Export . | 168 | rdfs:subClassOf ep-flow:Export . |
169 | 169 | ||
... | @@ -173,42 +173,42 @@ ep-flow:Flow | ... | @@ -173,42 +173,42 @@ ep-flow:Flow |
173 | rdfs:subClassOf ep-core:PhysicalThing . | 173 | rdfs:subClassOf ep-core:PhysicalThing . |
174 | 174 | ||
175 | ep-flow:FlowAtInstant | 175 | ep-flow:FlowAtInstant |
176 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 176 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
177 | rdfs:label "flow at instant"^^xsd:string ; | 177 | rdfs:label "flow at instant"^^xsd:string ; |
178 | rdfs:subClassOf ep-flow:Flow . | 178 | rdfs:subClassOf ep-flow:Flow . |
179 | 179 | ||
180 | ep-flow:FlowDuringDay | 180 | ep-flow:FlowDuringDay |
181 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 181 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
182 | rdfs:label "flow during day"^^xsd:string ; | 182 | rdfs:label "flow during day"^^xsd:string ; |
183 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 183 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
184 | 184 | ||
185 | ep-flow:FlowDuringMonth | 185 | ep-flow:FlowDuringMonth |
186 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 186 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
187 | rdfs:label "flow during month"^^xsd:string ; | 187 | rdfs:label "flow during month"^^xsd:string ; |
188 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 188 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
189 | 189 | ||
190 | ep-flow:FlowDuringMonthToDate | 190 | ep-flow:FlowDuringMonthToDate |
191 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 191 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
192 | rdfs:label "flow during month to date"^^xsd:string ; | 192 | rdfs:label "flow during month to date"^^xsd:string ; |
193 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 193 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
194 | 194 | ||
195 | ep-flow:FlowDuringPeriod | 195 | ep-flow:FlowDuringPeriod |
196 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 196 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
197 | rdfs:label "flow during period"^^xsd:string ; | 197 | rdfs:label "flow during period"^^xsd:string ; |
198 | rdfs:subClassOf ep-flow:Flow . | 198 | rdfs:subClassOf ep-flow:Flow . |
199 | 199 | ||
200 | ep-flow:FlowDuringWeek | 200 | ep-flow:FlowDuringWeek |
201 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 201 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
202 | rdfs:label "flow during week"^^xsd:string ; | 202 | rdfs:label "flow during week"^^xsd:string ; |
203 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 203 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
204 | 204 | ||
205 | ep-flow:FlowDuringYear | 205 | ep-flow:FlowDuringYear |
206 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 206 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
207 | rdfs:label "flow during year"^^xsd:string ; | 207 | rdfs:label "flow during year"^^xsd:string ; |
208 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 208 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
209 | 209 | ||
210 | ep-flow:FlowDuringYearToDate | 210 | ep-flow:FlowDuringYearToDate |
211 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 211 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
212 | rdfs:label "flow during year to date"^^xsd:string ; | 212 | rdfs:label "flow during year to date"^^xsd:string ; |
213 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 213 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
214 | 214 | ||
... | @@ -218,122 +218,127 @@ ep-flow:FlowOfLiquid | ... | @@ -218,122 +218,127 @@ ep-flow:FlowOfLiquid |
218 | rdfs:subClassOf ep-core:PhysicalThing . | 218 | rdfs:subClassOf ep-core:PhysicalThing . |
219 | 219 | ||
220 | ep-flow:ForecastFlow | 220 | ep-flow:ForecastFlow |
221 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 221 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
222 | rdfs:label "forecast flow"^^xsd:string ; | 222 | rdfs:label "forecast flow"^^xsd:string ; |
223 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 223 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
224 | 224 | ||
225 | ep-flow:ForecastFlow-declineCurve | 225 | ep-flow:ForecastFlow-declineCurve |
226 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 226 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
227 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 227 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
228 | rdfs:subClassOf ep-flow:ForecastFlow . | 228 | rdfs:subClassOf ep-flow:ForecastFlow . |
229 | 229 | ||
230 | ep-flow:ForecastFlow-standard | 230 | ep-flow:ForecastFlow-standard |
231 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 231 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
232 | rdfs:label "forecast flow - standard"^^xsd:string ; | 232 | rdfs:label "forecast flow - standard"^^xsd:string ; |
233 | rdfs:subClassOf ep-flow:ForecastFlow . | 233 | rdfs:subClassOf ep-flow:ForecastFlow . |
234 | 234 | ||
235 | ep-flow:Gaslift | 235 | ep-flow:Gaslift |
236 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 236 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
237 | rdfs:label "gas lift"^^xsd:string ; | 237 | rdfs:label "gas lift"^^xsd:string ; |
238 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 238 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
239 | 239 | ||
240 | ep-flow:GrossProductFlow | 240 | ep-flow:GrossProductFlow |
241 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 241 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
242 | rdfs:label "gross product flow"^^xsd:string ; | 242 | rdfs:label "gross product flow"^^xsd:string ; |
243 | rdfs:subClassOf ep-flow:ProductFlow . | 243 | rdfs:subClassOf ep-flow:ProductFlow . |
244 | 244 | ||
245 | ep-flow:HydrocarbonAccounting | 245 | ep-flow:HydrocarbonAccounting |
246 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 246 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
247 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 247 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
248 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 248 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
249 | 249 | ||
250 | ep-flow:Import | 250 | ep-flow:Import |
251 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 251 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
252 | rdfs:label "import"^^xsd:string ; | 252 | rdfs:label "import"^^xsd:string ; |
253 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 253 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
254 | 254 | ||
255 | ep-flow:Injection | 255 | ep-flow:Injection |
256 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 256 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
257 | rdfs:label "injection"^^xsd:string ; | 257 | rdfs:label "injection"^^xsd:string ; |
258 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 258 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
259 | 259 | ||
260 | ep-flow:Inventory | 260 | ep-flow:Inventory |
261 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 261 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
262 | rdfs:label "inventory"^^xsd:string ; | 262 | rdfs:label "inventory"^^xsd:string ; |
263 | rdfs:subClassOf ep-core:PhysicalObject . | 263 | rdfs:subClassOf ep-core:PhysicalObject . |
264 | 264 | ||
265 | ep-flow:MeasuredFlow | 265 | ep-flow:MeasuredFlow |
266 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 266 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
267 | rdfs:label "measured flow"^^xsd:string ; | 267 | rdfs:label "measured flow"^^xsd:string ; |
268 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 268 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
269 | 269 | ||
270 | ep-flow:MeasuredFlow-fiscal | 270 | ep-flow:MeasuredFlow-fiscal |
271 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 271 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
272 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 272 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
273 | rdfs:subClassOf ep-flow:MeasuredFlow . | 273 | rdfs:subClassOf ep-flow:MeasuredFlow . |
274 | 274 | ||
275 | ep-flow:MeasuredFlow-raw | 275 | ep-flow:MeasuredFlow-raw |
276 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 276 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
277 | rdfs:label "measured flow - raw"^^xsd:string ; | 277 | rdfs:label "measured flow - raw"^^xsd:string ; |
278 | rdfs:subClassOf ep-flow:MeasuredFlow . | 278 | rdfs:subClassOf ep-flow:MeasuredFlow . |
279 | 279 | ||
280 | ep-flow:MeasuredFlow-recalibrated | 280 | ep-flow:MeasuredFlow-recalibrated |
281 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 281 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
282 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 282 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
283 | rdfs:subClassOf ep-flow:MeasuredFlow . | 283 | rdfs:subClassOf ep-flow:MeasuredFlow . |
284 | 284 | ||
285 | +ep-flow:MeteredFlowFiscal | ||
286 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
287 | + rdfs:label "metered flow fiscal"^^xsd:string ; | ||
288 | + rdfs:subClassOf ep-flow:WholeLifeFlow . | ||
289 | + | ||
285 | ep-flow:NetProductFlow | 290 | ep-flow:NetProductFlow |
286 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 291 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
287 | rdfs:label "net product flow"^^xsd:string ; | 292 | rdfs:label "net product flow"^^xsd:string ; |
288 | rdfs:subClassOf ep-flow:ProductFlow . | 293 | rdfs:subClassOf ep-flow:ProductFlow . |
289 | 294 | ||
290 | ep-flow:NominatedFlow | 295 | ep-flow:NominatedFlow |
291 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 296 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
292 | rdfs:label "nominated flow"^^xsd:string ; | 297 | rdfs:label "nominated flow"^^xsd:string ; |
293 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 298 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
294 | 299 | ||
295 | ep-flow:ObjectThatLastsOneDay | 300 | ep-flow:ObjectThatLastsOneDay |
296 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 301 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
297 | rdfs:label "object that lasts one day"^^xsd:string ; | 302 | rdfs:label "object that lasts one day"^^xsd:string ; |
298 | rdfs:subClassOf ep-core:PhysicalObject . | 303 | rdfs:subClassOf ep-core:PhysicalObject . |
299 | 304 | ||
300 | ep-flow:ObjectThatLastsOneMonth | 305 | ep-flow:ObjectThatLastsOneMonth |
301 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 306 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
302 | rdfs:label "object that lasts one month"^^xsd:string ; | 307 | rdfs:label "object that lasts one month"^^xsd:string ; |
303 | rdfs:subClassOf ep-core:PhysicalObject . | 308 | rdfs:subClassOf ep-core:PhysicalObject . |
304 | 309 | ||
305 | ep-flow:ObjectThatLastsOneWeek | 310 | ep-flow:ObjectThatLastsOneWeek |
306 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 311 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
307 | rdfs:label "object that lasts one week"^^xsd:string ; | 312 | rdfs:label "object that lasts one week"^^xsd:string ; |
308 | rdfs:subClassOf ep-core:PhysicalObject . | 313 | rdfs:subClassOf ep-core:PhysicalObject . |
309 | 314 | ||
310 | ep-flow:ObjectThatLastsOneYear | 315 | ep-flow:ObjectThatLastsOneYear |
311 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 316 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
312 | rdfs:label "object that lasts one year"^^xsd:string ; | 317 | rdfs:label "object that lasts one year"^^xsd:string ; |
313 | rdfs:subClassOf ep-core:PhysicalObject . | 318 | rdfs:subClassOf ep-core:PhysicalObject . |
314 | 319 | ||
315 | ep-flow:Oil-grossFlow | 320 | ep-flow:Oil-grossFlow |
316 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 321 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
317 | rdfs:label "oil - gross flow"^^xsd:string ; | 322 | rdfs:label "oil - gross flow"^^xsd:string ; |
318 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 323 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
319 | 324 | ||
320 | ep-flow:Oil-netFlow | 325 | ep-flow:Oil-netFlow |
321 | - rdf:type owl:Class , ep-flow:ProductMaterialType ; | 326 | + rdf:type ep-flow:ProductMaterialType , owl:Class ; |
322 | rdfs:label "oil - net flow"^^xsd:string ; | 327 | rdfs:label "oil - net flow"^^xsd:string ; |
323 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 328 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
324 | 329 | ||
325 | ep-flow:Overboard | 330 | ep-flow:Overboard |
326 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 331 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
327 | rdfs:label "overboard"^^xsd:string ; | 332 | rdfs:label "overboard"^^xsd:string ; |
328 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 333 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
329 | 334 | ||
330 | ep-flow:PotentialFlow | 335 | ep-flow:PotentialFlow |
331 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 336 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
332 | rdfs:label "potential flow"^^xsd:string ; | 337 | rdfs:label "potential flow"^^xsd:string ; |
333 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 338 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
334 | 339 | ||
335 | ep-flow:ProcessedFlow | 340 | ep-flow:ProcessedFlow |
336 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 341 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
337 | rdfs:label "processed flow"^^xsd:string ; | 342 | rdfs:label "processed flow"^^xsd:string ; |
338 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 343 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
339 | 344 | ||
... | @@ -358,27 +363,27 @@ ep-flow:ProductInventory | ... | @@ -358,27 +363,27 @@ ep-flow:ProductInventory |
358 | rdfs:subClassOf ep-flow:Inventory . | 363 | rdfs:subClassOf ep-flow:Inventory . |
359 | 364 | ||
360 | ep-flow:ProductInventoryAdjustedClosingBalance | 365 | ep-flow:ProductInventoryAdjustedClosingBalance |
361 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 366 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
362 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 367 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
363 | rdfs:subClassOf ep-flow:ProductInventory . | 368 | rdfs:subClassOf ep-flow:ProductInventory . |
364 | 369 | ||
365 | ep-flow:ProductInventoryClosingBalance | 370 | ep-flow:ProductInventoryClosingBalance |
366 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 371 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
367 | rdfs:label "product inventory closing balance"^^xsd:string ; | 372 | rdfs:label "product inventory closing balance"^^xsd:string ; |
368 | rdfs:subClassOf ep-flow:ProductInventory . | 373 | rdfs:subClassOf ep-flow:ProductInventory . |
369 | 374 | ||
370 | ep-flow:ProductInventoryClosingStorageBalance | 375 | ep-flow:ProductInventoryClosingStorageBalance |
371 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 376 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
372 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 377 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
373 | rdfs:subClassOf ep-flow:ProductInventory . | 378 | rdfs:subClassOf ep-flow:ProductInventory . |
374 | 379 | ||
375 | ep-flow:ProductInventoryOpFlex | 380 | ep-flow:ProductInventoryOpFlex |
376 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 381 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
377 | rdfs:label "product inventory opFlex"^^xsd:string ; | 382 | rdfs:label "product inventory opFlex"^^xsd:string ; |
378 | rdfs:subClassOf ep-flow:ProductInventory . | 383 | rdfs:subClassOf ep-flow:ProductInventory . |
379 | 384 | ||
380 | ep-flow:ProductInventoryOpeningBalance | 385 | ep-flow:ProductInventoryOpeningBalance |
381 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 386 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
382 | rdfs:label "product inventory opening balance"^^xsd:string ; | 387 | rdfs:label "product inventory opening balance"^^xsd:string ; |
383 | rdfs:subClassOf ep-flow:ProductInventory . | 388 | rdfs:subClassOf ep-flow:ProductInventory . |
384 | 389 | ||
... | @@ -393,7 +398,7 @@ ep-flow:ProductMaterialType | ... | @@ -393,7 +398,7 @@ ep-flow:ProductMaterialType |
393 | rdfs:subClassOf owl:Class . | 398 | rdfs:subClassOf owl:Class . |
394 | 399 | ||
395 | ep-flow:Production | 400 | ep-flow:Production |
396 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 401 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
397 | rdfs:label "production"^^xsd:string ; | 402 | rdfs:label "production"^^xsd:string ; |
398 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 403 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
399 | 404 | ||
... | @@ -428,37 +433,37 @@ ep-flow:ProductionInventory | ... | @@ -428,37 +433,37 @@ ep-flow:ProductionInventory |
428 | rdfs:subClassOf ep-flow:Inventory . | 433 | rdfs:subClassOf ep-flow:Inventory . |
429 | 434 | ||
430 | ep-flow:ProductionInventoryAllocatedMaterial | 435 | ep-flow:ProductionInventoryAllocatedMaterial |
431 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 436 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
432 | rdfs:label "production inventory allocated material"^^xsd:string ; | 437 | rdfs:label "production inventory allocated material"^^xsd:string ; |
433 | rdfs:subClassOf ep-flow:ProductionInventory . | 438 | rdfs:subClassOf ep-flow:ProductionInventory . |
434 | 439 | ||
435 | ep-flow:ProductionInventoryBudgetMaterial | 440 | ep-flow:ProductionInventoryBudgetMaterial |
436 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 441 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
437 | rdfs:label "production inventory budget material"^^xsd:string ; | 442 | rdfs:label "production inventory budget material"^^xsd:string ; |
438 | rdfs:subClassOf ep-flow:ProductionInventory . | 443 | rdfs:subClassOf ep-flow:ProductionInventory . |
439 | 444 | ||
440 | ep-flow:ProductionInventoryConstraintMaterial | 445 | ep-flow:ProductionInventoryConstraintMaterial |
441 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 446 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
442 | rdfs:label "production inventory constraint material"^^xsd:string ; | 447 | rdfs:label "production inventory constraint material"^^xsd:string ; |
443 | rdfs:subClassOf ep-flow:ProductionInventory . | 448 | rdfs:subClassOf ep-flow:ProductionInventory . |
444 | 449 | ||
445 | ep-flow:ProductionInventoryDerivedMaterial | 450 | ep-flow:ProductionInventoryDerivedMaterial |
446 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 451 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
447 | rdfs:label "production inventory derived material"^^xsd:string ; | 452 | rdfs:label "production inventory derived material"^^xsd:string ; |
448 | rdfs:subClassOf ep-flow:ProductionInventory . | 453 | rdfs:subClassOf ep-flow:ProductionInventory . |
449 | 454 | ||
450 | ep-flow:ProductionInventoryDifferenceMaterial | 455 | ep-flow:ProductionInventoryDifferenceMaterial |
451 | - rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; | 456 | + rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; |
452 | rdfs:label "production inventory difference material"^^xsd:string ; | 457 | rdfs:label "production inventory difference material"^^xsd:string ; |
453 | rdfs:subClassOf ep-flow:ProductionInventory . | 458 | rdfs:subClassOf ep-flow:ProductionInventory . |
454 | 459 | ||
455 | ep-flow:ProductionInventoryEstimatedMaterial | 460 | ep-flow:ProductionInventoryEstimatedMaterial |
456 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 461 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
457 | rdfs:label "production inventory estimated material"^^xsd:string ; | 462 | rdfs:label "production inventory estimated material"^^xsd:string ; |
458 | rdfs:subClassOf ep-flow:ProductionInventory . | 463 | rdfs:subClassOf ep-flow:ProductionInventory . |
459 | 464 | ||
460 | ep-flow:ProductionInventoryForecastMaterial | 465 | ep-flow:ProductionInventoryForecastMaterial |
461 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 466 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
462 | rdfs:label "production inventory forecast material"^^xsd:string ; | 467 | rdfs:label "production inventory forecast material"^^xsd:string ; |
463 | rdfs:subClassOf ep-flow:ProductionInventory . | 468 | rdfs:subClassOf ep-flow:ProductionInventory . |
464 | 469 | ||
... | @@ -468,47 +473,47 @@ ep-flow:ProductionInventoryMaterialType | ... | @@ -468,47 +473,47 @@ ep-flow:ProductionInventoryMaterialType |
468 | rdfs:subClassOf owl:Class . | 473 | rdfs:subClassOf owl:Class . |
469 | 474 | ||
470 | ep-flow:ProductionInventoryMeasuredMaterial | 475 | ep-flow:ProductionInventoryMeasuredMaterial |
471 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 476 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
472 | rdfs:label "production inventory measured material"^^xsd:string ; | 477 | rdfs:label "production inventory measured material"^^xsd:string ; |
473 | rdfs:subClassOf ep-flow:ProductionInventory . | 478 | rdfs:subClassOf ep-flow:ProductionInventory . |
474 | 479 | ||
475 | ep-flow:ProductionInventoryNominatedMaterial | 480 | ep-flow:ProductionInventoryNominatedMaterial |
476 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 481 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
477 | rdfs:label "production inventory nominated material"^^xsd:string ; | 482 | rdfs:label "production inventory nominated material"^^xsd:string ; |
478 | rdfs:subClassOf ep-flow:ProductionInventory . | 483 | rdfs:subClassOf ep-flow:ProductionInventory . |
479 | 484 | ||
480 | ep-flow:ProductionInventoryPotentialMaterial | 485 | ep-flow:ProductionInventoryPotentialMaterial |
481 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 486 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
482 | rdfs:label "production inventory potential material"^^xsd:string ; | 487 | rdfs:label "production inventory potential material"^^xsd:string ; |
483 | rdfs:subClassOf ep-flow:ProductionInventory . | 488 | rdfs:subClassOf ep-flow:ProductionInventory . |
484 | 489 | ||
485 | ep-flow:ProductionInventoryProcessedMaterial | 490 | ep-flow:ProductionInventoryProcessedMaterial |
486 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 491 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
487 | rdfs:label "production inventory processed material"^^xsd:string ; | 492 | rdfs:label "production inventory processed material"^^xsd:string ; |
488 | rdfs:subClassOf ep-flow:ProductionInventory . | 493 | rdfs:subClassOf ep-flow:ProductionInventory . |
489 | 494 | ||
490 | ep-flow:ProductionInventoryQuotaMaterial | 495 | ep-flow:ProductionInventoryQuotaMaterial |
491 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 496 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
492 | rdfs:label "production inventory quota material"^^xsd:string ; | 497 | rdfs:label "production inventory quota material"^^xsd:string ; |
493 | rdfs:subClassOf ep-flow:ProductionInventory . | 498 | rdfs:subClassOf ep-flow:ProductionInventory . |
494 | 499 | ||
495 | ep-flow:ProductionInventoryRecommendedMaterial | 500 | ep-flow:ProductionInventoryRecommendedMaterial |
496 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 501 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
497 | rdfs:label "production inventory recommended material"^^xsd:string ; | 502 | rdfs:label "production inventory recommended material"^^xsd:string ; |
498 | rdfs:subClassOf ep-flow:ProductionInventory . | 503 | rdfs:subClassOf ep-flow:ProductionInventory . |
499 | 504 | ||
500 | ep-flow:ProductionInventorySaleableMaterial | 505 | ep-flow:ProductionInventorySaleableMaterial |
501 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 506 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
502 | rdfs:label "production inventory saleable material"^^xsd:string ; | 507 | rdfs:label "production inventory saleable material"^^xsd:string ; |
503 | rdfs:subClassOf ep-flow:ProductionInventory . | 508 | rdfs:subClassOf ep-flow:ProductionInventory . |
504 | 509 | ||
505 | ep-flow:ProductionInventorySimulatedMaterial | 510 | ep-flow:ProductionInventorySimulatedMaterial |
506 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 511 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
507 | rdfs:label "production inventory simulated material"^^xsd:string ; | 512 | rdfs:label "production inventory simulated material"^^xsd:string ; |
508 | rdfs:subClassOf ep-flow:ProductionInventory . | 513 | rdfs:subClassOf ep-flow:ProductionInventory . |
509 | 514 | ||
510 | ep-flow:ProductionInventoryTargetMaterial | 515 | ep-flow:ProductionInventoryTargetMaterial |
511 | - rdf:type owl:Class , ep-flow:ProductionInventoryMaterialType ; | 516 | + rdf:type ep-flow:ProductionInventoryMaterialType , owl:Class ; |
512 | rdfs:label "production inventory target material"^^xsd:string ; | 517 | rdfs:label "production inventory target material"^^xsd:string ; |
513 | rdfs:subClassOf ep-flow:ProductionInventory . | 518 | rdfs:subClassOf ep-flow:ProductionInventory . |
514 | 519 | ||
... | @@ -538,22 +543,22 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -538,22 +543,22 @@ ep-flow:ProductionTestWellHeadFlow |
538 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 543 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
539 | 544 | ||
540 | ep-flow:QuotaFlow | 545 | ep-flow:QuotaFlow |
541 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 546 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
542 | rdfs:label "quota flow"^^xsd:string ; | 547 | rdfs:label "quota flow"^^xsd:string ; |
543 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 548 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
544 | 549 | ||
545 | ep-flow:RecommendedFlow | 550 | ep-flow:RecommendedFlow |
546 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 551 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
547 | rdfs:label "recommended flow"^^xsd:string ; | 552 | rdfs:label "recommended flow"^^xsd:string ; |
548 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 553 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
549 | 554 | ||
550 | ep-flow:Sale | 555 | ep-flow:Sale |
551 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 556 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
552 | rdfs:label "sale"^^xsd:string ; | 557 | rdfs:label "sale"^^xsd:string ; |
553 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 558 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
554 | 559 | ||
555 | ep-flow:SaleableFlow | 560 | ep-flow:SaleableFlow |
556 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 561 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
557 | rdfs:label "saleable flow"^^xsd:string ; | 562 | rdfs:label "saleable flow"^^xsd:string ; |
558 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 563 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
559 | 564 | ||
... | @@ -562,17 +567,17 @@ ep-flow:SampleOfMaterial | ... | @@ -562,17 +567,17 @@ ep-flow:SampleOfMaterial |
562 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 567 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
563 | 568 | ||
564 | ep-flow:SimulatedFlow | 569 | ep-flow:SimulatedFlow |
565 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 570 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
566 | rdfs:label "simulated flow"^^xsd:string ; | 571 | rdfs:label "simulated flow"^^xsd:string ; |
567 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 572 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
568 | 573 | ||
569 | ep-flow:Storage | 574 | ep-flow:Storage |
570 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 575 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
571 | rdfs:label "storage"^^xsd:string ; | 576 | rdfs:label "storage"^^xsd:string ; |
572 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 577 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
573 | 578 | ||
574 | ep-flow:TargetFlow | 579 | ep-flow:TargetFlow |
575 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 580 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
576 | rdfs:label "target flow"^^xsd:string ; | 581 | rdfs:label "target flow"^^xsd:string ; |
577 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 582 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
578 | 583 | ||
... | @@ -594,7 +599,7 @@ ep-flow:WholeLifeFlow | ... | @@ -594,7 +599,7 @@ ep-flow:WholeLifeFlow |
594 | ep-flow:WholeLifeProductFlow | 599 | ep-flow:WholeLifeProductFlow |
595 | rdf:type owl:Class ; | 600 | rdf:type owl:Class ; |
596 | rdfs:label "whole life product flow"^^xsd:string ; | 601 | rdfs:label "whole life product flow"^^xsd:string ; |
597 | - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 602 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . |
598 | 603 | ||
599 | ep-flow:WholeLifeProductInventory | 604 | ep-flow:WholeLifeProductInventory |
600 | rdf:type owl:Class ; | 605 | rdf:type owl:Class ; |
... | @@ -604,7 +609,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -604,7 +609,7 @@ ep-flow:WholeLifeProductInventory |
604 | ep-flow:WholeLifeProductionFlow | 609 | ep-flow:WholeLifeProductionFlow |
605 | rdf:type owl:Class ; | 610 | rdf:type owl:Class ; |
606 | rdfs:label "whole life production flow"^^xsd:string ; | 611 | rdfs:label "whole life production flow"^^xsd:string ; |
607 | - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 612 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
608 | 613 | ||
609 | ep-flow:WholeLifeProductionInventory | 614 | ep-flow:WholeLifeProductionInventory |
610 | rdf:type owl:Class ; | 615 | rdf:type owl:Class ; |
... | @@ -612,13 +617,13 @@ ep-flow:WholeLifeProductionInventory | ... | @@ -612,13 +617,13 @@ ep-flow:WholeLifeProductionInventory |
612 | rdfs:subClassOf ep-flow:ProductionInventory . | 617 | rdfs:subClassOf ep-flow:ProductionInventory . |
613 | 618 | ||
614 | ep-flow:dailyAverageAmountOfMaterial | 619 | ep-flow:dailyAverageAmountOfMaterial |
615 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 620 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
616 | rdfs:domain ep-flow:Flow ; | 621 | rdfs:domain ep-flow:Flow ; |
617 | rdfs:label "daily average amount of material"^^xsd:string ; | 622 | rdfs:label "daily average amount of material"^^xsd:string ; |
618 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 623 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
619 | 624 | ||
620 | ep-flow:energyContent | 625 | ep-flow:energyContent |
621 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 626 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
622 | rdfs:domain ep-material:QuantityOfMaterial ; | 627 | rdfs:domain ep-material:QuantityOfMaterial ; |
623 | rdfs:label "energy content"^^xsd:string ; | 628 | rdfs:label "energy content"^^xsd:string ; |
624 | rdfs:range ep-core:Work . | 629 | rdfs:range ep-core:Work . |
... | @@ -650,7 +655,7 @@ ep-flow:flowOutOf | ... | @@ -650,7 +655,7 @@ ep-flow:flowOutOf |
650 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 655 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
651 | 656 | ||
652 | ep-flow:grossCalorificValue | 657 | ep-flow:grossCalorificValue |
653 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 658 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
654 | rdfs:domain ep-material:QuantityOfMaterial ; | 659 | rdfs:domain ep-material:QuantityOfMaterial ; |
655 | rdfs:label "gross calorific value"^^xsd:string ; | 660 | rdfs:label "gross calorific value"^^xsd:string ; |
656 | rdfs:range ep-core:EnergyPerVolume . | 661 | rdfs:range ep-core:EnergyPerVolume . |
... | @@ -670,29 +675,29 @@ ep-flow:hasNetworkPart | ... | @@ -670,29 +675,29 @@ ep-flow:hasNetworkPart |
670 | rdfs:subPropertyOf ep-core:hasPart . | 675 | rdfs:subPropertyOf ep-core:hasPart . |
671 | 676 | ||
672 | ep-flow:materialInInventory | 677 | ep-flow:materialInInventory |
673 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 678 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
674 | rdfs:domain ep-flow:Inventory ; | 679 | rdfs:domain ep-flow:Inventory ; |
675 | rdfs:label "material in inventory"^^xsd:string ; | 680 | rdfs:label "material in inventory"^^xsd:string ; |
676 | rdfs:range ep-material:QuantityOfMaterial . | 681 | rdfs:range ep-material:QuantityOfMaterial . |
677 | 682 | ||
678 | ep-flow:materialThatFlows | 683 | ep-flow:materialThatFlows |
679 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 684 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
680 | rdfs:domain ep-flow:Flow ; | 685 | rdfs:domain ep-flow:Flow ; |
681 | rdfs:label "material that flows"^^xsd:string ; | 686 | rdfs:label "material that flows"^^xsd:string ; |
682 | rdfs:range ep-material:QuantityOfMaterial . | 687 | rdfs:range ep-material:QuantityOfMaterial . |
683 | 688 | ||
684 | ep-flow:rateOfFlowOfMaterial | 689 | ep-flow:rateOfFlowOfMaterial |
685 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 690 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
686 | rdfs:label "rate of flow of material"^^xsd:string ; | 691 | rdfs:label "rate of flow of material"^^xsd:string ; |
687 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 692 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
688 | 693 | ||
689 | ep-flow:totalVolumeOfMaterial-deprecated | 694 | ep-flow:totalVolumeOfMaterial-deprecated |
690 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 695 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
691 | rdfs:label "total volume of material"^^xsd:string ; | 696 | rdfs:label "total volume of material"^^xsd:string ; |
692 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 697 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
693 | 698 | ||
694 | ep-flow:yearlyAverageAmountOfMaterial | 699 | ep-flow:yearlyAverageAmountOfMaterial |
695 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 700 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
696 | rdfs:domain ep-flow:Flow ; | 701 | rdfs:domain ep-flow:Flow ; |
697 | rdfs:label "yearly average amount of material"^^xsd:string ; | 702 | rdfs:label "yearly average amount of material"^^xsd:string ; |
698 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 703 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
... | @@ -803,7 +808,7 @@ ep-material:Gas-wet | ... | @@ -803,7 +808,7 @@ ep-material:Gas-wet |
803 | rdf:type ep-flow:ProductMaterialType . | 808 | rdf:type ep-flow:ProductMaterialType . |
804 | 809 | ||
805 | ep-material:HeliumGas | 810 | ep-material:HeliumGas |
806 | - rdf:type ep-flow:ProductMaterialType , owl:Class . | 811 | + rdf:type owl:Class , ep-flow:ProductMaterialType . |
807 | 812 | ||
808 | ep-material:Heptane | 813 | ep-material:Heptane |
809 | rdf:type ep-flow:ProductMaterialType . | 814 | rdf:type ep-flow:ProductMaterialType . |
... | @@ -881,14 +886,14 @@ ep-material:Oleic | ... | @@ -881,14 +886,14 @@ ep-material:Oleic |
881 | rdf:type ep-flow:ProductMaterialType . | 886 | rdf:type ep-flow:ProductMaterialType . |
882 | 887 | ||
883 | ep-material:Pentane | 888 | ep-material:Pentane |
884 | - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; | 889 | + rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; |
885 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . | 890 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . |
886 | 891 | ||
887 | ep-material:PetroleumGasLiquid | 892 | ep-material:PetroleumGasLiquid |
888 | rdf:type ep-flow:ProductMaterialType . | 893 | rdf:type ep-flow:ProductMaterialType . |
889 | 894 | ||
890 | ep-material:Propane | 895 | ep-material:Propane |
891 | - rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType , ep-flow:ProductMaterialType ; | 896 | + rdf:type ep-flow:ProductMaterialType , ep-well:FluidComponentType , ep-prodact:SubstanceType ; |
892 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . | 897 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . |
893 | 898 | ||
894 | ep-material:Propane-component | 899 | ep-material:Propane-component |
... | @@ -916,361 +921,361 @@ ep-material:Water-processed | ... | @@ -916,361 +921,361 @@ ep-material:Water-processed |
916 | rdf:type ep-flow:ProductMaterialType . | 921 | rdf:type ep-flow:ProductMaterialType . |
917 | 922 | ||
918 | ep-material:substance-11dmcyPentane | 923 | ep-material:substance-11dmcyPentane |
919 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 924 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
920 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . | 925 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . |
921 | 926 | ||
922 | ep-material:substance-124tmBenzene | 927 | ep-material:substance-124tmBenzene |
923 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 928 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
924 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . | 929 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . |
925 | 930 | ||
926 | ep-material:substance-12dmBenzene | 931 | ep-material:substance-12dmBenzene |
927 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 932 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
928 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . | 933 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . |
929 | 934 | ||
930 | ep-material:substance-13dmBenzene | 935 | ep-material:substance-13dmBenzene |
931 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 936 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
932 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . | 937 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . |
933 | 938 | ||
934 | ep-material:substance-14dmBenzene | 939 | ep-material:substance-14dmBenzene |
935 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 940 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
936 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . | 941 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . |
937 | 942 | ||
938 | ep-material:substance-223tmButane | 943 | ep-material:substance-223tmButane |
939 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 944 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
940 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . | 945 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . |
941 | 946 | ||
942 | ep-material:substance-223tmPentane | 947 | ep-material:substance-223tmPentane |
943 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 948 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
944 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . | 949 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . |
945 | 950 | ||
946 | ep-material:substance-22dmButane | 951 | ep-material:substance-22dmButane |
947 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 952 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
948 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . | 953 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . |
949 | 954 | ||
950 | ep-material:substance-22dmHexane | 955 | ep-material:substance-22dmHexane |
951 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 956 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
952 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . | 957 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . |
953 | 958 | ||
954 | ep-material:substance-22dmPentane | 959 | ep-material:substance-22dmPentane |
955 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 960 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
956 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . | 961 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . |
957 | 962 | ||
958 | ep-material:substance-22dmPropane | 963 | ep-material:substance-22dmPropane |
959 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 964 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
960 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . | 965 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . |
961 | 966 | ||
962 | ep-material:substance-23dmButane | 967 | ep-material:substance-23dmButane |
963 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 968 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
964 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . | 969 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . |
965 | 970 | ||
966 | ep-material:substance-23dmPentane | 971 | ep-material:substance-23dmPentane |
967 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 972 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
968 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . | 973 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . |
969 | 974 | ||
970 | ep-material:substance-24dmHexane | 975 | ep-material:substance-24dmHexane |
971 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 976 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
972 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . | 977 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . |
973 | 978 | ||
974 | ep-material:substance-24dmPentane | 979 | ep-material:substance-24dmPentane |
975 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 980 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
976 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . | 981 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . |
977 | 982 | ||
978 | ep-material:substance-25dmHexane | 983 | ep-material:substance-25dmHexane |
979 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 984 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
980 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . | 985 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . |
981 | 986 | ||
982 | ep-material:substance-2mButane | 987 | ep-material:substance-2mButane |
983 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 988 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
984 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . | 989 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . |
985 | 990 | ||
986 | ep-material:substance-2mHexane | 991 | ep-material:substance-2mHexane |
987 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 992 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
988 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . | 993 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . |
989 | 994 | ||
990 | ep-material:substance-2mPentane | 995 | ep-material:substance-2mPentane |
991 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 996 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
992 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . | 997 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . |
993 | 998 | ||
994 | ep-material:substance-2mPropane | 999 | ep-material:substance-2mPropane |
995 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1000 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
996 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . | 1001 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . |
997 | 1002 | ||
998 | ep-material:substance-33dmPentane | 1003 | ep-material:substance-33dmPentane |
999 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1004 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1000 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . | 1005 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . |
1001 | 1006 | ||
1002 | ep-material:substance-3etPentane | 1007 | ep-material:substance-3etPentane |
1003 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1008 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1004 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . | 1009 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . |
1005 | 1010 | ||
1006 | ep-material:substance-3mHexane | 1011 | ep-material:substance-3mHexane |
1007 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1012 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1008 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . | 1013 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . |
1009 | 1014 | ||
1010 | ep-material:substance-3mPentane | 1015 | ep-material:substance-3mPentane |
1011 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1016 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1012 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . | 1017 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . |
1013 | 1018 | ||
1014 | ep-material:substance-Ar | 1019 | ep-material:substance-Ar |
1015 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1020 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1016 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . | 1021 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . |
1017 | 1022 | ||
1018 | ep-material:substance-Benzene | 1023 | ep-material:substance-Benzene |
1019 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1024 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1020 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . | 1025 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . |
1021 | 1026 | ||
1022 | ep-material:substance-Butane | 1027 | ep-material:substance-Butane |
1023 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1028 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1024 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . | 1029 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . |
1025 | 1030 | ||
1026 | ep-material:substance-C11F | 1031 | ep-material:substance-C11F |
1027 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1032 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1028 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . | 1033 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . |
1029 | 1034 | ||
1030 | ep-material:substance-C12F | 1035 | ep-material:substance-C12F |
1031 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1036 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1032 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . | 1037 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . |
1033 | 1038 | ||
1034 | ep-material:substance-C13F | 1039 | ep-material:substance-C13F |
1035 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1040 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1036 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . | 1041 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . |
1037 | 1042 | ||
1038 | ep-material:substance-C13dmcyPentane | 1043 | ep-material:substance-C13dmcyPentane |
1039 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1044 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1040 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . | 1045 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . |
1041 | 1046 | ||
1042 | ep-material:substance-C14F | 1047 | ep-material:substance-C14F |
1043 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1048 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1044 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . | 1049 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . |
1045 | 1050 | ||
1046 | ep-material:substance-C15F | 1051 | ep-material:substance-C15F |
1047 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1052 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1048 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . | 1053 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . |
1049 | 1054 | ||
1050 | ep-material:substance-C16F | 1055 | ep-material:substance-C16F |
1051 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1056 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1052 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . | 1057 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . |
1053 | 1058 | ||
1054 | ep-material:substance-C17F | 1059 | ep-material:substance-C17F |
1055 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1060 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1056 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . | 1061 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . |
1057 | 1062 | ||
1058 | ep-material:substance-C18F | 1063 | ep-material:substance-C18F |
1059 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1064 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1060 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . | 1065 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . |
1061 | 1066 | ||
1062 | ep-material:substance-C19F | 1067 | ep-material:substance-C19F |
1063 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1068 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1064 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . | 1069 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . |
1065 | 1070 | ||
1066 | ep-material:substance-C20F | 1071 | ep-material:substance-C20F |
1067 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1072 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1068 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . | 1073 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . |
1069 | 1074 | ||
1070 | ep-material:substance-C21F | 1075 | ep-material:substance-C21F |
1071 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1076 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1072 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . | 1077 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . |
1073 | 1078 | ||
1074 | ep-material:substance-C22F | 1079 | ep-material:substance-C22F |
1075 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1080 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1076 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . | 1081 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . |
1077 | 1082 | ||
1078 | ep-material:substance-C23F | 1083 | ep-material:substance-C23F |
1079 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1084 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1080 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . | 1085 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . |
1081 | 1086 | ||
1082 | ep-material:substance-C24F | 1087 | ep-material:substance-C24F |
1083 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1088 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1084 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . | 1089 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . |
1085 | 1090 | ||
1086 | ep-material:substance-C25F | 1091 | ep-material:substance-C25F |
1087 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1092 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1088 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . | 1093 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . |
1089 | 1094 | ||
1090 | ep-material:substance-C26F | 1095 | ep-material:substance-C26F |
1091 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1096 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1092 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . | 1097 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . |
1093 | 1098 | ||
1094 | ep-material:substance-C27F | 1099 | ep-material:substance-C27F |
1095 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1100 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1096 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . | 1101 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . |
1097 | 1102 | ||
1098 | ep-material:substance-C28F | 1103 | ep-material:substance-C28F |
1099 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1104 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1100 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . | 1105 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . |
1101 | 1106 | ||
1102 | ep-material:substance-C29F | 1107 | ep-material:substance-C29F |
1103 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1108 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1104 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . | 1109 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . |
1105 | 1110 | ||
1106 | ep-material:substance-C30F | 1111 | ep-material:substance-C30F |
1107 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1112 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1108 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . | 1113 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . |
1109 | 1114 | ||
1110 | ep-material:substance-C31F | 1115 | ep-material:substance-C31F |
1111 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1116 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1112 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . | 1117 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . |
1113 | 1118 | ||
1114 | ep-material:substance-C32F | 1119 | ep-material:substance-C32F |
1115 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1120 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1116 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . | 1121 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . |
1117 | 1122 | ||
1118 | ep-material:substance-C33F | 1123 | ep-material:substance-C33F |
1119 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1124 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1120 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . | 1125 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . |
1121 | 1126 | ||
1122 | ep-material:substance-C34F | 1127 | ep-material:substance-C34F |
1123 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1128 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1124 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . | 1129 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . |
1125 | 1130 | ||
1126 | ep-material:substance-C35F | 1131 | ep-material:substance-C35F |
1127 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1132 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1128 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . | 1133 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . |
1129 | 1134 | ||
1130 | ep-material:substance-C36F | 1135 | ep-material:substance-C36F |
1131 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1136 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1132 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . | 1137 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . |
1133 | 1138 | ||
1134 | ep-material:substance-C37F | 1139 | ep-material:substance-C37F |
1135 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1140 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1136 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . | 1141 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . |
1137 | 1142 | ||
1138 | ep-material:substance-C38F | 1143 | ep-material:substance-C38F |
1139 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1144 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1140 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . | 1145 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . |
1141 | 1146 | ||
1142 | ep-material:substance-C39F | 1147 | ep-material:substance-C39F |
1143 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1148 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1144 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . | 1149 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . |
1145 | 1150 | ||
1146 | ep-material:substance-C40F | 1151 | ep-material:substance-C40F |
1147 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1152 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1148 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . | 1153 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . |
1149 | 1154 | ||
1150 | ep-material:substance-C41F | 1155 | ep-material:substance-C41F |
1151 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1156 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1152 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . | 1157 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . |
1153 | 1158 | ||
1154 | ep-material:substance-C42F | 1159 | ep-material:substance-C42F |
1155 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1160 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1156 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . | 1161 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . |
1157 | 1162 | ||
1158 | ep-material:substance-C43F | 1163 | ep-material:substance-C43F |
1159 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1164 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1160 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . | 1165 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . |
1161 | 1166 | ||
1162 | ep-material:substance-C44F | 1167 | ep-material:substance-C44F |
1163 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1168 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1164 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . | 1169 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . |
1165 | 1170 | ||
1166 | ep-material:substance-C45F | 1171 | ep-material:substance-C45F |
1167 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1172 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1168 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . | 1173 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . |
1169 | 1174 | ||
1170 | ep-material:substance-C46F | 1175 | ep-material:substance-C46F |
1171 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1176 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1172 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . | 1177 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . |
1173 | 1178 | ||
1174 | ep-material:substance-C47F | 1179 | ep-material:substance-C47F |
1175 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1180 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1176 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . | 1181 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . |
1177 | 1182 | ||
1178 | ep-material:substance-C48F | 1183 | ep-material:substance-C48F |
1179 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1184 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1180 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . | 1185 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . |
1181 | 1186 | ||
1182 | ep-material:substance-C49F | 1187 | ep-material:substance-C49F |
1183 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1188 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1184 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . | 1189 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . |
1185 | 1190 | ||
1186 | ep-material:substance-CO2 | 1191 | ep-material:substance-CO2 |
1187 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1192 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1188 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . | 1193 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . |
1189 | 1194 | ||
1190 | ep-material:substance-Cyclohexane | 1195 | ep-material:substance-Cyclohexane |
1191 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1196 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1192 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . | 1197 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . |
1193 | 1198 | ||
1194 | ep-material:substance-Cyclopentane | 1199 | ep-material:substance-Cyclopentane |
1195 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1200 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1196 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . | 1201 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . |
1197 | 1202 | ||
1198 | ep-material:substance-Decanes | 1203 | ep-material:substance-Decanes |
1199 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1204 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1200 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . | 1205 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . |
1201 | 1206 | ||
1202 | ep-material:substance-EtBenzene | 1207 | ep-material:substance-EtBenzene |
1203 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1208 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1204 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . | 1209 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . |
1205 | 1210 | ||
1206 | ep-material:substance-EtcyPentane | 1211 | ep-material:substance-EtcyPentane |
1207 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1212 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1208 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . | 1213 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . |
1209 | 1214 | ||
1210 | ep-material:substance-Ethane | 1215 | ep-material:substance-Ethane |
1211 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1216 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1212 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . | 1217 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . |
1213 | 1218 | ||
1214 | ep-material:substance-H2 | 1219 | ep-material:substance-H2 |
1215 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1220 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1216 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . | 1221 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . |
1217 | 1222 | ||
1218 | ep-material:substance-H2O | 1223 | ep-material:substance-H2O |
1219 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1224 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1220 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . | 1225 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . |
1221 | 1226 | ||
1222 | ep-material:substance-H2S | 1227 | ep-material:substance-H2S |
1223 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1228 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1224 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . | 1229 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . |
1225 | 1230 | ||
1226 | ep-material:substance-Heptanes | 1231 | ep-material:substance-Heptanes |
1227 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1232 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1228 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . | 1233 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . |
1229 | 1234 | ||
1230 | ep-material:substance-Hexane | 1235 | ep-material:substance-Hexane |
1231 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1236 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1232 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . | 1237 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . |
1233 | 1238 | ||
1234 | ep-material:substance-Hexanes | 1239 | ep-material:substance-Hexanes |
1235 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1240 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1236 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | 1241 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . |
1237 | 1242 | ||
1238 | ep-material:substance-MBenzene | 1243 | ep-material:substance-MBenzene |
1239 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1244 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1240 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | 1245 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . |
1241 | 1246 | ||
1242 | ep-material:substance-McyHexane | 1247 | ep-material:substance-McyHexane |
1243 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1248 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1244 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | 1249 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . |
1245 | 1250 | ||
1246 | ep-material:substance-McyPentane | 1251 | ep-material:substance-McyPentane |
1247 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1252 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1248 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | 1253 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . |
1249 | 1254 | ||
1250 | ep-material:substance-Methane | 1255 | ep-material:substance-Methane |
1251 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1256 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1252 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . | 1257 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . |
1253 | 1258 | ||
1254 | ep-material:substance-N2 | 1259 | ep-material:substance-N2 |
1255 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1260 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1256 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . | 1261 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . |
1257 | 1262 | ||
1258 | ep-material:substance-Nonanes | 1263 | ep-material:substance-Nonanes |
1259 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1264 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1260 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | 1265 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . |
1261 | 1266 | ||
1262 | ep-material:substance-O2 | 1267 | ep-material:substance-O2 |
1263 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1268 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1264 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . | 1269 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . |
1265 | 1270 | ||
1266 | ep-material:substance-Octanes | 1271 | ep-material:substance-Octanes |
1267 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1272 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1268 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . | 1273 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . |
1269 | 1274 | ||
1270 | ep-material:substance-T12dmcyPentane | 1275 | ep-material:substance-T12dmcyPentane |
1271 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1276 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1272 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | 1277 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . |
1273 | 1278 | ||
1274 | ep-material:substance-T13dmcyPentane | 1279 | ep-material:substance-T13dmcyPentane |
1275 | - rdf:type ep-well:FluidComponentType , ep-prodact:SubstanceType ; | 1280 | + rdf:type ep-prodact:SubstanceType , ep-well:FluidComponentType ; |
1276 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | 1281 | ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | ... | ... |
... | @@ -48,7 +48,7 @@ sp:if | ... | @@ -48,7 +48,7 @@ sp:if |
48 | 48 | ||
49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
50 | rdf:type owl:Ontology ; | 50 | rdf:type owl:Ontology ; |
51 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 51 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
53 | 53 | ||
54 | ep-dpr-spin-lib:Function | 54 | ep-dpr-spin-lib:Function |
... | @@ -377,11 +377,17 @@ ep-dpr-spin-lib:buildProductFlowURISuffix | ... | @@ -377,11 +377,17 @@ ep-dpr-spin-lib:buildProductFlowURISuffix |
377 | sp:arg1 spin:_arg2 ; | 377 | sp:arg1 spin:_arg2 ; |
378 | sp:arg2 "" | 378 | sp:arg2 "" |
379 | ] ; | 379 | ] ; |
380 | - sp:arg2 spin:_arg1 ; | 380 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; |
381 | + sp:arg1 spin:_arg1 | ||
382 | + ] ; | ||
381 | sp:arg3 [ rdf:type fn:concat ; | 383 | sp:arg3 [ rdf:type fn:concat ; |
382 | - sp:arg1 spin:_arg1 ; | 384 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; |
385 | + sp:arg1 spin:_arg1 | ||
386 | + ] ; | ||
383 | sp:arg2 "$" ; | 387 | sp:arg2 "$" ; |
384 | - sp:arg3 spin:_arg2 | 388 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; |
389 | + sp:arg1 spin:_arg2 | ||
390 | + ] | ||
385 | ] | 391 | ] |
386 | ] ; | 392 | ] ; |
387 | sp:variable | 393 | sp:variable |
... | @@ -405,7 +411,9 @@ ep-dpr-spin-lib:buildProductInventoryURI | ... | @@ -405,7 +411,9 @@ ep-dpr-spin-lib:buildProductInventoryURI |
405 | sp:arg2 [ rdf:type fn:concat ; | 411 | sp:arg2 [ rdf:type fn:concat ; |
406 | sp:arg1 spin:_arg1 ; | 412 | sp:arg1 spin:_arg1 ; |
407 | sp:arg2 "$" ; | 413 | sp:arg2 "$" ; |
408 | - sp:arg3 spin:_arg2 | 414 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; |
415 | + sp:arg1 spin:_arg2 | ||
416 | + ] | ||
409 | ] | 417 | ] |
410 | ] ; | 418 | ] ; |
411 | sp:variable | 419 | sp:variable |
... | @@ -460,6 +468,50 @@ ep-dpr-spin-lib:buildProductionFacilityURI | ... | @@ -460,6 +468,50 @@ ep-dpr-spin-lib:buildProductionFacilityURI |
460 | ]) | 468 | ]) |
461 | ] . | 469 | ] . |
462 | 470 | ||
471 | +ep-dpr-spin-lib:buildProductionFlowName | ||
472 | + rdf:type spin:Function ; | ||
473 | + rdfs:label "build ProductionFlow name"^^xsd:string ; | ||
474 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
475 | + spin:body | ||
476 | + [ rdf:type sp:Select ; | ||
477 | + sp:resultVariables ([ sp:varName "name"^^xsd:string | ||
478 | + ]) ; | ||
479 | + sp:where ([ rdf:type sp:Bind ; | ||
480 | + sp:expression | ||
481 | + [ rdf:type sp:if ; | ||
482 | + sp:arg1 [ rdf:type sp:eq ; | ||
483 | + sp:arg1 spin:_arg3 ; | ||
484 | + sp:arg2 "" | ||
485 | + ] ; | ||
486 | + sp:arg2 [ rdf:type fn:concat ; | ||
487 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
488 | + sp:arg1 spin:_arg1 | ||
489 | + ] ; | ||
490 | + sp:arg2 "$" ; | ||
491 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
492 | + sp:arg1 spin:_arg2 | ||
493 | + ] | ||
494 | + ] ; | ||
495 | + sp:arg3 [ rdf:type fn:concat ; | ||
496 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
497 | + sp:arg1 spin:_arg1 | ||
498 | + ] ; | ||
499 | + sp:arg2 "$" ; | ||
500 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
501 | + sp:arg1 spin:_arg2 | ||
502 | + ] ; | ||
503 | + sp:arg4 "$" ; | ||
504 | + sp:arg5 [ rdf:type ep-spin-lib:normalizeString ; | ||
505 | + sp:arg1 spin:_arg3 | ||
506 | + ] | ||
507 | + ] | ||
508 | + ] ; | ||
509 | + sp:variable | ||
510 | + [ sp:varName "name"^^xsd:string | ||
511 | + ] | ||
512 | + ]) | ||
513 | + ] . | ||
514 | + | ||
463 | ep-dpr-spin-lib:buildProductionFlowURI | 515 | ep-dpr-spin-lib:buildProductionFlowURI |
464 | rdf:type spin:Function ; | 516 | rdf:type spin:Function ; |
465 | rdfs:label "build ProductionFlow URI"^^xsd:string ; | 517 | rdfs:label "build ProductionFlow URI"^^xsd:string ; |
... | @@ -470,10 +522,38 @@ ep-dpr-spin-lib:buildProductionFlowURI | ... | @@ -470,10 +522,38 @@ ep-dpr-spin-lib:buildProductionFlowURI |
470 | ]) ; | 522 | ]) ; |
471 | sp:where ([ rdf:type sp:Bind ; | 523 | sp:where ([ rdf:type sp:Bind ; |
472 | sp:expression | 524 | sp:expression |
473 | - [ rdf:type ep-spin-lib:buildURI ; | 525 | + [ rdf:type sp:if ; |
474 | - sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; | 526 | + sp:arg1 [ rdf:type sp:eq ; |
475 | - sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | 527 | + sp:arg1 spin:_arg3 ; |
476 | - sp:arg1 spin:_arg1 | 528 | + sp:arg2 "" |
529 | + ] ; | ||
530 | + sp:arg2 [ rdf:type ep-spin-lib:buildURI ; | ||
531 | + sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; | ||
532 | + sp:arg2 [ rdf:type fn:concat ; | ||
533 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
534 | + sp:arg1 spin:_arg1 | ||
535 | + ] ; | ||
536 | + sp:arg2 "$" ; | ||
537 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
538 | + sp:arg1 spin:_arg2 | ||
539 | + ] | ||
540 | + ] | ||
541 | + ] ; | ||
542 | + sp:arg3 [ rdf:type ep-spin-lib:buildURI ; | ||
543 | + sp:arg1 "https://www.reportinghub.no/ep/data/productionFlow/" ; | ||
544 | + sp:arg2 [ rdf:type fn:concat ; | ||
545 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
546 | + sp:arg1 spin:_arg1 | ||
547 | + ] ; | ||
548 | + sp:arg2 "$" ; | ||
549 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
550 | + sp:arg1 spin:_arg2 | ||
551 | + ] ; | ||
552 | + sp:arg4 "$" ; | ||
553 | + sp:arg5 [ rdf:type ep-spin-lib:normalizeString ; | ||
554 | + sp:arg1 spin:_arg3 | ||
555 | + ] | ||
556 | + ] | ||
477 | ] | 557 | ] |
478 | ] ; | 558 | ] ; |
479 | sp:variable | 559 | sp:variable |
... | @@ -526,6 +606,40 @@ ep-dpr-spin-lib:buildProductionFlowsToDateURI | ... | @@ -526,6 +606,40 @@ ep-dpr-spin-lib:buildProductionFlowsToDateURI |
526 | ]) | 606 | ]) |
527 | ] . | 607 | ] . |
528 | 608 | ||
609 | +ep-dpr-spin-lib:buildProductionInventoryName | ||
610 | + rdf:type spin:Function ; | ||
611 | + rdfs:label "build ProductionInventory name"^^xsd:string ; | ||
612 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
613 | + spin:body | ||
614 | + [ rdf:type sp:Select ; | ||
615 | + sp:resultVariables ([ sp:varName "name"^^xsd:string | ||
616 | + ]) ; | ||
617 | + sp:where ([ rdf:type sp:Bind ; | ||
618 | + sp:expression | ||
619 | + [ rdf:type sp:if ; | ||
620 | + sp:arg1 [ rdf:type sp:eq ; | ||
621 | + sp:arg1 spin:_arg2 ; | ||
622 | + sp:arg2 "" | ||
623 | + ] ; | ||
624 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | ||
625 | + sp:arg1 spin:_arg1 | ||
626 | + ] ; | ||
627 | + sp:arg3 [ rdf:type fn:concat ; | ||
628 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
629 | + sp:arg1 spin:_arg1 | ||
630 | + ] ; | ||
631 | + sp:arg2 "$" ; | ||
632 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
633 | + sp:arg1 spin:_arg2 | ||
634 | + ] | ||
635 | + ] | ||
636 | + ] ; | ||
637 | + sp:variable | ||
638 | + [ sp:varName "name"^^xsd:string | ||
639 | + ] | ||
640 | + ]) | ||
641 | + ] . | ||
642 | + | ||
529 | ep-dpr-spin-lib:buildProductionInventoryURI | 643 | ep-dpr-spin-lib:buildProductionInventoryURI |
530 | rdf:type spin:Function ; | 644 | rdf:type spin:Function ; |
531 | rdfs:label "build ProductionInventory URI"^^xsd:string ; | 645 | rdfs:label "build ProductionInventory URI"^^xsd:string ; |
... | @@ -536,10 +650,28 @@ ep-dpr-spin-lib:buildProductionInventoryURI | ... | @@ -536,10 +650,28 @@ ep-dpr-spin-lib:buildProductionInventoryURI |
536 | ]) ; | 650 | ]) ; |
537 | sp:where ([ rdf:type sp:Bind ; | 651 | sp:where ([ rdf:type sp:Bind ; |
538 | sp:expression | 652 | sp:expression |
539 | - [ rdf:type ep-spin-lib:buildURI ; | 653 | + [ rdf:type sp:if ; |
540 | - sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ; | 654 | + sp:arg1 [ rdf:type sp:eq ; |
541 | - sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | 655 | + sp:arg1 spin:_arg2 ; |
542 | - sp:arg1 spin:_arg1 | 656 | + sp:arg2 "" |
657 | + ] ; | ||
658 | + sp:arg2 [ rdf:type ep-spin-lib:buildURI ; | ||
659 | + sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ; | ||
660 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; | ||
661 | + sp:arg1 spin:_arg1 | ||
662 | + ] | ||
663 | + ] ; | ||
664 | + sp:arg3 [ rdf:type ep-spin-lib:buildURI ; | ||
665 | + sp:arg1 "https://www.reportinghub.no/ep/data/productionInventory/" ; | ||
666 | + sp:arg2 [ rdf:type fn:concat ; | ||
667 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; | ||
668 | + sp:arg1 spin:_arg1 | ||
669 | + ] ; | ||
670 | + sp:arg2 "$" ; | ||
671 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; | ||
672 | + sp:arg1 spin:_arg2 | ||
673 | + ] | ||
674 | + ] | ||
543 | ] | 675 | ] |
544 | ] ; | 676 | ] ; |
545 | sp:variable | 677 | sp:variable |
... | @@ -5589,22 +5721,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5589,22 +5721,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5589 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5721 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5590 | spin:body | 5722 | spin:body |
5591 | [ rdf:type sp:Select ; | 5723 | [ rdf:type sp:Select ; |
5592 | - sp:resultVariables (_:b22) ; | ||
5593 | - sp:where ([ rdf:type sp:Bind ; | ||
5594 | - sp:expression | ||
5595 | - [ rdf:type sp:if ; | ||
5596 | - sp:arg1 [ rdf:type sp:eq ; | ||
5597 | - sp:arg1 spin:_arg1 ; | ||
5598 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5599 | - ] ; | ||
5600 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5601 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5602 | - ] ; | ||
5603 | - sp:variable _:b22 | ||
5604 | - ]) | ||
5605 | - ] ; | ||
5606 | - spin:body | ||
5607 | - [ rdf:type sp:Select ; | ||
5608 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5724 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5609 | ]) ; | 5725 | ]) ; |
5610 | sp:where ([ rdf:type sp:Bind ; | 5726 | sp:where ([ rdf:type sp:Bind ; |
... | @@ -5684,6 +5800,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5684,6 +5800,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5684 | [ sp:varName "myVar"^^xsd:string | 5800 | [ sp:varName "myVar"^^xsd:string |
5685 | ] | 5801 | ] |
5686 | ]) | 5802 | ]) |
5803 | + ] ; | ||
5804 | + spin:body | ||
5805 | + [ rdf:type sp:Select ; | ||
5806 | + sp:resultVariables (_:b22) ; | ||
5807 | + sp:where ([ rdf:type sp:Bind ; | ||
5808 | + sp:expression | ||
5809 | + [ rdf:type sp:if ; | ||
5810 | + sp:arg1 [ rdf:type sp:eq ; | ||
5811 | + sp:arg1 spin:_arg1 ; | ||
5812 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5813 | + ] ; | ||
5814 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5815 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5816 | + ] ; | ||
5817 | + sp:variable _:b22 | ||
5818 | + ]) | ||
5687 | ] . | 5819 | ] . |
5688 | 5820 | ||
5689 | ep-dpr-spin-lib:selectTemperatureScale | 5821 | ep-dpr-spin-lib:selectTemperatureScale | ... | ... |
... | @@ -4652,7 +4652,14 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -4652,7 +4652,14 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType |
4652 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_target> | 4652 | sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_target> |
4653 | ] ; | 4653 | ] ; |
4654 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#TargetFlow> ; | 4654 | sp:arg2 <http://www.reportinghub.no/ep/schema/flow#TargetFlow> ; |
4655 | - sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> | 4655 | + sp:arg3 [ rdf:type sp:if ; |
4656 | + sp:arg1 [ rdf:type sp:eq ; | ||
4657 | + sp:arg1 spin:_arg1 ; | ||
4658 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal> | ||
4659 | + ] ; | ||
4660 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ; | ||
4661 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> | ||
4662 | + ] | ||
4656 | ] | 4663 | ] |
4657 | ] | 4664 | ] |
4658 | ] | 4665 | ] | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment