Updates to UoMs to fix bugs and facilitate integration with the PCA RDL
Showing
7 changed files
with
3234 additions
and
3227 deletions
This diff could not be displayed because it is too large.
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/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> ; | 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/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
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 ep-flow:TemporalPartDurationType , owl:Class ; | 32 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
33 | - rdfs:label "physical thing during month to date"^^xsd:string ; | 33 | + rdfs:label "physical thing during month to date"^^xsd:string ; |
34 | - rdfs:subClassOf ep-core:PhysicalThing . | 34 | + rdfs:subClassOf ep-core:PhysicalThing . |
35 | - | 35 | + |
36 | -ep-core:PhysicalThingDuringOneDay | 36 | +ep-core:PhysicalThingDuringOneDay |
37 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 37 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
38 | - rdfs:label "physical thing during one day"^^xsd:string ; | 38 | + rdfs:label "physical thing during one day"^^xsd:string ; |
39 | - rdfs:subClassOf ep-core:PhysicalThing . | 39 | + rdfs:subClassOf ep-core:PhysicalThing . |
40 | - | 40 | + |
41 | -ep-core:PhysicalThingDuringOneGasDay | 41 | +ep-core:PhysicalThingDuringOneGasDay |
42 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 42 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
43 | - rdfs:label "physical thing during one gas day"^^xsd:string ; | 43 | + rdfs:label "physical thing during one gas day"^^xsd:string ; |
44 | - rdfs:subClassOf ep-core:PhysicalThing . | 44 | + rdfs:subClassOf ep-core:PhysicalThing . |
45 | - | 45 | + |
46 | -ep-core:PhysicalThingDuringOneGasMonth | 46 | +ep-core:PhysicalThingDuringOneGasMonth |
47 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 47 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
48 | - rdfs:label "physical thing during one gas month"^^xsd:string ; | 48 | + rdfs:label "physical thing during one gas month"^^xsd:string ; |
49 | - rdfs:subClassOf ep-core:PhysicalThing . | 49 | + rdfs:subClassOf ep-core:PhysicalThing . |
50 | - | 50 | + |
51 | -ep-core:PhysicalThingDuringOneGasYear | 51 | +ep-core:PhysicalThingDuringOneGasYear |
52 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 52 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
53 | - rdfs:label "physical thing during one gas year"^^xsd:string ; | 53 | + rdfs:label "physical thing during one gas year"^^xsd:string ; |
54 | - rdfs:subClassOf ep-core:PhysicalThing . | 54 | + rdfs:subClassOf ep-core:PhysicalThing . |
55 | - | 55 | + |
56 | -ep-core:PhysicalThingDuringOneMonth | 56 | +ep-core:PhysicalThingDuringOneMonth |
57 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 57 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
58 | - rdfs:label "physical thing during one month"^^xsd:string ; | 58 | + rdfs:label "physical thing during one month"^^xsd:string ; |
59 | - rdfs:subClassOf ep-core:PhysicalThing . | 59 | + rdfs:subClassOf ep-core:PhysicalThing . |
60 | - | 60 | + |
61 | -ep-core:PhysicalThingDuringOneWeek | 61 | +ep-core:PhysicalThingDuringOneWeek |
62 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 62 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
63 | - rdfs:label "physical thing during one week"^^xsd:string ; | 63 | + rdfs:label "physical thing during one week"^^xsd:string ; |
64 | - rdfs:subClassOf ep-core:PhysicalThing . | 64 | + rdfs:subClassOf ep-core:PhysicalThing . |
65 | - | 65 | + |
66 | -ep-core:PhysicalThingDuringOneYear | 66 | +ep-core:PhysicalThingDuringOneYear |
67 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 67 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
68 | - rdfs:label "physical thing during one year"^^xsd:string ; | 68 | + rdfs:label "physical thing during one year"^^xsd:string ; |
69 | - rdfs:subClassOf ep-core:PhysicalThing . | 69 | + rdfs:subClassOf ep-core:PhysicalThing . |
70 | - | 70 | + |
71 | -ep-core:PhysicalThingDuringYearToDate | 71 | +ep-core:PhysicalThingDuringYearToDate |
72 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 72 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
73 | - rdfs:label "physical thing during year to date"^^xsd:string ; | 73 | + rdfs:label "physical thing during year to date"^^xsd:string ; |
74 | - rdfs:subClassOf ep-core:PhysicalThing . | 74 | + rdfs:subClassOf ep-core:PhysicalThing . |
75 | - | 75 | + |
76 | -ep-flow:AllocatedFlow | 76 | +ep-flow:AllocatedFlow |
77 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 77 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
78 | - rdfs:label "allocated flow"^^xsd:string ; | 78 | + rdfs:label "allocated flow"^^xsd:string ; |
79 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 79 | + rdfs:subClassOf ep-flow:WholeLifeFlow . |
80 | - | 80 | + |
81 | -ep-flow:AllocatedInventory | 81 | +ep-flow:AllocatedInventory |
82 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 82 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
83 | - rdfs:label "allocated inventory"^^xsd:string ; | 83 | + rdfs:label "allocated inventory"^^xsd:string ; |
84 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 84 | + rdfs:subClassOf ep-flow:WholeLifeInventory . |
85 | - | 85 | + |
86 | -ep-flow:BudgetFlow | 86 | +ep-flow:BudgetFlow |
87 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 87 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
88 | - rdfs:label "budget flow"^^xsd:string ; | 88 | + rdfs:label "budget flow"^^xsd:string ; |
89 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 89 | + rdfs:subClassOf ep-flow:WholeLifeFlow . |
90 | - | 90 | + |
91 | -ep-flow:BudgetInventory | 91 | +ep-flow:BudgetInventory |
92 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 92 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
93 | - rdfs:label "budget inventory"^^xsd:string ; | 93 | + rdfs:label "budget inventory"^^xsd:string ; |
94 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 94 | + rdfs:subClassOf ep-flow:WholeLifeInventory . |
95 | - | 95 | + |
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 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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 107 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
108 | - rdfs:label "constraint flow - fixed"^^xsd:string ; | 108 | + rdfs:label "constraint flow - fixed"^^xsd:string ; |
109 | - rdfs:subClassOf ep-flow:ConstraintFlow . | 109 | + rdfs:subClassOf ep-flow:ConstraintFlow . |
110 | - | 110 | + |
111 | -ep-flow:ConstraintFlow-maximum | 111 | +ep-flow:ConstraintFlow-maximum |
112 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 112 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
113 | - rdfs:label "constraint flow - maximum"^^xsd:string ; | 113 | + rdfs:label "constraint flow - maximum"^^xsd:string ; |
114 | - rdfs:subClassOf ep-flow:ConstraintFlow . | 114 | + rdfs:subClassOf ep-flow:ConstraintFlow . |
115 | - | 115 | + |
116 | -ep-flow:ConstraintFlow-minimum | 116 | +ep-flow:ConstraintFlow-minimum |
117 | - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 117 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
118 | - rdfs:label "constraint flow - minimum"^^xsd:string ; | 118 | + rdfs:label "constraint flow - minimum"^^xsd:string ; |
119 | - rdfs:subClassOf ep-flow:ConstraintFlow . | 119 | + rdfs:subClassOf ep-flow:ConstraintFlow . |
120 | - | 120 | + |
121 | -ep-flow:ConstraintInventory | 121 | +ep-flow:ConstraintInventory |
122 | - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 122 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
123 | - rdfs:label "constraint inventory"^^xsd:string ; | 123 | + rdfs:label "constraint inventory"^^xsd:string ; |
124 | - rdfs:subClassOf ep-flow:WholeLifeInventory . | 124 | + rdfs:subClassOf ep-flow:WholeLifeInventory . |
125 | - | 125 | + |
126 | -ep-flow:Consume | 126 | +ep-flow:Consume |
127 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 127 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
128 | - rdfs:label "consume"^^xsd:string ; | 128 | + rdfs:label "consume"^^xsd:string ; |
129 | - rdfs:subClassOf ep-flow:WholeLifeFlow . | 129 | + rdfs:subClassOf ep-flow:WholeLifeFlow . |
130 | - | 130 | + |
131 | -ep-flow:Consume-HPflare | 131 | +ep-flow:Consume-HPflare |
132 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 132 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
133 | - rdfs:label "consume - HP flare"^^xsd:string ; | 133 | + rdfs:label "consume - HP flare"^^xsd:string ; |
134 | - rdfs:subClassOf ep-flow:Consume-flare . | 134 | + rdfs:subClassOf ep-flow:Consume-flare . |
135 | - | 135 | + |
136 | -ep-flow:Consume-LPflare | 136 | +ep-flow:Consume-LPflare |
137 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 137 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
138 | - rdfs:label "consume - LP flare"^^xsd:string ; | 138 | + rdfs:label "consume - LP flare"^^xsd:string ; |
139 | - rdfs:subClassOf ep-flow:Consume-flare . | 139 | + rdfs:subClassOf ep-flow:Consume-flare . |
140 | - | 140 | + |
141 | -ep-flow:Consume-blackstart | 141 | +ep-flow:Consume-blackstart |
142 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
143 | - rdfs:label "consume - blackstart"^^xsd:string ; | 143 | + rdfs:label "consume - blackstart"^^xsd:string ; |
144 | - rdfs:subClassOf ep-flow:Consume . | 144 | + rdfs:subClassOf ep-flow:Consume . |
145 | - | 145 | + |
146 | -ep-flow:Consume-compressor | 146 | +ep-flow:Consume-compressor |
147 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 147 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
148 | - rdfs:label "consume - compressor"^^xsd:string ; | 148 | + rdfs:label "consume - compressor"^^xsd:string ; |
149 | - rdfs:subClassOf ep-flow:Consume . | 149 | + rdfs:subClassOf ep-flow:Consume . |
150 | - | 150 | + |
151 | -ep-flow:Consume-emitted | 151 | +ep-flow:Consume-emitted |
152 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 152 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
153 | - rdfs:label "consume - emitted"^^xsd:string ; | 153 | + rdfs:label "consume - emitted"^^xsd:string ; |
154 | - rdfs:subClassOf ep-flow:Consume . | 154 | + rdfs:subClassOf ep-flow:Consume . |
155 | - | 155 | + |
156 | -ep-flow:Consume-flare | 156 | +ep-flow:Consume-flare |
157 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 157 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
158 | - rdfs:label "consume - flare"^^xsd:string ; | 158 | + rdfs:label "consume - flare"^^xsd:string ; |
159 | - rdfs:subClassOf ep-flow:Consume . | 159 | + rdfs:subClassOf ep-flow:Consume . |
160 | - | 160 | + |
161 | -ep-flow:Consume-fuel | 161 | +ep-flow:Consume-fuel |
162 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 162 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
163 | - rdfs:label "consume - fuel"^^xsd:string ; | 163 | + rdfs:label "consume - fuel"^^xsd:string ; |
164 | - rdfs:subClassOf ep-flow:Consume . | 164 | + rdfs:subClassOf ep-flow:Consume . |
165 | - | 165 | + |
166 | -ep-flow:Consume-noncompressor | 166 | +ep-flow:Consume-noncompressor |
167 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 167 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
168 | - rdfs:label "consume - non-compressor"^^xsd:string ; | 168 | + rdfs:label "consume - non-compressor"^^xsd:string ; |
169 | - rdfs:subClassOf ep-flow:Consume . | 169 | + rdfs:subClassOf ep-flow:Consume . |
170 | - | 170 | + |
171 | -ep-flow:Consume-venting | 171 | +ep-flow:Consume-venting |
172 | - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; | 172 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
173 | - rdfs:label "consume - venting"^^xsd:string ; | 173 | + rdfs:label "consume - venting"^^xsd:string ; |
174 | - rdfs:subClassOf ep-flow:Consume . | 174 | + rdfs:subClassOf ep-flow:Consume . |
175 | - | 175 | + |
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 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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 192 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 197 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 207 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 217 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 222 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 227 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 232 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 237 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 242 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 252 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 257 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 272 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 282 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
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 | + |
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 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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 307 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 312 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 317 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 322 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 327 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 332 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 337 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 342 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 352 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 357 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 362 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 367 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionFlowDefinitionSubType , owl:Class ; | 372 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 377 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 382 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductFlowGrossOrNetType , owl:Class ; | 387 | + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 397 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 402 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 412 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 432 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 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 | + |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 492 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 577 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 582 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 592 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 597 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 607 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 617 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 622 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowPurposeType , owl:Class ; | 627 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; |
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 ep-flow:ProductionInventoryDefinitionType , owl:Class ; | 637 | + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 642 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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 ep-flow:ProductionFlowDefinitionType , owl:Class ; | 657 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
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:WholeLifeFlow , ep-flow:ProductFlow . |
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:WholeLifeFlow , ep-flow:ProductionFlow . |
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:ProductionInventory , ep-flow:WholeLifeInventory . | 694 | + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . |
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:FunctionalProperty , owl:ObjectProperty ; | 707 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
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: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:FunctionalProperty , owl:ObjectProperty ; | 721 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
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 . |
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 or out of"^^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:flowMeasuredBy |
752 | - rdf:type owl:ObjectProperty ; | 752 | + rdf:type owl:ObjectProperty ; |
753 | - rdfs:domain ep-flow:WholeLifeFlow ; | 753 | + rdfs:comment "facility that measures a flow"^^xsd:string ; |
754 | - rdfs:label "flow out of"^^xsd:string ; | 754 | + rdfs:domain ep-flow:Flow ; |
755 | - rdfs:range ep-core:PhysicalThing ; | 755 | + rdfs:label "flow measured by"^^xsd:string ; |
756 | - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 756 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
757 | - | 757 | + |
758 | -ep-flow:grossCalorificValue | 758 | +ep-flow:flowOutOf |
759 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 759 | + rdf:type owl:ObjectProperty ; |
760 | - rdfs:domain ep-material:QuantityOfMaterial ; | 760 | + rdfs:domain ep-flow:WholeLifeFlow ; |
761 | - rdfs:label "gross calorific value"^^xsd:string ; | 761 | + rdfs:label "flow out of"^^xsd:string ; |
762 | - rdfs:range ep-core:EnergyPerVolume . | 762 | + rdfs:range ep-core:PhysicalThing ; |
763 | - | 763 | + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
764 | -ep-flow:hasMixedPart | 764 | + |
765 | - rdf:type owl:ObjectProperty ; | 765 | +ep-flow:grossCalorificValue |
766 | - rdfs:domain ep-flow:WholeLifeFlow ; | 766 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
767 | - rdfs:label "has mixed part"^^xsd:string ; | 767 | + rdfs:domain ep-material:QuantityOfMaterial ; |
768 | - rdfs:range ep-flow:WholeLifeFlow ; | 768 | + rdfs:label "gross calorific value"^^xsd:string ; |
769 | - rdfs:subPropertyOf ep-core:hasPart . | 769 | + rdfs:range ep-core:EnergyPerVolume . |
770 | - | 770 | + |
771 | -ep-flow:hasNetworkPart | 771 | +ep-flow:hasMixedPart |
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 mixed 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:hasNetworkPart |
779 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 779 | + rdf:type owl:ObjectProperty ; |
780 | - rdfs:label "horizontal direction azimuth"^^xsd:string ; | 780 | + rdfs:domain ep-flow:WholeLifeFlow ; |
781 | - rdfs:range ep-core:PlaneAngle . | 781 | + rdfs:label "has network part"^^xsd:string ; |
782 | - | 782 | + rdfs:range ep-flow:WholeLifeFlow ; |
783 | -ep-flow:materialThatFlows | 783 | + rdfs:subPropertyOf ep-core:hasPart . |
784 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 784 | + |
785 | - rdfs:domain ep-flow:Flow ; | 785 | +ep-flow:horizontalDirectionAzimuth |
786 | - rdfs:label "material that flows"^^xsd:string ; | 786 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
787 | - rdfs:range ep-material:QuantityOfMaterial . | 787 | + rdfs:label "horizontal direction azimuth"^^xsd:string ; |
788 | - | 788 | + rdfs:range ep-core:PlaneAngle . |
789 | -ep-flow:rateOfFlowOfMaterial | 789 | + |
790 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 790 | +ep-flow:materialThatFlows |
791 | - rdfs:label "rate of flow of material"^^xsd:string ; | 791 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
792 | - rdfs:range ep-core:MeasureOfAmountOfMaterial . | 792 | + rdfs:domain ep-flow:Flow ; |
793 | - | 793 | + rdfs:label "material that flows"^^xsd:string ; |
794 | -ep-flow:summedDailyMass | 794 | + rdfs:range ep-material:QuantityOfMaterial . |
795 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 795 | + |
796 | - rdfs:domain ep-flow:Inventory ; | 796 | +ep-flow:rateOfFlowOfMaterial |
797 | - rdfs:label "summed daily mass"^^xsd:string ; | 797 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
798 | - rdfs:range ep-core:Mass . | 798 | + rdfs:label "rate of flow of material"^^xsd:string ; |
799 | - | 799 | + rdfs:range ep-core:MeasureOfAmountOfMaterial . |
800 | -ep-flow:totalVolumeOfMaterial-deprecated | 800 | + |
801 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 801 | +ep-flow:summedDailyMass |
802 | - rdfs:label "total volume of material"^^xsd:string ; | 802 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
803 | - rdfs:range ep-core:MeasureOfAmountOfMaterial . | 803 | + rdfs:domain ep-flow:Inventory ; |
804 | - | 804 | + rdfs:label "summed daily mass"^^xsd:string ; |
805 | -ep-flow:yearlyAverageAmountOfMaterial | 805 | + rdfs:range ep-core:Mass . |
806 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 806 | + |
807 | - rdfs:domain ep-flow:Flow ; | 807 | +ep-flow:totalVolumeOfMaterial-deprecated |
808 | - rdfs:label "yearly average amount of material"^^xsd:string ; | 808 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
809 | - rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 809 | + rdfs:label "total volume of material"^^xsd:string ; |
810 | - | 810 | + rdfs:range ep-core:MeasureOfAmountOfMaterial . |
811 | -ep-material:AqueousMaterial | 811 | + |
812 | - rdf:type ep-flow:ProductMaterialType . | 812 | +ep-flow:yearlyAverageAmountOfMaterial |
813 | - | 813 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
814 | -ep-material:C10AndHeavier | 814 | + rdfs:domain ep-flow:Flow ; |
815 | - rdf:type ep-flow:ProductMaterialType . | 815 | + rdfs:label "yearly average amount of material"^^xsd:string ; |
816 | - | 816 | + rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
817 | -ep-material:C10AndLighter | 817 | + |
818 | - rdf:type ep-flow:ProductMaterialType . | 818 | +ep-material:AqueousMaterial |
819 | - | 819 | + rdf:type ep-flow:ProductMaterialType . |
820 | -ep-material:C2AndHeavier | 820 | + |
821 | - rdf:type ep-flow:ProductMaterialType . | 821 | +ep-material:C10AndHeavier |
822 | - | 822 | + rdf:type ep-flow:ProductMaterialType . |
823 | -ep-material:C2AndLighter | 823 | + |
824 | - rdf:type ep-flow:ProductMaterialType . | 824 | +ep-material:C10AndLighter |
825 | - | 825 | + rdf:type ep-flow:ProductMaterialType . |
826 | -ep-material:C3AndHeavier | 826 | + |
827 | - rdf:type ep-flow:ProductMaterialType . | 827 | +ep-material:C2AndHeavier |
828 | - | 828 | + rdf:type ep-flow:ProductMaterialType . |
829 | -ep-material:C3AndLighter | 829 | + |
830 | - rdf:type ep-flow:ProductMaterialType . | 830 | +ep-material:C2AndLighter |
831 | - | 831 | + rdf:type ep-flow:ProductMaterialType . |
832 | -ep-material:C4AndHeavier | 832 | + |
833 | - rdf:type ep-flow:ProductMaterialType . | 833 | +ep-material:C3AndHeavier |
834 | - | 834 | + rdf:type ep-flow:ProductMaterialType . |
835 | -ep-material:C4AndLighter | 835 | + |
836 | - rdf:type ep-flow:ProductMaterialType . | 836 | +ep-material:C3AndLighter |
837 | - | 837 | + rdf:type ep-flow:ProductMaterialType . |
838 | -ep-material:C5AndHeavier | 838 | + |
839 | - rdf:type ep-flow:ProductMaterialType . | 839 | +ep-material:C4AndHeavier |
840 | - | 840 | + rdf:type ep-flow:ProductMaterialType . |
841 | -ep-material:C5AndLighter | 841 | + |
842 | - rdf:type ep-flow:ProductMaterialType . | 842 | +ep-material:C4AndLighter |
843 | - | 843 | + rdf:type ep-flow:ProductMaterialType . |
844 | -ep-material:C6AndHeavier | 844 | + |
845 | - rdf:type ep-flow:ProductMaterialType . | 845 | +ep-material:C5AndHeavier |
846 | - | 846 | + rdf:type ep-flow:ProductMaterialType . |
847 | -ep-material:C6AndLighter | 847 | + |
848 | - rdf:type ep-flow:ProductMaterialType . | 848 | +ep-material:C5AndLighter |
849 | - | 849 | + rdf:type ep-flow:ProductMaterialType . |
850 | -ep-material:C7AndHeavier | 850 | + |
851 | - rdf:type ep-flow:ProductMaterialType . | 851 | +ep-material:C6AndHeavier |
852 | - | 852 | + rdf:type ep-flow:ProductMaterialType . |
853 | -ep-material:C7AndLighter | 853 | + |
854 | - rdf:type ep-flow:ProductMaterialType . | 854 | +ep-material:C6AndLighter |
855 | - | 855 | + rdf:type ep-flow:ProductMaterialType . |
856 | -ep-material:C8AndHeavier | 856 | + |
857 | - rdf:type ep-flow:ProductMaterialType . | 857 | +ep-material:C7AndHeavier |
858 | - | 858 | + rdf:type ep-flow:ProductMaterialType . |
859 | -ep-material:C8AndLighter | 859 | + |
860 | - rdf:type ep-flow:ProductMaterialType . | 860 | +ep-material:C7AndLighter |
861 | - | 861 | + rdf:type ep-flow:ProductMaterialType . |
862 | -ep-material:C9AndHeavier | 862 | + |
863 | - rdf:type ep-flow:ProductMaterialType . | 863 | +ep-material:C8AndHeavier |
864 | - | 864 | + rdf:type ep-flow:ProductMaterialType . |
865 | -ep-material:C9AndLighter | 865 | + |
866 | - rdf:type ep-flow:ProductMaterialType . | 866 | +ep-material:C8AndLighter |
867 | - | 867 | + rdf:type ep-flow:ProductMaterialType . |
868 | -ep-material:CarbonDioxide | 868 | + |
869 | - rdf:type ep-flow:ProductMaterialType . | 869 | +ep-material:C9AndHeavier |
870 | - | 870 | + rdf:type ep-flow:ProductMaterialType . |
871 | -ep-material:CarbonMonoxide | 871 | + |
872 | - rdf:type ep-flow:ProductMaterialType . | 872 | +ep-material:C9AndLighter |
873 | - | 873 | + rdf:type ep-flow:ProductMaterialType . |
874 | -ep-material:Chemical | 874 | + |
875 | - rdf:type ep-flow:ProductMaterialType . | 875 | +ep-material:CarbonDioxide |
876 | - | 876 | + rdf:type ep-flow:ProductMaterialType . |
877 | -ep-material:Condensate | 877 | + |
878 | - rdf:type ep-flow:ProductMaterialType . | 878 | +ep-material:CarbonMonoxide |
879 | - | 879 | + rdf:type ep-flow:ProductMaterialType . |
880 | -ep-material:Crude-stabilized | 880 | + |
881 | - rdf:type ep-flow:ProductMaterialType . | 881 | +ep-material:Chemical |
882 | - | 882 | + rdf:type ep-flow:ProductMaterialType . |
883 | -ep-material:Cuttings | 883 | + |
884 | - rdf:type ep-flow:ProductMaterialType . | 884 | +ep-material:Condensate |
885 | - | 885 | + rdf:type ep-flow:ProductMaterialType . |
886 | -ep-material:Diesel | 886 | + |
887 | - rdf:type ep-flow:ProductMaterialType . | 887 | +ep-material:Crude-stabilized |
888 | - | 888 | + rdf:type ep-flow:ProductMaterialType . |
889 | -ep-material:Diethyleneglycol | 889 | + |
890 | - rdf:type ep-flow:ProductMaterialType . | 890 | +ep-material:Cuttings |
891 | - | 891 | + rdf:type ep-flow:ProductMaterialType . |
892 | -ep-material:Dioxygen | 892 | + |
893 | - rdf:type ep-flow:ProductMaterialType . | 893 | +ep-material:Diesel |
894 | - | 894 | + rdf:type ep-flow:ProductMaterialType . |
895 | -ep-material:Ethane | 895 | + |
896 | - rdf:type ep-flow:ProductMaterialType . | 896 | +ep-material:Diethyleneglycol |
897 | - | 897 | + rdf:type ep-flow:ProductMaterialType . |
898 | -ep-material:Ethane-component | 898 | + |
899 | - rdf:type ep-flow:ProductMaterialType . | 899 | +ep-material:Dioxygen |
900 | - | 900 | + rdf:type ep-flow:ProductMaterialType . |
901 | -ep-material:Gas | 901 | + |
902 | - rdf:type ep-flow:ProductMaterialType . | 902 | +ep-material:Ethane |
903 | - | 903 | + rdf:type ep-flow:ProductMaterialType . |
904 | -ep-material:Gas-componentInOil | 904 | + |
905 | - rdf:type ep-flow:ProductMaterialType . | 905 | +ep-material:Ethane-component |
906 | - | 906 | + rdf:type ep-flow:ProductMaterialType . |
907 | -ep-material:Gas-dry | 907 | + |
908 | - rdf:type ep-flow:ProductMaterialType . | 908 | +ep-material:Gas |
909 | - | 909 | + rdf:type ep-flow:ProductMaterialType . |
910 | -ep-material:Gas-rich | 910 | + |
911 | - rdf:type ep-flow:ProductMaterialType . | 911 | +ep-material:Gas-componentInOil |
912 | - | 912 | + rdf:type ep-flow:ProductMaterialType . |
913 | -ep-material:Gas-wet | 913 | + |
914 | - rdf:type ep-flow:ProductMaterialType . | 914 | +ep-material:Gas-dry |
915 | - | 915 | + rdf:type ep-flow:ProductMaterialType . |
916 | -ep-material:HeliumGas | 916 | + |
917 | - rdf:type ep-flow:ProductMaterialType . | 917 | +ep-material:Gas-rich |
918 | - | 918 | + rdf:type ep-flow:ProductMaterialType . |
919 | -ep-material:Heptane | 919 | + |
920 | - rdf:type ep-flow:ProductMaterialType . | 920 | +ep-material:Gas-wet |
921 | - | 921 | + rdf:type ep-flow:ProductMaterialType . |
922 | -ep-material:HydrogenGas | 922 | + |
923 | - rdf:type ep-flow:ProductMaterialType . | 923 | +ep-material:HeliumGas |
924 | - | 924 | + rdf:type ep-flow:ProductMaterialType . |
925 | -ep-material:HydrogenSulfide | 925 | + |
926 | - rdf:type ep-flow:ProductMaterialType . | 926 | +ep-material:Heptane |
927 | - | 927 | + rdf:type ep-flow:ProductMaterialType . |
928 | -ep-material:Isobutane | 928 | + |
929 | - rdf:type ep-flow:ProductMaterialType . | 929 | +ep-material:HydrogenGas |
930 | - | 930 | + rdf:type ep-flow:ProductMaterialType . |
931 | -ep-material:Isobutane-component | 931 | + |
932 | - rdf:type ep-flow:ProductMaterialType . | 932 | +ep-material:HydrogenSulfide |
933 | - | 933 | + rdf:type ep-flow:ProductMaterialType . |
934 | -ep-material:Isopentane | 934 | + |
935 | - rdf:type ep-flow:ProductMaterialType . | 935 | +ep-material:Isobutane |
936 | - | 936 | + rdf:type ep-flow:ProductMaterialType . |
937 | -ep-material:LiquifiedNaturalGas | 937 | + |
938 | - rdf:type ep-flow:ProductMaterialType . | 938 | +ep-material:Isobutane-component |
939 | - | 939 | + rdf:type ep-flow:ProductMaterialType . |
940 | -ep-material:LiquifiedPetroleumGas | 940 | + |
941 | - rdf:type ep-flow:ProductMaterialType . | 941 | +ep-material:Isopentane |
942 | - | 942 | + rdf:type ep-flow:ProductMaterialType . |
943 | -ep-material:Methane | 943 | + |
944 | - rdf:type ep-flow:ProductMaterialType . | 944 | +ep-material:LiquifiedNaturalGas |
945 | - | 945 | + rdf:type ep-flow:ProductMaterialType . |
946 | -ep-material:Methanol | 946 | + |
947 | - rdf:type ep-flow:ProductMaterialType . | 947 | +ep-material:LiquifiedPetroleumGas |
948 | - | 948 | + rdf:type ep-flow:ProductMaterialType . |
949 | -ep-material:MixedButane | 949 | + |
950 | - rdf:type ep-flow:ProductMaterialType . | 950 | +ep-material:Methane |
951 | - | 951 | + rdf:type ep-flow:ProductMaterialType . |
952 | -ep-material:Monoethyleneglycol | 952 | + |
953 | - rdf:type ep-flow:ProductMaterialType . | 953 | +ep-material:Methanol |
954 | - | 954 | + rdf:type ep-flow:ProductMaterialType . |
955 | -ep-material:NGL-componentInGas | 955 | + |
956 | - rdf:type ep-flow:ProductMaterialType . | 956 | +ep-material:MixedButane |
957 | - | 957 | + rdf:type ep-flow:ProductMaterialType . |
958 | -ep-material:Naphtha | 958 | + |
959 | - rdf:type ep-flow:ProductMaterialType . | 959 | +ep-material:Monoethyleneglycol |
960 | - | 960 | + rdf:type ep-flow:ProductMaterialType . |
961 | -ep-material:NaturalGasLiquid | 961 | + |
962 | - rdf:type ep-flow:ProductMaterialType . | 962 | +ep-material:NGL-componentInGas |
963 | - | 963 | + rdf:type ep-flow:ProductMaterialType . |
964 | -ep-material:Neopentane | 964 | + |
965 | - rdf:type ep-flow:ProductMaterialType . | 965 | +ep-material:Naphtha |
966 | - | 966 | + rdf:type ep-flow:ProductMaterialType . |
967 | -ep-material:NitrogenGas | 967 | + |
968 | - rdf:type ep-flow:ProductMaterialType . | 968 | +ep-material:NaturalGasLiquid |
969 | - | 969 | + rdf:type ep-flow:ProductMaterialType . |
970 | -ep-material:NitrogenOxideGas | 970 | + |
971 | - rdf:type ep-flow:ProductMaterialType . | 971 | +ep-material:Neopentane |
972 | - | 972 | + rdf:type ep-flow:ProductMaterialType . |
973 | -ep-material:NormalButane | 973 | + |
974 | - rdf:type ep-flow:ProductMaterialType . | 974 | +ep-material:NitrogenGas |
975 | - | 975 | + rdf:type ep-flow:ProductMaterialType . |
976 | -ep-material:NormalButane-component | 976 | + |
977 | - rdf:type ep-flow:ProductMaterialType . | 977 | +ep-material:NitrogenOxideGas |
978 | - | 978 | + rdf:type ep-flow:ProductMaterialType . |
979 | -ep-material:NormalPentane | 979 | + |
980 | - rdf:type ep-flow:ProductMaterialType . | 980 | +ep-material:NormalButane |
981 | - | 981 | + rdf:type ep-flow:ProductMaterialType . |
982 | -ep-material:Oil | 982 | + |
983 | - rdf:type ep-flow:ProductMaterialType . | 983 | +ep-material:NormalButane-component |
984 | - | 984 | + rdf:type ep-flow:ProductMaterialType . |
985 | -ep-material:Oil-componentInWater | 985 | + |
986 | - rdf:type ep-flow:ProductMaterialType . | 986 | +ep-material:NormalPentane |
987 | - | 987 | + rdf:type ep-flow:ProductMaterialType . |
988 | -ep-material:OilAndGas | 988 | + |
989 | - rdf:type ep-flow:ProductMaterialType . | 989 | +ep-material:Oil |
990 | - | 990 | + rdf:type ep-flow:ProductMaterialType . |
991 | -ep-material:Oleic | 991 | + |
992 | - rdf:type ep-flow:ProductMaterialType . | 992 | +ep-material:Oil-componentInWater |
993 | - | 993 | + rdf:type ep-flow:ProductMaterialType . |
994 | -ep-material:PetroleumGasLiquid | 994 | + |
995 | - rdf:type ep-flow:ProductMaterialType . | 995 | +ep-material:OilAndGas |
996 | - | 996 | + rdf:type ep-flow:ProductMaterialType . |
997 | -ep-material:Propane | 997 | + |
998 | - rdf:type ep-flow:ProductMaterialType . | 998 | +ep-material:Oleic |
999 | - | 999 | + rdf:type ep-flow:ProductMaterialType . |
1000 | -ep-material:Propane-component | 1000 | + |
1001 | - rdf:type ep-flow:ProductMaterialType . | 1001 | +ep-material:PetroleumGasLiquid |
1002 | - | 1002 | + rdf:type ep-flow:ProductMaterialType . |
1003 | -ep-material:Salt | 1003 | + |
1004 | - rdf:type ep-flow:ProductMaterialType . | 1004 | +ep-material:Propane |
1005 | - | 1005 | + rdf:type ep-flow:ProductMaterialType . |
1006 | -ep-material:Sand | 1006 | + |
1007 | - rdf:type ep-flow:ProductMaterialType . | 1007 | +ep-material:Propane-component |
1008 | - | 1008 | + rdf:type ep-flow:ProductMaterialType . |
1009 | -ep-material:Triethyleneglycol | 1009 | + |
1010 | - rdf:type ep-flow:ProductMaterialType . | 1010 | +ep-material:Salt |
1011 | - | 1011 | + rdf:type ep-flow:ProductMaterialType . |
1012 | -ep-material:Vapour | 1012 | + |
1013 | - rdf:type ep-flow:ProductMaterialType . | 1013 | +ep-material:Sand |
1014 | - | 1014 | + rdf:type ep-flow:ProductMaterialType . |
1015 | -ep-material:Water | 1015 | + |
1016 | - rdf:type ep-flow:ProductMaterialType . | 1016 | +ep-material:Triethyleneglycol |
1017 | - | 1017 | + rdf:type ep-flow:ProductMaterialType . |
1018 | -ep-material:Water-discharge | 1018 | + |
1019 | - rdf:type ep-flow:ProductMaterialType . | 1019 | +ep-material:Vapour |
1020 | - | 1020 | + rdf:type ep-flow:ProductMaterialType . |
1021 | -ep-material:Water-processed | 1021 | + |
1022 | - rdf:type ep-flow:ProductMaterialType . | 1022 | +ep-material:Water |
1023 | + rdf:type ep-flow:ProductMaterialType . | ||
1024 | + | ||
1025 | +ep-material:Water-discharge | ||
1026 | + rdf:type ep-flow:ProductMaterialType . | ||
1027 | + | ||
1028 | +ep-material:Water-processed | ||
1029 | + rdf:type ep-flow:ProductMaterialType . | ... | ... |
This diff could not be displayed because it is too large.
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/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 351 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 356 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 377 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 387 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 397 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 407 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 412 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 427 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 432 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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 ep-prodwell:WellStatusType , owl:Class ; | 457 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
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:ObjectProperty , owl:FunctionalProperty ; |
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 473 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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:VolumePerMass . |
476 | - | 476 | + |
477 | -ep-prodwell:depthOfBaseUsableWaterFromSurface | 477 | +ep-prodwell:depthOfBaseUsableWaterFromSurface |
478 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 478 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 484 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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:FunctionalProperty , owl:ObjectProperty ; | 490 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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:FunctionalProperty , owl:ObjectProperty ; | 496 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 502 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 508 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
509 | - rdfs:domain ep-well:WellBore ; | 509 | + rdfs:domain ep-well:WellBore ; |
510 | - rdfs:label "potential oil 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 . | ... | ... |
... | @@ -1420,7 +1420,7 @@ ep-dpr-spin-lib:selectDensityScale | ... | @@ -1420,7 +1420,7 @@ ep-dpr-spin-lib:selectDensityScale |
1420 | sp:arg1 spin:_arg1 ; | 1420 | sp:arg1 spin:_arg1 ; |
1421 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_grainft3> | 1421 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DU_grainft3> |
1422 | ] ; | 1422 | ] ; |
1423 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain_ft-3_1> ; | 1423 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain_ft-3> ; |
1424 | sp:arg3 [ rdf:type sp:if ; | 1424 | sp:arg3 [ rdf:type sp:if ; |
1425 | sp:arg1 [ rdf:type sp:eq ; | 1425 | sp:arg1 [ rdf:type sp:eq ; |
1426 | sp:arg1 spin:_arg1 ; | 1426 | sp:arg1 spin:_arg1 ; |
... | @@ -1742,7 +1742,7 @@ ep-dpr-spin-lib:selectDynamicViscosityScale | ... | @@ -1742,7 +1742,7 @@ ep-dpr-spin-lib:selectDynamicViscosityScale |
1742 | sp:arg1 spin:_arg1 ; | 1742 | sp:arg1 spin:_arg1 ; |
1743 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DVU_mPa.s> | 1743 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#DVU_mPa.s> |
1744 | ] ; | 1744 | ] ; |
1745 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliPa_second> ; | 1745 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliPa_s> ; |
1746 | sp:arg3 [ rdf:type sp:if ; | 1746 | sp:arg3 [ rdf:type sp:if ; |
1747 | sp:arg1 [ rdf:type sp:eq ; | 1747 | sp:arg1 [ rdf:type sp:eq ; |
1748 | sp:arg1 spin:_arg1 ; | 1748 | sp:arg1 spin:_arg1 ; |
... | @@ -1887,7 +1887,7 @@ ep-dpr-spin-lib:selectEnergyPerAreaScale | ... | @@ -1887,7 +1887,7 @@ ep-dpr-spin-lib:selectEnergyPerAreaScale |
1887 | sp:arg1 spin:_arg1 ; | 1887 | sp:arg1 spin:_arg1 ; |
1888 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_Nm> | 1888 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#EPAU_Nm> |
1889 | ] ; | 1889 | ] ; |
1890 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m-E> ; | 1890 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#j_m-2> ; |
1891 | sp:arg3 [ rdf:type sp:if ; | 1891 | sp:arg3 [ rdf:type sp:if ; |
1892 | sp:arg1 [ rdf:type sp:eq ; | 1892 | sp:arg1 [ rdf:type sp:eq ; |
1893 | sp:arg1 spin:_arg1 ; | 1893 | sp:arg1 spin:_arg1 ; |
... | @@ -1935,7 +1935,7 @@ ep-dpr-spin-lib:selectEnergyPerVolumeScale | ... | @@ -1935,7 +1935,7 @@ ep-dpr-spin-lib:selectEnergyPerVolumeScale |
1935 | sp:arg1 spin:_arg1 ; | 1935 | sp:arg1 spin:_arg1 ; |
1936 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOCU_ft.lbfgalUS> | 1936 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOCU_ft.lbfgalUS> |
1937 | ] ; | 1937 | ] ; |
1938 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_lbf_usGallon-1> ; | 1938 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft_usGallon-1> ; |
1939 | sp:arg3 [ rdf:type sp:if ; | 1939 | sp:arg3 [ rdf:type sp:if ; |
1940 | sp:arg1 [ rdf:type sp:eq ; | 1940 | sp:arg1 [ rdf:type sp:eq ; |
1941 | sp:arg1 spin:_arg1 ; | 1941 | sp:arg1 spin:_arg1 ; |
... | @@ -1947,7 +1947,7 @@ ep-dpr-spin-lib:selectEnergyPerVolumeScale | ... | @@ -1947,7 +1947,7 @@ ep-dpr-spin-lib:selectEnergyPerVolumeScale |
1947 | sp:arg1 spin:_arg1 ; | 1947 | sp:arg1 spin:_arg1 ; |
1948 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOCU_ft.lbfbbl> | 1948 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOCU_ft.lbfbbl> |
1949 | ] ; | 1949 | ] ; |
1950 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_lbf_bbl-1> ; | 1950 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft_bbl-1> ; |
1951 | sp:arg3 [ rdf:type sp:if ; | 1951 | sp:arg3 [ rdf:type sp:if ; |
1952 | sp:arg1 [ rdf:type sp:eq ; | 1952 | sp:arg1 [ rdf:type sp:eq ; |
1953 | sp:arg1 spin:_arg1 ; | 1953 | sp:arg1 spin:_arg1 ; |
... | @@ -2264,7 +2264,7 @@ ep-dpr-spin-lib:selectForceScale | ... | @@ -2264,7 +2264,7 @@ ep-dpr-spin-lib:selectForceScale |
2264 | sp:arg1 spin:_arg1 ; | 2264 | sp:arg1 spin:_arg1 ; |
2265 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kdyne> | 2265 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kdyne> |
2266 | ] ; | 2266 | ] ; |
2267 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloDyne> ; | 2267 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilodyne> ; |
2268 | sp:arg3 [ rdf:type sp:if ; | 2268 | sp:arg3 [ rdf:type sp:if ; |
2269 | sp:arg1 [ rdf:type sp:eq ; | 2269 | sp:arg1 [ rdf:type sp:eq ; |
2270 | sp:arg1 spin:_arg1 ; | 2270 | sp:arg1 spin:_arg1 ; |
... | @@ -2509,7 +2509,7 @@ ep-dpr-spin-lib:selectIlluminanceScale | ... | @@ -2509,7 +2509,7 @@ ep-dpr-spin-lib:selectIlluminanceScale |
2509 | sp:arg1 spin:_arg1 ; | 2509 | sp:arg1 spin:_arg1 ; |
2510 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_klx> | 2510 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_klx> |
2511 | ] ; | 2511 | ] ; |
2512 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloLux> ; | 2512 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilolux> ; |
2513 | sp:arg3 [ rdf:type sp:if ; | 2513 | sp:arg3 [ rdf:type sp:if ; |
2514 | sp:arg1 [ rdf:type sp:eq ; | 2514 | sp:arg1 [ rdf:type sp:eq ; |
2515 | sp:arg1 spin:_arg1 ; | 2515 | sp:arg1 spin:_arg1 ; |
... | @@ -3042,7 +3042,7 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -3042,7 +3042,7 @@ ep-dpr-spin-lib:selectLengthScale |
3042 | sp:arg1 spin:_arg1 ; | 3042 | sp:arg1 spin:_arg1 ; |
3043 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LU_ftUS> | 3043 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LU_ftUS> |
3044 | ] ; | 3044 | ] ; |
3045 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot_US_Survey> ; | 3045 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#footUS> ; |
3046 | sp:arg3 [ rdf:type sp:if ; | 3046 | sp:arg3 [ rdf:type sp:if ; |
3047 | sp:arg1 [ rdf:type sp:eq ; | 3047 | sp:arg1 [ rdf:type sp:eq ; |
3048 | sp:arg1 spin:_arg1 ; | 3048 | sp:arg1 spin:_arg1 ; |
... | @@ -3696,37 +3696,37 @@ ep-dpr-spin-lib:selectMomentOfForceScale | ... | @@ -3696,37 +3696,37 @@ ep-dpr-spin-lib:selectMomentOfForceScale |
3696 | sp:arg1 spin:_arg1 ; | 3696 | sp:arg1 spin:_arg1 ; |
3697 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_J> | 3697 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_J> |
3698 | ] ; | 3698 | ] ; |
3699 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#joule> ; | 3699 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m> ; |
3700 | sp:arg3 [ rdf:type sp:if ; | 3700 | sp:arg3 [ rdf:type sp:if ; |
3701 | sp:arg1 [ rdf:type sp:eq ; | 3701 | sp:arg1 [ rdf:type sp:eq ; |
3702 | sp:arg1 spin:_arg1 ; | 3702 | sp:arg1 spin:_arg1 ; |
3703 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_N.m> | 3703 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_N.m> |
3704 | ] ; | 3704 | ] ; |
3705 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m-T> ; | 3705 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m> ; |
3706 | sp:arg3 [ rdf:type sp:if ; | 3706 | sp:arg3 [ rdf:type sp:if ; |
3707 | sp:arg1 [ rdf:type sp:eq ; | 3707 | sp:arg1 [ rdf:type sp:eq ; |
3708 | sp:arg1 spin:_arg1 ; | 3708 | sp:arg1 spin:_arg1 ; |
3709 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_dN.m> | 3709 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_dN.m> |
3710 | ] ; | 3710 | ] ; |
3711 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#decinewton_m-T> ; | 3711 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#decinewton_m> ; |
3712 | sp:arg3 [ rdf:type sp:if ; | 3712 | sp:arg3 [ rdf:type sp:if ; |
3713 | sp:arg1 [ rdf:type sp:eq ; | 3713 | sp:arg1 [ rdf:type sp:eq ; |
3714 | sp:arg1 spin:_arg1 ; | 3714 | sp:arg1 spin:_arg1 ; |
3715 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_daN.m> | 3715 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_daN.m> |
3716 | ] ; | 3716 | ] ; |
3717 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#decanewton_m-T> ; | 3717 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#decanewton_m> ; |
3718 | sp:arg3 [ rdf:type sp:if ; | 3718 | sp:arg3 [ rdf:type sp:if ; |
3719 | sp:arg1 [ rdf:type sp:eq ; | 3719 | sp:arg1 [ rdf:type sp:eq ; |
3720 | sp:arg1 spin:_arg1 ; | 3720 | sp:arg1 spin:_arg1 ; |
3721 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_ft.lbf> | 3721 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_ft.lbf> |
3722 | ] ; | 3722 | ] ; |
3723 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_lbf> ; | 3723 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft> ; |
3724 | sp:arg3 [ rdf:type sp:if ; | 3724 | sp:arg3 [ rdf:type sp:if ; |
3725 | sp:arg1 [ rdf:type sp:eq ; | 3725 | sp:arg1 [ rdf:type sp:eq ; |
3726 | sp:arg1 spin:_arg1 ; | 3726 | sp:arg1 spin:_arg1 ; |
3727 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_kN.m> | 3727 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_kN.m> |
3728 | ] ; | 3728 | ] ; |
3729 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilonewton_m-T> ; | 3729 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilonewton_m> ; |
3730 | sp:arg3 [ rdf:type sp:if ; | 3730 | sp:arg3 [ rdf:type sp:if ; |
3731 | sp:arg1 [ rdf:type sp:eq ; | 3731 | sp:arg1 [ rdf:type sp:eq ; |
3732 | sp:arg1 spin:_arg1 ; | 3732 | sp:arg1 spin:_arg1 ; |
... | @@ -4160,7 +4160,7 @@ ep-dpr-spin-lib:selectPressureScale | ... | @@ -4160,7 +4160,7 @@ ep-dpr-spin-lib:selectPressureScale |
4160 | sp:arg1 spin:_arg1 ; | 4160 | sp:arg1 spin:_arg1 ; |
4161 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PU_Mpsi> | 4161 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PU_Mpsi> |
4162 | ] ; | 4162 | ] ; |
4163 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_in-2> ; | 4163 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mlbf_in-2> ; |
4164 | sp:arg3 [ rdf:type sp:if ; | 4164 | sp:arg3 [ rdf:type sp:if ; |
4165 | sp:arg1 [ rdf:type sp:eq ; | 4165 | sp:arg1 [ rdf:type sp:eq ; |
4166 | sp:arg1 spin:_arg1 ; | 4166 | sp:arg1 spin:_arg1 ; | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -25,14 +25,20 @@ | ... | @@ -25,14 +25,20 @@ |
25 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 25 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
26 | spin:rule | 26 | spin:rule |
27 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
28 | - rdfs:comment "STEP 40011f Specify the fluid component - attempt to map name to fluid component type"^^xsd:string ; | 28 | + rdfs:comment "STEP 40011b Specify the fluid component - non-primary component."^^xsd:string ; |
29 | - sp:templates ([ sp:object | 29 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
30 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | ||
31 | - ] ; | ||
32 | sp:predicate rdf:type ; | 30 | sp:predicate rdf:type ; |
31 | + sp:subject _:b1 | ||
32 | + ] [ sp:object _:b1 ; | ||
33 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasNonPrimaryComponent> ; | ||
33 | sp:subject | 34 | sp:subject |
34 | - [ sp:varName "fluidComponent"^^xsd:string | 35 | + [ sp:varName "sampledFluid"^^xsd:string |
35 | ] | 36 | ] |
37 | + ] [ sp:object | ||
38 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
39 | + ] ; | ||
40 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
41 | + sp:subject _:b1 | ||
36 | ]) ; | 42 | ]) ; |
37 | sp:where ([ sp:object | 43 | sp:where ([ sp:object |
38 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 44 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -45,127 +51,90 @@ | ... | @@ -45,127 +51,90 @@ |
45 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 51 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
46 | ] | 52 | ] |
47 | ] [ sp:object | 53 | ] [ sp:object |
48 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
49 | - ] ; | ||
50 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | ||
51 | - sp:subject | ||
52 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 54 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
53 | - ] | ||
54 | - ] [ sp:object | ||
55 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
56 | ] ; | 55 | ] ; |
57 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 56 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
58 | sp:subject | 57 | sp:subject |
59 | - [ sp:varName "fluidComponent"^^xsd:string | 58 | + [ sp:varName "sampledFluid"^^xsd:string |
60 | ] | 59 | ] |
61 | ] [ sp:object | 60 | ] [ sp:object |
62 | - [ sp:varName "name"^^xsd:string | ||
63 | - ] ; | ||
64 | - sp:predicate <http://www.epim.no/schemas/mprml/1#componentName> ; | ||
65 | - sp:subject | ||
66 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 61 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
67 | - ] | 62 | + ] ; |
68 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | 63 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; |
69 | - sp:predicate rdf:type ; | ||
70 | sp:subject | 64 | sp:subject |
71 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | 65 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
72 | ] | 66 | ] |
73 | - ] [ sp:object | 67 | + ] [ sp:object "false"^^xsd:boolean ; |
74 | - [ sp:varName "name"^^xsd:string | 68 | + sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; |
75 | - ] ; | ||
76 | - sp:predicate rdfs:label ; | ||
77 | sp:subject | 69 | sp:subject |
78 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | 70 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
79 | ] | 71 | ] |
80 | ]) | 72 | ]) |
81 | ] ; | 73 | ] ; |
82 | spin:rule | 74 | spin:rule |
83 | [ rdf:type sp:Construct ; | 75 | [ rdf:type sp:Construct ; |
84 | - rdfs:comment "STEP 40003b Set the date for the sample of fluid - from report date if not"^^xsd:string ; | 76 | + rdfs:comment "STEP 40011c Specify the fluid component base kind"^^xsd:string ; |
85 | sp:templates ([ sp:object | 77 | sp:templates ([ sp:object |
86 | - [ sp:varName "intervalIdentifier"^^xsd:string | 78 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string |
87 | ] ; | 79 | ] ; |
88 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#nominalInstant> ; | 80 | + sp:predicate rdf:type ; |
89 | sp:subject | 81 | sp:subject |
90 | - [ sp:varName "fluidSampleRef"^^xsd:string | 82 | + [ sp:varName "fluidComponent"^^xsd:string |
91 | ] | 83 | ] |
92 | ]) ; | 84 | ]) ; |
93 | sp:where ([ sp:object | 85 | sp:where ([ sp:object |
94 | - [ sp:varName "fluidSampleRef"^^xsd:string | 86 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
95 | ] ; | 87 | ] ; |
96 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 88 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
97 | sp:subject spin:_this | 89 | sp:subject spin:_this |
98 | - ] [ sp:object | 90 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; |
99 | - [ sp:varName "intervalIdentifier"^^xsd:string | ||
100 | - ] ; | ||
101 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier> ; | ||
102 | - sp:subject spin:_this | ||
103 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
104 | sp:predicate rdf:type ; | 91 | sp:predicate rdf:type ; |
105 | sp:subject | 92 | sp:subject |
106 | - [ sp:varName "fluidSampleRef"^^xsd:string | 93 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
107 | ] | 94 | ] |
108 | - ] [ rdf:type sp:NotExists ; | 95 | + ] [ sp:object |
109 | - sp:elements ([ sp:object | 96 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
110 | - [ sp:varName "acquisitionDate"^^xsd:string | ||
111 | - ] ; | ||
112 | - sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ; | ||
113 | - sp:subject | ||
114 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
115 | - ] | ||
116 | - ]) | ||
117 | - ]) | ||
118 | - ] ; | ||
119 | - spin:rule | ||
120 | - [ rdf:type sp:Construct ; | ||
121 | - rdfs:comment "STEP 40010 Specify the fluid analysis result."^^xsd:string ; | ||
122 | - sp:templates ([ sp:object | ||
123 | - [ sp:varName "nameFluidAnalysis"^^xsd:string | ||
124 | ] ; | 97 | ] ; |
125 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 98 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; |
126 | sp:subject | 99 | sp:subject |
127 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | 100 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
128 | ] | 101 | ] |
129 | ] [ sp:object | 102 | ] [ sp:object |
130 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 103 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
131 | ] ; | 104 | ] ; |
132 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 105 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
133 | sp:subject | 106 | sp:subject |
134 | - [ sp:varName "sampledFluid"^^xsd:string | 107 | + [ sp:varName "fluidComponent"^^xsd:string |
135 | - ] | ||
136 | - ]) ; | ||
137 | - sp:where ([ sp:object | ||
138 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
139 | - ] ; | ||
140 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
141 | - sp:subject spin:_this | ||
142 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
143 | - sp:predicate rdf:type ; | ||
144 | - sp:subject | ||
145 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
146 | ] | 108 | ] |
147 | ] [ sp:object | 109 | ] [ sp:object |
148 | - [ sp:varName "fluidSampleRef"^^xsd:string | 110 | + [ sp:varName "componentBaseKindRef"^^xsd:string |
149 | ] ; | 111 | ] ; |
150 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 112 | + sp:predicate <http://www.epim.no/schemas/mprml/1#componentBaseKindRef> ; |
151 | sp:subject | 113 | sp:subject |
152 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | 114 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
153 | ] | 115 | ] |
154 | ] [ sp:object | 116 | ] [ sp:object |
155 | - [ sp:varName "sampledFluid"^^xsd:string | 117 | + [ sp:varName "componentBaseKindRef"^^xsd:string |
156 | ] ; | 118 | ] ; |
157 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | 119 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#materialClassMapsToMPREnumeration> ; |
158 | sp:subject | 120 | sp:subject |
159 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | 121 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string |
160 | ] | 122 | ] |
161 | - ] [ sp:object | 123 | + ]) |
162 | - [ sp:varName "name"^^xsd:string | 124 | + ] ; |
163 | - ] ; | 125 | + spin:rule |
164 | - sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; | 126 | + [ rdf:type sp:Construct ; |
127 | + rdfs:comment "STEP 40010b Create the amount of substance of the sample of fluid if necessary"^^xsd:string ; | ||
128 | + sp:templates ([ sp:object _:b2 ; | ||
129 | + sp:predicate rdf:type ; | ||
165 | sp:subject | 130 | sp:subject |
166 | - [ sp:varName "fluidSampleRef"^^xsd:string | 131 | + [ sp:varName "sampledFluid"^^xsd:string |
167 | ] | 132 | ] |
168 | - ] [ sp:object | 133 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ; |
134 | + sp:predicate rdf:type ; | ||
135 | + sp:subject _:b2 | ||
136 | + ]) ; | ||
137 | + sp:where ([ sp:object | ||
169 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 138 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
170 | ] ; | 139 | ] ; |
171 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 140 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
... | @@ -176,39 +145,41 @@ | ... | @@ -176,39 +145,41 @@ |
176 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 145 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
177 | ] | 146 | ] |
178 | ] [ sp:object | 147 | ] [ sp:object |
179 | - [ sp:varName "name"^^xsd:string | 148 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
180 | ] ; | 149 | ] ; |
181 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ; | 150 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
182 | sp:subject | 151 | sp:subject |
183 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 152 | + [ sp:varName "sampledFluid"^^xsd:string |
184 | ] | 153 | ] |
185 | - ] [ rdf:type sp:Optional ; | 154 | + ] [ rdf:type sp:Exists ; |
186 | sp:elements ([ sp:object | 155 | sp:elements ([ sp:object |
187 | - [ sp:varName "nameFluidAnalysis"^^xsd:string | 156 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
188 | ] ; | 157 | ] ; |
189 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ; | 158 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; |
190 | sp:subject | 159 | sp:subject |
191 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 160 | + [ sp:varName "fluidAnalysisResultsRef"^^xsd:string |
161 | + ] | ||
162 | + ] [ sp:object | ||
163 | + [ sp:varName "molePercentRef"^^xsd:string | ||
164 | + ] ; | ||
165 | + sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ; | ||
166 | + sp:subject | ||
167 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
192 | ] | 168 | ] |
193 | ]) | 169 | ]) |
194 | ]) | 170 | ]) |
195 | ] ; | 171 | ] ; |
196 | spin:rule | 172 | spin:rule |
197 | [ rdf:type sp:Construct ; | 173 | [ rdf:type sp:Construct ; |
198 | - rdfs:comment "STEP 40011a Specify the fluid component - primary component."^^xsd:string ; | 174 | + rdfs:comment "STEP 40010a Create the mass of the sample of fluid if necessary"^^xsd:string ; |
199 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; | 175 | + sp:templates ([ sp:object _:b3 ; |
200 | sp:predicate rdf:type ; | 176 | sp:predicate rdf:type ; |
201 | - sp:subject _:b1 | ||
202 | - ] [ sp:object _:b1 ; | ||
203 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#hasPrimaryComponent> ; | ||
204 | sp:subject | 177 | sp:subject |
205 | [ sp:varName "sampledFluid"^^xsd:string | 178 | [ sp:varName "sampledFluid"^^xsd:string |
206 | ] | 179 | ] |
207 | - ] [ sp:object | 180 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; |
208 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 181 | + sp:predicate rdf:type ; |
209 | - ] ; | 182 | + sp:subject _:b3 |
210 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
211 | - sp:subject _:b1 | ||
212 | ]) ; | 183 | ]) ; |
213 | sp:where ([ sp:object | 184 | sp:where ([ sp:object |
214 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 185 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -227,17 +198,51 @@ | ... | @@ -227,17 +198,51 @@ |
227 | sp:subject | 198 | sp:subject |
228 | [ sp:varName "sampledFluid"^^xsd:string | 199 | [ sp:varName "sampledFluid"^^xsd:string |
229 | ] | 200 | ] |
230 | - ] [ sp:object | 201 | + ] [ rdf:type sp:Exists ; |
231 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 202 | + sp:elements ([ sp:object |
203 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
204 | + ] ; | ||
205 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | ||
206 | + sp:subject | ||
207 | + [ sp:varName "fluidAnalysisResultsRef"^^xsd:string | ||
208 | + ] | ||
209 | + ] [ sp:object | ||
210 | + [ sp:varName "weightPercentRef"^^xsd:string | ||
211 | + ] ; | ||
212 | + sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ; | ||
213 | + sp:subject | ||
214 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
215 | + ] | ||
216 | + ]) | ||
217 | + ]) | ||
218 | + ] ; | ||
219 | + spin:rule | ||
220 | + [ rdf:type sp:Construct ; | ||
221 | + rdfs:comment "STEP 40003a Set the date for the sample of fluid - from acquisition date if possible"^^xsd:string ; | ||
222 | + sp:templates ([ sp:object | ||
223 | + [ sp:varName "acquisitionDate"^^xsd:string | ||
232 | ] ; | 224 | ] ; |
233 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | 225 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#nominalInstant> ; |
234 | sp:subject | 226 | sp:subject |
235 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 227 | + [ sp:varName "fluidSampleRef"^^xsd:string |
236 | ] | 228 | ] |
237 | - ] [ sp:object "true"^^xsd:boolean ; | 229 | + ]) ; |
238 | - sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; | 230 | + sp:where ([ sp:object |
231 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
232 | + ] ; | ||
233 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
234 | + sp:subject spin:_this | ||
235 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
236 | + sp:predicate rdf:type ; | ||
239 | sp:subject | 237 | sp:subject |
240 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 238 | + [ sp:varName "fluidSampleRef"^^xsd:string |
239 | + ] | ||
240 | + ] [ sp:object | ||
241 | + [ sp:varName "acquisitionDate"^^xsd:string | ||
242 | + ] ; | ||
243 | + sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ; | ||
244 | + sp:subject | ||
245 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
241 | ] | 246 | ] |
242 | ]) | 247 | ]) |
243 | ] ; | 248 | ] ; |
... | @@ -415,9 +420,9 @@ | ... | @@ -415,9 +420,9 @@ |
415 | ] ; | 420 | ] ; |
416 | spin:rule | 421 | spin:rule |
417 | [ rdf:type sp:Construct ; | 422 | [ rdf:type sp:Construct ; |
418 | - rdfs:comment "STEP 40011d Specify the fluid component kind"^^xsd:string ; | 423 | + rdfs:comment "STEP 40011e Specify the fluid component - attempt to map name to product material type"^^xsd:string ; |
419 | sp:templates ([ sp:object | 424 | sp:templates ([ sp:object |
420 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | 425 | + [ sp:varName "productMaterialType"^^xsd:string |
421 | ] ; | 426 | ] ; |
422 | sp:predicate rdf:type ; | 427 | sp:predicate rdf:type ; |
423 | sp:subject | 428 | sp:subject |
... | @@ -449,139 +454,164 @@ | ... | @@ -449,139 +454,164 @@ |
449 | [ sp:varName "fluidComponent"^^xsd:string | 454 | [ sp:varName "fluidComponent"^^xsd:string |
450 | ] | 455 | ] |
451 | ] [ sp:object | 456 | ] [ sp:object |
452 | - [ sp:varName "componentKindRef"^^xsd:string | 457 | + [ sp:varName "name"^^xsd:string |
453 | ] ; | 458 | ] ; |
454 | - sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ; | 459 | + sp:predicate <http://www.epim.no/schemas/mprml/1#componentName> ; |
455 | sp:subject | 460 | sp:subject |
456 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 461 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
457 | ] | 462 | ] |
458 | - ] [ rdf:type sp:Bind ; | 463 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; |
459 | - sp:expression | 464 | + sp:predicate rdf:type ; |
460 | - [ rdf:type ep-mpr-spin-lib:selectFluidComponentKindType ; | 465 | + sp:subject |
461 | - sp:arg1 [ sp:varName "componentKindRef"^^xsd:string | 466 | + [ sp:varName "productMaterialType"^^xsd:string |
462 | - ] | 467 | + ] |
468 | + ] [ sp:object | ||
469 | + [ sp:varName "name"^^xsd:string | ||
463 | ] ; | 470 | ] ; |
464 | - sp:variable | 471 | + sp:predicate rdfs:label ; |
465 | - [ sp:varName "fluidComponentKindType"^^xsd:string | 472 | + sp:subject |
473 | + [ sp:varName "productMaterialType"^^xsd:string | ||
466 | ] | 474 | ] |
467 | ]) | 475 | ]) |
468 | ] ; | 476 | ] ; |
469 | spin:rule | 477 | spin:rule |
470 | [ rdf:type sp:Construct ; | 478 | [ rdf:type sp:Construct ; |
471 | - rdfs:comment "STEP 40002 Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume."^^xsd:string ; | 479 | + rdfs:comment "STEP 40001 Create the FluidSampleReport and FluidSampling activity ."^^xsd:string ; |
472 | - sp:templates ([ sp:object _:b2 ; | 480 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#FluidSampleReport> ; |
473 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ; | ||
474 | - sp:subject | ||
475 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | ||
476 | - ] | ||
477 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
478 | sp:predicate rdf:type ; | 481 | sp:predicate rdf:type ; |
479 | - sp:subject _:b2 | 482 | + sp:subject _:b4 |
480 | ] [ sp:object | 483 | ] [ sp:object |
481 | - [ sp:varName "facility"^^xsd:string | 484 | + [ sp:varName "productionReport"^^xsd:string |
482 | ] ; | 485 | ] ; |
483 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 486 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
484 | - sp:subject _:b2 | 487 | + sp:subject _:b4 |
485 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | 488 | + ] [ sp:object _:b5 ; |
486 | - sp:predicate rdf:type ; | 489 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
487 | - sp:subject | 490 | + sp:subject _:b4 |
488 | - [ sp:varName "facility"^^xsd:string | 491 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ; |
489 | - ] | 492 | + sp:predicate rdf:type ; |
490 | - ]) ; | 493 | + sp:subject _:b5 |
491 | - sp:where ([ sp:object | 494 | + ] [ sp:object |
492 | - [ sp:varName "fluidSampleRef"^^xsd:string | 495 | + [ sp:varName "fluidSamplingType"^^xsd:string |
493 | ] ; | 496 | ] ; |
494 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
495 | - sp:subject spin:_this | ||
496 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
497 | sp:predicate rdf:type ; | 497 | sp:predicate rdf:type ; |
498 | - sp:subject | 498 | + sp:subject _:b5 |
499 | - [ sp:varName "fluidSampleRef"^^xsd:string | 499 | + ] [ sp:object |
500 | - ] | 500 | + [ sp:varName "acquisitionDate"^^xsd:string |
501 | + ] ; | ||
502 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
503 | + sp:subject _:b5 | ||
501 | ] [ sp:object | 504 | ] [ sp:object |
502 | [ sp:varName "fluidSampleRef"^^xsd:string | 505 | [ sp:varName "fluidSampleRef"^^xsd:string |
503 | ] ; | 506 | ] ; |
504 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 507 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
508 | + sp:subject _:b5 | ||
509 | + ]) ; | ||
510 | + sp:where ([ sp:object spin:_this ; | ||
511 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
505 | sp:subject | 512 | sp:subject |
506 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | 513 | + [ sp:varName "productionReport"^^xsd:string |
507 | ] | 514 | ] |
508 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ; | 515 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
509 | sp:predicate rdf:type ; | 516 | sp:predicate rdf:type ; |
510 | sp:subject | 517 | sp:subject |
511 | - [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | 518 | + [ sp:varName "productionReport"^^xsd:string |
512 | ] | 519 | ] |
513 | ] [ sp:object | 520 | ] [ sp:object |
514 | - [ sp:varName "facilityRef"^^xsd:string | 521 | + [ sp:varName "fluidSampleRef"^^xsd:string |
515 | ] ; | 522 | ] ; |
516 | - sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; | 523 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
524 | + sp:subject spin:_this | ||
525 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
526 | + sp:predicate rdf:type ; | ||
517 | sp:subject | 527 | sp:subject |
518 | [ sp:varName "fluidSampleRef"^^xsd:string | 528 | [ sp:varName "fluidSampleRef"^^xsd:string |
519 | ] | 529 | ] |
520 | - ] [ sp:object | 530 | + ] [ rdf:type sp:Optional ; |
521 | - [ sp:varName "facilityRef"^^xsd:string | 531 | + sp:elements ([ sp:object |
532 | + [ sp:varName "acquisitionDate"^^xsd:string | ||
533 | + ] ; | ||
534 | + sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ; | ||
535 | + sp:subject | ||
536 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
537 | + ] | ||
538 | + ]) | ||
539 | + ] [ rdf:type sp:Optional ; | ||
540 | + sp:elements ([ sp:object | ||
541 | + [ sp:varName "sampleTypeRef"^^xsd:string | ||
542 | + ] ; | ||
543 | + sp:predicate <http://www.epim.no/schemas/mprml/1#sampleTypeRef> ; | ||
544 | + sp:subject | ||
545 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
546 | + ] | ||
547 | + ]) | ||
548 | + ] [ rdf:type sp:Bind ; | ||
549 | + sp:expression | ||
550 | + [ rdf:type ep-mpr-spin-lib:selectFluidSamplingType ; | ||
551 | + sp:arg1 [ sp:varName "sampleTypeRef"^^xsd:string | ||
552 | + ] | ||
522 | ] ; | 553 | ] ; |
523 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 554 | + sp:variable |
524 | - sp:subject | 555 | + [ sp:varName "fluidSamplingType"^^xsd:string |
525 | - [ sp:varName "facility"^^xsd:string | ||
526 | ] | 556 | ] |
527 | ]) | 557 | ]) |
528 | ] ; | 558 | ] ; |
529 | spin:rule | 559 | spin:rule |
530 | [ rdf:type sp:Construct ; | 560 | [ rdf:type sp:Construct ; |
531 | - rdfs:comment "STEP 40012b Specify the mole of the fluid component if necessary"^^xsd:string ; | 561 | + rdfs:comment "STEP 40003c Set the facility for the sample of fluid - from sampling facility if possible"^^xsd:string ; |
532 | - sp:templates ([ sp:object _:b3 ; | 562 | + sp:templates ([ sp:object |
533 | - sp:predicate rdf:type ; | 563 | + [ sp:varName "normalizedFacilityName"^^xsd:string |
564 | + ] ; | ||
565 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; | ||
534 | sp:subject | 566 | sp:subject |
535 | - [ sp:varName "fluidComponent"^^xsd:string | 567 | + [ sp:varName "fluidSampleRef"^^xsd:string |
536 | ] | 568 | ] |
537 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; | ||
538 | - sp:predicate rdf:type ; | ||
539 | - sp:subject _:b3 | ||
540 | ]) ; | 569 | ]) ; |
541 | sp:where ([ sp:object | 570 | sp:where ([ sp:object |
542 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 571 | + [ sp:varName "fluidSampleRef"^^xsd:string |
543 | ] ; | 572 | ] ; |
544 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 573 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
545 | sp:subject spin:_this | 574 | sp:subject spin:_this |
546 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; | 575 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; |
547 | sp:predicate rdf:type ; | 576 | sp:predicate rdf:type ; |
548 | sp:subject | 577 | sp:subject |
549 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 578 | + [ sp:varName "fluidSampleRef"^^xsd:string |
550 | ] | 579 | ] |
551 | ] [ sp:object | 580 | ] [ sp:object |
552 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 581 | + [ sp:varName "facilityRef"^^xsd:string |
553 | ] ; | 582 | ] ; |
554 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | 583 | + sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; |
555 | sp:subject | 584 | sp:subject |
556 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 585 | + [ sp:varName "fluidSampleRef"^^xsd:string |
557 | ] | 586 | ] |
558 | - ] [ sp:object | 587 | + ] [ rdf:type sp:Bind ; |
559 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 588 | + sp:expression |
589 | + [ rdf:type spl:object ; | ||
590 | + sp:arg1 [ sp:varName "facilityRef"^^xsd:string | ||
591 | + ] ; | ||
592 | + sp:arg2 <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText> | ||
560 | ] ; | 593 | ] ; |
561 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 594 | + sp:variable |
562 | - sp:subject | 595 | + [ sp:varName "normalizedFacilityName"^^xsd:string |
563 | - [ sp:varName "fluidComponent"^^xsd:string | ||
564 | ] | 596 | ] |
565 | - ] [ rdf:type sp:Exists ; | ||
566 | - sp:elements ([ sp:object | ||
567 | - [ sp:varName "molePercentRef"^^xsd:string | ||
568 | - ] ; | ||
569 | - sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ; | ||
570 | - sp:subject | ||
571 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
572 | - ] | ||
573 | - ]) | ||
574 | ]) | 597 | ]) |
575 | ] ; | 598 | ] ; |
576 | spin:rule | 599 | spin:rule |
577 | [ rdf:type sp:Construct ; | 600 | [ rdf:type sp:Construct ; |
578 | - rdfs:comment "STEP 40003a Set the date for the sample of fluid - from acquisition date if possible"^^xsd:string ; | 601 | + rdfs:comment "STEP 40010 Specify the fluid analysis result."^^xsd:string ; |
579 | sp:templates ([ sp:object | 602 | sp:templates ([ sp:object |
580 | - [ sp:varName "acquisitionDate"^^xsd:string | 603 | + [ sp:varName "nameFluidAnalysis"^^xsd:string |
581 | ] ; | 604 | ] ; |
582 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#nominalInstant> ; | 605 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
583 | sp:subject | 606 | sp:subject |
584 | - [ sp:varName "fluidSampleRef"^^xsd:string | 607 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string |
608 | + ] | ||
609 | + ] [ sp:object | ||
610 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
611 | + ] ; | ||
612 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
613 | + sp:subject | ||
614 | + [ sp:varName "sampledFluid"^^xsd:string | ||
585 | ] | 615 | ] |
586 | ]) ; | 616 | ]) ; |
587 | sp:where ([ sp:object | 617 | sp:where ([ sp:object |
... | @@ -595,68 +625,81 @@ | ... | @@ -595,68 +625,81 @@ |
595 | [ sp:varName "fluidSampleRef"^^xsd:string | 625 | [ sp:varName "fluidSampleRef"^^xsd:string |
596 | ] | 626 | ] |
597 | ] [ sp:object | 627 | ] [ sp:object |
598 | - [ sp:varName "acquisitionDate"^^xsd:string | 628 | + [ sp:varName "fluidSampleRef"^^xsd:string |
599 | ] ; | 629 | ] ; |
600 | - sp:predicate <http://www.epim.no/schemas/mprml/1#acquisitionDate> ; | 630 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
601 | sp:subject | 631 | sp:subject |
602 | - [ sp:varName "fluidSampleRef"^^xsd:string | 632 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string |
603 | ] | 633 | ] |
604 | - ]) | ||
605 | - ] ; | ||
606 | - spin:rule | ||
607 | - [ rdf:type sp:Construct ; | ||
608 | - rdfs:comment "STEP 40001 Create the FluidSampleReport and FluidSampling activity ."^^xsd:string ; | ||
609 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#FluidSampleReport> ; | ||
610 | - sp:predicate rdf:type ; | ||
611 | - sp:subject _:b4 | ||
612 | ] [ sp:object | 634 | ] [ sp:object |
613 | - [ sp:varName "productionReport"^^xsd:string | 635 | + [ sp:varName "sampledFluid"^^xsd:string |
614 | ] ; | 636 | ] ; |
615 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 637 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; |
616 | - sp:subject _:b4 | 638 | + sp:subject |
617 | - ] [ sp:object _:b5 ; | 639 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string |
618 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 640 | + ] |
619 | - sp:subject _:b4 | ||
620 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ; | ||
621 | - sp:predicate rdf:type ; | ||
622 | - sp:subject _:b5 | ||
623 | ] [ sp:object | 641 | ] [ sp:object |
624 | - [ sp:varName "fluidSamplingType"^^xsd:string | 642 | + [ sp:varName "name"^^xsd:string |
625 | ] ; | 643 | ] ; |
626 | - sp:predicate rdf:type ; | 644 | + sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; |
627 | - sp:subject _:b5 | 645 | + sp:subject |
646 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
647 | + ] | ||
628 | ] [ sp:object | 648 | ] [ sp:object |
629 | - [ sp:varName "acquisitionDate"^^xsd:string | 649 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
630 | ] ; | 650 | ] ; |
631 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 651 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
632 | - sp:subject _:b5 | 652 | + sp:subject spin:_this |
653 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; | ||
654 | + sp:predicate rdf:type ; | ||
655 | + sp:subject | ||
656 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
657 | + ] | ||
633 | ] [ sp:object | 658 | ] [ sp:object |
634 | - [ sp:varName "fluidSampleRef"^^xsd:string | 659 | + [ sp:varName "name"^^xsd:string |
635 | ] ; | 660 | ] ; |
636 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 661 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidSample> ; |
637 | - sp:subject _:b5 | ||
638 | - ]) ; | ||
639 | - sp:where ([ sp:object spin:_this ; | ||
640 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
641 | sp:subject | 662 | sp:subject |
642 | - [ sp:varName "productionReport"^^xsd:string | 663 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
643 | ] | 664 | ] |
644 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 665 | + ] [ rdf:type sp:Optional ; |
645 | - sp:predicate rdf:type ; | 666 | + sp:elements ([ sp:object |
667 | + [ sp:varName "nameFluidAnalysis"^^xsd:string | ||
668 | + ] ; | ||
669 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameFluidAnalysis> ; | ||
670 | + sp:subject | ||
671 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
672 | + ] | ||
673 | + ]) | ||
674 | + ]) | ||
675 | + ] ; | ||
676 | + spin:rule | ||
677 | + [ rdf:type sp:Construct ; | ||
678 | + rdfs:comment "STEP 40003b Set the date for the sample of fluid - from report date if not"^^xsd:string ; | ||
679 | + sp:templates ([ sp:object | ||
680 | + [ sp:varName "intervalIdentifier"^^xsd:string | ||
681 | + ] ; | ||
682 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#nominalInstant> ; | ||
646 | sp:subject | 683 | sp:subject |
647 | - [ sp:varName "productionReport"^^xsd:string | 684 | + [ sp:varName "fluidSampleRef"^^xsd:string |
648 | ] | 685 | ] |
649 | - ] [ sp:object | 686 | + ]) ; |
687 | + sp:where ([ sp:object | ||
650 | [ sp:varName "fluidSampleRef"^^xsd:string | 688 | [ sp:varName "fluidSampleRef"^^xsd:string |
651 | ] ; | 689 | ] ; |
652 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 690 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
653 | sp:subject spin:_this | 691 | sp:subject spin:_this |
692 | + ] [ sp:object | ||
693 | + [ sp:varName "intervalIdentifier"^^xsd:string | ||
694 | + ] ; | ||
695 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier> ; | ||
696 | + sp:subject spin:_this | ||
654 | ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | 697 | ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; |
655 | sp:predicate rdf:type ; | 698 | sp:predicate rdf:type ; |
656 | sp:subject | 699 | sp:subject |
657 | [ sp:varName "fluidSampleRef"^^xsd:string | 700 | [ sp:varName "fluidSampleRef"^^xsd:string |
658 | ] | 701 | ] |
659 | - ] [ rdf:type sp:Optional ; | 702 | + ] [ rdf:type sp:NotExists ; |
660 | sp:elements ([ sp:object | 703 | sp:elements ([ sp:object |
661 | [ sp:varName "acquisitionDate"^^xsd:string | 704 | [ sp:varName "acquisitionDate"^^xsd:string |
662 | ] ; | 705 | ] ; |
... | @@ -665,36 +708,19 @@ | ... | @@ -665,36 +708,19 @@ |
665 | [ sp:varName "fluidSampleRef"^^xsd:string | 708 | [ sp:varName "fluidSampleRef"^^xsd:string |
666 | ] | 709 | ] |
667 | ]) | 710 | ]) |
668 | - ] [ rdf:type sp:Optional ; | ||
669 | - sp:elements ([ sp:object | ||
670 | - [ sp:varName "sampleTypeRef"^^xsd:string | ||
671 | - ] ; | ||
672 | - sp:predicate <http://www.epim.no/schemas/mprml/1#sampleTypeRef> ; | ||
673 | - sp:subject | ||
674 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
675 | - ] | ||
676 | - ]) | ||
677 | - ] [ rdf:type sp:Bind ; | ||
678 | - sp:expression | ||
679 | - [ rdf:type ep-mpr-spin-lib:selectFluidSamplingType ; | ||
680 | - sp:arg1 [ sp:varName "sampleTypeRef"^^xsd:string | ||
681 | - ] | ||
682 | - ] ; | ||
683 | - sp:variable | ||
684 | - [ sp:varName "fluidSamplingType"^^xsd:string | ||
685 | - ] | ||
686 | ]) | 711 | ]) |
687 | ] ; | 712 | ] ; |
688 | spin:rule | 713 | spin:rule |
689 | [ rdf:type sp:Construct ; | 714 | [ rdf:type sp:Construct ; |
690 | - rdfs:comment "STEP 40011e Specify the fluid component - attempt to map name to product material type"^^xsd:string ; | 715 | + rdfs:comment "STEP 40012b Specify the mole of the fluid component if necessary"^^xsd:string ; |
691 | - sp:templates ([ sp:object | 716 | + sp:templates ([ sp:object _:b6 ; |
692 | - [ sp:varName "productMaterialType"^^xsd:string | ||
693 | - ] ; | ||
694 | sp:predicate rdf:type ; | 717 | sp:predicate rdf:type ; |
695 | sp:subject | 718 | sp:subject |
696 | [ sp:varName "fluidComponent"^^xsd:string | 719 | [ sp:varName "fluidComponent"^^xsd:string |
697 | ] | 720 | ] |
721 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmoutOfSubstance> ; | ||
722 | + sp:predicate rdf:type ; | ||
723 | + sp:subject _:b6 | ||
698 | ]) ; | 724 | ]) ; |
699 | sp:where ([ sp:object | 725 | sp:where ([ sp:object |
700 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 726 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -720,30 +746,67 @@ | ... | @@ -720,30 +746,67 @@ |
720 | sp:subject | 746 | sp:subject |
721 | [ sp:varName "fluidComponent"^^xsd:string | 747 | [ sp:varName "fluidComponent"^^xsd:string |
722 | ] | 748 | ] |
723 | - ] [ sp:object | 749 | + ] [ rdf:type sp:Exists ; |
724 | - [ sp:varName "name"^^xsd:string | 750 | + sp:elements ([ sp:object |
725 | - ] ; | 751 | + [ sp:varName "molePercentRef"^^xsd:string |
726 | - sp:predicate <http://www.epim.no/schemas/mprml/1#componentName> ; | 752 | + ] ; |
753 | + sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ; | ||
754 | + sp:subject | ||
755 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
756 | + ] | ||
757 | + ]) | ||
758 | + ]) | ||
759 | + ] ; | ||
760 | + spin:rule | ||
761 | + [ rdf:type sp:Construct ; | ||
762 | + rdfs:comment "STEP 40012a Specify the mass of the fluid component if necessary"^^xsd:string ; | ||
763 | + sp:templates ([ sp:object _:b7 ; | ||
764 | + sp:predicate rdf:type ; | ||
727 | sp:subject | 765 | sp:subject |
728 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 766 | + [ sp:varName "fluidComponent"^^xsd:string |
729 | ] | 767 | ] |
730 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; | 768 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; |
769 | + sp:predicate rdf:type ; | ||
770 | + sp:subject _:b7 | ||
771 | + ]) ; | ||
772 | + sp:where ([ sp:object | ||
773 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
774 | + ] ; | ||
775 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
776 | + sp:subject spin:_this | ||
777 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; | ||
731 | sp:predicate rdf:type ; | 778 | sp:predicate rdf:type ; |
732 | sp:subject | 779 | sp:subject |
733 | - [ sp:varName "productMaterialType"^^xsd:string | 780 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
734 | ] | 781 | ] |
735 | ] [ sp:object | 782 | ] [ sp:object |
736 | - [ sp:varName "name"^^xsd:string | 783 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
737 | ] ; | 784 | ] ; |
738 | - sp:predicate rdfs:label ; | 785 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; |
739 | sp:subject | 786 | sp:subject |
740 | - [ sp:varName "productMaterialType"^^xsd:string | 787 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
788 | + ] | ||
789 | + ] [ sp:object | ||
790 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
791 | + ] ; | ||
792 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
793 | + sp:subject | ||
794 | + [ sp:varName "fluidComponent"^^xsd:string | ||
741 | ] | 795 | ] |
796 | + ] [ rdf:type sp:Exists ; | ||
797 | + sp:elements ([ sp:object | ||
798 | + [ sp:varName "molePercentRef"^^xsd:string | ||
799 | + ] ; | ||
800 | + sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ; | ||
801 | + sp:subject | ||
802 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
803 | + ] | ||
804 | + ]) | ||
742 | ]) | 805 | ]) |
743 | ] ; | 806 | ] ; |
744 | spin:rule | 807 | spin:rule |
745 | [ rdf:type sp:Construct ; | 808 | [ rdf:type sp:Construct ; |
746 | - rdfs:comment "STEP 40011c Specify the fluid component base kind"^^xsd:string ; | 809 | + rdfs:comment "STEP 40011d Specify the fluid component kind"^^xsd:string ; |
747 | sp:templates ([ sp:object | 810 | sp:templates ([ sp:object |
748 | [ sp:varName "fluidSubstanceKindType"^^xsd:string | 811 | [ sp:varName "fluidSubstanceKindType"^^xsd:string |
749 | ] ; | 812 | ] ; |
... | @@ -777,80 +840,87 @@ | ... | @@ -777,80 +840,87 @@ |
777 | [ sp:varName "fluidComponent"^^xsd:string | 840 | [ sp:varName "fluidComponent"^^xsd:string |
778 | ] | 841 | ] |
779 | ] [ sp:object | 842 | ] [ sp:object |
780 | - [ sp:varName "componentBaseKindRef"^^xsd:string | 843 | + [ sp:varName "componentKindRef"^^xsd:string |
781 | ] ; | 844 | ] ; |
782 | - sp:predicate <http://www.epim.no/schemas/mprml/1#componentBaseKindRef> ; | 845 | + sp:predicate <http://www.epim.no/schemas/mprml/1#componentKindRef> ; |
783 | sp:subject | 846 | sp:subject |
784 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 847 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
785 | ] | 848 | ] |
786 | - ] [ sp:object | 849 | + ] [ rdf:type sp:Bind ; |
787 | - [ sp:varName "componentBaseKindRef"^^xsd:string | 850 | + sp:expression |
851 | + [ rdf:type ep-mpr-spin-lib:selectFluidComponentKindType ; | ||
852 | + sp:arg1 [ sp:varName "componentKindRef"^^xsd:string | ||
853 | + ] | ||
788 | ] ; | 854 | ] ; |
789 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#materialClassMapsToMPREnumeration> ; | 855 | + sp:variable |
790 | - sp:subject | 856 | + [ sp:varName "fluidComponentKindType"^^xsd:string |
791 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | ||
792 | ] | 857 | ] |
793 | ]) | 858 | ]) |
794 | ] ; | 859 | ] ; |
795 | spin:rule | 860 | spin:rule |
796 | [ rdf:type sp:Construct ; | 861 | [ rdf:type sp:Construct ; |
797 | - rdfs:comment "STEP 40011b Specify the fluid component - non-primary component."^^xsd:string ; | 862 | + rdfs:comment "STEP 40003d Set the facility for the sample of fluid - from reporting facility if not"^^xsd:string ; |
798 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; | 863 | + sp:templates ([ sp:object |
799 | - sp:predicate rdf:type ; | 864 | + [ sp:varName "normalizedFacilityName"^^xsd:string |
800 | - sp:subject _:b6 | 865 | + ] ; |
801 | - ] [ sp:object _:b6 ; | 866 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; |
802 | - sp:predicate <http://www.reportinghub.no/ep/schema/material#hasNonPrimaryComponent> ; | ||
803 | sp:subject | 867 | sp:subject |
804 | - [ sp:varName "sampledFluid"^^xsd:string | 868 | + [ sp:varName "fluidSampleRef"^^xsd:string |
805 | ] | 869 | ] |
806 | - ] [ sp:object | ||
807 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
808 | - ] ; | ||
809 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
810 | - sp:subject _:b6 | ||
811 | ]) ; | 870 | ]) ; |
812 | sp:where ([ sp:object | 871 | sp:where ([ sp:object |
813 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 872 | + [ sp:varName "fluidSampleRef"^^xsd:string |
814 | ] ; | 873 | ] ; |
815 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 874 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
816 | sp:subject spin:_this | 875 | sp:subject spin:_this |
817 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; | ||
818 | - sp:predicate rdf:type ; | ||
819 | - sp:subject | ||
820 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
821 | - ] | ||
822 | - ] [ sp:object | ||
823 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
824 | - ] ; | ||
825 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
826 | - sp:subject | ||
827 | - [ sp:varName "sampledFluid"^^xsd:string | ||
828 | - ] | ||
829 | ] [ sp:object | 876 | ] [ sp:object |
830 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 877 | + [ sp:varName "normalizedFacilityName"^^xsd:string |
831 | ] ; | 878 | ] ; |
832 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | 879 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; |
833 | - sp:subject | 880 | + sp:subject spin:_this |
834 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 881 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; |
835 | - ] | 882 | + sp:predicate rdf:type ; |
836 | - ] [ sp:object "false"^^xsd:boolean ; | ||
837 | - sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; | ||
838 | sp:subject | 883 | sp:subject |
839 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 884 | + [ sp:varName "fluidSampleRef"^^xsd:string |
840 | ] | 885 | ] |
886 | + ] [ rdf:type sp:NotExists ; | ||
887 | + sp:elements ([ sp:object | ||
888 | + [ sp:varName "facilityRef"^^xsd:string | ||
889 | + ] ; | ||
890 | + sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; | ||
891 | + sp:subject | ||
892 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
893 | + ] | ||
894 | + ]) | ||
841 | ]) | 895 | ]) |
842 | ] ; | 896 | ] ; |
843 | spin:rule | 897 | spin:rule |
844 | [ rdf:type sp:Construct ; | 898 | [ rdf:type sp:Construct ; |
845 | - rdfs:comment "STEP 40010b Create the mole of the sample of fluid if necessary"^^xsd:string ; | 899 | + rdfs:comment "STEP 40011g Specify the fluid component - generate a new substance type if necessary"^^xsd:string ; |
846 | - sp:templates ([ sp:object _:b7 ; | 900 | + sp:templates ([ sp:object |
901 | + [ sp:varName "substanceType"^^xsd:string | ||
902 | + ] ; | ||
847 | sp:predicate rdf:type ; | 903 | sp:predicate rdf:type ; |
848 | sp:subject | 904 | sp:subject |
849 | - [ sp:varName "sampledFluid"^^xsd:string | 905 | + [ sp:varName "fluidComponent"^^xsd:string |
850 | ] | 906 | ] |
851 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; | 907 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; |
852 | sp:predicate rdf:type ; | 908 | sp:predicate rdf:type ; |
853 | - sp:subject _:b7 | 909 | + sp:subject |
910 | + [ sp:varName "substanceType"^^xsd:string | ||
911 | + ] | ||
912 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
913 | + sp:predicate rdfs:subClassOf ; | ||
914 | + sp:subject | ||
915 | + [ sp:varName "substanceType"^^xsd:string | ||
916 | + ] | ||
917 | + ] [ sp:object | ||
918 | + [ sp:varName "name"^^xsd:string | ||
919 | + ] ; | ||
920 | + sp:predicate rdfs:label ; | ||
921 | + sp:subject | ||
922 | + [ sp:varName "substanceType"^^xsd:string | ||
923 | + ] | ||
854 | ]) ; | 924 | ]) ; |
855 | sp:where ([ sp:object | 925 | sp:where ([ sp:object |
856 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 926 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -863,39 +933,90 @@ | ... | @@ -863,39 +933,90 @@ |
863 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 933 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
864 | ] | 934 | ] |
865 | ] [ sp:object | 935 | ] [ sp:object |
936 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
937 | + ] ; | ||
938 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | ||
939 | + sp:subject | ||
866 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 940 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
941 | + ] | ||
942 | + ] [ sp:object | ||
943 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
867 | ] ; | 944 | ] ; |
868 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 945 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
869 | sp:subject | 946 | sp:subject |
870 | - [ sp:varName "sampledFluid"^^xsd:string | 947 | + [ sp:varName "fluidComponent"^^xsd:string |
871 | ] | 948 | ] |
872 | - ] [ rdf:type sp:Exists ; | 949 | + ] [ sp:object "false"^^xsd:boolean ; |
873 | - sp:elements ([ sp:object | 950 | + sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; |
874 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 951 | + sp:subject |
952 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
953 | + ] | ||
954 | + ] [ sp:object | ||
955 | + [ sp:varName "name"^^xsd:string | ||
956 | + ] ; | ||
957 | + sp:predicate <http://www.epim.no/schemas/mprml/1#componentName> ; | ||
958 | + sp:subject | ||
959 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
960 | + ] | ||
961 | + ] [ rdf:type sp:NotExists ; | ||
962 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | ||
963 | + sp:predicate rdf:type ; | ||
964 | + sp:subject | ||
965 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string | ||
966 | + ] | ||
967 | + ] [ sp:object | ||
968 | + [ sp:varName "name"^^xsd:string | ||
875 | ] ; | 969 | ] ; |
876 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | 970 | + sp:predicate rdfs:label ; |
877 | sp:subject | 971 | sp:subject |
878 | - [ sp:varName "fluidAnalysisResultsRef"^^xsd:string | 972 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string |
973 | + ] | ||
974 | + ]) | ||
975 | + ] [ rdf:type sp:NotExists ; | ||
976 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; | ||
977 | + sp:predicate rdf:type ; | ||
978 | + sp:subject | ||
979 | + [ sp:varName "productMaterialType"^^xsd:string | ||
879 | ] | 980 | ] |
880 | ] [ sp:object | 981 | ] [ sp:object |
881 | - [ sp:varName "molePercentRef"^^xsd:string | 982 | + [ sp:varName "name"^^xsd:string |
882 | ] ; | 983 | ] ; |
883 | - sp:predicate <http://www.epim.no/schemas/mprml/1#molePercentRef> ; | 984 | + sp:predicate rdfs:label ; |
884 | sp:subject | 985 | sp:subject |
885 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 986 | + [ sp:varName "productMaterialType"^^xsd:string |
886 | ] | 987 | ] |
887 | ]) | 988 | ]) |
989 | + ] [ rdf:type sp:Bind ; | ||
990 | + sp:expression | ||
991 | + [ rdf:type ep-mpr-spin-lib:buildSubstanceTypeURI ; | ||
992 | + sp:arg1 [ sp:varName "name"^^xsd:string | ||
993 | + ] | ||
994 | + ] ; | ||
995 | + sp:variable | ||
996 | + [ sp:varName "substanceType"^^xsd:string | ||
997 | + ] | ||
888 | ]) | 998 | ]) |
889 | ] ; | 999 | ] ; |
890 | spin:rule | 1000 | spin:rule |
891 | [ rdf:type sp:Construct ; | 1001 | [ rdf:type sp:Construct ; |
892 | - rdfs:comment "STEP 40003c Set the facility for the sample of fluid - from sampling facility if possible"^^xsd:string ; | 1002 | + rdfs:comment "STEP 40002 Create the Facility where the sampling takes place - the same approach to identification of the facility is used as for product volume."^^xsd:string ; |
893 | - sp:templates ([ sp:object | 1003 | + sp:templates ([ sp:object _:b8 ; |
894 | - [ sp:varName "normalizedFacilityName"^^xsd:string | 1004 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#samplingPerformedAt> ; |
1005 | + sp:subject | ||
1006 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | ||
1007 | + ] | ||
1008 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
1009 | + sp:predicate rdf:type ; | ||
1010 | + sp:subject _:b8 | ||
1011 | + ] [ sp:object | ||
1012 | + [ sp:varName "facility"^^xsd:string | ||
895 | ] ; | 1013 | ] ; |
896 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; | 1014 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
1015 | + sp:subject _:b8 | ||
1016 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | ||
1017 | + sp:predicate rdf:type ; | ||
897 | sp:subject | 1018 | sp:subject |
898 | - [ sp:varName "fluidSampleRef"^^xsd:string | 1019 | + [ sp:varName "facility"^^xsd:string |
899 | ] | 1020 | ] |
900 | ]) ; | 1021 | ]) ; |
901 | sp:where ([ sp:object | 1022 | sp:where ([ sp:object |
... | @@ -909,35 +1030,49 @@ | ... | @@ -909,35 +1030,49 @@ |
909 | [ sp:varName "fluidSampleRef"^^xsd:string | 1030 | [ sp:varName "fluidSampleRef"^^xsd:string |
910 | ] | 1031 | ] |
911 | ] [ sp:object | 1032 | ] [ sp:object |
1033 | + [ sp:varName "fluidSampleRef"^^xsd:string | ||
1034 | + ] ; | ||
1035 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
1036 | + sp:subject | ||
1037 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | ||
1038 | + ] | ||
1039 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#FluidSamplingAndAnalysis> ; | ||
1040 | + sp:predicate rdf:type ; | ||
1041 | + sp:subject | ||
1042 | + [ sp:varName "fluidSamplingAndAnalysis"^^xsd:string | ||
1043 | + ] | ||
1044 | + ] [ sp:object | ||
912 | [ sp:varName "facilityRef"^^xsd:string | 1045 | [ sp:varName "facilityRef"^^xsd:string |
913 | ] ; | 1046 | ] ; |
914 | sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; | 1047 | sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; |
915 | sp:subject | 1048 | sp:subject |
916 | [ sp:varName "fluidSampleRef"^^xsd:string | 1049 | [ sp:varName "fluidSampleRef"^^xsd:string |
917 | ] | 1050 | ] |
918 | - ] [ rdf:type sp:Bind ; | 1051 | + ] [ sp:object |
919 | - sp:expression | 1052 | + [ sp:varName "facilityRef"^^xsd:string |
920 | - [ rdf:type spl:object ; | ||
921 | - sp:arg1 [ sp:varName "facilityRef"^^xsd:string | ||
922 | - ] ; | ||
923 | - sp:arg2 <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText> | ||
924 | ] ; | 1053 | ] ; |
925 | - sp:variable | 1054 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
926 | - [ sp:varName "normalizedFacilityName"^^xsd:string | 1055 | + sp:subject |
1056 | + [ sp:varName "facility"^^xsd:string | ||
927 | ] | 1057 | ] |
928 | ]) | 1058 | ]) |
929 | ] ; | 1059 | ] ; |
930 | spin:rule | 1060 | spin:rule |
931 | [ rdf:type sp:Construct ; | 1061 | [ rdf:type sp:Construct ; |
932 | - rdfs:comment "STEP 40012a Specify the mass of the fluid component if necessary"^^xsd:string ; | 1062 | + rdfs:comment "STEP 40011a Specify the fluid component - primary component."^^xsd:string ; |
933 | - sp:templates ([ sp:object _:b8 ; | 1063 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
934 | sp:predicate rdf:type ; | 1064 | sp:predicate rdf:type ; |
1065 | + sp:subject _:b9 | ||
1066 | + ] [ sp:object _:b9 ; | ||
1067 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasPrimaryComponent> ; | ||
935 | sp:subject | 1068 | sp:subject |
936 | - [ sp:varName "fluidComponent"^^xsd:string | 1069 | + [ sp:varName "sampledFluid"^^xsd:string |
937 | ] | 1070 | ] |
938 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | 1071 | + ] [ sp:object |
939 | - sp:predicate rdf:type ; | 1072 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
940 | - sp:subject _:b8 | 1073 | + ] ; |
1074 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
1075 | + sp:subject _:b9 | ||
941 | ]) ; | 1076 | ]) ; |
942 | sp:where ([ sp:object | 1077 | sp:where ([ sp:object |
943 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 1078 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -950,28 +1085,24 @@ | ... | @@ -950,28 +1085,24 @@ |
950 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 1085 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
951 | ] | 1086 | ] |
952 | ] [ sp:object | 1087 | ] [ sp:object |
953 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 1088 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
954 | ] ; | 1089 | ] ; |
955 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | 1090 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
956 | sp:subject | 1091 | sp:subject |
957 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 1092 | + [ sp:varName "sampledFluid"^^xsd:string |
958 | ] | 1093 | ] |
959 | ] [ sp:object | 1094 | ] [ sp:object |
960 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 1095 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
961 | ] ; | 1096 | ] ; |
962 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 1097 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; |
963 | sp:subject | 1098 | sp:subject |
964 | - [ sp:varName "fluidComponent"^^xsd:string | 1099 | + [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
1100 | + ] | ||
1101 | + ] [ sp:object "true"^^xsd:boolean ; | ||
1102 | + sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; | ||
1103 | + sp:subject | ||
1104 | + [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
965 | ] | 1105 | ] |
966 | - ] [ rdf:type sp:Exists ; | ||
967 | - sp:elements ([ sp:object | ||
968 | - [ sp:varName "molePercentRef"^^xsd:string | ||
969 | - ] ; | ||
970 | - sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ; | ||
971 | - sp:subject | ||
972 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
973 | - ] | ||
974 | - ]) | ||
975 | ]) | 1106 | ]) |
976 | ] ; | 1107 | ] ; |
977 | spin:rule | 1108 | spin:rule |
... | @@ -1058,115 +1189,14 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1058,115 +1189,14 @@ It is matched to its results via the sample name, which is assumed to be unique |
1058 | ] ; | 1189 | ] ; |
1059 | spin:rule | 1190 | spin:rule |
1060 | [ rdf:type sp:Construct ; | 1191 | [ rdf:type sp:Construct ; |
1061 | - rdfs:comment "STEP 40003d Set the facility for the sample of fluid - from reporting facility if not"^^xsd:string ; | 1192 | + rdfs:comment "STEP 40011f Specify the fluid component - attempt to map name to fluid component type"^^xsd:string ; |
1062 | - sp:templates ([ sp:object | ||
1063 | - [ sp:varName "normalizedFacilityName"^^xsd:string | ||
1064 | - ] ; | ||
1065 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; | ||
1066 | - sp:subject | ||
1067 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
1068 | - ] | ||
1069 | - ]) ; | ||
1070 | - sp:where ([ sp:object | ||
1071 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
1072 | - ] ; | ||
1073 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
1074 | - sp:subject spin:_this | ||
1075 | - ] [ sp:object | ||
1076 | - [ sp:varName "normalizedFacilityName"^^xsd:string | ||
1077 | - ] ; | ||
1078 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier> ; | ||
1079 | - sp:subject spin:_this | ||
1080 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidSample> ; | ||
1081 | - sp:predicate rdf:type ; | ||
1082 | - sp:subject | ||
1083 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
1084 | - ] | ||
1085 | - ] [ rdf:type sp:NotExists ; | ||
1086 | - sp:elements ([ sp:object | ||
1087 | - [ sp:varName "facilityRef"^^xsd:string | ||
1088 | - ] ; | ||
1089 | - sp:predicate <http://www.epim.no/schemas/mprml/1#facilityRef> ; | ||
1090 | - sp:subject | ||
1091 | - [ sp:varName "fluidSampleRef"^^xsd:string | ||
1092 | - ] | ||
1093 | - ]) | ||
1094 | - ]) | ||
1095 | - ] ; | ||
1096 | - spin:rule | ||
1097 | - [ rdf:type sp:Construct ; | ||
1098 | - rdfs:comment "STEP 40010a Create the mass of the sample of fluid if necessary"^^xsd:string ; | ||
1099 | - sp:templates ([ sp:object _:b9 ; | ||
1100 | - sp:predicate rdf:type ; | ||
1101 | - sp:subject | ||
1102 | - [ sp:varName "sampledFluid"^^xsd:string | ||
1103 | - ] | ||
1104 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
1105 | - sp:predicate rdf:type ; | ||
1106 | - sp:subject _:b9 | ||
1107 | - ]) ; | ||
1108 | - sp:where ([ sp:object | ||
1109 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
1110 | - ] ; | ||
1111 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
1112 | - sp:subject spin:_this | ||
1113 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_fluidAnalysisResult> ; | ||
1114 | - sp:predicate rdf:type ; | ||
1115 | - sp:subject | ||
1116 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
1117 | - ] | ||
1118 | - ] [ sp:object | ||
1119 | - [ sp:varName "fluidAnalysisResultRef"^^xsd:string | ||
1120 | - ] ; | ||
1121 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
1122 | - sp:subject | ||
1123 | - [ sp:varName "sampledFluid"^^xsd:string | ||
1124 | - ] | ||
1125 | - ] [ rdf:type sp:Exists ; | ||
1126 | - sp:elements ([ sp:object | ||
1127 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
1128 | - ] ; | ||
1129 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fluidSampleCompositionRef> ; | ||
1130 | - sp:subject | ||
1131 | - [ sp:varName "fluidAnalysisResultsRef"^^xsd:string | ||
1132 | - ] | ||
1133 | - ] [ sp:object | ||
1134 | - [ sp:varName "weightPercentRef"^^xsd:string | ||
1135 | - ] ; | ||
1136 | - sp:predicate <http://www.epim.no/schemas/mprml/1#weightPercentRef> ; | ||
1137 | - sp:subject | ||
1138 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
1139 | - ] | ||
1140 | - ]) | ||
1141 | - ]) | ||
1142 | - ] ; | ||
1143 | - spin:rule | ||
1144 | - [ rdf:type sp:Construct ; | ||
1145 | - rdfs:comment "STEP 40011g Specify the fluid component - generate a new substance type if necessary"^^xsd:string ; | ||
1146 | sp:templates ([ sp:object | 1193 | sp:templates ([ sp:object |
1147 | - [ sp:varName "substanceType"^^xsd:string | 1194 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string |
1148 | ] ; | 1195 | ] ; |
1149 | sp:predicate rdf:type ; | 1196 | sp:predicate rdf:type ; |
1150 | sp:subject | 1197 | sp:subject |
1151 | [ sp:varName "fluidComponent"^^xsd:string | 1198 | [ sp:varName "fluidComponent"^^xsd:string |
1152 | ] | 1199 | ] |
1153 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | ||
1154 | - sp:predicate rdf:type ; | ||
1155 | - sp:subject | ||
1156 | - [ sp:varName "substanceType"^^xsd:string | ||
1157 | - ] | ||
1158 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
1159 | - sp:predicate rdfs:subClassOf ; | ||
1160 | - sp:subject | ||
1161 | - [ sp:varName "substanceType"^^xsd:string | ||
1162 | - ] | ||
1163 | - ] [ sp:object | ||
1164 | - [ sp:varName "name"^^xsd:string | ||
1165 | - ] ; | ||
1166 | - sp:predicate rdfs:label ; | ||
1167 | - sp:subject | ||
1168 | - [ sp:varName "substanceType"^^xsd:string | ||
1169 | - ] | ||
1170 | ]) ; | 1200 | ]) ; |
1171 | sp:where ([ sp:object | 1201 | sp:where ([ sp:object |
1172 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string | 1202 | [ sp:varName "fluidAnalysisResultRef"^^xsd:string |
... | @@ -1192,11 +1222,6 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1192,11 +1222,6 @@ It is matched to its results via the sample name, which is assumed to be unique |
1192 | sp:subject | 1222 | sp:subject |
1193 | [ sp:varName "fluidComponent"^^xsd:string | 1223 | [ sp:varName "fluidComponent"^^xsd:string |
1194 | ] | 1224 | ] |
1195 | - ] [ sp:object "false"^^xsd:boolean ; | ||
1196 | - sp:predicate <http://www.epim.no/schemas/mprml/1#isPrimary> ; | ||
1197 | - sp:subject | ||
1198 | - [ sp:varName "fluidSampleCompositionRef"^^xsd:string | ||
1199 | - ] | ||
1200 | ] [ sp:object | 1225 | ] [ sp:object |
1201 | [ sp:varName "name"^^xsd:string | 1226 | [ sp:varName "name"^^xsd:string |
1202 | ] ; | 1227 | ] ; |
... | @@ -1204,42 +1229,17 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1204,42 +1229,17 @@ It is matched to its results via the sample name, which is assumed to be unique |
1204 | sp:subject | 1229 | sp:subject |
1205 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 1230 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
1206 | ] | 1231 | ] |
1207 | - ] [ rdf:type sp:NotExists ; | 1232 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; |
1208 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | 1233 | + sp:predicate rdf:type ; |
1209 | - sp:predicate rdf:type ; | 1234 | + sp:subject |
1210 | - sp:subject | 1235 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string |
1211 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | 1236 | + ] |
1212 | - ] | 1237 | + ] [ sp:object |
1213 | - ] [ sp:object | 1238 | + [ sp:varName "name"^^xsd:string |
1214 | - [ sp:varName "name"^^xsd:string | ||
1215 | - ] ; | ||
1216 | - sp:predicate rdfs:label ; | ||
1217 | - sp:subject | ||
1218 | - [ sp:varName "fluidSubstanceKindType"^^xsd:string | ||
1219 | - ] | ||
1220 | - ]) | ||
1221 | - ] [ rdf:type sp:NotExists ; | ||
1222 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; | ||
1223 | - sp:predicate rdf:type ; | ||
1224 | - sp:subject | ||
1225 | - [ sp:varName "productMaterialType"^^xsd:string | ||
1226 | - ] | ||
1227 | - ] [ sp:object | ||
1228 | - [ sp:varName "name"^^xsd:string | ||
1229 | - ] ; | ||
1230 | - sp:predicate rdfs:label ; | ||
1231 | - sp:subject | ||
1232 | - [ sp:varName "productMaterialType"^^xsd:string | ||
1233 | - ] | ||
1234 | - ]) | ||
1235 | - ] [ rdf:type sp:Bind ; | ||
1236 | - sp:expression | ||
1237 | - [ rdf:type ep-mpr-spin-lib:buildSubstanceTypeURI ; | ||
1238 | - sp:arg1 [ sp:varName "name"^^xsd:string | ||
1239 | - ] | ||
1240 | ] ; | 1239 | ] ; |
1241 | - sp:variable | 1240 | + sp:predicate rdfs:label ; |
1242 | - [ sp:varName "substanceType"^^xsd:string | 1241 | + sp:subject |
1242 | + [ sp:varName "fluidSubstanceKindType"^^xsd:string | ||
1243 | ] | 1243 | ] |
1244 | ]) | 1244 | ]) |
1245 | ] . | 1245 | ] . |
... | @@ -1351,16 +1351,16 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1351,16 +1351,16 @@ It is matched to its results via the sample name, which is assumed to be unique |
1351 | spin:rule | 1351 | spin:rule |
1352 | [ rdf:type sp:Construct ; | 1352 | [ rdf:type sp:Construct ; |
1353 | rdfs:comment "STEP 40092 Set the mole ratio for the pair."^^xsd:string ; | 1353 | rdfs:comment "STEP 40092 Set the mole ratio for the pair."^^xsd:string ; |
1354 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#MolePair> ; | 1354 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstancePair> ; |
1355 | sp:predicate rdf:type ; | 1355 | sp:predicate rdf:type ; |
1356 | sp:subject _:b12 | 1356 | sp:subject _:b12 |
1357 | ] [ sp:object | 1357 | ] [ sp:object |
1358 | - [ sp:varName "moleOfComponent"^^xsd:string | 1358 | + [ sp:varName "amountOfComponent"^^xsd:string |
1359 | ] ; | 1359 | ] ; |
1360 | sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; | 1360 | sp:predicate <http://www.reportinghub.no/ep/schema/core#firstOfPair> ; |
1361 | sp:subject _:b12 | 1361 | sp:subject _:b12 |
1362 | ] [ sp:object | 1362 | ] [ sp:object |
1363 | - [ sp:varName "moleOfWhole"^^xsd:string | 1363 | + [ sp:varName "amountOfWhole"^^xsd:string |
1364 | ] ; | 1364 | ] ; |
1365 | sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ; | 1365 | sp:predicate <http://www.reportinghub.no/ep/schema/core#secondOfPair> ; |
1366 | sp:subject _:b12 | 1366 | sp:subject _:b12 |
... | @@ -1398,16 +1398,16 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1398,16 +1398,16 @@ It is matched to its results via the sample name, which is assumed to be unique |
1398 | [ sp:varName "whole"^^xsd:string | 1398 | [ sp:varName "whole"^^xsd:string |
1399 | ] | 1399 | ] |
1400 | ] [ sp:object | 1400 | ] [ sp:object |
1401 | - [ sp:varName "moleOfWhole"^^xsd:string | 1401 | + [ sp:varName "amountOfWhole"^^xsd:string |
1402 | ] ; | 1402 | ] ; |
1403 | sp:predicate rdf:type ; | 1403 | sp:predicate rdf:type ; |
1404 | sp:subject | 1404 | sp:subject |
1405 | [ sp:varName "whole"^^xsd:string | 1405 | [ sp:varName "whole"^^xsd:string |
1406 | ] | 1406 | ] |
1407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; | 1407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ; |
1408 | sp:predicate rdf:type ; | 1408 | sp:predicate rdf:type ; |
1409 | sp:subject | 1409 | sp:subject |
1410 | - [ sp:varName "moleOfWhole"^^xsd:string | 1410 | + [ sp:varName "amountOfWhole"^^xsd:string |
1411 | ] | 1411 | ] |
1412 | ] [ sp:object | 1412 | ] [ sp:object |
1413 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string | 1413 | [ sp:varName "fluidSampleCompositionRef"^^xsd:string |
... | @@ -1417,16 +1417,16 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1417,16 +1417,16 @@ It is matched to its results via the sample name, which is assumed to be unique |
1417 | [ sp:varName "component"^^xsd:string | 1417 | [ sp:varName "component"^^xsd:string |
1418 | ] | 1418 | ] |
1419 | ] [ sp:object | 1419 | ] [ sp:object |
1420 | - [ sp:varName "moleOfComponent"^^xsd:string | 1420 | + [ sp:varName "amountOfComponent"^^xsd:string |
1421 | ] ; | 1421 | ] ; |
1422 | sp:predicate rdf:type ; | 1422 | sp:predicate rdf:type ; |
1423 | sp:subject | 1423 | sp:subject |
1424 | [ sp:varName "component"^^xsd:string | 1424 | [ sp:varName "component"^^xsd:string |
1425 | ] | 1425 | ] |
1426 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; | 1426 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ; |
1427 | sp:predicate rdf:type ; | 1427 | sp:predicate rdf:type ; |
1428 | sp:subject | 1428 | sp:subject |
1429 | - [ sp:varName "moleOfComponent"^^xsd:string | 1429 | + [ sp:varName "amountOfComponent"^^xsd:string |
1430 | ] | 1430 | ] |
1431 | ] [ sp:object | 1431 | ] [ sp:object |
1432 | [ sp:varName "realMolePercent"^^xsd:string | 1432 | [ sp:varName "realMolePercent"^^xsd:string |
... | @@ -1452,5 +1452,5 @@ It is matched to its results via the sample name, which is assumed to be unique | ... | @@ -1452,5 +1452,5 @@ It is matched to its results via the sample name, which is assumed to be unique |
1452 | 1452 | ||
1453 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> | 1453 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> |
1454 | rdf:type owl:Ontology ; | 1454 | rdf:type owl:Ontology ; |
1455 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 1455 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/material-class-maps-to-mpr-enumeration> ; |
1456 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 1456 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment