Removed cases of 2 rdfs:label in classes and improved DPR tables fluids section.
Showing
4 changed files
with
223 additions
and
172 deletions
... | @@ -1074,7 +1074,7 @@ ep-core:definingType | ... | @@ -1074,7 +1074,7 @@ ep-core:definingType |
1074 | ep-core:degreesOfAngle | 1074 | ep-core:degreesOfAngle |
1075 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1075 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
1076 | rdfs:domain ep-core:PlaneAngle ; | 1076 | rdfs:domain ep-core:PlaneAngle ; |
1077 | - rdfs:label "degree of an angle"^^xsd:string , "degrees of angle"^^xsd:string ; | 1077 | + rdfs:label "degrees of angle"^^xsd:string ; |
1078 | ep-core:seeReferenceData | 1078 | ep-core:seeReferenceData |
1079 | "http://posccaesar.org/rdl/RDS43166353217"^^xsd:string . | 1079 | "http://posccaesar.org/rdl/RDS43166353217"^^xsd:string . |
1080 | 1080 | ||
... | @@ -3955,6 +3955,13 @@ ep-core:secondOfPair | ... | @@ -3955,6 +3955,13 @@ ep-core:secondOfPair |
3955 | ep-core:seeReferenceData | 3955 | ep-core:seeReferenceData |
3956 | rdf:type owl:AnnotationProperty . | 3956 | rdf:type owl:AnnotationProperty . |
3957 | 3957 | ||
3958 | +ep-core:shortName | ||
3959 | + rdf:type owl:DatatypeProperty ; | ||
3960 | + rdfs:comment "a short or abbreviated name"^^xsd:string ; | ||
3961 | + rdfs:label "short name"^^xsd:string ; | ||
3962 | + rdfs:range xsd:string ; | ||
3963 | + rdfs:subPropertyOf ep-core:name . | ||
3964 | + | ||
3958 | ep-core:sm3_sm-3 | 3965 | ep-core:sm3_sm-3 |
3959 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 3966 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
3960 | rdfs:domain ep-core:VolumePerVolume ; | 3967 | rdfs:domain ep-core:VolumePerVolume ; | ... | ... |
... | @@ -15,81 +15,81 @@ | ... | @@ -15,81 +15,81 @@ |
15 | 15 | ||
16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
22 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 22 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
23 | rdfs:label "physical thing at instant"^^xsd:string ; | 23 | rdfs:label "physical thing at instant"^^xsd:string ; |
24 | rdfs:subClassOf ep-core:PhysicalThing . | 24 | rdfs:subClassOf ep-core:PhysicalThing . |
25 | 25 | ||
26 | ep-core:PhysicalThingDuringGasYearToDate | 26 | ep-core:PhysicalThingDuringGasYearToDate |
27 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 27 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
29 | rdfs:subClassOf ep-core:PhysicalThing . | 29 | rdfs:subClassOf ep-core:PhysicalThing . |
30 | 30 | ||
31 | ep-core:PhysicalThingDuringMonthToDate | 31 | ep-core:PhysicalThingDuringMonthToDate |
32 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 32 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
33 | rdfs:label "physical thing during month to date"^^xsd:string ; | 33 | rdfs:label "physical thing during month to date"^^xsd:string ; |
34 | rdfs:subClassOf ep-core:PhysicalThing . | 34 | rdfs:subClassOf ep-core:PhysicalThing . |
35 | 35 | ||
36 | ep-core:PhysicalThingDuringOneDay | 36 | ep-core:PhysicalThingDuringOneDay |
37 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 37 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
38 | rdfs:label "physical thing during one day"^^xsd:string ; | 38 | rdfs:label "physical thing during one day"^^xsd:string ; |
39 | rdfs:subClassOf ep-core:PhysicalThing . | 39 | rdfs:subClassOf ep-core:PhysicalThing . |
40 | 40 | ||
41 | ep-core:PhysicalThingDuringOneGasDay | 41 | ep-core:PhysicalThingDuringOneGasDay |
42 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 42 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
43 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 43 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
44 | rdfs:subClassOf ep-core:PhysicalThing . | 44 | rdfs:subClassOf ep-core:PhysicalThing . |
45 | 45 | ||
46 | ep-core:PhysicalThingDuringOneGasMonth | 46 | ep-core:PhysicalThingDuringOneGasMonth |
47 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 47 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
48 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
50 | 50 | ||
51 | ep-core:PhysicalThingDuringOneGasYear | 51 | ep-core:PhysicalThingDuringOneGasYear |
52 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 52 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
53 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 53 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
54 | rdfs:subClassOf ep-core:PhysicalThing . | 54 | rdfs:subClassOf ep-core:PhysicalThing . |
55 | 55 | ||
56 | ep-core:PhysicalThingDuringOneMonth | 56 | ep-core:PhysicalThingDuringOneMonth |
57 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 57 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
58 | rdfs:label "physical thing during one month"^^xsd:string ; | 58 | rdfs:label "physical thing during one month"^^xsd:string ; |
59 | rdfs:subClassOf ep-core:PhysicalThing . | 59 | rdfs:subClassOf ep-core:PhysicalThing . |
60 | 60 | ||
61 | ep-core:PhysicalThingDuringOneWeek | 61 | ep-core:PhysicalThingDuringOneWeek |
62 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 62 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
63 | rdfs:label "physical thing during one week"^^xsd:string ; | 63 | rdfs:label "physical thing during one week"^^xsd:string ; |
64 | rdfs:subClassOf ep-core:PhysicalThing . | 64 | rdfs:subClassOf ep-core:PhysicalThing . |
65 | 65 | ||
66 | ep-core:PhysicalThingDuringOneYear | 66 | ep-core:PhysicalThingDuringOneYear |
67 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 67 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
68 | rdfs:label "physical thing during one year"^^xsd:string ; | 68 | rdfs:label "physical thing during one year"^^xsd:string ; |
69 | rdfs:subClassOf ep-core:PhysicalThing . | 69 | rdfs:subClassOf ep-core:PhysicalThing . |
70 | 70 | ||
71 | ep-core:PhysicalThingDuringYearToDate | 71 | ep-core:PhysicalThingDuringYearToDate |
72 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 72 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
73 | rdfs:label "physical thing during year to date"^^xsd:string ; | 73 | rdfs:label "physical thing during year to date"^^xsd:string ; |
74 | rdfs:subClassOf ep-core:PhysicalThing . | 74 | rdfs:subClassOf ep-core:PhysicalThing . |
75 | 75 | ||
76 | ep-flow:AllocatedFlow | 76 | ep-flow:AllocatedFlow |
77 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 77 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
78 | rdfs:label "allocated flow"^^xsd:string ; | 78 | rdfs:label "allocated flow"^^xsd:string ; |
79 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 79 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
80 | 80 | ||
81 | ep-flow:AllocatedInventory | 81 | ep-flow:AllocatedInventory |
82 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 82 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
83 | rdfs:label "allocated inventory"^^xsd:string ; | 83 | rdfs:label "allocated inventory"^^xsd:string ; |
84 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 84 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
85 | 85 | ||
86 | ep-flow:BudgetFlow | 86 | ep-flow:BudgetFlow |
87 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 87 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
88 | rdfs:label "budget flow"^^xsd:string ; | 88 | rdfs:label "budget flow"^^xsd:string ; |
89 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 89 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
90 | 90 | ||
91 | ep-flow:BudgetInventory | 91 | ep-flow:BudgetInventory |
92 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 92 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
93 | rdfs:label "budget inventory"^^xsd:string ; | 93 | rdfs:label "budget inventory"^^xsd:string ; |
94 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 94 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
95 | 95 | ||
... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion |
99 | rdfs:subClassOf owl:Class . | 99 | rdfs:subClassOf owl:Class . |
100 | 100 | ||
101 | ep-flow:ConstraintFlow | 101 | ep-flow:ConstraintFlow |
102 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 102 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
103 | rdfs:label "constraint flow"^^xsd:string ; | 103 | rdfs:label "constraint flow"^^xsd:string ; |
104 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 104 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
105 | 105 | ||
106 | ep-flow:ConstraintFlow-fixed | 106 | ep-flow:ConstraintFlow-fixed |
107 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 107 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
108 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
109 | rdfs:subClassOf ep-flow:ConstraintFlow . | 109 | rdfs:subClassOf ep-flow:ConstraintFlow . |
110 | 110 | ||
111 | ep-flow:ConstraintFlow-maximum | 111 | ep-flow:ConstraintFlow-maximum |
112 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
113 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
114 | rdfs:subClassOf ep-flow:ConstraintFlow . | 114 | rdfs:subClassOf ep-flow:ConstraintFlow . |
115 | 115 | ||
116 | ep-flow:ConstraintFlow-minimum | 116 | ep-flow:ConstraintFlow-minimum |
117 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 117 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
118 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
119 | rdfs:subClassOf ep-flow:ConstraintFlow . | 119 | rdfs:subClassOf ep-flow:ConstraintFlow . |
120 | 120 | ||
121 | ep-flow:ConstraintInventory | 121 | ep-flow:ConstraintInventory |
122 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 122 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
123 | rdfs:label "constraint inventory"^^xsd:string ; | 123 | rdfs:label "constraint inventory"^^xsd:string ; |
124 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 124 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
125 | 125 | ||
126 | ep-flow:Consume | 126 | ep-flow:Consume |
127 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 127 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
128 | rdfs:label "consume"^^xsd:string ; | 128 | rdfs:label "consume"^^xsd:string ; |
129 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 129 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
130 | 130 | ||
131 | ep-flow:Consume-HPflare | 131 | ep-flow:Consume-HPflare |
132 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 132 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
133 | rdfs:label "consume - HP flare"^^xsd:string ; | 133 | rdfs:label "consume - HP flare"^^xsd:string ; |
134 | rdfs:subClassOf ep-flow:Consume-flare . | 134 | rdfs:subClassOf ep-flow:Consume-flare . |
135 | 135 | ||
136 | ep-flow:Consume-LPflare | 136 | ep-flow:Consume-LPflare |
137 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 137 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
138 | rdfs:label "consume - LP flare"^^xsd:string ; | 138 | rdfs:label "consume - LP flare"^^xsd:string ; |
139 | rdfs:subClassOf ep-flow:Consume-flare . | 139 | rdfs:subClassOf ep-flow:Consume-flare . |
140 | 140 | ||
141 | ep-flow:Consume-blackstart | 141 | ep-flow:Consume-blackstart |
142 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
143 | rdfs:label "consume - blackstart"^^xsd:string ; | 143 | rdfs:label "consume - blackstart"^^xsd:string ; |
144 | rdfs:subClassOf ep-flow:Consume . | 144 | rdfs:subClassOf ep-flow:Consume . |
145 | 145 | ||
146 | ep-flow:Consume-compressor | 146 | ep-flow:Consume-compressor |
147 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 147 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
148 | rdfs:label "consume - compressor"^^xsd:string ; | 148 | rdfs:label "consume - compressor"^^xsd:string ; |
149 | rdfs:subClassOf ep-flow:Consume . | 149 | rdfs:subClassOf ep-flow:Consume . |
150 | 150 | ||
151 | ep-flow:Consume-emitted | 151 | ep-flow:Consume-emitted |
152 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 152 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
153 | rdfs:label "consume - emitted"^^xsd:string ; | 153 | rdfs:label "consume - emitted"^^xsd:string ; |
154 | rdfs:subClassOf ep-flow:Consume . | 154 | rdfs:subClassOf ep-flow:Consume . |
155 | 155 | ||
156 | ep-flow:Consume-flare | 156 | ep-flow:Consume-flare |
157 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 157 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
158 | rdfs:label "consume - flare"^^xsd:string ; | 158 | rdfs:label "consume - flare"^^xsd:string ; |
159 | rdfs:subClassOf ep-flow:Consume . | 159 | rdfs:subClassOf ep-flow:Consume . |
160 | 160 | ||
161 | ep-flow:Consume-fuel | 161 | ep-flow:Consume-fuel |
162 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 162 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
163 | rdfs:label "consume - fuel"^^xsd:string ; | 163 | rdfs:label "consume - fuel"^^xsd:string ; |
164 | rdfs:subClassOf ep-flow:Consume . | 164 | rdfs:subClassOf ep-flow:Consume . |
165 | 165 | ||
166 | ep-flow:Consume-noncompressor | 166 | ep-flow:Consume-noncompressor |
167 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 167 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
168 | rdfs:label "consume - non-compressor"^^xsd:string ; | 168 | rdfs:label "consume - non-compressor"^^xsd:string ; |
169 | rdfs:subClassOf ep-flow:Consume . | 169 | rdfs:subClassOf ep-flow:Consume . |
170 | 170 | ||
171 | ep-flow:Consume-venting | 171 | ep-flow:Consume-venting |
172 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 172 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
173 | rdfs:label "consume - venting"^^xsd:string ; | 173 | rdfs:label "consume - venting"^^xsd:string ; |
174 | rdfs:subClassOf ep-flow:Consume . | 174 | rdfs:subClassOf ep-flow:Consume . |
175 | 175 | ||
... | @@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow | ... | @@ -184,27 +184,27 @@ ep-flow:DailyProductionFlow |
184 | rdfs:subClassOf ep-flow:ProductionFlow . | 184 | rdfs:subClassOf ep-flow:ProductionFlow . |
185 | 185 | ||
186 | ep-flow:DerivedFlow | 186 | ep-flow:DerivedFlow |
187 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 187 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
188 | rdfs:label "derived flow"^^xsd:string ; | 188 | rdfs:label "derived flow"^^xsd:string ; |
189 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 189 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
190 | 190 | ||
191 | ep-flow:DerivedFlow-difference | 191 | ep-flow:DerivedFlow-difference |
192 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 192 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
193 | rdfs:label "derived flow - difference"^^xsd:string ; | 193 | rdfs:label "derived flow - difference"^^xsd:string ; |
194 | rdfs:subClassOf ep-flow:DerivedFlow . | 194 | rdfs:subClassOf ep-flow:DerivedFlow . |
195 | 195 | ||
196 | ep-flow:DerivedInventory | 196 | ep-flow:DerivedInventory |
197 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 197 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
198 | rdfs:label "derived inventory"^^xsd:string ; | 198 | rdfs:label "derived inventory"^^xsd:string ; |
199 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 199 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
200 | 200 | ||
201 | ep-flow:DifferenceFlow | 201 | ep-flow:DifferenceFlow |
202 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 202 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
203 | rdfs:label "difference flow"^^xsd:string ; | 203 | rdfs:label "difference flow"^^xsd:string ; |
204 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 204 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
205 | 205 | ||
206 | ep-flow:DifferenceInventory | 206 | ep-flow:DifferenceInventory |
207 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 207 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
208 | rdfs:label "difference inventory"^^xsd:string ; | 208 | rdfs:label "difference inventory"^^xsd:string ; |
209 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 209 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
210 | 210 | ||
... | @@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow | ... | @@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow |
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 | ||
... | @@ -249,42 +249,42 @@ ep-flow:Flow | ... | @@ -249,42 +249,42 @@ ep-flow:Flow |
249 | rdfs:subClassOf ep-core:PhysicalThing . | 249 | rdfs:subClassOf ep-core:PhysicalThing . |
250 | 250 | ||
251 | ep-flow:FlowAtInstant | 251 | ep-flow:FlowAtInstant |
252 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 252 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
253 | rdfs:label "flow at instant"^^xsd:string ; | 253 | rdfs:label "flow at instant"^^xsd:string ; |
254 | rdfs:subClassOf ep-flow:Flow . | 254 | rdfs:subClassOf ep-flow:Flow . |
255 | 255 | ||
256 | ep-flow:FlowDuringDay | 256 | ep-flow:FlowDuringDay |
257 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 257 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
258 | rdfs:label "flow during day"^^xsd:string ; | 258 | rdfs:label "flow during day"^^xsd:string ; |
259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
260 | 260 | ||
261 | ep-flow:FlowDuringMonth | 261 | ep-flow:FlowDuringMonth |
262 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 262 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
263 | rdfs:label "flow during month"^^xsd:string ; | 263 | rdfs:label "flow during month"^^xsd:string ; |
264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
265 | 265 | ||
266 | ep-flow:FlowDuringMonthToDate | 266 | ep-flow:FlowDuringMonthToDate |
267 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 267 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
268 | rdfs:label "flow during month to date"^^xsd:string ; | 268 | rdfs:label "flow during month to date"^^xsd:string ; |
269 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 269 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
270 | 270 | ||
271 | ep-flow:FlowDuringPeriod | 271 | ep-flow:FlowDuringPeriod |
272 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 272 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
273 | rdfs:label "flow during period"^^xsd:string ; | 273 | rdfs:label "flow during period"^^xsd:string ; |
274 | rdfs:subClassOf ep-flow:Flow . | 274 | rdfs:subClassOf ep-flow:Flow . |
275 | 275 | ||
276 | ep-flow:FlowDuringWeek | 276 | ep-flow:FlowDuringWeek |
277 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 277 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
278 | rdfs:label "flow during week"^^xsd:string ; | 278 | rdfs:label "flow during week"^^xsd:string ; |
279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
280 | 280 | ||
281 | ep-flow:FlowDuringYear | 281 | ep-flow:FlowDuringYear |
282 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 282 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
283 | rdfs:label "flow during year"^^xsd:string ; | 283 | rdfs:label "flow during year"^^xsd:string ; |
284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
285 | 285 | ||
286 | ep-flow:FlowDuringYearToDate | 286 | ep-flow:FlowDuringYearToDate |
287 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 287 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
288 | rdfs:label "flow during year to date"^^xsd:string ; | 288 | rdfs:label "flow during year to date"^^xsd:string ; |
289 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 289 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
290 | 290 | ||
... | @@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid | ... | @@ -299,47 +299,47 @@ ep-flow:FlowOfLiquid |
299 | rdfs:subClassOf ep-flow:Flow . | 299 | rdfs:subClassOf ep-flow:Flow . |
300 | 300 | ||
301 | ep-flow:ForecastFlow | 301 | ep-flow:ForecastFlow |
302 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 302 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
303 | rdfs:label "forecast flow"^^xsd:string ; | 303 | rdfs:label "forecast flow"^^xsd:string ; |
304 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 304 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
305 | 305 | ||
306 | ep-flow:ForecastFlow-declineCurve | 306 | ep-flow:ForecastFlow-declineCurve |
307 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 307 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
308 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 308 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
309 | rdfs:subClassOf ep-flow:ForecastFlow . | 309 | rdfs:subClassOf ep-flow:ForecastFlow . |
310 | 310 | ||
311 | ep-flow:ForecastFlow-standard | 311 | ep-flow:ForecastFlow-standard |
312 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 312 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
313 | rdfs:label "forecast flow - standard"^^xsd:string ; | 313 | rdfs:label "forecast flow - standard"^^xsd:string ; |
314 | rdfs:subClassOf ep-flow:ForecastFlow . | 314 | rdfs:subClassOf ep-flow:ForecastFlow . |
315 | 315 | ||
316 | ep-flow:ForecastInventory | 316 | ep-flow:ForecastInventory |
317 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 317 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
318 | rdfs:label "forecast inventory"^^xsd:string ; | 318 | rdfs:label "forecast inventory"^^xsd:string ; |
319 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 319 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
320 | 320 | ||
321 | ep-flow:Gaslift | 321 | ep-flow:Gaslift |
322 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 322 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
323 | rdfs:label "gas lift"^^xsd:string ; | 323 | rdfs:label "gas lift"^^xsd:string ; |
324 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 324 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
325 | 325 | ||
326 | ep-flow:GrossProductFlow | 326 | ep-flow:GrossProductFlow |
327 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 327 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
328 | rdfs:label "gross product flow"^^xsd:string ; | 328 | rdfs:label "gross product flow"^^xsd:string ; |
329 | rdfs:subClassOf ep-flow:ProductFlow . | 329 | rdfs:subClassOf ep-flow:ProductFlow . |
330 | 330 | ||
331 | ep-flow:HydrocarbonAccounting | 331 | ep-flow:HydrocarbonAccounting |
332 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 332 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
333 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 333 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
334 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 334 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
335 | 335 | ||
336 | ep-flow:Import | 336 | ep-flow:Import |
337 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 337 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
338 | rdfs:label "import"^^xsd:string ; | 338 | rdfs:label "import"^^xsd:string ; |
339 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 339 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
340 | 340 | ||
341 | ep-flow:Injection | 341 | ep-flow:Injection |
342 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 342 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
343 | rdfs:label "injection"^^xsd:string ; | 343 | rdfs:label "injection"^^xsd:string ; |
344 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 344 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
345 | 345 | ||
... | @@ -349,67 +349,67 @@ ep-flow:Inventory | ... | @@ -349,67 +349,67 @@ ep-flow:Inventory |
349 | rdfs:subClassOf ep-core:PhysicalObject . | 349 | rdfs:subClassOf ep-core:PhysicalObject . |
350 | 350 | ||
351 | ep-flow:MassAdjustedFlow | 351 | ep-flow:MassAdjustedFlow |
352 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 352 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
353 | rdfs:label "mass adjusted flow"^^xsd:string ; | 353 | rdfs:label "mass adjusted flow"^^xsd:string ; |
354 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 354 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
355 | 355 | ||
356 | ep-flow:MeasuredFlow | 356 | ep-flow:MeasuredFlow |
357 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 357 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
358 | rdfs:label "measured flow"^^xsd:string ; | 358 | rdfs:label "measured flow"^^xsd:string ; |
359 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 359 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
360 | 360 | ||
361 | ep-flow:MeasuredFlow-fiscal | 361 | ep-flow:MeasuredFlow-fiscal |
362 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 362 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
363 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 363 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
364 | rdfs:subClassOf ep-flow:MeasuredFlow . | 364 | rdfs:subClassOf ep-flow:MeasuredFlow . |
365 | 365 | ||
366 | ep-flow:MeasuredFlow-raw | 366 | ep-flow:MeasuredFlow-raw |
367 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 367 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
368 | rdfs:label "measured flow - raw"^^xsd:string ; | 368 | rdfs:label "measured flow - raw"^^xsd:string ; |
369 | rdfs:subClassOf ep-flow:MeasuredFlow . | 369 | rdfs:subClassOf ep-flow:MeasuredFlow . |
370 | 370 | ||
371 | ep-flow:MeasuredFlow-recalibrated | 371 | ep-flow:MeasuredFlow-recalibrated |
372 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 372 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
373 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 373 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
374 | rdfs:subClassOf ep-flow:MeasuredFlow . | 374 | rdfs:subClassOf ep-flow:MeasuredFlow . |
375 | 375 | ||
376 | ep-flow:MeasuredInventory | 376 | ep-flow:MeasuredInventory |
377 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 377 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
378 | rdfs:label "measured inventory"^^xsd:string ; | 378 | rdfs:label "measured inventory"^^xsd:string ; |
379 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 379 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
380 | 380 | ||
381 | ep-flow:MeteredFlowFiscal | 381 | ep-flow:MeteredFlowFiscal |
382 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 382 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
383 | rdfs:label "metered flow fiscal"^^xsd:string ; | 383 | rdfs:label "metered flow fiscal"^^xsd:string ; |
384 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 384 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
385 | 385 | ||
386 | ep-flow:NetProductFlow | 386 | ep-flow:NetProductFlow |
387 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 387 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
388 | rdfs:label "net product flow"^^xsd:string ; | 388 | rdfs:label "net product flow"^^xsd:string ; |
389 | rdfs:subClassOf ep-flow:ProductFlow . | 389 | rdfs:subClassOf ep-flow:ProductFlow . |
390 | 390 | ||
391 | ep-flow:NominatedFlow | 391 | ep-flow:NominatedFlow |
392 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 392 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
393 | rdfs:label "nominated flow"^^xsd:string ; | 393 | rdfs:label "nominated flow"^^xsd:string ; |
394 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 394 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
395 | 395 | ||
396 | ep-flow:NominatedInventory | 396 | ep-flow:NominatedInventory |
397 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 397 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
398 | rdfs:label "nominated inventory"^^xsd:string ; | 398 | rdfs:label "nominated inventory"^^xsd:string ; |
399 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 399 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
400 | 400 | ||
401 | ep-flow:Overboard | 401 | ep-flow:Overboard |
402 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 402 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
403 | rdfs:label "overboard"^^xsd:string ; | 403 | rdfs:label "overboard"^^xsd:string ; |
404 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 404 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
405 | 405 | ||
406 | ep-flow:PotentialFlow | 406 | ep-flow:PotentialFlow |
407 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 407 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
408 | rdfs:label "potential flow"^^xsd:string ; | 408 | rdfs:label "potential flow"^^xsd:string ; |
409 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 409 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
410 | 410 | ||
411 | ep-flow:PotentialInventory | 411 | ep-flow:PotentialInventory |
412 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 412 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
413 | rdfs:label "potential inventory"^^xsd:string ; | 413 | rdfs:label "potential inventory"^^xsd:string ; |
414 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 414 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
415 | 415 | ||
... | @@ -424,12 +424,12 @@ ep-flow:PrecipitationType | ... | @@ -424,12 +424,12 @@ ep-flow:PrecipitationType |
424 | rdfs:subClassOf owl:Class . | 424 | rdfs:subClassOf owl:Class . |
425 | 425 | ||
426 | ep-flow:ProcessedFlow | 426 | ep-flow:ProcessedFlow |
427 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 427 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
428 | rdfs:label "processed flow"^^xsd:string ; | 428 | rdfs:label "processed flow"^^xsd:string ; |
429 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 429 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
430 | 430 | ||
431 | ep-flow:ProcessedInventory | 431 | ep-flow:ProcessedInventory |
432 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 432 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
433 | rdfs:label "processed inventory"^^xsd:string ; | 433 | rdfs:label "processed inventory"^^xsd:string ; |
434 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 434 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
435 | 435 | ||
... | @@ -454,27 +454,27 @@ ep-flow:ProductInventory | ... | @@ -454,27 +454,27 @@ ep-flow:ProductInventory |
454 | rdfs:subClassOf ep-flow:Inventory . | 454 | rdfs:subClassOf ep-flow:Inventory . |
455 | 455 | ||
456 | ep-flow:ProductInventoryAdjustedClosingBalance | 456 | ep-flow:ProductInventoryAdjustedClosingBalance |
457 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 457 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
458 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 458 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
459 | rdfs:subClassOf ep-flow:ProductInventory . | 459 | rdfs:subClassOf ep-flow:ProductInventory . |
460 | 460 | ||
461 | ep-flow:ProductInventoryClosingBalance | 461 | ep-flow:ProductInventoryClosingBalance |
462 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 462 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
463 | rdfs:label "product inventory closing balance"^^xsd:string ; | 463 | rdfs:label "product inventory closing balance"^^xsd:string ; |
464 | rdfs:subClassOf ep-flow:ProductInventory . | 464 | rdfs:subClassOf ep-flow:ProductInventory . |
465 | 465 | ||
466 | ep-flow:ProductInventoryClosingStorageBalance | 466 | ep-flow:ProductInventoryClosingStorageBalance |
467 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 467 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
469 | rdfs:subClassOf ep-flow:ProductInventory . | 469 | rdfs:subClassOf ep-flow:ProductInventory . |
470 | 470 | ||
471 | ep-flow:ProductInventoryOpFlex | 471 | ep-flow:ProductInventoryOpFlex |
472 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 472 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
473 | rdfs:label "product inventory opFlex"^^xsd:string ; | 473 | rdfs:label "product inventory opFlex"^^xsd:string ; |
474 | rdfs:subClassOf ep-flow:ProductInventory . | 474 | rdfs:subClassOf ep-flow:ProductInventory . |
475 | 475 | ||
476 | ep-flow:ProductInventoryOpeningBalance | 476 | ep-flow:ProductInventoryOpeningBalance |
477 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 477 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
478 | rdfs:label "product inventory opening balance"^^xsd:string ; | 478 | rdfs:label "product inventory opening balance"^^xsd:string ; |
479 | rdfs:subClassOf ep-flow:ProductInventory . | 479 | rdfs:subClassOf ep-flow:ProductInventory . |
480 | 480 | ||
... | @@ -489,7 +489,7 @@ ep-flow:ProductMaterialType | ... | @@ -489,7 +489,7 @@ ep-flow:ProductMaterialType |
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 | ||
... | @@ -574,72 +574,72 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -574,72 +574,72 @@ ep-flow:ProductionTestWellHeadFlow |
574 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 574 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
575 | 575 | ||
576 | ep-flow:QuotaFlow | 576 | ep-flow:QuotaFlow |
577 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 577 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
578 | rdfs:label "quota flow"^^xsd:string ; | 578 | rdfs:label "quota flow"^^xsd:string ; |
579 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 579 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
580 | 580 | ||
581 | ep-flow:QuotaInventory | 581 | ep-flow:QuotaInventory |
582 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 582 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
583 | rdfs:label "quota inventory"^^xsd:string ; | 583 | rdfs:label "quota inventory"^^xsd:string ; |
584 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 584 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
585 | 585 | ||
586 | ep-flow:RecommendedFlow | 586 | ep-flow:RecommendedFlow |
587 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 587 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
588 | rdfs:label "recommended flow"^^xsd:string ; | 588 | rdfs:label "recommended flow"^^xsd:string ; |
589 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 589 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
590 | 590 | ||
591 | ep-flow:RecommendedInventory | 591 | ep-flow:RecommendedInventory |
592 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 592 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
593 | rdfs:label "recommended inventory"^^xsd:string ; | 593 | rdfs:label "recommended inventory"^^xsd:string ; |
594 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 594 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
595 | 595 | ||
596 | ep-flow:Sale | 596 | ep-flow:Sale |
597 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 597 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
598 | rdfs:label "sale"^^xsd:string ; | 598 | rdfs:label "sale"^^xsd:string ; |
599 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 599 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
600 | 600 | ||
601 | ep-flow:SaleableFlow | 601 | ep-flow:SaleableFlow |
602 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 602 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
603 | rdfs:label "saleable flow"^^xsd:string ; | 603 | rdfs:label "saleable flow"^^xsd:string ; |
604 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 604 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
605 | 605 | ||
606 | ep-flow:SaleableInventory | 606 | ep-flow:SaleableInventory |
607 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 607 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
608 | rdfs:label "saleable inventory"^^xsd:string ; | 608 | rdfs:label "saleable inventory"^^xsd:string ; |
609 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 609 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
610 | 610 | ||
611 | ep-flow:SampleOfMaterial | 611 | ep-flow:SampleOfMaterial |
612 | rdf:type owl:Class ; | 612 | rdf:type owl:Class ; |
613 | - rdfs:label "(temporal part of a) sample of material"^^xsd:string , "sample of material"^^xsd:string ; | 613 | + rdfs:label "sample of material"^^xsd:string ; |
614 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 614 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
615 | 615 | ||
616 | ep-flow:SimulatedFlow | 616 | ep-flow:SimulatedFlow |
617 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 617 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
618 | rdfs:label "simulated flow"^^xsd:string ; | 618 | rdfs:label "simulated flow"^^xsd:string ; |
619 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 619 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
620 | 620 | ||
621 | ep-flow:SimulatedInventory | 621 | ep-flow:SimulatedInventory |
622 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 622 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
623 | rdfs:label "simulated inventory"^^xsd:string ; | 623 | rdfs:label "simulated inventory"^^xsd:string ; |
624 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 624 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
625 | 625 | ||
626 | ep-flow:Storage | 626 | ep-flow:Storage |
627 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 627 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
628 | rdfs:label "storage"^^xsd:string ; | 628 | rdfs:label "storage"^^xsd:string ; |
629 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 629 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
630 | 630 | ||
631 | ep-flow:TargetFlow | 631 | ep-flow:TargetFlow |
632 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 632 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
633 | rdfs:label "target flow"^^xsd:string ; | 633 | rdfs:label "target flow"^^xsd:string ; |
634 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 634 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
635 | 635 | ||
636 | ep-flow:TargetInventory | 636 | ep-flow:TargetInventory |
637 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 637 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
638 | rdfs:label "target inventory"^^xsd:string ; | 638 | rdfs:label "target inventory"^^xsd:string ; |
639 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 639 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
640 | 640 | ||
641 | ep-flow:TariffBasisFlow | 641 | ep-flow:TariffBasisFlow |
642 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 642 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
643 | rdfs:label "tariff basis flow"^^xsd:string ; | 643 | rdfs:label "tariff basis flow"^^xsd:string ; |
644 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 644 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
645 | 645 | ||
... | @@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType |
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 | ||
... | @@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory | ... | @@ -671,7 +671,7 @@ ep-flow:WholeLifeInventory |
671 | ep-flow:WholeLifeProductFlow | 671 | ep-flow:WholeLifeProductFlow |
672 | rdf:type owl:Class ; | 672 | rdf:type owl:Class ; |
673 | rdfs:label "whole life product flow"^^xsd:string ; | 673 | rdfs:label "whole life product flow"^^xsd:string ; |
674 | - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 674 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . |
675 | 675 | ||
676 | ep-flow:WholeLifeProductInventory | 676 | ep-flow:WholeLifeProductInventory |
677 | rdf:type owl:Class ; | 677 | rdf:type owl:Class ; |
... | @@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -681,7 +681,7 @@ ep-flow:WholeLifeProductInventory |
681 | ep-flow:WholeLifeProductionFlow | 681 | ep-flow:WholeLifeProductionFlow |
682 | rdf:type owl:Class ; | 682 | rdf:type owl:Class ; |
683 | rdfs:label "whole life production flow"^^xsd:string ; | 683 | rdfs:label "whole life production flow"^^xsd:string ; |
684 | - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 684 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
685 | 685 | ||
686 | ep-flow:WholeLifeProductionFlowNetwork | 686 | ep-flow:WholeLifeProductionFlowNetwork |
687 | rdf:type owl:Class ; | 687 | rdf:type owl:Class ; |
... | @@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork | ... | @@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork |
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 ; |
... | @@ -704,7 +704,7 @@ ep-flow:Wind | ... | @@ -704,7 +704,7 @@ ep-flow:Wind |
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 ; |
... | @@ -712,19 +712,19 @@ ep-flow:allocatedTo | ... | @@ -712,19 +712,19 @@ ep-flow:allocatedTo |
712 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 712 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
713 | 713 | ||
714 | ep-flow:amountOfPrecipitation | 714 | ep-flow:amountOfPrecipitation |
715 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 715 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
716 | rdfs:domain ep-flow:Flow ; | 716 | rdfs:domain ep-flow:Flow ; |
717 | rdfs:label "amount of precipitation"^^xsd:string ; | 717 | rdfs:label "amount of precipitation"^^xsd:string ; |
718 | rdfs:range ep-core:Length . | 718 | rdfs:range ep-core:Length . |
719 | 719 | ||
720 | ep-flow:dailyAverageAmountOfMaterial | 720 | ep-flow:dailyAverageAmountOfMaterial |
721 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 721 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
722 | rdfs:domain ep-flow:Flow ; | 722 | rdfs:domain ep-flow:Flow ; |
723 | rdfs:label "daily average amount of material"^^xsd:string ; | 723 | rdfs:label "daily average amount of material"^^xsd:string ; |
724 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 724 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
725 | 725 | ||
726 | ep-flow:energyContent | 726 | ep-flow:energyContent |
727 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 727 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
728 | rdfs:domain ep-material:QuantityOfMaterial ; | 728 | rdfs:domain ep-material:QuantityOfMaterial ; |
729 | rdfs:label "energy content"^^xsd:string ; | 729 | rdfs:label "energy content"^^xsd:string ; |
730 | rdfs:range ep-core:Work . | 730 | rdfs:range ep-core:Work . |
... | @@ -756,7 +756,7 @@ ep-flow:flowOutOf | ... | @@ -756,7 +756,7 @@ ep-flow:flowOutOf |
756 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 756 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
757 | 757 | ||
758 | ep-flow:grossCalorificValue | 758 | ep-flow:grossCalorificValue |
759 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 759 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
760 | rdfs:domain ep-material:QuantityOfMaterial ; | 760 | rdfs:domain ep-material:QuantityOfMaterial ; |
761 | rdfs:label "gross calorific value"^^xsd:string ; | 761 | rdfs:label "gross calorific value"^^xsd:string ; |
762 | rdfs:range ep-core:EnergyPerVolume . | 762 | rdfs:range ep-core:EnergyPerVolume . |
... | @@ -776,34 +776,34 @@ ep-flow:hasNetworkPart | ... | @@ -776,34 +776,34 @@ ep-flow:hasNetworkPart |
776 | rdfs:subPropertyOf ep-core:hasPart . | 776 | rdfs:subPropertyOf ep-core:hasPart . |
777 | 777 | ||
778 | ep-flow:horizontalDirectionAzimuth | 778 | ep-flow:horizontalDirectionAzimuth |
779 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 779 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
780 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 780 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
781 | rdfs:range ep-core:PlaneAngle . | 781 | rdfs:range ep-core:PlaneAngle . |
782 | 782 | ||
783 | ep-flow:materialThatFlows | 783 | ep-flow:materialThatFlows |
784 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 784 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
785 | rdfs:domain ep-flow:Flow ; | 785 | rdfs:domain ep-flow:Flow ; |
786 | rdfs:label "material that flows"^^xsd:string ; | 786 | rdfs:label "material that flows"^^xsd:string ; |
787 | rdfs:range ep-material:QuantityOfMaterial . | 787 | rdfs:range ep-material:QuantityOfMaterial . |
788 | 788 | ||
789 | ep-flow:rateOfFlowOfMaterial | 789 | ep-flow:rateOfFlowOfMaterial |
790 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 790 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
791 | rdfs:label "rate of flow of material"^^xsd:string ; | 791 | rdfs:label "rate of flow of material"^^xsd:string ; |
792 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 792 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
793 | 793 | ||
794 | ep-flow:summedDailyMass | 794 | ep-flow:summedDailyMass |
795 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 795 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
796 | rdfs:domain ep-flow:Inventory ; | 796 | rdfs:domain ep-flow:Inventory ; |
797 | rdfs:label "summed daily mass"^^xsd:string ; | 797 | rdfs:label "summed daily mass"^^xsd:string ; |
798 | rdfs:range ep-core:Mass . | 798 | rdfs:range ep-core:Mass . |
799 | 799 | ||
800 | ep-flow:totalVolumeOfMaterial-deprecated | 800 | ep-flow:totalVolumeOfMaterial-deprecated |
801 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 801 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
802 | rdfs:label "total volume of material"^^xsd:string ; | 802 | rdfs:label "total volume of material"^^xsd:string ; |
803 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 803 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
804 | 804 | ||
805 | ep-flow:yearlyAverageAmountOfMaterial | 805 | ep-flow:yearlyAverageAmountOfMaterial |
806 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 806 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
807 | rdfs:domain ep-flow:Flow ; | 807 | rdfs:domain ep-flow:Flow ; |
808 | rdfs:label "yearly average amount of material"^^xsd:string ; | 808 | rdfs:label "yearly average amount of material"^^xsd:string ; |
809 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 809 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | ... | ... |
... | @@ -31,7 +31,7 @@ ep-material:AqueousMaterial | ... | @@ -31,7 +31,7 @@ ep-material:AqueousMaterial |
31 | 31 | ||
32 | ep-material:BasicSedimentAndWater | 32 | ep-material:BasicSedimentAndWater |
33 | rdf:type owl:Class , ep-material:SubstanceType ; | 33 | rdf:type owl:Class , ep-material:SubstanceType ; |
34 | - rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; | 34 | + rdfs:label "basic sediment and water"^^xsd:string ; |
35 | rdfs:subClassOf ep-material:Fluid ; | 35 | rdfs:subClassOf ep-material:Fluid ; |
36 | ep-core:seeReferenceData | 36 | ep-core:seeReferenceData |
37 | "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . | 37 | "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . |
... | @@ -326,8 +326,9 @@ ep-material:HydrogenSulfide | ... | @@ -326,8 +326,9 @@ ep-material:HydrogenSulfide |
326 | 326 | ||
327 | ep-material:Isobutane | 327 | ep-material:Isobutane |
328 | rdf:type owl:Class , ep-material:SubstanceType ; | 328 | rdf:type owl:Class , ep-material:SubstanceType ; |
329 | - rdfs:label "isobutane"^^xsd:string , "IC4"^^xsd:string ; | 329 | + rdfs:label "IC4"^^xsd:string ; |
330 | rdfs:subClassOf ep-material:Material ; | 330 | rdfs:subClassOf ep-material:Material ; |
331 | + ep-core:name "isobutane"^^xsd:string ; | ||
331 | ep-core:seeReferenceData | 332 | ep-core:seeReferenceData |
332 | "http://posccaesar.org/rdl/RDS419309"^^xsd:string . | 333 | "http://posccaesar.org/rdl/RDS419309"^^xsd:string . |
333 | 334 | ||
... | @@ -338,8 +339,9 @@ ep-material:Isobutane-component | ... | @@ -338,8 +339,9 @@ ep-material:Isobutane-component |
338 | 339 | ||
339 | ep-material:Isopentane | 340 | ep-material:Isopentane |
340 | rdf:type owl:Class , ep-material:SubstanceType ; | 341 | rdf:type owl:Class , ep-material:SubstanceType ; |
341 | - rdfs:label "isopentane"^^xsd:string , "IC5"^^xsd:string ; | 342 | + rdfs:label "IC5"^^xsd:string ; |
342 | rdfs:subClassOf ep-material:Material ; | 343 | rdfs:subClassOf ep-material:Material ; |
344 | + ep-core:name "isopentane"^^xsd:string ; | ||
343 | ep-core:seeReferenceData | 345 | ep-core:seeReferenceData |
344 | "http://posccaesar.org/rdl/RDS419399"^^xsd:string . | 346 | "http://posccaesar.org/rdl/RDS419399"^^xsd:string . |
345 | 347 | ||
... | @@ -447,8 +449,9 @@ ep-material:NonHcGas | ... | @@ -447,8 +449,9 @@ ep-material:NonHcGas |
447 | 449 | ||
448 | ep-material:NormalButane | 450 | ep-material:NormalButane |
449 | rdf:type owl:Class , ep-material:SubstanceType ; | 451 | rdf:type owl:Class , ep-material:SubstanceType ; |
450 | - rdfs:label "normal butane"^^xsd:string , "NC4"^^xsd:string ; | 452 | + rdfs:label "NC4"^^xsd:string ; |
451 | - rdfs:subClassOf ep-material:Material . | 453 | + rdfs:subClassOf ep-material:Material ; |
454 | + ep-core:name "normal butane"^^xsd:string . | ||
452 | 455 | ||
453 | ep-material:NormalButane-component | 456 | ep-material:NormalButane-component |
454 | rdf:type owl:Class ; | 457 | rdf:type owl:Class ; |
... | @@ -457,8 +460,9 @@ ep-material:NormalButane-component | ... | @@ -457,8 +460,9 @@ ep-material:NormalButane-component |
457 | 460 | ||
458 | ep-material:NormalPentane | 461 | ep-material:NormalPentane |
459 | rdf:type owl:Class , ep-material:SubstanceType ; | 462 | rdf:type owl:Class , ep-material:SubstanceType ; |
460 | - rdfs:label "normal pentane"^^xsd:string , "NC5"^^xsd:string ; | 463 | + rdfs:label "NC5"^^xsd:string ; |
461 | - rdfs:subClassOf ep-material:Material . | 464 | + rdfs:subClassOf ep-material:Material ; |
465 | + ep-core:name "normal pentane"^^xsd:string . | ||
462 | 466 | ||
463 | ep-material:Oil | 467 | ep-material:Oil |
464 | rdf:type owl:Class ; | 468 | rdf:type owl:Class ; |
... | @@ -525,8 +529,9 @@ ep-material:PlusFraction | ... | @@ -525,8 +529,9 @@ ep-material:PlusFraction |
525 | 529 | ||
526 | ep-material:Propane | 530 | ep-material:Propane |
527 | rdf:type owl:Class , ep-material:SubstanceType ; | 531 | rdf:type owl:Class , ep-material:SubstanceType ; |
528 | - rdfs:label "propane"^^xsd:string , "C3"^^xsd:string ; | 532 | + rdfs:label "C3"^^xsd:string ; |
529 | rdfs:subClassOf ep-material:Material ; | 533 | rdfs:subClassOf ep-material:Material ; |
534 | + ep-core:name "propane"^^xsd:string ; | ||
530 | ep-core:seeReferenceData | 535 | ep-core:seeReferenceData |
531 | "http://posccaesar.org/rdl/RDS419264"^^xsd:string . | 536 | "http://posccaesar.org/rdl/RDS419264"^^xsd:string . |
532 | 537 | ||
... | @@ -800,8 +805,9 @@ ep-material:substance-3mPentane | ... | @@ -800,8 +805,9 @@ ep-material:substance-3mPentane |
800 | 805 | ||
801 | ep-material:substance-Ar | 806 | ep-material:substance-Ar |
802 | rdf:type owl:Class , ep-material:SubstanceType ; | 807 | rdf:type owl:Class , ep-material:SubstanceType ; |
803 | - rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; | 808 | + rdfs:label "Argon"^^xsd:string ; |
804 | - rdfs:subClassOf ep-material:Material . | 809 | + rdfs:subClassOf ep-material:Material ; |
810 | + ep-core:shortName "Ar"^^xsd:string . | ||
805 | 811 | ||
806 | ep-material:substance-Benzene | 812 | ep-material:substance-Benzene |
807 | rdf:type owl:Class , ep-material:SubstanceType ; | 813 | rdf:type owl:Class , ep-material:SubstanceType ; |
... | @@ -1053,8 +1059,9 @@ ep-material:substance-EtcyPentane | ... | @@ -1053,8 +1059,9 @@ ep-material:substance-EtcyPentane |
1053 | 1059 | ||
1054 | ep-material:substance-Ethane | 1060 | ep-material:substance-Ethane |
1055 | rdf:type owl:Class , ep-material:SubstanceType ; | 1061 | rdf:type owl:Class , ep-material:SubstanceType ; |
1056 | - rdfs:label "ethane"^^xsd:string , "C2"^^xsd:string ; | 1062 | + rdfs:label "C2"^^xsd:string ; |
1057 | rdfs:subClassOf ep-material:Material ; | 1063 | rdfs:subClassOf ep-material:Material ; |
1064 | + ep-core:name "ethane"^^xsd:string ; | ||
1058 | ep-core:seeReferenceData | 1065 | ep-core:seeReferenceData |
1059 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 1066 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
1060 | 1067 | ||
... | @@ -1107,8 +1114,9 @@ ep-material:substance-McyPentane | ... | @@ -1107,8 +1114,9 @@ ep-material:substance-McyPentane |
1107 | 1114 | ||
1108 | ep-material:substance-Methane | 1115 | ep-material:substance-Methane |
1109 | rdf:type owl:Class , ep-material:SubstanceType ; | 1116 | rdf:type owl:Class , ep-material:SubstanceType ; |
1110 | - rdfs:label "methane"^^xsd:string , "C1"^^xsd:string ; | 1117 | + rdfs:label "C1"^^xsd:string ; |
1111 | - rdfs:subClassOf ep-material:Material . | 1118 | + rdfs:subClassOf ep-material:Material ; |
1119 | + ep-core:name "methane"^^xsd:string . | ||
1112 | 1120 | ||
1113 | ep-material:substance-N2 | 1121 | ep-material:substance-N2 |
1114 | rdf:type owl:Class , ep-material:SubstanceType ; | 1122 | rdf:type owl:Class , ep-material:SubstanceType ; | ... | ... |
... | @@ -320,53 +320,26 @@ dpr-tables:FluidSampleAnalysisResults | ... | @@ -320,53 +320,26 @@ dpr-tables:FluidSampleAnalysisResults |
320 | sp:subject | 320 | sp:subject |
321 | [ sp:varName "sampledFluid"^^xsd:string | 321 | [ sp:varName "sampledFluid"^^xsd:string |
322 | ] | 322 | ] |
323 | - ] [ sp:object | 323 | + ] [ rdf:type sp:Optional ; |
324 | - [ sp:varName "componentType"^^xsd:string | 324 | + sp:elements ([ sp:object |
325 | + [ sp:varName "firstOfPair"^^xsd:string | ||
325 | ] ; | 326 | ] ; |
326 | sp:predicate rdf:type ; | 327 | sp:predicate rdf:type ; |
327 | sp:subject | 328 | sp:subject |
328 | [ sp:varName "component"^^xsd:string | 329 | [ sp:varName "component"^^xsd:string |
329 | ] | 330 | ] |
330 | - ] [ rdf:type sp:Filter ; | ||
331 | - sp:expression | ||
332 | - [ rdf:type sp:ne ; | ||
333 | - sp:arg1 [ sp:varName "componentType"^^xsd:string | ||
334 | - ] ; | ||
335 | - sp:arg2 <http://www.reportinghub.no/ep/schema/material#Fluid> | ||
336 | - ] | ||
337 | - ] [ rdf:type sp:Filter ; | ||
338 | - sp:expression | ||
339 | - [ rdf:type sp:ne ; | ||
340 | - sp:arg1 [ sp:varName "componentType"^^xsd:string | ||
341 | - ] ; | ||
342 | - sp:arg2 <http://www.reportinghub.no/ep/schema/material#FluidFraction> | ||
343 | - ] | ||
344 | - ] [ sp:object | ||
345 | - [ sp:varName "componentName"^^xsd:string | ||
346 | - ] ; | ||
347 | - sp:predicate rdfs:label ; | ||
348 | - sp:subject | ||
349 | - [ sp:varName "componentType"^^xsd:string | ||
350 | - ] | ||
351 | ] [ sp:object | 331 | ] [ sp:object |
352 | [ sp:varName "firstOfPair"^^xsd:string | 332 | [ sp:varName "firstOfPair"^^xsd:string |
353 | ] ; | 333 | ] ; |
354 | - sp:predicate rdf:type ; | 334 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; |
355 | sp:subject | 335 | sp:subject |
356 | - [ sp:varName "component"^^xsd:string | 336 | + [ sp:varName "molePair"^^xsd:string |
357 | ] | 337 | ] |
358 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MolePair> ; | 338 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MolePair> ; |
359 | sp:predicate rdf:type ; | 339 | sp:predicate rdf:type ; |
360 | sp:subject | 340 | sp:subject |
361 | [ sp:varName "molePair"^^xsd:string | 341 | [ sp:varName "molePair"^^xsd:string |
362 | ] | 342 | ] |
363 | - ] [ sp:object | ||
364 | - [ sp:varName "firstOfPair"^^xsd:string | ||
365 | - ] ; | ||
366 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; | ||
367 | - sp:subject | ||
368 | - [ sp:varName "molePair"^^xsd:string | ||
369 | - ] | ||
370 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; | 343 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; |
371 | sp:predicate rdf:type ; | 344 | sp:predicate rdf:type ; |
372 | sp:subject | 345 | sp:subject |
... | @@ -405,32 +378,95 @@ dpr-tables:FluidSampleAnalysisResults | ... | @@ -405,32 +378,95 @@ dpr-tables:FluidSampleAnalysisResults |
405 | sp:variable | 378 | sp:variable |
406 | [ sp:varName "moleRatioPercent"^^xsd:string | 379 | [ sp:varName "moleRatioPercent"^^xsd:string |
407 | ] | 380 | ] |
381 | + ]) | ||
408 | ] [ rdf:type sp:Optional ; | 382 | ] [ rdf:type sp:Optional ; |
409 | sp:elements ([ sp:object | 383 | sp:elements ([ sp:object |
384 | + [ sp:varName "firstOfPairMass"^^xsd:string | ||
385 | + ] ; | ||
386 | + sp:predicate rdf:type ; | ||
387 | + sp:subject | ||
410 | [ sp:varName "component"^^xsd:string | 388 | [ sp:varName "component"^^xsd:string |
389 | + ] | ||
390 | + ] [ sp:object | ||
391 | + [ sp:varName "firstOfPairMass"^^xsd:string | ||
411 | ] ; | 392 | ] ; |
412 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ; | 393 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; |
413 | sp:subject | 394 | sp:subject |
414 | - [ sp:varName "materialPair"^^xsd:string | 395 | + [ sp:varName "massPair"^^xsd:string |
415 | ] | 396 | ] |
416 | - ] [ rdf:type sp:Optional ; | 397 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPair> ; |
417 | - sp:elements ([ sp:object | 398 | + sp:predicate rdf:type ; |
418 | - [ sp:varName "massRatio"^^xsd:string | 399 | + sp:subject |
400 | + [ sp:varName "massPair"^^xsd:string | ||
401 | + ] | ||
402 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
403 | + sp:predicate rdf:type ; | ||
404 | + sp:subject | ||
405 | + [ sp:varName "firstOfPairMass"^^xsd:string | ||
406 | + ] | ||
407 | + ] [ sp:object | ||
408 | + [ sp:varName "secondOfPairMass"^^xsd:string | ||
409 | + ] ; | ||
410 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ; | ||
411 | + sp:subject | ||
412 | + [ sp:varName "massPair"^^xsd:string | ||
413 | + ] | ||
414 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
415 | + sp:predicate rdf:type ; | ||
416 | + sp:subject | ||
417 | + [ sp:varName "secondOfPairMass"^^xsd:string | ||
418 | + ] | ||
419 | + ] [ sp:object | ||
420 | + [ sp:varName "ratioMass"^^xsd:string | ||
419 | ] ; | 421 | ] ; |
420 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#massRatio> ; | 422 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#divide> ; |
421 | sp:subject | 423 | sp:subject |
422 | - [ sp:varName "materialPair"^^xsd:string | 424 | + [ sp:varName "massPair"^^xsd:string |
425 | + ] | ||
426 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Ratio> ; | ||
427 | + sp:predicate rdf:type ; | ||
428 | + sp:subject | ||
429 | + [ sp:varName "ratioMass"^^xsd:string | ||
423 | ] | 430 | ] |
424 | ] [ rdf:type sp:Bind ; | 431 | ] [ rdf:type sp:Bind ; |
425 | sp:expression | 432 | sp:expression |
426 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | 433 | [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; |
427 | - sp:arg1 [ sp:varName "massRatio"^^xsd:string | 434 | + sp:arg1 [ sp:varName "ratioMass"^^xsd:string |
428 | ] | 435 | ] |
429 | ] ; | 436 | ] ; |
430 | sp:variable | 437 | sp:variable |
431 | [ sp:varName "massRatioPercent"^^xsd:string | 438 | [ sp:varName "massRatioPercent"^^xsd:string |
432 | ] | 439 | ] |
433 | ]) | 440 | ]) |
441 | + ] [ rdf:type sp:Optional ; | ||
442 | + sp:elements ([ sp:object | ||
443 | + [ sp:varName "componentType"^^xsd:string | ||
444 | + ] ; | ||
445 | + sp:predicate rdf:type ; | ||
446 | + sp:subject | ||
447 | + [ sp:varName "component"^^xsd:string | ||
448 | + ] | ||
449 | + ] [ rdf:type sp:Filter ; | ||
450 | + sp:expression | ||
451 | + [ rdf:type sp:ne ; | ||
452 | + sp:arg1 [ sp:varName "componentType"^^xsd:string | ||
453 | + ] ; | ||
454 | + sp:arg2 <http://www.reportinghub.no/ep/schema/material#Fluid> | ||
455 | + ] | ||
456 | + ] [ rdf:type sp:Filter ; | ||
457 | + sp:expression | ||
458 | + [ rdf:type sp:ne ; | ||
459 | + sp:arg1 [ sp:varName "componentType"^^xsd:string | ||
460 | + ] ; | ||
461 | + sp:arg2 <http://www.reportinghub.no/ep/schema/material#FluidFraction> | ||
462 | + ] | ||
463 | + ] [ sp:object | ||
464 | + [ sp:varName "componentName"^^xsd:string | ||
465 | + ] ; | ||
466 | + sp:predicate rdfs:label ; | ||
467 | + sp:subject | ||
468 | + [ sp:varName "componentType"^^xsd:string | ||
469 | + ] | ||
434 | ]) | 470 | ]) |
435 | ] [ rdf:type sp:Optional ; | 471 | ] [ rdf:type sp:Optional ; |
436 | sp:elements ([ sp:object | 472 | sp:elements ([ sp:object |
... | @@ -575,7 +611,6 @@ dpr-tables:HSEInformation | ... | @@ -575,7 +611,6 @@ dpr-tables:HSEInformation |
575 | [ rdf:type sp:Select ; | 611 | [ rdf:type sp:Select ; |
576 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 612 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
577 | ] [ sp:varName "operationType"^^xsd:string | 613 | ] [ sp:varName "operationType"^^xsd:string |
578 | - ] [ sp:varName "definingType"^^xsd:string | ||
579 | ] [ sp:varName "startedAt"^^xsd:string | 614 | ] [ sp:varName "startedAt"^^xsd:string |
580 | ] [ sp:varName "finishedAt"^^xsd:string | 615 | ] [ sp:varName "finishedAt"^^xsd:string |
581 | ] [ sp:varName "safetyConsideration"^^xsd:string | 616 | ] [ sp:varName "safetyConsideration"^^xsd:string |
... | @@ -4273,7 +4308,7 @@ dpr-tables:SafetyInformation | ... | @@ -4273,7 +4308,7 @@ dpr-tables:SafetyInformation |
4273 | [ rdf:type sp:Select ; | 4308 | [ rdf:type sp:Select ; |
4274 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 4309 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
4275 | ] [ sp:varName "definingType"^^xsd:string | 4310 | ] [ sp:varName "definingType"^^xsd:string |
4276 | - ] [ sp:varName "duration"^^xsd:string | 4311 | + ] [ sp:varName "durationValue"^^xsd:string |
4277 | ]) ; | 4312 | ]) ; |
4278 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 4313 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
4279 | sp:predicate rdf:type ; | 4314 | sp:predicate rdf:type ; |
... | @@ -4385,18 +4420,19 @@ dpr-tables:SafetyInformation | ... | @@ -4385,18 +4420,19 @@ dpr-tables:SafetyInformation |
4385 | sp:subject | 4420 | sp:subject |
4386 | [ sp:varName "remainingActivityType"^^xsd:string | 4421 | [ sp:varName "remainingActivityType"^^xsd:string |
4387 | ] | 4422 | ] |
4388 | - ] [ sp:object | 4423 | + ] [ rdf:type sp:Bind ; |
4389 | - [ sp:varName "duration"^^xsd:string | 4424 | + sp:expression |
4425 | + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
4426 | + sp:arg1 [ sp:varName "remainingActivityType"^^xsd:string | ||
4427 | + ] | ||
4390 | ] ; | 4428 | ] ; |
4391 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#day> ; | 4429 | + sp:variable |
4392 | - sp:subject | 4430 | + [ sp:varName "durationValue"^^xsd:string |
4393 | - [ sp:varName "remainingActivityType"^^xsd:string | ||
4394 | ] | 4431 | ] |
4395 | ]) | 4432 | ]) |
4396 | ]) | 4433 | ]) |
4397 | ] ; | 4434 | ] ; |
4398 | - rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string """Duration | 4435 | + rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string "Duration"^^xsd:string) . |
4399 | -day"""^^xsd:string) . | ||
4400 | 4436 | ||
4401 | dpr-tables:WeatherInformation | 4437 | dpr-tables:WeatherInformation |
4402 | rdf:type rhspin:TableTemplate ; | 4438 | rdf:type rhspin:TableTemplate ; | ... | ... |
-
Please register or login to post a comment