David Price

Merge branch 'drilling-rdwed'

This diff could not be displayed because it is too large.
...@@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm ...@@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm
422 422
423 ep-core:VolumeAt1degC1atm 423 ep-core:VolumeAt1degC1atm
424 rdf:type ep-core:PropertySpace , rdfs:Class ; 424 rdf:type ep-core:PropertySpace , rdfs:Class ;
425 - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; 425 + rdfs:label "volume at 1 degrees C 1 atmosphere"^^xsd:string ;
426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
427 427
428 ep-core:VolumeAt60degF1atm 428 ep-core:VolumeAt60degF1atm
...@@ -3442,7 +3442,7 @@ ep-core:n_m-2 ...@@ -3442,7 +3442,7 @@ ep-core:n_m-2
3442 3442
3443 ep-core:n_m-3 3443 ep-core:n_m-3
3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3445 - rdfs:label "Newtons per square metre"^^xsd:string . 3445 + rdfs:label "Newtons per cubic metre"^^xsd:string .
3446 3446
3447 ep-core:n_m-E 3447 ep-core:n_m-E
3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/material 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/material
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
6 - 6 +
7 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 7 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
8 -@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . 8 +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
9 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 9 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
10 -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 10 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 11 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 - 15 +
16 -<http://www.reportinghub.no/ep/schema/1.0/flow> 16 +<http://www.reportinghub.no/ep/schema/1.0/flow>
17 - rdf:type owl:Ontology ; 17 + rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 - 20 +
21 -ep-core:PhysicalThingAtInstant 21 +ep-core:PhysicalThingAtInstant
22 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 22 + rdf:type 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 ep-flow:TemporalPartDurationType , owl:Class ; 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 owl:Class , ep-flow:TemporalPartDurationType ; 32 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
33 - rdfs:label "physical thing during month to date"^^xsd:string ; 33 + rdfs:label "physical thing during month to date"^^xsd:string ;
34 - rdfs:subClassOf ep-core:PhysicalThing . 34 + rdfs:subClassOf ep-core:PhysicalThing .
35 - 35 +
36 -ep-core:PhysicalThingDuringOneDay 36 +ep-core:PhysicalThingDuringOneDay
37 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 37 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
38 - rdfs:label "physical thing during one day"^^xsd:string ; 38 + rdfs:label "physical thing during one day"^^xsd:string ;
39 - rdfs:subClassOf ep-core:PhysicalThing . 39 + rdfs:subClassOf ep-core:PhysicalThing .
40 - 40 +
41 -ep-core:PhysicalThingDuringOneGasDay 41 +ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 42 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
43 - rdfs:label "physical thing during one gas day"^^xsd:string ; 43 + rdfs:label "physical thing during one gas day"^^xsd:string ;
44 - rdfs:subClassOf ep-core:PhysicalThing . 44 + rdfs:subClassOf ep-core:PhysicalThing .
45 - 45 +
46 -ep-core:PhysicalThingDuringOneGasMonth 46 +ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 47 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
48 - rdfs:label "physical thing during one gas month"^^xsd:string ; 48 + rdfs:label "physical thing during one gas month"^^xsd:string ;
49 - rdfs:subClassOf ep-core:PhysicalThing . 49 + rdfs:subClassOf ep-core:PhysicalThing .
50 - 50 +
51 -ep-core:PhysicalThingDuringOneGasYear 51 +ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 52 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
53 - rdfs:label "physical thing during one gas year"^^xsd:string ; 53 + rdfs:label "physical thing during one gas year"^^xsd:string ;
54 - rdfs:subClassOf ep-core:PhysicalThing . 54 + rdfs:subClassOf ep-core:PhysicalThing .
55 - 55 +
56 -ep-core:PhysicalThingDuringOneMonth 56 +ep-core:PhysicalThingDuringOneMonth
57 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 57 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
58 - rdfs:label "physical thing during one month"^^xsd:string ; 58 + rdfs:label "physical thing during one month"^^xsd:string ;
59 - rdfs:subClassOf ep-core:PhysicalThing . 59 + rdfs:subClassOf ep-core:PhysicalThing .
60 - 60 +
61 -ep-core:PhysicalThingDuringOneWeek 61 +ep-core:PhysicalThingDuringOneWeek
62 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 62 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
63 - rdfs:label "physical thing during one week"^^xsd:string ; 63 + rdfs:label "physical thing during one week"^^xsd:string ;
64 - rdfs:subClassOf ep-core:PhysicalThing . 64 + rdfs:subClassOf ep-core:PhysicalThing .
65 - 65 +
66 -ep-core:PhysicalThingDuringOneYear 66 +ep-core:PhysicalThingDuringOneYear
67 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 67 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
68 - rdfs:label "physical thing during one year"^^xsd:string ; 68 + rdfs:label "physical thing during one year"^^xsd:string ;
69 - rdfs:subClassOf ep-core:PhysicalThing . 69 + rdfs:subClassOf ep-core:PhysicalThing .
70 - 70 +
71 -ep-core:PhysicalThingDuringYearToDate 71 +ep-core:PhysicalThingDuringYearToDate
72 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 72 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
73 - rdfs:label "physical thing during year to date"^^xsd:string ; 73 + rdfs:label "physical thing during year to date"^^xsd:string ;
74 - rdfs:subClassOf ep-core:PhysicalThing . 74 + rdfs:subClassOf ep-core:PhysicalThing .
75 - 75 +
76 -ep-flow:AllocatedFlow 76 +ep-flow:AllocatedFlow
77 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 77 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
78 - rdfs:label "allocated flow"^^xsd:string ; 78 + rdfs:label "allocated flow"^^xsd:string ;
79 - rdfs:subClassOf ep-flow:WholeLifeFlow . 79 + rdfs:subClassOf ep-flow:WholeLifeFlow .
80 - 80 +
81 -ep-flow:AllocatedInventory 81 +ep-flow:AllocatedInventory
82 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 82 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
83 - rdfs:label "allocated inventory"^^xsd:string ; 83 + rdfs:label "allocated inventory"^^xsd:string ;
84 - rdfs:subClassOf ep-flow:WholeLifeInventory . 84 + rdfs:subClassOf ep-flow:WholeLifeInventory .
85 - 85 +
86 -ep-flow:BudgetFlow 86 +ep-flow:BudgetFlow
87 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 87 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
88 - rdfs:label "budget flow"^^xsd:string ; 88 + rdfs:label "budget flow"^^xsd:string ;
89 - rdfs:subClassOf ep-flow:WholeLifeFlow . 89 + rdfs:subClassOf ep-flow:WholeLifeFlow .
90 - 90 +
91 -ep-flow:BudgetInventory 91 +ep-flow:BudgetInventory
92 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 92 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
93 - rdfs:label "budget inventory"^^xsd:string ; 93 + rdfs:label "budget inventory"^^xsd:string ;
94 - rdfs:subClassOf ep-flow:WholeLifeInventory . 94 + rdfs:subClassOf ep-flow:WholeLifeInventory .
95 - 95 +
96 -ep-flow:ClassOfMaterialWithMassCriterion 96 +ep-flow:ClassOfMaterialWithMassCriterion
97 - rdf:type rdfs:Class ; 97 + rdf:type rdfs:Class ;
98 - rdfs:label "class of material with mass criterion"^^xsd:string ; 98 + rdfs:label "class of material with mass criterion"^^xsd:string ;
99 - rdfs:subClassOf owl:Class . 99 + rdfs:subClassOf owl:Class .
100 - 100 +
101 -ep-flow:ConstraintFlow 101 +ep-flow:ConstraintFlow
102 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 102 + rdf:type 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 owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 107 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
108 - rdfs:label "constraint flow - fixed"^^xsd:string ; 108 + rdfs:label "constraint flow - fixed"^^xsd:string ;
109 - rdfs:subClassOf ep-flow:ConstraintFlow . 109 + rdfs:subClassOf ep-flow:ConstraintFlow .
110 - 110 +
111 -ep-flow:ConstraintFlow-maximum 111 +ep-flow:ConstraintFlow-maximum
112 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 112 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
113 - rdfs:label "constraint flow - maximum"^^xsd:string ; 113 + rdfs:label "constraint flow - maximum"^^xsd:string ;
114 - rdfs:subClassOf ep-flow:ConstraintFlow . 114 + rdfs:subClassOf ep-flow:ConstraintFlow .
115 - 115 +
116 -ep-flow:ConstraintFlow-minimum 116 +ep-flow:ConstraintFlow-minimum
117 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 117 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
118 - rdfs:label "constraint flow - minimum"^^xsd:string ; 118 + rdfs:label "constraint flow - minimum"^^xsd:string ;
119 - rdfs:subClassOf ep-flow:ConstraintFlow . 119 + rdfs:subClassOf ep-flow:ConstraintFlow .
120 - 120 +
121 -ep-flow:ConstraintInventory 121 +ep-flow:ConstraintInventory
122 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 122 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
123 - rdfs:label "constraint inventory"^^xsd:string ; 123 + rdfs:label "constraint inventory"^^xsd:string ;
124 - rdfs:subClassOf ep-flow:WholeLifeInventory . 124 + rdfs:subClassOf ep-flow:WholeLifeInventory .
125 - 125 +
126 -ep-flow:Consume 126 +ep-flow:Consume
127 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 127 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
128 - rdfs:label "consume"^^xsd:string ; 128 + rdfs:label "consume"^^xsd:string ;
129 - rdfs:subClassOf ep-flow:WholeLifeFlow . 129 + rdfs:subClassOf ep-flow:WholeLifeFlow .
130 - 130 +
131 -ep-flow:Consume-HPflare 131 +ep-flow:Consume-HPflare
132 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 132 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
133 - rdfs:label "consume - HP flare"^^xsd:string ; 133 + rdfs:label "consume - HP flare"^^xsd:string ;
134 - rdfs:subClassOf ep-flow:Consume-flare . 134 + rdfs:subClassOf ep-flow:Consume-flare .
135 - 135 +
136 -ep-flow:Consume-LPflare 136 +ep-flow:Consume-LPflare
137 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 137 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
138 - rdfs:label "consume - LP flare"^^xsd:string ; 138 + rdfs:label "consume - LP flare"^^xsd:string ;
139 - rdfs:subClassOf ep-flow:Consume-flare . 139 + rdfs:subClassOf ep-flow:Consume-flare .
140 - 140 +
141 -ep-flow:Consume-blackstart 141 +ep-flow:Consume-blackstart
142 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 142 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
143 - rdfs:label "consume - blackstart"^^xsd:string ; 143 + rdfs:label "consume - blackstart"^^xsd:string ;
144 - rdfs:subClassOf ep-flow:Consume . 144 + rdfs:subClassOf ep-flow:Consume .
145 - 145 +
146 -ep-flow:Consume-compressor 146 +ep-flow:Consume-compressor
147 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 147 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
148 - rdfs:label "consume - compressor"^^xsd:string ; 148 + rdfs:label "consume - compressor"^^xsd:string ;
149 - rdfs:subClassOf ep-flow:Consume . 149 + rdfs:subClassOf ep-flow:Consume .
150 - 150 +
151 -ep-flow:Consume-emitted 151 +ep-flow:Consume-emitted
152 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 152 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
153 - rdfs:label "consume - emitted"^^xsd:string ; 153 + rdfs:label "consume - emitted"^^xsd:string ;
154 - rdfs:subClassOf ep-flow:Consume . 154 + rdfs:subClassOf ep-flow:Consume .
155 - 155 +
156 -ep-flow:Consume-flare 156 +ep-flow:Consume-flare
157 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 157 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
158 - rdfs:label "consume - flare"^^xsd:string ; 158 + rdfs:label "consume - flare"^^xsd:string ;
159 - rdfs:subClassOf ep-flow:Consume . 159 + rdfs:subClassOf ep-flow:Consume .
160 - 160 +
161 -ep-flow:Consume-fuel 161 +ep-flow:Consume-fuel
162 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 162 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
163 - rdfs:label "consume - fuel"^^xsd:string ; 163 + rdfs:label "consume - fuel"^^xsd:string ;
164 - rdfs:subClassOf ep-flow:Consume . 164 + rdfs:subClassOf ep-flow:Consume .
165 - 165 +
166 -ep-flow:Consume-noncompressor 166 +ep-flow:Consume-noncompressor
167 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 167 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
168 - rdfs:label "consume - non-compressor"^^xsd:string ; 168 + rdfs:label "consume - non-compressor"^^xsd:string ;
169 - rdfs:subClassOf ep-flow:Consume . 169 + rdfs:subClassOf ep-flow:Consume .
170 - 170 +
171 -ep-flow:Consume-venting 171 +ep-flow:Consume-venting
172 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 172 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
173 - rdfs:label "consume - venting"^^xsd:string ; 173 + rdfs:label "consume - venting"^^xsd:string ;
174 - rdfs:subClassOf ep-flow:Consume . 174 + rdfs:subClassOf ep-flow:Consume .
175 - 175 +
176 -ep-flow:Current 176 +ep-flow:Current
177 - rdf:type owl:Class ; 177 + rdf:type owl:Class ;
178 - rdfs:label "current"^^xsd:string ; 178 + rdfs:label "current"^^xsd:string ;
179 - rdfs:subClassOf ep-flow:Flow . 179 + rdfs:subClassOf ep-flow:Flow .
180 - 180 +
181 -ep-flow:DailyProductionFlow 181 +ep-flow:DailyProductionFlow
182 - rdf:type owl:Class ; 182 + rdf:type owl:Class ;
183 - rdfs:label "daily production flow"^^xsd:string ; 183 + rdfs:label "daily production flow"^^xsd:string ;
184 - rdfs:subClassOf ep-flow:ProductionFlow . 184 + rdfs:subClassOf ep-flow:ProductionFlow .
185 - 185 +
186 -ep-flow:DerivedFlow 186 +ep-flow:DerivedFlow
187 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 187 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
188 - rdfs:label "derived flow"^^xsd:string ; 188 + rdfs:label "derived flow"^^xsd:string ;
189 - rdfs:subClassOf ep-flow:WholeLifeFlow . 189 + rdfs:subClassOf ep-flow:WholeLifeFlow .
190 - 190 +
191 -ep-flow:DerivedFlow-difference 191 +ep-flow:DerivedFlow-difference
192 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 192 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
193 - rdfs:label "derived flow - difference"^^xsd:string ; 193 + rdfs:label "derived flow - difference"^^xsd:string ;
194 - rdfs:subClassOf ep-flow:DerivedFlow . 194 + rdfs:subClassOf ep-flow:DerivedFlow .
195 - 195 +
196 -ep-flow:DerivedInventory 196 +ep-flow:DerivedInventory
197 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 197 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
198 - rdfs:label "derived inventory"^^xsd:string ; 198 + rdfs:label "derived inventory"^^xsd:string ;
199 - rdfs:subClassOf ep-flow:WholeLifeInventory . 199 + rdfs:subClassOf ep-flow:WholeLifeInventory .
200 - 200 +
201 -ep-flow:DifferenceFlow 201 +ep-flow:DifferenceFlow
202 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 202 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
203 - rdfs:label "difference flow"^^xsd:string ; 203 + rdfs:label "difference flow"^^xsd:string ;
204 - rdfs:subClassOf ep-flow:WholeLifeFlow . 204 + rdfs:subClassOf ep-flow:WholeLifeFlow .
205 - 205 +
206 -ep-flow:DifferenceInventory 206 +ep-flow:DifferenceInventory
207 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 207 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
208 - rdfs:label "difference inventory"^^xsd:string ; 208 + rdfs:label "difference inventory"^^xsd:string ;
209 - rdfs:subClassOf ep-flow:WholeLifeInventory . 209 + rdfs:subClassOf ep-flow:WholeLifeInventory .
210 - 210 +
211 -ep-flow:ElectricPowerFlow 211 +ep-flow:ElectricPowerFlow
212 - rdf:type owl:Class ; 212 + rdf:type owl:Class ;
213 - rdfs:label "flow of electricity"^^xsd:string ; 213 + rdfs:label "flow of electricity"^^xsd:string ;
214 - rdfs:subClassOf ep-flow:Flow . 214 + rdfs:subClassOf ep-flow:Flow .
215 - 215 +
216 -ep-flow:EstimatedFlow 216 +ep-flow:EstimatedFlow
217 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 217 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
218 - rdfs:label "estimated flow"^^xsd:string ; 218 + rdfs:label "estimated flow"^^xsd:string ;
219 - rdfs:subClassOf ep-flow:WholeLifeFlow . 219 + rdfs:subClassOf ep-flow:WholeLifeFlow .
220 - 220 +
221 -ep-flow:EstimatedInventory 221 +ep-flow:EstimatedInventory
222 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 222 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
223 - rdfs:label "estimated inventory"^^xsd:string ; 223 + rdfs:label "estimated inventory"^^xsd:string ;
224 - rdfs:subClassOf ep-flow:WholeLifeInventory . 224 + rdfs:subClassOf ep-flow:WholeLifeInventory .
225 - 225 +
226 -ep-flow:Export 226 +ep-flow:Export
227 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 227 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
228 - rdfs:label "export"^^xsd:string ; 228 + rdfs:label "export"^^xsd:string ;
229 - rdfs:subClassOf ep-flow:WholeLifeFlow . 229 + rdfs:subClassOf ep-flow:WholeLifeFlow .
230 - 230 +
231 -ep-flow:Export-nominated 231 +ep-flow:Export-nominated
232 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 232 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
233 - rdfs:label "export nominated"^^xsd:string ; 233 + rdfs:label "export nominated"^^xsd:string ;
234 - rdfs:subClassOf ep-flow:Export . 234 + rdfs:subClassOf ep-flow:Export .
235 - 235 +
236 -ep-flow:Export-requested 236 +ep-flow:Export-requested
237 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 237 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
238 - rdfs:label "export requested"^^xsd:string ; 238 + rdfs:label "export requested"^^xsd:string ;
239 - rdfs:subClassOf ep-flow:Export . 239 + rdfs:subClassOf ep-flow:Export .
240 - 240 +
241 -ep-flow:Export-shortfall 241 +ep-flow:Export-shortfall
242 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 242 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
243 - rdfs:label "export shortfall"^^xsd:string ; 243 + rdfs:label "export shortfall"^^xsd:string ;
244 - rdfs:subClassOf ep-flow:Export . 244 + rdfs:subClassOf ep-flow:Export .
245 - 245 +
246 -ep-flow:Flow 246 +ep-flow:Flow
247 - rdf:type owl:Class ; 247 + rdf:type owl:Class ;
248 - rdfs:label "(temporal part of a) flow"^^xsd:string ; 248 + rdfs:label "(temporal part of a) flow"^^xsd:string ;
249 - rdfs:subClassOf ep-core:PhysicalThing . 249 + rdfs:subClassOf ep-core:PhysicalThing .
250 - 250 +
251 -ep-flow:FlowAtInstant 251 +ep-flow:FlowAtInstant
252 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 252 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
253 - rdfs:label "flow at instant"^^xsd:string ; 253 + rdfs:label "flow at instant"^^xsd:string ;
254 - rdfs:subClassOf ep-flow:Flow . 254 + rdfs:subClassOf ep-flow:Flow .
255 - 255 +
256 -ep-flow:FlowDuringDay 256 +ep-flow:FlowDuringDay
257 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 257 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
258 - rdfs:label "flow during day"^^xsd:string ; 258 + rdfs:label "flow during day"^^xsd:string ;
259 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 259 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
260 - 260 +
261 -ep-flow:FlowDuringMonth 261 +ep-flow:FlowDuringMonth
262 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 262 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
263 - rdfs:label "flow during month"^^xsd:string ; 263 + rdfs:label "flow during month"^^xsd:string ;
264 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 264 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
265 - 265 +
266 -ep-flow:FlowDuringMonthToDate 266 +ep-flow:FlowDuringMonthToDate
267 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 267 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
268 - rdfs:label "flow during month to date"^^xsd:string ; 268 + rdfs:label "flow during month to date"^^xsd:string ;
269 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 269 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
270 - 270 +
271 -ep-flow:FlowDuringPeriod 271 +ep-flow:FlowDuringPeriod
272 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 272 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
273 - rdfs:label "flow during period"^^xsd:string ; 273 + rdfs:label "flow during period"^^xsd:string ;
274 - rdfs:subClassOf ep-flow:Flow . 274 + rdfs:subClassOf ep-flow:Flow .
275 - 275 +
276 -ep-flow:FlowDuringWeek 276 +ep-flow:FlowDuringWeek
277 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 277 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
278 - rdfs:label "flow during week"^^xsd:string ; 278 + rdfs:label "flow during week"^^xsd:string ;
279 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 279 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
280 - 280 +
281 -ep-flow:FlowDuringYear 281 +ep-flow:FlowDuringYear
282 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 282 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
283 - rdfs:label "flow during year"^^xsd:string ; 283 + rdfs:label "flow during year"^^xsd:string ;
284 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 284 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
285 - 285 +
286 -ep-flow:FlowDuringYearToDate 286 +ep-flow:FlowDuringYearToDate
287 - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; 287 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
288 - rdfs:label "flow during year to date"^^xsd:string ; 288 + rdfs:label "flow during year to date"^^xsd:string ;
289 - rdfs:subClassOf ep-flow:FlowDuringPeriod . 289 + rdfs:subClassOf ep-flow:FlowDuringPeriod .
290 - 290 +
291 -ep-flow:FlowInAStandardState 291 +ep-flow:FlowInAStandardState
292 - rdf:type owl:Class ; 292 + rdf:type owl:Class ;
293 - rdfs:label "flow in a standard state"^^xsd:string ; 293 + rdfs:label "flow in a standard state"^^xsd:string ;
294 - rdfs:subClassOf ep-flow:Flow . 294 + rdfs:subClassOf ep-flow:Flow .
295 - 295 +
296 -ep-flow:FlowOfLiquid 296 +ep-flow:FlowOfLiquid
297 - rdf:type owl:Class ; 297 + rdf:type owl:Class ;
298 - rdfs:label "flow of liquid"^^xsd:string ; 298 + rdfs:label "flow of liquid"^^xsd:string ;
299 - rdfs:subClassOf ep-flow:Flow . 299 + rdfs:subClassOf ep-flow:Flow .
300 - 300 +
301 -ep-flow:ForecastFlow 301 +ep-flow:ForecastFlow
302 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 302 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
303 - rdfs:label "forecast flow"^^xsd:string ; 303 + rdfs:label "forecast flow"^^xsd:string ;
304 - rdfs:subClassOf ep-flow:WholeLifeFlow . 304 + rdfs:subClassOf ep-flow:WholeLifeFlow .
305 - 305 +
306 -ep-flow:ForecastFlow-declineCurve 306 +ep-flow:ForecastFlow-declineCurve
307 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 307 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
308 - rdfs:label "forecast flow - decline curve"^^xsd:string ; 308 + rdfs:label "forecast flow - decline curve"^^xsd:string ;
309 - rdfs:subClassOf ep-flow:ForecastFlow . 309 + rdfs:subClassOf ep-flow:ForecastFlow .
310 - 310 +
311 -ep-flow:ForecastFlow-standard 311 +ep-flow:ForecastFlow-standard
312 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 312 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
313 - rdfs:label "forecast flow - standard"^^xsd:string ; 313 + rdfs:label "forecast flow - standard"^^xsd:string ;
314 - rdfs:subClassOf ep-flow:ForecastFlow . 314 + rdfs:subClassOf ep-flow:ForecastFlow .
315 - 315 +
316 -ep-flow:ForecastInventory 316 +ep-flow:ForecastInventory
317 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 317 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
318 - rdfs:label "forecast inventory"^^xsd:string ; 318 + rdfs:label "forecast inventory"^^xsd:string ;
319 - rdfs:subClassOf ep-flow:WholeLifeInventory . 319 + rdfs:subClassOf ep-flow:WholeLifeInventory .
320 - 320 +
321 -ep-flow:Gaslift 321 +ep-flow:Gaslift
322 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 322 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
323 - rdfs:label "gas lift"^^xsd:string ; 323 + rdfs:label "gas lift"^^xsd:string ;
324 - rdfs:subClassOf ep-flow:WholeLifeFlow . 324 + rdfs:subClassOf ep-flow:WholeLifeFlow .
325 - 325 +
326 -ep-flow:GrossProductFlow 326 +ep-flow:GrossProductFlow
327 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 327 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
328 - rdfs:label "gross product flow"^^xsd:string ; 328 + rdfs:label "gross product flow"^^xsd:string ;
329 - rdfs:subClassOf ep-flow:ProductFlow . 329 + rdfs:subClassOf ep-flow:ProductFlow .
330 - 330 +
331 -ep-flow:HydrocarbonAccounting 331 +ep-flow:HydrocarbonAccounting
332 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 332 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
333 - rdfs:label "hydrocarbon accounting"^^xsd:string ; 333 + rdfs:label "hydrocarbon accounting"^^xsd:string ;
334 - rdfs:subClassOf ep-flow:WholeLifeFlow . 334 + rdfs:subClassOf ep-flow:WholeLifeFlow .
335 - 335 +
336 -ep-flow:Import 336 +ep-flow:Import
337 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 337 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
338 - rdfs:label "import"^^xsd:string ; 338 + rdfs:label "import"^^xsd:string ;
339 - rdfs:subClassOf ep-flow:WholeLifeFlow . 339 + rdfs:subClassOf ep-flow:WholeLifeFlow .
340 - 340 +
341 -ep-flow:Injection 341 +ep-flow:Injection
342 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 342 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
343 - rdfs:label "injection"^^xsd:string ; 343 + rdfs:label "injection"^^xsd:string ;
344 - rdfs:subClassOf ep-flow:WholeLifeFlow . 344 + rdfs:subClassOf ep-flow:WholeLifeFlow .
345 - 345 +
346 -ep-flow:Inventory 346 +ep-flow:Inventory
347 - rdf:type owl:Class ; 347 + rdf:type owl:Class ;
348 - rdfs:label "inventory"^^xsd:string ; 348 + rdfs:label "inventory"^^xsd:string ;
349 - rdfs:subClassOf ep-core:PhysicalObject . 349 + rdfs:subClassOf ep-core:PhysicalObject .
350 - 350 +
351 -ep-flow:MassAdjustedFlow 351 +ep-flow:MassAdjustedFlow
352 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 352 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
353 - rdfs:label "mass adjusted flow"^^xsd:string ; 353 + rdfs:label "mass adjusted flow"^^xsd:string ;
354 - rdfs:subClassOf ep-flow:WholeLifeFlow . 354 + rdfs:subClassOf ep-flow:WholeLifeFlow .
355 - 355 +
356 -ep-flow:MeasuredFlow 356 +ep-flow:MeasuredFlow
357 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 357 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
358 - rdfs:label "measured flow"^^xsd:string ; 358 + rdfs:label "measured flow"^^xsd:string ;
359 - rdfs:subClassOf ep-flow:WholeLifeFlow . 359 + rdfs:subClassOf ep-flow:WholeLifeFlow .
360 - 360 +
361 -ep-flow:MeasuredFlow-fiscal 361 +ep-flow:MeasuredFlow-fiscal
362 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 362 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
363 - rdfs:label "measured flow - fiscal"^^xsd:string ; 363 + rdfs:label "measured flow - fiscal"^^xsd:string ;
364 - rdfs:subClassOf ep-flow:MeasuredFlow . 364 + rdfs:subClassOf ep-flow:MeasuredFlow .
365 - 365 +
366 -ep-flow:MeasuredFlow-raw 366 +ep-flow:MeasuredFlow-raw
367 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 367 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
368 - rdfs:label "measured flow - raw"^^xsd:string ; 368 + rdfs:label "measured flow - raw"^^xsd:string ;
369 - rdfs:subClassOf ep-flow:MeasuredFlow . 369 + rdfs:subClassOf ep-flow:MeasuredFlow .
370 - 370 +
371 -ep-flow:MeasuredFlow-recalibrated 371 +ep-flow:MeasuredFlow-recalibrated
372 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 372 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
373 - rdfs:label "measured flow - recalibrated"^^xsd:string ; 373 + rdfs:label "measured flow - recalibrated"^^xsd:string ;
374 - rdfs:subClassOf ep-flow:MeasuredFlow . 374 + rdfs:subClassOf ep-flow:MeasuredFlow .
375 - 375 +
376 -ep-flow:MeasuredInventory 376 +ep-flow:MeasuredInventory
377 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 377 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
378 - rdfs:label "measured inventory"^^xsd:string ; 378 + rdfs:label "measured inventory"^^xsd:string ;
379 - rdfs:subClassOf ep-flow:WholeLifeInventory . 379 + rdfs:subClassOf ep-flow:WholeLifeInventory .
380 - 380 +
381 -ep-flow:MeteredFlowFiscal 381 +ep-flow:MeteredFlowFiscal
382 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 382 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
383 - rdfs:label "metered flow fiscal"^^xsd:string ; 383 + rdfs:label "metered flow fiscal"^^xsd:string ;
384 - rdfs:subClassOf ep-flow:WholeLifeFlow . 384 + rdfs:subClassOf ep-flow:WholeLifeFlow .
385 - 385 +
386 -ep-flow:NetProductFlow 386 +ep-flow:NetProductFlow
387 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 387 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
388 - rdfs:label "net product flow"^^xsd:string ; 388 + rdfs:label "net product flow"^^xsd:string ;
389 - rdfs:subClassOf ep-flow:ProductFlow . 389 + rdfs:subClassOf ep-flow:ProductFlow .
390 - 390 +
391 -ep-flow:NominatedFlow 391 +ep-flow:NominatedFlow
392 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 392 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
393 - rdfs:label "nominated flow"^^xsd:string ; 393 + rdfs:label "nominated flow"^^xsd:string ;
394 - rdfs:subClassOf ep-flow:WholeLifeFlow . 394 + rdfs:subClassOf ep-flow:WholeLifeFlow .
395 - 395 +
396 -ep-flow:NominatedInventory 396 +ep-flow:NominatedInventory
397 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 397 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
398 - rdfs:label "nominated inventory"^^xsd:string ; 398 + rdfs:label "nominated inventory"^^xsd:string ;
399 - rdfs:subClassOf ep-flow:WholeLifeInventory . 399 + rdfs:subClassOf ep-flow:WholeLifeInventory .
400 - 400 +
401 -ep-flow:Overboard 401 +ep-flow:Overboard
402 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 402 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
403 - rdfs:label "overboard"^^xsd:string ; 403 + rdfs:label "overboard"^^xsd:string ;
404 - rdfs:subClassOf ep-flow:WholeLifeFlow . 404 + rdfs:subClassOf ep-flow:WholeLifeFlow .
405 - 405 +
406 -ep-flow:PotentialFlow 406 +ep-flow:PotentialFlow
407 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 407 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
408 - rdfs:label "potential flow"^^xsd:string ; 408 + rdfs:label "potential flow"^^xsd:string ;
409 - rdfs:subClassOf ep-flow:WholeLifeFlow . 409 + rdfs:subClassOf ep-flow:WholeLifeFlow .
410 - 410 +
411 -ep-flow:PotentialInventory 411 +ep-flow:PotentialInventory
412 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 412 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
413 - rdfs:label "potential inventory"^^xsd:string ; 413 + rdfs:label "potential inventory"^^xsd:string ;
414 - rdfs:subClassOf ep-flow:WholeLifeInventory . 414 + rdfs:subClassOf ep-flow:WholeLifeInventory .
415 - 415 +
416 -ep-flow:Precipitation 416 +ep-flow:Precipitation
417 - rdf:type owl:Class ; 417 + rdf:type owl:Class ;
418 - rdfs:label "precipitation"^^xsd:string ; 418 + rdfs:label "precipitation"^^xsd:string ;
419 - rdfs:subClassOf ep-flow:Flow . 419 + rdfs:subClassOf ep-flow:Flow .
420 - 420 +
421 -ep-flow:PrecipitationType 421 +ep-flow:PrecipitationType
422 - rdf:type rdfs:Class ; 422 + rdf:type rdfs:Class ;
423 - rdfs:label "precipitation type"^^xsd:string ; 423 + rdfs:label "precipitation type"^^xsd:string ;
424 - rdfs:subClassOf owl:Class . 424 + rdfs:subClassOf owl:Class .
425 - 425 +
426 -ep-flow:ProcessedFlow 426 +ep-flow:ProcessedFlow
427 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 427 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
428 - rdfs:label "processed flow"^^xsd:string ; 428 + rdfs:label "processed flow"^^xsd:string ;
429 - rdfs:subClassOf ep-flow:WholeLifeFlow . 429 + rdfs:subClassOf ep-flow:WholeLifeFlow .
430 - 430 +
431 -ep-flow:ProcessedInventory 431 +ep-flow:ProcessedInventory
432 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 432 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
433 - rdfs:label "processed inventory"^^xsd:string ; 433 + rdfs:label "processed inventory"^^xsd:string ;
434 - rdfs:subClassOf ep-flow:WholeLifeInventory . 434 + rdfs:subClassOf ep-flow:WholeLifeInventory .
435 - 435 +
436 -ep-flow:ProductFlow 436 +ep-flow:ProductFlow
437 - rdf:type owl:Class ; 437 + rdf:type owl:Class ;
438 - rdfs:label "(temporal part of a) product flow"^^xsd:string ; 438 + rdfs:label "(temporal part of a) product flow"^^xsd:string ;
439 - rdfs:subClassOf ep-flow:Flow . 439 + rdfs:subClassOf ep-flow:Flow .
440 - 440 +
441 -ep-flow:ProductFlowGrossOrNetType 441 +ep-flow:ProductFlowGrossOrNetType
442 - rdf:type rdfs:Class ; 442 + rdf:type rdfs:Class ;
443 - rdfs:label " product flow gross or net type"^^xsd:string ; 443 + rdfs:label " product flow gross or net type"^^xsd:string ;
444 - rdfs:subClassOf owl:Class . 444 + rdfs:subClassOf owl:Class .
445 - 445 +
446 -ep-flow:ProductFlowToDate 446 +ep-flow:ProductFlowToDate
447 - rdf:type owl:Class ; 447 + rdf:type owl:Class ;
448 - rdfs:label "product flow to date"^^xsd:string ; 448 + rdfs:label "product flow to date"^^xsd:string ;
449 - rdfs:subClassOf ep-flow:ProductFlow . 449 + rdfs:subClassOf ep-flow:ProductFlow .
450 - 450 +
451 -ep-flow:ProductInventory 451 +ep-flow:ProductInventory
452 - rdf:type owl:Class ; 452 + rdf:type owl:Class ;
453 - rdfs:label "(temporal part of a) product inventory"^^xsd:string ; 453 + rdfs:label "(temporal part of a) product inventory"^^xsd:string ;
454 - rdfs:subClassOf ep-flow:Inventory . 454 + rdfs:subClassOf ep-flow:Inventory .
455 - 455 +
456 -ep-flow:ProductInventoryAdjustedClosingBalance 456 +ep-flow:ProductInventoryAdjustedClosingBalance
457 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 457 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
458 - rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 458 + rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
459 - rdfs:subClassOf ep-flow:ProductInventory . 459 + rdfs:subClassOf ep-flow:ProductInventory .
460 - 460 +
461 -ep-flow:ProductInventoryClosingBalance 461 +ep-flow:ProductInventoryClosingBalance
462 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 462 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
463 - rdfs:label "product inventory closing balance"^^xsd:string ; 463 + rdfs:label "product inventory closing balance"^^xsd:string ;
464 - rdfs:subClassOf ep-flow:ProductInventory . 464 + rdfs:subClassOf ep-flow:ProductInventory .
465 - 465 +
466 -ep-flow:ProductInventoryClosingStorageBalance 466 +ep-flow:ProductInventoryClosingStorageBalance
467 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 467 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
468 - rdfs:label "product inventory closing storage balance"^^xsd:string ; 468 + rdfs:label "product inventory closing storage balance"^^xsd:string ;
469 - rdfs:subClassOf ep-flow:ProductInventory . 469 + rdfs:subClassOf ep-flow:ProductInventory .
470 - 470 +
471 -ep-flow:ProductInventoryOpFlex 471 +ep-flow:ProductInventoryOpFlex
472 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 472 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
473 - rdfs:label "product inventory opFlex"^^xsd:string ; 473 + rdfs:label "product inventory opFlex"^^xsd:string ;
474 - rdfs:subClassOf ep-flow:ProductInventory . 474 + rdfs:subClassOf ep-flow:ProductInventory .
475 - 475 +
476 -ep-flow:ProductInventoryOpeningBalance 476 +ep-flow:ProductInventoryOpeningBalance
477 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 477 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
478 - rdfs:label "product inventory opening balance"^^xsd:string ; 478 + rdfs:label "product inventory opening balance"^^xsd:string ;
479 - rdfs:subClassOf ep-flow:ProductInventory . 479 + rdfs:subClassOf ep-flow:ProductInventory .
480 - 480 +
481 -ep-flow:ProductInventoryType 481 +ep-flow:ProductInventoryType
482 - rdf:type rdfs:Class ; 482 + rdf:type rdfs:Class ;
483 - rdfs:label " product inventory type"^^xsd:string ; 483 + rdfs:label " product inventory type"^^xsd:string ;
484 - rdfs:subClassOf owl:Class . 484 + rdfs:subClassOf owl:Class .
485 - 485 +
486 -ep-flow:ProductMaterialType 486 +ep-flow:ProductMaterialType
487 - rdf:type rdfs:Class ; 487 + rdf:type rdfs:Class ;
488 - rdfs:label " product material type"^^xsd:string ; 488 + rdfs:label " product material type"^^xsd:string ;
489 - rdfs:subClassOf owl:Class . 489 + rdfs:subClassOf owl:Class .
490 - 490 +
491 -ep-flow:Production 491 +ep-flow:Production
492 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 492 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
493 - rdfs:label "production"^^xsd:string ; 493 + rdfs:label "production"^^xsd:string ;
494 - rdfs:subClassOf ep-flow:WholeLifeFlow . 494 + rdfs:subClassOf ep-flow:WholeLifeFlow .
495 - 495 +
496 -ep-flow:ProductionFlow 496 +ep-flow:ProductionFlow
497 - rdf:type owl:Class ; 497 + rdf:type owl:Class ;
498 - rdfs:label "(temporal part of a) production flow"^^xsd:string ; 498 + rdfs:label "(temporal part of a) production flow"^^xsd:string ;
499 - rdfs:subClassOf ep-flow:Flow . 499 + rdfs:subClassOf ep-flow:Flow .
500 - 500 +
501 -ep-flow:ProductionFlowDefinitionSubType 501 +ep-flow:ProductionFlowDefinitionSubType
502 - rdf:type rdfs:Class ; 502 + rdf:type rdfs:Class ;
503 - rdfs:label " production flow definition subtype"^^xsd:string ; 503 + rdfs:label " production flow definition subtype"^^xsd:string ;
504 - rdfs:subClassOf owl:Class . 504 + rdfs:subClassOf owl:Class .
505 - 505 +
506 -ep-flow:ProductionFlowDefinitionType 506 +ep-flow:ProductionFlowDefinitionType
507 - rdf:type rdfs:Class ; 507 + rdf:type rdfs:Class ;
508 - rdfs:label " production flow definition type"^^xsd:string ; 508 + rdfs:label " production flow definition type"^^xsd:string ;
509 - rdfs:subClassOf owl:Class . 509 + rdfs:subClassOf owl:Class .
510 - 510 +
511 -ep-flow:ProductionFlowNetwork 511 +ep-flow:ProductionFlowNetwork
512 - rdf:type owl:Class ; 512 + rdf:type owl:Class ;
513 - rdfs:label "(temporal part of a) production flow network"^^xsd:string ; 513 + rdfs:label "(temporal part of a) production flow network"^^xsd:string ;
514 - rdfs:subClassOf ep-flow:Flow . 514 + rdfs:subClassOf ep-flow:Flow .
515 - 515 +
516 -ep-flow:ProductionFlowNetworkToDate 516 +ep-flow:ProductionFlowNetworkToDate
517 - rdf:type owl:Class ; 517 + rdf:type owl:Class ;
518 - rdfs:label "production flow network to date"^^xsd:string ; 518 + rdfs:label "production flow network to date"^^xsd:string ;
519 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 519 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
520 - 520 +
521 -ep-flow:ProductionFlowPurposeType 521 +ep-flow:ProductionFlowPurposeType
522 - rdf:type rdfs:Class ; 522 + rdf:type rdfs:Class ;
523 - rdfs:label " production flow purpose type"^^xsd:string ; 523 + rdfs:label " production flow purpose type"^^xsd:string ;
524 - rdfs:subClassOf owl:Class . 524 + rdfs:subClassOf owl:Class .
525 - 525 +
526 -ep-flow:ProductionFlowToDate 526 +ep-flow:ProductionFlowToDate
527 - rdf:type owl:Class ; 527 + rdf:type owl:Class ;
528 - rdfs:label "production flow to date"^^xsd:string ; 528 + rdfs:label "production flow to date"^^xsd:string ;
529 - rdfs:subClassOf ep-flow:ProductionFlow . 529 + rdfs:subClassOf ep-flow:ProductionFlow .
530 - 530 +
531 -ep-flow:ProductionInventory 531 +ep-flow:ProductionInventory
532 - rdf:type owl:Class ; 532 + rdf:type owl:Class ;
533 - rdfs:label "(temporal part of a) production inventory"^^xsd:string ; 533 + rdfs:label "(temporal part of a) production inventory"^^xsd:string ;
534 - rdfs:subClassOf ep-flow:Inventory . 534 + rdfs:subClassOf ep-flow:Inventory .
535 - 535 +
536 -ep-flow:ProductionInventoryCollection 536 +ep-flow:ProductionInventoryCollection
537 - rdf:type owl:Class ; 537 + rdf:type owl:Class ;
538 - rdfs:label "(temporal part of a) production inventory collection"^^xsd:string ; 538 + rdfs:label "(temporal part of a) production inventory collection"^^xsd:string ;
539 - rdfs:subClassOf ep-flow:Inventory . 539 + rdfs:subClassOf ep-flow:Inventory .
540 - 540 +
541 -ep-flow:ProductionInventoryCollectionToDate 541 +ep-flow:ProductionInventoryCollectionToDate
542 - rdf:type owl:Class ; 542 + rdf:type owl:Class ;
543 - rdfs:label "production inventory collection to date"^^xsd:string ; 543 + rdfs:label "production inventory collection to date"^^xsd:string ;
544 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 544 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
545 - 545 +
546 -ep-flow:ProductionInventoryDefinitionType 546 +ep-flow:ProductionInventoryDefinitionType
547 - rdf:type rdfs:Class ; 547 + rdf:type rdfs:Class ;
548 - rdfs:label " production inventory definition type"^^xsd:string ; 548 + rdfs:label " production inventory definition type"^^xsd:string ;
549 - rdfs:subClassOf owl:Class . 549 + rdfs:subClassOf owl:Class .
550 - 550 +
551 -ep-flow:ProductionInventoryToDate 551 +ep-flow:ProductionInventoryToDate
552 - rdf:type owl:Class ; 552 + rdf:type owl:Class ;
553 - rdfs:label "production inventory to date"^^xsd:string ; 553 + rdfs:label "production inventory to date"^^xsd:string ;
554 - rdfs:subClassOf ep-flow:ProductionInventory . 554 + rdfs:subClassOf ep-flow:ProductionInventory .
555 - 555 +
556 -ep-flow:ProductionTestFlowLineFlow 556 +ep-flow:ProductionTestFlowLineFlow
557 - rdf:type owl:Class ; 557 + rdf:type owl:Class ;
558 - rdfs:label "production test flow line flow"^^xsd:string ; 558 + rdfs:label "production test flow line flow"^^xsd:string ;
559 - rdfs:subClassOf ep-flow:WholeLifeFlow . 559 + rdfs:subClassOf ep-flow:WholeLifeFlow .
560 - 560 +
561 -ep-flow:ProductionTestGasLiftFlow 561 +ep-flow:ProductionTestGasLiftFlow
562 - rdf:type owl:Class ; 562 + rdf:type owl:Class ;
563 - rdfs:label "production test gas lift flow"^^xsd:string ; 563 + rdfs:label "production test gas lift flow"^^xsd:string ;
564 - rdfs:subClassOf ep-flow:WholeLifeFlow . 564 + rdfs:subClassOf ep-flow:WholeLifeFlow .
565 - 565 +
566 -ep-flow:ProductionTestSeparatorFlow 566 +ep-flow:ProductionTestSeparatorFlow
567 - rdf:type owl:Class ; 567 + rdf:type owl:Class ;
568 - rdfs:label "production test separator flow"^^xsd:string ; 568 + rdfs:label "production test separator flow"^^xsd:string ;
569 - rdfs:subClassOf ep-flow:WholeLifeFlow . 569 + rdfs:subClassOf ep-flow:WholeLifeFlow .
570 - 570 +
571 -ep-flow:ProductionTestWellHeadFlow 571 +ep-flow:ProductionTestWellHeadFlow
572 - rdf:type owl:Class ; 572 + rdf:type owl:Class ;
573 - rdfs:label "production test well head flow"^^xsd:string ; 573 + rdfs:label "production test well head flow"^^xsd:string ;
574 - rdfs:subClassOf ep-flow:WholeLifeFlow . 574 + rdfs:subClassOf ep-flow:WholeLifeFlow .
575 - 575 +
576 -ep-flow:QuotaFlow 576 +ep-flow:QuotaFlow
577 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 577 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
578 - rdfs:label "quota flow"^^xsd:string ; 578 + rdfs:label "quota flow"^^xsd:string ;
579 - rdfs:subClassOf ep-flow:WholeLifeFlow . 579 + rdfs:subClassOf ep-flow:WholeLifeFlow .
580 - 580 +
581 -ep-flow:QuotaInventory 581 +ep-flow:QuotaInventory
582 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 582 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
583 - rdfs:label "quota inventory"^^xsd:string ; 583 + rdfs:label "quota inventory"^^xsd:string ;
584 - rdfs:subClassOf ep-flow:WholeLifeInventory . 584 + rdfs:subClassOf ep-flow:WholeLifeInventory .
585 - 585 +
586 -ep-flow:RecommendedFlow 586 +ep-flow:RecommendedFlow
587 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 587 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
588 - rdfs:label "recommended flow"^^xsd:string ; 588 + rdfs:label "recommended flow"^^xsd:string ;
589 - rdfs:subClassOf ep-flow:WholeLifeFlow . 589 + rdfs:subClassOf ep-flow:WholeLifeFlow .
590 - 590 +
591 -ep-flow:RecommendedInventory 591 +ep-flow:RecommendedInventory
592 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 592 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
593 - rdfs:label "recommended inventory"^^xsd:string ; 593 + rdfs:label "recommended inventory"^^xsd:string ;
594 - rdfs:subClassOf ep-flow:WholeLifeInventory . 594 + rdfs:subClassOf ep-flow:WholeLifeInventory .
595 - 595 +
596 -ep-flow:Sale 596 +ep-flow:Sale
597 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 597 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
598 - rdfs:label "sale"^^xsd:string ; 598 + rdfs:label "sale"^^xsd:string ;
599 - rdfs:subClassOf ep-flow:WholeLifeFlow . 599 + rdfs:subClassOf ep-flow:WholeLifeFlow .
600 - 600 +
601 -ep-flow:SaleableFlow 601 +ep-flow:SaleableFlow
602 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 602 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
603 - rdfs:label "saleable flow"^^xsd:string ; 603 + rdfs:label "saleable flow"^^xsd:string ;
604 - rdfs:subClassOf ep-flow:WholeLifeFlow . 604 + rdfs:subClassOf ep-flow:WholeLifeFlow .
605 - 605 +
606 -ep-flow:SaleableInventory 606 +ep-flow:SaleableInventory
607 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 607 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
608 - rdfs:label "saleable inventory"^^xsd:string ; 608 + rdfs:label "saleable inventory"^^xsd:string ;
609 - rdfs:subClassOf ep-flow:WholeLifeInventory . 609 + rdfs:subClassOf ep-flow:WholeLifeInventory .
610 - 610 +
611 -ep-flow:SampleOfMaterial 611 +ep-flow:SampleOfMaterial
612 - rdf:type owl:Class ; 612 + rdf:type owl:Class ;
613 - rdfs:label "sample of material"^^xsd:string ; 613 + rdfs:label "sample of material"^^xsd:string ;
614 - rdfs:subClassOf ep-material:QuantityOfMaterial . 614 + rdfs:subClassOf ep-material:QuantityOfMaterial .
615 - 615 +
616 -ep-flow:SimulatedFlow 616 +ep-flow:SimulatedFlow
617 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 617 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
618 - rdfs:label "simulated flow"^^xsd:string ; 618 + rdfs:label "simulated flow"^^xsd:string ;
619 - rdfs:subClassOf ep-flow:WholeLifeFlow . 619 + rdfs:subClassOf ep-flow:WholeLifeFlow .
620 - 620 +
621 -ep-flow:SimulatedInventory 621 +ep-flow:SimulatedInventory
622 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 622 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
623 - rdfs:label "simulated inventory"^^xsd:string ; 623 + rdfs:label "simulated inventory"^^xsd:string ;
624 - rdfs:subClassOf ep-flow:WholeLifeInventory . 624 + rdfs:subClassOf ep-flow:WholeLifeInventory .
625 - 625 +
626 -ep-flow:Storage 626 +ep-flow:Storage
627 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 627 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
628 - rdfs:label "storage"^^xsd:string ; 628 + rdfs:label "storage"^^xsd:string ;
629 - rdfs:subClassOf ep-flow:WholeLifeFlow . 629 + rdfs:subClassOf ep-flow:WholeLifeFlow .
630 - 630 +
631 -ep-flow:TargetFlow 631 +ep-flow:TargetFlow
632 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 632 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
633 - rdfs:label "target flow"^^xsd:string ; 633 + rdfs:label "target flow"^^xsd:string ;
634 - rdfs:subClassOf ep-flow:WholeLifeFlow . 634 + rdfs:subClassOf ep-flow:WholeLifeFlow .
635 - 635 +
636 -ep-flow:TargetInventory 636 +ep-flow:TargetInventory
637 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 637 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
638 - rdfs:label "target inventory"^^xsd:string ; 638 + rdfs:label "target inventory"^^xsd:string ;
639 - rdfs:subClassOf ep-flow:WholeLifeInventory . 639 + rdfs:subClassOf ep-flow:WholeLifeInventory .
640 - 640 +
641 -ep-flow:TariffBasisFlow 641 +ep-flow:TariffBasisFlow
642 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 642 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
643 - rdfs:label "tariff basis flow"^^xsd:string ; 643 + rdfs:label "tariff basis flow"^^xsd:string ;
644 - rdfs:subClassOf ep-flow:WholeLifeFlow . 644 + rdfs:subClassOf ep-flow:WholeLifeFlow .
645 - 645 +
646 -ep-flow:TemporalPartDurationType 646 +ep-flow:TemporalPartDurationType
647 - rdf:type rdfs:Class ; 647 + rdf:type rdfs:Class ;
648 - rdfs:label "temporal part duration type"^^xsd:string ; 648 + rdfs:label "temporal part duration type"^^xsd:string ;
649 - rdfs:subClassOf owl:Class . 649 + rdfs:subClassOf owl:Class .
650 - 650 +
651 -ep-flow:TemporalPartOfAFlowDurationType 651 +ep-flow:TemporalPartOfAFlowDurationType
652 - rdf:type rdfs:Class ; 652 + rdf:type rdfs:Class ;
653 - rdfs:label "temporal part of a flow duration type"^^xsd:string ; 653 + rdfs:label "temporal part of a flow duration type"^^xsd:string ;
654 - rdfs:subClassOf owl:Class . 654 + rdfs:subClassOf owl:Class .
655 - 655 +
656 -ep-flow:ValueAdjustedFlow 656 +ep-flow:ValueAdjustedFlow
657 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 657 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
658 - rdfs:label "value adjusted flow"^^xsd:string ; 658 + rdfs:label "value adjusted flow"^^xsd:string ;
659 - rdfs:subClassOf ep-flow:WholeLifeFlow . 659 + rdfs:subClassOf ep-flow:WholeLifeFlow .
660 - 660 +
661 -ep-flow:WholeLifeFlow 661 +ep-flow:WholeLifeFlow
662 - rdf:type owl:Class ; 662 + rdf:type owl:Class ;
663 - rdfs:label "whole life flow"^^xsd:string ; 663 + rdfs:label "whole life flow"^^xsd:string ;
664 - rdfs:subClassOf ep-flow:Flow . 664 + rdfs:subClassOf ep-flow:Flow .
665 - 665 +
666 -ep-flow:WholeLifeInventory 666 +ep-flow:WholeLifeInventory
667 - rdf:type owl:Class ; 667 + rdf:type owl:Class ;
668 - rdfs:label "whole life inventory"^^xsd:string ; 668 + rdfs:label "whole life inventory"^^xsd:string ;
669 - rdfs:subClassOf ep-flow:Inventory . 669 + rdfs:subClassOf ep-flow:Inventory .
670 - 670 +
671 -ep-flow:WholeLifeProductFlow 671 +ep-flow:WholeLifeProductFlow
672 - rdf:type owl:Class ; 672 + rdf:type owl:Class ;
673 - rdfs:label "whole life product flow"^^xsd:string ; 673 + rdfs:label "whole life product flow"^^xsd:string ;
674 - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . 674 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
675 - 675 +
676 -ep-flow:WholeLifeProductInventory 676 +ep-flow:WholeLifeProductInventory
677 - rdf:type owl:Class ; 677 + rdf:type owl:Class ;
678 - rdfs:label "(whole life) product inventory"^^xsd:string ; 678 + rdfs:label "(whole life) product inventory"^^xsd:string ;
679 - rdfs:subClassOf ep-flow:ProductInventory . 679 + rdfs:subClassOf ep-flow:ProductInventory .
680 - 680 +
681 -ep-flow:WholeLifeProductionFlow 681 +ep-flow:WholeLifeProductionFlow
682 - rdf:type owl:Class ; 682 + rdf:type owl:Class ;
683 - rdfs:label "whole life production flow"^^xsd:string ; 683 + rdfs:label "whole life production flow"^^xsd:string ;
684 - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . 684 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
685 - 685 +
686 -ep-flow:WholeLifeProductionFlowNetwork 686 +ep-flow:WholeLifeProductionFlowNetwork
687 - rdf:type owl:Class ; 687 + rdf:type owl:Class ;
688 - rdfs:label "whole life production flow network"^^xsd:string ; 688 + rdfs:label "whole life production flow network"^^xsd:string ;
689 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 689 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
690 - 690 +
691 -ep-flow:WholeLifeProductionInventory 691 +ep-flow:WholeLifeProductionInventory
692 - rdf:type owl:Class ; 692 + rdf:type owl:Class ;
693 - rdfs:label "(whole life) production inventory"^^xsd:string ; 693 + rdfs:label "(whole life) production inventory"^^xsd:string ;
694 - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . 694 + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
695 - 695 +
696 -ep-flow:WholeLifeProductionInventoryCollection 696 +ep-flow:WholeLifeProductionInventoryCollection
697 - rdf:type owl:Class ; 697 + rdf:type owl:Class ;
698 - rdfs:label "whole life production inventory collection"^^xsd:string ; 698 + rdfs:label "whole life production inventory collection"^^xsd:string ;
699 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 699 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
700 - 700 +
701 -ep-flow:Wind 701 +ep-flow:Wind
702 - rdf:type owl:Class ; 702 + rdf:type owl:Class ;
703 - rdfs:label "wind"^^xsd:string ; 703 + rdfs:label "wind"^^xsd:string ;
704 - rdfs:subClassOf ep-flow:Flow . 704 + rdfs:subClassOf ep-flow:Flow .
705 - 705 +
706 -ep-flow:allocatedTo 706 +ep-flow:allocatedTo
707 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 707 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
708 - rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; 708 + rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
709 - rdfs:domain ep-core:PhysicalObject ; 709 + rdfs:domain ep-core:PhysicalObject ;
710 - rdfs:label "allocatedTo"^^xsd:string ; 710 + rdfs:label "allocatedTo"^^xsd:string ;
711 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ; 711 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
712 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 712 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
713 - 713 +
714 -ep-flow:amountOfPrecipitation 714 +ep-flow:amountOfPrecipitation
715 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 715 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
716 - rdfs:domain ep-flow:Flow ; 716 + rdfs:domain ep-flow:Flow ;
717 - rdfs:label "amount of precipitation"^^xsd:string ; 717 + rdfs:label "amount of precipitation"^^xsd:string ;
718 - rdfs:range ep-core:Length . 718 + rdfs:range ep-core:Length .
719 - 719 +
720 -ep-flow:dailyAverageAmountOfMaterial 720 +ep-flow:dailyAverageAmountOfMaterial
721 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 721 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
722 - rdfs:domain ep-flow:Flow ; 722 + rdfs:domain ep-flow:Flow ;
723 - rdfs:label "daily average amount of material"^^xsd:string ; 723 + rdfs:label "daily average amount of material"^^xsd:string ;
724 - rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 724 + rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
725 - 725 +
726 -ep-flow:energyContent 726 +ep-flow:energyContent
727 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 727 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
728 - rdfs:domain ep-material:QuantityOfMaterial ; 728 + rdfs:domain ep-material:QuantityOfMaterial ;
729 - rdfs:label "energy content"^^xsd:string ; 729 + rdfs:label "energy content"^^xsd:string ;
730 - rdfs:range ep-core:Work . 730 + rdfs:range ep-core:Work .
731 - 731 +
732 -ep-flow:facilityContainsFlow 732 +ep-flow:facilityContainsFlow
733 - rdf:type owl:ObjectProperty ; 733 + rdf:type owl:ObjectProperty ;
734 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 734 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
735 - rdfs:label "facility contains flow"^^xsd:string ; 735 + rdfs:label "facility contains flow"^^xsd:string ;
736 - rdfs:range ep-flow:WholeLifeFlow . 736 + rdfs:range ep-flow:WholeLifeFlow .
737 - 737 +
738 -ep-flow:flowInto 738 +ep-flow:flowInto
739 - rdf:type owl:ObjectProperty ; 739 + rdf:type owl:ObjectProperty ;
740 - rdfs:domain ep-flow:WholeLifeFlow ; 740 + rdfs:domain ep-flow:WholeLifeFlow ;
741 - rdfs:label "flow into"^^xsd:string ; 741 + rdfs:label "flow into"^^xsd:string ;
742 - rdfs:range ep-core:PhysicalThing ; 742 + rdfs:range ep-core:PhysicalThing ;
743 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 743 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
744 - 744 +
745 -ep-flow:flowIntoOrOutOf 745 +ep-flow:flowIntoOrOutOf
746 - rdf:type owl:ObjectProperty ; 746 + rdf:type owl:ObjectProperty ;
747 - rdfs:domain ep-flow:WholeLifeFlow ; 747 + rdfs:domain ep-flow:WholeLifeFlow ;
748 - rdfs:label "flow into"^^xsd:string ; 748 + rdfs:label "flow into or out of"^^xsd:string ;
749 - rdfs:range ep-core:PhysicalThing . 749 + rdfs:range ep-core:PhysicalThing .
750 - 750 +
751 -ep-flow:flowOutOf 751 +ep-flow:flowOutOf
752 - rdf:type owl:ObjectProperty ; 752 + rdf:type owl:ObjectProperty ;
753 - rdfs:domain ep-flow:WholeLifeFlow ; 753 + rdfs:domain ep-flow:WholeLifeFlow ;
754 - rdfs:label "flow into"^^xsd:string ; 754 + rdfs:label "flow out of"^^xsd:string ;
755 - rdfs:range ep-core:PhysicalThing ; 755 + rdfs:range ep-core:PhysicalThing ;
756 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 756 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
757 - 757 +
758 -ep-flow:grossCalorificValue 758 +ep-flow:grossCalorificValue
759 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 759 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
760 - rdfs:domain ep-material:QuantityOfMaterial ; 760 + rdfs:domain ep-material:QuantityOfMaterial ;
761 - rdfs:label "gross calorific value"^^xsd:string ; 761 + rdfs:label "gross calorific value"^^xsd:string ;
762 - rdfs:range ep-core:EnergyPerVolume . 762 + rdfs:range ep-core:EnergyPerVolume .
763 - 763 +
764 -ep-flow:hasMixedPart 764 +ep-flow:hasMixedPart
765 - rdf:type owl:ObjectProperty ; 765 + rdf:type owl:ObjectProperty ;
766 - rdfs:domain ep-flow:WholeLifeFlow ; 766 + rdfs:domain ep-flow:WholeLifeFlow ;
767 - rdfs:label "has mixed part"^^xsd:string ; 767 + rdfs:label "has mixed part"^^xsd:string ;
768 - rdfs:range ep-flow:WholeLifeFlow ; 768 + rdfs:range ep-flow:WholeLifeFlow ;
769 - rdfs:subPropertyOf ep-core:hasPart . 769 + rdfs:subPropertyOf ep-core:hasPart .
770 - 770 +
771 -ep-flow:hasNetworkPart 771 +ep-flow:hasNetworkPart
772 - rdf:type owl:ObjectProperty ; 772 + rdf:type owl:ObjectProperty ;
773 - rdfs:domain ep-flow:WholeLifeFlow ; 773 + rdfs:domain ep-flow:WholeLifeFlow ;
774 - rdfs:label "has network part"^^xsd:string ; 774 + rdfs:label "has network part"^^xsd:string ;
775 - rdfs:range ep-flow:WholeLifeFlow ; 775 + rdfs:range ep-flow:WholeLifeFlow ;
776 - rdfs:subPropertyOf ep-core:hasPart . 776 + rdfs:subPropertyOf ep-core:hasPart .
777 - 777 +
778 -ep-flow:horizontalDirectionAzimuth 778 +ep-flow:horizontalDirectionAzimuth
779 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 779 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
780 - rdfs:label "horizontal direction azimuth"^^xsd:string ; 780 + rdfs:label "horizontal direction azimuth"^^xsd:string ;
781 - rdfs:range ep-core:PlaneAngle . 781 + rdfs:range ep-core:PlaneAngle .
782 - 782 +
783 -ep-flow:materialThatFlows 783 +ep-flow:materialThatFlows
784 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 784 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
785 - rdfs:domain ep-flow:Flow ; 785 + rdfs:domain ep-flow:Flow ;
786 - rdfs:label "material that flows"^^xsd:string ; 786 + rdfs:label "material that flows"^^xsd:string ;
787 - rdfs:range ep-material:QuantityOfMaterial . 787 + rdfs:range ep-material:QuantityOfMaterial .
788 - 788 +
789 -ep-flow:rateOfFlowOfMaterial 789 +ep-flow:rateOfFlowOfMaterial
790 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 790 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
791 - rdfs:label "rate of flow of material"^^xsd:string ; 791 + rdfs:label "rate of flow of material"^^xsd:string ;
792 - rdfs:range ep-core:MeasureOfAmountOfMaterial . 792 + rdfs:range ep-core:MeasureOfAmountOfMaterial .
793 - 793 +
794 -ep-flow:summedDailyMass 794 +ep-flow:summedDailyMass
795 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 795 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
796 - rdfs:domain ep-flow:Inventory ; 796 + rdfs:domain ep-flow:Inventory ;
797 - rdfs:label "summed daily mass"^^xsd:string ; 797 + rdfs:label "summed daily mass"^^xsd:string ;
798 - rdfs:range ep-core:Mass . 798 + rdfs:range ep-core:Mass .
799 - 799 +
800 -ep-flow:totalVolumeOfMaterial-deprecated 800 +ep-flow:totalVolumeOfMaterial-deprecated
801 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
802 - rdfs:label "total volume of material"^^xsd:string ; 802 + rdfs:label "total volume of material"^^xsd:string ;
803 - rdfs:range ep-core:MeasureOfAmountOfMaterial . 803 + rdfs:range ep-core:MeasureOfAmountOfMaterial .
804 - 804 +
805 -ep-flow:yearlyAverageAmountOfMaterial 805 +ep-flow:yearlyAverageAmountOfMaterial
806 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 806 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
807 - rdfs:domain ep-flow:Flow ; 807 + rdfs:domain ep-flow:Flow ;
808 - rdfs:label "yearly average amount of material"^^xsd:string ; 808 + rdfs:label "yearly average amount of material"^^xsd:string ;
809 - rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 809 + rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
810 - 810 +
811 -ep-material:AqueousMaterial 811 +ep-material:AqueousMaterial
812 - rdf:type ep-flow:ProductMaterialType . 812 + rdf:type ep-flow:ProductMaterialType .
813 - 813 +
814 -ep-material:C10AndHeavier 814 +ep-material:C10AndHeavier
815 - rdf:type ep-flow:ProductMaterialType . 815 + rdf:type ep-flow:ProductMaterialType .
816 - 816 +
817 -ep-material:C10AndLighter 817 +ep-material:C10AndLighter
818 - rdf:type ep-flow:ProductMaterialType . 818 + rdf:type ep-flow:ProductMaterialType .
819 - 819 +
820 -ep-material:C2AndHeavier 820 +ep-material:C2AndHeavier
821 - rdf:type ep-flow:ProductMaterialType . 821 + rdf:type ep-flow:ProductMaterialType .
822 - 822 +
823 -ep-material:C2AndLighter 823 +ep-material:C2AndLighter
824 - rdf:type ep-flow:ProductMaterialType . 824 + rdf:type ep-flow:ProductMaterialType .
825 - 825 +
826 -ep-material:C3AndHeavier 826 +ep-material:C3AndHeavier
827 - rdf:type ep-flow:ProductMaterialType . 827 + rdf:type ep-flow:ProductMaterialType .
828 - 828 +
829 -ep-material:C3AndLighter 829 +ep-material:C3AndLighter
830 - rdf:type ep-flow:ProductMaterialType . 830 + rdf:type ep-flow:ProductMaterialType .
831 - 831 +
832 -ep-material:C4AndHeavier 832 +ep-material:C4AndHeavier
833 - rdf:type ep-flow:ProductMaterialType . 833 + rdf:type ep-flow:ProductMaterialType .
834 - 834 +
835 -ep-material:C4AndLighter 835 +ep-material:C4AndLighter
836 - rdf:type ep-flow:ProductMaterialType . 836 + rdf:type ep-flow:ProductMaterialType .
837 - 837 +
838 -ep-material:C5AndHeavier 838 +ep-material:C5AndHeavier
839 - rdf:type ep-flow:ProductMaterialType . 839 + rdf:type ep-flow:ProductMaterialType .
840 - 840 +
841 -ep-material:C5AndLighter 841 +ep-material:C5AndLighter
842 - rdf:type ep-flow:ProductMaterialType . 842 + rdf:type ep-flow:ProductMaterialType .
843 - 843 +
844 -ep-material:C6AndHeavier 844 +ep-material:C6AndHeavier
845 - rdf:type ep-flow:ProductMaterialType . 845 + rdf:type ep-flow:ProductMaterialType .
846 - 846 +
847 -ep-material:C6AndLighter 847 +ep-material:C6AndLighter
848 - rdf:type ep-flow:ProductMaterialType . 848 + rdf:type ep-flow:ProductMaterialType .
849 - 849 +
850 -ep-material:C7AndHeavier 850 +ep-material:C7AndHeavier
851 - rdf:type ep-flow:ProductMaterialType . 851 + rdf:type ep-flow:ProductMaterialType .
852 - 852 +
853 -ep-material:C7AndLighter 853 +ep-material:C7AndLighter
854 - rdf:type ep-flow:ProductMaterialType . 854 + rdf:type ep-flow:ProductMaterialType .
855 - 855 +
856 -ep-material:C8AndHeavier 856 +ep-material:C8AndHeavier
857 - rdf:type ep-flow:ProductMaterialType . 857 + rdf:type ep-flow:ProductMaterialType .
858 - 858 +
859 -ep-material:C8AndLighter 859 +ep-material:C8AndLighter
860 - rdf:type ep-flow:ProductMaterialType . 860 + rdf:type ep-flow:ProductMaterialType .
861 - 861 +
862 -ep-material:C9AndHeavier 862 +ep-material:C9AndHeavier
863 - rdf:type ep-flow:ProductMaterialType . 863 + rdf:type ep-flow:ProductMaterialType .
864 - 864 +
865 -ep-material:C9AndLighter 865 +ep-material:C9AndLighter
866 - rdf:type ep-flow:ProductMaterialType . 866 + rdf:type ep-flow:ProductMaterialType .
867 - 867 +
868 -ep-material:CarbonDioxide 868 +ep-material:CarbonDioxide
869 - rdf:type ep-flow:ProductMaterialType . 869 + rdf:type ep-flow:ProductMaterialType .
870 - 870 +
871 -ep-material:CarbonMonoxide 871 +ep-material:CarbonMonoxide
872 - rdf:type ep-flow:ProductMaterialType . 872 + rdf:type ep-flow:ProductMaterialType .
873 - 873 +
874 -ep-material:Chemical 874 +ep-material:Chemical
875 - rdf:type ep-flow:ProductMaterialType . 875 + rdf:type ep-flow:ProductMaterialType .
876 - 876 +
877 -ep-material:Condensate 877 +ep-material:Condensate
878 - rdf:type ep-flow:ProductMaterialType . 878 + rdf:type ep-flow:ProductMaterialType .
879 - 879 +
880 -ep-material:Crude-stabilized 880 +ep-material:Crude-stabilized
881 - rdf:type ep-flow:ProductMaterialType . 881 + rdf:type ep-flow:ProductMaterialType .
882 - 882 +
883 -ep-material:Cuttings 883 +ep-material:Cuttings
884 - rdf:type ep-flow:ProductMaterialType . 884 + rdf:type ep-flow:ProductMaterialType .
885 - 885 +
886 -ep-material:Diesel 886 +ep-material:Diesel
887 - rdf:type ep-flow:ProductMaterialType . 887 + rdf:type ep-flow:ProductMaterialType .
888 - 888 +
889 -ep-material:Diethyleneglycol 889 +ep-material:Diethyleneglycol
890 - rdf:type ep-flow:ProductMaterialType . 890 + rdf:type ep-flow:ProductMaterialType .
891 - 891 +
892 -ep-material:Dioxygen 892 +ep-material:Dioxygen
893 - rdf:type ep-flow:ProductMaterialType . 893 + rdf:type ep-flow:ProductMaterialType .
894 - 894 +
895 -ep-material:Ethane 895 +ep-material:Ethane
896 - rdf:type ep-flow:ProductMaterialType . 896 + rdf:type ep-flow:ProductMaterialType .
897 - 897 +
898 -ep-material:Ethane-component 898 +ep-material:Ethane-component
899 - rdf:type ep-flow:ProductMaterialType . 899 + rdf:type ep-flow:ProductMaterialType .
900 - 900 +
901 -ep-material:Gas 901 +ep-material:Gas
902 - rdf:type ep-flow:ProductMaterialType . 902 + rdf:type ep-flow:ProductMaterialType .
903 - 903 +
904 -ep-material:Gas-componentInOil 904 +ep-material:Gas-componentInOil
905 - rdf:type ep-flow:ProductMaterialType . 905 + rdf:type ep-flow:ProductMaterialType .
906 - 906 +
907 -ep-material:Gas-dry 907 +ep-material:Gas-dry
908 - rdf:type ep-flow:ProductMaterialType . 908 + rdf:type ep-flow:ProductMaterialType .
909 - 909 +
910 -ep-material:Gas-rich 910 +ep-material:Gas-rich
911 - rdf:type ep-flow:ProductMaterialType . 911 + rdf:type ep-flow:ProductMaterialType .
912 - 912 +
913 -ep-material:Gas-wet 913 +ep-material:Gas-wet
914 - rdf:type ep-flow:ProductMaterialType . 914 + rdf:type ep-flow:ProductMaterialType .
915 - 915 +
916 -ep-material:HeliumGas 916 +ep-material:HeliumGas
917 - rdf:type ep-flow:ProductMaterialType . 917 + rdf:type ep-flow:ProductMaterialType .
918 - 918 +
919 -ep-material:Heptane 919 +ep-material:Heptane
920 - rdf:type ep-flow:ProductMaterialType . 920 + rdf:type ep-flow:ProductMaterialType .
921 - 921 +
922 -ep-material:HydrogenGas 922 +ep-material:HydrogenGas
923 - rdf:type ep-flow:ProductMaterialType . 923 + rdf:type ep-flow:ProductMaterialType .
924 - 924 +
925 -ep-material:HydrogenSulfide 925 +ep-material:HydrogenSulfide
926 - rdf:type ep-flow:ProductMaterialType . 926 + rdf:type ep-flow:ProductMaterialType .
927 - 927 +
928 -ep-material:Isobutane 928 +ep-material:Isobutane
929 - rdf:type ep-flow:ProductMaterialType . 929 + rdf:type ep-flow:ProductMaterialType .
930 - 930 +
931 -ep-material:Isobutane-component 931 +ep-material:Isobutane-component
932 - rdf:type ep-flow:ProductMaterialType . 932 + rdf:type ep-flow:ProductMaterialType .
933 - 933 +
934 -ep-material:Isopentane 934 +ep-material:Isopentane
935 - rdf:type ep-flow:ProductMaterialType . 935 + rdf:type ep-flow:ProductMaterialType .
936 - 936 +
937 -ep-material:LiquifiedNaturalGas 937 +ep-material:LiquifiedNaturalGas
938 - rdf:type ep-flow:ProductMaterialType . 938 + rdf:type ep-flow:ProductMaterialType .
939 - 939 +
940 -ep-material:LiquifiedPetroleumGas 940 +ep-material:LiquifiedPetroleumGas
941 - rdf:type ep-flow:ProductMaterialType . 941 + rdf:type ep-flow:ProductMaterialType .
942 - 942 +
943 -ep-material:Methane 943 +ep-material:Methane
944 - rdf:type ep-flow:ProductMaterialType . 944 + rdf:type ep-flow:ProductMaterialType .
945 - 945 +
946 -ep-material:Methanol 946 +ep-material:Methanol
947 - rdf:type ep-flow:ProductMaterialType . 947 + rdf:type ep-flow:ProductMaterialType .
948 - 948 +
949 -ep-material:MixedButane 949 +ep-material:MixedButane
950 - rdf:type ep-flow:ProductMaterialType . 950 + rdf:type ep-flow:ProductMaterialType .
951 - 951 +
952 -ep-material:Monoethyleneglycol 952 +ep-material:Monoethyleneglycol
953 - rdf:type ep-flow:ProductMaterialType . 953 + rdf:type ep-flow:ProductMaterialType .
954 - 954 +
955 -ep-material:NGL-componentInGas 955 +ep-material:NGL-componentInGas
956 - rdf:type ep-flow:ProductMaterialType . 956 + rdf:type ep-flow:ProductMaterialType .
957 - 957 +
958 -ep-material:Naphtha 958 +ep-material:Naphtha
959 - rdf:type ep-flow:ProductMaterialType . 959 + rdf:type ep-flow:ProductMaterialType .
960 - 960 +
961 -ep-material:NaturalGasLiquid 961 +ep-material:NaturalGasLiquid
962 - rdf:type ep-flow:ProductMaterialType . 962 + rdf:type ep-flow:ProductMaterialType .
963 - 963 +
964 -ep-material:Neopentane 964 +ep-material:Neopentane
965 - rdf:type ep-flow:ProductMaterialType . 965 + rdf:type ep-flow:ProductMaterialType .
966 - 966 +
967 -ep-material:NitrogenGas 967 +ep-material:NitrogenGas
968 - rdf:type ep-flow:ProductMaterialType . 968 + rdf:type ep-flow:ProductMaterialType .
969 - 969 +
970 -ep-material:NitrogenOxideGas 970 +ep-material:NitrogenOxideGas
971 - rdf:type ep-flow:ProductMaterialType . 971 + rdf:type ep-flow:ProductMaterialType .
972 - 972 +
973 -ep-material:NormalButane 973 +ep-material:NormalButane
974 - rdf:type ep-flow:ProductMaterialType . 974 + rdf:type ep-flow:ProductMaterialType .
975 - 975 +
976 -ep-material:NormalButane-component 976 +ep-material:NormalButane-component
977 - rdf:type ep-flow:ProductMaterialType . 977 + rdf:type ep-flow:ProductMaterialType .
978 - 978 +
979 -ep-material:NormalPentane 979 +ep-material:NormalPentane
980 - rdf:type ep-flow:ProductMaterialType . 980 + rdf:type ep-flow:ProductMaterialType .
981 - 981 +
982 -ep-material:Oil 982 +ep-material:Oil
983 - rdf:type ep-flow:ProductMaterialType . 983 + rdf:type ep-flow:ProductMaterialType .
984 - 984 +
985 -ep-material:Oil-componentInWater 985 +ep-material:Oil-componentInWater
986 - rdf:type ep-flow:ProductMaterialType . 986 + rdf:type ep-flow:ProductMaterialType .
987 - 987 +
988 -ep-material:OilAndGas 988 +ep-material:OilAndGas
989 - rdf:type ep-flow:ProductMaterialType . 989 + rdf:type ep-flow:ProductMaterialType .
990 - 990 +
991 -ep-material:Oleic 991 +ep-material:Oleic
992 - rdf:type ep-flow:ProductMaterialType . 992 + rdf:type ep-flow:ProductMaterialType .
993 - 993 +
994 -ep-material:PetroleumGasLiquid 994 +ep-material:PetroleumGasLiquid
995 - rdf:type ep-flow:ProductMaterialType . 995 + rdf:type ep-flow:ProductMaterialType .
996 - 996 +
997 -ep-material:Propane 997 +ep-material:Propane
998 - rdf:type ep-flow:ProductMaterialType . 998 + rdf:type ep-flow:ProductMaterialType .
999 - 999 +
1000 -ep-material:Propane-component 1000 +ep-material:Propane-component
1001 - rdf:type ep-flow:ProductMaterialType . 1001 + rdf:type ep-flow:ProductMaterialType .
1002 - 1002 +
1003 -ep-material:Salt 1003 +ep-material:Salt
1004 - rdf:type ep-flow:ProductMaterialType . 1004 + rdf:type ep-flow:ProductMaterialType .
1005 - 1005 +
1006 -ep-material:Sand 1006 +ep-material:Sand
1007 - rdf:type ep-flow:ProductMaterialType . 1007 + rdf:type ep-flow:ProductMaterialType .
1008 - 1008 +
1009 -ep-material:Triethyleneglycol 1009 +ep-material:Triethyleneglycol
1010 - rdf:type ep-flow:ProductMaterialType . 1010 + rdf:type ep-flow:ProductMaterialType .
1011 - 1011 +
1012 -ep-material:Vapour 1012 +ep-material:Vapour
1013 - rdf:type ep-flow:ProductMaterialType . 1013 + rdf:type ep-flow:ProductMaterialType .
1014 - 1014 +
1015 -ep-material:Water 1015 +ep-material:Water
1016 - rdf:type ep-flow:ProductMaterialType . 1016 + rdf:type ep-flow:ProductMaterialType .
1017 - 1017 +
1018 -ep-material:Water-discharge 1018 +ep-material:Water-discharge
1019 - rdf:type ep-flow:ProductMaterialType . 1019 + rdf:type ep-flow:ProductMaterialType .
1020 - 1020 +
1021 -ep-material:Water-processed 1021 +ep-material:Water-processed
1022 - rdf:type ep-flow:ProductMaterialType . 1022 + rdf:type ep-flow:ProductMaterialType .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 4 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
5 - 5 +
6 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 7 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
8 -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . 8 +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 - 13 +
14 -<http://www.reportinghub.no/ep/schema/1.0/geography> 14 +<http://www.reportinghub.no/ep/schema/1.0/geography>
15 - rdf:type owl:Ontology ; 15 + rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 - 18 +
19 -ep-core:Area 19 +ep-core:Area
20 - rdf:type rdfs:Class , ep-core:PropertySpace ; 20 + rdf:type ep-core:PropertySpace , rdfs:Class ;
21 - rdfs:label "Compressibility"^^xsd:string ; 21 + rdfs:label "Area"^^xsd:string ;
22 - rdfs:subClassOf owl:Class . 22 + rdfs:subClassOf owl:Class .
23 - 23 +
24 -ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart 24 +ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
25 - rdf:type owl:TransitiveProperty ; 25 + rdf:type owl:TransitiveProperty ;
26 - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; 26 + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
27 - rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; 27 + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
28 - rdfs:subPropertyOf ep-core:hasPart . 28 + rdfs:subPropertyOf ep-core:hasPart .
29 - 29 +
30 -ep-core:km2 30 +ep-core:km2
31 - rdfs:domain ep-core:Area . 31 + rdfs:domain ep-core:Area .
32 - 32 +
33 -ep-core:licenceBlockHasNpdPolygonPart 33 +ep-core:licenceBlockHasNpdPolygonPart
34 - rdf:type owl:TransitiveProperty ; 34 + rdf:type owl:TransitiveProperty ;
35 - rdfs:domain ep-geo:LicenceBlock ; 35 + rdfs:domain ep-geo:LicenceBlock ;
36 - rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; 36 + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
37 - rdfs:subPropertyOf ep-core:hasPart . 37 + rdfs:subPropertyOf ep-core:hasPart .
38 - 38 +
39 -ep-geo:AreaCoveredByBusinessArrangement 39 +ep-geo:AreaCoveredByBusinessArrangement
40 - rdf:type owl:Class ; 40 + rdf:type owl:Class ;
41 - rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; 41 + rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
42 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 42 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
43 - owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . 43 + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
44 - 44 +
45 -ep-geo:Country 45 +ep-geo:Country
46 - rdf:type owl:Class ; 46 + rdf:type owl:Class ;
47 - rdfs:label "country"^^xsd:string ; 47 + rdfs:label "country"^^xsd:string ;
48 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 48 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
49 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . 49 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
50 - 50 +
51 -ep-geo:County 51 +ep-geo:County
52 - rdf:type owl:Class ; 52 + rdf:type owl:Class ;
53 - rdfs:label "county"^^xsd:string ; 53 + rdfs:label "county"^^xsd:string ;
54 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 54 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
55 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 55 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
56 - 56 +
57 -ep-geo:DestinationType 57 +ep-geo:DestinationType
58 - rdf:type rdfs:Class ; 58 + rdf:type rdfs:Class ;
59 - rdfs:label "destination type"^^xsd:string ; 59 + rdfs:label "destination type"^^xsd:string ;
60 - rdfs:subClassOf owl:Class . 60 + rdfs:subClassOf owl:Class .
61 - 61 +
62 -ep-geo:Harbour 62 +ep-geo:Harbour
63 - rdf:type owl:Class , ep-geo:DestinationType ; 63 + rdf:type ep-geo:DestinationType , owl:Class ;
64 - rdfs:label "harbour"^^xsd:string ; 64 + rdfs:label "harbour"^^xsd:string ;
65 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 65 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
66 - 66 +
67 -ep-geo:LicenceBlock 67 +ep-geo:LicenceBlock
68 - rdf:type owl:Class ; 68 + rdf:type owl:Class ;
69 - rdfs:comment "See RDL RDS13025226"^^xsd:string ; 69 + rdfs:comment "See RDL RDS13025226"^^xsd:string ;
70 - rdfs:label "Licence Block"^^xsd:string ; 70 + rdfs:label "Licence Block"^^xsd:string ;
71 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 71 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
72 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . 72 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
73 - 73 +
74 -ep-geo:OffshoreLocation 74 +ep-geo:OffshoreLocation
75 - rdf:type owl:Class ; 75 + rdf:type owl:Class ;
76 - rdfs:label "offshore location"^^xsd:string ; 76 + rdfs:label "offshore location"^^xsd:string ;
77 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 77 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
78 - 78 +
79 -ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon 79 +ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
80 - rdf:type owl:Class ; 80 + rdf:type owl:Class ;
81 - rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; 81 + rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
82 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 82 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
83 - owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . 83 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State .
84 - 84 +
85 -ep-geo:PartOfTheSurfaceOfTheEarth 85 +ep-geo:PartOfTheSurfaceOfTheEarth
86 - rdf:type owl:Class ; 86 + rdf:type owl:Class ;
87 - rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ; 87 + rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ;
88 - rdfs:subClassOf ep-core:PhysicalObject . 88 + rdfs:subClassOf ep-core:PhysicalObject .
89 - 89 +
90 -ep-geo:State 90 +ep-geo:State
91 - rdf:type owl:Class ; 91 + rdf:type owl:Class ;
92 - rdfs:label "state"^^xsd:string ; 92 + rdfs:label "state"^^xsd:string ;
93 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 93 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
94 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 94 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
95 - 95 +
96 -ep-geo:Terminal 96 +ep-geo:Terminal
97 - rdf:type owl:Class , ep-geo:DestinationType ; 97 + rdf:type ep-geo:DestinationType , owl:Class ;
98 - rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; 98 + rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ;
99 - rdfs:label "terminal"^^xsd:string ; 99 + rdfs:label "terminal"^^xsd:string ;
100 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . 100 + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
101 - 101 +
102 -ep-geo:areaOnSurfaceOfEarth 102 +ep-geo:areaOnSurfaceOfEarth
103 - rdf:type owl:ObjectProperty ; 103 + rdf:type owl:ObjectProperty ;
104 - rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; 104 + rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ;
105 - rdfs:range ep-core:Area . 105 + rdfs:range ep-core:Area .
106 - 106 +
107 -ep-geo:businessArrangementGoverningArea 107 +ep-geo:businessArrangementGoverningArea
108 - rdf:type owl:ObjectProperty ; 108 + rdf:type owl:ObjectProperty ;
109 - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; 109 + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
110 - rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . 110 + rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> .
111 - 111 +
112 -ep-geo:hasAreaName 112 +ep-geo:hasAreaName
113 - rdf:type owl:DatatypeProperty ; 113 + rdf:type owl:DatatypeProperty ;
114 - rdfs:domain ep-geo:OffshoreLocation ; 114 + rdfs:domain ep-geo:OffshoreLocation ;
115 - rdfs:label "has area name"^^xsd:string . 115 + rdfs:label "has area name"^^xsd:string .
116 - 116 +
117 -ep-geo:hasNorthSeaAreaName 117 +ep-geo:hasNorthSeaAreaName
118 - rdf:type owl:DatatypeProperty ; 118 + rdf:type owl:DatatypeProperty ;
119 - rdfs:domain ep-geo:OffshoreLocation ; 119 + rdfs:domain ep-geo:OffshoreLocation ;
120 - rdfs:label "has North Sea area name"^^xsd:string . 120 + rdfs:label "has North Sea area name"^^xsd:string .
121 - 121 +
122 -ep-geo:hasNorthSeaBlockSuffixId 122 +ep-geo:hasNorthSeaBlockSuffixId
123 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 123 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
124 - rdfs:domain ep-geo:OffshoreLocation ; 124 + rdfs:domain ep-geo:OffshoreLocation ;
125 - rdfs:label "has North Sea block suffix ID"^^xsd:string . 125 + rdfs:label "has North Sea block suffix ID"^^xsd:string .
126 - 126 +
127 -ep-geo:hasNorthSeaQuadrantId 127 +ep-geo:hasNorthSeaQuadrantId
128 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 128 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
129 - rdfs:domain ep-geo:OffshoreLocation ; 129 + rdfs:domain ep-geo:OffshoreLocation ;
130 - rdfs:label "has North Sea quadrant ID"^^xsd:string . 130 + rdfs:label "has North Sea quadrant ID"^^xsd:string .
131 - 131 +
132 -ep-geo:hasOffshoreLocationComment 132 +ep-geo:hasOffshoreLocationComment
133 - rdf:type owl:DatatypeProperty ; 133 + rdf:type owl:DatatypeProperty ;
134 - rdfs:domain ep-geo:OffshoreLocation ; 134 + rdfs:domain ep-geo:OffshoreLocation ;
135 - rdfs:label "has offshore location comment"^^xsd:string . 135 + rdfs:label "has offshore location comment"^^xsd:string .
136 - 136 +
137 -ep-geo:locatedWithin 137 +ep-geo:locatedWithin
138 - rdf:type owl:ObjectProperty ; 138 + rdf:type owl:ObjectProperty ;
139 - rdfs:domain ep-core:PhysicalThing ; 139 + rdfs:domain ep-core:PhysicalThing ;
140 - rdfs:label "located within"^^xsd:string ; 140 + rdfs:label "located within"^^xsd:string ;
141 - rdfs:range ep-core:PhysicalObject . 141 + rdfs:range ep-core:PhysicalObject .
142 - 142 +
143 -ep-geo:nominallyLocatedAt 143 +ep-geo:nominallyLocatedAt
144 - rdf:type owl:ObjectProperty ; 144 + rdf:type owl:ObjectProperty ;
145 - rdfs:domain ep-core:PhysicalThing ; 145 + rdfs:domain ep-core:PhysicalThing ;
146 - rdfs:label "nominally located at"^^xsd:string ; 146 + rdfs:label "nominally located at"^^xsd:string ;
147 - rdfs:range ep-core:PhysicalObject . 147 + rdfs:range ep-core:PhysicalObject .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/flow 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/material 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/material
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/well 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/well
5 - 5 +
6 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 7 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
8 -@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . 8 +@prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> .
9 -@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . 9 +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> .
10 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 10 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
11 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 13 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 - 14 +
15 -<http://www.reportinghub.no/ep/schema/1.0/production-well> 15 +<http://www.reportinghub.no/ep/schema/1.0/production-well>
16 - rdf:type owl:Ontology ; 16 + rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 - 19 +
20 -ep-material:Air-gas 20 +ep-material:Air-gas
21 - rdf:type ep-prodwell:InjectionFluidType . 21 + rdf:type ep-prodwell:InjectionFluidType .
22 - 22 +
23 -ep-material:Brine 23 +ep-material:Brine
24 - rdf:type ep-prodwell:InjectionFluidType . 24 + rdf:type ep-prodwell:InjectionFluidType .
25 - 25 +
26 -ep-material:CO2-gas 26 +ep-material:CO2-gas
27 - rdf:type ep-prodwell:InjectionFluidType . 27 + rdf:type ep-prodwell:InjectionFluidType .
28 - 28 +
29 -ep-material:DryFluid 29 +ep-material:DryFluid
30 - rdf:type ep-prodwell:InjectionFluidType . 30 + rdf:type ep-prodwell:InjectionFluidType .
31 - 31 +
32 -ep-material:FluidFraction 32 +ep-material:FluidFraction
33 - rdf:type ep-prodwell:FluidComponentKindType . 33 + rdf:type ep-prodwell:FluidComponentKindType .
34 - 34 +
35 -ep-material:FreshWater 35 +ep-material:FreshWater
36 - rdf:type ep-prodwell:InjectionFluidType . 36 + rdf:type ep-prodwell:InjectionFluidType .
37 - 37 +
38 -ep-material:Gas 38 +ep-material:Gas
39 - rdf:type ep-prodwell:FluidPhaseType . 39 + rdf:type ep-prodwell:FluidPhaseType .
40 - 40 +
41 -ep-material:GasAndWater 41 +ep-material:GasAndWater
42 - rdf:type ep-prodwell:InjectionFluidType . 42 + rdf:type ep-prodwell:InjectionFluidType .
43 - 43 +
44 -ep-material:Liquid 44 +ep-material:Liquid
45 - rdf:type ep-prodwell:FluidPhaseType . 45 + rdf:type ep-prodwell:FluidPhaseType .
46 - 46 +
47 -ep-material:NonHcGas 47 +ep-material:NonHcGas
48 - rdf:type ep-prodwell:InjectionFluidType . 48 + rdf:type ep-prodwell:InjectionFluidType .
49 - 49 +
50 -ep-material:OilAndGas 50 +ep-material:OilAndGas
51 - rdf:type ep-prodwell:InjectionFluidType . 51 + rdf:type ep-prodwell:InjectionFluidType .
52 - 52 +
53 -ep-material:OilAndWater 53 +ep-material:OilAndWater
54 - rdf:type ep-prodwell:InjectionFluidType . 54 + rdf:type ep-prodwell:InjectionFluidType .
55 - 55 +
56 -ep-material:OtherInjectionFluid 56 +ep-material:OtherInjectionFluid
57 - rdf:type ep-prodwell:InjectionFluidType . 57 + rdf:type ep-prodwell:InjectionFluidType .
58 - 58 +
59 -ep-material:Pentane 59 +ep-material:Pentane
60 - rdf:type ep-prodwell:ComponentMaterialType . 60 + rdf:type ep-prodwell:ComponentMaterialType .
61 - 61 +
62 -ep-material:PlusFraction 62 +ep-material:PlusFraction
63 - rdf:type ep-prodwell:FluidComponentKindType . 63 + rdf:type ep-prodwell:FluidComponentKindType .
64 - 64 +
65 -ep-material:Propane 65 +ep-material:Propane
66 - rdf:type ep-prodwell:ComponentMaterialType . 66 + rdf:type ep-prodwell:ComponentMaterialType .
67 - 67 +
68 -ep-material:PureFluid 68 +ep-material:PureFluid
69 - rdf:type ep-prodwell:FluidComponentKindType . 69 + rdf:type ep-prodwell:FluidComponentKindType .
70 - 70 +
71 -ep-material:SplitFraction 71 +ep-material:SplitFraction
72 - rdf:type ep-prodwell:FluidComponentKindType . 72 + rdf:type ep-prodwell:FluidComponentKindType .
73 - 73 +
74 -ep-material:Steam 74 +ep-material:Steam
75 - rdf:type ep-prodwell:InjectionFluidType . 75 + rdf:type ep-prodwell:InjectionFluidType .
76 - 76 +
77 -ep-material:UnknownFluid 77 +ep-material:UnknownFluid
78 - rdf:type ep-prodwell:InjectionFluidType . 78 + rdf:type ep-prodwell:InjectionFluidType .
79 - 79 +
80 -ep-material:substance-11dmcyPentane 80 +ep-material:substance-11dmcyPentane
81 - rdf:type ep-prodwell:ComponentMaterialType . 81 + rdf:type ep-prodwell:ComponentMaterialType .
82 - 82 +
83 -ep-material:substance-124tmBenzene 83 +ep-material:substance-124tmBenzene
84 - rdf:type ep-prodwell:ComponentMaterialType . 84 + rdf:type ep-prodwell:ComponentMaterialType .
85 - 85 +
86 -ep-material:substance-12dmBenzene 86 +ep-material:substance-12dmBenzene
87 - rdf:type ep-prodwell:ComponentMaterialType . 87 + rdf:type ep-prodwell:ComponentMaterialType .
88 - 88 +
89 -ep-material:substance-13dmBenzene 89 +ep-material:substance-13dmBenzene
90 - rdf:type ep-prodwell:ComponentMaterialType . 90 + rdf:type ep-prodwell:ComponentMaterialType .
91 - 91 +
92 -ep-material:substance-14dmBenzene 92 +ep-material:substance-14dmBenzene
93 - rdf:type ep-prodwell:ComponentMaterialType . 93 + rdf:type ep-prodwell:ComponentMaterialType .
94 - 94 +
95 -ep-material:substance-223tmButane 95 +ep-material:substance-223tmButane
96 - rdf:type ep-prodwell:ComponentMaterialType . 96 + rdf:type ep-prodwell:ComponentMaterialType .
97 - 97 +
98 -ep-material:substance-223tmPentane 98 +ep-material:substance-223tmPentane
99 - rdf:type ep-prodwell:ComponentMaterialType . 99 + rdf:type ep-prodwell:ComponentMaterialType .
100 - 100 +
101 -ep-material:substance-22dmButane 101 +ep-material:substance-22dmButane
102 - rdf:type ep-prodwell:ComponentMaterialType . 102 + rdf:type ep-prodwell:ComponentMaterialType .
103 - 103 +
104 -ep-material:substance-22dmHexane 104 +ep-material:substance-22dmHexane
105 - rdf:type ep-prodwell:ComponentMaterialType . 105 + rdf:type ep-prodwell:ComponentMaterialType .
106 - 106 +
107 -ep-material:substance-22dmPentane 107 +ep-material:substance-22dmPentane
108 - rdf:type ep-prodwell:ComponentMaterialType . 108 + rdf:type ep-prodwell:ComponentMaterialType .
109 - 109 +
110 -ep-material:substance-22dmPropane 110 +ep-material:substance-22dmPropane
111 - rdf:type ep-prodwell:ComponentMaterialType . 111 + rdf:type ep-prodwell:ComponentMaterialType .
112 - 112 +
113 -ep-material:substance-23dmButane 113 +ep-material:substance-23dmButane
114 - rdf:type ep-prodwell:ComponentMaterialType . 114 + rdf:type ep-prodwell:ComponentMaterialType .
115 - 115 +
116 -ep-material:substance-23dmPentane 116 +ep-material:substance-23dmPentane
117 - rdf:type ep-prodwell:ComponentMaterialType . 117 + rdf:type ep-prodwell:ComponentMaterialType .
118 - 118 +
119 -ep-material:substance-24dmHexane 119 +ep-material:substance-24dmHexane
120 - rdf:type ep-prodwell:ComponentMaterialType . 120 + rdf:type ep-prodwell:ComponentMaterialType .
121 - 121 +
122 -ep-material:substance-24dmPentane 122 +ep-material:substance-24dmPentane
123 - rdf:type ep-prodwell:ComponentMaterialType . 123 + rdf:type ep-prodwell:ComponentMaterialType .
124 - 124 +
125 -ep-material:substance-25dmHexane 125 +ep-material:substance-25dmHexane
126 - rdf:type ep-prodwell:ComponentMaterialType . 126 + rdf:type ep-prodwell:ComponentMaterialType .
127 - 127 +
128 -ep-material:substance-2mButane 128 +ep-material:substance-2mButane
129 - rdf:type ep-prodwell:ComponentMaterialType . 129 + rdf:type ep-prodwell:ComponentMaterialType .
130 - 130 +
131 -ep-material:substance-2mHexane 131 +ep-material:substance-2mHexane
132 - rdf:type ep-prodwell:ComponentMaterialType . 132 + rdf:type ep-prodwell:ComponentMaterialType .
133 - 133 +
134 -ep-material:substance-2mPentane 134 +ep-material:substance-2mPentane
135 - rdf:type ep-prodwell:ComponentMaterialType . 135 + rdf:type ep-prodwell:ComponentMaterialType .
136 - 136 +
137 -ep-material:substance-2mPropane 137 +ep-material:substance-2mPropane
138 - rdf:type ep-prodwell:ComponentMaterialType . 138 + rdf:type ep-prodwell:ComponentMaterialType .
139 - 139 +
140 -ep-material:substance-33dmPentane 140 +ep-material:substance-33dmPentane
141 - rdf:type ep-prodwell:ComponentMaterialType . 141 + rdf:type ep-prodwell:ComponentMaterialType .
142 - 142 +
143 -ep-material:substance-3etPentane 143 +ep-material:substance-3etPentane
144 - rdf:type ep-prodwell:ComponentMaterialType . 144 + rdf:type ep-prodwell:ComponentMaterialType .
145 - 145 +
146 -ep-material:substance-3mHexane 146 +ep-material:substance-3mHexane
147 - rdf:type ep-prodwell:ComponentMaterialType . 147 + rdf:type ep-prodwell:ComponentMaterialType .
148 - 148 +
149 -ep-material:substance-3mPentane 149 +ep-material:substance-3mPentane
150 - rdf:type ep-prodwell:ComponentMaterialType . 150 + rdf:type ep-prodwell:ComponentMaterialType .
151 - 151 +
152 -ep-material:substance-Ar 152 +ep-material:substance-Ar
153 - rdf:type ep-prodwell:ComponentMaterialType . 153 + rdf:type ep-prodwell:ComponentMaterialType .
154 - 154 +
155 -ep-material:substance-Benzene 155 +ep-material:substance-Benzene
156 - rdf:type ep-prodwell:ComponentMaterialType . 156 + rdf:type ep-prodwell:ComponentMaterialType .
157 - 157 +
158 -ep-material:substance-Butane 158 +ep-material:substance-Butane
159 - rdf:type ep-prodwell:ComponentMaterialType . 159 + rdf:type ep-prodwell:ComponentMaterialType .
160 - 160 +
161 -ep-material:substance-C11F 161 +ep-material:substance-C11F
162 - rdf:type ep-prodwell:ComponentMaterialType . 162 + rdf:type ep-prodwell:ComponentMaterialType .
163 - 163 +
164 -ep-material:substance-C12F 164 +ep-material:substance-C12F
165 - rdf:type ep-prodwell:ComponentMaterialType . 165 + rdf:type ep-prodwell:ComponentMaterialType .
166 - 166 +
167 -ep-material:substance-C13F 167 +ep-material:substance-C13F
168 - rdf:type ep-prodwell:ComponentMaterialType . 168 + rdf:type ep-prodwell:ComponentMaterialType .
169 - 169 +
170 -ep-material:substance-C13dmcyPentane 170 +ep-material:substance-C13dmcyPentane
171 - rdf:type ep-prodwell:ComponentMaterialType . 171 + rdf:type ep-prodwell:ComponentMaterialType .
172 - 172 +
173 -ep-material:substance-C14F 173 +ep-material:substance-C14F
174 - rdf:type ep-prodwell:ComponentMaterialType . 174 + rdf:type ep-prodwell:ComponentMaterialType .
175 - 175 +
176 -ep-material:substance-C15F 176 +ep-material:substance-C15F
177 - rdf:type ep-prodwell:ComponentMaterialType . 177 + rdf:type ep-prodwell:ComponentMaterialType .
178 - 178 +
179 -ep-material:substance-C16F 179 +ep-material:substance-C16F
180 - rdf:type ep-prodwell:ComponentMaterialType . 180 + rdf:type ep-prodwell:ComponentMaterialType .
181 - 181 +
182 -ep-material:substance-C17F 182 +ep-material:substance-C17F
183 - rdf:type ep-prodwell:ComponentMaterialType . 183 + rdf:type ep-prodwell:ComponentMaterialType .
184 - 184 +
185 -ep-material:substance-C18F 185 +ep-material:substance-C18F
186 - rdf:type ep-prodwell:ComponentMaterialType . 186 + rdf:type ep-prodwell:ComponentMaterialType .
187 - 187 +
188 -ep-material:substance-C19F 188 +ep-material:substance-C19F
189 - rdf:type ep-prodwell:ComponentMaterialType . 189 + rdf:type ep-prodwell:ComponentMaterialType .
190 - 190 +
191 -ep-material:substance-C20F 191 +ep-material:substance-C20F
192 - rdf:type ep-prodwell:ComponentMaterialType . 192 + rdf:type ep-prodwell:ComponentMaterialType .
193 - 193 +
194 -ep-material:substance-C21F 194 +ep-material:substance-C21F
195 - rdf:type ep-prodwell:ComponentMaterialType . 195 + rdf:type ep-prodwell:ComponentMaterialType .
196 - 196 +
197 -ep-material:substance-C22F 197 +ep-material:substance-C22F
198 - rdf:type ep-prodwell:ComponentMaterialType . 198 + rdf:type ep-prodwell:ComponentMaterialType .
199 - 199 +
200 -ep-material:substance-C23F 200 +ep-material:substance-C23F
201 - rdf:type ep-prodwell:ComponentMaterialType . 201 + rdf:type ep-prodwell:ComponentMaterialType .
202 - 202 +
203 -ep-material:substance-C24F 203 +ep-material:substance-C24F
204 - rdf:type ep-prodwell:ComponentMaterialType . 204 + rdf:type ep-prodwell:ComponentMaterialType .
205 - 205 +
206 -ep-material:substance-C25F 206 +ep-material:substance-C25F
207 - rdf:type ep-prodwell:ComponentMaterialType . 207 + rdf:type ep-prodwell:ComponentMaterialType .
208 - 208 +
209 -ep-material:substance-C26F 209 +ep-material:substance-C26F
210 - rdf:type ep-prodwell:ComponentMaterialType . 210 + rdf:type ep-prodwell:ComponentMaterialType .
211 - 211 +
212 -ep-material:substance-C27F 212 +ep-material:substance-C27F
213 - rdf:type ep-prodwell:ComponentMaterialType . 213 + rdf:type ep-prodwell:ComponentMaterialType .
214 - 214 +
215 -ep-material:substance-C28F 215 +ep-material:substance-C28F
216 - rdf:type ep-prodwell:ComponentMaterialType . 216 + rdf:type ep-prodwell:ComponentMaterialType .
217 - 217 +
218 -ep-material:substance-C29F 218 +ep-material:substance-C29F
219 - rdf:type ep-prodwell:ComponentMaterialType . 219 + rdf:type ep-prodwell:ComponentMaterialType .
220 - 220 +
221 -ep-material:substance-C30F 221 +ep-material:substance-C30F
222 - rdf:type ep-prodwell:ComponentMaterialType . 222 + rdf:type ep-prodwell:ComponentMaterialType .
223 - 223 +
224 -ep-material:substance-C31F 224 +ep-material:substance-C31F
225 - rdf:type ep-prodwell:ComponentMaterialType . 225 + rdf:type ep-prodwell:ComponentMaterialType .
226 - 226 +
227 -ep-material:substance-C32F 227 +ep-material:substance-C32F
228 - rdf:type ep-prodwell:ComponentMaterialType . 228 + rdf:type ep-prodwell:ComponentMaterialType .
229 - 229 +
230 -ep-material:substance-C33F 230 +ep-material:substance-C33F
231 - rdf:type ep-prodwell:ComponentMaterialType . 231 + rdf:type ep-prodwell:ComponentMaterialType .
232 - 232 +
233 -ep-material:substance-C34F 233 +ep-material:substance-C34F
234 - rdf:type ep-prodwell:ComponentMaterialType . 234 + rdf:type ep-prodwell:ComponentMaterialType .
235 - 235 +
236 -ep-material:substance-C35F 236 +ep-material:substance-C35F
237 - rdf:type ep-prodwell:ComponentMaterialType . 237 + rdf:type ep-prodwell:ComponentMaterialType .
238 - 238 +
239 -ep-material:substance-C36F 239 +ep-material:substance-C36F
240 - rdf:type ep-prodwell:ComponentMaterialType . 240 + rdf:type ep-prodwell:ComponentMaterialType .
241 - 241 +
242 -ep-material:substance-C37F 242 +ep-material:substance-C37F
243 - rdf:type ep-prodwell:ComponentMaterialType . 243 + rdf:type ep-prodwell:ComponentMaterialType .
244 - 244 +
245 -ep-material:substance-C38F 245 +ep-material:substance-C38F
246 - rdf:type ep-prodwell:ComponentMaterialType . 246 + rdf:type ep-prodwell:ComponentMaterialType .
247 - 247 +
248 -ep-material:substance-C39F 248 +ep-material:substance-C39F
249 - rdf:type ep-prodwell:ComponentMaterialType . 249 + rdf:type ep-prodwell:ComponentMaterialType .
250 - 250 +
251 -ep-material:substance-C40F 251 +ep-material:substance-C40F
252 - rdf:type ep-prodwell:ComponentMaterialType . 252 + rdf:type ep-prodwell:ComponentMaterialType .
253 - 253 +
254 -ep-material:substance-C41F 254 +ep-material:substance-C41F
255 - rdf:type ep-prodwell:ComponentMaterialType . 255 + rdf:type ep-prodwell:ComponentMaterialType .
256 - 256 +
257 -ep-material:substance-C42F 257 +ep-material:substance-C42F
258 - rdf:type ep-prodwell:ComponentMaterialType . 258 + rdf:type ep-prodwell:ComponentMaterialType .
259 - 259 +
260 -ep-material:substance-C43F 260 +ep-material:substance-C43F
261 - rdf:type ep-prodwell:ComponentMaterialType . 261 + rdf:type ep-prodwell:ComponentMaterialType .
262 - 262 +
263 -ep-material:substance-C44F 263 +ep-material:substance-C44F
264 - rdf:type ep-prodwell:ComponentMaterialType . 264 + rdf:type ep-prodwell:ComponentMaterialType .
265 - 265 +
266 -ep-material:substance-C45F 266 +ep-material:substance-C45F
267 - rdf:type ep-prodwell:ComponentMaterialType . 267 + rdf:type ep-prodwell:ComponentMaterialType .
268 - 268 +
269 -ep-material:substance-C46F 269 +ep-material:substance-C46F
270 - rdf:type ep-prodwell:ComponentMaterialType . 270 + rdf:type ep-prodwell:ComponentMaterialType .
271 - 271 +
272 -ep-material:substance-C47F 272 +ep-material:substance-C47F
273 - rdf:type ep-prodwell:ComponentMaterialType . 273 + rdf:type ep-prodwell:ComponentMaterialType .
274 - 274 +
275 -ep-material:substance-C48F 275 +ep-material:substance-C48F
276 - rdf:type ep-prodwell:ComponentMaterialType . 276 + rdf:type ep-prodwell:ComponentMaterialType .
277 - 277 +
278 -ep-material:substance-C49F 278 +ep-material:substance-C49F
279 - rdf:type ep-prodwell:ComponentMaterialType . 279 + rdf:type ep-prodwell:ComponentMaterialType .
280 - 280 +
281 -ep-material:substance-CO2 281 +ep-material:substance-CO2
282 - rdf:type ep-prodwell:ComponentMaterialType . 282 + rdf:type ep-prodwell:ComponentMaterialType .
283 - 283 +
284 -ep-material:substance-Cyclohexane 284 +ep-material:substance-Cyclohexane
285 - rdf:type ep-prodwell:ComponentMaterialType . 285 + rdf:type ep-prodwell:ComponentMaterialType .
286 - 286 +
287 -ep-material:substance-Cyclopentane 287 +ep-material:substance-Cyclopentane
288 - rdf:type ep-prodwell:ComponentMaterialType . 288 + rdf:type ep-prodwell:ComponentMaterialType .
289 - 289 +
290 -ep-material:substance-Decanes 290 +ep-material:substance-Decanes
291 - rdf:type ep-prodwell:ComponentMaterialType . 291 + rdf:type ep-prodwell:ComponentMaterialType .
292 - 292 +
293 -ep-material:substance-EtBenzene 293 +ep-material:substance-EtBenzene
294 - rdf:type ep-prodwell:ComponentMaterialType . 294 + rdf:type ep-prodwell:ComponentMaterialType .
295 - 295 +
296 -ep-material:substance-EtcyPentane 296 +ep-material:substance-EtcyPentane
297 - rdf:type ep-prodwell:ComponentMaterialType . 297 + rdf:type ep-prodwell:ComponentMaterialType .
298 - 298 +
299 -ep-material:substance-Ethane 299 +ep-material:substance-Ethane
300 - rdf:type ep-prodwell:ComponentMaterialType . 300 + rdf:type ep-prodwell:ComponentMaterialType .
301 - 301 +
302 -ep-material:substance-H2 302 +ep-material:substance-H2
303 - rdf:type ep-prodwell:ComponentMaterialType . 303 + rdf:type ep-prodwell:ComponentMaterialType .
304 - 304 +
305 -ep-material:substance-H2O 305 +ep-material:substance-H2O
306 - rdf:type ep-prodwell:ComponentMaterialType . 306 + rdf:type ep-prodwell:ComponentMaterialType .
307 - 307 +
308 -ep-material:substance-H2S 308 +ep-material:substance-H2S
309 - rdf:type ep-prodwell:ComponentMaterialType . 309 + rdf:type ep-prodwell:ComponentMaterialType .
310 - 310 +
311 -ep-material:substance-Heptanes 311 +ep-material:substance-Heptanes
312 - rdf:type ep-prodwell:ComponentMaterialType . 312 + rdf:type ep-prodwell:ComponentMaterialType .
313 - 313 +
314 -ep-material:substance-Hexane 314 +ep-material:substance-Hexane
315 - rdf:type ep-prodwell:ComponentMaterialType . 315 + rdf:type ep-prodwell:ComponentMaterialType .
316 - 316 +
317 -ep-material:substance-Hexanes 317 +ep-material:substance-Hexanes
318 - rdf:type ep-prodwell:ComponentMaterialType . 318 + rdf:type ep-prodwell:ComponentMaterialType .
319 - 319 +
320 -ep-material:substance-MBenzene 320 +ep-material:substance-MBenzene
321 - rdf:type ep-prodwell:ComponentMaterialType . 321 + rdf:type ep-prodwell:ComponentMaterialType .
322 - 322 +
323 -ep-material:substance-McyHexane 323 +ep-material:substance-McyHexane
324 - rdf:type ep-prodwell:ComponentMaterialType . 324 + rdf:type ep-prodwell:ComponentMaterialType .
325 - 325 +
326 -ep-material:substance-McyPentane 326 +ep-material:substance-McyPentane
327 - rdf:type ep-prodwell:ComponentMaterialType . 327 + rdf:type ep-prodwell:ComponentMaterialType .
328 - 328 +
329 -ep-material:substance-Methane 329 +ep-material:substance-Methane
330 - rdf:type ep-prodwell:ComponentMaterialType . 330 + rdf:type ep-prodwell:ComponentMaterialType .
331 - 331 +
332 -ep-material:substance-N2 332 +ep-material:substance-N2
333 - rdf:type ep-prodwell:ComponentMaterialType . 333 + rdf:type ep-prodwell:ComponentMaterialType .
334 - 334 +
335 -ep-material:substance-Nonanes 335 +ep-material:substance-Nonanes
336 - rdf:type ep-prodwell:ComponentMaterialType . 336 + rdf:type ep-prodwell:ComponentMaterialType .
337 - 337 +
338 -ep-material:substance-O2 338 +ep-material:substance-O2
339 - rdf:type ep-prodwell:ComponentMaterialType . 339 + rdf:type ep-prodwell:ComponentMaterialType .
340 - 340 +
341 -ep-material:substance-Octanes 341 +ep-material:substance-Octanes
342 - rdf:type ep-prodwell:ComponentMaterialType . 342 + rdf:type ep-prodwell:ComponentMaterialType .
343 - 343 +
344 -ep-material:substance-T12dmcyPentane 344 +ep-material:substance-T12dmcyPentane
345 - rdf:type ep-prodwell:ComponentMaterialType . 345 + rdf:type ep-prodwell:ComponentMaterialType .
346 - 346 +
347 -ep-material:substance-T13dmcyPentane 347 +ep-material:substance-T13dmcyPentane
348 - rdf:type ep-prodwell:ComponentMaterialType . 348 + rdf:type ep-prodwell:ComponentMaterialType .
349 - 349 +
350 -ep-prodwell:AbandonedWell 350 +ep-prodwell:AbandonedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 - rdfs:label "abandoned well"^^xsd:string ; 352 + rdfs:label "abandoned well"^^xsd:string ;
353 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 353 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
354 - 354 +
355 -ep-prodwell:ClosedWell 355 +ep-prodwell:ClosedWell
356 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 356 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
357 - rdfs:label "closed well"^^xsd:string ; 357 + rdfs:label "closed well"^^xsd:string ;
358 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 358 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
359 - 359 +
360 -ep-prodwell:ComponentMaterialType 360 +ep-prodwell:ComponentMaterialType
361 - rdf:type rdfs:Class ; 361 + rdf:type rdfs:Class ;
362 - rdfs:comment "The set of classes that are enumerated for the base component of a fluid sample in the MPR schema."^^xsd:string ; 362 + rdfs:comment "The set of classes that are enumerated for the base component of a fluid sample in the MPR schema."^^xsd:string ;
363 - rdfs:label "component material type"^^xsd:string ; 363 + rdfs:label "component material type"^^xsd:string ;
364 - rdfs:subClassOf owl:Class . 364 + rdfs:subClassOf owl:Class .
365 - 365 +
366 -ep-prodwell:FluidComponentKindType 366 +ep-prodwell:FluidComponentKindType
367 - rdf:type rdfs:Class ; 367 + rdf:type rdfs:Class ;
368 - rdfs:label "fluid component kind type"^^xsd:string ; 368 + rdfs:label "fluid component kind type"^^xsd:string ;
369 - rdfs:subClassOf owl:Class . 369 + rdfs:subClassOf owl:Class .
370 - 370 +
371 -ep-prodwell:FluidPhaseType 371 +ep-prodwell:FluidPhaseType
372 - rdf:type rdfs:Class ; 372 + rdf:type rdfs:Class ;
373 - rdfs:label "fluid phase type"^^xsd:string ; 373 + rdfs:label "fluid phase type"^^xsd:string ;
374 - rdfs:subClassOf owl:Class . 374 + rdfs:subClassOf owl:Class .
375 - 375 +
376 -ep-prodwell:InjectingWell 376 +ep-prodwell:InjectingWell
377 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 377 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
378 - rdfs:label "injecting well"^^xsd:string ; 378 + rdfs:label "injecting well"^^xsd:string ;
379 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 379 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
380 - 380 +
381 -ep-prodwell:InjectionFluidType 381 +ep-prodwell:InjectionFluidType
382 - rdf:type rdfs:Class ; 382 + rdf:type rdfs:Class ;
383 - rdfs:label "injection fluid type"^^xsd:string ; 383 + rdfs:label "injection fluid type"^^xsd:string ;
384 - rdfs:subClassOf owl:Class . 384 + rdfs:subClassOf owl:Class .
385 - 385 +
386 -ep-prodwell:JunkedWell 386 +ep-prodwell:JunkedWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 387 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 - rdfs:label "junked well"^^xsd:string ; 388 + rdfs:label "junked well"^^xsd:string ;
389 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 389 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 - 390 +
391 -ep-prodwell:NaturalGasClass 391 +ep-prodwell:NaturalGasClass
392 - rdf:type rdfs:Class ; 392 + rdf:type rdfs:Class ;
393 - rdfs:label "natural gas class"^^xsd:string ; 393 + rdfs:label "natural gas class"^^xsd:string ;
394 - rdfs:subClassOf owl:Class . 394 + rdfs:subClassOf owl:Class .
395 - 395 +
396 -ep-prodwell:OperatingWell 396 +ep-prodwell:OperatingWell
397 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 397 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
398 - rdfs:label "operating well"^^xsd:string ; 398 + rdfs:label "operating well"^^xsd:string ;
399 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
400 - 400 +
401 -ep-prodwell:PluggedAndAbandonedWell 401 +ep-prodwell:PluggedAndAbandonedWell
402 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 402 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
403 - rdfs:label "plugged and abandoned well"^^xsd:string ; 403 + rdfs:label "plugged and abandoned well"^^xsd:string ;
404 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 404 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
405 - 405 +
406 -ep-prodwell:PluggedWell 406 +ep-prodwell:PluggedWell
407 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 407 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
408 - rdfs:label "plugged well"^^xsd:string ; 408 + rdfs:label "plugged well"^^xsd:string ;
409 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 409 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
410 - 410 +
411 -ep-prodwell:ProducingInjectingWell 411 +ep-prodwell:ProducingInjectingWell
412 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 412 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
413 - rdfs:label "producing injecting well"^^xsd:string ; 413 + rdfs:label "producing injecting well"^^xsd:string ;
414 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
415 - 415 +
416 -ep-prodwell:ProducingWell 416 +ep-prodwell:ProducingWell
417 - rdf:type ep-prodwell:WellStatusType , owl:Class ; 417 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
418 - rdfs:label "producing well"^^xsd:string ; 418 + rdfs:label "producing well"^^xsd:string ;
419 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 419 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
420 - 420 +
421 -ep-prodwell:RockFormation 421 +ep-prodwell:RockFormation
422 - rdf:type owl:Class ; 422 + rdf:type owl:Class ;
423 - rdfs:label "rock formation"^^xsd:string ; 423 + rdfs:label "rock formation"^^xsd:string ;
424 - rdfs:subClassOf ep-core:PhysicalObject . 424 + rdfs:subClassOf ep-core:PhysicalObject .
425 - 425 +
426 -ep-prodwell:SuspendedAtTdWell 426 +ep-prodwell:SuspendedAtTdWell
427 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 427 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
428 - rdfs:label "suspended at td well"^^xsd:string ; 428 + rdfs:label "suspended at td well"^^xsd:string ;
429 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
430 - 430 +
431 -ep-prodwell:SuspendedWell 431 +ep-prodwell:SuspendedWell
432 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 432 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
433 - rdfs:label "suspended well"^^xsd:string ; 433 + rdfs:label "suspended well"^^xsd:string ;
434 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 434 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
435 - 435 +
436 -ep-prodwell:TemporalPartOfASpatialPartOfAWellBore 436 +ep-prodwell:TemporalPartOfASpatialPartOfAWellBore
437 - rdf:type owl:Class ; 437 + rdf:type owl:Class ;
438 - rdfs:label "temporal part of a spatial part of a wellbore"^^xsd:string ; 438 + rdfs:label "temporal part of a spatial part of a wellbore"^^xsd:string ;
439 - rdfs:subClassOf ep-well:TemporalPartOfAWellBore . 439 + rdfs:subClassOf ep-well:TemporalPartOfAWellBore .
440 - 440 +
441 -ep-prodwell:TemporalPartOfAWellOrWellBore 441 +ep-prodwell:TemporalPartOfAWellOrWellBore
442 - rdf:type owl:Class ; 442 + rdf:type owl:Class ;
443 - rdfs:label "(temporal part of a) well or wellbore"^^xsd:string ; 443 + rdfs:label "(temporal part of a) well or wellbore"^^xsd:string ;
444 - rdfs:subClassOf ep-core:PhysicalObject . 444 + rdfs:subClassOf ep-core:PhysicalObject .
445 - 445 +
446 -ep-prodwell:TubingHead 446 +ep-prodwell:TubingHead
447 - rdf:type owl:Class ; 447 + rdf:type owl:Class ;
448 - rdfs:label "tubing head"^^xsd:string ; 448 + rdfs:label "tubing head"^^xsd:string ;
449 - rdfs:subClassOf ep-well:SpatialPartOfAWell . 449 + rdfs:subClassOf ep-well:SpatialPartOfAWell .
450 - 450 +
451 -ep-prodwell:WellCompletion 451 +ep-prodwell:WellCompletion
452 - rdf:type owl:Class ; 452 + rdf:type owl:Class ;
453 - rdfs:label "well completion"^^xsd:string ; 453 + rdfs:label "well completion"^^xsd:string ;
454 - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 454 + rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
455 - 455 +
456 -ep-prodwell:WellReclassedToDevelopment 456 +ep-prodwell:WellReclassedToDevelopment
457 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 457 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
458 - rdfs:label "well reclassed to development"^^xsd:string ; 458 + rdfs:label "well reclassed to development"^^xsd:string ;
459 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 459 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
460 - 460 +
461 -ep-prodwell:WellStatusType 461 +ep-prodwell:WellStatusType
462 - rdf:type rdfs:Class ; 462 + rdf:type rdfs:Class ;
463 - rdfs:label "well status type"^^xsd:string ; 463 + rdfs:label "well status type"^^xsd:string ;
464 - rdfs:subClassOf owl:Class . 464 + rdfs:subClassOf owl:Class .
465 - 465 +
466 -ep-prodwell:completeLiquidPartOf 466 +ep-prodwell:completeLiquidPartOf
467 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 467 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
468 - rdfs:domain ep-material:QuantityOfMaterial ; 468 + rdfs:domain ep-material:QuantityOfMaterial ;
469 - rdfs:label "complete liquid part of"^^xsd:string ; 469 + rdfs:label "complete liquid part of"^^xsd:string ;
470 - rdfs:range ep-material:Liquid . 470 + rdfs:range ep-material:Liquid .
471 - 471 +
472 -ep-prodwell:condensateYield 472 +ep-prodwell:condensateYield
473 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 473 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
474 - rdfs:label "condensate yield"^^xsd:string ; 474 + rdfs:label "condensate yield"^^xsd:string ;
475 - rdfs:range ep-core:SpecificVolume . 475 + rdfs:range ep-core:SpecificVolume .
476 - 476 +
477 -ep-prodwell:depthOfBaseUsableWaterFromSurface 477 +ep-prodwell:depthOfBaseUsableWaterFromSurface
478 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 478 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
479 - rdfs:domain ep-material:Fluid ; 479 + rdfs:domain ep-material:Fluid ;
480 - rdfs:label "depth of base of usable water from surface"^^xsd:string ; 480 + rdfs:label "depth of base of usable water from surface"^^xsd:string ;
481 - rdfs:range ep-core:Length . 481 + rdfs:range ep-core:Length .
482 - 482 +
483 -ep-prodwell:depthOfFluidSurfaceFromTopOfWell 483 +ep-prodwell:depthOfFluidSurfaceFromTopOfWell
484 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 484 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
485 - rdfs:domain ep-material:Fluid ; 485 + rdfs:domain ep-material:Fluid ;
486 - rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 486 + rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
487 - rdfs:range ep-core:Length . 487 + rdfs:range ep-core:Length .
488 - 488 +
489 -ep-prodwell:oilWaterRatioByMass 489 +ep-prodwell:oilWaterRatioByMass
490 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 490 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
491 - rdfs:domain ep-material:Fluid ; 491 + rdfs:domain ep-material:Fluid ;
492 - rdfs:label "oil/water ratio by mass"^^xsd:string ; 492 + rdfs:label "oil/water ratio by mass"^^xsd:string ;
493 - rdfs:range ep-core:Ratio . 493 + rdfs:range ep-core:Ratio .
494 - 494 +
495 -ep-prodwell:pOverZ 495 +ep-prodwell:pOverZ
496 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 496 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
497 - rdfs:domain ep-material:Fluid ; 497 + rdfs:domain ep-material:Fluid ;
498 - rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 498 + rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
499 - rdfs:range ep-core:Pressure . 499 + rdfs:range ep-core:Pressure .
500 - 500 +
501 -ep-prodwell:potentialGasProduction 501 +ep-prodwell:potentialGasProduction
502 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 502 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
503 - rdfs:domain ep-well:WellBore ; 503 + rdfs:domain ep-well:WellBore ;
504 - rdfs:label "potential gas production"^^xsd:string ; 504 + rdfs:label "potential gas production"^^xsd:string ;
505 - rdfs:range ep-core:VolumetricFlowRate . 505 + rdfs:range ep-core:VolumetricFlowRate .
506 - 506 +
507 -ep-prodwell:potentialOilProduction 507 +ep-prodwell:potentialOilProduction
508 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 508 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
509 - rdfs:domain ep-well:WellBore ; 509 + rdfs:domain ep-well:WellBore ;
510 - rdfs:label "potential gas production"^^xsd:string ; 510 + rdfs:label "potential oil production"^^xsd:string ;
511 - rdfs:range ep-core:VolumetricFlowRate . 511 + rdfs:range ep-core:VolumetricFlowRate .
512 - 512 +
513 -ep-well:SpatialPartOfAWellBore 513 +ep-well:SpatialPartOfAWellBore
514 - rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore . 514 + rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore .
515 - 515 +
516 -ep-well:TemporalPartOfAWell 516 +ep-well:TemporalPartOfAWell
517 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 517 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
518 - 518 +
519 -ep-well:TemporalPartOfAWellBore 519 +ep-well:TemporalPartOfAWellBore
520 - rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 520 + rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
521 - 521 +
522 -ep-well:WellGroup 522 +ep-well:WellGroup
523 - rdf:type owl:Class . 523 + rdf:type owl:Class .
......