Showing
9 changed files
with
426 additions
and
341 deletions
This diff could not be displayed because it is too large.
... | @@ -15,81 +15,81 @@ | ... | @@ -15,81 +15,81 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
22 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 22 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
23 | rdfs:label "physical thing at instant"^^xsd:string ; | 23 | rdfs:label "physical thing at instant"^^xsd:string ; |
24 | rdfs:subClassOf ep-core:PhysicalThing . | 24 | rdfs:subClassOf ep-core:PhysicalThing . |
25 | 25 | ||
26 | ep-core:PhysicalThingDuringGasYearToDate | 26 | ep-core:PhysicalThingDuringGasYearToDate |
27 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 27 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
29 | rdfs:subClassOf ep-core:PhysicalThing . | 29 | rdfs:subClassOf ep-core:PhysicalThing . |
30 | 30 | ||
31 | ep-core:PhysicalThingDuringMonthToDate | 31 | ep-core:PhysicalThingDuringMonthToDate |
32 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 32 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
33 | rdfs:label "physical thing during month to date"^^xsd:string ; | 33 | rdfs:label "physical thing during month to date"^^xsd:string ; |
34 | rdfs:subClassOf ep-core:PhysicalThing . | 34 | rdfs:subClassOf ep-core:PhysicalThing . |
35 | 35 | ||
36 | ep-core:PhysicalThingDuringOneDay | 36 | ep-core:PhysicalThingDuringOneDay |
37 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 37 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
38 | rdfs:label "physical thing during one day"^^xsd:string ; | 38 | rdfs:label "physical thing during one day"^^xsd:string ; |
39 | rdfs:subClassOf ep-core:PhysicalThing . | 39 | rdfs:subClassOf ep-core:PhysicalThing . |
40 | 40 | ||
41 | ep-core:PhysicalThingDuringOneGasDay | 41 | ep-core:PhysicalThingDuringOneGasDay |
42 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 42 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
43 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 43 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
44 | rdfs:subClassOf ep-core:PhysicalThing . | 44 | rdfs:subClassOf ep-core:PhysicalThing . |
45 | 45 | ||
46 | ep-core:PhysicalThingDuringOneGasMonth | 46 | ep-core:PhysicalThingDuringOneGasMonth |
47 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 47 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
48 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
50 | 50 | ||
51 | ep-core:PhysicalThingDuringOneGasYear | 51 | ep-core:PhysicalThingDuringOneGasYear |
52 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 52 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
53 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 53 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
54 | rdfs:subClassOf ep-core:PhysicalThing . | 54 | rdfs:subClassOf ep-core:PhysicalThing . |
55 | 55 | ||
56 | ep-core:PhysicalThingDuringOneMonth | 56 | ep-core:PhysicalThingDuringOneMonth |
57 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 57 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
58 | rdfs:label "physical thing during one month"^^xsd:string ; | 58 | rdfs:label "physical thing during one month"^^xsd:string ; |
59 | rdfs:subClassOf ep-core:PhysicalThing . | 59 | rdfs:subClassOf ep-core:PhysicalThing . |
60 | 60 | ||
61 | ep-core:PhysicalThingDuringOneWeek | 61 | ep-core:PhysicalThingDuringOneWeek |
62 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 62 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
63 | rdfs:label "physical thing during one week"^^xsd:string ; | 63 | rdfs:label "physical thing during one week"^^xsd:string ; |
64 | rdfs:subClassOf ep-core:PhysicalThing . | 64 | rdfs:subClassOf ep-core:PhysicalThing . |
65 | 65 | ||
66 | ep-core:PhysicalThingDuringOneYear | 66 | ep-core:PhysicalThingDuringOneYear |
67 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 67 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
68 | rdfs:label "physical thing during one year"^^xsd:string ; | 68 | rdfs:label "physical thing during one year"^^xsd:string ; |
69 | rdfs:subClassOf ep-core:PhysicalThing . | 69 | rdfs:subClassOf ep-core:PhysicalThing . |
70 | 70 | ||
71 | ep-core:PhysicalThingDuringYearToDate | 71 | ep-core:PhysicalThingDuringYearToDate |
72 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 72 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
73 | rdfs:label "physical thing during year to date"^^xsd:string ; | 73 | rdfs:label "physical thing during year to date"^^xsd:string ; |
74 | rdfs:subClassOf ep-core:PhysicalThing . | 74 | rdfs:subClassOf ep-core:PhysicalThing . |
75 | 75 | ||
76 | ep-flow:AllocatedFlow | 76 | ep-flow:AllocatedFlow |
77 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 77 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
78 | rdfs:label "allocated flow"^^xsd:string ; | 78 | rdfs:label "allocated flow"^^xsd:string ; |
79 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 79 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
80 | 80 | ||
81 | ep-flow:AllocatedInventory | 81 | ep-flow:AllocatedInventory |
82 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 82 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
83 | rdfs:label "allocated inventory"^^xsd:string ; | 83 | rdfs:label "allocated inventory"^^xsd:string ; |
84 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 84 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
85 | 85 | ||
86 | ep-flow:BudgetFlow | 86 | ep-flow:BudgetFlow |
87 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 87 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
88 | rdfs:label "budget flow"^^xsd:string ; | 88 | rdfs:label "budget flow"^^xsd:string ; |
89 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 89 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
90 | 90 | ||
91 | ep-flow:BudgetInventory | 91 | ep-flow:BudgetInventory |
92 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 92 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
93 | rdfs:label "budget inventory"^^xsd:string ; | 93 | rdfs:label "budget inventory"^^xsd:string ; |
94 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 94 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
95 | 95 | ||
... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion |
99 | rdfs:subClassOf owl:Class . | 99 | rdfs:subClassOf owl:Class . |
100 | 100 | ||
101 | ep-flow:ConstraintFlow | 101 | ep-flow:ConstraintFlow |
102 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 102 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
103 | rdfs:label "constraint flow"^^xsd:string ; | 103 | rdfs:label "constraint flow"^^xsd:string ; |
104 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 104 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
105 | 105 | ||
106 | ep-flow:ConstraintFlow-fixed | 106 | ep-flow:ConstraintFlow-fixed |
107 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 107 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
108 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
109 | rdfs:subClassOf ep-flow:ConstraintFlow . | 109 | rdfs:subClassOf ep-flow:ConstraintFlow . |
110 | 110 | ||
111 | ep-flow:ConstraintFlow-maximum | 111 | ep-flow:ConstraintFlow-maximum |
112 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 112 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
113 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
114 | rdfs:subClassOf ep-flow:ConstraintFlow . | 114 | rdfs:subClassOf ep-flow:ConstraintFlow . |
115 | 115 | ||
116 | ep-flow:ConstraintFlow-minimum | 116 | ep-flow:ConstraintFlow-minimum |
117 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 117 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
118 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
119 | rdfs:subClassOf ep-flow:ConstraintFlow . | 119 | rdfs:subClassOf ep-flow:ConstraintFlow . |
120 | 120 | ||
121 | ep-flow:ConstraintInventory | 121 | ep-flow:ConstraintInventory |
122 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 122 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
123 | rdfs:label "constraint inventory"^^xsd:string ; | 123 | rdfs:label "constraint inventory"^^xsd:string ; |
124 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 124 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
125 | 125 | ||
126 | ep-flow:Consume | 126 | ep-flow:Consume |
127 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 127 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
128 | rdfs:label "consume"^^xsd:string ; | 128 | rdfs:label "consume"^^xsd:string ; |
129 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 129 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
130 | 130 | ||
131 | ep-flow:Consume-HPflare | 131 | ep-flow:Consume-HPflare |
132 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 132 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
133 | rdfs:label "consume - HP flare"^^xsd:string ; | 133 | rdfs:label "consume - HP flare"^^xsd:string ; |
134 | rdfs:subClassOf ep-flow:Consume-flare . | 134 | rdfs:subClassOf ep-flow:Consume-flare . |
135 | 135 | ||
136 | ep-flow:Consume-LPflare | 136 | ep-flow:Consume-LPflare |
137 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 137 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
138 | rdfs:label "consume - LP flare"^^xsd:string ; | 138 | rdfs:label "consume - LP flare"^^xsd:string ; |
139 | rdfs:subClassOf ep-flow:Consume-flare . | 139 | rdfs:subClassOf ep-flow:Consume-flare . |
140 | 140 | ||
141 | ep-flow:Consume-blackstart | 141 | ep-flow:Consume-blackstart |
142 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
143 | rdfs:label "consume - blackstart"^^xsd:string ; | 143 | rdfs:label "consume - blackstart"^^xsd:string ; |
144 | rdfs:subClassOf ep-flow:Consume . | 144 | rdfs:subClassOf ep-flow:Consume . |
145 | 145 | ||
146 | ep-flow:Consume-compressor | 146 | ep-flow:Consume-compressor |
147 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 147 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
148 | rdfs:label "consume - compressor"^^xsd:string ; | 148 | rdfs:label "consume - compressor"^^xsd:string ; |
149 | rdfs:subClassOf ep-flow:Consume . | 149 | rdfs:subClassOf ep-flow:Consume . |
150 | 150 | ||
151 | ep-flow:Consume-emitted | 151 | ep-flow:Consume-emitted |
152 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 152 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
153 | rdfs:label "consume - emitted"^^xsd:string ; | 153 | rdfs:label "consume - emitted"^^xsd:string ; |
154 | rdfs:subClassOf ep-flow:Consume . | 154 | rdfs:subClassOf ep-flow:Consume . |
155 | 155 | ||
156 | ep-flow:Consume-flare | 156 | ep-flow:Consume-flare |
157 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 157 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
158 | rdfs:label "consume - flare"^^xsd:string ; | 158 | rdfs:label "consume - flare"^^xsd:string ; |
159 | rdfs:subClassOf ep-flow:Consume . | 159 | rdfs:subClassOf ep-flow:Consume . |
160 | 160 | ||
161 | ep-flow:Consume-fuel | 161 | ep-flow:Consume-fuel |
162 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 162 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
163 | rdfs:label "consume - fuel"^^xsd:string ; | 163 | rdfs:label "consume - fuel"^^xsd:string ; |
164 | rdfs:subClassOf ep-flow:Consume . | 164 | rdfs:subClassOf ep-flow:Consume . |
165 | 165 | ||
166 | ep-flow:Consume-noncompressor | 166 | ep-flow:Consume-noncompressor |
167 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 167 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
168 | rdfs:label "consume - non-compressor"^^xsd:string ; | 168 | rdfs:label "consume - non-compressor"^^xsd:string ; |
169 | rdfs:subClassOf ep-flow:Consume . | 169 | rdfs:subClassOf ep-flow:Consume . |
170 | 170 | ||
171 | ep-flow:Consume-venting | 171 | ep-flow:Consume-venting |
172 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 172 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
173 | rdfs:label "consume - venting"^^xsd:string ; | 173 | rdfs:label "consume - venting"^^xsd:string ; |
174 | rdfs:subClassOf ep-flow:Consume . | 174 | rdfs:subClassOf ep-flow:Consume . |
175 | 175 | ||
... | @@ -179,27 +179,27 @@ ep-flow:DailyProductionFlow | ... | @@ -179,27 +179,27 @@ ep-flow:DailyProductionFlow |
179 | rdfs:subClassOf ep-flow:ProductionFlow . | 179 | rdfs:subClassOf ep-flow:ProductionFlow . |
180 | 180 | ||
181 | ep-flow:DerivedFlow | 181 | ep-flow:DerivedFlow |
182 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 182 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
183 | rdfs:label "derived flow"^^xsd:string ; | 183 | rdfs:label "derived flow"^^xsd:string ; |
184 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 184 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
185 | 185 | ||
186 | ep-flow:DerivedFlow-difference | 186 | ep-flow:DerivedFlow-difference |
187 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 187 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
188 | rdfs:label "derived flow - difference"^^xsd:string ; | 188 | rdfs:label "derived flow - difference"^^xsd:string ; |
189 | rdfs:subClassOf ep-flow:DerivedFlow . | 189 | rdfs:subClassOf ep-flow:DerivedFlow . |
190 | 190 | ||
191 | ep-flow:DerivedInventory | 191 | ep-flow:DerivedInventory |
192 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 192 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
193 | rdfs:label "derived inventory"^^xsd:string ; | 193 | rdfs:label "derived inventory"^^xsd:string ; |
194 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 194 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
195 | 195 | ||
196 | ep-flow:DifferenceFlow | 196 | ep-flow:DifferenceFlow |
197 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 197 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
198 | rdfs:label "difference flow"^^xsd:string ; | 198 | rdfs:label "difference flow"^^xsd:string ; |
199 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 199 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
200 | 200 | ||
201 | ep-flow:DifferenceInventory | 201 | ep-flow:DifferenceInventory |
202 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 202 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
203 | rdfs:label "difference inventory"^^xsd:string ; | 203 | rdfs:label "difference inventory"^^xsd:string ; |
204 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 204 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
205 | 205 | ||
... | @@ -209,32 +209,32 @@ ep-flow:ElectricPowerFlow | ... | @@ -209,32 +209,32 @@ ep-flow:ElectricPowerFlow |
209 | rdfs:subClassOf ep-flow:Flow . | 209 | rdfs:subClassOf ep-flow:Flow . |
210 | 210 | ||
211 | ep-flow:EstimatedFlow | 211 | ep-flow:EstimatedFlow |
212 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 212 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
213 | rdfs:label "estimated flow"^^xsd:string ; | 213 | rdfs:label "estimated flow"^^xsd:string ; |
214 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 214 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
215 | 215 | ||
216 | ep-flow:EstimatedInventory | 216 | ep-flow:EstimatedInventory |
217 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 217 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
218 | rdfs:label "estimated inventory"^^xsd:string ; | 218 | rdfs:label "estimated inventory"^^xsd:string ; |
219 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 219 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
220 | 220 | ||
221 | ep-flow:Export | 221 | ep-flow:Export |
222 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 222 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
223 | rdfs:label "export"^^xsd:string ; | 223 | rdfs:label "export"^^xsd:string ; |
224 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 224 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
225 | 225 | ||
226 | ep-flow:Export-nominated | 226 | ep-flow:Export-nominated |
227 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 227 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
228 | rdfs:label "export nominated"^^xsd:string ; | 228 | rdfs:label "export nominated"^^xsd:string ; |
229 | rdfs:subClassOf ep-flow:Export . | 229 | rdfs:subClassOf ep-flow:Export . |
230 | 230 | ||
231 | ep-flow:Export-requested | 231 | ep-flow:Export-requested |
232 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 232 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
233 | rdfs:label "export requested"^^xsd:string ; | 233 | rdfs:label "export requested"^^xsd:string ; |
234 | rdfs:subClassOf ep-flow:Export . | 234 | rdfs:subClassOf ep-flow:Export . |
235 | 235 | ||
236 | ep-flow:Export-shortfall | 236 | ep-flow:Export-shortfall |
237 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 237 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
238 | rdfs:label "export shortfall"^^xsd:string ; | 238 | rdfs:label "export shortfall"^^xsd:string ; |
239 | rdfs:subClassOf ep-flow:Export . | 239 | rdfs:subClassOf ep-flow:Export . |
240 | 240 | ||
... | @@ -244,92 +244,97 @@ ep-flow:Flow | ... | @@ -244,92 +244,97 @@ ep-flow:Flow |
244 | rdfs:subClassOf ep-core:PhysicalThing . | 244 | rdfs:subClassOf ep-core:PhysicalThing . |
245 | 245 | ||
246 | ep-flow:FlowAtInstant | 246 | ep-flow:FlowAtInstant |
247 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 247 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
248 | rdfs:label "flow at instant"^^xsd:string ; | 248 | rdfs:label "flow at instant"^^xsd:string ; |
249 | rdfs:subClassOf ep-flow:Flow . | 249 | rdfs:subClassOf ep-flow:Flow . |
250 | 250 | ||
251 | ep-flow:FlowDuringDay | 251 | ep-flow:FlowDuringDay |
252 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 252 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
253 | rdfs:label "flow during day"^^xsd:string ; | 253 | rdfs:label "flow during day"^^xsd:string ; |
254 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 254 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
255 | 255 | ||
256 | ep-flow:FlowDuringMonth | 256 | ep-flow:FlowDuringMonth |
257 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 257 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
258 | rdfs:label "flow during month"^^xsd:string ; | 258 | rdfs:label "flow during month"^^xsd:string ; |
259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
260 | 260 | ||
261 | ep-flow:FlowDuringMonthToDate | 261 | ep-flow:FlowDuringMonthToDate |
262 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 262 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
263 | rdfs:label "flow during month to date"^^xsd:string ; | 263 | rdfs:label "flow during month to date"^^xsd:string ; |
264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
265 | 265 | ||
266 | ep-flow:FlowDuringPeriod | 266 | ep-flow:FlowDuringPeriod |
267 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 267 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
268 | rdfs:label "flow during period"^^xsd:string ; | 268 | rdfs:label "flow during period"^^xsd:string ; |
269 | rdfs:subClassOf ep-flow:Flow . | 269 | rdfs:subClassOf ep-flow:Flow . |
270 | 270 | ||
271 | ep-flow:FlowDuringWeek | 271 | ep-flow:FlowDuringWeek |
272 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 272 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
273 | rdfs:label "flow during week"^^xsd:string ; | 273 | rdfs:label "flow during week"^^xsd:string ; |
274 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 274 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
275 | 275 | ||
276 | ep-flow:FlowDuringYear | 276 | ep-flow:FlowDuringYear |
277 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 277 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
278 | rdfs:label "flow during year"^^xsd:string ; | 278 | rdfs:label "flow during year"^^xsd:string ; |
279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
280 | 280 | ||
281 | ep-flow:FlowDuringYearToDate | 281 | ep-flow:FlowDuringYearToDate |
282 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 282 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
283 | rdfs:label "flow during year to date"^^xsd:string ; | 283 | rdfs:label "flow during year to date"^^xsd:string ; |
284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
285 | 285 | ||
286 | +ep-flow:FlowInAStandardState | ||
287 | + rdf:type owl:Class ; | ||
288 | + rdfs:label "flow in a standard state"^^xsd:string ; | ||
289 | + rdfs:subClassOf ep-flow:Flow . | ||
290 | + | ||
286 | ep-flow:FlowOfLiquid | 291 | ep-flow:FlowOfLiquid |
287 | rdf:type owl:Class ; | 292 | rdf:type owl:Class ; |
288 | rdfs:label "flow of liquid"^^xsd:string ; | 293 | rdfs:label "flow of liquid"^^xsd:string ; |
289 | rdfs:subClassOf ep-core:PhysicalThing . | 294 | rdfs:subClassOf ep-core:PhysicalThing . |
290 | 295 | ||
291 | ep-flow:ForecastFlow | 296 | ep-flow:ForecastFlow |
292 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 297 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
293 | rdfs:label "forecast flow"^^xsd:string ; | 298 | rdfs:label "forecast flow"^^xsd:string ; |
294 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 299 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
295 | 300 | ||
296 | ep-flow:ForecastFlow-declineCurve | 301 | ep-flow:ForecastFlow-declineCurve |
297 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 302 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
298 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 303 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
299 | rdfs:subClassOf ep-flow:ForecastFlow . | 304 | rdfs:subClassOf ep-flow:ForecastFlow . |
300 | 305 | ||
301 | ep-flow:ForecastFlow-standard | 306 | ep-flow:ForecastFlow-standard |
302 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 307 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
303 | rdfs:label "forecast flow - standard"^^xsd:string ; | 308 | rdfs:label "forecast flow - standard"^^xsd:string ; |
304 | rdfs:subClassOf ep-flow:ForecastFlow . | 309 | rdfs:subClassOf ep-flow:ForecastFlow . |
305 | 310 | ||
306 | ep-flow:ForecastInventory | 311 | ep-flow:ForecastInventory |
307 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 312 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
308 | rdfs:label "forecast inventory"^^xsd:string ; | 313 | rdfs:label "forecast inventory"^^xsd:string ; |
309 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 314 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
310 | 315 | ||
311 | ep-flow:Gaslift | 316 | ep-flow:Gaslift |
312 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 317 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
313 | rdfs:label "gas lift"^^xsd:string ; | 318 | rdfs:label "gas lift"^^xsd:string ; |
314 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 319 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
315 | 320 | ||
316 | ep-flow:GrossProductFlow | 321 | ep-flow:GrossProductFlow |
317 | - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 322 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
318 | rdfs:label "gross product flow"^^xsd:string ; | 323 | rdfs:label "gross product flow"^^xsd:string ; |
319 | rdfs:subClassOf ep-flow:ProductFlow . | 324 | rdfs:subClassOf ep-flow:ProductFlow . |
320 | 325 | ||
321 | ep-flow:HydrocarbonAccounting | 326 | ep-flow:HydrocarbonAccounting |
322 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 327 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
323 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 328 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
324 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 329 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
325 | 330 | ||
326 | ep-flow:Import | 331 | ep-flow:Import |
327 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 332 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
328 | rdfs:label "import"^^xsd:string ; | 333 | rdfs:label "import"^^xsd:string ; |
329 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 334 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
330 | 335 | ||
331 | ep-flow:Injection | 336 | ep-flow:Injection |
332 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 337 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
333 | rdfs:label "injection"^^xsd:string ; | 338 | rdfs:label "injection"^^xsd:string ; |
334 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 339 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
335 | 340 | ||
... | @@ -339,77 +344,77 @@ ep-flow:Inventory | ... | @@ -339,77 +344,77 @@ ep-flow:Inventory |
339 | rdfs:subClassOf ep-core:PhysicalObject . | 344 | rdfs:subClassOf ep-core:PhysicalObject . |
340 | 345 | ||
341 | ep-flow:MassAdjustedFlow | 346 | ep-flow:MassAdjustedFlow |
342 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 347 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
343 | rdfs:label "mass adjusted flow"^^xsd:string ; | 348 | rdfs:label "mass adjusted flow"^^xsd:string ; |
344 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 349 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
345 | 350 | ||
346 | ep-flow:MeasuredFlow | 351 | ep-flow:MeasuredFlow |
347 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 352 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
348 | rdfs:label "measured flow"^^xsd:string ; | 353 | rdfs:label "measured flow"^^xsd:string ; |
349 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 354 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
350 | 355 | ||
351 | ep-flow:MeasuredFlow-fiscal | 356 | ep-flow:MeasuredFlow-fiscal |
352 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 357 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
353 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 358 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
354 | rdfs:subClassOf ep-flow:MeasuredFlow . | 359 | rdfs:subClassOf ep-flow:MeasuredFlow . |
355 | 360 | ||
356 | ep-flow:MeasuredFlow-raw | 361 | ep-flow:MeasuredFlow-raw |
357 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 362 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
358 | rdfs:label "measured flow - raw"^^xsd:string ; | 363 | rdfs:label "measured flow - raw"^^xsd:string ; |
359 | rdfs:subClassOf ep-flow:MeasuredFlow . | 364 | rdfs:subClassOf ep-flow:MeasuredFlow . |
360 | 365 | ||
361 | ep-flow:MeasuredFlow-recalibrated | 366 | ep-flow:MeasuredFlow-recalibrated |
362 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 367 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
363 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 368 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
364 | rdfs:subClassOf ep-flow:MeasuredFlow . | 369 | rdfs:subClassOf ep-flow:MeasuredFlow . |
365 | 370 | ||
366 | ep-flow:MeasuredInventory | 371 | ep-flow:MeasuredInventory |
367 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 372 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
368 | rdfs:label "measured inventory"^^xsd:string ; | 373 | rdfs:label "measured inventory"^^xsd:string ; |
369 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 374 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
370 | 375 | ||
371 | ep-flow:MeteredFlowFiscal | 376 | ep-flow:MeteredFlowFiscal |
372 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 377 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
373 | rdfs:label "metered flow fiscal"^^xsd:string ; | 378 | rdfs:label "metered flow fiscal"^^xsd:string ; |
374 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 379 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
375 | 380 | ||
376 | ep-flow:NetProductFlow | 381 | ep-flow:NetProductFlow |
377 | - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 382 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
378 | rdfs:label "net product flow"^^xsd:string ; | 383 | rdfs:label "net product flow"^^xsd:string ; |
379 | rdfs:subClassOf ep-flow:ProductFlow . | 384 | rdfs:subClassOf ep-flow:ProductFlow . |
380 | 385 | ||
381 | ep-flow:NominatedFlow | 386 | ep-flow:NominatedFlow |
382 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 387 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
383 | rdfs:label "nominated flow"^^xsd:string ; | 388 | rdfs:label "nominated flow"^^xsd:string ; |
384 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 389 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
385 | 390 | ||
386 | ep-flow:NominatedInventory | 391 | ep-flow:NominatedInventory |
387 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 392 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
388 | rdfs:label "nominated inventory"^^xsd:string ; | 393 | rdfs:label "nominated inventory"^^xsd:string ; |
389 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 394 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
390 | 395 | ||
391 | ep-flow:Overboard | 396 | ep-flow:Overboard |
392 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 397 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
393 | rdfs:label "overboard"^^xsd:string ; | 398 | rdfs:label "overboard"^^xsd:string ; |
394 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 399 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
395 | 400 | ||
396 | ep-flow:PotentialFlow | 401 | ep-flow:PotentialFlow |
397 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 402 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
398 | rdfs:label "potential flow"^^xsd:string ; | 403 | rdfs:label "potential flow"^^xsd:string ; |
399 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 404 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
400 | 405 | ||
401 | ep-flow:PotentialInventory | 406 | ep-flow:PotentialInventory |
402 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 407 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
403 | rdfs:label "potential inventory"^^xsd:string ; | 408 | rdfs:label "potential inventory"^^xsd:string ; |
404 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 409 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
405 | 410 | ||
406 | ep-flow:ProcessedFlow | 411 | ep-flow:ProcessedFlow |
407 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 412 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
408 | rdfs:label "processed flow"^^xsd:string ; | 413 | rdfs:label "processed flow"^^xsd:string ; |
409 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 414 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
410 | 415 | ||
411 | ep-flow:ProcessedInventory | 416 | ep-flow:ProcessedInventory |
412 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 417 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
413 | rdfs:label "processed inventory"^^xsd:string ; | 418 | rdfs:label "processed inventory"^^xsd:string ; |
414 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 419 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
415 | 420 | ||
... | @@ -434,27 +439,27 @@ ep-flow:ProductInventory | ... | @@ -434,27 +439,27 @@ ep-flow:ProductInventory |
434 | rdfs:subClassOf ep-flow:Inventory . | 439 | rdfs:subClassOf ep-flow:Inventory . |
435 | 440 | ||
436 | ep-flow:ProductInventoryAdjustedClosingBalance | 441 | ep-flow:ProductInventoryAdjustedClosingBalance |
437 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 442 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
438 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 443 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
439 | rdfs:subClassOf ep-flow:ProductInventory . | 444 | rdfs:subClassOf ep-flow:ProductInventory . |
440 | 445 | ||
441 | ep-flow:ProductInventoryClosingBalance | 446 | ep-flow:ProductInventoryClosingBalance |
442 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 447 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
443 | rdfs:label "product inventory closing balance"^^xsd:string ; | 448 | rdfs:label "product inventory closing balance"^^xsd:string ; |
444 | rdfs:subClassOf ep-flow:ProductInventory . | 449 | rdfs:subClassOf ep-flow:ProductInventory . |
445 | 450 | ||
446 | ep-flow:ProductInventoryClosingStorageBalance | 451 | ep-flow:ProductInventoryClosingStorageBalance |
447 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 452 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
448 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 453 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
449 | rdfs:subClassOf ep-flow:ProductInventory . | 454 | rdfs:subClassOf ep-flow:ProductInventory . |
450 | 455 | ||
451 | ep-flow:ProductInventoryOpFlex | 456 | ep-flow:ProductInventoryOpFlex |
452 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 457 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
453 | rdfs:label "product inventory opFlex"^^xsd:string ; | 458 | rdfs:label "product inventory opFlex"^^xsd:string ; |
454 | rdfs:subClassOf ep-flow:ProductInventory . | 459 | rdfs:subClassOf ep-flow:ProductInventory . |
455 | 460 | ||
456 | ep-flow:ProductInventoryOpeningBalance | 461 | ep-flow:ProductInventoryOpeningBalance |
457 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 462 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
458 | rdfs:label "product inventory opening balance"^^xsd:string ; | 463 | rdfs:label "product inventory opening balance"^^xsd:string ; |
459 | rdfs:subClassOf ep-flow:ProductInventory . | 464 | rdfs:subClassOf ep-flow:ProductInventory . |
460 | 465 | ||
... | @@ -469,7 +474,7 @@ ep-flow:ProductMaterialType | ... | @@ -469,7 +474,7 @@ ep-flow:ProductMaterialType |
469 | rdfs:subClassOf owl:Class . | 474 | rdfs:subClassOf owl:Class . |
470 | 475 | ||
471 | ep-flow:Production | 476 | ep-flow:Production |
472 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 477 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
473 | rdfs:label "production"^^xsd:string ; | 478 | rdfs:label "production"^^xsd:string ; |
474 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 479 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
475 | 480 | ||
... | @@ -554,72 +559,72 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -554,72 +559,72 @@ ep-flow:ProductionTestWellHeadFlow |
554 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 559 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
555 | 560 | ||
556 | ep-flow:QuotaFlow | 561 | ep-flow:QuotaFlow |
557 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 562 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
558 | rdfs:label "quota flow"^^xsd:string ; | 563 | rdfs:label "quota flow"^^xsd:string ; |
559 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 564 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
560 | 565 | ||
561 | ep-flow:QuotaInventory | 566 | ep-flow:QuotaInventory |
562 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 567 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
563 | rdfs:label "quota inventory"^^xsd:string ; | 568 | rdfs:label "quota inventory"^^xsd:string ; |
564 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 569 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
565 | 570 | ||
566 | ep-flow:RecommendedFlow | 571 | ep-flow:RecommendedFlow |
567 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 572 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
568 | rdfs:label "recommended flow"^^xsd:string ; | 573 | rdfs:label "recommended flow"^^xsd:string ; |
569 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 574 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
570 | 575 | ||
571 | ep-flow:RecommendedInventory | 576 | ep-flow:RecommendedInventory |
572 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 577 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
573 | rdfs:label "recommended inventory"^^xsd:string ; | 578 | rdfs:label "recommended inventory"^^xsd:string ; |
574 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 579 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
575 | 580 | ||
576 | ep-flow:Sale | 581 | ep-flow:Sale |
577 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 582 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
578 | rdfs:label "sale"^^xsd:string ; | 583 | rdfs:label "sale"^^xsd:string ; |
579 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 584 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
580 | 585 | ||
581 | ep-flow:SaleableFlow | 586 | ep-flow:SaleableFlow |
582 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 587 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
583 | rdfs:label "saleable flow"^^xsd:string ; | 588 | rdfs:label "saleable flow"^^xsd:string ; |
584 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 589 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
585 | 590 | ||
586 | ep-flow:SaleableInventory | 591 | ep-flow:SaleableInventory |
587 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 592 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
588 | rdfs:label "saleable inventory"^^xsd:string ; | 593 | rdfs:label "saleable inventory"^^xsd:string ; |
589 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 594 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
590 | 595 | ||
591 | ep-flow:SampleOfMaterial | 596 | ep-flow:SampleOfMaterial |
592 | rdf:type owl:Class ; | 597 | rdf:type owl:Class ; |
593 | - rdfs:label "sample of material"^^xsd:string , "(temporal part of a) sample of material"^^xsd:string ; | 598 | + rdfs:label "(temporal part of a) sample of material"^^xsd:string , "sample of material"^^xsd:string ; |
594 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 599 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
595 | 600 | ||
596 | ep-flow:SimulatedFlow | 601 | ep-flow:SimulatedFlow |
597 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 602 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
598 | rdfs:label "simulated flow"^^xsd:string ; | 603 | rdfs:label "simulated flow"^^xsd:string ; |
599 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 604 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
600 | 605 | ||
601 | ep-flow:SimulatedInventory | 606 | ep-flow:SimulatedInventory |
602 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 607 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
603 | rdfs:label "simulated inventory"^^xsd:string ; | 608 | rdfs:label "simulated inventory"^^xsd:string ; |
604 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 609 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
605 | 610 | ||
606 | ep-flow:Storage | 611 | ep-flow:Storage |
607 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 612 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
608 | rdfs:label "storage"^^xsd:string ; | 613 | rdfs:label "storage"^^xsd:string ; |
609 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 614 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
610 | 615 | ||
611 | ep-flow:TargetFlow | 616 | ep-flow:TargetFlow |
612 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 617 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
613 | rdfs:label "target flow"^^xsd:string ; | 618 | rdfs:label "target flow"^^xsd:string ; |
614 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 619 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
615 | 620 | ||
616 | ep-flow:TargetInventory | 621 | ep-flow:TargetInventory |
617 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 622 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
618 | rdfs:label "target inventory"^^xsd:string ; | 623 | rdfs:label "target inventory"^^xsd:string ; |
619 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 624 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
620 | 625 | ||
621 | ep-flow:TariffBasisFlow | 626 | ep-flow:TariffBasisFlow |
622 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 627 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
623 | rdfs:label "tariff basis flow"^^xsd:string ; | 628 | rdfs:label "tariff basis flow"^^xsd:string ; |
624 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 629 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
625 | 630 | ||
... | @@ -634,7 +639,7 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -634,7 +639,7 @@ ep-flow:TemporalPartOfAFlowDurationType |
634 | rdfs:subClassOf owl:Class . | 639 | rdfs:subClassOf owl:Class . |
635 | 640 | ||
636 | ep-flow:ValueAdjustedFlow | 641 | ep-flow:ValueAdjustedFlow |
637 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 642 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
638 | rdfs:label "value adjusted flow"^^xsd:string ; | 643 | rdfs:label "value adjusted flow"^^xsd:string ; |
639 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 644 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
640 | 645 | ||
... | @@ -651,7 +656,7 @@ ep-flow:WholeLifeInventory | ... | @@ -651,7 +656,7 @@ ep-flow:WholeLifeInventory |
651 | ep-flow:WholeLifeProductFlow | 656 | ep-flow:WholeLifeProductFlow |
652 | rdf:type owl:Class ; | 657 | rdf:type owl:Class ; |
653 | rdfs:label "whole life product flow"^^xsd:string ; | 658 | rdfs:label "whole life product flow"^^xsd:string ; |
654 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . | 659 | + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
655 | 660 | ||
656 | ep-flow:WholeLifeProductInventory | 661 | ep-flow:WholeLifeProductInventory |
657 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
... | @@ -661,7 +666,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -661,7 +666,7 @@ ep-flow:WholeLifeProductInventory |
661 | ep-flow:WholeLifeProductionFlow | 666 | ep-flow:WholeLifeProductionFlow |
662 | rdf:type owl:Class ; | 667 | rdf:type owl:Class ; |
663 | rdfs:label "whole life production flow"^^xsd:string ; | 668 | rdfs:label "whole life production flow"^^xsd:string ; |
664 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 669 | + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
665 | 670 | ||
666 | ep-flow:WholeLifeProductionFlowNetwork | 671 | ep-flow:WholeLifeProductionFlowNetwork |
667 | rdf:type owl:Class ; | 672 | rdf:type owl:Class ; |
... | @@ -671,7 +676,7 @@ ep-flow:WholeLifeProductionFlowNetwork | ... | @@ -671,7 +676,7 @@ ep-flow:WholeLifeProductionFlowNetwork |
671 | ep-flow:WholeLifeProductionInventory | 676 | ep-flow:WholeLifeProductionInventory |
672 | rdf:type owl:Class ; | 677 | rdf:type owl:Class ; |
673 | rdfs:label "(whole life) production inventory"^^xsd:string ; | 678 | rdfs:label "(whole life) production inventory"^^xsd:string ; |
674 | - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . | 679 | + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . |
675 | 680 | ||
676 | ep-flow:WholeLifeProductionInventoryCollection | 681 | ep-flow:WholeLifeProductionInventoryCollection |
677 | rdf:type owl:Class ; | 682 | rdf:type owl:Class ; |
... | @@ -679,7 +684,7 @@ ep-flow:WholeLifeProductionInventoryCollection | ... | @@ -679,7 +684,7 @@ ep-flow:WholeLifeProductionInventoryCollection |
679 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . | 684 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . |
680 | 685 | ||
681 | ep-flow:allocatedTo | 686 | ep-flow:allocatedTo |
682 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 687 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
683 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; | 688 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; |
684 | rdfs:domain ep-core:PhysicalObject ; | 689 | rdfs:domain ep-core:PhysicalObject ; |
685 | rdfs:label "allocatedTo"^^xsd:string ; | 690 | rdfs:label "allocatedTo"^^xsd:string ; |
... | @@ -687,13 +692,13 @@ ep-flow:allocatedTo | ... | @@ -687,13 +692,13 @@ ep-flow:allocatedTo |
687 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 692 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
688 | 693 | ||
689 | ep-flow:dailyAverageAmountOfMaterial | 694 | ep-flow:dailyAverageAmountOfMaterial |
690 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 695 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
691 | rdfs:domain ep-flow:Flow ; | 696 | rdfs:domain ep-flow:Flow ; |
692 | rdfs:label "daily average amount of material"^^xsd:string ; | 697 | rdfs:label "daily average amount of material"^^xsd:string ; |
693 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 698 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
694 | 699 | ||
695 | ep-flow:energyContent | 700 | ep-flow:energyContent |
696 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 701 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
697 | rdfs:domain ep-material:QuantityOfMaterial ; | 702 | rdfs:domain ep-material:QuantityOfMaterial ; |
698 | rdfs:label "energy content"^^xsd:string ; | 703 | rdfs:label "energy content"^^xsd:string ; |
699 | rdfs:range ep-core:Work . | 704 | rdfs:range ep-core:Work . |
... | @@ -725,7 +730,7 @@ ep-flow:flowOutOf | ... | @@ -725,7 +730,7 @@ ep-flow:flowOutOf |
725 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 730 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
726 | 731 | ||
727 | ep-flow:grossCalorificValue | 732 | ep-flow:grossCalorificValue |
728 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 733 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
729 | rdfs:domain ep-material:QuantityOfMaterial ; | 734 | rdfs:domain ep-material:QuantityOfMaterial ; |
730 | rdfs:label "gross calorific value"^^xsd:string ; | 735 | rdfs:label "gross calorific value"^^xsd:string ; |
731 | rdfs:range ep-core:EnergyPerVolume . | 736 | rdfs:range ep-core:EnergyPerVolume . |
... | @@ -745,29 +750,29 @@ ep-flow:hasNetworkPart | ... | @@ -745,29 +750,29 @@ ep-flow:hasNetworkPart |
745 | rdfs:subPropertyOf ep-core:hasPart . | 750 | rdfs:subPropertyOf ep-core:hasPart . |
746 | 751 | ||
747 | ep-flow:materialThatFlows | 752 | ep-flow:materialThatFlows |
748 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 753 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
749 | rdfs:domain ep-flow:Flow ; | 754 | rdfs:domain ep-flow:Flow ; |
750 | rdfs:label "material that flows"^^xsd:string ; | 755 | rdfs:label "material that flows"^^xsd:string ; |
751 | rdfs:range ep-material:QuantityOfMaterial . | 756 | rdfs:range ep-material:QuantityOfMaterial . |
752 | 757 | ||
753 | ep-flow:rateOfFlowOfMaterial | 758 | ep-flow:rateOfFlowOfMaterial |
754 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 759 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
755 | rdfs:label "rate of flow of material"^^xsd:string ; | 760 | rdfs:label "rate of flow of material"^^xsd:string ; |
756 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 761 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
757 | 762 | ||
758 | ep-flow:summedDailyMass | 763 | ep-flow:summedDailyMass |
759 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 764 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
760 | rdfs:domain ep-flow:Inventory ; | 765 | rdfs:domain ep-flow:Inventory ; |
761 | rdfs:label "summed daily mass"^^xsd:string ; | 766 | rdfs:label "summed daily mass"^^xsd:string ; |
762 | rdfs:range ep-core:Mass . | 767 | rdfs:range ep-core:Mass . |
763 | 768 | ||
764 | ep-flow:totalVolumeOfMaterial-deprecated | 769 | ep-flow:totalVolumeOfMaterial-deprecated |
765 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 770 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
766 | rdfs:label "total volume of material"^^xsd:string ; | 771 | rdfs:label "total volume of material"^^xsd:string ; |
767 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 772 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
768 | 773 | ||
769 | ep-flow:yearlyAverageAmountOfMaterial | 774 | ep-flow:yearlyAverageAmountOfMaterial |
770 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 775 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
771 | rdfs:domain ep-flow:Flow ; | 776 | rdfs:domain ep-flow:Flow ; |
772 | rdfs:label "yearly average amount of material"^^xsd:string ; | 777 | rdfs:label "yearly average amount of material"^^xsd:string ; |
773 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 778 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | ... | ... |
... | @@ -423,7 +423,7 @@ ep-material:OtherInjectionFluid | ... | @@ -423,7 +423,7 @@ ep-material:OtherInjectionFluid |
423 | rdfs:subClassOf ep-material:Fluid . | 423 | rdfs:subClassOf ep-material:Fluid . |
424 | 424 | ||
425 | ep-material:Pentane | 425 | ep-material:Pentane |
426 | - rdf:type ep-material:SubstanceType , owl:Class ; | 426 | + rdf:type owl:Class , ep-material:SubstanceType ; |
427 | rdfs:label "pentane"^^xsd:string ; | 427 | rdfs:label "pentane"^^xsd:string ; |
428 | rdfs:subClassOf ep-material:Material . | 428 | rdfs:subClassOf ep-material:Material . |
429 | 429 | ||
... | @@ -438,7 +438,7 @@ ep-material:PlusFraction | ... | @@ -438,7 +438,7 @@ ep-material:PlusFraction |
438 | rdfs:subClassOf ep-material:Fluid . | 438 | rdfs:subClassOf ep-material:Fluid . |
439 | 439 | ||
440 | ep-material:Propane | 440 | ep-material:Propane |
441 | - rdf:type ep-material:SubstanceType , owl:Class ; | 441 | + rdf:type owl:Class , ep-material:SubstanceType ; |
442 | rdfs:label "propane"^^xsd:string ; | 442 | rdfs:label "propane"^^xsd:string ; |
443 | rdfs:subClassOf ep-material:Material . | 443 | rdfs:subClassOf ep-material:Material . |
444 | 444 | ||
... | @@ -457,6 +457,11 @@ ep-material:QuantityOfMaterial | ... | @@ -457,6 +457,11 @@ ep-material:QuantityOfMaterial |
457 | rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; | 457 | rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; |
458 | rdfs:subClassOf ep-material:Material . | 458 | rdfs:subClassOf ep-material:Material . |
459 | 459 | ||
460 | +ep-material:QuantityOfMaterialInAStandardState | ||
461 | + rdf:type owl:Class ; | ||
462 | + rdfs:label "quantity of material in a standard state"^^xsd:string ; | ||
463 | + rdfs:subClassOf ep-material:QuantityOfMaterial . | ||
464 | + | ||
460 | ep-material:Salt | 465 | ep-material:Salt |
461 | rdf:type owl:Class ; | 466 | rdf:type owl:Class ; |
462 | rdfs:label "salt"^^xsd:string ; | 467 | rdfs:label "salt"^^xsd:string ; |
... | @@ -513,7 +518,7 @@ ep-material:Water-processed | ... | @@ -513,7 +518,7 @@ ep-material:Water-processed |
513 | rdfs:subClassOf ep-material:Material . | 518 | rdfs:subClassOf ep-material:Material . |
514 | 519 | ||
515 | ep-material:firstMaterialOfPair | 520 | ep-material:firstMaterialOfPair |
516 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 521 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
517 | rdfs:domain ep-material:MaterialPair ; | 522 | rdfs:domain ep-material:MaterialPair ; |
518 | rdfs:label "first material of pair"^^xsd:string ; | 523 | rdfs:label "first material of pair"^^xsd:string ; |
519 | rdfs:range ep-material:Material . | 524 | rdfs:range ep-material:Material . |
... | @@ -534,495 +539,495 @@ ep-material:hasNonPrimaryComponent | ... | @@ -534,495 +539,495 @@ ep-material:hasNonPrimaryComponent |
534 | rdfs:subPropertyOf ep-material:hasComponent . | 539 | rdfs:subPropertyOf ep-material:hasComponent . |
535 | 540 | ||
536 | ep-material:hasPrimaryComponent | 541 | ep-material:hasPrimaryComponent |
537 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 542 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
538 | rdfs:domain ep-material:Material ; | 543 | rdfs:domain ep-material:Material ; |
539 | rdfs:label "has primary component"^^xsd:string ; | 544 | rdfs:label "has primary component"^^xsd:string ; |
540 | rdfs:range ep-material:Material ; | 545 | rdfs:range ep-material:Material ; |
541 | rdfs:subPropertyOf ep-material:hasComponent . | 546 | rdfs:subPropertyOf ep-material:hasComponent . |
542 | 547 | ||
543 | ep-material:massRatio | 548 | ep-material:massRatio |
544 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 549 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
545 | rdfs:domain ep-material:MaterialPair ; | 550 | rdfs:domain ep-material:MaterialPair ; |
546 | rdfs:label "mass ratio"^^xsd:string ; | 551 | rdfs:label "mass ratio"^^xsd:string ; |
547 | rdfs:range ep-core:Ratio . | 552 | rdfs:range ep-core:Ratio . |
548 | 553 | ||
549 | ep-material:moleRatio | 554 | ep-material:moleRatio |
550 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 555 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
551 | rdfs:domain ep-material:MaterialPair ; | 556 | rdfs:domain ep-material:MaterialPair ; |
552 | rdfs:label "mole ratio"^^xsd:string ; | 557 | rdfs:label "mole ratio"^^xsd:string ; |
553 | rdfs:range ep-core:Ratio . | 558 | rdfs:range ep-core:Ratio . |
554 | 559 | ||
555 | ep-material:partMaterialOfPair | 560 | ep-material:partMaterialOfPair |
556 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 561 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
557 | rdfs:domain ep-material:MaterialPartWholePair ; | 562 | rdfs:domain ep-material:MaterialPartWholePair ; |
558 | rdfs:label "part material of pair"^^xsd:string ; | 563 | rdfs:label "part material of pair"^^xsd:string ; |
559 | rdfs:range ep-material:Material ; | 564 | rdfs:range ep-material:Material ; |
560 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 565 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
561 | 566 | ||
562 | ep-material:secondMaterialOfPair | 567 | ep-material:secondMaterialOfPair |
563 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 568 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
564 | rdfs:domain ep-material:MaterialPair ; | 569 | rdfs:domain ep-material:MaterialPair ; |
565 | rdfs:label "second material of pair"^^xsd:string ; | 570 | rdfs:label "second material of pair"^^xsd:string ; |
566 | rdfs:range ep-material:Material . | 571 | rdfs:range ep-material:Material . |
567 | 572 | ||
568 | ep-material:substance-11dmcyPentane | 573 | ep-material:substance-11dmcyPentane |
569 | - rdf:type ep-material:SubstanceType , owl:Class ; | 574 | + rdf:type owl:Class , ep-material:SubstanceType ; |
570 | rdfs:label "11dmcy pentane"^^xsd:string ; | 575 | rdfs:label "11dmcy pentane"^^xsd:string ; |
571 | rdfs:subClassOf ep-material:Material . | 576 | rdfs:subClassOf ep-material:Material . |
572 | 577 | ||
573 | ep-material:substance-124tmBenzene | 578 | ep-material:substance-124tmBenzene |
574 | - rdf:type ep-material:SubstanceType , owl:Class ; | 579 | + rdf:type owl:Class , ep-material:SubstanceType ; |
575 | rdfs:label "124tm benzene"^^xsd:string ; | 580 | rdfs:label "124tm benzene"^^xsd:string ; |
576 | rdfs:subClassOf ep-material:Material . | 581 | rdfs:subClassOf ep-material:Material . |
577 | 582 | ||
578 | ep-material:substance-12dmBenzene | 583 | ep-material:substance-12dmBenzene |
579 | - rdf:type ep-material:SubstanceType , owl:Class ; | 584 | + rdf:type owl:Class , ep-material:SubstanceType ; |
580 | rdfs:label "12dm benzene"^^xsd:string ; | 585 | rdfs:label "12dm benzene"^^xsd:string ; |
581 | rdfs:subClassOf ep-material:Material . | 586 | rdfs:subClassOf ep-material:Material . |
582 | 587 | ||
583 | ep-material:substance-13dmBenzene | 588 | ep-material:substance-13dmBenzene |
584 | - rdf:type ep-material:SubstanceType , owl:Class ; | 589 | + rdf:type owl:Class , ep-material:SubstanceType ; |
585 | rdfs:label "13dm benzene"^^xsd:string ; | 590 | rdfs:label "13dm benzene"^^xsd:string ; |
586 | rdfs:subClassOf ep-material:Material . | 591 | rdfs:subClassOf ep-material:Material . |
587 | 592 | ||
588 | ep-material:substance-14dmBenzene | 593 | ep-material:substance-14dmBenzene |
589 | - rdf:type ep-material:SubstanceType , owl:Class ; | 594 | + rdf:type owl:Class , ep-material:SubstanceType ; |
590 | rdfs:label "14dm benzene"^^xsd:string ; | 595 | rdfs:label "14dm benzene"^^xsd:string ; |
591 | rdfs:subClassOf ep-material:Material . | 596 | rdfs:subClassOf ep-material:Material . |
592 | 597 | ||
593 | ep-material:substance-223tmButane | 598 | ep-material:substance-223tmButane |
594 | - rdf:type ep-material:SubstanceType , owl:Class ; | 599 | + rdf:type owl:Class , ep-material:SubstanceType ; |
595 | rdfs:label "223tm butane"^^xsd:string ; | 600 | rdfs:label "223tm butane"^^xsd:string ; |
596 | rdfs:subClassOf ep-material:Material . | 601 | rdfs:subClassOf ep-material:Material . |
597 | 602 | ||
598 | ep-material:substance-223tmPentane | 603 | ep-material:substance-223tmPentane |
599 | - rdf:type ep-material:SubstanceType , owl:Class ; | 604 | + rdf:type owl:Class , ep-material:SubstanceType ; |
600 | rdfs:label "223tm pentane"^^xsd:string ; | 605 | rdfs:label "223tm pentane"^^xsd:string ; |
601 | rdfs:subClassOf ep-material:Material . | 606 | rdfs:subClassOf ep-material:Material . |
602 | 607 | ||
603 | ep-material:substance-22dmButane | 608 | ep-material:substance-22dmButane |
604 | - rdf:type ep-material:SubstanceType , owl:Class ; | 609 | + rdf:type owl:Class , ep-material:SubstanceType ; |
605 | rdfs:label "22dm butane"^^xsd:string ; | 610 | rdfs:label "22dm butane"^^xsd:string ; |
606 | rdfs:subClassOf ep-material:Material . | 611 | rdfs:subClassOf ep-material:Material . |
607 | 612 | ||
608 | ep-material:substance-22dmHexane | 613 | ep-material:substance-22dmHexane |
609 | - rdf:type ep-material:SubstanceType , owl:Class ; | 614 | + rdf:type owl:Class , ep-material:SubstanceType ; |
610 | rdfs:label "22dm hexane"^^xsd:string ; | 615 | rdfs:label "22dm hexane"^^xsd:string ; |
611 | rdfs:subClassOf ep-material:Material . | 616 | rdfs:subClassOf ep-material:Material . |
612 | 617 | ||
613 | ep-material:substance-22dmPentane | 618 | ep-material:substance-22dmPentane |
614 | - rdf:type ep-material:SubstanceType , owl:Class ; | 619 | + rdf:type owl:Class , ep-material:SubstanceType ; |
615 | rdfs:label "22dm pentane"^^xsd:string ; | 620 | rdfs:label "22dm pentane"^^xsd:string ; |
616 | rdfs:subClassOf ep-material:Material . | 621 | rdfs:subClassOf ep-material:Material . |
617 | 622 | ||
618 | ep-material:substance-22dmPropane | 623 | ep-material:substance-22dmPropane |
619 | - rdf:type ep-material:SubstanceType , owl:Class ; | 624 | + rdf:type owl:Class , ep-material:SubstanceType ; |
620 | rdfs:label "22dm propane"^^xsd:string ; | 625 | rdfs:label "22dm propane"^^xsd:string ; |
621 | rdfs:subClassOf ep-material:Material . | 626 | rdfs:subClassOf ep-material:Material . |
622 | 627 | ||
623 | ep-material:substance-23dmButane | 628 | ep-material:substance-23dmButane |
624 | - rdf:type ep-material:SubstanceType , owl:Class ; | 629 | + rdf:type owl:Class , ep-material:SubstanceType ; |
625 | rdfs:label "23dm butane"^^xsd:string ; | 630 | rdfs:label "23dm butane"^^xsd:string ; |
626 | rdfs:subClassOf ep-material:Material . | 631 | rdfs:subClassOf ep-material:Material . |
627 | 632 | ||
628 | ep-material:substance-23dmPentane | 633 | ep-material:substance-23dmPentane |
629 | - rdf:type ep-material:SubstanceType , owl:Class ; | 634 | + rdf:type owl:Class , ep-material:SubstanceType ; |
630 | rdfs:label "23dm pentane"^^xsd:string ; | 635 | rdfs:label "23dm pentane"^^xsd:string ; |
631 | rdfs:subClassOf ep-material:Material . | 636 | rdfs:subClassOf ep-material:Material . |
632 | 637 | ||
633 | ep-material:substance-24dmHexane | 638 | ep-material:substance-24dmHexane |
634 | - rdf:type ep-material:SubstanceType , owl:Class ; | 639 | + rdf:type owl:Class , ep-material:SubstanceType ; |
635 | rdfs:label "24dm hexane"^^xsd:string ; | 640 | rdfs:label "24dm hexane"^^xsd:string ; |
636 | rdfs:subClassOf ep-material:Material . | 641 | rdfs:subClassOf ep-material:Material . |
637 | 642 | ||
638 | ep-material:substance-24dmPentane | 643 | ep-material:substance-24dmPentane |
639 | - rdf:type ep-material:SubstanceType , owl:Class ; | 644 | + rdf:type owl:Class , ep-material:SubstanceType ; |
640 | rdfs:label "24dm pentane"^^xsd:string ; | 645 | rdfs:label "24dm pentane"^^xsd:string ; |
641 | rdfs:subClassOf ep-material:Material . | 646 | rdfs:subClassOf ep-material:Material . |
642 | 647 | ||
643 | ep-material:substance-25dmHexane | 648 | ep-material:substance-25dmHexane |
644 | - rdf:type ep-material:SubstanceType , owl:Class ; | 649 | + rdf:type owl:Class , ep-material:SubstanceType ; |
645 | rdfs:label "25dm hexane"^^xsd:string ; | 650 | rdfs:label "25dm hexane"^^xsd:string ; |
646 | rdfs:subClassOf ep-material:Material . | 651 | rdfs:subClassOf ep-material:Material . |
647 | 652 | ||
648 | ep-material:substance-2mButane | 653 | ep-material:substance-2mButane |
649 | - rdf:type ep-material:SubstanceType , owl:Class ; | 654 | + rdf:type owl:Class , ep-material:SubstanceType ; |
650 | rdfs:label "2m butane"^^xsd:string ; | 655 | rdfs:label "2m butane"^^xsd:string ; |
651 | rdfs:subClassOf ep-material:Material . | 656 | rdfs:subClassOf ep-material:Material . |
652 | 657 | ||
653 | ep-material:substance-2mHexane | 658 | ep-material:substance-2mHexane |
654 | - rdf:type ep-material:SubstanceType , owl:Class ; | 659 | + rdf:type owl:Class , ep-material:SubstanceType ; |
655 | rdfs:label "2m hexane"^^xsd:string ; | 660 | rdfs:label "2m hexane"^^xsd:string ; |
656 | rdfs:subClassOf ep-material:Material . | 661 | rdfs:subClassOf ep-material:Material . |
657 | 662 | ||
658 | ep-material:substance-2mPentane | 663 | ep-material:substance-2mPentane |
659 | - rdf:type ep-material:SubstanceType , owl:Class ; | 664 | + rdf:type owl:Class , ep-material:SubstanceType ; |
660 | rdfs:label "2m pentane"^^xsd:string ; | 665 | rdfs:label "2m pentane"^^xsd:string ; |
661 | rdfs:subClassOf ep-material:Material . | 666 | rdfs:subClassOf ep-material:Material . |
662 | 667 | ||
663 | ep-material:substance-2mPropane | 668 | ep-material:substance-2mPropane |
664 | - rdf:type ep-material:SubstanceType , owl:Class ; | 669 | + rdf:type owl:Class , ep-material:SubstanceType ; |
665 | rdfs:label "2m propane"^^xsd:string ; | 670 | rdfs:label "2m propane"^^xsd:string ; |
666 | rdfs:subClassOf ep-material:Material . | 671 | rdfs:subClassOf ep-material:Material . |
667 | 672 | ||
668 | ep-material:substance-33dmPentane | 673 | ep-material:substance-33dmPentane |
669 | - rdf:type ep-material:SubstanceType , owl:Class ; | 674 | + rdf:type owl:Class , ep-material:SubstanceType ; |
670 | rdfs:label "33dm pentane"^^xsd:string ; | 675 | rdfs:label "33dm pentane"^^xsd:string ; |
671 | rdfs:subClassOf ep-material:Material . | 676 | rdfs:subClassOf ep-material:Material . |
672 | 677 | ||
673 | ep-material:substance-3etPentane | 678 | ep-material:substance-3etPentane |
674 | - rdf:type ep-material:SubstanceType , owl:Class ; | 679 | + rdf:type owl:Class , ep-material:SubstanceType ; |
675 | rdfs:label "3et pentane"^^xsd:string ; | 680 | rdfs:label "3et pentane"^^xsd:string ; |
676 | rdfs:subClassOf ep-material:Material . | 681 | rdfs:subClassOf ep-material:Material . |
677 | 682 | ||
678 | ep-material:substance-3mHexane | 683 | ep-material:substance-3mHexane |
679 | - rdf:type ep-material:SubstanceType , owl:Class ; | 684 | + rdf:type owl:Class , ep-material:SubstanceType ; |
680 | rdfs:label "3m hexane"^^xsd:string ; | 685 | rdfs:label "3m hexane"^^xsd:string ; |
681 | rdfs:subClassOf ep-material:Material . | 686 | rdfs:subClassOf ep-material:Material . |
682 | 687 | ||
683 | ep-material:substance-3mPentane | 688 | ep-material:substance-3mPentane |
684 | - rdf:type ep-material:SubstanceType , owl:Class ; | 689 | + rdf:type owl:Class , ep-material:SubstanceType ; |
685 | rdfs:label "3m pentane"^^xsd:string ; | 690 | rdfs:label "3m pentane"^^xsd:string ; |
686 | rdfs:subClassOf ep-material:Material . | 691 | rdfs:subClassOf ep-material:Material . |
687 | 692 | ||
688 | ep-material:substance-Ar | 693 | ep-material:substance-Ar |
689 | - rdf:type ep-material:SubstanceType , owl:Class ; | 694 | + rdf:type owl:Class , ep-material:SubstanceType ; |
690 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 695 | + rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; |
691 | rdfs:subClassOf ep-material:Material . | 696 | rdfs:subClassOf ep-material:Material . |
692 | 697 | ||
693 | ep-material:substance-Benzene | 698 | ep-material:substance-Benzene |
694 | - rdf:type ep-material:SubstanceType , owl:Class ; | 699 | + rdf:type owl:Class , ep-material:SubstanceType ; |
695 | rdfs:label "benzene"^^xsd:string ; | 700 | rdfs:label "benzene"^^xsd:string ; |
696 | rdfs:subClassOf ep-material:Material . | 701 | rdfs:subClassOf ep-material:Material . |
697 | 702 | ||
698 | ep-material:substance-Butane | 703 | ep-material:substance-Butane |
699 | - rdf:type ep-material:SubstanceType , owl:Class ; | 704 | + rdf:type owl:Class , ep-material:SubstanceType ; |
700 | rdfs:label "butane"^^xsd:string ; | 705 | rdfs:label "butane"^^xsd:string ; |
701 | rdfs:subClassOf ep-material:Material . | 706 | rdfs:subClassOf ep-material:Material . |
702 | 707 | ||
703 | ep-material:substance-C11F | 708 | ep-material:substance-C11F |
704 | - rdf:type ep-material:SubstanceType , owl:Class ; | 709 | + rdf:type owl:Class , ep-material:SubstanceType ; |
705 | rdfs:label "C11F"^^xsd:string ; | 710 | rdfs:label "C11F"^^xsd:string ; |
706 | rdfs:subClassOf ep-material:Material . | 711 | rdfs:subClassOf ep-material:Material . |
707 | 712 | ||
708 | ep-material:substance-C12F | 713 | ep-material:substance-C12F |
709 | - rdf:type ep-material:SubstanceType , owl:Class ; | 714 | + rdf:type owl:Class , ep-material:SubstanceType ; |
710 | rdfs:label "C12F"^^xsd:string ; | 715 | rdfs:label "C12F"^^xsd:string ; |
711 | rdfs:subClassOf ep-material:Material . | 716 | rdfs:subClassOf ep-material:Material . |
712 | 717 | ||
713 | ep-material:substance-C13F | 718 | ep-material:substance-C13F |
714 | - rdf:type ep-material:SubstanceType , owl:Class ; | 719 | + rdf:type owl:Class , ep-material:SubstanceType ; |
715 | rdfs:label "C13F"^^xsd:string ; | 720 | rdfs:label "C13F"^^xsd:string ; |
716 | rdfs:subClassOf ep-material:Material . | 721 | rdfs:subClassOf ep-material:Material . |
717 | 722 | ||
718 | ep-material:substance-C13dmcyPentane | 723 | ep-material:substance-C13dmcyPentane |
719 | - rdf:type ep-material:SubstanceType , owl:Class ; | 724 | + rdf:type owl:Class , ep-material:SubstanceType ; |
720 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 725 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
721 | rdfs:subClassOf ep-material:Material . | 726 | rdfs:subClassOf ep-material:Material . |
722 | 727 | ||
723 | ep-material:substance-C14F | 728 | ep-material:substance-C14F |
724 | - rdf:type ep-material:SubstanceType , owl:Class ; | 729 | + rdf:type owl:Class , ep-material:SubstanceType ; |
725 | rdfs:label "C14F"^^xsd:string ; | 730 | rdfs:label "C14F"^^xsd:string ; |
726 | rdfs:subClassOf ep-material:Material . | 731 | rdfs:subClassOf ep-material:Material . |
727 | 732 | ||
728 | ep-material:substance-C15F | 733 | ep-material:substance-C15F |
729 | - rdf:type ep-material:SubstanceType , owl:Class ; | 734 | + rdf:type owl:Class , ep-material:SubstanceType ; |
730 | rdfs:label "C15F"^^xsd:string ; | 735 | rdfs:label "C15F"^^xsd:string ; |
731 | rdfs:subClassOf ep-material:Material . | 736 | rdfs:subClassOf ep-material:Material . |
732 | 737 | ||
733 | ep-material:substance-C16F | 738 | ep-material:substance-C16F |
734 | - rdf:type ep-material:SubstanceType , owl:Class ; | 739 | + rdf:type owl:Class , ep-material:SubstanceType ; |
735 | rdfs:label "C16F"^^xsd:string ; | 740 | rdfs:label "C16F"^^xsd:string ; |
736 | rdfs:subClassOf ep-material:Material . | 741 | rdfs:subClassOf ep-material:Material . |
737 | 742 | ||
738 | ep-material:substance-C17F | 743 | ep-material:substance-C17F |
739 | - rdf:type ep-material:SubstanceType , owl:Class ; | 744 | + rdf:type owl:Class , ep-material:SubstanceType ; |
740 | rdfs:label "C17F"^^xsd:string ; | 745 | rdfs:label "C17F"^^xsd:string ; |
741 | rdfs:subClassOf ep-material:Material . | 746 | rdfs:subClassOf ep-material:Material . |
742 | 747 | ||
743 | ep-material:substance-C18F | 748 | ep-material:substance-C18F |
744 | - rdf:type ep-material:SubstanceType , owl:Class ; | 749 | + rdf:type owl:Class , ep-material:SubstanceType ; |
745 | rdfs:label "C18F"^^xsd:string ; | 750 | rdfs:label "C18F"^^xsd:string ; |
746 | rdfs:subClassOf ep-material:Material . | 751 | rdfs:subClassOf ep-material:Material . |
747 | 752 | ||
748 | ep-material:substance-C19F | 753 | ep-material:substance-C19F |
749 | - rdf:type ep-material:SubstanceType , owl:Class ; | 754 | + rdf:type owl:Class , ep-material:SubstanceType ; |
750 | rdfs:label "C19F"^^xsd:string ; | 755 | rdfs:label "C19F"^^xsd:string ; |
751 | rdfs:subClassOf ep-material:Material . | 756 | rdfs:subClassOf ep-material:Material . |
752 | 757 | ||
753 | ep-material:substance-C20F | 758 | ep-material:substance-C20F |
754 | - rdf:type ep-material:SubstanceType , owl:Class ; | 759 | + rdf:type owl:Class , ep-material:SubstanceType ; |
755 | rdfs:label "C20F"^^xsd:string ; | 760 | rdfs:label "C20F"^^xsd:string ; |
756 | rdfs:subClassOf ep-material:Material . | 761 | rdfs:subClassOf ep-material:Material . |
757 | 762 | ||
758 | ep-material:substance-C21F | 763 | ep-material:substance-C21F |
759 | - rdf:type ep-material:SubstanceType , owl:Class ; | 764 | + rdf:type owl:Class , ep-material:SubstanceType ; |
760 | rdfs:label "C21F"^^xsd:string ; | 765 | rdfs:label "C21F"^^xsd:string ; |
761 | rdfs:subClassOf ep-material:Material . | 766 | rdfs:subClassOf ep-material:Material . |
762 | 767 | ||
763 | ep-material:substance-C22F | 768 | ep-material:substance-C22F |
764 | - rdf:type ep-material:SubstanceType , owl:Class ; | 769 | + rdf:type owl:Class , ep-material:SubstanceType ; |
765 | rdfs:label "C22F"^^xsd:string ; | 770 | rdfs:label "C22F"^^xsd:string ; |
766 | rdfs:subClassOf ep-material:Material . | 771 | rdfs:subClassOf ep-material:Material . |
767 | 772 | ||
768 | ep-material:substance-C23F | 773 | ep-material:substance-C23F |
769 | - rdf:type ep-material:SubstanceType , owl:Class ; | 774 | + rdf:type owl:Class , ep-material:SubstanceType ; |
770 | rdfs:label "C23F"^^xsd:string ; | 775 | rdfs:label "C23F"^^xsd:string ; |
771 | rdfs:subClassOf ep-material:Material . | 776 | rdfs:subClassOf ep-material:Material . |
772 | 777 | ||
773 | ep-material:substance-C24F | 778 | ep-material:substance-C24F |
774 | - rdf:type ep-material:SubstanceType , owl:Class ; | 779 | + rdf:type owl:Class , ep-material:SubstanceType ; |
775 | rdfs:label "C24F"^^xsd:string ; | 780 | rdfs:label "C24F"^^xsd:string ; |
776 | rdfs:subClassOf ep-material:Material . | 781 | rdfs:subClassOf ep-material:Material . |
777 | 782 | ||
778 | ep-material:substance-C25F | 783 | ep-material:substance-C25F |
779 | - rdf:type ep-material:SubstanceType , owl:Class ; | 784 | + rdf:type owl:Class , ep-material:SubstanceType ; |
780 | rdfs:label "C25F"^^xsd:string ; | 785 | rdfs:label "C25F"^^xsd:string ; |
781 | rdfs:subClassOf ep-material:Material . | 786 | rdfs:subClassOf ep-material:Material . |
782 | 787 | ||
783 | ep-material:substance-C26F | 788 | ep-material:substance-C26F |
784 | - rdf:type ep-material:SubstanceType , owl:Class ; | 789 | + rdf:type owl:Class , ep-material:SubstanceType ; |
785 | rdfs:label "C26F"^^xsd:string ; | 790 | rdfs:label "C26F"^^xsd:string ; |
786 | rdfs:subClassOf ep-material:Material . | 791 | rdfs:subClassOf ep-material:Material . |
787 | 792 | ||
788 | ep-material:substance-C27F | 793 | ep-material:substance-C27F |
789 | - rdf:type ep-material:SubstanceType , owl:Class ; | 794 | + rdf:type owl:Class , ep-material:SubstanceType ; |
790 | rdfs:label "C27F"^^xsd:string ; | 795 | rdfs:label "C27F"^^xsd:string ; |
791 | rdfs:subClassOf ep-material:Material . | 796 | rdfs:subClassOf ep-material:Material . |
792 | 797 | ||
793 | ep-material:substance-C28F | 798 | ep-material:substance-C28F |
794 | - rdf:type ep-material:SubstanceType , owl:Class ; | 799 | + rdf:type owl:Class , ep-material:SubstanceType ; |
795 | rdfs:label "C28F"^^xsd:string ; | 800 | rdfs:label "C28F"^^xsd:string ; |
796 | rdfs:subClassOf ep-material:Material . | 801 | rdfs:subClassOf ep-material:Material . |
797 | 802 | ||
798 | ep-material:substance-C29F | 803 | ep-material:substance-C29F |
799 | - rdf:type ep-material:SubstanceType , owl:Class ; | 804 | + rdf:type owl:Class , ep-material:SubstanceType ; |
800 | rdfs:label "C29F"^^xsd:string ; | 805 | rdfs:label "C29F"^^xsd:string ; |
801 | rdfs:subClassOf ep-material:Material . | 806 | rdfs:subClassOf ep-material:Material . |
802 | 807 | ||
803 | ep-material:substance-C30F | 808 | ep-material:substance-C30F |
804 | - rdf:type ep-material:SubstanceType , owl:Class ; | 809 | + rdf:type owl:Class , ep-material:SubstanceType ; |
805 | rdfs:label "C30F"^^xsd:string ; | 810 | rdfs:label "C30F"^^xsd:string ; |
806 | rdfs:subClassOf ep-material:Material . | 811 | rdfs:subClassOf ep-material:Material . |
807 | 812 | ||
808 | ep-material:substance-C31F | 813 | ep-material:substance-C31F |
809 | - rdf:type ep-material:SubstanceType , owl:Class ; | 814 | + rdf:type owl:Class , ep-material:SubstanceType ; |
810 | rdfs:label "C31F"^^xsd:string ; | 815 | rdfs:label "C31F"^^xsd:string ; |
811 | rdfs:subClassOf ep-material:Material . | 816 | rdfs:subClassOf ep-material:Material . |
812 | 817 | ||
813 | ep-material:substance-C32F | 818 | ep-material:substance-C32F |
814 | - rdf:type ep-material:SubstanceType , owl:Class ; | 819 | + rdf:type owl:Class , ep-material:SubstanceType ; |
815 | rdfs:label "C32F"^^xsd:string ; | 820 | rdfs:label "C32F"^^xsd:string ; |
816 | rdfs:subClassOf ep-material:Material . | 821 | rdfs:subClassOf ep-material:Material . |
817 | 822 | ||
818 | ep-material:substance-C33F | 823 | ep-material:substance-C33F |
819 | - rdf:type ep-material:SubstanceType , owl:Class ; | 824 | + rdf:type owl:Class , ep-material:SubstanceType ; |
820 | rdfs:label "C33F"^^xsd:string ; | 825 | rdfs:label "C33F"^^xsd:string ; |
821 | rdfs:subClassOf ep-material:Material . | 826 | rdfs:subClassOf ep-material:Material . |
822 | 827 | ||
823 | ep-material:substance-C34F | 828 | ep-material:substance-C34F |
824 | - rdf:type ep-material:SubstanceType , owl:Class ; | 829 | + rdf:type owl:Class , ep-material:SubstanceType ; |
825 | rdfs:label "C34F"^^xsd:string ; | 830 | rdfs:label "C34F"^^xsd:string ; |
826 | rdfs:subClassOf ep-material:Material . | 831 | rdfs:subClassOf ep-material:Material . |
827 | 832 | ||
828 | ep-material:substance-C35F | 833 | ep-material:substance-C35F |
829 | - rdf:type ep-material:SubstanceType , owl:Class ; | 834 | + rdf:type owl:Class , ep-material:SubstanceType ; |
830 | rdfs:label "C35F"^^xsd:string ; | 835 | rdfs:label "C35F"^^xsd:string ; |
831 | rdfs:subClassOf ep-material:Material . | 836 | rdfs:subClassOf ep-material:Material . |
832 | 837 | ||
833 | ep-material:substance-C36F | 838 | ep-material:substance-C36F |
834 | - rdf:type ep-material:SubstanceType , owl:Class ; | 839 | + rdf:type owl:Class , ep-material:SubstanceType ; |
835 | rdfs:label "C36F"^^xsd:string ; | 840 | rdfs:label "C36F"^^xsd:string ; |
836 | rdfs:subClassOf ep-material:Material . | 841 | rdfs:subClassOf ep-material:Material . |
837 | 842 | ||
838 | ep-material:substance-C37F | 843 | ep-material:substance-C37F |
839 | - rdf:type ep-material:SubstanceType , owl:Class ; | 844 | + rdf:type owl:Class , ep-material:SubstanceType ; |
840 | rdfs:label "C37F"^^xsd:string ; | 845 | rdfs:label "C37F"^^xsd:string ; |
841 | rdfs:subClassOf ep-material:Material . | 846 | rdfs:subClassOf ep-material:Material . |
842 | 847 | ||
843 | ep-material:substance-C38F | 848 | ep-material:substance-C38F |
844 | - rdf:type ep-material:SubstanceType , owl:Class ; | 849 | + rdf:type owl:Class , ep-material:SubstanceType ; |
845 | rdfs:label "C38F"^^xsd:string ; | 850 | rdfs:label "C38F"^^xsd:string ; |
846 | rdfs:subClassOf ep-material:Material . | 851 | rdfs:subClassOf ep-material:Material . |
847 | 852 | ||
848 | ep-material:substance-C39F | 853 | ep-material:substance-C39F |
849 | - rdf:type ep-material:SubstanceType , owl:Class ; | 854 | + rdf:type owl:Class , ep-material:SubstanceType ; |
850 | rdfs:label "C39F"^^xsd:string ; | 855 | rdfs:label "C39F"^^xsd:string ; |
851 | rdfs:subClassOf ep-material:Material . | 856 | rdfs:subClassOf ep-material:Material . |
852 | 857 | ||
853 | ep-material:substance-C40F | 858 | ep-material:substance-C40F |
854 | - rdf:type ep-material:SubstanceType , owl:Class ; | 859 | + rdf:type owl:Class , ep-material:SubstanceType ; |
855 | rdfs:label "C40F"^^xsd:string ; | 860 | rdfs:label "C40F"^^xsd:string ; |
856 | rdfs:subClassOf ep-material:Material . | 861 | rdfs:subClassOf ep-material:Material . |
857 | 862 | ||
858 | ep-material:substance-C41F | 863 | ep-material:substance-C41F |
859 | - rdf:type ep-material:SubstanceType , owl:Class ; | 864 | + rdf:type owl:Class , ep-material:SubstanceType ; |
860 | rdfs:label "C41F"^^xsd:string ; | 865 | rdfs:label "C41F"^^xsd:string ; |
861 | rdfs:subClassOf ep-material:Material . | 866 | rdfs:subClassOf ep-material:Material . |
862 | 867 | ||
863 | ep-material:substance-C42F | 868 | ep-material:substance-C42F |
864 | - rdf:type ep-material:SubstanceType , owl:Class ; | 869 | + rdf:type owl:Class , ep-material:SubstanceType ; |
865 | rdfs:label "C42F"^^xsd:string ; | 870 | rdfs:label "C42F"^^xsd:string ; |
866 | rdfs:subClassOf ep-material:Material . | 871 | rdfs:subClassOf ep-material:Material . |
867 | 872 | ||
868 | ep-material:substance-C43F | 873 | ep-material:substance-C43F |
869 | - rdf:type ep-material:SubstanceType , owl:Class ; | 874 | + rdf:type owl:Class , ep-material:SubstanceType ; |
870 | rdfs:label "C43F"^^xsd:string ; | 875 | rdfs:label "C43F"^^xsd:string ; |
871 | rdfs:subClassOf ep-material:Material . | 876 | rdfs:subClassOf ep-material:Material . |
872 | 877 | ||
873 | ep-material:substance-C44F | 878 | ep-material:substance-C44F |
874 | - rdf:type ep-material:SubstanceType , owl:Class ; | 879 | + rdf:type owl:Class , ep-material:SubstanceType ; |
875 | rdfs:label "C44F"^^xsd:string ; | 880 | rdfs:label "C44F"^^xsd:string ; |
876 | rdfs:subClassOf ep-material:Material . | 881 | rdfs:subClassOf ep-material:Material . |
877 | 882 | ||
878 | ep-material:substance-C45F | 883 | ep-material:substance-C45F |
879 | - rdf:type ep-material:SubstanceType , owl:Class ; | 884 | + rdf:type owl:Class , ep-material:SubstanceType ; |
880 | rdfs:label "C45F"^^xsd:string ; | 885 | rdfs:label "C45F"^^xsd:string ; |
881 | rdfs:subClassOf ep-material:Material . | 886 | rdfs:subClassOf ep-material:Material . |
882 | 887 | ||
883 | ep-material:substance-C46F | 888 | ep-material:substance-C46F |
884 | - rdf:type ep-material:SubstanceType , owl:Class ; | 889 | + rdf:type owl:Class , ep-material:SubstanceType ; |
885 | rdfs:label "C46F"^^xsd:string ; | 890 | rdfs:label "C46F"^^xsd:string ; |
886 | rdfs:subClassOf ep-material:Material . | 891 | rdfs:subClassOf ep-material:Material . |
887 | 892 | ||
888 | ep-material:substance-C47F | 893 | ep-material:substance-C47F |
889 | - rdf:type ep-material:SubstanceType , owl:Class ; | 894 | + rdf:type owl:Class , ep-material:SubstanceType ; |
890 | rdfs:label "C47F"^^xsd:string ; | 895 | rdfs:label "C47F"^^xsd:string ; |
891 | rdfs:subClassOf ep-material:Material . | 896 | rdfs:subClassOf ep-material:Material . |
892 | 897 | ||
893 | ep-material:substance-C48F | 898 | ep-material:substance-C48F |
894 | - rdf:type ep-material:SubstanceType , owl:Class ; | 899 | + rdf:type owl:Class , ep-material:SubstanceType ; |
895 | rdfs:label "C48F"^^xsd:string ; | 900 | rdfs:label "C48F"^^xsd:string ; |
896 | rdfs:subClassOf ep-material:Material . | 901 | rdfs:subClassOf ep-material:Material . |
897 | 902 | ||
898 | ep-material:substance-C49F | 903 | ep-material:substance-C49F |
899 | - rdf:type ep-material:SubstanceType , owl:Class ; | 904 | + rdf:type owl:Class , ep-material:SubstanceType ; |
900 | rdfs:label "C49F"^^xsd:string ; | 905 | rdfs:label "C49F"^^xsd:string ; |
901 | rdfs:subClassOf ep-material:Material . | 906 | rdfs:subClassOf ep-material:Material . |
902 | 907 | ||
903 | ep-material:substance-CO2 | 908 | ep-material:substance-CO2 |
904 | - rdf:type ep-material:SubstanceType , owl:Class ; | 909 | + rdf:type owl:Class , ep-material:SubstanceType ; |
905 | rdfs:label "CO2"^^xsd:string ; | 910 | rdfs:label "CO2"^^xsd:string ; |
906 | rdfs:subClassOf ep-material:Material . | 911 | rdfs:subClassOf ep-material:Material . |
907 | 912 | ||
908 | ep-material:substance-Cyclohexane | 913 | ep-material:substance-Cyclohexane |
909 | - rdf:type ep-material:SubstanceType , owl:Class ; | 914 | + rdf:type owl:Class , ep-material:SubstanceType ; |
910 | rdfs:label "cyclohexane"^^xsd:string ; | 915 | rdfs:label "cyclohexane"^^xsd:string ; |
911 | rdfs:subClassOf ep-material:Material . | 916 | rdfs:subClassOf ep-material:Material . |
912 | 917 | ||
913 | ep-material:substance-Cyclopentane | 918 | ep-material:substance-Cyclopentane |
914 | - rdf:type ep-material:SubstanceType , owl:Class ; | 919 | + rdf:type owl:Class , ep-material:SubstanceType ; |
915 | rdfs:label "cyclopentane"^^xsd:string ; | 920 | rdfs:label "cyclopentane"^^xsd:string ; |
916 | rdfs:subClassOf ep-material:Material . | 921 | rdfs:subClassOf ep-material:Material . |
917 | 922 | ||
918 | ep-material:substance-Decanes | 923 | ep-material:substance-Decanes |
919 | - rdf:type ep-material:SubstanceType , owl:Class ; | 924 | + rdf:type owl:Class , ep-material:SubstanceType ; |
920 | rdfs:label "decanes"^^xsd:string ; | 925 | rdfs:label "decanes"^^xsd:string ; |
921 | rdfs:subClassOf ep-material:Material . | 926 | rdfs:subClassOf ep-material:Material . |
922 | 927 | ||
923 | ep-material:substance-EtBenzene | 928 | ep-material:substance-EtBenzene |
924 | - rdf:type ep-material:SubstanceType , owl:Class ; | 929 | + rdf:type owl:Class , ep-material:SubstanceType ; |
925 | rdfs:label "et benzene"^^xsd:string ; | 930 | rdfs:label "et benzene"^^xsd:string ; |
926 | rdfs:subClassOf ep-material:Material . | 931 | rdfs:subClassOf ep-material:Material . |
927 | 932 | ||
928 | ep-material:substance-EtcyPentane | 933 | ep-material:substance-EtcyPentane |
929 | - rdf:type ep-material:SubstanceType , owl:Class ; | 934 | + rdf:type owl:Class , ep-material:SubstanceType ; |
930 | rdfs:label "etcy pentane"^^xsd:string ; | 935 | rdfs:label "etcy pentane"^^xsd:string ; |
931 | rdfs:subClassOf ep-material:Material . | 936 | rdfs:subClassOf ep-material:Material . |
932 | 937 | ||
933 | ep-material:substance-Ethane | 938 | ep-material:substance-Ethane |
934 | - rdf:type ep-material:SubstanceType , owl:Class ; | 939 | + rdf:type owl:Class , ep-material:SubstanceType ; |
935 | rdfs:label "ethane"^^xsd:string ; | 940 | rdfs:label "ethane"^^xsd:string ; |
936 | rdfs:subClassOf ep-material:Material . | 941 | rdfs:subClassOf ep-material:Material . |
937 | 942 | ||
938 | ep-material:substance-H2 | 943 | ep-material:substance-H2 |
939 | - rdf:type ep-material:SubstanceType , owl:Class ; | 944 | + rdf:type owl:Class , ep-material:SubstanceType ; |
940 | rdfs:label "H2"^^xsd:string ; | 945 | rdfs:label "H2"^^xsd:string ; |
941 | rdfs:subClassOf ep-material:Material . | 946 | rdfs:subClassOf ep-material:Material . |
942 | 947 | ||
943 | ep-material:substance-H2O | 948 | ep-material:substance-H2O |
944 | - rdf:type ep-material:SubstanceType , owl:Class ; | 949 | + rdf:type owl:Class , ep-material:SubstanceType ; |
945 | rdfs:label "H2O"^^xsd:string ; | 950 | rdfs:label "H2O"^^xsd:string ; |
946 | rdfs:subClassOf ep-material:Material . | 951 | rdfs:subClassOf ep-material:Material . |
947 | 952 | ||
948 | ep-material:substance-H2S | 953 | ep-material:substance-H2S |
949 | - rdf:type ep-material:SubstanceType , owl:Class ; | 954 | + rdf:type owl:Class , ep-material:SubstanceType ; |
950 | rdfs:label "H2S"^^xsd:string ; | 955 | rdfs:label "H2S"^^xsd:string ; |
951 | rdfs:subClassOf ep-material:Material . | 956 | rdfs:subClassOf ep-material:Material . |
952 | 957 | ||
953 | ep-material:substance-Heptanes | 958 | ep-material:substance-Heptanes |
954 | - rdf:type ep-material:SubstanceType , owl:Class ; | 959 | + rdf:type owl:Class , ep-material:SubstanceType ; |
955 | rdfs:label "heptanes"^^xsd:string ; | 960 | rdfs:label "heptanes"^^xsd:string ; |
956 | rdfs:subClassOf ep-material:Material . | 961 | rdfs:subClassOf ep-material:Material . |
957 | 962 | ||
958 | ep-material:substance-Hexane | 963 | ep-material:substance-Hexane |
959 | - rdf:type ep-material:SubstanceType , owl:Class ; | 964 | + rdf:type owl:Class , ep-material:SubstanceType ; |
960 | rdfs:label "hexane"^^xsd:string ; | 965 | rdfs:label "hexane"^^xsd:string ; |
961 | rdfs:subClassOf ep-material:Material . | 966 | rdfs:subClassOf ep-material:Material . |
962 | 967 | ||
963 | ep-material:substance-Hexanes | 968 | ep-material:substance-Hexanes |
964 | - rdf:type ep-material:SubstanceType , owl:Class ; | 969 | + rdf:type owl:Class , ep-material:SubstanceType ; |
965 | rdfs:label "hexanes"^^xsd:string ; | 970 | rdfs:label "hexanes"^^xsd:string ; |
966 | rdfs:subClassOf ep-material:Material . | 971 | rdfs:subClassOf ep-material:Material . |
967 | 972 | ||
968 | ep-material:substance-MBenzene | 973 | ep-material:substance-MBenzene |
969 | - rdf:type ep-material:SubstanceType , owl:Class ; | 974 | + rdf:type owl:Class , ep-material:SubstanceType ; |
970 | rdfs:label "m benzene"^^xsd:string ; | 975 | rdfs:label "m benzene"^^xsd:string ; |
971 | rdfs:subClassOf ep-material:Material . | 976 | rdfs:subClassOf ep-material:Material . |
972 | 977 | ||
973 | ep-material:substance-McyHexane | 978 | ep-material:substance-McyHexane |
974 | - rdf:type ep-material:SubstanceType , owl:Class ; | 979 | + rdf:type owl:Class , ep-material:SubstanceType ; |
975 | rdfs:label "mcy hexane"^^xsd:string ; | 980 | rdfs:label "mcy hexane"^^xsd:string ; |
976 | rdfs:subClassOf ep-material:Material . | 981 | rdfs:subClassOf ep-material:Material . |
977 | 982 | ||
978 | ep-material:substance-McyPentane | 983 | ep-material:substance-McyPentane |
979 | - rdf:type ep-material:SubstanceType , owl:Class ; | 984 | + rdf:type owl:Class , ep-material:SubstanceType ; |
980 | rdfs:label "mcy pentane"^^xsd:string ; | 985 | rdfs:label "mcy pentane"^^xsd:string ; |
981 | rdfs:subClassOf ep-material:Material . | 986 | rdfs:subClassOf ep-material:Material . |
982 | 987 | ||
983 | ep-material:substance-Methane | 988 | ep-material:substance-Methane |
984 | - rdf:type ep-material:SubstanceType , owl:Class ; | 989 | + rdf:type owl:Class , ep-material:SubstanceType ; |
985 | rdfs:label "methane"^^xsd:string ; | 990 | rdfs:label "methane"^^xsd:string ; |
986 | rdfs:subClassOf ep-material:Material . | 991 | rdfs:subClassOf ep-material:Material . |
987 | 992 | ||
988 | ep-material:substance-N2 | 993 | ep-material:substance-N2 |
989 | - rdf:type ep-material:SubstanceType , owl:Class ; | 994 | + rdf:type owl:Class , ep-material:SubstanceType ; |
990 | rdfs:label "N2"^^xsd:string ; | 995 | rdfs:label "N2"^^xsd:string ; |
991 | rdfs:subClassOf ep-material:Material . | 996 | rdfs:subClassOf ep-material:Material . |
992 | 997 | ||
993 | ep-material:substance-Nonanes | 998 | ep-material:substance-Nonanes |
994 | - rdf:type ep-material:SubstanceType , owl:Class ; | 999 | + rdf:type owl:Class , ep-material:SubstanceType ; |
995 | rdfs:label "nonanes"^^xsd:string ; | 1000 | rdfs:label "nonanes"^^xsd:string ; |
996 | rdfs:subClassOf ep-material:Material . | 1001 | rdfs:subClassOf ep-material:Material . |
997 | 1002 | ||
998 | ep-material:substance-O2 | 1003 | ep-material:substance-O2 |
999 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1004 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1000 | rdfs:label "O2"^^xsd:string ; | 1005 | rdfs:label "O2"^^xsd:string ; |
1001 | rdfs:subClassOf ep-material:Material . | 1006 | rdfs:subClassOf ep-material:Material . |
1002 | 1007 | ||
1003 | ep-material:substance-Octanes | 1008 | ep-material:substance-Octanes |
1004 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1009 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1005 | rdfs:label "octanes"^^xsd:string ; | 1010 | rdfs:label "octanes"^^xsd:string ; |
1006 | rdfs:subClassOf ep-material:Material . | 1011 | rdfs:subClassOf ep-material:Material . |
1007 | 1012 | ||
1008 | ep-material:substance-T12dmcyPentane | 1013 | ep-material:substance-T12dmcyPentane |
1009 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1014 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1010 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1015 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
1011 | rdfs:subClassOf ep-material:Material . | 1016 | rdfs:subClassOf ep-material:Material . |
1012 | 1017 | ||
1013 | ep-material:substance-T13dmcyPentane | 1018 | ep-material:substance-T13dmcyPentane |
1014 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1019 | + rdf:type owl:Class , ep-material:SubstanceType ; |
1015 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1020 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
1016 | rdfs:subClassOf ep-material:Material . | 1021 | rdfs:subClassOf ep-material:Material . |
1017 | 1022 | ||
1018 | ep-material:volumeRatio | 1023 | ep-material:volumeRatio |
1019 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1024 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1020 | rdfs:domain ep-material:MaterialPair ; | 1025 | rdfs:domain ep-material:MaterialPair ; |
1021 | rdfs:label "volume ratio"^^xsd:string ; | 1026 | rdfs:label "volume ratio"^^xsd:string ; |
1022 | rdfs:range ep-core:Ratio . | 1027 | rdfs:range ep-core:Ratio . |
1023 | 1028 | ||
1024 | ep-material:wholeMaterialOfPair | 1029 | ep-material:wholeMaterialOfPair |
1025 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1030 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1026 | rdfs:domain ep-material:MaterialPartWholePair ; | 1031 | rdfs:domain ep-material:MaterialPartWholePair ; |
1027 | rdfs:label "whole material of pair"^^xsd:string ; | 1032 | rdfs:label "whole material of pair"^^xsd:string ; |
1028 | rdfs:range ep-material:Material ; | 1033 | rdfs:range ep-material:Material ; | ... | ... |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 38 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
39 | rdf:type owl:Class ; | 39 | rdf:type owl:Class ; |
40 | rdfs:label "production well test"^^xsd:string ; | 40 | rdfs:label "production well test"^^xsd:string ; |
41 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 41 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
42 | 42 | ||
43 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 43 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
44 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 44 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
... | @@ -63,14 +63,14 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -63,14 +63,14 @@ ep-prodact:AccidentPreventionExercise |
63 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 63 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
64 | 64 | ||
65 | ep-prodact:AdministerFirstAid | 65 | ep-prodact:AdministerFirstAid |
66 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 66 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
67 | rdfs:label "administer first aid"^^xsd:string ; | 67 | rdfs:label "administer first aid"^^xsd:string ; |
68 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 68 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
69 | 69 | ||
70 | ep-prodact:AirTrafficOperation | 70 | ep-prodact:AirTrafficOperation |
71 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 71 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
72 | rdfs:label "air traffic operation"^^xsd:string ; | 72 | rdfs:label "air traffic operation"^^xsd:string ; |
73 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 73 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
74 | 74 | ||
75 | ep-prodact:Alarm | 75 | ep-prodact:Alarm |
76 | rdf:type owl:Class ; | 76 | rdf:type owl:Class ; |
... | @@ -92,26 +92,26 @@ ep-prodact:AlertType | ... | @@ -92,26 +92,26 @@ ep-prodact:AlertType |
92 | rdfs:subClassOf owl:Class . | 92 | rdfs:subClassOf owl:Class . |
93 | 93 | ||
94 | ep-prodact:AllocateSplitFactors | 94 | ep-prodact:AllocateSplitFactors |
95 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 95 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
96 | rdfs:label "allocate split factors"^^xsd:string ; | 96 | rdfs:label "allocate split factors"^^xsd:string ; |
97 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 97 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
98 | 98 | ||
99 | ep-prodact:AnnualProductionActivity | 99 | ep-prodact:AnnualProductionActivity |
100 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 100 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
101 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 101 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
102 | 102 | ||
103 | ep-prodact:AnnualProductionActivityToDate | 103 | ep-prodact:AnnualProductionActivityToDate |
104 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 104 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
105 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 105 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
106 | 106 | ||
107 | ep-prodact:AnnualProductionOperationToDate | 107 | ep-prodact:AnnualProductionOperationToDate |
108 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 108 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
109 | rdfs:label "annual production operation to date"^^xsd:string ; | 109 | rdfs:label "annual production operation to date"^^xsd:string ; |
110 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 110 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
111 | 111 | ||
112 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 112 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
113 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 113 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
114 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . | 114 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . |
115 | 115 | ||
116 | ep-prodact:BasketMovement | 116 | ep-prodact:BasketMovement |
117 | rdf:type owl:Class ; | 117 | rdf:type owl:Class ; |
... | @@ -120,30 +120,30 @@ ep-prodact:BasketMovement | ... | @@ -120,30 +120,30 @@ ep-prodact:BasketMovement |
120 | 120 | ||
121 | ep-prodact:CargoShipOperation | 121 | ep-prodact:CargoShipOperation |
122 | rdf:type owl:Class ; | 122 | rdf:type owl:Class ; |
123 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 123 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
124 | 124 | ||
125 | ep-prodact:ConstructionOperation | 125 | ep-prodact:ConstructionOperation |
126 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 126 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
127 | rdfs:label "construction operation"^^xsd:string ; | 127 | rdfs:label "construction operation"^^xsd:string ; |
128 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 128 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
129 | 129 | ||
130 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 130 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
131 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 131 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
132 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 132 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
133 | 133 | ||
134 | ep-prodact:DailyProductionOperation | 134 | ep-prodact:DailyProductionOperation |
135 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 135 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
136 | rdfs:label "daily production operation"^^xsd:string ; | 136 | rdfs:label "daily production operation"^^xsd:string ; |
137 | - rdfs:subClassOf ep-prodact:ProductionOperation , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 137 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperation . |
138 | 138 | ||
139 | ep-prodact:DailyProductionOperationProcessingLoss | 139 | ep-prodact:DailyProductionOperationProcessingLoss |
140 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 140 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
141 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 141 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
142 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 142 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
143 | 143 | ||
144 | ep-prodact:DailyProductionVolumeActivity | 144 | ep-prodact:DailyProductionVolumeActivity |
145 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 145 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
146 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 146 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
147 | 147 | ||
148 | ep-prodact:DefinedHazardAndAccidentSituation | 148 | ep-prodact:DefinedHazardAndAccidentSituation |
149 | rdf:type owl:Class ; | 149 | rdf:type owl:Class ; |
... | @@ -151,7 +151,7 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -151,7 +151,7 @@ ep-prodact:DefinedHazardAndAccidentSituation |
151 | rdfs:subClassOf ep-prodact:Incident . | 151 | rdfs:subClassOf ep-prodact:Incident . |
152 | 152 | ||
153 | ep-prodact:Deviation | 153 | ep-prodact:Deviation |
154 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 154 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
155 | rdfs:label "deviation"^^xsd:string ; | 155 | rdfs:label "deviation"^^xsd:string ; |
156 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 156 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
157 | 157 | ||
... | @@ -161,77 +161,77 @@ ep-prodact:DischargeWater | ... | @@ -161,77 +161,77 @@ ep-prodact:DischargeWater |
161 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 161 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
162 | 162 | ||
163 | ep-prodact:DrillOrExcercise | 163 | ep-prodact:DrillOrExcercise |
164 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 164 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
165 | rdfs:label "drill or exercise"^^xsd:string ; | 165 | rdfs:label "drill or exercise"^^xsd:string ; |
166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
167 | 167 | ||
168 | ep-prodact:ExtendedMaintenanceTurnaround | 168 | ep-prodact:ExtendedMaintenanceTurnaround |
169 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 169 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
170 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 170 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
171 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 171 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
172 | 172 | ||
173 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 173 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
174 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 174 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
175 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 175 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
176 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 176 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
177 | 177 | ||
178 | ep-prodact:Fire | 178 | ep-prodact:Fire |
179 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 179 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
180 | rdfs:label "fire"^^xsd:string ; | 180 | rdfs:label "fire"^^xsd:string ; |
181 | rdfs:subClassOf ep-prodact:Incident . | 181 | rdfs:subClassOf ep-prodact:Incident . |
182 | 182 | ||
183 | ep-prodact:FluidLevelTest | 183 | ep-prodact:FluidLevelTest |
184 | rdf:type owl:Class ; | 184 | rdf:type owl:Class ; |
185 | rdfs:label "fluid level test"^^xsd:string ; | 185 | rdfs:label "fluid level test"^^xsd:string ; |
186 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 186 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
187 | 187 | ||
188 | ep-prodact:FluidSampling-DST | 188 | ep-prodact:FluidSampling-DST |
189 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 189 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
190 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 190 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
191 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 191 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
192 | 192 | ||
193 | ep-prodact:FluidSampling-RFTorMDT | 193 | ep-prodact:FluidSampling-RFTorMDT |
194 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 194 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
195 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 195 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
196 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 196 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
197 | 197 | ||
198 | ep-prodact:FluidSampling-bottomhole | 198 | ep-prodact:FluidSampling-bottomhole |
199 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 199 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
200 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 200 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
201 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 201 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
202 | 202 | ||
203 | ep-prodact:FluidSampling-formationTester | 203 | ep-prodact:FluidSampling-formationTester |
204 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 204 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
205 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 205 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
206 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 206 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
207 | 207 | ||
208 | ep-prodact:FluidSampling-recombined | 208 | ep-prodact:FluidSampling-recombined |
209 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 209 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
210 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 210 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
211 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 211 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
212 | 212 | ||
213 | ep-prodact:FluidSampling-separatorGas | 213 | ep-prodact:FluidSampling-separatorGas |
214 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 214 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
215 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 215 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
216 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 216 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
217 | 217 | ||
218 | ep-prodact:FluidSampling-separatorOil | 218 | ep-prodact:FluidSampling-separatorOil |
219 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 219 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
220 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 220 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
221 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 221 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
222 | 222 | ||
223 | ep-prodact:FluidSampling-separatorWater | 223 | ep-prodact:FluidSampling-separatorWater |
224 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 224 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
225 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 225 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
226 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 226 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
227 | 227 | ||
228 | ep-prodact:FluidSampling-synthetic | 228 | ep-prodact:FluidSampling-synthetic |
229 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 229 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
230 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 230 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
231 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 231 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
232 | 232 | ||
233 | ep-prodact:FluidSampling-wellhead | 233 | ep-prodact:FluidSampling-wellhead |
234 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 234 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
235 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 235 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
236 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 236 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
237 | 237 | ||
... | @@ -254,7 +254,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | ... | @@ -254,7 +254,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod |
254 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 254 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
255 | 255 | ||
256 | ep-prodact:HSEProblem | 256 | ep-prodact:HSEProblem |
257 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 257 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
258 | rdfs:label "HSE problem"^^xsd:string ; | 258 | rdfs:label "HSE problem"^^xsd:string ; |
259 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 259 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
260 | 260 | ||
... | @@ -267,14 +267,14 @@ ep-prodact:Incident | ... | @@ -267,14 +267,14 @@ ep-prodact:Incident |
267 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 267 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
268 | 268 | ||
269 | ep-prodact:InitialWellTest | 269 | ep-prodact:InitialWellTest |
270 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 270 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
271 | rdfs:label "initial"^^xsd:string ; | 271 | rdfs:label "initial"^^xsd:string ; |
272 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 272 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
273 | 273 | ||
274 | ep-prodact:InjectionWellTest | 274 | ep-prodact:InjectionWellTest |
275 | rdf:type owl:Class ; | 275 | rdf:type owl:Class ; |
276 | rdfs:label "injection well test"^^xsd:string ; | 276 | rdfs:label "injection well test"^^xsd:string ; |
277 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 277 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
278 | 278 | ||
279 | ep-prodact:Injury | 279 | ep-prodact:Injury |
280 | rdf:type owl:Class ; | 280 | rdf:type owl:Class ; |
... | @@ -282,22 +282,22 @@ ep-prodact:Injury | ... | @@ -282,22 +282,22 @@ ep-prodact:Injury |
282 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 282 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
283 | 283 | ||
284 | ep-prodact:IssueBillOfLading | 284 | ep-prodact:IssueBillOfLading |
285 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 285 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
286 | rdfs:label "issue bill of lading"^^xsd:string ; | 286 | rdfs:label "issue bill of lading"^^xsd:string ; |
287 | rdfs:subClassOf ep-prodact:SalesActivity . | 287 | rdfs:subClassOf ep-prodact:SalesActivity . |
288 | 288 | ||
289 | ep-prodact:IssueWorkPermit | 289 | ep-prodact:IssueWorkPermit |
290 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 290 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
291 | rdfs:label "issue work permit"^^xsd:string ; | 291 | rdfs:label "issue work permit"^^xsd:string ; |
292 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 292 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
293 | 293 | ||
294 | ep-prodact:IssueWorkPermitWithSJA | 294 | ep-prodact:IssueWorkPermitWithSJA |
295 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 295 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
296 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 296 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
297 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 297 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
298 | 298 | ||
299 | ep-prodact:JobObservation | 299 | ep-prodact:JobObservation |
300 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 300 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
301 | rdfs:label "job observation"^^xsd:string ; | 301 | rdfs:label "job observation"^^xsd:string ; |
302 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 302 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
303 | 303 | ||
... | @@ -311,12 +311,12 @@ ep-prodact:LostTimeAccident | ... | @@ -311,12 +311,12 @@ ep-prodact:LostTimeAccident |
311 | rdfs:subClassOf ep-prodact:Incident . | 311 | rdfs:subClassOf ep-prodact:Incident . |
312 | 312 | ||
313 | ep-prodact:LostTimeIncident | 313 | ep-prodact:LostTimeIncident |
314 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 314 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
315 | rdfs:label "lost time incident"^^xsd:string ; | 315 | rdfs:label "lost time incident"^^xsd:string ; |
316 | rdfs:subClassOf ep-prodact:Incident . | 316 | rdfs:subClassOf ep-prodact:Incident . |
317 | 317 | ||
318 | ep-prodact:MaintenanceActivity | 318 | ep-prodact:MaintenanceActivity |
319 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 319 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
320 | rdfs:label "maintenance activity"^^xsd:string ; | 320 | rdfs:label "maintenance activity"^^xsd:string ; |
321 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 321 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
322 | 322 | ||
... | @@ -326,21 +326,21 @@ ep-prodact:MakeAComment | ... | @@ -326,21 +326,21 @@ ep-prodact:MakeAComment |
326 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 326 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
327 | 327 | ||
328 | ep-prodact:MakeATransaction | 328 | ep-prodact:MakeATransaction |
329 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 329 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
330 | rdfs:label "make a transaction"^^xsd:string ; | 330 | rdfs:label "make a transaction"^^xsd:string ; |
331 | rdfs:subClassOf ep-prodact:SalesActivity . | 331 | rdfs:subClassOf ep-prodact:SalesActivity . |
332 | 332 | ||
333 | ep-prodact:MarineOperation | 333 | ep-prodact:MarineOperation |
334 | rdf:type owl:Class ; | 334 | rdf:type owl:Class ; |
335 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 335 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
336 | 336 | ||
337 | ep-prodact:MarkedGasLossOfExport | 337 | ep-prodact:MarkedGasLossOfExport |
338 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 338 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
339 | rdfs:label "marked gas loss of export"^^xsd:string ; | 339 | rdfs:label "marked gas loss of export"^^xsd:string ; |
340 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 340 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
341 | 341 | ||
342 | ep-prodact:MarkedOilLossOfExport | 342 | ep-prodact:MarkedOilLossOfExport |
343 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 343 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
344 | rdfs:label "marked oil loss of export"^^xsd:string ; | 344 | rdfs:label "marked oil loss of export"^^xsd:string ; |
345 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 345 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
346 | 346 | ||
... | @@ -350,7 +350,7 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -350,7 +350,7 @@ ep-prodact:MeasurePropertiesOfAFlow |
350 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 350 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
351 | 351 | ||
352 | ep-prodact:MeasureSplitFactors | 352 | ep-prodact:MeasureSplitFactors |
353 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 353 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
354 | rdfs:label "measure split factors"^^xsd:string ; | 354 | rdfs:label "measure split factors"^^xsd:string ; |
355 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 355 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
356 | 356 | ||
... | @@ -360,26 +360,26 @@ ep-prodact:MedicalTreatment | ... | @@ -360,26 +360,26 @@ ep-prodact:MedicalTreatment |
360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
361 | 361 | ||
362 | ep-prodact:MedicalTreatmentInjury | 362 | ep-prodact:MedicalTreatmentInjury |
363 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 363 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
364 | rdfs:label "medical treatment"^^xsd:string ; | 364 | rdfs:label "medical treatment"^^xsd:string ; |
365 | rdfs:subClassOf ep-prodact:Injury . | 365 | rdfs:subClassOf ep-prodact:Injury . |
366 | 366 | ||
367 | ep-prodact:ModificationProject | 367 | ep-prodact:ModificationProject |
368 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 368 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
369 | rdfs:label "modification project"^^xsd:string ; | 369 | rdfs:label "modification project"^^xsd:string ; |
370 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 370 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
371 | 371 | ||
372 | ep-prodact:MonthlyProductionActivity | 372 | ep-prodact:MonthlyProductionActivity |
373 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 373 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
374 | rdfs:label "monthly production activity"^^xsd:string ; | 374 | rdfs:label "monthly production activity"^^xsd:string ; |
375 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 375 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
376 | 376 | ||
377 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 377 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
378 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 378 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
379 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 379 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
380 | 380 | ||
381 | ep-prodact:MonthlyProductionOperationToDate | 381 | ep-prodact:MonthlyProductionOperationToDate |
382 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 382 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
383 | rdfs:label "monthly production to date"^^xsd:string ; | 383 | rdfs:label "monthly production to date"^^xsd:string ; |
384 | rdfs:subClassOf ep-prodact:ProductionOperation . | 384 | rdfs:subClassOf ep-prodact:ProductionOperation . |
385 | 385 | ||
... | @@ -394,7 +394,7 @@ ep-prodact:MovementOfProductType | ... | @@ -394,7 +394,7 @@ ep-prodact:MovementOfProductType |
394 | rdfs:subClassOf owl:Class . | 394 | rdfs:subClassOf owl:Class . |
395 | 395 | ||
396 | ep-prodact:NearMiss | 396 | ep-prodact:NearMiss |
397 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 397 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
398 | rdfs:label "near miss"^^xsd:string ; | 398 | rdfs:label "near miss"^^xsd:string ; |
399 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 399 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
400 | 400 | ||
... | @@ -403,17 +403,17 @@ ep-prodact:NotablePartOfProductionActivity | ... | @@ -403,17 +403,17 @@ ep-prodact:NotablePartOfProductionActivity |
403 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 403 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
404 | 404 | ||
405 | ep-prodact:OperationMistakes | 405 | ep-prodact:OperationMistakes |
406 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 406 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
407 | rdfs:label "operation mistakes"^^xsd:string ; | 407 | rdfs:label "operation mistakes"^^xsd:string ; |
408 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 408 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
409 | 409 | ||
410 | ep-prodact:OtherProductionActivity | 410 | ep-prodact:OtherProductionActivity |
411 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 411 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
412 | rdfs:label "other production activity"^^xsd:string ; | 412 | rdfs:label "other production activity"^^xsd:string ; |
413 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 413 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
414 | 414 | ||
415 | ep-prodact:OtherReasonWellTest | 415 | ep-prodact:OtherReasonWellTest |
416 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 416 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
417 | rdfs:label "other"^^xsd:string ; | 417 | rdfs:label "other"^^xsd:string ; |
418 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 418 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
419 | 419 | ||
... | @@ -422,7 +422,7 @@ ep-prodact:PartOfProductionActivity | ... | @@ -422,7 +422,7 @@ ep-prodact:PartOfProductionActivity |
422 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 422 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
423 | 423 | ||
424 | ep-prodact:PeriodicWellTest | 424 | ep-prodact:PeriodicWellTest |
425 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 425 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
426 | rdfs:label "periodic"^^xsd:string ; | 426 | rdfs:label "periodic"^^xsd:string ; |
427 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 427 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
428 | 428 | ||
... | @@ -432,27 +432,27 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -432,27 +432,27 @@ ep-prodact:PersonnelSafetyIntroduction |
432 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 432 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
433 | 433 | ||
434 | ep-prodact:PlannedMaintenanceTurnaround | 434 | ep-prodact:PlannedMaintenanceTurnaround |
435 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 435 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
436 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 436 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
437 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 437 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
438 | 438 | ||
439 | ep-prodact:PowerStationFailure | 439 | ep-prodact:PowerStationFailure |
440 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 440 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
441 | rdfs:label "power station failure"^^xsd:string ; | 441 | rdfs:label "power station failure"^^xsd:string ; |
442 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 442 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
443 | 443 | ||
444 | ep-prodact:PreventiveMaintenanceTopside | 444 | ep-prodact:PreventiveMaintenanceTopside |
445 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 445 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
446 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 446 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
447 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 447 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
448 | 448 | ||
449 | ep-prodact:ProcessAndOperationProblem | 449 | ep-prodact:ProcessAndOperationProblem |
450 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 450 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
451 | rdfs:label "process and operation problem"^^xsd:string ; | 451 | rdfs:label "process and operation problem"^^xsd:string ; |
452 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 452 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
453 | 453 | ||
454 | ep-prodact:ProductCompletedLifting | 454 | ep-prodact:ProductCompletedLifting |
455 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 455 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
456 | rdfs:label "product completed lifting"^^xsd:string ; | 456 | rdfs:label "product completed lifting"^^xsd:string ; |
457 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 457 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
458 | 458 | ||
... | @@ -462,77 +462,77 @@ ep-prodact:ProductDespatch | ... | @@ -462,77 +462,77 @@ ep-prodact:ProductDespatch |
462 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 462 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
463 | 463 | ||
464 | ep-prodact:ProductGain-Loss | 464 | ep-prodact:ProductGain-Loss |
465 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 465 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
466 | rdfs:label "product gain/loss"^^xsd:string ; | 466 | rdfs:label "product gain/loss"^^xsd:string ; |
467 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 467 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
468 | 468 | ||
469 | ep-prodact:ProductInputToStorage | 469 | ep-prodact:ProductInputToStorage |
470 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 470 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
471 | rdfs:label "product input to storage"^^xsd:string ; | 471 | rdfs:label "product input to storage"^^xsd:string ; |
472 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 472 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
473 | 473 | ||
474 | ep-prodact:ProductLifted | 474 | ep-prodact:ProductLifted |
475 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 475 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
476 | rdfs:label "product lifted"^^xsd:string ; | 476 | rdfs:label "product lifted"^^xsd:string ; |
477 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 477 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
478 | 478 | ||
479 | ep-prodact:ProductLiftingEntitlement | 479 | ep-prodact:ProductLiftingEntitlement |
480 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 480 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
481 | rdfs:label "product lifting entitlement"^^xsd:string ; | 481 | rdfs:label "product lifting entitlement"^^xsd:string ; |
482 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 482 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
483 | 483 | ||
484 | ep-prodact:ProductLiftingEntitlementRemaining | 484 | ep-prodact:ProductLiftingEntitlementRemaining |
485 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 485 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
486 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 486 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
487 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 487 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
488 | 488 | ||
489 | ep-prodact:ProductLinePack | 489 | ep-prodact:ProductLinePack |
490 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 490 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
491 | rdfs:label "product line pack"^^xsd:string ; | 491 | rdfs:label "product line pack"^^xsd:string ; |
492 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 492 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
493 | 493 | ||
494 | ep-prodact:ProductMassAdjustment | 494 | ep-prodact:ProductMassAdjustment |
495 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 495 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
496 | rdfs:label "product mass adjustment"^^xsd:string ; | 496 | rdfs:label "product mass adjustment"^^xsd:string ; |
497 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 497 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
498 | 498 | ||
499 | ep-prodact:ProductPartialLifting | 499 | ep-prodact:ProductPartialLifting |
500 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 500 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
501 | rdfs:label "product partial lifting"^^xsd:string ; | 501 | rdfs:label "product partial lifting"^^xsd:string ; |
502 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 502 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
503 | 503 | ||
504 | ep-prodact:ProductPipelineLifting | 504 | ep-prodact:ProductPipelineLifting |
505 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 505 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
506 | rdfs:label "product pipeline lifting"^^xsd:string ; | 506 | rdfs:label "product pipeline lifting"^^xsd:string ; |
507 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 507 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
508 | 508 | ||
509 | ep-prodact:ProductProductionImbalance | 509 | ep-prodact:ProductProductionImbalance |
510 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 510 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
511 | rdfs:label "product production imbalance"^^xsd:string ; | 511 | rdfs:label "product production imbalance"^^xsd:string ; |
512 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 512 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
513 | 513 | ||
514 | ep-prodact:ProductSwap | 514 | ep-prodact:ProductSwap |
515 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 515 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
516 | rdfs:label "product swap"^^xsd:string ; | 516 | rdfs:label "product swap"^^xsd:string ; |
517 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 517 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
518 | 518 | ||
519 | ep-prodact:ProductTankerLifting | 519 | ep-prodact:ProductTankerLifting |
520 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 520 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
521 | rdfs:label "product tanker lifting"^^xsd:string ; | 521 | rdfs:label "product tanker lifting"^^xsd:string ; |
522 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 522 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
523 | 523 | ||
524 | ep-prodact:ProductTransaction | 524 | ep-prodact:ProductTransaction |
525 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 525 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
526 | rdfs:label "product transaction"^^xsd:string ; | 526 | rdfs:label "product transaction"^^xsd:string ; |
527 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 527 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
528 | 528 | ||
529 | ep-prodact:ProductTransfer | 529 | ep-prodact:ProductTransfer |
530 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 530 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
531 | rdfs:label "product transfer"^^xsd:string ; | 531 | rdfs:label "product transfer"^^xsd:string ; |
532 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 532 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
533 | 533 | ||
534 | ep-prodact:ProductionActivityLastingLessThanAYear | 534 | ep-prodact:ProductionActivityLastingLessThanAYear |
535 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 535 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
536 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 536 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
537 | 537 | ||
538 | ep-prodact:ProductionActivityType | 538 | ep-prodact:ProductionActivityType |
... | @@ -541,7 +541,7 @@ ep-prodact:ProductionActivityType | ... | @@ -541,7 +541,7 @@ ep-prodact:ProductionActivityType |
541 | rdfs:subClassOf owl:Class . | 541 | rdfs:subClassOf owl:Class . |
542 | 542 | ||
543 | ep-prodact:ProductionOperation | 543 | ep-prodact:ProductionOperation |
544 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 544 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
545 | rdfs:label "production operation"^^xsd:string ; | 545 | rdfs:label "production operation"^^xsd:string ; |
546 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 546 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
547 | 547 | ||
... | @@ -566,12 +566,12 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -566,12 +566,12 @@ ep-prodact:ProductionOperationProcessingLoss |
566 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 566 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
567 | 567 | ||
568 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 568 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
569 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 569 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
570 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 570 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
571 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 571 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
572 | 572 | ||
573 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 573 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
574 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 574 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
575 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 575 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
576 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 576 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
577 | 577 | ||
... | @@ -600,22 +600,22 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -600,22 +600,22 @@ ep-prodact:ReasonForLossOfProcessingType |
600 | rdfs:subClassOf owl:Class . | 600 | rdfs:subClassOf owl:Class . |
601 | 601 | ||
602 | ep-prodact:ReleaseToAir | 602 | ep-prodact:ReleaseToAir |
603 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 603 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
604 | rdfs:label "release to air"^^xsd:string ; | 604 | rdfs:label "release to air"^^xsd:string ; |
605 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 605 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
606 | 606 | ||
607 | ep-prodact:ReleaseToWater | 607 | ep-prodact:ReleaseToWater |
608 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 608 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
609 | rdfs:label "release to water"^^xsd:string ; | 609 | rdfs:label "release to water"^^xsd:string ; |
610 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 610 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
611 | 611 | ||
612 | ep-prodact:ReportHazard | 612 | ep-prodact:ReportHazard |
613 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 613 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
614 | rdfs:label "report hazard"^^xsd:string ; | 614 | rdfs:label "report hazard"^^xsd:string ; |
615 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 615 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
616 | 616 | ||
617 | ep-prodact:ReservoirLoss | 617 | ep-prodact:ReservoirLoss |
618 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 618 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
619 | rdfs:label "reservoir loss"^^xsd:string ; | 619 | rdfs:label "reservoir loss"^^xsd:string ; |
620 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 620 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
621 | 621 | ||
... | @@ -624,12 +624,12 @@ ep-prodact:RestrictedWork | ... | @@ -624,12 +624,12 @@ ep-prodact:RestrictedWork |
624 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 624 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
625 | 625 | ||
626 | ep-prodact:RestrictedWorkInjury | 626 | ep-prodact:RestrictedWorkInjury |
627 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 627 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
628 | rdfs:label "restricted work injury"^^xsd:string ; | 628 | rdfs:label "restricted work injury"^^xsd:string ; |
629 | rdfs:subClassOf ep-prodact:Injury . | 629 | rdfs:subClassOf ep-prodact:Injury . |
630 | 630 | ||
631 | ep-prodact:RevisionWellTest | 631 | ep-prodact:RevisionWellTest |
632 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 632 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
633 | rdfs:label "revision"^^xsd:string ; | 633 | rdfs:label "revision"^^xsd:string ; |
634 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 634 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
635 | 635 | ||
... | @@ -644,7 +644,7 @@ ep-prodact:SafetyConsideration | ... | @@ -644,7 +644,7 @@ ep-prodact:SafetyConsideration |
644 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 644 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
645 | 645 | ||
646 | ep-prodact:SafetyMeeting | 646 | ep-prodact:SafetyMeeting |
647 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 647 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
648 | rdfs:label "safety meeting"^^xsd:string ; | 648 | rdfs:label "safety meeting"^^xsd:string ; |
649 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 649 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
650 | 650 | ||
... | @@ -659,12 +659,12 @@ ep-prodact:SalesActivityType | ... | @@ -659,12 +659,12 @@ ep-prodact:SalesActivityType |
659 | rdfs:subClassOf owl:Class . | 659 | rdfs:subClassOf owl:Class . |
660 | 660 | ||
661 | ep-prodact:SentAshore | 661 | ep-prodact:SentAshore |
662 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 662 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
663 | rdfs:label "sent ashore"^^xsd:string ; | 663 | rdfs:label "sent ashore"^^xsd:string ; |
664 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 664 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
665 | 665 | ||
666 | ep-prodact:SevereAccident | 666 | ep-prodact:SevereAccident |
667 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 667 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
668 | rdfs:label "severe accident"^^xsd:string ; | 668 | rdfs:label "severe accident"^^xsd:string ; |
669 | rdfs:subClassOf ep-prodact:Incident . | 669 | rdfs:subClassOf ep-prodact:Incident . |
670 | 670 | ||
... | @@ -674,12 +674,12 @@ ep-prodact:ShutdownProduction | ... | @@ -674,12 +674,12 @@ ep-prodact:ShutdownProduction |
674 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 674 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
675 | 675 | ||
676 | ep-prodact:SickOnBoard | 676 | ep-prodact:SickOnBoard |
677 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 677 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
678 | rdfs:label "sick on board"^^xsd:string ; | 678 | rdfs:label "sick on board"^^xsd:string ; |
679 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 679 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
680 | 680 | ||
681 | ep-prodact:SpillOrLeak | 681 | ep-prodact:SpillOrLeak |
682 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 682 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
683 | rdfs:label "spill or leak"^^xsd:string ; | 683 | rdfs:label "spill or leak"^^xsd:string ; |
684 | rdfs:subClassOf ep-prodact:Incident . | 684 | rdfs:subClassOf ep-prodact:Incident . |
685 | 685 | ||
... | @@ -694,7 +694,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -694,7 +694,7 @@ ep-prodact:StandbyVesselOperation |
694 | rdfs:subClassOf ep-prodact:MarineOperation . | 694 | rdfs:subClassOf ep-prodact:MarineOperation . |
695 | 695 | ||
696 | ep-prodact:StrikeOrLockout | 696 | ep-prodact:StrikeOrLockout |
697 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 697 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
698 | rdfs:label "strike or lock-out"^^xsd:string ; | 698 | rdfs:label "strike or lock-out"^^xsd:string ; |
699 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 699 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
700 | 700 | ||
... | @@ -704,22 +704,22 @@ ep-prodact:SupplyShipOperation | ... | @@ -704,22 +704,22 @@ ep-prodact:SupplyShipOperation |
704 | rdfs:subClassOf ep-prodact:MarineOperation . | 704 | rdfs:subClassOf ep-prodact:MarineOperation . |
705 | 705 | ||
706 | ep-prodact:TestingAndLogging | 706 | ep-prodact:TestingAndLogging |
707 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 707 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
708 | rdfs:label "testing and logging"^^xsd:string ; | 708 | rdfs:label "testing and logging"^^xsd:string ; |
709 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 709 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
710 | 710 | ||
711 | ep-prodact:ThirdPartyProcessingLoss | 711 | ep-prodact:ThirdPartyProcessingLoss |
712 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 712 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
713 | rdfs:label "third party processing loss"^^xsd:string ; | 713 | rdfs:label "third party processing loss"^^xsd:string ; |
714 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 714 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
715 | 715 | ||
716 | ep-prodact:TopsideEquipmentFailureMaintenance | 716 | ep-prodact:TopsideEquipmentFailureMaintenance |
717 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 717 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
718 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 718 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
719 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 719 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
720 | 720 | ||
721 | ep-prodact:TrafficAccident | 721 | ep-prodact:TrafficAccident |
722 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 722 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
723 | rdfs:label "traffic accident"^^xsd:string ; | 723 | rdfs:label "traffic accident"^^xsd:string ; |
724 | rdfs:subClassOf ep-prodact:Incident . | 724 | rdfs:subClassOf ep-prodact:Incident . |
725 | 725 | ||
... | @@ -728,12 +728,12 @@ ep-prodact:TransportationActivity | ... | @@ -728,12 +728,12 @@ ep-prodact:TransportationActivity |
728 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 728 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
729 | 729 | ||
730 | ep-prodact:UnavailableTankerStorage | 730 | ep-prodact:UnavailableTankerStorage |
731 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 731 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
732 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 732 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
733 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 733 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
734 | 734 | ||
735 | ep-prodact:UnknownReasonWellTest | 735 | ep-prodact:UnknownReasonWellTest |
736 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 736 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
737 | rdfs:label "unknown"^^xsd:string ; | 737 | rdfs:label "unknown"^^xsd:string ; |
738 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 738 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
739 | 739 | ||
... | @@ -742,27 +742,27 @@ ep-prodact:WaterCleaningOperation | ... | @@ -742,27 +742,27 @@ ep-prodact:WaterCleaningOperation |
742 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 742 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
743 | 743 | ||
744 | ep-prodact:WeatherProblem | 744 | ep-prodact:WeatherProblem |
745 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 745 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
746 | rdfs:label "weather problem"^^xsd:string ; | 746 | rdfs:label "weather problem"^^xsd:string ; |
747 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 747 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
748 | 748 | ||
749 | ep-prodact:WellEquipmentFailureMaintenance | 749 | ep-prodact:WellEquipmentFailureMaintenance |
750 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 750 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
751 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 751 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
752 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 752 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
753 | 753 | ||
754 | ep-prodact:WellPlannedOperations | 754 | ep-prodact:WellPlannedOperations |
755 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 755 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
756 | rdfs:label "well planned operations"^^xsd:string ; | 756 | rdfs:label "well planned operations"^^xsd:string ; |
757 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 757 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
758 | 758 | ||
759 | ep-prodact:WellPreventiveMaintenance | 759 | ep-prodact:WellPreventiveMaintenance |
760 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 760 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
761 | rdfs:label "well preventive maintenance"^^xsd:string ; | 761 | rdfs:label "well preventive maintenance"^^xsd:string ; |
762 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 762 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
763 | 763 | ||
764 | ep-prodact:WellProblems | 764 | ep-prodact:WellProblems |
765 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 765 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
766 | rdfs:label "well problems"^^xsd:string ; | 766 | rdfs:label "well problems"^^xsd:string ; |
767 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 767 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
768 | 768 | ||
... | @@ -797,7 +797,7 @@ ep-prodact:buyer | ... | @@ -797,7 +797,7 @@ ep-prodact:buyer |
797 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 797 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
798 | 798 | ||
799 | ep-prodact:cargoBatchNumber | 799 | ep-prodact:cargoBatchNumber |
800 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 800 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
801 | rdfs:label "cargo batch number"^^xsd:string . | 801 | rdfs:label "cargo batch number"^^xsd:string . |
802 | 802 | ||
803 | ep-prodact:cargoLoaded | 803 | ep-prodact:cargoLoaded |
... | @@ -807,7 +807,7 @@ ep-prodact:cargoLoaded | ... | @@ -807,7 +807,7 @@ ep-prodact:cargoLoaded |
807 | rdfs:range ep-core:PhysicalObject . | 807 | rdfs:range ep-core:PhysicalObject . |
808 | 808 | ||
809 | ep-prodact:cargoNumber | 809 | ep-prodact:cargoNumber |
810 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 810 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
811 | rdfs:label "cargo number"^^xsd:string . | 811 | rdfs:label "cargo number"^^xsd:string . |
812 | 812 | ||
813 | ep-prodact:causedBy | 813 | ep-prodact:causedBy |
... | @@ -861,7 +861,7 @@ ep-prodact:forComment | ... | @@ -861,7 +861,7 @@ ep-prodact:forComment |
861 | rdfs:label "for comment"^^xsd:string . | 861 | rdfs:label "for comment"^^xsd:string . |
862 | 862 | ||
863 | ep-prodact:glycolDensity | 863 | ep-prodact:glycolDensity |
864 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 864 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
865 | rdfs:range ep-core:Density . | 865 | rdfs:range ep-core:Density . |
866 | 866 | ||
867 | ep-prodact:hasDischargeFlow | 867 | ep-prodact:hasDischargeFlow |
... | @@ -871,7 +871,7 @@ ep-prodact:hasDischargeFlow | ... | @@ -871,7 +871,7 @@ ep-prodact:hasDischargeFlow |
871 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 871 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
872 | 872 | ||
873 | ep-prodact:hasGasLiftChoke | 873 | ep-prodact:hasGasLiftChoke |
874 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 874 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
875 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 875 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
876 | rdfs:label "has gas lift choke"^^xsd:string ; | 876 | rdfs:label "has gas lift choke"^^xsd:string ; |
877 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 877 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
... | @@ -882,11 +882,6 @@ ep-prodact:hasLastPartOfTypeRemainingActivityPair | ... | @@ -882,11 +882,6 @@ ep-prodact:hasLastPartOfTypeRemainingActivityPair |
882 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; | 882 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; |
883 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . | 883 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . |
884 | 884 | ||
885 | -ep-prodact:hasPart | ||
886 | - rdf:type owl:ObjectProperty ; | ||
887 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
888 | - rdfs:range ep-prodact:PartOfProductionActivity . | ||
889 | - | ||
890 | ep-prodact:hasPredecessor | 885 | ep-prodact:hasPredecessor |
891 | rdf:type owl:TransitiveProperty ; | 886 | rdf:type owl:TransitiveProperty ; |
892 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 887 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
... | @@ -894,7 +889,7 @@ ep-prodact:hasPredecessor | ... | @@ -894,7 +889,7 @@ ep-prodact:hasPredecessor |
894 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 889 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
895 | 890 | ||
896 | ep-prodact:hasShutInPressure | 891 | ep-prodact:hasShutInPressure |
897 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 892 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
898 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 893 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
899 | rdfs:label "has shut-in pressure"^^xsd:string ; | 894 | rdfs:label "has shut-in pressure"^^xsd:string ; |
900 | rdfs:range ep-core:Pressure . | 895 | rdfs:range ep-core:Pressure . |
... | @@ -906,25 +901,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -906,25 +901,25 @@ ep-prodact:hasValidPredecessor |
906 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 901 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
907 | 902 | ||
908 | ep-prodact:injectionWellTestMaximumAnnularPressure | 903 | ep-prodact:injectionWellTestMaximumAnnularPressure |
909 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 904 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
910 | rdfs:domain ep-prodact:InjectionWellTest ; | 905 | rdfs:domain ep-prodact:InjectionWellTest ; |
911 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 906 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
912 | rdfs:range ep-core:Pressure . | 907 | rdfs:range ep-core:Pressure . |
913 | 908 | ||
914 | ep-prodact:injectionWellTestMinimumAnnularPressure | 909 | ep-prodact:injectionWellTestMinimumAnnularPressure |
915 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 910 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
916 | rdfs:domain ep-prodact:InjectionWellTest ; | 911 | rdfs:domain ep-prodact:InjectionWellTest ; |
917 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 912 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
918 | rdfs:range ep-core:Pressure . | 913 | rdfs:range ep-core:Pressure . |
919 | 914 | ||
920 | ep-prodact:injectionWellTestWellheadFlowingPressure | 915 | ep-prodact:injectionWellTestWellheadFlowingPressure |
921 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 916 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
922 | rdfs:domain ep-prodact:InjectionWellTest ; | 917 | rdfs:domain ep-prodact:InjectionWellTest ; |
923 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 918 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
924 | rdfs:range ep-core:Pressure . | 919 | rdfs:range ep-core:Pressure . |
925 | 920 | ||
926 | ep-prodact:injectionWellTestWellheadMaximumPressure | 921 | ep-prodact:injectionWellTestWellheadMaximumPressure |
927 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 922 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
928 | rdfs:domain ep-prodact:InjectionWellTest ; | 923 | rdfs:domain ep-prodact:InjectionWellTest ; |
929 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 924 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
930 | rdfs:range ep-core:Pressure . | 925 | rdfs:range ep-core:Pressure . |
... | @@ -936,7 +931,7 @@ ep-prodact:measuredFlow | ... | @@ -936,7 +931,7 @@ ep-prodact:measuredFlow |
936 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 931 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
937 | 932 | ||
938 | ep-prodact:movedProduct | 933 | ep-prodact:movedProduct |
939 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 934 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
940 | rdfs:domain ep-prodact:MovementOfProduct ; | 935 | rdfs:domain ep-prodact:MovementOfProduct ; |
941 | rdfs:label "moved product"^^xsd:string . | 936 | rdfs:label "moved product"^^xsd:string . |
942 | 937 | ||
... | @@ -981,7 +976,7 @@ ep-prodact:noOfSpillsOrLeaks | ... | @@ -981,7 +976,7 @@ ep-prodact:noOfSpillsOrLeaks |
981 | rdfs:range xsd:integer . | 976 | rdfs:range xsd:integer . |
982 | 977 | ||
983 | ep-prodact:noOfSystemAlarms | 978 | ep-prodact:noOfSystemAlarms |
984 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 979 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
985 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 980 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
986 | rdfs:label "number of system alarms"^^xsd:string ; | 981 | rdfs:label "number of system alarms"^^xsd:string ; |
987 | rdfs:range xsd:integer . | 982 | rdfs:range xsd:integer . |
... | @@ -991,7 +986,7 @@ ep-prodact:oilInWater | ... | @@ -991,7 +986,7 @@ ep-prodact:oilInWater |
991 | rdfs:range ep-core:MassPerUnitMassConcentration . | 986 | rdfs:range ep-core:MassPerUnitMassConcentration . |
992 | 987 | ||
993 | ep-prodact:onProductionFacility | 988 | ep-prodact:onProductionFacility |
994 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 989 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
995 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 990 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
996 | rdfs:label "on facility"^^xsd:string ; | 991 | rdfs:label "on facility"^^xsd:string ; |
997 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 992 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
... | @@ -1016,7 +1011,7 @@ ep-prodact:phenolDensity | ... | @@ -1016,7 +1011,7 @@ ep-prodact:phenolDensity |
1016 | rdfs:range ep-core:Density . | 1011 | rdfs:range ep-core:Density . |
1017 | 1012 | ||
1018 | ep-prodact:processingLost | 1013 | ep-prodact:processingLost |
1019 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1014 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1020 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1015 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
1021 | rdfs:range ep-material:QuantityOfMaterial . | 1016 | rdfs:range ep-material:QuantityOfMaterial . |
1022 | 1017 | ||
... | @@ -1026,13 +1021,13 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1026,13 +1021,13 @@ ep-prodact:productionActivityPeriodClassification |
1026 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1021 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
1027 | 1022 | ||
1028 | ep-prodact:productionOperator | 1023 | ep-prodact:productionOperator |
1029 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1024 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1030 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1025 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
1031 | rdfs:label "production operator"^^xsd:string ; | 1026 | rdfs:label "production operator"^^xsd:string ; |
1032 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1027 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1033 | 1028 | ||
1034 | ep-prodact:remainingActivity | 1029 | ep-prodact:remainingActivity |
1035 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1030 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1036 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1031 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1037 | rdfs:label "remaining activity"^^xsd:string ; | 1032 | rdfs:label "remaining activity"^^xsd:string ; |
1038 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1033 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
... | @@ -1067,7 +1062,7 @@ ep-prodact:samplingPerformedAt | ... | @@ -1067,7 +1062,7 @@ ep-prodact:samplingPerformedAt |
1067 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 1062 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
1068 | 1063 | ||
1069 | ep-prodact:samplingPerformedAtPointInSpace | 1064 | ep-prodact:samplingPerformedAtPointInSpace |
1070 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1065 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1071 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1066 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
1072 | rdfs:label "sampling performed at point in space"^^xsd:string ; | 1067 | rdfs:label "sampling performed at point in space"^^xsd:string ; |
1073 | rdfs:range ep-core:TemporalPartOfAPointInSpace . | 1068 | rdfs:range ep-core:TemporalPartOfAPointInSpace . |
... | @@ -1091,13 +1086,13 @@ ep-prodact:sourceOrganization | ... | @@ -1091,13 +1086,13 @@ ep-prodact:sourceOrganization |
1091 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1086 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1092 | 1087 | ||
1093 | ep-prodact:testedWellBoreInterval | 1088 | ep-prodact:testedWellBoreInterval |
1094 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1089 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1095 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1090 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
1096 | rdfs:label "tested wellbore interval"^^xsd:string ; | 1091 | rdfs:label "tested wellbore interval"^^xsd:string ; |
1097 | rdfs:range ep-core:PhysicalObject . | 1092 | rdfs:range ep-core:PhysicalObject . |
1098 | 1093 | ||
1099 | ep-prodact:timeWorked | 1094 | ep-prodact:timeWorked |
1100 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1095 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1101 | rdfs:domain ep-prodact:ProductionOperation ; | 1096 | rdfs:domain ep-prodact:ProductionOperation ; |
1102 | rdfs:label "time worked"^^xsd:string ; | 1097 | rdfs:label "time worked"^^xsd:string ; |
1103 | rdfs:range ep-core:TimeDuration . | 1098 | rdfs:range ep-core:TimeDuration . | ... | ... |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ; | 23 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | 25 | ||
26 | ep-mpr-spin-lib:Function | 26 | ep-mpr-spin-lib:Function |
... | @@ -5638,6 +5638,80 @@ ep-mpr-spin-lib:selectSplitFactorDeterminationType | ... | @@ -5638,6 +5638,80 @@ ep-mpr-spin-lib:selectSplitFactorDeterminationType |
5638 | ]) | 5638 | ]) |
5639 | ] . | 5639 | ] . |
5640 | 5640 | ||
5641 | +ep-mpr-spin-lib:selectStandardTempPres-Pressure | ||
5642 | + rdf:type spin:Function ; | ||
5643 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
5644 | + spin:body | ||
5645 | + [ rdf:type sp:Select ; | ||
5646 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
5647 | + ]) ; | ||
5648 | + sp:where ([ rdf:type sp:Bind ; | ||
5649 | + sp:expression | ||
5650 | + [ rdf:type sp:if ; | ||
5651 | + sp:arg1 [ rdf:type sp:eq ; | ||
5652 | + sp:arg1 spin:_arg1 ; | ||
5653 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm> | ||
5654 | + ] ; | ||
5655 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; | ||
5656 | + sp:arg3 [ rdf:type sp:if ; | ||
5657 | + sp:arg1 [ rdf:type sp:eq ; | ||
5658 | + sp:arg1 spin:_arg1 ; | ||
5659 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm> | ||
5660 | + ] ; | ||
5661 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; | ||
5662 | + sp:arg3 [ rdf:type sp:if ; | ||
5663 | + sp:arg1 [ rdf:type sp:eq ; | ||
5664 | + sp:arg1 spin:_arg1 ; | ||
5665 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm> | ||
5666 | + ] ; | ||
5667 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; | ||
5668 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#1atm> | ||
5669 | + ] | ||
5670 | + ] | ||
5671 | + ] ; | ||
5672 | + sp:variable | ||
5673 | + [ sp:varName "myVar"^^xsd:string | ||
5674 | + ] | ||
5675 | + ]) | ||
5676 | + ] . | ||
5677 | + | ||
5678 | +ep-mpr-spin-lib:selectStandardTempPres-Temperature | ||
5679 | + rdf:type spin:Function ; | ||
5680 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
5681 | + spin:body | ||
5682 | + [ rdf:type sp:Select ; | ||
5683 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
5684 | + ]) ; | ||
5685 | + sp:where ([ rdf:type sp:Bind ; | ||
5686 | + sp:expression | ||
5687 | + [ rdf:type sp:if ; | ||
5688 | + sp:arg1 [ rdf:type sp:eq ; | ||
5689 | + sp:arg1 spin:_arg1 ; | ||
5690 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm> | ||
5691 | + ] ; | ||
5692 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#0degC> ; | ||
5693 | + sp:arg3 [ rdf:type sp:if ; | ||
5694 | + sp:arg1 [ rdf:type sp:eq ; | ||
5695 | + sp:arg1 spin:_arg1 ; | ||
5696 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm> | ||
5697 | + ] ; | ||
5698 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degC> ; | ||
5699 | + sp:arg3 [ rdf:type sp:if ; | ||
5700 | + sp:arg1 [ rdf:type sp:eq ; | ||
5701 | + sp:arg1 spin:_arg1 ; | ||
5702 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm> | ||
5703 | + ] ; | ||
5704 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degF> ; | ||
5705 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#0degC> | ||
5706 | + ] | ||
5707 | + ] | ||
5708 | + ] ; | ||
5709 | + sp:variable | ||
5710 | + [ sp:varName "myVar"^^xsd:string | ||
5711 | + ] | ||
5712 | + ]) | ||
5713 | + ] . | ||
5714 | + | ||
5641 | ep-mpr-spin-lib:selectTemperatureScale | 5715 | ep-mpr-spin-lib:selectTemperatureScale |
5642 | rdf:type spin:Function ; | 5716 | rdf:type spin:Function ; |
5643 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 5717 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema | 1 | # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema |
2 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
2 | 3 | ||
3 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 4 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
4 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -9,6 +10,7 @@ | ... | @@ -9,6 +10,7 @@ |
9 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> | 10 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> |
10 | rdf:type owl:Ontology ; | 11 | rdf:type owl:Ontology ; |
11 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; | 12 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
13 | + owl:imports <http://www.epim.no/schemas/mprml/1> ; | ||
12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
13 | 15 | ||
14 | transhelp:derivedFrom | 16 | transhelp:derivedFrom |
... | @@ -18,18 +20,22 @@ transhelp:hasDerivedText | ... | @@ -18,18 +20,22 @@ transhelp:hasDerivedText |
18 | rdf:type owl:DatatypeProperty . | 20 | rdf:type owl:DatatypeProperty . |
19 | 21 | ||
20 | transhelp:intervalEnd | 22 | transhelp:intervalEnd |
21 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 23 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
22 | 24 | ||
23 | transhelp:intervalIdentifier | 25 | transhelp:intervalIdentifier |
24 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 26 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
25 | 27 | ||
26 | transhelp:intervalStart | 28 | transhelp:intervalStart |
27 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 29 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
28 | 30 | ||
29 | transhelp:mapsTo | 31 | transhelp:mapsTo |
30 | rdf:type rdf:Property . | 32 | rdf:type rdf:Property . |
31 | 33 | ||
32 | transhelp:materialClassMapsToMPREnumeration | 34 | transhelp:materialClassMapsToMPREnumeration |
33 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ; | 35 | + rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ; |
34 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 36 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
35 | rdfs:subPropertyOf transhelp:mapsTo . | 37 | rdfs:subPropertyOf transhelp:mapsTo . |
38 | + | ||
39 | +transhelp:standardTempPres | ||
40 | + rdf:type rdf:Property ; | ||
41 | + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment