David Price

Merge branch 'master' into drilling-rd-more

Showing 41 changed files with 2666 additions and 802 deletions
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 17
18 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> 18 <http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.w3.org/2004/02/skos/core> ;
21 owl:versionInfo "0.1.0"^^xsd:string . 21 owl:versionInfo "0.1.0"^^xsd:string .
22 22
23 ep-actpurp:Completion--bopwellheadequipment 23 ep-actpurp:Completion--bopwellheadequipment
...@@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline ...@@ -112,6 +112,7 @@ ep-actpurp:Completion--wireline
112 112
113 ep-actpurp:DailyDrillingActivityPurposeType 113 ep-actpurp:DailyDrillingActivityPurposeType
114 rdf:type rdfs:Class ; 114 rdf:type rdfs:Class ;
115 + rdfs:comment "class of daily drilling activity on the basis of the purpose of the activity"^^xsd:string ;
115 rdfs:label "daily drilling activity purpose type"^^xsd:string ; 116 rdfs:label "daily drilling activity purpose type"^^xsd:string ;
116 rdfs:subClassOf owl:Class . 117 rdfs:subClassOf owl:Class .
117 118
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 <http://www.reportinghub.no/ep/schema/1.0/activity> 19 <http://www.reportinghub.no/ep/schema/1.0/activity>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <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/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
22 owl:versionInfo "0.1.0"^^xsd:string . 22 owl:versionInfo "0.1.0"^^xsd:string .
23 23
24 ep-activity:Activity 24 ep-activity:Activity
...@@ -28,11 +28,6 @@ ep-activity:Activity ...@@ -28,11 +28,6 @@ ep-activity:Activity
28 rdfs:subClassOf ep-core:PhysicalThing ; 28 rdfs:subClassOf ep-core:PhysicalThing ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ep-activity:Activity ;
32 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
33 - ] ;
34 - rdfs:subClassOf
35 - [ rdf:type owl:Restriction ;
36 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 31 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
37 owl:onProperty ep-activity:finishedAt 32 owl:onProperty ep-activity:finishedAt
38 ] ; 33 ] ;
...@@ -55,6 +50,11 @@ ep-activity:Activity ...@@ -55,6 +50,11 @@ ep-activity:Activity
55 [ rdf:type owl:Restriction ; 50 [ rdf:type owl:Restriction ;
56 owl:allValuesFrom ep-activity:Activity ; 51 owl:allValuesFrom ep-activity:Activity ;
57 owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 52 owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
53 + ] ;
54 + rdfs:subClassOf
55 + [ rdf:type owl:Restriction ;
56 + owl:allValuesFrom ep-activity:Activity ;
57 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
58 ] . 58 ] .
59 59
60 ep-activity:ActivitySuccessType 60 ep-activity:ActivitySuccessType
...@@ -70,13 +70,13 @@ ep-activity:DailyDrillingActivity ...@@ -70,13 +70,13 @@ ep-activity:DailyDrillingActivity
70 rdfs:subClassOf ep-activity:DrillingActivity ; 70 rdfs:subClassOf ep-activity:DrillingActivity ;
71 rdfs:subClassOf 71 rdfs:subClassOf
72 [ rdf:type owl:Restriction ; 72 [ rdf:type owl:Restriction ;
73 - owl:allValuesFrom ep-activity:DrillingActivity ; 73 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
74 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 74 + owl:onProperty ep-activity:onWellBore
75 ] ; 75 ] ;
76 rdfs:subClassOf 76 rdfs:subClassOf
77 [ rdf:type owl:Restriction ; 77 [ rdf:type owl:Restriction ;
78 - owl:allValuesFrom ep-activity:DrillingActivity ; 78 + owl:allValuesFrom ep-activity:Activity ;
79 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 79 + owl:onProperty ep-core:hasPart
80 ] ; 80 ] ;
81 rdfs:subClassOf 81 rdfs:subClassOf
82 [ rdf:type owl:Restriction ; 82 [ rdf:type owl:Restriction ;
...@@ -85,13 +85,13 @@ ep-activity:DailyDrillingActivity ...@@ -85,13 +85,13 @@ ep-activity:DailyDrillingActivity
85 ] ; 85 ] ;
86 rdfs:subClassOf 86 rdfs:subClassOf
87 [ rdf:type owl:Restriction ; 87 [ rdf:type owl:Restriction ;
88 - owl:allValuesFrom ep-activity:Activity ; 88 + owl:allValuesFrom ep-activity:DrillingActivity ;
89 - owl:onProperty ep-core:hasPart 89 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
90 ] ; 90 ] ;
91 rdfs:subClassOf 91 rdfs:subClassOf
92 [ rdf:type owl:Restriction ; 92 [ rdf:type owl:Restriction ;
93 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 93 + owl:allValuesFrom ep-activity:DrillingActivity ;
94 - owl:onProperty ep-activity:onWellBore 94 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
95 ] . 95 ] .
96 96
97 ep-activity:DailyDrillingActivityToStatus 97 ep-activity:DailyDrillingActivityToStatus
...@@ -101,13 +101,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -101,13 +101,13 @@ ep-activity:DailyDrillingActivityToStatus
101 rdfs:subClassOf ep-activity:DrillingActivity ; 101 rdfs:subClassOf ep-activity:DrillingActivity ;
102 rdfs:subClassOf 102 rdfs:subClassOf
103 [ rdf:type owl:Restriction ; 103 [ rdf:type owl:Restriction ;
104 - owl:allValuesFrom ep-activity:DrillingActivity ; 104 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
105 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 105 + owl:onProperty ep-activity:onWellBore
106 ] ; 106 ] ;
107 rdfs:subClassOf 107 rdfs:subClassOf
108 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
109 - owl:allValuesFrom ep-activity:DrillingActivity ; 109 + owl:allValuesFrom ep-activity:Activity ;
110 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 110 + owl:onProperty ep-core:hasPart
111 ] ; 111 ] ;
112 rdfs:subClassOf 112 rdfs:subClassOf
113 [ rdf:type owl:Restriction ; 113 [ rdf:type owl:Restriction ;
...@@ -116,13 +116,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -116,13 +116,13 @@ ep-activity:DailyDrillingActivityToStatus
116 ] ; 116 ] ;
117 rdfs:subClassOf 117 rdfs:subClassOf
118 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
119 - owl:allValuesFrom ep-activity:Activity ; 119 + owl:allValuesFrom ep-activity:DrillingActivity ;
120 - owl:onProperty ep-core:hasPart 120 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
121 ] ; 121 ] ;
122 rdfs:subClassOf 122 rdfs:subClassOf
123 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
124 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 124 + owl:allValuesFrom ep-activity:DrillingActivity ;
125 - owl:onProperty ep-activity:onWellBore 125 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
126 ] . 126 ] .
127 127
128 ep-activity:DailyProductionActivity 128 ep-activity:DailyProductionActivity
...@@ -161,7 +161,7 @@ ep-activity:Drill-sidetrack ...@@ -161,7 +161,7 @@ ep-activity:Drill-sidetrack
161 rdfs:subClassOf ep-activity:DrillingActivity . 161 rdfs:subClassOf ep-activity:DrillingActivity .
162 162
163 ep-activity:DrillStemTest 163 ep-activity:DrillStemTest
164 - rdf:type owl:Class , ep-activity:WellTestType ; 164 + rdf:type ep-activity:WellTestType , owl:Class ;
165 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; 165 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ;
166 rdfs:label "drill stem test"^^xsd:string ; 166 rdfs:label "drill stem test"^^xsd:string ;
167 rdfs:subClassOf ep-activity:WellTest ; 167 rdfs:subClassOf ep-activity:WellTest ;
...@@ -175,85 +175,85 @@ ep-activity:DrillingActivity ...@@ -175,85 +175,85 @@ ep-activity:DrillingActivity
175 rdfs:subClassOf ep-activity:Activity . 175 rdfs:subClassOf ep-activity:Activity .
176 176
177 ep-activity:DrillingActivity-bop_test 177 ep-activity:DrillingActivity-bop_test
178 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 178 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
179 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; 179 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ;
180 rdfs:label "drilling activity - BOP test"^^xsd:string ; 180 rdfs:label "drilling activity - BOP test"^^xsd:string ;
181 rdfs:subClassOf ep-activity:DrillingActivity . 181 rdfs:subClassOf ep-activity:DrillingActivity .
182 182
183 ep-activity:DrillingActivity-circulation_loss 183 ep-activity:DrillingActivity-circulation_loss
184 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 184 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
185 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; 185 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ;
186 rdfs:label "drilling activity - circulation loss"^^xsd:string ; 186 rdfs:label "drilling activity - circulation loss"^^xsd:string ;
187 rdfs:subClassOf ep-activity:DrillingActivity . 187 rdfs:subClassOf ep-activity:DrillingActivity .
188 188
189 ep-activity:DrillingActivity-coiled_tubing 189 ep-activity:DrillingActivity-coiled_tubing
190 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 190 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
191 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ; 191 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ;
192 rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 192 rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
193 rdfs:subClassOf ep-activity:DrillingActivity . 193 rdfs:subClassOf ep-activity:DrillingActivity .
194 194
195 ep-activity:DrillingActivity-equipment_failure 195 ep-activity:DrillingActivity-equipment_failure
196 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 196 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
197 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; 197 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ;
198 rdfs:label "drilling activity - equipment failure"^^xsd:string ; 198 rdfs:label "drilling activity - equipment failure"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-equipment_hang 201 ep-activity:DrillingActivity-equipment_hang
202 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 202 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
203 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; 203 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ;
204 rdfs:label "drilling activity - equipment hang"^^xsd:string ; 204 rdfs:label "drilling activity - equipment hang"^^xsd:string ;
205 rdfs:subClassOf ep-activity:DrillingActivity . 205 rdfs:subClassOf ep-activity:DrillingActivity .
206 206
207 ep-activity:DrillingActivity-fixed_equipment 207 ep-activity:DrillingActivity-fixed_equipment
208 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 208 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
209 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ; 209 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ;
210 rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 210 rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
211 rdfs:subClassOf ep-activity:DrillingActivity . 211 rdfs:subClassOf ep-activity:DrillingActivity .
212 212
213 ep-activity:DrillingActivity-injury 213 ep-activity:DrillingActivity-injury
214 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 214 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
215 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; 215 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ;
216 rdfs:label "drilling activity- injury"^^xsd:string ; 216 rdfs:label "drilling activity- injury"^^xsd:string ;
217 rdfs:subClassOf ep-activity:DrillingActivity . 217 rdfs:subClassOf ep-activity:DrillingActivity .
218 218
219 ep-activity:DrillingActivity-kick 219 ep-activity:DrillingActivity-kick
220 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 220 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
221 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; 221 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ;
222 rdfs:label "drilling activity - operation kick"^^xsd:string ; 222 rdfs:label "drilling activity - operation kick"^^xsd:string ;
223 rdfs:subClassOf ep-activity:DrillingActivity . 223 rdfs:subClassOf ep-activity:DrillingActivity .
224 224
225 ep-activity:DrillingActivity-mud_loss 225 ep-activity:DrillingActivity-mud_loss
226 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 226 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
227 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; 227 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ;
228 rdfs:label "drilling activity - mud loss"^^xsd:string ; 228 rdfs:label "drilling activity - mud loss"^^xsd:string ;
229 rdfs:subClassOf ep-activity:DrillingActivity . 229 rdfs:subClassOf ep-activity:DrillingActivity .
230 230
231 ep-activity:DrillingActivity-operation_failed 231 ep-activity:DrillingActivity-operation_failed
232 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 232 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
233 rdfs:comment "drilling activity that fails"^^xsd:string ; 233 rdfs:comment "drilling activity that fails"^^xsd:string ;
234 rdfs:label "drilling activity - operation failed"^^xsd:string ; 234 rdfs:label "drilling activity - operation failed"^^xsd:string ;
235 rdfs:subClassOf ep-activity:DrillingActivity . 235 rdfs:subClassOf ep-activity:DrillingActivity .
236 236
237 ep-activity:DrillingActivity-snubbing 237 ep-activity:DrillingActivity-snubbing
238 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 238 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
239 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; 239 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ;
240 rdfs:label "drilling activity - snubbing"^^xsd:string ; 240 rdfs:label "drilling activity - snubbing"^^xsd:string ;
241 rdfs:subClassOf ep-activity:DrillingActivity . 241 rdfs:subClassOf ep-activity:DrillingActivity .
242 242
243 ep-activity:DrillingActivity-stuck_equipment 243 ep-activity:DrillingActivity-stuck_equipment
244 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 244 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
245 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; 245 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ;
246 rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 246 rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
247 rdfs:subClassOf ep-activity:DrillingActivity . 247 rdfs:subClassOf ep-activity:DrillingActivity .
248 248
249 ep-activity:DrillingActivity-success 249 ep-activity:DrillingActivity-success
250 - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; 250 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
251 rdfs:comment "drilling activity that succeeds"^^xsd:string ; 251 rdfs:comment "drilling activity that succeeds"^^xsd:string ;
252 rdfs:label "drilling activity - success"^^xsd:string ; 252 rdfs:label "drilling activity - success"^^xsd:string ;
253 rdfs:subClassOf ep-activity:DrillingActivity . 253 rdfs:subClassOf ep-activity:DrillingActivity .
254 254
255 ep-activity:DrillingActivity-wire_line 255 ep-activity:DrillingActivity-wire_line
256 - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 256 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
257 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ; 257 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ;
258 rdfs:label "drilling activity - wireline"^^xsd:string ; 258 rdfs:label "drilling activity - wireline"^^xsd:string ;
259 rdfs:subClassOf ep-activity:DrillingActivity . 259 rdfs:subClassOf ep-activity:DrillingActivity .
...@@ -283,7 +283,7 @@ ep-activity:ExtractAWellCore ...@@ -283,7 +283,7 @@ ep-activity:ExtractAWellCore
283 rdfs:subClassOf ep-activity:WellOperation . 283 rdfs:subClassOf ep-activity:WellOperation .
284 284
285 ep-activity:FailedActivity 285 ep-activity:FailedActivity
286 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 286 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
287 rdfs:comment "activity that fails"^^xsd:string ; 287 rdfs:comment "activity that fails"^^xsd:string ;
288 rdfs:label "failed activity"^^xsd:string ; 288 rdfs:label "failed activity"^^xsd:string ;
289 rdfs:subClassOf ep-activity:Activity ; 289 rdfs:subClassOf ep-activity:Activity ;
...@@ -296,7 +296,7 @@ ep-activity:FluidReading ...@@ -296,7 +296,7 @@ ep-activity:FluidReading
296 rdfs:subClassOf ep-activity:Activity . 296 rdfs:subClassOf ep-activity:Activity .
297 297
298 ep-activity:FormationIntegrityTest 298 ep-activity:FormationIntegrityTest
299 - rdf:type owl:Class , ep-activity:PressureTestType ; 299 + rdf:type ep-activity:PressureTestType , owl:Class ;
300 rdfs:label "formation integrity test"^^xsd:string ; 300 rdfs:label "formation integrity test"^^xsd:string ;
301 rdfs:subClassOf ep-activity:WellBorePressureTest ; 301 rdfs:subClassOf ep-activity:WellBorePressureTest ;
302 owl:disjointWith ep-activity:LeakOffTest . 302 owl:disjointWith ep-activity:LeakOffTest .
...@@ -312,63 +312,63 @@ ep-activity:GasReading-circulating_background_gas ...@@ -312,63 +312,63 @@ ep-activity:GasReading-circulating_background_gas
312 rdfs:comment "gas reading that is of the circulating background gas"^^xsd:string ; 312 rdfs:comment "gas reading that is of the circulating background gas"^^xsd:string ;
313 rdfs:label "gas reading circulating background gas"^^xsd:string ; 313 rdfs:label "gas reading circulating background gas"^^xsd:string ;
314 rdfs:subClassOf ep-activity:GasReading ; 314 rdfs:subClassOf ep-activity:GasReading ;
315 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . 315 + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
316 316
317 ep-activity:GasReading-connection_gas 317 ep-activity:GasReading-connection_gas
318 rdf:type ep-activity:GasReadingType , owl:Class ; 318 rdf:type ep-activity:GasReadingType , owl:Class ;
319 rdfs:comment "gas reading that is of the connection gas"^^xsd:string ; 319 rdfs:comment "gas reading that is of the connection gas"^^xsd:string ;
320 rdfs:label "gas reading connection gas"^^xsd:string ; 320 rdfs:label "gas reading connection gas"^^xsd:string ;
321 rdfs:subClassOf ep-activity:GasReading ; 321 rdfs:subClassOf ep-activity:GasReading ;
322 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . 322 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
323 323
324 ep-activity:GasReading-drilling_background_gas 324 ep-activity:GasReading-drilling_background_gas
325 rdf:type ep-activity:GasReadingType , owl:Class ; 325 rdf:type ep-activity:GasReadingType , owl:Class ;
326 rdfs:comment "gas reading that is of the drilling background gas"^^xsd:string ; 326 rdfs:comment "gas reading that is of the drilling background gas"^^xsd:string ;
327 rdfs:label "gas reading drilling background gas"^^xsd:string ; 327 rdfs:label "gas reading drilling background gas"^^xsd:string ;
328 rdfs:subClassOf ep-activity:GasReading ; 328 rdfs:subClassOf ep-activity:GasReading ;
329 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . 329 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
330 330
331 ep-activity:GasReading-drilling_gas_peak 331 ep-activity:GasReading-drilling_gas_peak
332 rdf:type ep-activity:GasReadingType , owl:Class ; 332 rdf:type ep-activity:GasReadingType , owl:Class ;
333 rdfs:comment "gas reading that is of the drilling gas peak"^^xsd:string ; 333 rdfs:comment "gas reading that is of the drilling gas peak"^^xsd:string ;
334 rdfs:label "gas reading drilling gas peak"^^xsd:string ; 334 rdfs:label "gas reading drilling gas peak"^^xsd:string ;
335 rdfs:subClassOf ep-activity:GasReading ; 335 rdfs:subClassOf ep-activity:GasReading ;
336 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . 336 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
337 337
338 ep-activity:GasReading-flow_check_gas 338 ep-activity:GasReading-flow_check_gas
339 - rdf:type owl:Class , ep-activity:GasReadingType ; 339 + rdf:type ep-activity:GasReadingType , owl:Class ;
340 rdfs:comment "gas reading that is of the flow check gas"^^xsd:string ; 340 rdfs:comment "gas reading that is of the flow check gas"^^xsd:string ;
341 rdfs:label "gas reading flow check gas"^^xsd:string ; 341 rdfs:label "gas reading flow check gas"^^xsd:string ;
342 rdfs:subClassOf ep-activity:GasReading ; 342 rdfs:subClassOf ep-activity:GasReading ;
343 - owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . 343 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
344 344
345 ep-activity:GasReading-no_readings 345 ep-activity:GasReading-no_readings
346 rdf:type ep-activity:GasReadingType , owl:Class ; 346 rdf:type ep-activity:GasReadingType , owl:Class ;
347 rdfs:comment "gas reading that fails to obtain any data"^^xsd:string ; 347 rdfs:comment "gas reading that fails to obtain any data"^^xsd:string ;
348 rdfs:label "gas reading no readings"^^xsd:string ; 348 rdfs:label "gas reading no readings"^^xsd:string ;
349 rdfs:subClassOf ep-activity:GasReading ; 349 rdfs:subClassOf ep-activity:GasReading ;
350 - owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . 350 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
351 351
352 ep-activity:GasReading-other 352 ep-activity:GasReading-other
353 rdf:type ep-activity:GasReadingType , owl:Class ; 353 rdf:type ep-activity:GasReadingType , owl:Class ;
354 rdfs:comment "gas reading that is of a type not enumerated within the DDR XML schema"^^xsd:string ; 354 rdfs:comment "gas reading that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
355 rdfs:label "gas reading other"^^xsd:string ; 355 rdfs:label "gas reading other"^^xsd:string ;
356 rdfs:subClassOf ep-activity:GasReading ; 356 rdfs:subClassOf ep-activity:GasReading ;
357 - owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . 357 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
358 358
359 ep-activity:GasReading-shut_down_gas 359 ep-activity:GasReading-shut_down_gas
360 rdf:type ep-activity:GasReadingType , owl:Class ; 360 rdf:type ep-activity:GasReadingType , owl:Class ;
361 rdfs:comment "gas reading that is of shut down gas"^^xsd:string ; 361 rdfs:comment "gas reading that is of shut down gas"^^xsd:string ;
362 rdfs:label "gas reading shut down gas"^^xsd:string ; 362 rdfs:label "gas reading shut down gas"^^xsd:string ;
363 rdfs:subClassOf ep-activity:GasReading ; 363 rdfs:subClassOf ep-activity:GasReading ;
364 - owl:disjointWith ep-activity:GasReading-trip_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . 364 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-trip_gas .
365 365
366 ep-activity:GasReading-trip_gas 366 ep-activity:GasReading-trip_gas
367 - rdf:type owl:Class , ep-activity:GasReadingType ; 367 + rdf:type ep-activity:GasReadingType , owl:Class ;
368 rdfs:comment "gas reading that is of trip gas"^^xsd:string ; 368 rdfs:comment "gas reading that is of trip gas"^^xsd:string ;
369 rdfs:label "gas reading trip gas"^^xsd:string ; 369 rdfs:label "gas reading trip gas"^^xsd:string ;
370 rdfs:subClassOf ep-activity:GasReading ; 370 rdfs:subClassOf ep-activity:GasReading ;
371 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . 371 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas .
372 372
373 ep-activity:GasReadingType 373 ep-activity:GasReadingType
374 rdf:type rdfs:Class ; 374 rdf:type rdfs:Class ;
...@@ -377,7 +377,7 @@ ep-activity:GasReadingType ...@@ -377,7 +377,7 @@ ep-activity:GasReadingType
377 rdfs:subClassOf owl:Class . 377 rdfs:subClassOf owl:Class .
378 378
379 ep-activity:LeakOffTest 379 ep-activity:LeakOffTest
380 - rdf:type owl:Class , ep-activity:PressureTestType ; 380 + rdf:type ep-activity:PressureTestType , owl:Class ;
381 rdfs:label "leak-off test"^^xsd:string ; 381 rdfs:label "leak-off test"^^xsd:string ;
382 rdfs:subClassOf ep-activity:WellBorePressureTest ; 382 rdfs:subClassOf ep-activity:WellBorePressureTest ;
383 owl:disjointWith ep-activity:FormationIntegrityTest . 383 owl:disjointWith ep-activity:FormationIntegrityTest .
...@@ -415,8 +415,8 @@ ep-activity:OffshoreWellActivity ...@@ -415,8 +415,8 @@ ep-activity:OffshoreWellActivity
415 rdfs:subClassOf ep-activity:OffshoreActivity ; 415 rdfs:subClassOf ep-activity:OffshoreActivity ;
416 rdfs:subClassOf 416 rdfs:subClassOf
417 [ rdf:type owl:Restriction ; 417 [ rdf:type owl:Restriction ;
418 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; 418 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
419 - owl:onProperty ep-activity:onWell 419 + owl:onProperty ep-activity:onRig
420 ] ; 420 ] ;
421 rdfs:subClassOf 421 rdfs:subClassOf
422 [ rdf:type owl:Restriction ; 422 [ rdf:type owl:Restriction ;
...@@ -425,8 +425,8 @@ ep-activity:OffshoreWellActivity ...@@ -425,8 +425,8 @@ ep-activity:OffshoreWellActivity
425 ] ; 425 ] ;
426 rdfs:subClassOf 426 rdfs:subClassOf
427 [ rdf:type owl:Restriction ; 427 [ rdf:type owl:Restriction ;
428 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 428 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
429 - owl:onProperty ep-activity:onRig 429 + owl:onProperty ep-activity:onWell
430 ] . 430 ] .
431 431
432 ep-activity:OpenPerforationInterval 432 ep-activity:OpenPerforationInterval
...@@ -448,14 +448,14 @@ ep-activity:PorePressureDeterminationType ...@@ -448,14 +448,14 @@ ep-activity:PorePressureDeterminationType
448 rdfs:subClassOf owl:Class . 448 rdfs:subClassOf owl:Class .
449 449
450 ep-activity:PorePressureEstimation 450 ep-activity:PorePressureEstimation
451 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 451 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
452 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; 452 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ;
453 rdfs:label "pore pressure estimation"^^xsd:string ; 453 rdfs:label "pore pressure estimation"^^xsd:string ;
454 rdfs:subClassOf ep-activity:PorePressureDetermination ; 454 rdfs:subClassOf ep-activity:PorePressureDetermination ;
455 owl:disjointWith ep-activity:PorePressureMeasurement . 455 owl:disjointWith ep-activity:PorePressureMeasurement .
456 456
457 ep-activity:PorePressureMeasurement 457 ep-activity:PorePressureMeasurement
458 - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; 458 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
459 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; 459 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ;
460 rdfs:label "pore pressure measurement"^^xsd:string ; 460 rdfs:label "pore pressure measurement"^^xsd:string ;
461 rdfs:subClassOf ep-activity:PorePressureDetermination ; 461 rdfs:subClassOf ep-activity:PorePressureDetermination ;
...@@ -485,7 +485,7 @@ ep-activity:ProductionActivityToDate ...@@ -485,7 +485,7 @@ ep-activity:ProductionActivityToDate
485 rdfs:subClassOf ep-activity:ProductionActivity . 485 rdfs:subClassOf ep-activity:ProductionActivity .
486 486
487 ep-activity:ProductionTest 487 ep-activity:ProductionTest
488 - rdf:type owl:Class , ep-activity:WellTestType ; 488 + rdf:type ep-activity:WellTestType , owl:Class ;
489 rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; 489 rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
490 rdfs:label "production test"^^xsd:string ; 490 rdfs:label "production test"^^xsd:string ;
491 rdfs:subClassOf ep-activity:WellTest ; 491 rdfs:subClassOf ep-activity:WellTest ;
...@@ -493,7 +493,7 @@ ep-activity:ProductionTest ...@@ -493,7 +493,7 @@ ep-activity:ProductionTest
493 owl:disjointWith ep-activity:DrillStemTest . 493 owl:disjointWith ep-activity:DrillStemTest .
494 494
495 ep-activity:SuccessfulActivity 495 ep-activity:SuccessfulActivity
496 - rdf:type owl:Class , ep-activity:ActivitySuccessType ; 496 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
497 rdfs:comment "activity that succeeds"^^xsd:string ; 497 rdfs:comment "activity that succeeds"^^xsd:string ;
498 rdfs:label "successful activity"^^xsd:string ; 498 rdfs:label "successful activity"^^xsd:string ;
499 rdfs:subClassOf ep-activity:Activity ; 499 rdfs:subClassOf ep-activity:Activity ;
...@@ -570,26 +570,26 @@ ep-activity:WellCementJob ...@@ -570,26 +570,26 @@ ep-activity:WellCementJob
570 rdfs:subClassOf ep-activity:WellOperation . 570 rdfs:subClassOf ep-activity:WellOperation .
571 571
572 ep-activity:WellCementJob-other 572 ep-activity:WellCementJob-other
573 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 573 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
574 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; 574 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
575 rdfs:label "well cement job other"^^xsd:string ; 575 rdfs:label "well cement job other"^^xsd:string ;
576 rdfs:subClassOf ep-activity:WellCementJob ; 576 rdfs:subClassOf ep-activity:WellCementJob ;
577 - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . 577 + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
578 578
579 ep-activity:WellCementJob-plug 579 ep-activity:WellCementJob-plug
580 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 580 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
581 rdfs:comment "well cement job that is intended to plug"^^xsd:string ; 581 rdfs:comment "well cement job that is intended to plug"^^xsd:string ;
582 rdfs:label "well cement job plug"^^xsd:string ; 582 rdfs:label "well cement job plug"^^xsd:string ;
583 rdfs:subClassOf ep-activity:WellCementJob . 583 rdfs:subClassOf ep-activity:WellCementJob .
584 584
585 ep-activity:WellCementJob-primary 585 ep-activity:WellCementJob-primary
586 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 586 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
587 rdfs:comment "well cement job that is primary"^^xsd:string ; 587 rdfs:comment "well cement job that is primary"^^xsd:string ;
588 rdfs:label "well cement job primary"^^xsd:string ; 588 rdfs:label "well cement job primary"^^xsd:string ;
589 rdfs:subClassOf ep-activity:WellCementJob . 589 rdfs:subClassOf ep-activity:WellCementJob .
590 590
591 ep-activity:WellCementJob-squeeze 591 ep-activity:WellCementJob-squeeze
592 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 592 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
593 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; 593 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ;
594 rdfs:label "well cement job squeeze"^^xsd:string ; 594 rdfs:label "well cement job squeeze"^^xsd:string ;
595 rdfs:subClassOf ep-activity:WellCementJob . 595 rdfs:subClassOf ep-activity:WellCementJob .
...@@ -643,84 +643,84 @@ ep-activity:WellCementJobTopPlugType ...@@ -643,84 +643,84 @@ ep-activity:WellCementJobTopPlugType
643 rdfs:subClassOf owl:Class . 643 rdfs:subClassOf owl:Class .
644 644
645 ep-activity:WellCementJobWithBottomPlug 645 ep-activity:WellCementJobWithBottomPlug
646 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 646 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
647 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; 647 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ;
648 rdfs:label "well cement job with bottom plug"^^xsd:string ; 648 rdfs:label "well cement job with bottom plug"^^xsd:string ;
649 rdfs:subClassOf ep-activity:WellCementJob ; 649 rdfs:subClassOf ep-activity:WellCementJob ;
650 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 650 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
651 651
652 ep-activity:WellCementJobWithCasingReciprocation 652 ep-activity:WellCementJobWithCasingReciprocation
653 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 653 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
654 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; 654 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ;
655 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 655 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
656 rdfs:subClassOf ep-activity:WellCementJob ; 656 rdfs:subClassOf ep-activity:WellCementJob ;
657 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 657 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
658 658
659 ep-activity:WellCementJobWithCasingRotation 659 ep-activity:WellCementJobWithCasingRotation
660 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 660 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
661 rdfs:comment "well cement job that has casing rotation"^^xsd:string ; 661 rdfs:comment "well cement job that has casing rotation"^^xsd:string ;
662 rdfs:label "well cement job with casing rotation"^^xsd:string ; 662 rdfs:label "well cement job with casing rotation"^^xsd:string ;
663 rdfs:subClassOf ep-activity:WellCementJob ; 663 rdfs:subClassOf ep-activity:WellCementJob ;
664 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 664 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
665 665
666 ep-activity:WellCementJobWithFloatHolding 666 ep-activity:WellCementJobWithFloatHolding
667 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 667 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
668 rdfs:comment "well cement job that has float holding"^^xsd:string ; 668 rdfs:comment "well cement job that has float holding"^^xsd:string ;
669 rdfs:label "well cement job with float holding"^^xsd:string ; 669 rdfs:label "well cement job with float holding"^^xsd:string ;
670 rdfs:subClassOf ep-activity:WellCementJob ; 670 rdfs:subClassOf ep-activity:WellCementJob ;
671 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 671 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
672 672
673 ep-activity:WellCementJobWithPlugBumping 673 ep-activity:WellCementJobWithPlugBumping
674 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 674 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
675 rdfs:comment "well cement job that has plug bumping"^^xsd:string ; 675 rdfs:comment "well cement job that has plug bumping"^^xsd:string ;
676 rdfs:label "well cement job with plug bumping"^^xsd:string ; 676 rdfs:label "well cement job with plug bumping"^^xsd:string ;
677 rdfs:subClassOf ep-activity:WellCementJob ; 677 rdfs:subClassOf ep-activity:WellCementJob ;
678 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 678 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
679 679
680 ep-activity:WellCementJobWithTopPlug 680 ep-activity:WellCementJobWithTopPlug
681 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 681 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
682 rdfs:comment "well cement job that has a top plug"^^xsd:string ; 682 rdfs:comment "well cement job that has a top plug"^^xsd:string ;
683 rdfs:label "well cement job with top plug"^^xsd:string ; 683 rdfs:label "well cement job with top plug"^^xsd:string ;
684 rdfs:subClassOf ep-activity:WellCementJob ; 684 rdfs:subClassOf ep-activity:WellCementJob ;
685 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 685 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
686 686
687 ep-activity:WellCementJobWithoutBottomPlug 687 ep-activity:WellCementJobWithoutBottomPlug
688 - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; 688 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
689 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; 689 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ;
690 rdfs:label "well cement job without bottom plug"^^xsd:string ; 690 rdfs:label "well cement job without bottom plug"^^xsd:string ;
691 rdfs:subClassOf ep-activity:WellCementJob ; 691 rdfs:subClassOf ep-activity:WellCementJob ;
692 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 692 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
693 693
694 ep-activity:WellCementJobWithoutCasingReciprocation 694 ep-activity:WellCementJobWithoutCasingReciprocation
695 - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 695 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
696 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; 696 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ;
697 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 697 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
698 rdfs:subClassOf ep-activity:WellCementJob ; 698 rdfs:subClassOf ep-activity:WellCementJob ;
699 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 699 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
700 700
701 ep-activity:WellCementJobWithoutCasingRotation 701 ep-activity:WellCementJobWithoutCasingRotation
702 - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; 702 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
703 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; 703 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ;
704 rdfs:label "well cement job without casing rotation"^^xsd:string ; 704 rdfs:label "well cement job without casing rotation"^^xsd:string ;
705 rdfs:subClassOf ep-activity:WellCementJob ; 705 rdfs:subClassOf ep-activity:WellCementJob ;
706 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 706 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
707 707
708 ep-activity:WellCementJobWithoutFloatHolding 708 ep-activity:WellCementJobWithoutFloatHolding
709 - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; 709 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
710 rdfs:comment "well cement job that does not have float holding"^^xsd:string ; 710 rdfs:comment "well cement job that does not have float holding"^^xsd:string ;
711 rdfs:label "well cement job without float holding"^^xsd:string ; 711 rdfs:label "well cement job without float holding"^^xsd:string ;
712 rdfs:subClassOf ep-activity:WellCementJob ; 712 rdfs:subClassOf ep-activity:WellCementJob ;
713 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 713 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
714 714
715 ep-activity:WellCementJobWithoutPlugBumping 715 ep-activity:WellCementJobWithoutPlugBumping
716 - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; 716 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
717 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; 717 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ;
718 rdfs:label "well cement job without plug bumping"^^xsd:string ; 718 rdfs:label "well cement job without plug bumping"^^xsd:string ;
719 rdfs:subClassOf ep-activity:WellCementJob ; 719 rdfs:subClassOf ep-activity:WellCementJob ;
720 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 720 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
721 721
722 ep-activity:WellCementJobWithoutTopPlug 722 ep-activity:WellCementJobWithoutTopPlug
723 - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; 723 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
724 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; 724 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ;
725 rdfs:label "well cement job without top plug"^^xsd:string ; 725 rdfs:label "well cement job without top plug"^^xsd:string ;
726 rdfs:subClassOf ep-activity:WellCementJob ; 726 rdfs:subClassOf ep-activity:WellCementJob ;
...@@ -739,14 +739,14 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -739,14 +739,14 @@ ep-activity:WellCementPumpingFluidReturnType
739 rdfs:subClassOf owl:Class . 739 rdfs:subClassOf owl:Class .
740 740
741 ep-activity:WellCementPumpingWithFluidReturn 741 ep-activity:WellCementPumpingWithFluidReturn
742 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 742 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
743 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; 743 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ;
744 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 744 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
745 rdfs:subClassOf ep-activity:WellCementPumping ; 745 rdfs:subClassOf ep-activity:WellCementPumping ;
746 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 746 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
747 747
748 ep-activity:WellCementPumpingWithoutFluidReturn 748 ep-activity:WellCementPumpingWithoutFluidReturn
749 - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 749 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
750 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; 750 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ;
751 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 751 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
752 rdfs:subClassOf ep-activity:WellCementPumping ; 752 rdfs:subClassOf ep-activity:WellCementPumping ;
...@@ -765,32 +765,32 @@ ep-activity:WellControlIncident ...@@ -765,32 +765,32 @@ ep-activity:WellControlIncident
765 rdfs:subClassOf ep-activity:WellOperation . 765 rdfs:subClassOf ep-activity:WellOperation .
766 766
767 ep-activity:WellControlIncident-gas_kick 767 ep-activity:WellControlIncident-gas_kick
768 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 768 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
769 rdfs:comment "well control incident that is a gas kick"^^xsd:string ; 769 rdfs:comment "well control incident that is a gas kick"^^xsd:string ;
770 rdfs:label "well control incident gas kick"^^xsd:string ; 770 rdfs:label "well control incident gas kick"^^xsd:string ;
771 rdfs:subClassOf ep-activity:WellControlIncident ; 771 rdfs:subClassOf ep-activity:WellControlIncident ;
772 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 772 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
773 773
774 ep-activity:WellControlIncident-oil_kick 774 ep-activity:WellControlIncident-oil_kick
775 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 775 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
776 rdfs:comment "well control incident that is an oil kick"^^xsd:string ; 776 rdfs:comment "well control incident that is an oil kick"^^xsd:string ;
777 rdfs:label "well control incident oil kick"^^xsd:string ; 777 rdfs:label "well control incident oil kick"^^xsd:string ;
778 rdfs:subClassOf ep-activity:WellControlIncident ; 778 rdfs:subClassOf ep-activity:WellControlIncident ;
779 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 779 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
780 780
781 ep-activity:WellControlIncident-shallow_gas_kick 781 ep-activity:WellControlIncident-shallow_gas_kick
782 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 782 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
783 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; 783 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ;
784 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 784 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
785 rdfs:subClassOf ep-activity:WellControlIncident ; 785 rdfs:subClassOf ep-activity:WellControlIncident ;
786 - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 786 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
787 787
788 ep-activity:WellControlIncident-water_kick 788 ep-activity:WellControlIncident-water_kick
789 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 789 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
790 rdfs:comment "well control incident that is a water kick"^^xsd:string ; 790 rdfs:comment "well control incident that is a water kick"^^xsd:string ;
791 rdfs:label "well control incident water kick"^^xsd:string ; 791 rdfs:label "well control incident water kick"^^xsd:string ;
792 rdfs:subClassOf ep-activity:WellControlIncident ; 792 rdfs:subClassOf ep-activity:WellControlIncident ;
793 - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 793 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick .
794 794
795 ep-activity:WellControlIncidentType 795 ep-activity:WellControlIncidentType
796 rdf:type rdfs:Class ; 796 rdf:type rdfs:Class ;
...@@ -805,46 +805,46 @@ ep-activity:WellKilling ...@@ -805,46 +805,46 @@ ep-activity:WellKilling
805 rdfs:subClassOf ep-activity:WellOperation . 805 rdfs:subClassOf ep-activity:WellOperation .
806 806
807 ep-activity:WellKilling-bullheading 807 ep-activity:WellKilling-bullheading
808 - rdf:type owl:Class , ep-activity:WellKillingType ; 808 + rdf:type ep-activity:WellKillingType , owl:Class ;
809 rdfs:comment "well killing that is by bull heading"^^xsd:string ; 809 rdfs:comment "well killing that is by bull heading"^^xsd:string ;
810 rdfs:label "well killing bullheading"^^xsd:string ; 810 rdfs:label "well killing bullheading"^^xsd:string ;
811 rdfs:subClassOf ep-activity:WellKilling ; 811 rdfs:subClassOf ep-activity:WellKilling ;
812 - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation . 812 + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
813 813
814 ep-activity:WellKilling-drillers_method 814 ep-activity:WellKilling-drillers_method
815 - rdf:type owl:Class , ep-activity:WellKillingType ; 815 + rdf:type ep-activity:WellKillingType , owl:Class ;
816 rdfs:comment "well killing that is by the drillers method"^^xsd:string ; 816 rdfs:comment "well killing that is by the drillers method"^^xsd:string ;
817 rdfs:label "well killing drillers method"^^xsd:string ; 817 rdfs:label "well killing drillers method"^^xsd:string ;
818 rdfs:subClassOf ep-activity:WellKilling ; 818 rdfs:subClassOf ep-activity:WellKilling ;
819 - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation . 819 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
820 820
821 ep-activity:WellKilling-forward_circulation 821 ep-activity:WellKilling-forward_circulation
822 rdf:type ep-activity:WellKillingType , owl:Class ; 822 rdf:type ep-activity:WellKillingType , owl:Class ;
823 rdfs:comment "well killing that is by forward circulation"^^xsd:string ; 823 rdfs:comment "well killing that is by forward circulation"^^xsd:string ;
824 rdfs:label "well killing forward circulation"^^xsd:string ; 824 rdfs:label "well killing forward circulation"^^xsd:string ;
825 rdfs:subClassOf ep-activity:WellKilling ; 825 rdfs:subClassOf ep-activity:WellKilling ;
826 - owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-bullheading . 826 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
827 827
828 ep-activity:WellKilling-lubricate_and_bleed 828 ep-activity:WellKilling-lubricate_and_bleed
829 rdf:type ep-activity:WellKillingType , owl:Class ; 829 rdf:type ep-activity:WellKillingType , owl:Class ;
830 rdfs:comment "well killing that is by lubricate and bleed"^^xsd:string ; 830 rdfs:comment "well killing that is by lubricate and bleed"^^xsd:string ;
831 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 831 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
832 rdfs:subClassOf ep-activity:WellKilling ; 832 rdfs:subClassOf ep-activity:WellKilling ;
833 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 833 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
834 834
835 ep-activity:WellKilling-reverse_circulation 835 ep-activity:WellKilling-reverse_circulation
836 - rdf:type owl:Class , ep-activity:WellKillingType ; 836 + rdf:type ep-activity:WellKillingType , owl:Class ;
837 rdfs:comment "well killing that is by reverse circulation"^^xsd:string ; 837 rdfs:comment "well killing that is by reverse circulation"^^xsd:string ;
838 rdfs:label "well killing reverse circulation"^^xsd:string ; 838 rdfs:label "well killing reverse circulation"^^xsd:string ;
839 rdfs:subClassOf ep-activity:WellKilling ; 839 rdfs:subClassOf ep-activity:WellKilling ;
840 - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed . 840 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight .
841 841
842 ep-activity:WellKilling-wait_and_weight 842 ep-activity:WellKilling-wait_and_weight
843 rdf:type ep-activity:WellKillingType , owl:Class ; 843 rdf:type ep-activity:WellKillingType , owl:Class ;
844 rdfs:comment "well killing that is by wait and weight"^^xsd:string ; 844 rdfs:comment "well killing that is by wait and weight"^^xsd:string ;
845 rdfs:label "well killing wait and weight"^^xsd:string ; 845 rdfs:label "well killing wait and weight"^^xsd:string ;
846 rdfs:subClassOf ep-activity:WellKilling ; 846 rdfs:subClassOf ep-activity:WellKilling ;
847 - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading . 847 + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation .
848 848
849 ep-activity:WellKillingType 849 ep-activity:WellKillingType
850 rdf:type rdfs:Class ; 850 rdf:type rdfs:Class ;
...@@ -888,28 +888,28 @@ ep-activity:WirelineFormationTestType ...@@ -888,28 +888,28 @@ ep-activity:WirelineFormationTestType
888 rdfs:subClassOf owl:Class . 888 rdfs:subClassOf owl:Class .
889 889
890 ep-activity:WirelineFormationTestWithGoodSeal 890 ep-activity:WirelineFormationTestWithGoodSeal
891 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 891 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
892 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; 892 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ;
893 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 893 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
894 rdfs:subClassOf ep-activity:WirelineFormationTest ; 894 rdfs:subClassOf ep-activity:WirelineFormationTest ;
895 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 895 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
896 896
897 ep-activity:WirelineFormationTestWithoutGoodSeal 897 ep-activity:WirelineFormationTestWithoutGoodSeal
898 - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; 898 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
899 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; 899 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ;
900 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 900 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
901 rdfs:subClassOf ep-activity:WirelineFormationTest ; 901 rdfs:subClassOf ep-activity:WirelineFormationTest ;
902 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 902 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
903 903
904 ep-activity:averageRateOfDrilling 904 ep-activity:averageRateOfDrilling
905 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 905 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
906 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; 906 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ;
907 rdfs:domain ep-activity:DrillingActivity ; 907 rdfs:domain ep-activity:DrillingActivity ;
908 rdfs:label "average rate of drilling"^^xsd:string ; 908 rdfs:label "average rate of drilling"^^xsd:string ;
909 rdfs:range ep-core:Speed . 909 rdfs:range ep-core:Speed .
910 910
911 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 911 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
912 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 912 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
913 rdfs:domain ep-activity:DailyDrillingActivity ; 913 rdfs:domain ep-activity:DailyDrillingActivity ;
914 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 914 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
915 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . 915 rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> .
...@@ -927,34 +927,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -927,34 +927,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
927 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 927 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
928 928
929 ep-activity:distanceDrilled 929 ep-activity:distanceDrilled
930 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 930 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
931 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; 931 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ;
932 rdfs:domain ep-activity:DrillingActivity ; 932 rdfs:domain ep-activity:DrillingActivity ;
933 - rdfs:label "final rate of drilling"^^xsd:string ; 933 + rdfs:label "distance drilled"^^xsd:string ;
934 rdfs:range ep-core:Length . 934 rdfs:range ep-core:Length .
935 935
936 ep-activity:drillingContractor 936 ep-activity:drillingContractor
937 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 937 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
938 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; 938 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ;
939 rdfs:domain ep-activity:DrillingActivity ; 939 rdfs:domain ep-activity:DrillingActivity ;
940 rdfs:label "drilling contractor"^^xsd:string ; 940 rdfs:label "drilling contractor"^^xsd:string ;
941 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 941 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
942 942
943 ep-activity:drillingOperator 943 ep-activity:drillingOperator
944 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 944 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
945 - rdfs:comment "organization that operates the facility that performs a drilling activity"^^xsd:string , "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; 945 + rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ;
946 rdfs:domain ep-activity:DrillingActivity ; 946 rdfs:domain ep-activity:DrillingActivity ;
947 rdfs:label "drilling operator"^^xsd:string ; 947 rdfs:label "drilling operator"^^xsd:string ;
948 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 948 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
949 949
950 ep-activity:durationOfDrilling 950 ep-activity:durationOfDrilling
951 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 951 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
952 rdfs:domain ep-activity:DrillingActivity ; 952 rdfs:domain ep-activity:DrillingActivity ;
953 rdfs:label "duration of drilling"^^xsd:string ; 953 rdfs:label "duration of drilling"^^xsd:string ;
954 rdfs:range ep-core:TimeDuration . 954 rdfs:range ep-core:TimeDuration .
955 955
956 ep-activity:existsThroughout 956 ep-activity:existsThroughout
957 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 957 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
958 rdfs:domain ep-core:PhysicalThing ; 958 rdfs:domain ep-core:PhysicalThing ;
959 rdfs:label "exists throughout"^^xsd:string . 959 rdfs:label "exists throughout"^^xsd:string .
960 960
...@@ -971,28 +971,28 @@ ep-activity:failedEquipment ...@@ -971,28 +971,28 @@ ep-activity:failedEquipment
971 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 971 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
972 972
973 ep-activity:finalRateOfDrilling 973 ep-activity:finalRateOfDrilling
974 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 974 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
975 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; 975 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ;
976 rdfs:domain ep-activity:DrillingActivity ; 976 rdfs:domain ep-activity:DrillingActivity ;
977 rdfs:label "final rate of drilling"^^xsd:string ; 977 rdfs:label "final rate of drilling"^^xsd:string ;
978 rdfs:range ep-core:Speed . 978 rdfs:range ep-core:Speed .
979 979
980 ep-activity:finishedAt 980 ep-activity:finishedAt
981 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 981 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
982 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; 982 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ;
983 rdfs:domain ep-core:PhysicalThing ; 983 rdfs:domain ep-core:PhysicalThing ;
984 rdfs:label "finished at"^^xsd:string ; 984 rdfs:label "finished at"^^xsd:string ;
985 rdfs:range xsd:dateTime . 985 rdfs:range xsd:dateTime .
986 986
987 ep-activity:fluidProducedByWellTest 987 ep-activity:fluidProducedByWellTest
988 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 988 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
989 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; 989 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ;
990 rdfs:domain ep-activity:WellTest ; 990 rdfs:domain ep-activity:WellTest ;
991 rdfs:label "fluid produced by well test"^^xsd:string ; 991 rdfs:label "fluid produced by well test"^^xsd:string ;
992 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 992 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
993 993
994 ep-activity:hasCasingLinerTubing 994 ep-activity:hasCasingLinerTubing
995 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
996 rdfs:domain ep-activity:WellStimulation ; 996 rdfs:domain ep-activity:WellStimulation ;
997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
998 998
...@@ -1001,18 +1001,18 @@ ep-activity:hasCasingString ...@@ -1001,18 +1001,18 @@ ep-activity:hasCasingString
1001 rdfs:label "has casing string"^^xsd:string . 1001 rdfs:label "has casing string"^^xsd:string .
1002 1002
1003 ep-activity:hasChokeValve 1003 ep-activity:hasChokeValve
1004 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1004 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1005 rdfs:label "has choke valve"^^xsd:string ; 1005 rdfs:label "has choke valve"^^xsd:string ;
1006 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 1006 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
1007 1007
1008 ep-activity:hasDrillBit 1008 ep-activity:hasDrillBit
1009 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1009 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1010 rdfs:domain ep-activity:DrillingActivity ; 1010 rdfs:domain ep-activity:DrillingActivity ;
1011 rdfs:label "has drill bit"^^xsd:string ; 1011 rdfs:label "has drill bit"^^xsd:string ;
1012 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 1012 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
1013 1013
1014 ep-activity:hasDrillingFluid 1014 ep-activity:hasDrillingFluid
1015 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1015 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1016 rdfs:domain ep-activity:DrillingActivity ; 1016 rdfs:domain ep-activity:DrillingActivity ;
1017 rdfs:label "has drilling fluid"^^xsd:string ; 1017 rdfs:label "has drilling fluid"^^xsd:string ;
1018 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1018 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
...@@ -1028,13 +1028,13 @@ ep-activity:hasSubActivity ...@@ -1028,13 +1028,13 @@ ep-activity:hasSubActivity
1028 rdfs:label "has sub activity"^^xsd:string . 1028 rdfs:label "has sub activity"^^xsd:string .
1029 1029
1030 ep-activity:hasWellTestChoke 1030 ep-activity:hasWellTestChoke
1031 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1031 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1032 rdfs:domain ep-activity:WellTest ; 1032 rdfs:domain ep-activity:WellTest ;
1033 rdfs:label "has well test choke"^^xsd:string ; 1033 rdfs:label "has well test choke"^^xsd:string ;
1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
1035 1035
1036 ep-activity:identificationNumberOfCore 1036 ep-activity:identificationNumberOfCore
1037 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1037 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1038 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; 1038 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ;
1039 rdfs:domain ep-activity:ExtractAWellCore ; 1039 rdfs:domain ep-activity:ExtractAWellCore ;
1040 rdfs:label "identification number of core"^^xsd:string . 1040 rdfs:label "identification number of core"^^xsd:string .
...@@ -1052,21 +1052,21 @@ ep-activity:logRunNumber ...@@ -1052,21 +1052,21 @@ ep-activity:logRunNumber
1052 rdfs:label "log run number"^^xsd:string . 1052 rdfs:label "log run number"^^xsd:string .
1053 1053
1054 ep-activity:loggedWellBoreInterval 1054 ep-activity:loggedWellBoreInterval
1055 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1055 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1056 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; 1056 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ;
1057 rdfs:domain ep-activity:WellBoreLogRun ; 1057 rdfs:domain ep-activity:WellBoreLogRun ;
1058 rdfs:label "logged wellbore interval"^^xsd:string ; 1058 rdfs:label "logged wellbore interval"^^xsd:string ;
1059 rdfs:range ep-core:PhysicalObject . 1059 rdfs:range ep-core:PhysicalObject .
1060 1060
1061 ep-activity:measuredDepthOfFluidSampling 1061 ep-activity:measuredDepthOfFluidSampling
1062 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1062 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1063 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; 1063 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ;
1064 rdfs:domain ep-activity:WirelineFormationTest ; 1064 rdfs:domain ep-activity:WirelineFormationTest ;
1065 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 1065 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
1066 rdfs:range ep-core:Length . 1066 rdfs:range ep-core:Length .
1067 1067
1068 ep-activity:missedProductionTime 1068 ep-activity:missedProductionTime
1069 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1069 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1070 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1070 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1071 rdfs:label "missed production time"^^xsd:string ; 1071 rdfs:label "missed production time"^^xsd:string ;
1072 rdfs:range ep-core:TimeDuration . 1072 rdfs:range ep-core:TimeDuration .
...@@ -1079,7 +1079,7 @@ ep-activity:nominallyAt ...@@ -1079,7 +1079,7 @@ ep-activity:nominallyAt
1079 rdfs:range xsd:dateTime . 1079 rdfs:range xsd:dateTime .
1080 1080
1081 ep-activity:onDrillBit 1081 ep-activity:onDrillBit
1082 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1082 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1083 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 1083 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
1084 rdfs:label "on drill bit"^^xsd:string ; 1084 rdfs:label "on drill bit"^^xsd:string ;
1085 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 1085 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
...@@ -1089,7 +1089,7 @@ ep-activity:onFluid ...@@ -1089,7 +1089,7 @@ ep-activity:onFluid
1089 rdfs:label "on WellBore"^^xsd:string . 1089 rdfs:label "on WellBore"^^xsd:string .
1090 1090
1091 ep-activity:onRig 1091 ep-activity:onRig
1092 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1092 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1093 rdfs:domain ep-activity:DrillingActivity ; 1093 rdfs:domain ep-activity:DrillingActivity ;
1094 rdfs:label "on rig"^^xsd:string ; 1094 rdfs:label "on rig"^^xsd:string ;
1095 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . 1095 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
...@@ -1101,20 +1101,20 @@ ep-activity:onWell ...@@ -1101,20 +1101,20 @@ ep-activity:onWell
1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 1101 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
1102 1102
1103 ep-activity:onWellBore 1103 ep-activity:onWellBore
1104 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1104 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1105 rdfs:domain ep-activity:DrillingActivity ; 1105 rdfs:domain ep-activity:DrillingActivity ;
1106 rdfs:label "on wellbore"^^xsd:string ; 1106 rdfs:label "on wellbore"^^xsd:string ;
1107 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 1107 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
1108 1108
1109 ep-activity:operatingTimeOfDrillBit 1109 ep-activity:operatingTimeOfDrillBit
1110 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1110 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1111 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; 1111 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ;
1112 rdfs:domain ep-activity:DrillingActivity ; 1112 rdfs:domain ep-activity:DrillingActivity ;
1113 rdfs:label "operating time of drill bit"^^xsd:string ; 1113 rdfs:label "operating time of drill bit"^^xsd:string ;
1114 rdfs:range ep-core:TimeDuration . 1114 rdfs:range ep-core:TimeDuration .
1115 1115
1116 ep-activity:pressureAtWhichPlugBumped 1116 ep-activity:pressureAtWhichPlugBumped
1117 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1117 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1118 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; 1118 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ;
1119 rdfs:domain ep-activity:WellCementPumping ; 1119 rdfs:domain ep-activity:WellCementPumping ;
1120 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1120 rdfs:label "pressure at which plug bumped"^^xsd:string ;
...@@ -1125,92 +1125,92 @@ ep-activity:pumpedFluid ...@@ -1125,92 +1125,92 @@ ep-activity:pumpedFluid
1125 rdfs:label "pumped fluid"^^xsd:string . 1125 rdfs:label "pumped fluid"^^xsd:string .
1126 1126
1127 ep-activity:recoveredCore 1127 ep-activity:recoveredCore
1128 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1128 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1129 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; 1129 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ;
1130 rdfs:domain ep-activity:ExtractAWellCore ; 1130 rdfs:domain ep-activity:ExtractAWellCore ;
1131 rdfs:label "recovered core"^^xsd:string ; 1131 rdfs:label "recovered core"^^xsd:string ;
1132 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1132 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1133 1133
1134 ep-activity:returnedCementingFluid 1134 ep-activity:returnedCementingFluid
1135 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1135 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1136 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; 1136 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ;
1137 rdfs:domain ep-activity:WellCementPumping ; 1137 rdfs:domain ep-activity:WellCementPumping ;
1138 rdfs:label "returned cementing fluid"^^xsd:string ; 1138 rdfs:label "returned cementing fluid"^^xsd:string ;
1139 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1139 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1140 1140
1141 ep-activity:sampledFluid 1141 ep-activity:sampledFluid
1142 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1142 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1143 rdfs:domain ep-activity:WirelineFormationTest ; 1143 rdfs:domain ep-activity:WirelineFormationTest ;
1144 rdfs:label "sampled fluid"^^xsd:string ; 1144 rdfs:label "sampled fluid"^^xsd:string ;
1145 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1145 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
1146 1146
1147 ep-activity:serviceCompany 1147 ep-activity:serviceCompany
1148 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1148 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1149 rdfs:domain ep-activity:Activity ; 1149 rdfs:domain ep-activity:Activity ;
1150 rdfs:label "service company"^^xsd:string ; 1150 rdfs:label "service company"^^xsd:string ;
1151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1152 1152
1153 ep-activity:startedAt 1153 ep-activity:startedAt
1154 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1154 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1155 rdfs:domain ep-core:PhysicalThing ; 1155 rdfs:domain ep-core:PhysicalThing ;
1156 rdfs:label "started at"^^xsd:string ; 1156 rdfs:label "started at"^^xsd:string ;
1157 rdfs:range xsd:dateTime . 1157 rdfs:range xsd:dateTime .
1158 1158
1159 ep-activity:timeLost 1159 ep-activity:timeLost
1160 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1160 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1161 rdfs:domain ep-activity:WellControlIncident ; 1161 rdfs:domain ep-activity:WellControlIncident ;
1162 rdfs:label "time lost"^^xsd:string ; 1162 rdfs:label "time lost"^^xsd:string ;
1163 rdfs:range ep-core:TimeDuration . 1163 rdfs:range ep-core:TimeDuration .
1164 1164
1165 ep-activity:timeOfFailure 1165 ep-activity:timeOfFailure
1166 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1166 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1167 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1168 rdfs:label "time of failure"^^xsd:string ; 1168 rdfs:label "time of failure"^^xsd:string ;
1169 rdfs:range xsd:dateTime . 1169 rdfs:range xsd:dateTime .
1170 1170
1171 ep-activity:timeOfRepair 1171 ep-activity:timeOfRepair
1172 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1172 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1173 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1173 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1174 rdfs:label "time of repair"^^xsd:string ; 1174 rdfs:label "time of repair"^^xsd:string ;
1175 rdfs:range xsd:dateTime . 1175 rdfs:range xsd:dateTime .
1176 1176
1177 ep-activity:volumeOfMudGained 1177 ep-activity:volumeOfMudGained
1178 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1178 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1179 rdfs:domain ep-activity:WellControlIncident ; 1179 rdfs:domain ep-activity:WellControlIncident ;
1180 - rdfs:label "final rate of drilling"^^xsd:string ; 1180 + rdfs:label "volume of mud gained"^^xsd:string ;
1181 rdfs:range ep-core:Volume . 1181 rdfs:range ep-core:Volume .
1182 1182
1183 ep-activity:wellBoreLoggingTool 1183 ep-activity:wellBoreLoggingTool
1184 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1184 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1185 rdfs:domain ep-activity:WellBoreLogRun ; 1185 rdfs:domain ep-activity:WellBoreLogRun ;
1186 rdfs:label "well bore logging tool"^^xsd:string ; 1186 rdfs:label "well bore logging tool"^^xsd:string ;
1187 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1187 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1188 1188
1189 ep-activity:wellTestBottomHolePressure 1189 ep-activity:wellTestBottomHolePressure
1190 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1190 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1191 rdfs:domain ep-activity:WellTest ; 1191 rdfs:domain ep-activity:WellTest ;
1192 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1192 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1193 rdfs:range ep-core:Pressure . 1193 rdfs:range ep-core:Pressure .
1194 1194
1195 ep-activity:wellTestFlowingPressure 1195 ep-activity:wellTestFlowingPressure
1196 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1196 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1197 rdfs:domain ep-activity:WellTest ; 1197 rdfs:domain ep-activity:WellTest ;
1198 rdfs:label "well test flowing pressure"^^xsd:string ; 1198 rdfs:label "well test flowing pressure"^^xsd:string ;
1199 rdfs:range ep-core:Pressure . 1199 rdfs:range ep-core:Pressure .
1200 1200
1201 ep-activity:wellTestNumber 1201 ep-activity:wellTestNumber
1202 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1202 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1203 rdfs:domain ep-activity:WellTest ; 1203 rdfs:domain ep-activity:WellTest ;
1204 rdfs:label "well test number"^^xsd:string . 1204 rdfs:label "well test number"^^xsd:string .
1205 1205
1206 ep-activity:wellTestShutInPressure 1206 ep-activity:wellTestShutInPressure
1207 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1207 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1208 rdfs:domain ep-activity:WellTest ; 1208 rdfs:domain ep-activity:WellTest ;
1209 rdfs:label "well test shut-in pressure"^^xsd:string ; 1209 rdfs:label "well test shut-in pressure"^^xsd:string ;
1210 rdfs:range ep-core:Pressure . 1210 rdfs:range ep-core:Pressure .
1211 1211
1212 ep-activity:wellTestStoredOil 1212 ep-activity:wellTestStoredOil
1213 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1213 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1214 rdfs:domain ep-activity:WellTest ; 1214 rdfs:domain ep-activity:WellTest ;
1215 rdfs:label "well test stored oil"^^xsd:string ; 1215 rdfs:label "well test stored oil"^^xsd:string ;
1216 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1216 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
16 ep-core:Acidity 16 ep-core:Acidity
17 rdf:type ep-core:PropertySpace , rdfs:Class ; 17 rdf:type ep-core:PropertySpace , rdfs:Class ;
18 rdfs:label "acidity"^^xsd:string ; 18 rdfs:label "acidity"^^xsd:string ;
19 - rdfs:subClassOf owl:Class . 19 + rdfs:subClassOf owl:Class ;
20 + ep-core:seeReferenceData
21 + "http://posccaesar.org/rdl/RDS1060066151"^^xsd:string .
20 22
21 ep-core:Attenuation 23 ep-core:Attenuation
22 rdf:type rdfs:Class ; 24 rdf:type rdfs:Class ;
...@@ -24,8 +26,10 @@ ep-core:Attenuation ...@@ -24,8 +26,10 @@ ep-core:Attenuation
24 26
25 ep-core:BulkModulus 27 ep-core:BulkModulus
26 rdf:type ep-core:PropertySpace , rdfs:Class ; 28 rdf:type ep-core:PropertySpace , rdfs:Class ;
27 - rdfs:label "Shear Modulus"^^xsd:string ; 29 + rdfs:label "Bulk Modulus"^^xsd:string ;
28 - rdfs:subClassOf ep-core:EnergyPerVolume . 30 + rdfs:subClassOf ep-core:EnergyPerVolume ;
31 + ep-core:seeReferenceData
32 + "http://posccaesar.org/rdl/RDS380474"^^xsd:string .
29 33
30 ep-core:Class_of_indirect_property 34 ep-core:Class_of_indirect_property
31 rdf:type owl:Class ; 35 rdf:type owl:Class ;
...@@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType ...@@ -45,7 +49,9 @@ ep-core:CompositionOfAllPartsOfDefinedType
45 ep-core:Compressibility 49 ep-core:Compressibility
46 rdf:type ep-core:PropertySpace , rdfs:Class ; 50 rdf:type ep-core:PropertySpace , rdfs:Class ;
47 rdfs:label "Compressibility"^^xsd:string ; 51 rdfs:label "Compressibility"^^xsd:string ;
48 - rdfs:subClassOf owl:Class . 52 + rdfs:subClassOf owl:Class ;
53 + ep-core:seeReferenceData
54 + "http://posccaesar.org/rdl/RDS350234"^^xsd:string .
49 55
50 ep-core:Density 56 ep-core:Density
51 rdf:type ep-core:PropertySpace , rdfs:Class ; 57 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -86,7 +92,10 @@ ep-core:EnergyPerVolume ...@@ -86,7 +92,10 @@ ep-core:EnergyPerVolume
86 92
87 ep-core:Frequency 93 ep-core:Frequency
88 rdf:type rdfs:Class ; 94 rdf:type rdfs:Class ;
89 - rdfs:subClassOf owl:Class . 95 + rdfs:label "frequency"^^xsd:string ;
96 + rdfs:subClassOf owl:Class ;
97 + ep-core:seeReferenceData
98 + "http://posccaesar.org/rdl/RDS351989"^^xsd:string .
90 99
91 ep-core:GP_cm-1 100 ep-core:GP_cm-1
92 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 101 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -96,7 +105,10 @@ ep-core:GP_cm-1 ...@@ -96,7 +105,10 @@ ep-core:GP_cm-1
96 105
97 ep-core:Illuminance 106 ep-core:Illuminance
98 rdf:type rdfs:Class ; 107 rdf:type rdfs:Class ;
99 - rdfs:subClassOf owl:Class . 108 + rdfs:label "illuminance"^^xsd:string ;
109 + rdfs:subClassOf owl:Class ;
110 + ep-core:seeReferenceData
111 + "http://posccaesar.org/rdl/RDS352349"^^xsd:string .
100 112
101 ep-core:Length 113 ep-core:Length
102 rdf:type ep-core:PropertySpace , rdfs:Class ; 114 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -116,7 +128,9 @@ ep-core:LinearStrain ...@@ -116,7 +128,9 @@ ep-core:LinearStrain
116 ep-core:MagneticFieldStrength 128 ep-core:MagneticFieldStrength
117 rdf:type ep-core:PropertySpace , rdfs:Class ; 129 rdf:type ep-core:PropertySpace , rdfs:Class ;
118 rdfs:label "magnetic field strength"^^xsd:string ; 130 rdfs:label "magnetic field strength"^^xsd:string ;
119 - rdfs:subClassOf owl:Class . 131 + rdfs:subClassOf owl:Class ;
132 + ep-core:seeReferenceData
133 + "http://posccaesar.org/rdl/RDS353024"^^xsd:string .
120 134
121 ep-core:Mass 135 ep-core:Mass
122 rdf:type ep-core:PropertySpace , rdfs:Class ; 136 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -184,7 +198,9 @@ ep-core:ModulusOfCompression ...@@ -184,7 +198,9 @@ ep-core:ModulusOfCompression
184 ep-core:ModulusOfElasticity 198 ep-core:ModulusOfElasticity
185 rdf:type ep-core:PropertySpace , rdfs:Class ; 199 rdf:type ep-core:PropertySpace , rdfs:Class ;
186 rdfs:label "modulus of elasticity"^^xsd:string ; 200 rdfs:label "modulus of elasticity"^^xsd:string ;
187 - rdfs:subClassOf ep-core:EnergyPerVolume . 201 + rdfs:subClassOf ep-core:EnergyPerVolume ;
202 + ep-core:seeReferenceData
203 + "http://posccaesar.org/rdl/RDS380429"^^xsd:string .
188 204
189 ep-core:ModulusOfRigidity 205 ep-core:ModulusOfRigidity
190 rdf:type ep-core:PropertySpace , rdfs:Class ; 206 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -193,8 +209,10 @@ ep-core:ModulusOfRigidity ...@@ -193,8 +209,10 @@ ep-core:ModulusOfRigidity
193 209
194 ep-core:MolarVolume 210 ep-core:MolarVolume
195 rdf:type ep-core:PropertySpace , rdfs:Class ; 211 rdf:type ep-core:PropertySpace , rdfs:Class ;
196 - rdfs:label "length"^^xsd:string ; 212 + rdfs:label "molar volume"^^xsd:string ;
197 - rdfs:subClassOf owl:Class . 213 + rdfs:subClassOf owl:Class ;
214 + ep-core:seeReferenceData
215 + "http://posccaesar.org/rdl/RDS387764"^^xsd:string .
198 216
199 ep-core:Mole 217 ep-core:Mole
200 rdf:type ep-core:PropertySpace , rdfs:Class ; 218 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -209,12 +227,16 @@ ep-core:MolePair ...@@ -209,12 +227,16 @@ ep-core:MolePair
209 ep-core:MomentOfForce 227 ep-core:MomentOfForce
210 rdf:type ep-core:PropertySpace , rdfs:Class ; 228 rdf:type ep-core:PropertySpace , rdfs:Class ;
211 rdfs:label "Moment of Force"^^xsd:string ; 229 rdfs:label "Moment of Force"^^xsd:string ;
212 - rdfs:subClassOf owl:Class . 230 + rdfs:subClassOf owl:Class ;
231 + ep-core:seeReferenceData
232 + "http://posccaesar.org/rdl/RDS380069"^^xsd:string .
213 233
214 ep-core:NormalStress 234 ep-core:NormalStress
215 rdf:type ep-core:PropertySpace , rdfs:Class ; 235 rdf:type ep-core:PropertySpace , rdfs:Class ;
216 rdfs:label "Normal Stress"^^xsd:string ; 236 rdfs:label "Normal Stress"^^xsd:string ;
217 - rdfs:subClassOf ep-core:EnergyPerVolume . 237 + rdfs:subClassOf ep-core:EnergyPerVolume ;
238 + ep-core:seeReferenceData
239 + "http://posccaesar.org/rdl/RDS380249"^^xsd:string .
218 240
219 ep-core:Pair 241 ep-core:Pair
220 rdf:type owl:Class ; 242 rdf:type owl:Class ;
...@@ -262,13 +284,17 @@ ep-core:PoissonRatio ...@@ -262,13 +284,17 @@ ep-core:PoissonRatio
262 284
263 ep-core:Power 285 ep-core:Power
264 rdf:type ep-core:PropertySpace , rdfs:Class ; 286 rdf:type ep-core:PropertySpace , rdfs:Class ;
265 - rdfs:label "pressure"^^xsd:string ; 287 + rdfs:label "power"^^xsd:string ;
266 - rdfs:subClassOf owl:Class . 288 + rdfs:subClassOf owl:Class ;
289 + ep-core:seeReferenceData
290 + "http://posccaesar.org/rdl/RDS354104"^^xsd:string .
267 291
268 ep-core:Pressure 292 ep-core:Pressure
269 rdf:type ep-core:PropertySpace , rdfs:Class ; 293 rdf:type ep-core:PropertySpace , rdfs:Class ;
270 rdfs:label "pressure"^^xsd:string ; 294 rdfs:label "pressure"^^xsd:string ;
271 - rdfs:subClassOf owl:Class . 295 + rdfs:subClassOf owl:Class ;
296 + ep-core:seeReferenceData
297 + "http://posccaesar.org/rdl/RDS354194"^^xsd:string .
272 298
273 ep-core:PressureValue1atm 299 ep-core:PressureValue1atm
274 rdf:type ep-core:Pressure ; 300 rdf:type ep-core:Pressure ;
...@@ -288,12 +314,16 @@ ep-core:PropertySpace ...@@ -288,12 +314,16 @@ ep-core:PropertySpace
288 ep-core:RadiantEngergyDensity 314 ep-core:RadiantEngergyDensity
289 rdf:type ep-core:PropertySpace , rdfs:Class ; 315 rdf:type ep-core:PropertySpace , rdfs:Class ;
290 rdfs:label "Radiant Energy Density"^^xsd:string ; 316 rdfs:label "Radiant Energy Density"^^xsd:string ;
291 - rdfs:subClassOf ep-core:EnergyPerVolume . 317 + rdfs:subClassOf ep-core:EnergyPerVolume ;
318 + ep-core:seeReferenceData
319 + "http://posccaesar.org/rdl/RDS384614"^^xsd:string .
292 320
293 ep-core:Ratio 321 ep-core:Ratio
294 rdf:type ep-core:PropertySpace , rdfs:Class ; 322 rdf:type ep-core:PropertySpace , rdfs:Class ;
295 rdfs:label "ratio"^^xsd:string ; 323 rdfs:label "ratio"^^xsd:string ;
296 - rdfs:subClassOf ep-core:DimensionlessMeasure . 324 + rdfs:subClassOf ep-core:DimensionlessMeasure ;
325 + ep-core:seeReferenceData
326 + "http://posccaesar.org/rdl/RDS368999"^^xsd:string .
297 327
298 ep-core:RegionOfSpace 328 ep-core:RegionOfSpace
299 rdf:type owl:Class ; 329 rdf:type owl:Class ;
...@@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants ...@@ -323,7 +353,9 @@ ep-core:SetOfTemporalInstants
323 ep-core:ShearModulus 353 ep-core:ShearModulus
324 rdf:type ep-core:PropertySpace , rdfs:Class ; 354 rdf:type ep-core:PropertySpace , rdfs:Class ;
325 rdfs:label "Shear Modulus"^^xsd:string ; 355 rdfs:label "Shear Modulus"^^xsd:string ;
326 - rdfs:subClassOf ep-core:EnergyPerVolume . 356 + rdfs:subClassOf ep-core:EnergyPerVolume ;
357 + ep-core:seeReferenceData
358 + "http://posccaesar.org/rdl/RDS366254"^^xsd:string .
327 359
328 ep-core:ShearStrain 360 ep-core:ShearStrain
329 rdf:type rdfs:Class ; 361 rdf:type rdfs:Class ;
...@@ -332,17 +364,23 @@ ep-core:ShearStrain ...@@ -332,17 +364,23 @@ ep-core:ShearStrain
332 ep-core:ShearStress 364 ep-core:ShearStress
333 rdf:type ep-core:PropertySpace , rdfs:Class ; 365 rdf:type ep-core:PropertySpace , rdfs:Class ;
334 rdfs:label "Shear Stress"^^xsd:string ; 366 rdfs:label "Shear Stress"^^xsd:string ;
335 - rdfs:subClassOf ep-core:EnergyPerVolume . 367 + rdfs:subClassOf ep-core:EnergyPerVolume ;
368 + ep-core:seeReferenceData
369 + "http://posccaesar.org/rdl/RDS363149"^^xsd:string .
336 370
337 ep-core:SpecificVolume 371 ep-core:SpecificVolume
338 rdf:type ep-core:PropertySpace , rdfs:Class ; 372 rdf:type ep-core:PropertySpace , rdfs:Class ;
339 rdfs:label "specific volume"^^xsd:string ; 373 rdfs:label "specific volume"^^xsd:string ;
340 - rdfs:subClassOf owl:Class . 374 + rdfs:subClassOf owl:Class ;
375 + ep-core:seeReferenceData
376 + "http://posccaesar.org/rdl/RDS375029"^^xsd:string .
341 377
342 ep-core:Speed 378 ep-core:Speed
343 rdf:type ep-core:PropertySpace , rdfs:Class ; 379 rdf:type ep-core:PropertySpace , rdfs:Class ;
344 rdfs:label "speed"^^xsd:string ; 380 rdfs:label "speed"^^xsd:string ;
345 - rdfs:subClassOf owl:Class . 381 + rdfs:subClassOf owl:Class ;
382 + ep-core:seeReferenceData
383 + "http://posccaesar.org/rdl/RDS356309"^^xsd:string .
346 384
347 ep-core:Strain 385 ep-core:Strain
348 rdf:type rdfs:Class ; 386 rdf:type rdfs:Class ;
...@@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation ...@@ -356,7 +394,9 @@ ep-core:StrengthOfRockFormation
356 ep-core:Temperature 394 ep-core:Temperature
357 rdf:type ep-core:PropertySpace , rdfs:Class ; 395 rdf:type ep-core:PropertySpace , rdfs:Class ;
358 rdfs:label "temperature"^^xsd:string ; 396 rdfs:label "temperature"^^xsd:string ;
359 - rdfs:subClassOf owl:Class . 397 + rdfs:subClassOf owl:Class ;
398 + ep-core:seeReferenceData
399 + "http://posccaesar.org/rdl/RDS355859"^^xsd:string .
360 400
361 ep-core:Temperature60degF 401 ep-core:Temperature60degF
362 rdf:type ep-core:Temperature ; 402 rdf:type ep-core:Temperature ;
...@@ -398,17 +438,23 @@ ep-core:TimeDuration ...@@ -398,17 +438,23 @@ ep-core:TimeDuration
398 ep-core:Turbidity 438 ep-core:Turbidity
399 rdf:type ep-core:PropertySpace , rdfs:Class ; 439 rdf:type ep-core:PropertySpace , rdfs:Class ;
400 rdfs:label "turbidity"^^xsd:string ; 440 rdfs:label "turbidity"^^xsd:string ;
401 - rdfs:subClassOf owl:Class . 441 + rdfs:subClassOf owl:Class ;
442 + ep-core:seeReferenceData
443 + "http://posccaesar.org/rdl/RDS17043482"^^xsd:string .
402 444
403 ep-core:Velocity 445 ep-core:Velocity
404 rdf:type ep-core:PropertySpace , rdfs:Class ; 446 rdf:type ep-core:PropertySpace , rdfs:Class ;
405 rdfs:label "velocity"^^xsd:string ; 447 rdfs:label "velocity"^^xsd:string ;
406 - rdfs:subClassOf owl:Class . 448 + rdfs:subClassOf owl:Class ;
449 + ep-core:seeReferenceData
450 + "http://posccaesar.org/rdl/RDS54808338240"^^xsd:string .
407 451
408 ep-core:Volume 452 ep-core:Volume
409 rdf:type ep-core:PropertySpace , rdfs:Class ; 453 rdf:type ep-core:PropertySpace , rdfs:Class ;
410 rdfs:label "volume"^^xsd:string ; 454 rdfs:label "volume"^^xsd:string ;
411 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class . 455 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial , owl:Class ;
456 + ep-core:seeReferenceData
457 + "http://posccaesar.org/rdl/RDS356444"^^xsd:string .
412 458
413 ep-core:VolumeAt0degC1atm 459 ep-core:VolumeAt0degC1atm
414 rdf:type ep-core:PropertySpace , rdfs:Class ; 460 rdf:type ep-core:PropertySpace , rdfs:Class ;
...@@ -422,7 +468,7 @@ ep-core:VolumeAt15degC1atm ...@@ -422,7 +468,7 @@ ep-core:VolumeAt15degC1atm
422 468
423 ep-core:VolumeAt1degC1atm 469 ep-core:VolumeAt1degC1atm
424 rdf:type ep-core:PropertySpace , rdfs:Class ; 470 rdf:type ep-core:PropertySpace , rdfs:Class ;
425 - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; 471 + rdfs:label "volume at 1 degrees C 1 atmosphere"^^xsd:string ;
426 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 472 rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
427 473
428 ep-core:VolumeAt60degF1atm 474 ep-core:VolumeAt60degF1atm
...@@ -481,12 +527,16 @@ ep-core:VolumicConcentration ...@@ -481,12 +527,16 @@ ep-core:VolumicConcentration
481 ep-core:Work 527 ep-core:Work
482 rdf:type ep-core:PropertySpace , rdfs:Class ; 528 rdf:type ep-core:PropertySpace , rdfs:Class ;
483 rdfs:label "Work (energy)"^^xsd:string ; 529 rdfs:label "Work (energy)"^^xsd:string ;
484 - rdfs:subClassOf owl:Class . 530 + rdfs:subClassOf owl:Class ;
531 + ep-core:seeReferenceData
532 + "http://posccaesar.org/rdl/RDS380654"^^xsd:string .
485 533
486 ep-core:YieldPoint 534 ep-core:YieldPoint
487 rdf:type ep-core:PropertySpace , rdfs:Class ; 535 rdf:type ep-core:PropertySpace , rdfs:Class ;
488 rdfs:label "yield point"^^xsd:string ; 536 rdfs:label "yield point"^^xsd:string ;
489 - rdfs:subClassOf owl:Class . 537 + rdfs:subClassOf owl:Class ;
538 + ep-core:seeReferenceData
539 + "http://posccaesar.org/rdl/RDS8647761"^^xsd:string .
490 540
491 ep-core:a_m-1 541 ep-core:a_m-1
492 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 542 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -1759,7 +1809,7 @@ ep-core:hasCompositionOfAllPartsOfDefinedType ...@@ -1759,7 +1809,7 @@ ep-core:hasCompositionOfAllPartsOfDefinedType
1759 ep-core:hasFeature 1809 ep-core:hasFeature
1760 rdf:type owl:ObjectProperty ; 1810 rdf:type owl:ObjectProperty ;
1761 rdfs:domain ep-core:PhysicalThing ; 1811 rdfs:domain ep-core:PhysicalThing ;
1762 - rdfs:label "has part"^^xsd:string ; 1812 + rdfs:label "has feature"^^xsd:string ;
1763 rdfs:range ep-core:PhysicalFeature . 1813 rdfs:range ep-core:PhysicalFeature .
1764 1814
1765 ep-core:hasPart 1815 ep-core:hasPart
...@@ -3442,7 +3492,7 @@ ep-core:n_m-2 ...@@ -3442,7 +3492,7 @@ ep-core:n_m-2
3442 3492
3443 ep-core:n_m-3 3493 ep-core:n_m-3
3444 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3494 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3445 - rdfs:label "Newtons per square metre"^^xsd:string . 3495 + rdfs:label "Newtons per cubic metre"^^xsd:string .
3446 3496
3447 ep-core:n_m-E 3497 ep-core:n_m-E
3448 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3498 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -3782,7 +3832,8 @@ ep-core:picosecond ...@@ -3782,7 +3832,8 @@ ep-core:picosecond
3782 ep-core:poise 3832 ep-core:poise
3783 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3833 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
3784 rdfs:domain ep-core:PlasticViscosity ; 3834 rdfs:domain ep-core:PlasticViscosity ;
3785 - rdfs:label "P"^^xsd:string . 3835 + rdfs:label "poise"^^xsd:string ;
3836 + ep-core:unitSymbol "P"^^xsd:string .
3786 3837
3787 ep-core:pound_foot-1 3838 ep-core:pound_foot-1
3788 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 3839 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
...@@ -4552,6 +4603,12 @@ ep-core:us_mi2 ...@@ -4552,6 +4603,12 @@ ep-core:us_mi2
4552 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 4603 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
4553 rdfs:label "square miles (US)"^^xsd:string . 4604 rdfs:label "square miles (US)"^^xsd:string .
4554 4605
4606 +ep-core:versionOf
4607 + rdf:type owl:ObjectProperty ;
4608 + rdfs:domain ep-core:PhysicalThing ;
4609 + rdfs:label "version of"^^xsd:string ;
4610 + rdfs:range ep-core:PhysicalThing .
4611 +
4555 ep-core:volt 4612 ep-core:volt
4556 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 4613 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
4557 rdfs:label "Volt"^^xsd:string ; 4614 rdfs:label "Volt"^^xsd:string ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
...@@ -29,67 +29,67 @@ ep-core:PhysicalThingDuringGasYearToDate ...@@ -29,67 +29,67 @@ ep-core:PhysicalThingDuringGasYearToDate
29 rdfs:subClassOf ep-core:PhysicalThing . 29 rdfs:subClassOf ep-core:PhysicalThing .
30 30
31 ep-core:PhysicalThingDuringMonthToDate 31 ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 32 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
33 rdfs:label "physical thing during month to date"^^xsd:string ; 33 rdfs:label "physical thing during month to date"^^xsd:string ;
34 rdfs:subClassOf ep-core:PhysicalThing . 34 rdfs:subClassOf ep-core:PhysicalThing .
35 35
36 ep-core:PhysicalThingDuringOneDay 36 ep-core:PhysicalThingDuringOneDay
37 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 37 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
38 rdfs:label "physical thing during one day"^^xsd:string ; 38 rdfs:label "physical thing during one day"^^xsd:string ;
39 rdfs:subClassOf ep-core:PhysicalThing . 39 rdfs:subClassOf ep-core:PhysicalThing .
40 40
41 ep-core:PhysicalThingDuringOneGasDay 41 ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 42 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
43 rdfs:label "physical thing during one gas day"^^xsd:string ; 43 rdfs:label "physical thing during one gas day"^^xsd:string ;
44 rdfs:subClassOf ep-core:PhysicalThing . 44 rdfs:subClassOf ep-core:PhysicalThing .
45 45
46 ep-core:PhysicalThingDuringOneGasMonth 46 ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 47 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
48 rdfs:label "physical thing during one gas month"^^xsd:string ; 48 rdfs:label "physical thing during one gas month"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasYear 51 ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 52 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
53 rdfs:label "physical thing during one gas year"^^xsd:string ; 53 rdfs:label "physical thing during one gas year"^^xsd:string ;
54 rdfs:subClassOf ep-core:PhysicalThing . 54 rdfs:subClassOf ep-core:PhysicalThing .
55 55
56 ep-core:PhysicalThingDuringOneMonth 56 ep-core:PhysicalThingDuringOneMonth
57 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 57 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
58 rdfs:label "physical thing during one month"^^xsd:string ; 58 rdfs:label "physical thing during one month"^^xsd:string ;
59 rdfs:subClassOf ep-core:PhysicalThing . 59 rdfs:subClassOf ep-core:PhysicalThing .
60 60
61 ep-core:PhysicalThingDuringOneWeek 61 ep-core:PhysicalThingDuringOneWeek
62 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 62 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
63 rdfs:label "physical thing during one week"^^xsd:string ; 63 rdfs:label "physical thing during one week"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalThing . 64 rdfs:subClassOf ep-core:PhysicalThing .
65 65
66 ep-core:PhysicalThingDuringOneYear 66 ep-core:PhysicalThingDuringOneYear
67 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 67 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
68 rdfs:label "physical thing during one year"^^xsd:string ; 68 rdfs:label "physical thing during one year"^^xsd:string ;
69 rdfs:subClassOf ep-core:PhysicalThing . 69 rdfs:subClassOf ep-core:PhysicalThing .
70 70
71 ep-core:PhysicalThingDuringYearToDate 71 ep-core:PhysicalThingDuringYearToDate
72 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 72 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
73 rdfs:label "physical thing during year to date"^^xsd:string ; 73 rdfs:label "physical thing during year to date"^^xsd:string ;
74 rdfs:subClassOf ep-core:PhysicalThing . 74 rdfs:subClassOf ep-core:PhysicalThing .
75 75
76 ep-flow:AllocatedFlow 76 ep-flow:AllocatedFlow
77 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 77 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
78 rdfs:label "allocated flow"^^xsd:string ; 78 rdfs:label "allocated flow"^^xsd:string ;
79 rdfs:subClassOf ep-flow:WholeLifeFlow . 79 rdfs:subClassOf ep-flow:WholeLifeFlow .
80 80
81 ep-flow:AllocatedInventory 81 ep-flow:AllocatedInventory
82 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 82 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
83 rdfs:label "allocated inventory"^^xsd:string ; 83 rdfs:label "allocated inventory"^^xsd:string ;
84 rdfs:subClassOf ep-flow:WholeLifeInventory . 84 rdfs:subClassOf ep-flow:WholeLifeInventory .
85 85
86 ep-flow:BudgetFlow 86 ep-flow:BudgetFlow
87 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 87 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
88 rdfs:label "budget flow"^^xsd:string ; 88 rdfs:label "budget flow"^^xsd:string ;
89 rdfs:subClassOf ep-flow:WholeLifeFlow . 89 rdfs:subClassOf ep-flow:WholeLifeFlow .
90 90
91 ep-flow:BudgetInventory 91 ep-flow:BudgetInventory
92 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 92 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
93 rdfs:label "budget inventory"^^xsd:string ; 93 rdfs:label "budget inventory"^^xsd:string ;
94 rdfs:subClassOf ep-flow:WholeLifeInventory . 94 rdfs:subClassOf ep-flow:WholeLifeInventory .
95 95
...@@ -104,72 +104,72 @@ ep-flow:ConstraintFlow ...@@ -104,72 +104,72 @@ ep-flow:ConstraintFlow
104 rdfs:subClassOf ep-flow:WholeLifeFlow . 104 rdfs:subClassOf ep-flow:WholeLifeFlow .
105 105
106 ep-flow:ConstraintFlow-fixed 106 ep-flow:ConstraintFlow-fixed
107 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 107 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
108 rdfs:label "constraint flow - fixed"^^xsd:string ; 108 rdfs:label "constraint flow - fixed"^^xsd:string ;
109 rdfs:subClassOf ep-flow:ConstraintFlow . 109 rdfs:subClassOf ep-flow:ConstraintFlow .
110 110
111 ep-flow:ConstraintFlow-maximum 111 ep-flow:ConstraintFlow-maximum
112 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 112 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
113 rdfs:label "constraint flow - maximum"^^xsd:string ; 113 rdfs:label "constraint flow - maximum"^^xsd:string ;
114 rdfs:subClassOf ep-flow:ConstraintFlow . 114 rdfs:subClassOf ep-flow:ConstraintFlow .
115 115
116 ep-flow:ConstraintFlow-minimum 116 ep-flow:ConstraintFlow-minimum
117 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 117 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
118 rdfs:label "constraint flow - minimum"^^xsd:string ; 118 rdfs:label "constraint flow - minimum"^^xsd:string ;
119 rdfs:subClassOf ep-flow:ConstraintFlow . 119 rdfs:subClassOf ep-flow:ConstraintFlow .
120 120
121 ep-flow:ConstraintInventory 121 ep-flow:ConstraintInventory
122 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 122 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
123 rdfs:label "constraint inventory"^^xsd:string ; 123 rdfs:label "constraint inventory"^^xsd:string ;
124 rdfs:subClassOf ep-flow:WholeLifeInventory . 124 rdfs:subClassOf ep-flow:WholeLifeInventory .
125 125
126 ep-flow:Consume 126 ep-flow:Consume
127 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 127 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
128 rdfs:label "consume"^^xsd:string ; 128 rdfs:label "consume"^^xsd:string ;
129 rdfs:subClassOf ep-flow:WholeLifeFlow . 129 rdfs:subClassOf ep-flow:WholeLifeFlow .
130 130
131 ep-flow:Consume-HPflare 131 ep-flow:Consume-HPflare
132 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 132 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
133 rdfs:label "consume - HP flare"^^xsd:string ; 133 rdfs:label "consume - HP flare"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Consume-flare . 134 rdfs:subClassOf ep-flow:Consume-flare .
135 135
136 ep-flow:Consume-LPflare 136 ep-flow:Consume-LPflare
137 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 137 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
138 rdfs:label "consume - LP flare"^^xsd:string ; 138 rdfs:label "consume - LP flare"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Consume-flare . 139 rdfs:subClassOf ep-flow:Consume-flare .
140 140
141 ep-flow:Consume-blackstart 141 ep-flow:Consume-blackstart
142 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 142 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
143 rdfs:label "consume - blackstart"^^xsd:string ; 143 rdfs:label "consume - blackstart"^^xsd:string ;
144 rdfs:subClassOf ep-flow:Consume . 144 rdfs:subClassOf ep-flow:Consume .
145 145
146 ep-flow:Consume-compressor 146 ep-flow:Consume-compressor
147 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 147 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
148 rdfs:label "consume - compressor"^^xsd:string ; 148 rdfs:label "consume - compressor"^^xsd:string ;
149 rdfs:subClassOf ep-flow:Consume . 149 rdfs:subClassOf ep-flow:Consume .
150 150
151 ep-flow:Consume-emitted 151 ep-flow:Consume-emitted
152 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 152 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
153 rdfs:label "consume - emitted"^^xsd:string ; 153 rdfs:label "consume - emitted"^^xsd:string ;
154 rdfs:subClassOf ep-flow:Consume . 154 rdfs:subClassOf ep-flow:Consume .
155 155
156 ep-flow:Consume-flare 156 ep-flow:Consume-flare
157 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 157 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
158 rdfs:label "consume - flare"^^xsd:string ; 158 rdfs:label "consume - flare"^^xsd:string ;
159 rdfs:subClassOf ep-flow:Consume . 159 rdfs:subClassOf ep-flow:Consume .
160 160
161 ep-flow:Consume-fuel 161 ep-flow:Consume-fuel
162 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 162 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
163 rdfs:label "consume - fuel"^^xsd:string ; 163 rdfs:label "consume - fuel"^^xsd:string ;
164 rdfs:subClassOf ep-flow:Consume . 164 rdfs:subClassOf ep-flow:Consume .
165 165
166 ep-flow:Consume-noncompressor 166 ep-flow:Consume-noncompressor
167 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 167 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
168 rdfs:label "consume - non-compressor"^^xsd:string ; 168 rdfs:label "consume - non-compressor"^^xsd:string ;
169 rdfs:subClassOf ep-flow:Consume . 169 rdfs:subClassOf ep-flow:Consume .
170 170
171 ep-flow:Consume-venting 171 ep-flow:Consume-venting
172 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 172 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
173 rdfs:label "consume - venting"^^xsd:string ; 173 rdfs:label "consume - venting"^^xsd:string ;
174 rdfs:subClassOf ep-flow:Consume . 174 rdfs:subClassOf ep-flow:Consume .
175 175
...@@ -189,12 +189,12 @@ ep-flow:DerivedFlow ...@@ -189,12 +189,12 @@ ep-flow:DerivedFlow
189 rdfs:subClassOf ep-flow:WholeLifeFlow . 189 rdfs:subClassOf ep-flow:WholeLifeFlow .
190 190
191 ep-flow:DerivedFlow-difference 191 ep-flow:DerivedFlow-difference
192 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 192 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
193 rdfs:label "derived flow - difference"^^xsd:string ; 193 rdfs:label "derived flow - difference"^^xsd:string ;
194 rdfs:subClassOf ep-flow:DerivedFlow . 194 rdfs:subClassOf ep-flow:DerivedFlow .
195 195
196 ep-flow:DerivedInventory 196 ep-flow:DerivedInventory
197 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 197 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
198 rdfs:label "derived inventory"^^xsd:string ; 198 rdfs:label "derived inventory"^^xsd:string ;
199 rdfs:subClassOf ep-flow:WholeLifeInventory . 199 rdfs:subClassOf ep-flow:WholeLifeInventory .
200 200
...@@ -204,7 +204,7 @@ ep-flow:DifferenceFlow ...@@ -204,7 +204,7 @@ ep-flow:DifferenceFlow
204 rdfs:subClassOf ep-flow:WholeLifeFlow . 204 rdfs:subClassOf ep-flow:WholeLifeFlow .
205 205
206 ep-flow:DifferenceInventory 206 ep-flow:DifferenceInventory
207 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 207 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
208 rdfs:label "difference inventory"^^xsd:string ; 208 rdfs:label "difference inventory"^^xsd:string ;
209 rdfs:subClassOf ep-flow:WholeLifeInventory . 209 rdfs:subClassOf ep-flow:WholeLifeInventory .
210 210
...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow ...@@ -214,32 +214,32 @@ ep-flow:ElectricPowerFlow
214 rdfs:subClassOf ep-flow:Flow . 214 rdfs:subClassOf ep-flow:Flow .
215 215
216 ep-flow:EstimatedFlow 216 ep-flow:EstimatedFlow
217 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 217 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
218 rdfs:label "estimated flow"^^xsd:string ; 218 rdfs:label "estimated flow"^^xsd:string ;
219 rdfs:subClassOf ep-flow:WholeLifeFlow . 219 rdfs:subClassOf ep-flow:WholeLifeFlow .
220 220
221 ep-flow:EstimatedInventory 221 ep-flow:EstimatedInventory
222 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 222 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
223 rdfs:label "estimated inventory"^^xsd:string ; 223 rdfs:label "estimated inventory"^^xsd:string ;
224 rdfs:subClassOf ep-flow:WholeLifeInventory . 224 rdfs:subClassOf ep-flow:WholeLifeInventory .
225 225
226 ep-flow:Export 226 ep-flow:Export
227 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 227 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
228 rdfs:label "export"^^xsd:string ; 228 rdfs:label "export"^^xsd:string ;
229 rdfs:subClassOf ep-flow:WholeLifeFlow . 229 rdfs:subClassOf ep-flow:WholeLifeFlow .
230 230
231 ep-flow:Export-nominated 231 ep-flow:Export-nominated
232 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 232 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
233 rdfs:label "export nominated"^^xsd:string ; 233 rdfs:label "export nominated"^^xsd:string ;
234 rdfs:subClassOf ep-flow:Export . 234 rdfs:subClassOf ep-flow:Export .
235 235
236 ep-flow:Export-requested 236 ep-flow:Export-requested
237 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 237 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
238 rdfs:label "export requested"^^xsd:string ; 238 rdfs:label "export requested"^^xsd:string ;
239 rdfs:subClassOf ep-flow:Export . 239 rdfs:subClassOf ep-flow:Export .
240 240
241 ep-flow:Export-shortfall 241 ep-flow:Export-shortfall
242 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 242 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
243 rdfs:label "export shortfall"^^xsd:string ; 243 rdfs:label "export shortfall"^^xsd:string ;
244 rdfs:subClassOf ep-flow:Export . 244 rdfs:subClassOf ep-flow:Export .
245 245
...@@ -249,12 +249,12 @@ ep-flow:Flow ...@@ -249,12 +249,12 @@ ep-flow:Flow
249 rdfs:subClassOf ep-core:PhysicalThing . 249 rdfs:subClassOf ep-core:PhysicalThing .
250 250
251 ep-flow:FlowAtInstant 251 ep-flow:FlowAtInstant
252 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 252 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
253 rdfs:label "flow at instant"^^xsd:string ; 253 rdfs:label "flow at instant"^^xsd:string ;
254 rdfs:subClassOf ep-flow:Flow . 254 rdfs:subClassOf ep-flow:Flow .
255 255
256 ep-flow:FlowDuringDay 256 ep-flow:FlowDuringDay
257 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 257 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
258 rdfs:label "flow during day"^^xsd:string ; 258 rdfs:label "flow during day"^^xsd:string ;
259 rdfs:subClassOf ep-flow:FlowDuringPeriod . 259 rdfs:subClassOf ep-flow:FlowDuringPeriod .
260 260
...@@ -269,7 +269,7 @@ ep-flow:FlowDuringMonthToDate ...@@ -269,7 +269,7 @@ ep-flow:FlowDuringMonthToDate
269 rdfs:subClassOf ep-flow:FlowDuringPeriod . 269 rdfs:subClassOf ep-flow:FlowDuringPeriod .
270 270
271 ep-flow:FlowDuringPeriod 271 ep-flow:FlowDuringPeriod
272 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 272 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
273 rdfs:label "flow during period"^^xsd:string ; 273 rdfs:label "flow during period"^^xsd:string ;
274 rdfs:subClassOf ep-flow:Flow . 274 rdfs:subClassOf ep-flow:Flow .
275 275
...@@ -279,7 +279,7 @@ ep-flow:FlowDuringWeek ...@@ -279,7 +279,7 @@ ep-flow:FlowDuringWeek
279 rdfs:subClassOf ep-flow:FlowDuringPeriod . 279 rdfs:subClassOf ep-flow:FlowDuringPeriod .
280 280
281 ep-flow:FlowDuringYear 281 ep-flow:FlowDuringYear
282 - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; 282 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
283 rdfs:label "flow during year"^^xsd:string ; 283 rdfs:label "flow during year"^^xsd:string ;
284 rdfs:subClassOf ep-flow:FlowDuringPeriod . 284 rdfs:subClassOf ep-flow:FlowDuringPeriod .
285 285
...@@ -304,42 +304,42 @@ ep-flow:ForecastFlow ...@@ -304,42 +304,42 @@ ep-flow:ForecastFlow
304 rdfs:subClassOf ep-flow:WholeLifeFlow . 304 rdfs:subClassOf ep-flow:WholeLifeFlow .
305 305
306 ep-flow:ForecastFlow-declineCurve 306 ep-flow:ForecastFlow-declineCurve
307 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 307 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
308 rdfs:label "forecast flow - decline curve"^^xsd:string ; 308 rdfs:label "forecast flow - decline curve"^^xsd:string ;
309 rdfs:subClassOf ep-flow:ForecastFlow . 309 rdfs:subClassOf ep-flow:ForecastFlow .
310 310
311 ep-flow:ForecastFlow-standard 311 ep-flow:ForecastFlow-standard
312 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 312 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
313 rdfs:label "forecast flow - standard"^^xsd:string ; 313 rdfs:label "forecast flow - standard"^^xsd:string ;
314 rdfs:subClassOf ep-flow:ForecastFlow . 314 rdfs:subClassOf ep-flow:ForecastFlow .
315 315
316 ep-flow:ForecastInventory 316 ep-flow:ForecastInventory
317 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 317 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
318 rdfs:label "forecast inventory"^^xsd:string ; 318 rdfs:label "forecast inventory"^^xsd:string ;
319 rdfs:subClassOf ep-flow:WholeLifeInventory . 319 rdfs:subClassOf ep-flow:WholeLifeInventory .
320 320
321 ep-flow:Gaslift 321 ep-flow:Gaslift
322 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 322 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
323 rdfs:label "gas lift"^^xsd:string ; 323 rdfs:label "gas lift"^^xsd:string ;
324 rdfs:subClassOf ep-flow:WholeLifeFlow . 324 rdfs:subClassOf ep-flow:WholeLifeFlow .
325 325
326 ep-flow:GrossProductFlow 326 ep-flow:GrossProductFlow
327 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 327 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
328 rdfs:label "gross product flow"^^xsd:string ; 328 rdfs:label "gross product flow"^^xsd:string ;
329 rdfs:subClassOf ep-flow:ProductFlow . 329 rdfs:subClassOf ep-flow:ProductFlow .
330 330
331 ep-flow:HydrocarbonAccounting 331 ep-flow:HydrocarbonAccounting
332 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 332 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
333 rdfs:label "hydrocarbon accounting"^^xsd:string ; 333 rdfs:label "hydrocarbon accounting"^^xsd:string ;
334 rdfs:subClassOf ep-flow:WholeLifeFlow . 334 rdfs:subClassOf ep-flow:WholeLifeFlow .
335 335
336 ep-flow:Import 336 ep-flow:Import
337 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 337 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
338 rdfs:label "import"^^xsd:string ; 338 rdfs:label "import"^^xsd:string ;
339 rdfs:subClassOf ep-flow:WholeLifeFlow . 339 rdfs:subClassOf ep-flow:WholeLifeFlow .
340 340
341 ep-flow:Injection 341 ep-flow:Injection
342 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 342 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
343 rdfs:label "injection"^^xsd:string ; 343 rdfs:label "injection"^^xsd:string ;
344 rdfs:subClassOf ep-flow:WholeLifeFlow . 344 rdfs:subClassOf ep-flow:WholeLifeFlow .
345 345
...@@ -349,42 +349,42 @@ ep-flow:Inventory ...@@ -349,42 +349,42 @@ ep-flow:Inventory
349 rdfs:subClassOf ep-core:PhysicalObject . 349 rdfs:subClassOf ep-core:PhysicalObject .
350 350
351 ep-flow:MassAdjustedFlow 351 ep-flow:MassAdjustedFlow
352 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 352 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
353 rdfs:label "mass adjusted flow"^^xsd:string ; 353 rdfs:label "mass adjusted flow"^^xsd:string ;
354 rdfs:subClassOf ep-flow:WholeLifeFlow . 354 rdfs:subClassOf ep-flow:WholeLifeFlow .
355 355
356 ep-flow:MeasuredFlow 356 ep-flow:MeasuredFlow
357 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 357 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
358 rdfs:label "measured flow"^^xsd:string ; 358 rdfs:label "measured flow"^^xsd:string ;
359 rdfs:subClassOf ep-flow:WholeLifeFlow . 359 rdfs:subClassOf ep-flow:WholeLifeFlow .
360 360
361 ep-flow:MeasuredFlow-fiscal 361 ep-flow:MeasuredFlow-fiscal
362 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 362 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
363 rdfs:label "measured flow - fiscal"^^xsd:string ; 363 rdfs:label "measured flow - fiscal"^^xsd:string ;
364 rdfs:subClassOf ep-flow:MeasuredFlow . 364 rdfs:subClassOf ep-flow:MeasuredFlow .
365 365
366 ep-flow:MeasuredFlow-raw 366 ep-flow:MeasuredFlow-raw
367 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 367 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
368 rdfs:label "measured flow - raw"^^xsd:string ; 368 rdfs:label "measured flow - raw"^^xsd:string ;
369 rdfs:subClassOf ep-flow:MeasuredFlow . 369 rdfs:subClassOf ep-flow:MeasuredFlow .
370 370
371 ep-flow:MeasuredFlow-recalibrated 371 ep-flow:MeasuredFlow-recalibrated
372 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 372 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
373 rdfs:label "measured flow - recalibrated"^^xsd:string ; 373 rdfs:label "measured flow - recalibrated"^^xsd:string ;
374 rdfs:subClassOf ep-flow:MeasuredFlow . 374 rdfs:subClassOf ep-flow:MeasuredFlow .
375 375
376 ep-flow:MeasuredInventory 376 ep-flow:MeasuredInventory
377 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 377 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
378 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
379 rdfs:subClassOf ep-flow:WholeLifeInventory . 379 rdfs:subClassOf ep-flow:WholeLifeInventory .
380 380
381 ep-flow:MeteredFlowFiscal 381 ep-flow:MeteredFlowFiscal
382 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 382 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
383 rdfs:label "metered flow fiscal"^^xsd:string ; 383 rdfs:label "metered flow fiscal"^^xsd:string ;
384 rdfs:subClassOf ep-flow:WholeLifeFlow . 384 rdfs:subClassOf ep-flow:WholeLifeFlow .
385 385
386 ep-flow:NetProductFlow 386 ep-flow:NetProductFlow
387 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 387 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
388 rdfs:label "net product flow"^^xsd:string ; 388 rdfs:label "net product flow"^^xsd:string ;
389 rdfs:subClassOf ep-flow:ProductFlow . 389 rdfs:subClassOf ep-flow:ProductFlow .
390 390
...@@ -394,12 +394,12 @@ ep-flow:NominatedFlow ...@@ -394,12 +394,12 @@ ep-flow:NominatedFlow
394 rdfs:subClassOf ep-flow:WholeLifeFlow . 394 rdfs:subClassOf ep-flow:WholeLifeFlow .
395 395
396 ep-flow:NominatedInventory 396 ep-flow:NominatedInventory
397 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 397 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
398 rdfs:label "nominated inventory"^^xsd:string ; 398 rdfs:label "nominated inventory"^^xsd:string ;
399 rdfs:subClassOf ep-flow:WholeLifeInventory . 399 rdfs:subClassOf ep-flow:WholeLifeInventory .
400 400
401 ep-flow:Overboard 401 ep-flow:Overboard
402 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 402 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
403 rdfs:label "overboard"^^xsd:string ; 403 rdfs:label "overboard"^^xsd:string ;
404 rdfs:subClassOf ep-flow:WholeLifeFlow . 404 rdfs:subClassOf ep-flow:WholeLifeFlow .
405 405
...@@ -409,7 +409,7 @@ ep-flow:PotentialFlow ...@@ -409,7 +409,7 @@ ep-flow:PotentialFlow
409 rdfs:subClassOf ep-flow:WholeLifeFlow . 409 rdfs:subClassOf ep-flow:WholeLifeFlow .
410 410
411 ep-flow:PotentialInventory 411 ep-flow:PotentialInventory
412 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 412 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
413 rdfs:label "potential inventory"^^xsd:string ; 413 rdfs:label "potential inventory"^^xsd:string ;
414 rdfs:subClassOf ep-flow:WholeLifeInventory . 414 rdfs:subClassOf ep-flow:WholeLifeInventory .
415 415
...@@ -429,7 +429,7 @@ ep-flow:ProcessedFlow ...@@ -429,7 +429,7 @@ ep-flow:ProcessedFlow
429 rdfs:subClassOf ep-flow:WholeLifeFlow . 429 rdfs:subClassOf ep-flow:WholeLifeFlow .
430 430
431 ep-flow:ProcessedInventory 431 ep-flow:ProcessedInventory
432 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 432 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
433 rdfs:label "processed inventory"^^xsd:string ; 433 rdfs:label "processed inventory"^^xsd:string ;
434 rdfs:subClassOf ep-flow:WholeLifeInventory . 434 rdfs:subClassOf ep-flow:WholeLifeInventory .
435 435
...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType ...@@ -489,7 +489,7 @@ ep-flow:ProductMaterialType
489 rdfs:subClassOf owl:Class . 489 rdfs:subClassOf owl:Class .
490 490
491 ep-flow:Production 491 ep-flow:Production
492 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 492 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
493 rdfs:label "production"^^xsd:string ; 493 rdfs:label "production"^^xsd:string ;
494 rdfs:subClassOf ep-flow:WholeLifeFlow . 494 rdfs:subClassOf ep-flow:WholeLifeFlow .
495 495
...@@ -574,12 +574,12 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -574,12 +574,12 @@ ep-flow:ProductionTestWellHeadFlow
574 rdfs:subClassOf ep-flow:WholeLifeFlow . 574 rdfs:subClassOf ep-flow:WholeLifeFlow .
575 575
576 ep-flow:QuotaFlow 576 ep-flow:QuotaFlow
577 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 577 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
578 rdfs:label "quota flow"^^xsd:string ; 578 rdfs:label "quota flow"^^xsd:string ;
579 rdfs:subClassOf ep-flow:WholeLifeFlow . 579 rdfs:subClassOf ep-flow:WholeLifeFlow .
580 580
581 ep-flow:QuotaInventory 581 ep-flow:QuotaInventory
582 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 582 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
583 rdfs:label "quota inventory"^^xsd:string ; 583 rdfs:label "quota inventory"^^xsd:string ;
584 rdfs:subClassOf ep-flow:WholeLifeInventory . 584 rdfs:subClassOf ep-flow:WholeLifeInventory .
585 585
...@@ -589,12 +589,12 @@ ep-flow:RecommendedFlow ...@@ -589,12 +589,12 @@ ep-flow:RecommendedFlow
589 rdfs:subClassOf ep-flow:WholeLifeFlow . 589 rdfs:subClassOf ep-flow:WholeLifeFlow .
590 590
591 ep-flow:RecommendedInventory 591 ep-flow:RecommendedInventory
592 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 592 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
593 rdfs:label "recommended inventory"^^xsd:string ; 593 rdfs:label "recommended inventory"^^xsd:string ;
594 rdfs:subClassOf ep-flow:WholeLifeInventory . 594 rdfs:subClassOf ep-flow:WholeLifeInventory .
595 595
596 ep-flow:Sale 596 ep-flow:Sale
597 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 597 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
598 rdfs:label "sale"^^xsd:string ; 598 rdfs:label "sale"^^xsd:string ;
599 rdfs:subClassOf ep-flow:WholeLifeFlow . 599 rdfs:subClassOf ep-flow:WholeLifeFlow .
600 600
...@@ -604,7 +604,7 @@ ep-flow:SaleableFlow ...@@ -604,7 +604,7 @@ ep-flow:SaleableFlow
604 rdfs:subClassOf ep-flow:WholeLifeFlow . 604 rdfs:subClassOf ep-flow:WholeLifeFlow .
605 605
606 ep-flow:SaleableInventory 606 ep-flow:SaleableInventory
607 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 607 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
608 rdfs:label "saleable inventory"^^xsd:string ; 608 rdfs:label "saleable inventory"^^xsd:string ;
609 rdfs:subClassOf ep-flow:WholeLifeInventory . 609 rdfs:subClassOf ep-flow:WholeLifeInventory .
610 610
...@@ -614,17 +614,17 @@ ep-flow:SampleOfMaterial ...@@ -614,17 +614,17 @@ ep-flow:SampleOfMaterial
614 rdfs:subClassOf ep-material:QuantityOfMaterial . 614 rdfs:subClassOf ep-material:QuantityOfMaterial .
615 615
616 ep-flow:SimulatedFlow 616 ep-flow:SimulatedFlow
617 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 617 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
618 rdfs:label "simulated flow"^^xsd:string ; 618 rdfs:label "simulated flow"^^xsd:string ;
619 rdfs:subClassOf ep-flow:WholeLifeFlow . 619 rdfs:subClassOf ep-flow:WholeLifeFlow .
620 620
621 ep-flow:SimulatedInventory 621 ep-flow:SimulatedInventory
622 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 622 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
623 rdfs:label "simulated inventory"^^xsd:string ; 623 rdfs:label "simulated inventory"^^xsd:string ;
624 rdfs:subClassOf ep-flow:WholeLifeInventory . 624 rdfs:subClassOf ep-flow:WholeLifeInventory .
625 625
626 ep-flow:Storage 626 ep-flow:Storage
627 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 627 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
628 rdfs:label "storage"^^xsd:string ; 628 rdfs:label "storage"^^xsd:string ;
629 rdfs:subClassOf ep-flow:WholeLifeFlow . 629 rdfs:subClassOf ep-flow:WholeLifeFlow .
630 630
...@@ -634,12 +634,12 @@ ep-flow:TargetFlow ...@@ -634,12 +634,12 @@ ep-flow:TargetFlow
634 rdfs:subClassOf ep-flow:WholeLifeFlow . 634 rdfs:subClassOf ep-flow:WholeLifeFlow .
635 635
636 ep-flow:TargetInventory 636 ep-flow:TargetInventory
637 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 637 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
638 rdfs:label "target inventory"^^xsd:string ; 638 rdfs:label "target inventory"^^xsd:string ;
639 rdfs:subClassOf ep-flow:WholeLifeInventory . 639 rdfs:subClassOf ep-flow:WholeLifeInventory .
640 640
641 ep-flow:TariffBasisFlow 641 ep-flow:TariffBasisFlow
642 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 642 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
643 rdfs:label "tariff basis flow"^^xsd:string ; 643 rdfs:label "tariff basis flow"^^xsd:string ;
644 rdfs:subClassOf ep-flow:WholeLifeFlow . 644 rdfs:subClassOf ep-flow:WholeLifeFlow .
645 645
...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType ...@@ -654,7 +654,7 @@ ep-flow:TemporalPartOfAFlowDurationType
654 rdfs:subClassOf owl:Class . 654 rdfs:subClassOf owl:Class .
655 655
656 ep-flow:ValueAdjustedFlow 656 ep-flow:ValueAdjustedFlow
657 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 657 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
658 rdfs:label "value adjusted flow"^^xsd:string ; 658 rdfs:label "value adjusted flow"^^xsd:string ;
659 rdfs:subClassOf ep-flow:WholeLifeFlow . 659 rdfs:subClassOf ep-flow:WholeLifeFlow .
660 660
...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork ...@@ -691,7 +691,7 @@ ep-flow:WholeLifeProductionFlowNetwork
691 ep-flow:WholeLifeProductionInventory 691 ep-flow:WholeLifeProductionInventory
692 rdf:type owl:Class ; 692 rdf:type owl:Class ;
693 rdfs:label "(whole life) production inventory"^^xsd:string ; 693 rdfs:label "(whole life) production inventory"^^xsd:string ;
694 - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . 694 + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
695 695
696 ep-flow:WholeLifeProductionInventoryCollection 696 ep-flow:WholeLifeProductionInventoryCollection
697 rdf:type owl:Class ; 697 rdf:type owl:Class ;
...@@ -704,7 +704,7 @@ ep-flow:Wind ...@@ -704,7 +704,7 @@ ep-flow:Wind
704 rdfs:subClassOf ep-flow:Flow . 704 rdfs:subClassOf ep-flow:Flow .
705 705
706 ep-flow:allocatedTo 706 ep-flow:allocatedTo
707 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 707 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; 708 rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ;
709 rdfs:domain ep-core:PhysicalObject ; 709 rdfs:domain ep-core:PhysicalObject ;
710 rdfs:label "allocatedTo"^^xsd:string ; 710 rdfs:label "allocatedTo"^^xsd:string ;
...@@ -718,7 +718,7 @@ ep-flow:amountOfPrecipitation ...@@ -718,7 +718,7 @@ ep-flow:amountOfPrecipitation
718 rdfs:range ep-core:Length . 718 rdfs:range ep-core:Length .
719 719
720 ep-flow:dailyAverageAmountOfMaterial 720 ep-flow:dailyAverageAmountOfMaterial
721 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 721 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
722 rdfs:domain ep-flow:Flow ; 722 rdfs:domain ep-flow:Flow ;
723 rdfs:label "daily average amount of material"^^xsd:string ; 723 rdfs:label "daily average amount of material"^^xsd:string ;
724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 724 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
...@@ -745,13 +745,13 @@ ep-flow:flowInto ...@@ -745,13 +745,13 @@ ep-flow:flowInto
745 ep-flow:flowIntoOrOutOf 745 ep-flow:flowIntoOrOutOf
746 rdf:type owl:ObjectProperty ; 746 rdf:type owl:ObjectProperty ;
747 rdfs:domain ep-flow:WholeLifeFlow ; 747 rdfs:domain ep-flow:WholeLifeFlow ;
748 - rdfs:label "flow into"^^xsd:string ; 748 + rdfs:label "flow into or out of"^^xsd:string ;
749 rdfs:range ep-core:PhysicalThing . 749 rdfs:range ep-core:PhysicalThing .
750 750
751 ep-flow:flowOutOf 751 ep-flow:flowOutOf
752 rdf:type owl:ObjectProperty ; 752 rdf:type owl:ObjectProperty ;
753 rdfs:domain ep-flow:WholeLifeFlow ; 753 rdfs:domain ep-flow:WholeLifeFlow ;
754 - rdfs:label "flow into"^^xsd:string ; 754 + rdfs:label "flow out of"^^xsd:string ;
755 rdfs:range ep-core:PhysicalThing ; 755 rdfs:range ep-core:PhysicalThing ;
756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 756 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
757 757
...@@ -776,12 +776,12 @@ ep-flow:hasNetworkPart ...@@ -776,12 +776,12 @@ ep-flow:hasNetworkPart
776 rdfs:subPropertyOf ep-core:hasPart . 776 rdfs:subPropertyOf ep-core:hasPart .
777 777
778 ep-flow:horizontalDirectionAzimuth 778 ep-flow:horizontalDirectionAzimuth
779 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 779 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
780 rdfs:label "horizontal direction azimuth"^^xsd:string ; 780 rdfs:label "horizontal direction azimuth"^^xsd:string ;
781 rdfs:range ep-core:PlaneAngle . 781 rdfs:range ep-core:PlaneAngle .
782 782
783 ep-flow:materialThatFlows 783 ep-flow:materialThatFlows
784 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 784 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
785 rdfs:domain ep-flow:Flow ; 785 rdfs:domain ep-flow:Flow ;
786 rdfs:label "material that flows"^^xsd:string ; 786 rdfs:label "material that flows"^^xsd:string ;
787 rdfs:range ep-material:QuantityOfMaterial . 787 rdfs:range ep-material:QuantityOfMaterial .
...@@ -792,13 +792,13 @@ ep-flow:rateOfFlowOfMaterial ...@@ -792,13 +792,13 @@ ep-flow:rateOfFlowOfMaterial
792 rdfs:range ep-core:MeasureOfAmountOfMaterial . 792 rdfs:range ep-core:MeasureOfAmountOfMaterial .
793 793
794 ep-flow:summedDailyMass 794 ep-flow:summedDailyMass
795 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 795 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
796 rdfs:domain ep-flow:Inventory ; 796 rdfs:domain ep-flow:Inventory ;
797 rdfs:label "summed daily mass"^^xsd:string ; 797 rdfs:label "summed daily mass"^^xsd:string ;
798 rdfs:range ep-core:Mass . 798 rdfs:range ep-core:Mass .
799 799
800 ep-flow:totalVolumeOfMaterial-deprecated 800 ep-flow:totalVolumeOfMaterial-deprecated
801 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
802 rdfs:label "total volume of material"^^xsd:string ; 802 rdfs:label "total volume of material"^^xsd:string ;
803 rdfs:range ep-core:MeasureOfAmountOfMaterial . 803 rdfs:range ep-core:MeasureOfAmountOfMaterial .
804 804
......
...@@ -13,13 +13,15 @@ ...@@ -13,13 +13,15 @@
13 13
14 <http://www.reportinghub.no/ep/schema/1.0/geography> 14 <http://www.reportinghub.no/ep/schema/1.0/geography>
15 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 18
19 ep-core:Area 19 ep-core:Area
20 - rdf:type rdfs:Class , ep-core:PropertySpace ; 20 + rdf:type ep-core:PropertySpace , rdfs:Class ;
21 - rdfs:label "Compressibility"^^xsd:string ; 21 + rdfs:label "Area"^^xsd:string ;
22 - rdfs:subClassOf owl:Class . 22 + rdfs:subClassOf owl:Class ;
23 + ep-core:seeReferenceData
24 + "http://posccaesar.org/rdl/RDS349874"^^xsd:string .
23 25
24 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart 26 ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
25 rdf:type owl:TransitiveProperty ; 27 rdf:type owl:TransitiveProperty ;
...@@ -40,19 +42,19 @@ ep-geo:AreaCoveredByBusinessArrangement ...@@ -40,19 +42,19 @@ ep-geo:AreaCoveredByBusinessArrangement
40 rdf:type owl:Class ; 42 rdf:type owl:Class ;
41 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; 43 rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
42 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 44 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
43 - owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . 45 + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
44 46
45 ep-geo:Country 47 ep-geo:Country
46 rdf:type owl:Class ; 48 rdf:type owl:Class ;
47 rdfs:label "country"^^xsd:string ; 49 rdfs:label "country"^^xsd:string ;
48 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 50 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
49 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . 51 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
50 52
51 ep-geo:County 53 ep-geo:County
52 rdf:type owl:Class ; 54 rdf:type owl:Class ;
53 rdfs:label "county"^^xsd:string ; 55 rdfs:label "county"^^xsd:string ;
54 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 56 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
55 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 57 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
56 58
57 ep-geo:DestinationType 59 ep-geo:DestinationType
58 rdf:type rdfs:Class ; 60 rdf:type rdfs:Class ;
...@@ -60,7 +62,7 @@ ep-geo:DestinationType ...@@ -60,7 +62,7 @@ ep-geo:DestinationType
60 rdfs:subClassOf owl:Class . 62 rdfs:subClassOf owl:Class .
61 63
62 ep-geo:Harbour 64 ep-geo:Harbour
63 - rdf:type owl:Class , ep-geo:DestinationType ; 65 + rdf:type ep-geo:DestinationType , owl:Class ;
64 rdfs:label "harbour"^^xsd:string ; 66 rdfs:label "harbour"^^xsd:string ;
65 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 67 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
66 68
...@@ -69,7 +71,7 @@ ep-geo:LicenceBlock ...@@ -69,7 +71,7 @@ ep-geo:LicenceBlock
69 rdfs:comment "See RDL RDS13025226"^^xsd:string ; 71 rdfs:comment "See RDL RDS13025226"^^xsd:string ;
70 rdfs:label "Licence Block"^^xsd:string ; 72 rdfs:label "Licence Block"^^xsd:string ;
71 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 73 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
72 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . 74 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
73 75
74 ep-geo:OffshoreLocation 76 ep-geo:OffshoreLocation
75 rdf:type owl:Class ; 77 rdf:type owl:Class ;
...@@ -80,7 +82,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ...@@ -80,7 +82,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
80 rdf:type owl:Class ; 82 rdf:type owl:Class ;
81 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; 83 rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
82 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 84 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
83 - owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . 85 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State .
84 86
85 ep-geo:PartOfTheSurfaceOfTheEarth 87 ep-geo:PartOfTheSurfaceOfTheEarth
86 rdf:type owl:Class ; 88 rdf:type owl:Class ;
...@@ -91,13 +93,13 @@ ep-geo:State ...@@ -91,13 +93,13 @@ ep-geo:State
91 rdf:type owl:Class ; 93 rdf:type owl:Class ;
92 rdfs:label "state"^^xsd:string ; 94 rdfs:label "state"^^xsd:string ;
93 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 95 rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
94 - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . 96 + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
95 97
96 ep-geo:Terminal 98 ep-geo:Terminal
97 - rdf:type owl:Class , ep-geo:DestinationType ; 99 + rdf:type ep-geo:DestinationType , owl:Class ;
98 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; 100 rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ;
99 rdfs:label "terminal"^^xsd:string ; 101 rdfs:label "terminal"^^xsd:string ;
100 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . 102 + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
101 103
102 ep-geo:areaOnSurfaceOfEarth 104 ep-geo:areaOnSurfaceOfEarth
103 rdf:type owl:ObjectProperty ; 105 rdf:type owl:ObjectProperty ;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 21
22 <http://www.reportinghub.no/ep/schema/1.0/production-activity> 22 <http://www.reportinghub.no/ep/schema/1.0/production-activity>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <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/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 24 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 26
27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> 27 <http://www.reportinghub.no/ep/schema/activity#ApproveAReport>
...@@ -189,6 +189,11 @@ ep-prodact:DailyProductionVolumeActivity ...@@ -189,6 +189,11 @@ ep-prodact:DailyProductionVolumeActivity
189 rdfs:label "daily production volume activity"^^xsd:string ; 189 rdfs:label "daily production volume activity"^^xsd:string ;
190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity . 190 rdfs:subClassOf ep-prodact:ProductionVolumeActivity .
191 191
192 +ep-prodact:DataAcquisitionActivity
193 + rdf:type owl:Class ;
194 + rdfs:label "data acquisition activity"^^xsd:string ;
195 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
196 +
192 ep-prodact:DefinedHazardAndAccidentSituation 197 ep-prodact:DefinedHazardAndAccidentSituation
193 rdf:type owl:Class ; 198 rdf:type owl:Class ;
194 rdfs:label "defined hazard and accident situation"^^xsd:string ; 199 rdfs:label "defined hazard and accident situation"^^xsd:string ;
...@@ -412,7 +417,7 @@ ep-prodact:MedicalTreatment ...@@ -412,7 +417,7 @@ ep-prodact:MedicalTreatment
412 417
413 ep-prodact:MedicalTreatmentInjury 418 ep-prodact:MedicalTreatmentInjury
414 rdf:type ep-prodact:SafetyActivityType , owl:Class ; 419 rdf:type ep-prodact:SafetyActivityType , owl:Class ;
415 - rdfs:label "medical treatment"^^xsd:string ; 420 + rdfs:label "medical treatment injury"^^xsd:string ;
416 rdfs:subClassOf ep-prodact:Injury . 421 rdfs:subClassOf ep-prodact:Injury .
417 422
418 ep-prodact:ModificationProject 423 ep-prodact:ModificationProject
...@@ -886,6 +891,16 @@ ep-prodact:coulterCounter ...@@ -886,6 +891,16 @@ ep-prodact:coulterCounter
886 rdf:type owl:ObjectProperty ; 891 rdf:type owl:ObjectProperty ;
887 rdfs:range ep-core:MassPerUnitMassConcentration . 892 rdfs:range ep-core:MassPerUnitMassConcentration .
888 893
894 +ep-prodact:describes
895 + rdf:type owl:ObjectProperty ;
896 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
897 + rdfs:range ep-core:PhysicalThing .
898 +
899 +ep-prodact:descriptionOfSource
900 + rdf:type owl:DatatypeProperty ;
901 + rdfs:domain ep-prodact:DataAcquisitionActivity ;
902 + rdfs:label "description of source"^^xsd:string .
903 +
889 ep-prodact:destination 904 ep-prodact:destination
890 rdf:type owl:TransitiveProperty ; 905 rdf:type owl:TransitiveProperty ;
891 rdfs:domain ep-prodact:MovementOfProduct ; 906 rdfs:domain ep-prodact:MovementOfProduct ;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ep-material:Air-gas 20 ep-material:Air-gas
...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane ...@@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane
348 rdf:type ep-prodwell:ComponentMaterialType . 348 rdf:type ep-prodwell:ComponentMaterialType .
349 349
350 ep-prodwell:AbandonedWell 350 ep-prodwell:AbandonedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 rdfs:label "abandoned well"^^xsd:string ; 352 rdfs:label "abandoned well"^^xsd:string ;
353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 353 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
354 354
355 ep-prodwell:ClosedWell 355 ep-prodwell:ClosedWell
356 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 356 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
357 rdfs:label "closed well"^^xsd:string ; 357 rdfs:label "closed well"^^xsd:string ;
358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 358 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
359 359
...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType ...@@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType
374 rdfs:subClassOf owl:Class . 374 rdfs:subClassOf owl:Class .
375 375
376 ep-prodwell:InjectingWell 376 ep-prodwell:InjectingWell
377 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 377 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
378 rdfs:label "injecting well"^^xsd:string ; 378 rdfs:label "injecting well"^^xsd:string ;
379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 379 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
380 380
...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType ...@@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType
384 rdfs:subClassOf owl:Class . 384 rdfs:subClassOf owl:Class .
385 385
386 ep-prodwell:JunkedWell 386 ep-prodwell:JunkedWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 387 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 rdfs:label "junked well"^^xsd:string ; 388 rdfs:label "junked well"^^xsd:string ;
389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 390
...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass ...@@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass
394 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
395 395
396 ep-prodwell:OperatingWell 396 ep-prodwell:OperatingWell
397 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 397 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
398 rdfs:label "operating well"^^xsd:string ; 398 rdfs:label "operating well"^^xsd:string ;
399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
400 400
...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell ...@@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell
404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 404 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
405 405
406 ep-prodwell:PluggedWell 406 ep-prodwell:PluggedWell
407 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 407 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
408 rdfs:label "plugged well"^^xsd:string ; 408 rdfs:label "plugged well"^^xsd:string ;
409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 409 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
410 410
411 ep-prodwell:ProducingInjectingWell 411 ep-prodwell:ProducingInjectingWell
412 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 412 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
413 rdfs:label "producing injecting well"^^xsd:string ; 413 rdfs:label "producing injecting well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
415 415
...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation ...@@ -424,12 +424,12 @@ ep-prodwell:RockFormation
424 rdfs:subClassOf ep-core:PhysicalObject . 424 rdfs:subClassOf ep-core:PhysicalObject .
425 425
426 ep-prodwell:SuspendedAtTdWell 426 ep-prodwell:SuspendedAtTdWell
427 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 427 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
428 rdfs:label "suspended at td well"^^xsd:string ; 428 rdfs:label "suspended at td well"^^xsd:string ;
429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
430 430
431 ep-prodwell:SuspendedWell 431 ep-prodwell:SuspendedWell
432 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 432 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
433 rdfs:label "suspended well"^^xsd:string ; 433 rdfs:label "suspended well"^^xsd:string ;
434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 434 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
435 435
...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion ...@@ -454,7 +454,7 @@ ep-prodwell:WellCompletion
454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore . 454 rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
455 455
456 ep-prodwell:WellReclassedToDevelopment 456 ep-prodwell:WellReclassedToDevelopment
457 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 457 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
458 rdfs:label "well reclassed to development"^^xsd:string ; 458 rdfs:label "well reclassed to development"^^xsd:string ;
459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 459 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
460 460
...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf ...@@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf
470 rdfs:range ep-material:Liquid . 470 rdfs:range ep-material:Liquid .
471 471
472 ep-prodwell:condensateYield 472 ep-prodwell:condensateYield
473 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 473 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
474 rdfs:label "condensate yield"^^xsd:string ; 474 rdfs:label "condensate yield"^^xsd:string ;
475 rdfs:range ep-core:SpecificVolume . 475 rdfs:range ep-core:SpecificVolume .
476 476
477 ep-prodwell:depthOfBaseUsableWaterFromSurface 477 ep-prodwell:depthOfBaseUsableWaterFromSurface
478 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 478 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
479 rdfs:domain ep-material:Fluid ; 479 rdfs:domain ep-material:Fluid ;
480 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 480 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
481 rdfs:range ep-core:Length . 481 rdfs:range ep-core:Length .
482 482
483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 483 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
484 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 484 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
485 rdfs:domain ep-material:Fluid ; 485 rdfs:domain ep-material:Fluid ;
486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 486 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
487 rdfs:range ep-core:Length . 487 rdfs:range ep-core:Length .
488 488
489 ep-prodwell:oilWaterRatioByMass 489 ep-prodwell:oilWaterRatioByMass
490 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 490 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
491 rdfs:domain ep-material:Fluid ; 491 rdfs:domain ep-material:Fluid ;
492 rdfs:label "oil/water ratio by mass"^^xsd:string ; 492 rdfs:label "oil/water ratio by mass"^^xsd:string ;
493 rdfs:range ep-core:Ratio . 493 rdfs:range ep-core:Ratio .
494 494
495 ep-prodwell:pOverZ 495 ep-prodwell:pOverZ
496 - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; 496 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
497 rdfs:domain ep-material:Fluid ; 497 rdfs:domain ep-material:Fluid ;
498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 498 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
499 rdfs:range ep-core:Pressure . 499 rdfs:range ep-core:Pressure .
500 500
501 ep-prodwell:potentialGasProduction 501 ep-prodwell:potentialGasProduction
502 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 502 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
503 rdfs:domain ep-well:WellBore ; 503 rdfs:domain ep-well:WellBore ;
504 rdfs:label "potential gas production"^^xsd:string ; 504 rdfs:label "potential gas production"^^xsd:string ;
505 rdfs:range ep-core:VolumetricFlowRate . 505 rdfs:range ep-core:VolumetricFlowRate .
506 506
507 ep-prodwell:potentialOilProduction 507 ep-prodwell:potentialOilProduction
508 - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; 508 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
509 rdfs:domain ep-well:WellBore ; 509 rdfs:domain ep-well:WellBore ;
510 - rdfs:label "potential gas production"^^xsd:string ; 510 + rdfs:label "potential oil production"^^xsd:string ;
511 rdfs:range ep-core:VolumetricFlowRate . 511 rdfs:range ep-core:VolumetricFlowRate .
512 512
513 ep-well:SpatialPartOfAWellBore 513 ep-well:SpatialPartOfAWellBore
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 19
20 <http://www.reportinghub.no/ep/spin/dpr-tables> 20 <http://www.reportinghub.no/ep/spin/dpr-tables>
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
22 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; 22 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://spinrdf.org/spin> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 24
25 dpr-tables:ExportVolumes 25 dpr-tables:ExportVolumes
...@@ -4434,19 +4434,271 @@ dpr-tables:SafetyInformation ...@@ -4434,19 +4434,271 @@ dpr-tables:SafetyInformation
4434 ] ; 4434 ] ;
4435 rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string "Duration"^^xsd:string) . 4435 rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string "Duration"^^xsd:string) .
4436 4436
4437 -dpr-tables:WeatherInformation 4437 +dpr-tables:SeaWeatherInformation
4438 rdf:type rhspin:TableTemplate ; 4438 rdf:type rhspin:TableTemplate ;
4439 - rdfs:label "Weather Information"^^xsd:string ; 4439 + rdfs:label "Sea Weather Information"^^xsd:string ;
4440 rdfs:subClassOf rhspin:DPRTableTemplates ; 4440 rdfs:subClassOf rhspin:DPRTableTemplates ;
4441 spin:body 4441 spin:body
4442 [ rdf:type sp:Select ; 4442 [ rdf:type sp:Select ;
4443 sp:distinct "true"^^xsd:boolean ; 4443 sp:distinct "true"^^xsd:boolean ;
4444 - sp:resultVariables ([ sp:varName "baromPressure"^^xsd:string 4444 + sp:resultVariables ([ sp:varName "waterTemperature"^^xsd:string
4445 - ] [ sp:varName "windChill"^^xsd:string 4445 + ] [ sp:varName "horizontalDirectionAzimuth"^^xsd:string
4446 - ] [ sp:varName "cloudCeilingHeight"^^xsd:string
4447 ] [ sp:varName "avgWaveHeight"^^xsd:string 4446 ] [ sp:varName "avgWaveHeight"^^xsd:string
4448 ] [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string 4447 ] [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string
4449 ] [ sp:varName "maxWaveHeight"^^xsd:string 4448 ] [ sp:varName "maxWaveHeight"^^xsd:string
4449 + ] [ sp:varName "period"^^xsd:string
4450 + ] [ sp:varName "aziCurrentSea"^^xsd:string
4451 + ]) ;
4452 + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
4453 + sp:predicate rdf:type ;
4454 + sp:subject
4455 + [ sp:varName "report"^^xsd:string
4456 + ]
4457 + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ;
4458 + sp:predicate rdf:type ;
4459 + sp:subject
4460 + [ sp:varName "productionOperationReport"^^xsd:string
4461 + ]
4462 + ] [ sp:object
4463 + [ sp:varName "productionReport"^^xsd:string
4464 + ] ;
4465 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
4466 + sp:subject
4467 + [ sp:varName "productionOperationReport"^^xsd:string
4468 + ]
4469 + ] [ sp:object
4470 + [ sp:varName "installationPart"^^xsd:string
4471 + ] ;
4472 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
4473 + sp:subject
4474 + [ sp:varName "prodOpInstallRpt"^^xsd:string
4475 + ]
4476 + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ;
4477 + sp:predicate rdf:type ;
4478 + sp:subject
4479 + [ sp:varName "prodOpInstallRpt"^^xsd:string
4480 + ]
4481 + ] [ sp:object
4482 + [ sp:varName "productionOperationReport"^^xsd:string
4483 + ] ;
4484 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
4485 + sp:subject
4486 + [ sp:varName "prodOpInstallRpt"^^xsd:string
4487 + ]
4488 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ;
4489 + sp:predicate rdf:type ;
4490 + sp:subject
4491 + [ sp:varName "surroundingEnvironment2"^^xsd:string
4492 + ]
4493 + ] [ sp:object
4494 + [ sp:varName "installationPart"^^xsd:string
4495 + ] ;
4496 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
4497 + sp:subject
4498 + [ sp:varName "surroundingEnvironment2"^^xsd:string
4499 + ]
4500 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ;
4501 + sp:predicate rdf:type ;
4502 + sp:subject
4503 + [ sp:varName "surroundingEnvironment1"^^xsd:string
4504 + ]
4505 + ] [ sp:object
4506 + [ sp:varName "surroundingEnvironment2"^^xsd:string
4507 + ] ;
4508 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
4509 + sp:subject
4510 + [ sp:varName "surroundingEnvironment1"^^xsd:string
4511 + ]
4512 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ;
4513 + sp:predicate rdf:type ;
4514 + sp:subject
4515 + [ sp:varName "surroundingWater"^^xsd:string
4516 + ]
4517 + ] [ sp:object
4518 + [ sp:varName "surroundingEnvironment1"^^xsd:string
4519 + ] ;
4520 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
4521 + sp:subject
4522 + [ sp:varName "surroundingWater"^^xsd:string
4523 + ]
4524 + ] [ sp:object
4525 + [ sp:varName "surfaceWaves"^^xsd:string
4526 + ] ;
4527 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ;
4528 + sp:subject
4529 + [ sp:varName "surroundingWater"^^xsd:string
4530 + ]
4531 + ] [ sp:object
4532 + [ sp:varName "temperatureType"^^xsd:string
4533 + ] ;
4534 + sp:predicate rdf:type ;
4535 + sp:subject
4536 + [ sp:varName "surroundingWater"^^xsd:string
4537 + ]
4538 + ] [ sp:object
4539 + [ sp:varName "flow"^^xsd:string
4540 + ] ;
4541 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
4542 + sp:subject
4543 + [ sp:varName "surroundingWater"^^xsd:string
4544 + ]
4545 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Current> ;
4546 + sp:predicate rdf:type ;
4547 + sp:subject
4548 + [ sp:varName "flow"^^xsd:string
4549 + ]
4550 + ] [ sp:object
4551 + [ sp:varName "planeAngleObject"^^xsd:string
4552 + ] ;
4553 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ;
4554 + sp:subject
4555 + [ sp:varName "flow"^^xsd:string
4556 + ]
4557 + ] [ rdf:type sp:Bind ;
4558 + sp:expression
4559 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4560 + sp:arg1 [ sp:varName "planeAngleObject"^^xsd:string
4561 + ]
4562 + ] ;
4563 + sp:variable
4564 + [ sp:varName "aziCurrentSea"^^xsd:string
4565 + ]
4566 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
4567 + sp:predicate rdf:type ;
4568 + sp:subject
4569 + [ sp:varName "temperatureType"^^xsd:string
4570 + ]
4571 + ] [ rdf:type sp:Bind ;
4572 + sp:expression
4573 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4574 + sp:arg1 [ sp:varName "temperatureType"^^xsd:string
4575 + ]
4576 + ] ;
4577 + sp:variable
4578 + [ sp:varName "waterTemperature"^^xsd:string
4579 + ]
4580 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
4581 + sp:predicate rdf:type ;
4582 + sp:subject
4583 + [ sp:varName "surfaceWaves"^^xsd:string
4584 + ]
4585 + ] [ sp:object
4586 + [ sp:varName "avgWaveHeightObject"^^xsd:string
4587 + ] ;
4588 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ;
4589 + sp:subject
4590 + [ sp:varName "surfaceWaves"^^xsd:string
4591 + ]
4592 + ] [ sp:object
4593 + [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string
4594 + ] ;
4595 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ;
4596 + sp:subject
4597 + [ sp:varName "surfaceWaves"^^xsd:string
4598 + ]
4599 + ] [ sp:object
4600 + [ sp:varName "maxWaveHeightObject"^^xsd:string
4601 + ] ;
4602 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ;
4603 + sp:subject
4604 + [ sp:varName "surfaceWaves"^^xsd:string
4605 + ]
4606 + ] [ sp:object
4607 + [ sp:varName "horizontalDirectionAzimuthObject"^^xsd:string
4608 + ] ;
4609 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ;
4610 + sp:subject
4611 + [ sp:varName "surfaceWaves"^^xsd:string
4612 + ]
4613 + ] [ sp:object
4614 + [ sp:varName "periodObject"^^xsd:string
4615 + ] ;
4616 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#period> ;
4617 + sp:subject
4618 + [ sp:varName "surfaceWaves"^^xsd:string
4619 + ]
4620 + ] [ sp:object
4621 + [ sp:varName "avgWaveHeight"^^xsd:string
4622 + ] ;
4623 + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
4624 + sp:subject
4625 + [ sp:varName "avgWaveHeightObject"^^xsd:string
4626 + ]
4627 + ] [ rdf:type sp:Bind ;
4628 + sp:expression
4629 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4630 + sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string
4631 + ]
4632 + ] ;
4633 + sp:variable
4634 + [ sp:varName "maxWaveHeight"^^xsd:string
4635 + ]
4636 + ] [ rdf:type sp:Bind ;
4637 + sp:expression
4638 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4639 + sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string
4640 + ]
4641 + ] ;
4642 + sp:variable
4643 + [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string
4644 + ]
4645 + ] [ rdf:type sp:Bind ;
4646 + sp:expression
4647 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4648 + sp:arg1 [ sp:varName "avgWaveHeightObject"^^xsd:string
4649 + ]
4650 + ] ;
4651 + sp:variable
4652 + [ sp:varName "averageWaveHeight"^^xsd:string
4653 + ]
4654 + ] [ rdf:type sp:Bind ;
4655 + sp:expression
4656 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4657 + sp:arg1 [ sp:varName "horizontalDirectionAzimuthObject"^^xsd:string
4658 + ]
4659 + ] ;
4660 + sp:variable
4661 + [ sp:varName "horizontalDirectionAzimuth"^^xsd:string
4662 + ]
4663 + ] [ rdf:type sp:Bind ;
4664 + sp:expression
4665 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4666 + sp:arg1 [ sp:varName "periodObject"^^xsd:string
4667 + ]
4668 + ] ;
4669 + sp:variable
4670 + [ sp:varName "period"^^xsd:string
4671 + ]
4672 + ])
4673 + ] ;
4674 + rhspin:tableHeaders ("""Sea
4675 +Temperature"""^^xsd:string """Wave Direction
4676 +(Azimuth Wave)"""^^xsd:string """Average
4677 +Wave Height"""^^xsd:string """Significant
4678 +Wave Height"""^^xsd:string """Maximum
4679 +Wave Height"""^^xsd:string """Wave
4680 +Period"""^^xsd:string """Azimuth
4681 +Sea Current"""^^xsd:string) .
4682 +
4683 +dpr-tables:WeatherInformation
4684 + rdf:type rhspin:TableTemplate ;
4685 + rdfs:label "Atmosphere Weather Information"^^xsd:string ;
4686 + rdfs:subClassOf rhspin:DPRTableTemplates ;
4687 + spin:body
4688 + [ rdf:type sp:Select ;
4689 + sp:distinct "true"^^xsd:boolean ;
4690 + sp:resultVariables ([ sp:varName "minTemperature"^^xsd:string
4691 + ] [ sp:varName "maxTemperature"^^xsd:string
4692 + ] [ sp:varName "baromPressure"^^xsd:string
4693 + ] [ sp:varName "windChill"^^xsd:string
4694 + ] [ sp:varName "cloudCeilingHeight"^^xsd:string
4695 + ] [ sp:varName "coverCloud"^^xsd:string
4696 + ] [ sp:varName "visibility"^^xsd:string
4697 + ] [ sp:varName "beaufortNumber"^^xsd:string
4698 + ] [ sp:varName "windSpeed"^^xsd:string
4699 + ] [ sp:varName "aziWind"^^xsd:string
4700 + ] [ sp:varName "precipitationName"^^xsd:string
4701 + ] [ sp:varName "precipitationAmount"^^xsd:string
4450 ] [ sp:varName "description"^^xsd:string 4702 ] [ sp:varName "description"^^xsd:string
4451 ]) ; 4703 ]) ;
4452 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 4704 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
...@@ -4519,28 +4771,85 @@ dpr-tables:WeatherInformation ...@@ -4519,28 +4771,85 @@ dpr-tables:WeatherInformation
4519 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 4771 ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
4520 sp:predicate rdf:type ; 4772 sp:predicate rdf:type ;
4521 sp:subject 4773 sp:subject
4522 - [ sp:varName "surroundingAir"^^xsd:string 4774 + [ sp:varName "surroundingAir1"^^xsd:string
4523 ] 4775 ]
4524 ] [ sp:object 4776 ] [ sp:object
4525 [ sp:varName "pressure"^^xsd:string 4777 [ sp:varName "pressure"^^xsd:string
4526 ] ; 4778 ] ;
4527 sp:predicate rdf:type ; 4779 sp:predicate rdf:type ;
4528 sp:subject 4780 sp:subject
4529 - [ sp:varName "surroundingAir"^^xsd:string 4781 + [ sp:varName "surroundingAir1"^^xsd:string
4530 ] 4782 ]
4531 ] [ sp:object 4783 ] [ sp:object
4532 [ sp:varName "surroundingEnvironment1"^^xsd:string 4784 [ sp:varName "surroundingEnvironment1"^^xsd:string
4533 ] ; 4785 ] ;
4534 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 4786 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
4535 sp:subject 4787 sp:subject
4536 - [ sp:varName "surroundingAir"^^xsd:string 4788 + [ sp:varName "surroundingAir1"^^xsd:string
4537 ] 4789 ]
4538 ] [ sp:object 4790 ] [ sp:object
4539 [ sp:varName "windChillObject"^^xsd:string 4791 [ sp:varName "windChillObject"^^xsd:string
4540 ] ; 4792 ] ;
4541 sp:predicate <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> ; 4793 sp:predicate <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> ;
4542 sp:subject 4794 sp:subject
4543 - [ sp:varName "surroundingAir"^^xsd:string 4795 + [ sp:varName "surroundingAir1"^^xsd:string
4796 + ]
4797 + ] [ sp:object
4798 + [ sp:varName "wind"^^xsd:string
4799 + ] ;
4800 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
4801 + sp:subject
4802 + [ sp:varName "surroundingAir1"^^xsd:string
4803 + ]
4804 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ;
4805 + sp:predicate rdf:type ;
4806 + sp:subject
4807 + [ sp:varName "wind"^^xsd:string
4808 + ]
4809 + ] [ sp:object
4810 + [ sp:varName "velocity"^^xsd:string
4811 + ] ;
4812 + sp:predicate rdf:type ;
4813 + sp:subject
4814 + [ sp:varName "wind"^^xsd:string
4815 + ]
4816 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ;
4817 + sp:predicate rdf:type ;
4818 + sp:subject
4819 + [ sp:varName "velocity"^^xsd:string
4820 + ]
4821 + ] [ sp:object
4822 + [ sp:varName "beaufortNumber"^^xsd:string
4823 + ] ;
4824 + sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ;
4825 + sp:subject
4826 + [ sp:varName "velocity"^^xsd:string
4827 + ]
4828 + ] [ sp:object
4829 + [ sp:varName "windSpeed"^^xsd:string
4830 + ] ;
4831 + sp:predicate <http://www.reportinghub.no/ep/schema/core#m_s-1> ;
4832 + sp:subject
4833 + [ sp:varName "velocity"^^xsd:string
4834 + ]
4835 + ] [ sp:object
4836 + [ sp:varName "planeAngle"^^xsd:string
4837 + ] ;
4838 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ;
4839 + sp:subject
4840 + [ sp:varName "wind"^^xsd:string
4841 + ]
4842 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ;
4843 + sp:predicate rdf:type ;
4844 + sp:subject
4845 + [ sp:varName "planeAngle"^^xsd:string
4846 + ]
4847 + ] [ sp:object
4848 + [ sp:varName "aziWind"^^xsd:string
4849 + ] ;
4850 + sp:predicate <http://www.reportinghub.no/ep/schema/core#radian> ;
4851 + sp:subject
4852 + [ sp:varName "planeAngle"^^xsd:string
4544 ] 4853 ]
4545 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; 4854 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
4546 sp:predicate rdf:type ; 4855 sp:predicate rdf:type ;
...@@ -4553,7 +4862,14 @@ dpr-tables:WeatherInformation ...@@ -4553,7 +4862,14 @@ dpr-tables:WeatherInformation
4553 [ sp:varName "cloudCover"^^xsd:string 4862 [ sp:varName "cloudCover"^^xsd:string
4554 ] 4863 ]
4555 ] [ sp:object 4864 ] [ sp:object
4556 - [ sp:varName "surroundingAir"^^xsd:string 4865 + [ sp:varName "coverCloud"^^xsd:string
4866 + ] ;
4867 + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ;
4868 + sp:subject
4869 + [ sp:varName "cloudCover"^^xsd:string
4870 + ]
4871 + ] [ sp:object
4872 + [ sp:varName "surroundingAir1"^^xsd:string
4557 ] ; 4873 ] ;
4558 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 4874 sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
4559 sp:subject 4875 sp:subject
...@@ -4566,93 +4882,152 @@ dpr-tables:WeatherInformation ...@@ -4566,93 +4882,152 @@ dpr-tables:WeatherInformation
4566 sp:subject 4882 sp:subject
4567 [ sp:varName "cloudCover"^^xsd:string 4883 [ sp:varName "cloudCover"^^xsd:string
4568 ] 4884 ]
4569 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; 4885 + ] [ sp:object
4570 - sp:predicate rdf:type ; 4886 + [ sp:varName "surroundingAir2"^^xsd:string
4887 + ] ;
4888 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
4571 sp:subject 4889 sp:subject
4572 - [ sp:varName "surroundingWater"^^xsd:string 4890 + [ sp:varName "surroundingAir1"^^xsd:string
4573 ] 4891 ]
4574 ] [ sp:object 4892 ] [ sp:object
4575 - [ sp:varName "surroundingEnvironment1"^^xsd:string 4893 + [ sp:varName "visibilityObject"^^xsd:string
4576 ] ; 4894 ] ;
4577 - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; 4895 + sp:predicate <http://www.reportinghub.no/ep/schema/facility#visibility> ;
4578 sp:subject 4896 sp:subject
4579 - [ sp:varName "surroundingWater"^^xsd:string 4897 + [ sp:varName "surroundingAir1"^^xsd:string
4898 + ]
4899 + ] [ rdf:type sp:Bind ;
4900 + sp:expression
4901 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4902 + sp:arg1 [ sp:varName "visibilityObject"^^xsd:string
4903 + ]
4904 + ] ;
4905 + sp:variable
4906 + [ sp:varName "visibility"^^xsd:string
4907 + ]
4908 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
4909 + sp:predicate rdf:type ;
4910 + sp:subject
4911 + [ sp:varName "surroundingAir2"^^xsd:string
4580 ] 4912 ]
4581 ] [ sp:object 4913 ] [ sp:object
4582 - [ sp:varName "surfaceWaves"^^xsd:string 4914 + [ sp:varName "surroundingEnvironment2"^^xsd:string
4583 ] ; 4915 ] ;
4584 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; 4916 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
4585 sp:subject 4917 sp:subject
4586 - [ sp:varName "surroundingWater"^^xsd:string 4918 + [ sp:varName "surroundingAir2"^^xsd:string
4587 ] 4919 ]
4588 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 4920 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ;
4589 sp:predicate rdf:type ; 4921 sp:predicate rdf:type ;
4590 sp:subject 4922 sp:subject
4591 - [ sp:varName "surfaceWaves"^^xsd:string 4923 + [ sp:varName "surroundingEnvironment2"^^xsd:string
4592 ] 4924 ]
4593 ] [ sp:object 4925 ] [ sp:object
4594 - [ sp:varName "avgWaveHeightObject"^^xsd:string 4926 + [ sp:varName "setOfTemporalInstants"^^xsd:string
4595 ] ; 4927 ] ;
4596 - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; 4928 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ;
4597 sp:subject 4929 sp:subject
4598 - [ sp:varName "surfaceWaves"^^xsd:string 4930 + [ sp:varName "surroundingAir2"^^xsd:string
4599 ] 4931 ]
4600 ] [ sp:object 4932 ] [ sp:object
4601 - [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string 4933 + [ sp:varName "setOfTemporalInstants"^^xsd:string
4602 ] ; 4934 ] ;
4603 - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; 4935 + sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ;
4604 sp:subject 4936 sp:subject
4605 - [ sp:varName "surfaceWaves"^^xsd:string 4937 + [ sp:varName "classificationFunctionOverTime"^^xsd:string
4938 + ]
4939 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SetOfTemporalInstants> ;
4940 + sp:predicate rdf:type ;
4941 + sp:subject
4942 + [ sp:varName "setOfTemporalInstants"^^xsd:string
4943 + ]
4944 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ;
4945 + sp:predicate rdf:type ;
4946 + sp:subject
4947 + [ sp:varName "classificationFunctionOverTime"^^xsd:string
4606 ] 4948 ]
4607 ] [ sp:object 4949 ] [ sp:object
4608 - [ sp:varName "maxWaveHeightObject"^^xsd:string 4950 + [ sp:varName "minimum"^^xsd:string
4609 ] ; 4951 ] ;
4610 - sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; 4952 + sp:predicate <http://www.reportinghub.no/ep/schema/core#minimum> ;
4611 sp:subject 4953 sp:subject
4612 - [ sp:varName "surfaceWaves"^^xsd:string 4954 + [ sp:varName "classificationFunctionOverTime"^^xsd:string
4613 ] 4955 ]
4614 ] [ sp:object 4956 ] [ sp:object
4615 - [ sp:varName "avgWaveHeight"^^xsd:string 4957 + [ sp:varName "maximum"^^xsd:string
4616 ] ; 4958 ] ;
4617 - sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 4959 + sp:predicate <http://www.reportinghub.no/ep/schema/core#maximum> ;
4618 sp:subject 4960 sp:subject
4619 - [ sp:varName "avgWaveHeightObject"^^xsd:string 4961 + [ sp:varName "classificationFunctionOverTime"^^xsd:string
4620 ] 4962 ]
4621 ] [ rdf:type sp:Bind ; 4963 ] [ rdf:type sp:Bind ;
4622 sp:expression 4964 sp:expression
4623 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; 4965 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4624 - sp:arg1 [ sp:varName "windChillObject"^^xsd:string 4966 + sp:arg1 [ sp:varName "minimum"^^xsd:string
4625 ] 4967 ]
4626 ] ; 4968 ] ;
4627 sp:variable 4969 sp:variable
4628 - [ sp:varName "windChill"^^xsd:string 4970 + [ sp:varName "minTemperature"^^xsd:string
4629 ] 4971 ]
4630 ] [ rdf:type sp:Bind ; 4972 ] [ rdf:type sp:Bind ;
4631 sp:expression 4973 sp:expression
4632 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; 4974 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4633 - sp:arg1 [ sp:varName "maxWaveHeightObject"^^xsd:string 4975 + sp:arg1 [ sp:varName "maximum"^^xsd:string
4634 ] 4976 ]
4635 ] ; 4977 ] ;
4636 sp:variable 4978 sp:variable
4637 - [ sp:varName "maxWaveHeight"^^xsd:string 4979 + [ sp:varName "maxTemperature"^^xsd:string
4980 + ]
4981 + ] [ sp:object
4982 + [ sp:varName "flow"^^xsd:string
4983 + ] ;
4984 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
4985 + sp:subject
4986 + [ sp:varName "surroundingAir2"^^xsd:string
4987 + ]
4988 + ] [ sp:object
4989 + [ sp:varName "precipitationType"^^xsd:string
4990 + ] ;
4991 + sp:predicate rdf:type ;
4992 + sp:subject
4993 + [ sp:varName "flow"^^xsd:string
4994 + ]
4995 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#PrecipitationType> ;
4996 + sp:predicate rdf:type ;
4997 + sp:subject
4998 + [ sp:varName "precipitationType"^^xsd:string
4999 + ]
5000 + ] [ sp:object
5001 + [ sp:varName "precipitationName"^^xsd:string
5002 + ] ;
5003 + sp:predicate rdfs:label ;
5004 + sp:subject
5005 + [ sp:varName "precipitationType"^^xsd:string
5006 + ]
5007 + ] [ sp:object
5008 + [ sp:varName "precipitationAmountObj"^^xsd:string
5009 + ] ;
5010 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ;
5011 + sp:subject
5012 + [ sp:varName "flow"^^xsd:string
4638 ] 5013 ]
4639 ] [ rdf:type sp:Bind ; 5014 ] [ rdf:type sp:Bind ;
4640 sp:expression 5015 sp:expression
4641 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; 5016 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4642 - sp:arg1 [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string 5017 + sp:arg1 [ sp:varName "precipitationAmountObj"^^xsd:string
4643 ] 5018 ]
4644 ] ; 5019 ] ;
4645 sp:variable 5020 sp:variable
4646 - [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string 5021 + [ sp:varName "precipitationAmount"^^xsd:string
4647 ] 5022 ]
4648 ] [ rdf:type sp:Bind ; 5023 ] [ rdf:type sp:Bind ;
4649 sp:expression 5024 sp:expression
4650 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; 5025 [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
4651 - sp:arg1 [ sp:varName "avgWaveHeightObject"^^xsd:string 5026 + sp:arg1 [ sp:varName "windChillObject"^^xsd:string
4652 ] 5027 ]
4653 ] ; 5028 ] ;
4654 sp:variable 5029 sp:variable
4655 - [ sp:varName "averageWaveHeight"^^xsd:string 5030 + [ sp:varName "windChill"^^xsd:string
4656 ] 5031 ]
4657 ] [ rdf:type sp:Bind ; 5032 ] [ rdf:type sp:Bind ;
4658 sp:expression 5033 sp:expression
...@@ -4674,14 +5049,14 @@ dpr-tables:WeatherInformation ...@@ -4674,14 +5049,14 @@ dpr-tables:WeatherInformation
4674 ] 5049 ]
4675 ]) 5050 ])
4676 ] ; 5051 ] ;
4677 - rhspin:tableHeaders ("""Barometric 5052 + rhspin:tableHeaders ("""Minimum
4678 -Pressure"""^^xsd:string """Wind 5053 +Temperature"""^^xsd:string """Maximum
4679 -Chill"""^^xsd:string """Cloud Ceiling 5054 +Temperature"""^^xsd:string """Barometric
4680 -Height"""^^xsd:string """Average 5055 +Pressure"""^^xsd:string """Wind Chill
4681 -Wave Height"""^^xsd:string """Average Third 5056 +Factor"""^^xsd:string "Cloud Ceiling"^^xsd:string "Cloud Description"^^xsd:string "Visibility"^^xsd:string """Beaufort
4682 -Highest Wave 5057 +Wind Scale"""^^xsd:string "Wind Speed"^^xsd:string "Azimuth Wind"^^xsd:string """Precipitation
4683 -Height"""^^xsd:string """Maximum Wave 5058 +Type"""^^xsd:string """Amount
4684 -Height"""^^xsd:string "Comments"^^xsd:string) . 5059 +Precipitation"""^^xsd:string "Comments"^^xsd:string) .
4685 5060
4686 dpr-tables:WellFluidLevelTest 5061 dpr-tables:WellFluidLevelTest
4687 rdf:type rhspin:TableTemplate ; 5062 rdf:type rhspin:TableTemplate ;
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
11 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
14 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 16
17 transhelp:derivedFrom 17 transhelp:derivedFrom
18 rdf:type owl:ObjectProperty . 18 rdf:type owl:ObjectProperty .
19 19
20 transhelp:facilityIdentifier 20 transhelp:facilityIdentifier
21 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 21 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
22 22
23 transhelp:forComment 23 transhelp:forComment
24 rdf:type owl:ObjectProperty ; 24 rdf:type owl:ObjectProperty ;
...@@ -29,28 +29,31 @@ transhelp:forComment ...@@ -29,28 +29,31 @@ transhelp:forComment
29 transhelp:hasDerivedText 29 transhelp:hasDerivedText
30 rdf:type owl:DatatypeProperty . 30 rdf:type owl:DatatypeProperty .
31 31
32 +transhelp:interval
33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 +
32 transhelp:intervalEnd 35 transhelp:intervalEnd
33 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 37
35 transhelp:intervalIdentifier 38 transhelp:intervalIdentifier
36 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
37 40
38 transhelp:intervalStart 41 transhelp:intervalStart
39 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 42 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
40 43
41 transhelp:label 44 transhelp:label
42 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 45 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
43 46
44 transhelp:mapsTo 47 transhelp:mapsTo
45 rdf:type rdf:Property . 48 rdf:type rdf:Property .
46 49
47 transhelp:materialClassMapsToMPREnumeration 50 transhelp:materialClassMapsToMPREnumeration
48 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 51 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
49 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 52 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
50 rdfs:subPropertyOf transhelp:mapsTo . 53 rdfs:subPropertyOf transhelp:mapsTo .
51 54
52 transhelp:nominalInstant 55 transhelp:nominalInstant
53 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 56 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
54 57
55 transhelp:standardTempPres 58 transhelp:standardTempPres
56 rdf:type rdf:Property ; 59 rdf:type rdf:Property ;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1 13 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1
14 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 14 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1
15 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 15 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0
16 +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0
16 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 17 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0
17 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 18 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1
18 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 19 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
31 @prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> . 32 @prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> .
32 @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . 33 @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> .
33 @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . 34 @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> .
35 +@prefix TRANSFORM_mpr-productVolumePeriod-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0#> .
34 @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . 36 @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> .
35 @prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> . 37 @prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> .
36 @prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . 38 @prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> .
...@@ -50,5 +52,5 @@ ...@@ -50,5 +52,5 @@
50 52
51 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> 53 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
52 rdf:type owl:Ontology ; 54 rdf:type owl:Ontology ;
53 - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; 55 + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumePeriod-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ;
54 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 56 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 +# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
2 +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
3 +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 +
5 +@prefix : <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
6 +@prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
7 +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix pca-rdl: <http://posccaesar.org/rdl/> .
10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 +
14 +pca-rdl:ERH00000
15 + rdf:type ISO-15926-2_2003:Thing , owl:Class ;
16 + rdfs:subClassOf owl:Thing ;
17 + pca-rdl:hasDesignation
18 + "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
19 + pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
20 +
21 +pca-rdl:ERH00001
22 + rdf:type ISO-15926-2_2003:ClassOfClass , owl:Class ;
23 + rdfs:subClassOf owl:Thing ;
24 + pca-rdl:hasDesignation
25 + "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
26 + pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
27 +
28 +<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
29 + rdf:type owl:Ontology ;
30 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
31 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology 1 +SELECT DISTINCT ?RDDesignation ?RDDefinition ?RDId ?EntityType ?RDURI ?RDSuperclass ?RDSuperclassId ?RDSuperclassURI ?ERHLocalname ?ERHOntology
2 WHERE { 2 WHERE {
3 - ?s pca-rdl:hasDesignation ?RDLDesignation . 3 + ?RDURI pca-rdl:hasDesignation ?RDDesignation .
4 - ?s pca-rdl:hasDefinition ?RDLDefinition . 4 + ?RDURI pca-rdl:hasDefinition ?RDDefinition .
5 - ?s rdf:type ?p2 . 5 + ?RDURI pca-rdl:hasIdPCA ?RDId .
6 + ?RDURI rdf:type ?p2 .
7 + FILTER ( afn:namespace(?p2) = "http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#" )
6 BIND (afn:localname(?p2) AS ?EntityType ) 8 BIND (afn:localname(?p2) AS ?EntityType )
7 OPTIONAL { 9 OPTIONAL {
8 - ?spec ISO-15926-2_2003:hasSubclass ?s . 10 + ?spec ISO-15926-2_2003:hasSubclass ?RDURI .
9 - ?spec ISO-15926-2_2003:hasSuperclass ?sup . 11 + ?spec ISO-15926-2_2003:hasSuperclass ?RDSuperclassURI .
10 - ?sup pca-rdl:hasDesignation ?RDLSuperclass . 12 + ?RDSuperclassURI pca-rdl:hasDesignation ?RDSuperclass .
13 + ?RDSuperclassURI pca-rdl:hasIdPCA ?RDSuperclassId .
11 } 14 }
12 15
13 - ?erh owl:sameAs ?s . 16 + ?erh owl:sameAs ?RDURI .
14 BIND (afn:localname(?erh) AS ?ERHLocalname ) 17 BIND (afn:localname(?erh) AS ?ERHLocalname )
15 BIND (afn:namespace(?erh) AS ?ERHOntology ) 18 BIND (afn:namespace(?erh) AS ?ERHOntology )
16 } 19 }
...\ No newline at end of file ...\ No newline at end of file
......
1 +SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?CoPossessor ?ERHLocalname ?ERHOntology
2 +WHERE {
3 + ?s pca-rdl:hasDesignation ?RDLDesignation .
4 + ?s ISO-15926-2_2003:hasClassOfPossessor ?CoPossessor .
5 + ?s pca-rdl:hasDefinition ?RDLDefinition .
6 + ?s rdf:type ?p2 .
7 + BIND (afn:localname(?p2) AS ?EntityType )
8 + OPTIONAL {
9 + ?spec ISO-15926-2_2003:hasSubclass ?s .
10 + ?spec ISO-15926-2_2003:hasSuperclass ?sup .
11 + ?sup pca-rdl:hasDesignation ?RDLSuperclass .
12 + ?sup pca-rdl:hasIdPCA ?RDLSuperclassId .
13 + }
14 +
15 + ?erh owl:sameAs ?s .
16 + BIND (afn:localname(?erh) AS ?ERHLocalname )
17 + BIND (afn:namespace(?erh) AS ?ERHOntology )
18 +}
...\ No newline at end of file ...\ No newline at end of file
...@@ -3,10 +3,12 @@ ...@@ -3,10 +3,12 @@
3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations 3 # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 # imports: http://www.reportinghub.no/ep/schema/1.0/drilling 5 # imports: http://www.reportinghub.no/ep/schema/1.0/drilling
6 +# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
6 7
7 @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . 8 @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> .
8 @prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . 9 @prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
9 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . 10 @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
11 +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
10 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 12 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
11 @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . 13 @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
12 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 14 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
...@@ -22,9 +24,238 @@ ...@@ -22,9 +24,238 @@
22 24
23 <http://www.reportinghub.no/refdata/transform/class2rd> 25 <http://www.reportinghub.no/refdata/transform/class2rd>
24 rdf:type owl:Ontology ; 26 rdf:type owl:Ontology ;
25 - owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> ; 27 + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/drilling> , <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> ;
26 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 28 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
27 29
30 +rdfs:Class
31 + spin:rule
32 + [ rdf:type sp:Construct ;
33 + rdfs:comment "0180 Set URI and designation for EHR RD Class"^^xsd:string ;
34 + sp:templates ([ sp:object
35 + [ sp:varName "thisrduri"^^xsd:string
36 + ] ;
37 + sp:predicate owl:sameAs ;
38 + sp:subject spin:_this
39 + ] [ sp:object
40 + [ sp:varName "desigation"^^xsd:string
41 + ] ;
42 + sp:predicate <http://posccaesar.org/rdl/hasDesignation> ;
43 + sp:subject
44 + [ sp:varName "thisrduri"^^xsd:string
45 + ]
46 + ] [ sp:object
47 + [ sp:varName "definition"^^xsd:string
48 + ] ;
49 + sp:predicate <http://posccaesar.org/rdl/hasDefinition> ;
50 + sp:subject
51 + [ sp:varName "thisrduri"^^xsd:string
52 + ]
53 + ] [ sp:object
54 + [ sp:varName "pcaid"^^xsd:string
55 + ] ;
56 + sp:predicate <http://posccaesar.org/rdl/hasIdPCA> ;
57 + sp:subject
58 + [ sp:varName "thisrduri"^^xsd:string
59 + ]
60 + ] [ sp:object "RDFS Class" ;
61 + sp:predicate rdfs:comment ;
62 + sp:subject
63 + [ sp:varName "thisrduri"^^xsd:string
64 + ]
65 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
66 + sp:predicate rdf:type ;
67 + sp:subject
68 + [ sp:varName "thisrduri"^^xsd:string
69 + ]
70 + ]) ;
71 + sp:where ([ rdf:type sp:NotExists ;
72 + sp:elements ([ sp:object owl:Class ;
73 + sp:predicate rdf:type ;
74 + sp:subject spin:_this
75 + ])
76 + ] [ rdf:type sp:NotExists ;
77 + sp:elements ([ sp:object
78 + [ sp:varName "same"^^xsd:string
79 + ] ;
80 + sp:predicate owl:sameAs ;
81 + sp:subject spin:_this
82 + ])
83 + ] [ rdf:type sp:NotExists ;
84 + sp:elements ([ sp:object
85 + [ sp:varName "seerd"^^xsd:string
86 + ] ;
87 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
88 + sp:subject spin:_this
89 + ])
90 + ] [ rdf:type sp:Filter ;
91 + sp:expression
92 + [ rdf:type sp:ne ;
93 + sp:arg1 [ rdf:type afn:namespace ;
94 + sp:arg1 spin:_this
95 + ] ;
96 + sp:arg2 "http://www.linkedmodel.org/schema/vaem#"
97 + ]
98 + ] [ sp:object
99 + [ sp:varName "definition"^^xsd:string
100 + ] ;
101 + sp:predicate rdfs:comment ;
102 + sp:subject spin:_this
103 + ] [ sp:object
104 + [ sp:varName "label"^^xsd:string
105 + ] ;
106 + sp:predicate rdfs:label ;
107 + sp:subject spin:_this
108 + ] [ rdf:type sp:Bind ;
109 + sp:expression
110 + [ rdf:type spif:generateUUID
111 + ] ;
112 + sp:variable
113 + [ sp:varName "uuid"^^xsd:string
114 + ]
115 + ] [ rdf:type sp:Bind ;
116 + sp:expression
117 + [ rdf:type fn:concat ;
118 + sp:arg1 "ERH" ;
119 + sp:arg2 [ sp:varName "uuid"^^xsd:string
120 + ]
121 + ] ;
122 + sp:variable
123 + [ sp:varName "pcaid"^^xsd:string
124 + ]
125 + ] [ rdf:type sp:Bind ;
126 + sp:expression
127 + [ rdf:type spif:buildURI ;
128 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
129 + ] ;
130 + sp:variable
131 + [ sp:varName "thisrduri"^^xsd:string
132 + ]
133 + ] [ rdf:type sp:Bind ;
134 + sp:expression
135 + [ rdf:type fn:upper-case ;
136 + sp:arg1 [ sp:varName "label"^^xsd:string
137 + ]
138 + ] ;
139 + sp:variable
140 + [ sp:varName "desigation"^^xsd:string
141 + ]
142 + ])
143 + ] ;
144 + spin:rule
145 + [ rdf:type sp:Construct ;
146 + rdfs:comment "0185 Handle subclasses"^^xsd:string ;
147 + sp:templates ([ sp:object ISO-15926-2_2003:Specialization ;
148 + sp:predicate rdf:type ;
149 + sp:subject
150 + [ sp:varName "specuri"^^xsd:string
151 + ]
152 + ] [ sp:object
153 + [ sp:varName "thisrduri"^^xsd:string
154 + ] ;
155 + sp:predicate ISO-15926-2_2003:hasSubclass ;
156 + sp:subject
157 + [ sp:varName "specuri"^^xsd:string
158 + ]
159 + ] [ sp:object
160 + [ sp:varName "superclassrduri"^^xsd:string
161 + ] ;
162 + sp:predicate ISO-15926-2_2003:hasSuperclass ;
163 + sp:subject
164 + [ sp:varName "specuri"^^xsd:string
165 + ]
166 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
167 + sp:predicate rdf:type ;
168 + sp:subject
169 + [ sp:varName "specuri"^^xsd:string
170 + ]
171 + ]) ;
172 + sp:where ([ rdf:type sp:NotExists ;
173 + sp:elements ([ sp:object owl:Class ;
174 + sp:predicate rdf:type ;
175 + sp:subject spin:_this
176 + ])
177 + ] [ sp:object
178 + [ sp:varName "superclass"^^xsd:string
179 + ] ;
180 + sp:predicate rdfs:subClassOf ;
181 + sp:subject spin:_this
182 + ] [ sp:object
183 + [ sp:varName "thisrduri"^^xsd:string
184 + ] ;
185 + sp:predicate owl:sameAs ;
186 + sp:subject spin:_this
187 + ] [ sp:object
188 + [ sp:varName "superclassrduri"^^xsd:string
189 + ] ;
190 + sp:predicate owl:sameAs ;
191 + sp:subject
192 + [ sp:varName "superclass"^^xsd:string
193 + ]
194 + ] [ rdf:type sp:Bind ;
195 + sp:expression
196 + [ rdf:type spif:generateUUID
197 + ] ;
198 + sp:variable
199 + [ sp:varName "uuid"^^xsd:string
200 + ]
201 + ] [ rdf:type sp:Bind ;
202 + sp:expression
203 + [ rdf:type fn:concat ;
204 + sp:arg1 "ERH" ;
205 + sp:arg2 [ sp:varName "uuid"^^xsd:string
206 + ]
207 + ] ;
208 + sp:variable
209 + [ sp:varName "pcaid"^^xsd:string
210 + ]
211 + ] [ rdf:type sp:Bind ;
212 + sp:expression
213 + [ rdf:type spif:buildURI ;
214 + sp:arg1 "<http://posccaesar.org/rdl/{?pcaid}>"
215 + ] ;
216 + sp:variable
217 + [ sp:varName "specuri"^^xsd:string
218 + ]
219 + ])
220 + ] ;
221 + spin:rule
222 + [ rdf:type sp:Construct ;
223 + rdfs:comment "0190 Set sameAs for RD items already in PCA RDL"^^xsd:string ;
224 + sp:templates ([ sp:object
225 + [ sp:varName "rduri"^^xsd:string
226 + ] ;
227 + sp:predicate owl:sameAs ;
228 + sp:subject spin:_this
229 + ]) ;
230 + sp:where ([ rdf:type sp:NotExists ;
231 + sp:elements ([ sp:object owl:Class ;
232 + sp:predicate rdf:type ;
233 + sp:subject spin:_this
234 + ])
235 + ] [ rdf:type sp:NotExists ;
236 + sp:elements ([ sp:object
237 + [ sp:varName "same"^^xsd:string
238 + ] ;
239 + sp:predicate owl:sameAs ;
240 + sp:subject spin:_this
241 + ])
242 + ] [ sp:object
243 + [ sp:varName "seerd"^^xsd:string
244 + ] ;
245 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
246 + sp:subject spin:_this
247 + ] [ rdf:type sp:Bind ;
248 + sp:expression
249 + [ rdf:type smf:buildURI ;
250 + sp:arg1 [ sp:varName "seerd"^^xsd:string
251 + ]
252 + ] ;
253 + sp:variable
254 + [ sp:varName "rduri"^^xsd:string
255 + ]
256 + ])
257 + ] .
258 +
28 owl:Class 259 owl:Class
29 spin:rule 260 spin:rule
30 [ rdf:type sp:Construct ; 261 [ rdf:type sp:Construct ;
...@@ -55,6 +286,33 @@ owl:Class ...@@ -55,6 +286,33 @@ owl:Class
55 sp:subject 286 sp:subject
56 [ sp:varName "thisrduri"^^xsd:string 287 [ sp:varName "thisrduri"^^xsd:string
57 ] 288 ]
289 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
290 + sp:predicate rdf:type ;
291 + sp:subject
292 + [ sp:varName "thisrduri"^^xsd:string
293 + ]
294 + ] [ sp:object ISO-15926-2_2003:Classification ;
295 + sp:predicate rdf:type ;
296 + sp:subject
297 + [ sp:varName "clsncuri"^^xsd:string
298 + ]
299 + ] [ sp:object <http://posccaesar.org/rdl/ERH00001> ;
300 + sp:predicate ISO-15926-2_2003:hasClassifier ;
301 + sp:subject
302 + [ sp:varName "clsncuri"^^xsd:string
303 + ]
304 + ] [ sp:object
305 + [ sp:varName "thisrduri"^^xsd:string
306 + ] ;
307 + sp:predicate ISO-15926-2_2003:hasClassified ;
308 + sp:subject
309 + [ sp:varName "clsncuri"^^xsd:string
310 + ]
311 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
312 + sp:predicate rdf:type ;
313 + sp:subject
314 + [ sp:varName "clsncuri"^^xsd:string
315 + ]
58 ]) ; 316 ]) ;
59 sp:where ([ rdf:type sp:NotExists ; 317 sp:where ([ rdf:type sp:NotExists ;
60 sp:elements ([ sp:object 318 sp:elements ([ sp:object
...@@ -122,6 +380,31 @@ owl:Class ...@@ -122,6 +380,31 @@ owl:Class
122 sp:variable 380 sp:variable
123 [ sp:varName "desigation"^^xsd:string 381 [ sp:varName "desigation"^^xsd:string
124 ] 382 ]
383 + ] [ rdf:type sp:Bind ;
384 + sp:expression
385 + [ rdf:type spif:generateUUID
386 + ] ;
387 + sp:variable
388 + [ sp:varName "clsnuuid"^^xsd:string
389 + ]
390 + ] [ rdf:type sp:Bind ;
391 + sp:expression
392 + [ rdf:type fn:concat ;
393 + sp:arg1 "ERH" ;
394 + sp:arg2 [ sp:varName "clsnuuid"^^xsd:string
395 + ]
396 + ] ;
397 + sp:variable
398 + [ sp:varName "clsnid"^^xsd:string
399 + ]
400 + ] [ rdf:type sp:Bind ;
401 + sp:expression
402 + [ rdf:type spif:buildURI ;
403 + sp:arg1 "<http://posccaesar.org/rdl/{?clsnid}>"
404 + ] ;
405 + sp:variable
406 + [ sp:varName "clsncuri"^^xsd:string
407 + ]
125 ]) 408 ])
126 ] ; 409 ] ;
127 spin:rule 410 spin:rule
...@@ -178,6 +461,11 @@ owl:Class ...@@ -178,6 +461,11 @@ owl:Class
178 sp:subject 461 sp:subject
179 [ sp:varName "specuri"^^xsd:string 462 [ sp:varName "specuri"^^xsd:string
180 ] 463 ]
464 + ] [ sp:object <http://posccaesar.org/rdl/ERH00000> ;
465 + sp:predicate rdf:type ;
466 + sp:subject
467 + [ sp:varName "specuri"^^xsd:string
468 + ]
181 ]) ; 469 ]) ;
182 sp:where ([ sp:object 470 sp:where ([ sp:object
183 [ sp:varName "superclass"^^xsd:string 471 [ sp:varName "superclass"^^xsd:string
......
1 +# baseURI: http://www.reportinghub.no/refdata/transform/match-designation
2 +# imports: file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls
3 +# imports: http://spinrdf.org/spin
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 +
6 +@prefix : <http://www.reportinghub.no/refdata/transform/match-designation#> .
7 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix sp: <http://spinrdf.org/sp#> .
12 +@prefix spin: <http://spinrdf.org/spin#> .
13 +@prefix spl: <http://spinrdf.org/spl#> .
14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 +
16 +<http://www.reportinghub.no/ep/schema/core#PropertySpace>
17 + spin:rule
18 + [ rdf:type sp:Construct ;
19 + sp:templates ([ sp:object
20 + [ sp:varName "uri"^^xsd:string
21 + ] ;
22 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
23 + sp:subject spin:_this
24 + ]) ;
25 + sp:where ([ rdf:type sp:NotExists ;
26 + sp:elements ([ sp:object
27 + [ sp:varName "ref"^^xsd:string
28 + ] ;
29 + sp:predicate <http://www.reportinghub.no/ep/schema/core#seeReferenceData> ;
30 + sp:subject spin:_this
31 + ])
32 + ] [ sp:object
33 + [ sp:varName "label"^^xsd:string
34 + ] ;
35 + sp:predicate rdfs:label ;
36 + sp:subject spin:_this
37 + ] [ rdf:type sp:Bind ;
38 + sp:expression
39 + [ rdf:type fn:upper-case ;
40 + sp:arg1 [ sp:varName "label"^^xsd:string
41 + ]
42 + ] ;
43 + sp:variable
44 + [ sp:varName "thisdes"^^xsd:string
45 + ]
46 + ] [ sp:object
47 + [ sp:varName "thisdes"^^xsd:string
48 + ] ;
49 + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#des> ;
50 + sp:subject
51 + [ sp:varName "rd"^^xsd:string
52 + ]
53 + ] [ sp:object
54 + [ sp:varName "uri"^^xsd:string
55 + ] ;
56 + sp:predicate <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls#uRI> ;
57 + sp:subject
58 + [ sp:varName "rd"^^xsd:string
59 + ]
60 + ])
61 + ] .
62 +
63 +<http://www.reportinghub.no/refdata/transform/match-designation>
64 + rdf:type owl:Ontology ;
65 + owl:imports <file:///www-test.reportinghub.no/refdata/jord-single-property-dimension.xls> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
66 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "0"^^xsd:int
16 + ] .
1 +# baseURI: http://www.reportinghub.no/refdata/transform/match-xsd-label
2 +# imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 +# imports: http://www.witsml.org/schemas/1series
5 +
6 +@prefix : <http://www.reportinghub.no/refdata/transform/match-xsd-label#> .
7 +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
8 +@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 +@prefix p1series: <http://www.witsml.org/schemas/1series#> .
11 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
12 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
13 +@prefix sp: <http://spinrdf.org/sp#> .
14 +@prefix spin: <http://spinrdf.org/spin#> .
15 +@prefix spl: <http://spinrdf.org/spl#> .
16 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 +<http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime>
19 + rdfs:subClassOf :DDR-Thing .
20 +
21 +<http://www.reportinghub.no/ep/schema/core#Pair>
22 + rdfs:subClassOf :DDR-Thing .
23 +
24 +<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
25 + rdfs:subClassOf :DDR-Thing .
26 +
27 +<http://www.reportinghub.no/ep/schema/material#MaterialPair>
28 + rdfs:subClassOf :DDR-Thing .
29 +
30 +<http://www.reportinghub.no/ep/schema/report#Report>
31 + rdfs:subClassOf :DDR-Thing .
32 +
33 +<http://www.reportinghub.no/refdata/transform/match-xsd-label>
34 + rdf:type owl:Ontology ;
35 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.witsml.org/schemas/1series> ;
36 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
37 +
38 +:DDR-Thing
39 + rdf:type owl:Class ;
40 + rdfs:subClassOf owl:Thing .
41 +
42 +owl:Class
43 + spin:rule
44 + [ rdf:type sp:Construct ;
45 + sp:templates ([ sp:object
46 + [ sp:varName "s1"^^xsd:string
47 + ] ;
48 + sp:predicate rdfs:seeAlso ;
49 + sp:subject
50 + [ sp:varName "s2"^^xsd:string
51 + ]
52 + ]) ;
53 + sp:where ([ sp:object
54 + [ sp:varName "label1"^^xsd:string
55 + ] ;
56 + sp:predicate rdfs:label ;
57 + sp:subject
58 + [ sp:varName "s1"^^xsd:string
59 + ]
60 + ] [ rdf:type sp:Filter ;
61 + sp:expression
62 + [ rdf:type sp:eq ;
63 + sp:arg1 [ rdf:type afn:namespace ;
64 + sp:arg1 [ sp:varName "s1"^^xsd:string
65 + ]
66 + ] ;
67 + sp:arg2 "http://www.witsml.org/schemas/1series#"
68 + ]
69 + ] [ rdf:type sp:Bind ;
70 + sp:expression
71 + [ rdf:type fn:upper-case ;
72 + sp:arg1 [ sp:varName "label1"^^xsd:string
73 + ]
74 + ] ;
75 + sp:variable
76 + [ sp:varName "ulabel1"^^xsd:string
77 + ]
78 + ] [ rdf:type sp:TriplePath ;
79 + sp:object :DDR-Thing ;
80 + sp:path [ rdf:type sp:ModPath ;
81 + sp:modMax -2 ;
82 + sp:modMin 0 ;
83 + sp:subPath rdfs:subClassOf
84 + ] ;
85 + sp:subject
86 + [ sp:varName "s2"^^xsd:string
87 + ]
88 + ] [ rdf:type sp:Bind ;
89 + sp:expression
90 + [ rdf:type fn:upper-case ;
91 + sp:arg1 [ rdf:type afn:localname ;
92 + sp:arg1 [ sp:varName "s2"^^xsd:string
93 + ]
94 + ]
95 + ] ;
96 + sp:variable
97 + [ sp:varName "localname"^^xsd:string
98 + ]
99 + ] [ rdf:type sp:Filter ;
100 + sp:expression
101 + [ rdf:type sp:eq ;
102 + sp:arg1 [ sp:varName "localname"^^xsd:string
103 + ] ;
104 + sp:arg2 [ sp:varName "ulabel1"^^xsd:string
105 + ]
106 + ]
107 + ])
108 + ] .
1 +# baseURI: null
2 +
3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix visual: <http://topbraid.org/visual#> .
10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 +
12 +[] rdf:type inference:Configuration ;
13 + composite:child
14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + <http://spinrdf.org/spin#topSPINOptions>
16 + "singlePass" ;
17 + composite:index "0"^^xsd:int
18 + ] .
...@@ -67,6 +67,7 @@ WHERE { ...@@ -67,6 +67,7 @@ WHERE {
67 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> 67 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" />
68 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> 68 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" />
69 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" /> 69 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" />
70 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SeaWeatherInformation" />
70 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> 71 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" />
71 72
72 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 73 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
...@@ -79,8 +80,8 @@ WHERE { ...@@ -79,8 +80,8 @@ WHERE {
79 80
80 81
81 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> 82 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
82 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> 83 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
83 - 84 + />
84 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> 85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" />
85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" /> 86 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" />
86 87
......
...@@ -6,12 +6,14 @@ ...@@ -6,12 +6,14 @@
6 6
7 @prefix arg: <http://spinrdf.org/arg#> . 7 @prefix arg: <http://spinrdf.org/arg#> .
8 @prefix dprswp: <http://www.reportinghub.no/swp/dpr#> . 8 @prefix dprswp: <http://www.reportinghub.no/swp/dpr#> .
9 +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix html: <http://uispin.org/html#> . 10 @prefix html: <http://uispin.org/html#> .
10 @prefix let: <http://uispin.org/let#> . 11 @prefix let: <http://uispin.org/let#> .
11 @prefix letrs: <http://uispin.org/letrs#> . 12 @prefix letrs: <http://uispin.org/letrs#> .
12 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
15 @prefix sp: <http://spinrdf.org/sp#> . 17 @prefix sp: <http://spinrdf.org/sp#> .
16 @prefix spin: <http://spinrdf.org/spin#> . 18 @prefix spin: <http://spinrdf.org/spin#> .
17 @prefix spl: <http://spinrdf.org/spl#> . 19 @prefix spl: <http://spinrdf.org/spl#> .
...@@ -34,9 +36,12 @@ arg:template ...@@ -34,9 +36,12 @@ arg:template
34 arg:report spin:_this 36 arg:report spin:_this
35 ] . 37 ] .
36 38
39 +<http://www.reportinghub.no/ep/spin/dpr-tables#WeatherInformation>
40 + rdfs:comment "rhspin:tableHeaders values come from http://massivemonster.org/prodmltutorial/movingon/operational/weather"^^xsd:string .
41 +
37 <http://www.reportinghub.no/swp/dpr> 42 <http://www.reportinghub.no/swp/dpr>
38 rdf:type owl:Ontology ; 43 rdf:type owl:Ontology ;
39 - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/spin/rh> ; 44 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://uispin.org/tui> ;
40 owl:versionInfo "0.1.0"^^xsd:string . 45 owl:versionInfo "0.1.0"^^xsd:string .
41 46
42 dprswp:DailyProductionReportView 47 dprswp:DailyProductionReportView
...@@ -64,15 +69,15 @@ dprswp:Table ...@@ -64,15 +69,15 @@ dprswp:Table
64 rdfs:subClassOf ui:Element ; 69 rdfs:subClassOf ui:Element ;
65 spin:constraint 70 spin:constraint
66 [ rdf:type spl:Argument ; 71 [ rdf:type spl:Argument ;
72 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
73 + spl:predicate arg:template ;
74 + spl:valueType spin:Template
75 + ] ;
76 + spin:constraint
77 + [ rdf:type spl:Argument ;
67 rdfs:comment "The report that serves as root of the template."^^xsd:string ; 78 rdfs:comment "The report that serves as root of the template."^^xsd:string ;
68 spl:optional "true"^^xsd:boolean ; 79 spl:optional "true"^^xsd:boolean ;
69 spl:predicate arg:report ; 80 spl:predicate arg:report ;
70 spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> 81 spl:valueType <http://www.reportinghub.no/ep/schema/report#DailyProductionReport>
71 ] ; 82 ] ;
72 - spin:constraint
73 - [ rdf:type spl:Argument ;
74 - rdfs:comment "The SPIN Template to execute."^^xsd:string ;
75 - spl:predicate arg:template ;
76 - spl:valueType spin:Template
77 - ] ;
78 ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> . 83 ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> .
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/system/schema/reporting 3 # imports: http://www.reportinghub.no/system/schema/reporting
4 4
5 +# c14n-version: 3
5 @prefix arg: <http://spinrdf.org/arg#> . 6 @prefix arg: <http://spinrdf.org/arg#> .
6 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 7 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -13,659 +14,846 @@ ...@@ -13,659 +14,846 @@
13 @prefix spin: <http://spinrdf.org/spin#> . 14 @prefix spin: <http://spinrdf.org/spin#> .
14 @prefix spl: <http://spinrdf.org/spl#> . 15 @prefix spl: <http://spinrdf.org/spl#> .
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 16 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 -
17 arg:date 17 arg:date
18 rdf:type rdf:Property ; 18 rdf:type rdf:Property ;
19 rdfs:label "date"^^xsd:string ; 19 rdfs:label "date"^^xsd:string ;
20 - rdfs:subPropertyOf sp:arg . 20 + rdfs:subPropertyOf sp:arg ;
21 - 21 +.
22 arg:fieldName 22 arg:fieldName
23 rdf:type rdf:Property ; 23 rdf:type rdf:Property ;
24 rdfs:label "field name"^^xsd:string ; 24 rdfs:label "field name"^^xsd:string ;
25 - rdfs:subPropertyOf sp:arg . 25 + rdfs:subPropertyOf sp:arg ;
26 - 26 +.
27 arg:id 27 arg:id
28 rdf:type rdf:Property ; 28 rdf:type rdf:Property ;
29 rdfs:label "id"^^xsd:string ; 29 rdfs:label "id"^^xsd:string ;
30 - rdfs:subPropertyOf sp:arg . 30 + rdfs:subPropertyOf sp:arg ;
31 - 31 +.
32 arg:month 32 arg:month
33 rdf:type rdf:Property ; 33 rdf:type rdf:Property ;
34 rdfs:label "month"^^xsd:string ; 34 rdfs:label "month"^^xsd:string ;
35 - rdfs:subPropertyOf sp:arg . 35 + rdfs:subPropertyOf sp:arg ;
36 - 36 +.
37 arg:owner 37 arg:owner
38 rdf:type rdf:Property ; 38 rdf:type rdf:Property ;
39 rdfs:label "owner"^^xsd:string ; 39 rdfs:label "owner"^^xsd:string ;
40 - rdfs:subPropertyOf sp:arg . 40 + rdfs:subPropertyOf sp:arg ;
41 - 41 +.
42 arg:parts 42 arg:parts
43 rdf:type rdf:Property ; 43 rdf:type rdf:Property ;
44 rdfs:label "parts"^^xsd:string ; 44 rdfs:label "parts"^^xsd:string ;
45 - rdfs:subPropertyOf sp:arg . 45 + rdfs:subPropertyOf sp:arg ;
46 - 46 +.
47 arg:wellBoreId 47 arg:wellBoreId
48 rdf:type rdf:Property ; 48 rdf:type rdf:Property ;
49 rdfs:label "well bore id"^^xsd:string ; 49 rdfs:label "well bore id"^^xsd:string ;
50 - rdfs:subPropertyOf sp:arg . 50 + rdfs:subPropertyOf sp:arg ;
51 - 51 +.
52 <http://www.reportinghub.no/system/spin/reporting> 52 <http://www.reportinghub.no/system/spin/reporting>
53 rdf:type owl:Ontology ; 53 rdf:type owl:Ontology ;
54 rdfs:comment "SPIN functions and templates to support querying report metadata."^^xsd:string ; 54 rdfs:comment "SPIN functions and templates to support querying report metadata."^^xsd:string ;
55 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/system/schema/reporting> ; 55 + owl:imports <http://spinrdf.org/spin> ;
56 - owl:versionInfo "0.1.0"^^xsd:string . 56 + owl:imports <http://www.reportinghub.no/system/schema/reporting> ;
57 - 57 + owl:versionInfo "0.1.0"^^xsd:string ;
58 +.
58 reportspin:DDRsOverview 59 reportspin:DDRsOverview
59 rdf:type spin:SelectTemplate ; 60 rdf:type spin:SelectTemplate ;
60 - rdfs:label "DDRs overview"^^xsd:string ; 61 + spin:body [
61 - rdfs:subClassOf spin:SelectTemplates ; 62 + rdf:type sp:Select ;
62 - spin:body 63 + sp:orderBy (
63 - [ rdf:type sp:Select ; 64 + [
64 - sp:orderBy ([ sp:varName "wellBoreName"^^xsd:string 65 + sp:varName "wellBoreName"^^xsd:string ;
65 - ] [ sp:varName "date"^^xsd:string 66 + ]
66 - ] [ sp:varName "created"^^xsd:string 67 + [
67 - ]) ; 68 + sp:varName "date"^^xsd:string ;
68 - sp:resultVariables ([ sp:varName "wellBoreName"^^xsd:string 69 + ]
69 - ] [ sp:varName "date"^^xsd:string 70 + [
70 - ] [ sp:varName "created"^^xsd:string 71 + sp:varName "created"^^xsd:string ;
71 - ] [ sp:varName "id"^^xsd:string 72 + ]
72 - ]) ; 73 + ) ;
73 - sp:where ([ sp:object 74 + sp:resultVariables (
74 - [ sp:varName "wellBoreId"^^xsd:string 75 + [
76 + sp:varName "wellBoreName"^^xsd:string ;
77 + ]
78 + [
79 + sp:varName "date"^^xsd:string ;
80 + ]
81 + [
82 + sp:varName "created"^^xsd:string ;
83 + ]
84 + [
85 + sp:varName "id"^^xsd:string ;
86 + ]
87 + ) ;
88 + sp:where (
89 + [
90 + sp:object [
91 + sp:varName "wellBoreId"^^xsd:string ;
75 ] ; 92 ] ;
76 sp:predicate <http://www.reportinghub.no/system/schema/reporting#wellBoreId> ; 93 sp:predicate <http://www.reportinghub.no/system/schema/reporting#wellBoreId> ;
77 - sp:subject 94 + sp:subject [
78 - [ sp:varName "ddr"^^xsd:string 95 + sp:varName "ddr"^^xsd:string ;
96 + ] ;
79 ] 97 ]
80 - ] [ sp:object 98 + [
81 - [ sp:varName "created"^^xsd:string 99 + sp:object [
100 + sp:varName "created"^^xsd:string ;
82 ] ; 101 ] ;
83 sp:predicate <http://purl.org/dc/terms/created> ; 102 sp:predicate <http://purl.org/dc/terms/created> ;
84 - sp:subject 103 + sp:subject [
85 - [ sp:varName "ddr"^^xsd:string 104 + sp:varName "ddr"^^xsd:string ;
105 + ] ;
86 ] 106 ]
87 - ] [ sp:object 107 + [
88 - [ sp:varName "date"^^xsd:string 108 + sp:object [
109 + sp:varName "date"^^xsd:string ;
89 ] ; 110 ] ;
90 sp:predicate <http://purl.org/dc/terms/date> ; 111 sp:predicate <http://purl.org/dc/terms/date> ;
91 - sp:subject 112 + sp:subject [
92 - [ sp:varName "ddr"^^xsd:string 113 + sp:varName "ddr"^^xsd:string ;
114 + ] ;
93 ] 115 ]
94 - ] [ sp:object 116 + [
95 - [ sp:varName "id"^^xsd:string 117 + sp:object [
118 + sp:varName "id"^^xsd:string ;
96 ] ; 119 ] ;
97 sp:predicate <http://rdfs.org/sioc/ns#id> ; 120 sp:predicate <http://rdfs.org/sioc/ns#id> ;
98 - sp:subject 121 + sp:subject [
99 - [ sp:varName "ddr"^^xsd:string 122 + sp:varName "ddr"^^xsd:string ;
100 - ]
101 - ] [ rdf:type sp:Bind ;
102 - sp:expression
103 - [ rdf:type rhspin:wellBoreById ;
104 - sp:arg1 [ sp:varName "wellBoreId"^^xsd:string
105 - ]
106 ] ; 123 ] ;
107 - sp:variable
108 - [ sp:varName "wellBore"^^xsd:string
109 ] 124 ]
110 - ] [ rdf:type sp:Bind ; 125 + [
111 - sp:expression 126 + rdf:type sp:Bind ;
112 - [ rdf:type rhspin:npdName ; 127 + sp:expression [
113 - sp:arg1 [ sp:varName "wellBore"^^xsd:string 128 + rdf:type rhspin:wellBoreById ;
129 + sp:arg1 [
130 + sp:varName "wellBoreId"^^xsd:string ;
131 + ] ;
132 + ] ;
133 + sp:variable [
134 + sp:varName "wellBore"^^xsd:string ;
135 + ] ;
114 ] 136 ]
137 + [
138 + rdf:type sp:Bind ;
139 + sp:expression [
140 + rdf:type rhspin:npdName ;
141 + sp:arg1 [
142 + sp:varName "wellBore"^^xsd:string ;
143 + ] ;
144 + ] ;
145 + sp:variable [
146 + sp:varName "wellBoreName"^^xsd:string ;
115 ] ; 147 ] ;
116 - sp:variable
117 - [ sp:varName "wellBoreName"^^xsd:string
118 ] 148 ]
119 - ]) 149 + ) ;
120 - ] . 150 + ] ;
121 - 151 + rdfs:label "DDRs overview"^^xsd:string ;
152 + rdfs:subClassOf spin:SelectTemplates ;
153 +.
122 reportspin:DPRsOverview 154 reportspin:DPRsOverview
123 rdf:type spin:SelectTemplate ; 155 rdf:type spin:SelectTemplate ;
124 - rdfs:label "DPRs overview"^^xsd:string ; 156 + spin:body [
125 - rdfs:subClassOf spin:SelectTemplates ; 157 + rdf:type sp:Select ;
126 - spin:body 158 + sp:orderBy (
127 - [ rdf:type sp:Select ; 159 + [
128 - sp:orderBy ([ sp:varName "ownerName"^^xsd:string 160 + sp:varName "ownerName"^^xsd:string ;
129 - ] [ sp:varName "date"^^xsd:string 161 + ]
130 - ] [ sp:varName "created"^^xsd:string 162 + [
131 - ]) ; 163 + sp:varName "date"^^xsd:string ;
132 - sp:resultVariables ([ sp:varName "ownerName"^^xsd:string 164 + ]
133 - ] [ sp:varName "date"^^xsd:string 165 + [
134 - ] [ sp:varName "created"^^xsd:string 166 + sp:varName "created"^^xsd:string ;
135 - ] [ sp:varName "id"^^xsd:string 167 + ]
136 - ]) ; 168 + ) ;
137 - sp:where ([ sp:object 169 + sp:resultVariables (
138 - [ sp:varName "id"^^xsd:string 170 + [
171 + sp:varName "ownerName"^^xsd:string ;
172 + ]
173 + [
174 + sp:varName "date"^^xsd:string ;
175 + ]
176 + [
177 + sp:varName "created"^^xsd:string ;
178 + ]
179 + [
180 + sp:varName "id"^^xsd:string ;
181 + ]
182 + ) ;
183 + sp:where (
184 + [
185 + sp:object [
186 + sp:varName "id"^^xsd:string ;
139 ] ; 187 ] ;
140 sp:predicate <http://rdfs.org/sioc/ns#id> ; 188 sp:predicate <http://rdfs.org/sioc/ns#id> ;
141 - sp:subject 189 + sp:subject [
142 - [ sp:varName "dpr"^^xsd:string 190 + sp:varName "dpr"^^xsd:string ;
191 + ] ;
143 ] 192 ]
144 - ] [ sp:object 193 + [
145 - [ sp:varName "created"^^xsd:string 194 + sp:object [
195 + sp:varName "created"^^xsd:string ;
146 ] ; 196 ] ;
147 sp:predicate <http://purl.org/dc/terms/created> ; 197 sp:predicate <http://purl.org/dc/terms/created> ;
148 - sp:subject 198 + sp:subject [
149 - [ sp:varName "dpr"^^xsd:string 199 + sp:varName "dpr"^^xsd:string ;
200 + ] ;
150 ] 201 ]
151 - ] [ sp:object 202 + [
152 - [ sp:varName "date"^^xsd:string 203 + sp:object [
204 + sp:varName "date"^^xsd:string ;
153 ] ; 205 ] ;
154 sp:predicate <http://purl.org/dc/terms/date> ; 206 sp:predicate <http://purl.org/dc/terms/date> ;
155 - sp:subject 207 + sp:subject [
156 - [ sp:varName "dpr"^^xsd:string 208 + sp:varName "dpr"^^xsd:string ;
209 + ] ;
157 ] 210 ]
158 - ] [ sp:object 211 + [
159 - [ sp:varName "owner"^^xsd:string 212 + sp:object [
213 + sp:varName "owner"^^xsd:string ;
160 ] ; 214 ] ;
161 sp:predicate <http://www.reportinghub.no/system/schema/reporting#owner> ; 215 sp:predicate <http://www.reportinghub.no/system/schema/reporting#owner> ;
162 - sp:subject 216 + sp:subject [
163 - [ sp:varName "dpr"^^xsd:string 217 + sp:varName "dpr"^^xsd:string ;
164 - ] 218 + ] ;
165 - ] [ rdf:type sp:Bind ;
166 - sp:expression
167 - [ rdf:type rhspin:npdName ;
168 - sp:arg1 [ sp:varName "owner"^^xsd:string
169 ] 219 ]
220 + [
221 + rdf:type sp:Bind ;
222 + sp:expression [
223 + rdf:type rhspin:npdName ;
224 + sp:arg1 [
225 + sp:varName "owner"^^xsd:string ;
226 + ] ;
227 + ] ;
228 + sp:variable [
229 + sp:varName "ownerName"^^xsd:string ;
170 ] ; 230 ] ;
171 - sp:variable
172 - [ sp:varName "ownerName"^^xsd:string
173 ] 231 ]
174 - ]) 232 + ) ;
175 - ] . 233 + ] ;
176 - 234 + rdfs:label "DPRs overview"^^xsd:string ;
235 + rdfs:subClassOf spin:SelectTemplates ;
236 +.
177 reportspin:graphByDDRId 237 reportspin:graphByDDRId
178 rdf:type spin:Function ; 238 rdf:type spin:Function ;
179 - rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DDR (metadata) with a given id."^^xsd:string ; 239 + spin:body [
180 - rdfs:label "graph by DDR id"^^xsd:string ; 240 + rdf:type sp:Select ;
181 - rdfs:subClassOf spin:Functions ; 241 + sp:resultVariables (
182 - spin:body 242 + [
183 - [ rdf:type sp:Select ; 243 + rdf:type sp:iri ;
184 - sp:resultVariables ([ rdf:type sp:iri ; 244 + sp:arg1 [
185 - sp:arg1 [ sp:varName "uri"^^xsd:string 245 + sp:varName "uri"^^xsd:string ;
186 - ] 246 + ] ;
187 - ]) ; 247 + ]
188 - sp:where ([ rdf:type sp:Bind ; 248 + ) ;
189 - sp:expression 249 + sp:where (
190 - [ rdf:type fn:concat ; 250 + [
251 + rdf:type sp:Bind ;
252 + sp:expression [
253 + rdf:type fn:concat ;
191 sp:arg1 "http://www.reportinghub.no/system/ddr/" ; 254 sp:arg1 "http://www.reportinghub.no/system/ddr/" ;
192 - sp:arg2 [ sp:varName "id"^^xsd:string 255 + sp:arg2 [
193 - ] 256 + sp:varName "id"^^xsd:string ;
257 + ] ;
258 + ] ;
259 + sp:variable [
260 + sp:varName "uri"^^xsd:string ;
194 ] ; 261 ] ;
195 - sp:variable
196 - [ sp:varName "uri"^^xsd:string
197 ] 262 ]
198 - ]) 263 + ) ;
199 ] ; 264 ] ;
200 - spin:constraint 265 + spin:constraint [
201 - [ rdf:type spl:Argument ; 266 + rdf:type spl:Argument ;
202 - rdfs:comment "The id of the DDR metadata."^^xsd:string ;
203 spl:predicate arg:id ; 267 spl:predicate arg:id ;
204 - spl:valueType xsd:string 268 + spl:valueType xsd:string ;
269 + rdfs:comment "The id of the DDR metadata."^^xsd:string ;
205 ] ; 270 ] ;
206 - spin:returnType rdfs:Resource . 271 + spin:returnType rdfs:Resource ;
207 - 272 + rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DDR (metadata) with a given id."^^xsd:string ;
273 + rdfs:label "graph by DDR id"^^xsd:string ;
274 + rdfs:subClassOf spin:Functions ;
275 +.
208 reportspin:graphByDPRId 276 reportspin:graphByDPRId
209 rdf:type spin:Function ; 277 rdf:type spin:Function ;
210 - rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DPR (metadata) with a given id."^^xsd:string ; 278 + spin:body [
211 - rdfs:label "graph by DPR id"^^xsd:string ; 279 + rdf:type sp:Select ;
212 - rdfs:subClassOf spin:Functions ; 280 + sp:resultVariables (
213 - spin:body 281 + [
214 - [ rdf:type sp:Select ; 282 + rdf:type sp:iri ;
215 - sp:resultVariables ([ rdf:type sp:iri ; 283 + sp:arg1 [
216 - sp:arg1 [ sp:varName "uri"^^xsd:string 284 + sp:varName "uri"^^xsd:string ;
217 - ] 285 + ] ;
218 - ]) ; 286 + ]
219 - sp:where ([ rdf:type sp:Bind ; 287 + ) ;
220 - sp:expression 288 + sp:where (
221 - [ rdf:type fn:concat ; 289 + [
290 + rdf:type sp:Bind ;
291 + sp:expression [
292 + rdf:type fn:concat ;
222 sp:arg1 "http://www.reportinghub.no/system/dpr/" ; 293 sp:arg1 "http://www.reportinghub.no/system/dpr/" ;
223 - sp:arg2 [ sp:varName "id"^^xsd:string 294 + sp:arg2 [
224 - ] 295 + sp:varName "id"^^xsd:string ;
296 + ] ;
297 + ] ;
298 + sp:variable [
299 + sp:varName "uri"^^xsd:string ;
225 ] ; 300 ] ;
226 - sp:variable
227 - [ sp:varName "uri"^^xsd:string
228 ] 301 ]
229 - ]) 302 + ) ;
230 ] ; 303 ] ;
231 - spin:constraint 304 + spin:constraint [
232 - [ rdf:type spl:Argument ; 305 + rdf:type spl:Argument ;
233 - rdfs:comment "The id of the DPR metadata."^^xsd:string ;
234 spl:predicate arg:id ; 306 spl:predicate arg:id ;
235 - spl:valueType xsd:string 307 + spl:valueType xsd:string ;
308 + rdfs:comment "The id of the DPR metadata."^^xsd:string ;
236 ] ; 309 ] ;
237 - spin:returnType rdfs:Resource . 310 + spin:returnType rdfs:Resource ;
238 - 311 + rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report:DPR (metadata) with a given id."^^xsd:string ;
312 + rdfs:label "graph by DPR id"^^xsd:string ;
313 + rdfs:subClassOf spin:Functions ;
314 +.
239 reportspin:graphByReportId 315 reportspin:graphByReportId
240 rdf:type spin:Function ; 316 rdf:type spin:Function ;
241 - rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report with a given id."^^xsd:string ; 317 + spin:body [
242 - rdfs:label "graph by report id"^^xsd:string ; 318 + rdf:type sp:Select ;
243 - rdfs:subClassOf spin:Functions ; 319 + sp:resultVariables (
244 - spin:body 320 + [
245 - [ rdf:type sp:Select ; 321 + rdf:type sp:iri ;
246 - sp:resultVariables ([ rdf:type sp:iri ; 322 + sp:arg1 [
247 - sp:arg1 [ sp:varName "uri"^^xsd:string 323 + sp:varName "uri"^^xsd:string ;
248 - ] 324 + ] ;
249 - ]) ; 325 + ]
250 - sp:where ([ rdf:type sp:Bind ; 326 + ) ;
251 - sp:expression 327 + sp:where (
252 - [ rdf:type fn:concat ; 328 + [
329 + rdf:type sp:Bind ;
330 + sp:expression [
331 + rdf:type fn:concat ;
253 sp:arg1 "http://www.reportinghub.no/system/report/" ; 332 sp:arg1 "http://www.reportinghub.no/system/report/" ;
254 - sp:arg2 [ sp:varName "id"^^xsd:string 333 + sp:arg2 [
255 - ] 334 + sp:varName "id"^^xsd:string ;
335 + ] ;
336 + ] ;
337 + sp:variable [
338 + sp:varName "uri"^^xsd:string ;
256 ] ; 339 ] ;
257 - sp:variable
258 - [ sp:varName "uri"^^xsd:string
259 ] 340 ]
260 - ]) 341 + ) ;
261 ] ; 342 ] ;
262 - spin:constraint 343 + spin:constraint [
263 - [ rdf:type spl:Argument ; 344 + rdf:type spl:Argument ;
264 - rdfs:comment "The id of the DDR metadata."^^xsd:string ;
265 spl:predicate arg:id ; 345 spl:predicate arg:id ;
266 - spl:valueType xsd:string 346 + spl:valueType xsd:string ;
347 + rdfs:comment "The id of the DDR metadata."^^xsd:string ;
267 ] ; 348 ] ;
268 - spin:returnType rdfs:Resource . 349 + spin:returnType rdfs:Resource ;
269 - 350 + rdfs:comment "Gets the URI of the named graph containing the triples submitted by a report with a given id."^^xsd:string ;
351 + rdfs:label "graph by report id"^^xsd:string ;
352 + rdfs:subClassOf spin:Functions ;
353 +.
270 reportspin:idOfDDRByDateAndWellBoreId 354 reportspin:idOfDDRByDateAndWellBoreId
271 rdf:type spin:Function ; 355 rdf:type spin:Function ;
272 - rdfs:comment "Gets the id of a DDR defined by date and well bore id. If preliminary reports have been created, this will return the most recent one only."^^xsd:string ; 356 + spin:body [
273 - rdfs:label "id of DDR by date and well bore id"^^xsd:string ; 357 + rdf:type sp:Select ;
274 - rdfs:subClassOf spin:Functions ; 358 + sp:orderBy (
275 - spin:body 359 + [
276 - [ rdf:type sp:Select ; 360 + rdf:type sp:Desc ;
277 - sp:orderBy ([ rdf:type sp:Desc ; 361 + sp:expression [
278 - sp:expression 362 + sp:varName "created"^^xsd:string ;
279 - [ sp:varName "created"^^xsd:string 363 + ] ;
280 - ] 364 + ]
281 - ]) ; 365 + ) ;
282 - sp:resultVariables ([ sp:varName "id"^^xsd:string 366 + sp:resultVariables (
283 - ]) ; 367 + [
284 - sp:where ([ sp:object 368 + sp:varName "id"^^xsd:string ;
285 - [ sp:varName "wellBoreId"^^xsd:string 369 + ]
370 + ) ;
371 + sp:where (
372 + [
373 + sp:object [
374 + sp:varName "wellBoreId"^^xsd:string ;
286 ] ; 375 ] ;
287 sp:predicate <http://www.reportinghub.no/system/schema/reporting#wellBoreId> ; 376 sp:predicate <http://www.reportinghub.no/system/schema/reporting#wellBoreId> ;
288 - sp:subject 377 + sp:subject [
289 - [ sp:varName "report"^^xsd:string 378 + sp:varName "report"^^xsd:string ;
379 + ] ;
290 ] 380 ]
291 - ] [ sp:object 381 + [
292 - [ sp:varName "date"^^xsd:string 382 + sp:object [
383 + sp:varName "date"^^xsd:string ;
293 ] ; 384 ] ;
294 sp:predicate <http://purl.org/dc/terms/date> ; 385 sp:predicate <http://purl.org/dc/terms/date> ;
295 - sp:subject 386 + sp:subject [
296 - [ sp:varName "report"^^xsd:string 387 + sp:varName "report"^^xsd:string ;
388 + ] ;
297 ] 389 ]
298 - ] [ sp:object 390 + [
299 - [ sp:varName "created"^^xsd:string 391 + sp:object [
392 + sp:varName "created"^^xsd:string ;
300 ] ; 393 ] ;
301 sp:predicate <http://purl.org/dc/terms/created> ; 394 sp:predicate <http://purl.org/dc/terms/created> ;
302 - sp:subject 395 + sp:subject [
303 - [ sp:varName "report"^^xsd:string 396 + sp:varName "report"^^xsd:string ;
397 + ] ;
304 ] 398 ]
305 - ] [ sp:object 399 + [
306 - [ sp:varName "id"^^xsd:string 400 + sp:object [
401 + sp:varName "id"^^xsd:string ;
307 ] ; 402 ] ;
308 sp:predicate <http://rdfs.org/sioc/ns#id> ; 403 sp:predicate <http://rdfs.org/sioc/ns#id> ;
309 - sp:subject 404 + sp:subject [
310 - [ sp:varName "report"^^xsd:string 405 + sp:varName "report"^^xsd:string ;
406 + ] ;
311 ] 407 ]
312 - ]) 408 + ) ;
313 ] ; 409 ] ;
314 - spin:constraint 410 + spin:constraint [
315 - [ rdf:type spl:Argument ; 411 + rdf:type spl:Argument ;
316 - rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ;
317 spl:predicate arg:date ; 412 spl:predicate arg:date ;
318 - spl:valueType xsd:date 413 + spl:valueType xsd:date ;
414 + rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ;
319 ] ; 415 ] ;
320 - spin:constraint 416 + spin:constraint [
321 - [ rdf:type spl:Argument ; 417 + rdf:type spl:Argument ;
322 - rdfs:comment "The id of the well bore."^^xsd:string ;
323 spl:predicate arg:wellBoreId ; 418 spl:predicate arg:wellBoreId ;
324 - spl:valueType xsd:string 419 + spl:valueType xsd:string ;
420 + rdfs:comment "The id of the well bore."^^xsd:string ;
325 ] ; 421 ] ;
326 - spin:returnType xsd:string . 422 + spin:returnType xsd:string ;
327 - 423 + rdfs:comment "Gets the id of a DDR defined by date and well bore id. If preliminary reports have been created, this will return the most recent one only."^^xsd:string ;
424 + rdfs:label "id of DDR by date and well bore id"^^xsd:string ;
425 + rdfs:subClassOf spin:Functions ;
426 +.
328 reportspin:idOfDPR2ByDateAndFieldName 427 reportspin:idOfDPR2ByDateAndFieldName
329 rdf:type spin:Function ; 428 rdf:type spin:Function ;
330 - rdfs:label "id of DPR2By date and field name"^^xsd:string ; 429 + spin:body [
331 - rdfs:subClassOf spin:Functions ; 430 + rdf:type sp:Select ;
332 - spin:body
333 - [ rdf:type sp:Select ;
334 sp:limit "1"^^xsd:long ; 431 sp:limit "1"^^xsd:long ;
335 - sp:orderBy ([ rdf:type sp:Desc ; 432 + sp:orderBy (
336 - sp:expression 433 + [
337 - [ sp:varName "created"^^xsd:string 434 + rdf:type sp:Desc ;
435 + sp:expression [
436 + sp:varName "created"^^xsd:string ;
437 + ] ;
438 + ]
439 + ) ;
440 + sp:resultVariables (
441 + [
442 + sp:varName "id"^^xsd:string ;
338 ] 443 ]
339 - ]) ; 444 + ) ;
340 - sp:resultVariables ([ sp:varName "id"^^xsd:string 445 + sp:where (
341 - ]) ; 446 + [
342 - sp:where ([ sp:object 447 + sp:object [
343 - [ sp:varName "fieldName"^^xsd:string 448 + sp:varName "fieldName"^^xsd:string ;
344 ] ; 449 ] ;
345 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ; 450 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ;
346 - sp:subject 451 + sp:subject [
347 - [ sp:varName "report"^^xsd:string 452 + sp:varName "report"^^xsd:string ;
453 + ] ;
348 ] 454 ]
349 - ] [ sp:object 455 + [
350 - [ sp:varName "date"^^xsd:string 456 + sp:object [
457 + sp:varName "date"^^xsd:string ;
351 ] ; 458 ] ;
352 sp:predicate <http://purl.org/dc/terms/date> ; 459 sp:predicate <http://purl.org/dc/terms/date> ;
353 - sp:subject 460 + sp:subject [
354 - [ sp:varName "report"^^xsd:string 461 + sp:varName "report"^^xsd:string ;
462 + ] ;
355 ] 463 ]
356 - ] [ sp:object 464 + [
357 - [ sp:varName "created"^^xsd:string 465 + sp:object [
466 + sp:varName "created"^^xsd:string ;
358 ] ; 467 ] ;
359 sp:predicate <http://purl.org/dc/terms/created> ; 468 sp:predicate <http://purl.org/dc/terms/created> ;
360 - sp:subject 469 + sp:subject [
361 - [ sp:varName "report"^^xsd:string 470 + sp:varName "report"^^xsd:string ;
471 + ] ;
362 ] 472 ]
363 - ] [ sp:object 473 + [
364 - [ sp:varName "id"^^xsd:string 474 + sp:object [
475 + sp:varName "id"^^xsd:string ;
365 ] ; 476 ] ;
366 sp:predicate <http://rdfs.org/sioc/ns#id> ; 477 sp:predicate <http://rdfs.org/sioc/ns#id> ;
367 - sp:subject 478 + sp:subject [
368 - [ sp:varName "report"^^xsd:string 479 + sp:varName "report"^^xsd:string ;
480 + ] ;
369 ] 481 ]
370 - ]) 482 + ) ;
371 ] ; 483 ] ;
372 - spin:constraint 484 + spin:constraint [
373 - [ rdf:type spl:Argument ; 485 + rdf:type spl:Argument ;
374 - rdfs:comment "The xsd:date of the DPR2 to get."^^xsd:string ;
375 spl:predicate arg:date ; 486 spl:predicate arg:date ;
376 - spl:valueType xsd:date 487 + spl:valueType xsd:date ;
488 + rdfs:comment "The xsd:date of the DPR2 to get."^^xsd:string ;
377 ] ; 489 ] ;
378 - spin:constraint 490 + spin:constraint [
379 - [ rdf:type spl:Argument ; 491 + rdf:type spl:Argument ;
380 - rdfs:comment "The registered name of the Field."^^xsd:string ;
381 spl:predicate arg:fieldName ; 492 spl:predicate arg:fieldName ;
382 - spl:valueType xsd:string 493 + spl:valueType xsd:string ;
494 + rdfs:comment "The registered name of the Field."^^xsd:string ;
383 ] ; 495 ] ;
384 - spin:returnType xsd:string . 496 + spin:returnType xsd:string ;
385 - 497 + rdfs:label "id of DPR2By date and field name"^^xsd:string ;
498 + rdfs:subClassOf spin:Functions ;
499 +.
386 reportspin:idOfDPRByDateAndOwner 500 reportspin:idOfDPRByDateAndOwner
387 rdf:type spin:Function ; 501 rdf:type spin:Function ;
388 - rdfs:comment "Gets the id of a DPR defined by date and licence or BAA. If preliminary reports have been created, this will return the most recent one only."^^xsd:string ; 502 + spin:body [
389 - rdfs:label "id of DPR by date and owner"^^xsd:string ; 503 + rdf:type sp:Select ;
390 - rdfs:subClassOf spin:Functions ; 504 + sp:orderBy (
391 - spin:body 505 + [
392 - [ rdf:type sp:Select ; 506 + rdf:type sp:Desc ;
393 - sp:orderBy ([ rdf:type sp:Desc ; 507 + sp:expression [
394 - sp:expression 508 + sp:varName "created"^^xsd:string ;
395 - [ sp:varName "created"^^xsd:string 509 + ] ;
396 - ] 510 + ]
397 - ]) ; 511 + ) ;
398 - sp:resultVariables ([ sp:varName "id"^^xsd:string 512 + sp:resultVariables (
399 - ]) ; 513 + [
400 - sp:where ([ sp:object 514 + sp:varName "id"^^xsd:string ;
401 - [ sp:varName "owner"^^xsd:string 515 + ]
516 + ) ;
517 + sp:where (
518 + [
519 + sp:object [
520 + sp:varName "owner"^^xsd:string ;
402 ] ; 521 ] ;
403 sp:predicate <http://www.reportinghub.no/system/schema/reporting#owner> ; 522 sp:predicate <http://www.reportinghub.no/system/schema/reporting#owner> ;
404 - sp:subject 523 + sp:subject [
405 - [ sp:varName "report"^^xsd:string 524 + sp:varName "report"^^xsd:string ;
525 + ] ;
406 ] 526 ]
407 - ] [ sp:object 527 + [
408 - [ sp:varName "date"^^xsd:string 528 + sp:object [
529 + sp:varName "date"^^xsd:string ;
409 ] ; 530 ] ;
410 sp:predicate <http://purl.org/dc/terms/date> ; 531 sp:predicate <http://purl.org/dc/terms/date> ;
411 - sp:subject 532 + sp:subject [
412 - [ sp:varName "report"^^xsd:string 533 + sp:varName "report"^^xsd:string ;
534 + ] ;
413 ] 535 ]
414 - ] [ sp:object 536 + [
415 - [ sp:varName "created"^^xsd:string 537 + sp:object [
538 + sp:varName "created"^^xsd:string ;
416 ] ; 539 ] ;
417 sp:predicate <http://purl.org/dc/terms/created> ; 540 sp:predicate <http://purl.org/dc/terms/created> ;
418 - sp:subject 541 + sp:subject [
419 - [ sp:varName "report"^^xsd:string 542 + sp:varName "report"^^xsd:string ;
543 + ] ;
420 ] 544 ]
421 - ] [ sp:object 545 + [
422 - [ sp:varName "id"^^xsd:string 546 + sp:object [
547 + sp:varName "id"^^xsd:string ;
423 ] ; 548 ] ;
424 sp:predicate <http://rdfs.org/sioc/ns#id> ; 549 sp:predicate <http://rdfs.org/sioc/ns#id> ;
425 - sp:subject 550 + sp:subject [
426 - [ sp:varName "report"^^xsd:string 551 + sp:varName "report"^^xsd:string ;
552 + ] ;
427 ] 553 ]
428 - ]) 554 + ) ;
429 ] ; 555 ] ;
430 - spin:constraint 556 + spin:constraint [
431 - [ rdf:type spl:Argument ; 557 + rdf:type spl:Argument ;
432 - rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ;
433 spl:predicate arg:date ; 558 spl:predicate arg:date ;
434 - spl:valueType xsd:date 559 + spl:valueType xsd:date ;
560 + rdfs:comment "The date of the DDR (not the submission date, but the start date of the report)."^^xsd:string ;
435 ] ; 561 ] ;
436 - spin:constraint 562 + spin:constraint [
437 - [ rdf:type spl:Argument ; 563 + rdf:type spl:Argument ;
438 - rdfs:comment "The Licence or BAA."^^xsd:string ;
439 spl:predicate arg:owner ; 564 spl:predicate arg:owner ;
440 - spl:valueType <http://www.reportinghub.no/np/schema/npd#Owner> 565 + spl:valueType <http://www.reportinghub.no/np/schema/npd#Owner> ;
566 + rdfs:comment "The Licence or BAA."^^xsd:string ;
441 ] ; 567 ] ;
442 - spin:returnType xsd:string . 568 + spin:returnType xsd:string ;
443 - 569 + rdfs:comment "Gets the id of a DPR defined by date and licence or BAA. If preliminary reports have been created, this will return the most recent one only."^^xsd:string ;
570 + rdfs:label "id of DPR by date and owner"^^xsd:string ;
571 + rdfs:subClassOf spin:Functions ;
572 +.
444 reportspin:idOfMPRGByFieldMonthAndParts 573 reportspin:idOfMPRGByFieldMonthAndParts
445 rdf:type spin:Function ; 574 rdf:type spin:Function ;
446 - rdfs:label "id of MPRG by field, month and parts"^^xsd:string ; 575 + spin:body [
447 - rdfs:subClassOf spin:Functions ; 576 + rdf:type sp:Select ;
448 - spin:body 577 + sp:orderBy (
449 - [ rdf:type sp:Select ; 578 + [
450 - sp:orderBy ([ rdf:type sp:Desc ; 579 + rdf:type sp:Desc ;
451 - sp:expression 580 + sp:expression [
452 - [ sp:varName "created"^^xsd:string 581 + sp:varName "created"^^xsd:string ;
453 - ] 582 + ] ;
454 - ]) ; 583 + ]
455 - sp:resultVariables ([ sp:varName "id"^^xsd:string 584 + ) ;
456 - ]) ; 585 + sp:resultVariables (
457 - sp:where ([ sp:object 586 + [
458 - [ sp:varName "fieldName"^^xsd:string 587 + sp:varName "id"^^xsd:string ;
588 + ]
589 + ) ;
590 + sp:where (
591 + [
592 + sp:object [
593 + sp:varName "fieldName"^^xsd:string ;
459 ] ; 594 ] ;
460 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ; 595 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ;
461 - sp:subject 596 + sp:subject [
462 - [ sp:varName "report"^^xsd:string 597 + sp:varName "report"^^xsd:string ;
598 + ] ;
463 ] 599 ]
464 - ] [ sp:object 600 + [
465 - [ sp:varName "month"^^xsd:string 601 + sp:object [
602 + sp:varName "month"^^xsd:string ;
466 ] ; 603 ] ;
467 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ; 604 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ;
468 - sp:subject 605 + sp:subject [
469 - [ sp:varName "report"^^xsd:string 606 + sp:varName "report"^^xsd:string ;
607 + ] ;
470 ] 608 ]
471 - ] [ sp:object 609 + [
472 - [ sp:varName "parts"^^xsd:string 610 + sp:object [
611 + sp:varName "parts"^^xsd:string ;
473 ] ; 612 ] ;
474 sp:predicate <http://www.reportinghub.no/system/schema/reporting#containsParts> ; 613 sp:predicate <http://www.reportinghub.no/system/schema/reporting#containsParts> ;
475 - sp:subject 614 + sp:subject [
476 - [ sp:varName "report"^^xsd:string 615 + sp:varName "report"^^xsd:string ;
616 + ] ;
477 ] 617 ]
478 - ] [ sp:object 618 + [
479 - [ sp:varName "created"^^xsd:string 619 + sp:object [
620 + sp:varName "created"^^xsd:string ;
480 ] ; 621 ] ;
481 sp:predicate <http://purl.org/dc/terms/created> ; 622 sp:predicate <http://purl.org/dc/terms/created> ;
482 - sp:subject 623 + sp:subject [
483 - [ sp:varName "report"^^xsd:string 624 + sp:varName "report"^^xsd:string ;
625 + ] ;
484 ] 626 ]
485 - ] [ sp:object 627 + [
486 - [ sp:varName "id"^^xsd:string 628 + sp:object [
629 + sp:varName "id"^^xsd:string ;
487 ] ; 630 ] ;
488 sp:predicate <http://rdfs.org/sioc/ns#id> ; 631 sp:predicate <http://rdfs.org/sioc/ns#id> ;
489 - sp:subject 632 + sp:subject [
490 - [ sp:varName "report"^^xsd:string 633 + sp:varName "report"^^xsd:string ;
634 + ] ;
491 ] 635 ]
492 - ]) 636 + ) ;
493 ] ; 637 ] ;
494 - spin:constraint 638 + spin:constraint [
495 - [ rdf:type spl:Argument ; 639 + rdf:type spl:Argument ;
496 - rdfs:comment "The field name."^^xsd:string ;
497 spl:predicate arg:fieldName ; 640 spl:predicate arg:fieldName ;
498 - spl:valueType xsd:string 641 + spl:valueType xsd:string ;
642 + rdfs:comment "The field name."^^xsd:string ;
499 ] ; 643 ] ;
500 - spin:constraint 644 + spin:constraint [
501 - [ rdf:type spl:Argument ; 645 + rdf:type spl:Argument ;
502 - rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
503 spl:predicate arg:month ; 646 spl:predicate arg:month ;
504 - spl:valueType xsd:string 647 + spl:valueType xsd:string ;
648 + rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
505 ] ; 649 ] ;
506 - spin:constraint 650 + spin:constraint [
507 - [ rdf:type spl:Argument ; 651 + rdf:type spl:Argument ;
508 - rdfs:comment "The parts value that the report must have (at report:containsParts)."^^xsd:string ;
509 spl:predicate arg:parts ; 652 spl:predicate arg:parts ;
510 - spl:valueType xsd:string 653 + spl:valueType xsd:string ;
654 + rdfs:comment "The parts value that the report must have (at report:containsParts)."^^xsd:string ;
511 ] ; 655 ] ;
512 - spin:returnType xsd:string . 656 + spin:returnType xsd:string ;
513 -
514 -reportspin:idOfMPRPByFieldMonth
515 - rdf:type spin:Function ;
516 rdfs:label "id of MPRG by field, month and parts"^^xsd:string ; 657 rdfs:label "id of MPRG by field, month and parts"^^xsd:string ;
517 rdfs:subClassOf spin:Functions ; 658 rdfs:subClassOf spin:Functions ;
518 - spin:body 659 +.
519 - [ rdf:type sp:Select ; 660 +reportspin:idOfMPRPByFieldMonth
661 + rdf:type spin:Function ;
662 + spin:body [
663 + rdf:type sp:Select ;
520 sp:limit "1"^^xsd:long ; 664 sp:limit "1"^^xsd:long ;
521 - sp:orderBy ([ rdf:type sp:Desc ; 665 + sp:orderBy (
522 - sp:expression 666 + [
523 - [ sp:varName "created"^^xsd:string 667 + rdf:type sp:Desc ;
668 + sp:expression [
669 + sp:varName "created"^^xsd:string ;
670 + ] ;
671 + ]
672 + ) ;
673 + sp:resultVariables (
674 + [
675 + sp:varName "id"^^xsd:string ;
524 ] 676 ]
525 - ]) ; 677 + ) ;
526 - sp:resultVariables ([ sp:varName "id"^^xsd:string 678 + sp:where (
527 - ]) ; 679 + [
528 - sp:where ([ sp:object 680 + sp:object [
529 - [ sp:varName "fieldName"^^xsd:string 681 + sp:varName "fieldName"^^xsd:string ;
530 ] ; 682 ] ;
531 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ; 683 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ;
532 - sp:subject 684 + sp:subject [
533 - [ sp:varName "report"^^xsd:string 685 + sp:varName "report"^^xsd:string ;
686 + ] ;
534 ] 687 ]
535 - ] [ sp:object 688 + [
536 - [ sp:varName "month"^^xsd:string 689 + sp:object [
690 + sp:varName "month"^^xsd:string ;
537 ] ; 691 ] ;
538 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ; 692 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ;
539 - sp:subject 693 + sp:subject [
540 - [ sp:varName "report"^^xsd:string 694 + sp:varName "report"^^xsd:string ;
695 + ] ;
541 ] 696 ]
542 - ] [ sp:object 697 + [
543 - [ sp:varName "created"^^xsd:string 698 + sp:object [
699 + sp:varName "created"^^xsd:string ;
544 ] ; 700 ] ;
545 sp:predicate <http://purl.org/dc/terms/created> ; 701 sp:predicate <http://purl.org/dc/terms/created> ;
546 - sp:subject 702 + sp:subject [
547 - [ sp:varName "report"^^xsd:string 703 + sp:varName "report"^^xsd:string ;
704 + ] ;
548 ] 705 ]
549 - ] [ sp:object 706 + [
550 - [ sp:varName "id"^^xsd:string 707 + sp:object [
708 + sp:varName "id"^^xsd:string ;
551 ] ; 709 ] ;
552 sp:predicate <http://rdfs.org/sioc/ns#id> ; 710 sp:predicate <http://rdfs.org/sioc/ns#id> ;
553 - sp:subject 711 + sp:subject [
554 - [ sp:varName "report"^^xsd:string 712 + sp:varName "report"^^xsd:string ;
713 + ] ;
555 ] 714 ]
556 - ]) 715 + ) ;
557 ] ; 716 ] ;
558 - spin:constraint 717 + spin:constraint [
559 - [ rdf:type spl:Argument ; 718 + rdf:type spl:Argument ;
560 - rdfs:comment "The field name."^^xsd:string ;
561 spl:predicate arg:fieldName ; 719 spl:predicate arg:fieldName ;
562 - spl:valueType xsd:string 720 + spl:valueType xsd:string ;
721 + rdfs:comment "The field name."^^xsd:string ;
563 ] ; 722 ] ;
564 - spin:constraint 723 + spin:constraint [
565 - [ rdf:type spl:Argument ; 724 + rdf:type spl:Argument ;
566 - rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
567 spl:predicate arg:month ; 725 spl:predicate arg:month ;
568 - spl:valueType xsd:string 726 + spl:valueType xsd:string ;
727 + rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
569 ] ; 728 ] ;
570 - spin:returnType xsd:string . 729 + spin:returnType xsd:string ;
571 - 730 + rdfs:label "id of MPRG by field, month and parts"^^xsd:string ;
731 + rdfs:subClassOf spin:Functions ;
732 +.
572 reportspin:idsOfMPRGsByFieldAndMonth 733 reportspin:idsOfMPRGsByFieldAndMonth
573 rdf:type spin:MagicProperty ; 734 rdf:type spin:MagicProperty ;
574 - rdfs:comment "Gets the ids of all MPRGs for a given field/month combination, iterating through all used parts combinations."^^xsd:string ; 735 + spin:body [
575 - rdfs:label "ids of MPRGs by field and month"^^xsd:string ; 736 + rdf:type sp:Select ;
576 - rdfs:subClassOf spin:MagicProperties ; 737 + sp:resultVariables (
577 - spin:body 738 + [
578 - [ rdf:type sp:Select ; 739 + sp:varName "id"^^xsd:string ;
579 - sp:resultVariables ([ sp:varName "id"^^xsd:string 740 + ]
580 - ]) ; 741 + ) ;
581 - sp:where ([ rdf:type sp:SubQuery ; 742 + sp:where (
582 - sp:query 743 + [
583 - [ rdf:type sp:Select ; 744 + rdf:type sp:SubQuery ;
745 + sp:query [
746 + rdf:type sp:Select ;
584 sp:distinct "true"^^xsd:boolean ; 747 sp:distinct "true"^^xsd:boolean ;
585 - sp:resultVariables ([ sp:varName "parts"^^xsd:string 748 + sp:resultVariables (
586 - ]) ; 749 + [
587 - sp:where ([ sp:object 750 + sp:varName "parts"^^xsd:string ;
588 - [ sp:varName "fieldName"^^xsd:string 751 + ]
752 + ) ;
753 + sp:where (
754 + [
755 + sp:object [
756 + sp:varName "fieldName"^^xsd:string ;
589 ] ; 757 ] ;
590 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ; 758 sp:predicate <http://www.reportinghub.no/system/schema/reporting#fieldName> ;
591 - sp:subject 759 + sp:subject [
592 - [ sp:varName "report"^^xsd:string 760 + sp:varName "report"^^xsd:string ;
761 + ] ;
593 ] 762 ]
594 - ] [ sp:object 763 + [
595 - [ sp:varName "month"^^xsd:string 764 + sp:object [
765 + sp:varName "month"^^xsd:string ;
596 ] ; 766 ] ;
597 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ; 767 sp:predicate <http://www.reportinghub.no/system/schema/reporting#month> ;
598 - sp:subject 768 + sp:subject [
599 - [ sp:varName "report"^^xsd:string 769 + sp:varName "report"^^xsd:string ;
770 + ] ;
600 ] 771 ]
601 - ] [ sp:object 772 + [
602 - [ sp:varName "parts"^^xsd:string 773 + sp:object [
774 + sp:varName "parts"^^xsd:string ;
603 ] ; 775 ] ;
604 sp:predicate <http://www.reportinghub.no/system/schema/reporting#containsParts> ; 776 sp:predicate <http://www.reportinghub.no/system/schema/reporting#containsParts> ;
605 - sp:subject 777 + sp:subject [
606 - [ sp:varName "report"^^xsd:string 778 + sp:varName "report"^^xsd:string ;
779 + ] ;
607 ] 780 ]
608 - ]) 781 + ) ;
782 + ] ;
609 ] 783 ]
610 - ] [ rdf:type sp:Bind ; 784 + [
611 - sp:expression 785 + rdf:type sp:Bind ;
612 - [ rdf:type reportspin:idOfMPRPByFieldMonth ; 786 + sp:expression [
613 - arg:fieldName 787 + rdf:type reportspin:idOfMPRGByFieldMonthAndParts ;
614 - [ sp:varName "fieldName"^^xsd:string 788 + arg:fieldName [
789 + sp:varName "fieldName"^^xsd:string ;
615 ] ; 790 ] ;
616 - arg:month 791 + arg:month [
617 - [ sp:varName "month"^^xsd:string 792 + sp:varName "month"^^xsd:string ;
793 + ] ;
794 + arg:parts [
795 + sp:varName "parts"^^xsd:string ;
618 ] ; 796 ] ;
619 - arg:parts
620 - [ sp:varName "parts"^^xsd:string
621 - ]
622 ] ; 797 ] ;
623 - sp:variable 798 + sp:variable [
624 - [ sp:varName "id"^^xsd:string 799 + sp:varName "id"^^xsd:string ;
800 + ] ;
625 ] 801 ]
626 - ]) 802 + ) ;
627 ] ; 803 ] ;
628 - spin:constraint 804 + spin:constraint [
629 - [ rdf:type spl:Argument ; 805 + rdf:type spl:Argument ;
630 - rdfs:comment "The field name."^^xsd:string ;
631 spl:predicate arg:fieldName ; 806 spl:predicate arg:fieldName ;
632 - spl:valueType xsd:string 807 + spl:valueType xsd:string ;
808 + rdfs:comment "The field name."^^xsd:string ;
633 ] ; 809 ] ;
634 - spin:constraint 810 + spin:constraint [
635 - [ rdf:type spl:Argument ; 811 + rdf:type spl:Argument ;
636 - rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
637 spl:predicate arg:month ; 812 spl:predicate arg:month ;
638 - spl:valueType xsd:string 813 + spl:valueType xsd:string ;
639 - ] . 814 + rdfs:comment "The month, e.g. \"2011-04\""^^xsd:string ;
640 - 815 + ] ;
816 + rdfs:comment "Gets the ids of all MPRGs for a given field/month combination, iterating through all used parts combinations."^^xsd:string ;
817 + rdfs:label "ids of MPRGs by field and month"^^xsd:string ;
818 + rdfs:subClassOf spin:MagicProperties ;
819 +.
641 reportspin:isPreliminaryById 820 reportspin:isPreliminaryById
642 rdf:type spin:Function ; 821 rdf:type spin:Function ;
643 - rdfs:label "is preliminary by id"^^xsd:string ; 822 + spin:body [
644 - rdfs:subClassOf spin:Functions ; 823 + rdf:type sp:Select ;
645 - spin:body 824 + sp:resultVariables (
646 - [ rdf:type sp:Select ; 825 + [
647 - sp:resultVariables ([ sp:varName "result"^^xsd:string 826 + sp:varName "result"^^xsd:string ;
648 - ]) ; 827 + ]
649 - sp:where ([ sp:object 828 + ) ;
650 - [ sp:varName "id"^^xsd:string 829 + sp:where (
830 + [
831 + sp:object [
832 + sp:varName "id"^^xsd:string ;
651 ] ; 833 ] ;
652 sp:predicate <http://rdfs.org/sioc/ns#id> ; 834 sp:predicate <http://rdfs.org/sioc/ns#id> ;
653 - sp:subject 835 + sp:subject [
654 - [ sp:varName "report"^^xsd:string 836 + sp:varName "report"^^xsd:string ;
837 + ] ;
655 ] 838 ]
656 - ] [ sp:object 839 + [
657 - [ sp:varName "result"^^xsd:string 840 + sp:object [
841 + sp:varName "result"^^xsd:string ;
658 ] ; 842 ] ;
659 sp:predicate <http://www.reportinghub.no/system/schema/reporting#preliminary> ; 843 sp:predicate <http://www.reportinghub.no/system/schema/reporting#preliminary> ;
660 - sp:subject 844 + sp:subject [
661 - [ sp:varName "report"^^xsd:string 845 + sp:varName "report"^^xsd:string ;
846 + ] ;
662 ] 847 ]
663 - ]) 848 + ) ;
664 ] ; 849 ] ;
665 - spin:constraint 850 + spin:constraint [
666 - [ rdf:type spl:Argument ; 851 + rdf:type spl:Argument ;
667 - rdfs:comment "The of the report to check."^^xsd:string ;
668 spl:predicate arg:id ; 852 spl:predicate arg:id ;
669 - spl:valueType xsd:string 853 + spl:valueType xsd:string ;
854 + rdfs:comment "The of the report to check."^^xsd:string ;
670 ] ; 855 ] ;
671 - spin:returnType xsd:boolean . 856 + spin:returnType xsd:boolean ;
857 + rdfs:label "is preliminary by id"^^xsd:string ;
858 + rdfs:subClassOf spin:Functions ;
859 +.
......
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)">
4 + <documentInfo>
5 + <DocumentName namingSystem="EC">TRYM February 2012</DocumentName>
6 + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
7 + <DocumentDate>2012-03-04T00:00:00.0Z</DocumentDate>
8 + <documentClass namingSystem="EC">Dong E&amp;P Norge AS</documentClass>
9 + <documentClass namingSystem="EC">DPR 2.0</documentClass>
10 + <documentClass namingSystem="ERH">dpr2</documentClass>
11 + <FileCreationInformation>
12 +
13 + <FileCreationDate>2012-03-14T00:00:00.0Z</FileCreationDate>
14 +
15 + <SoftwareName>Energy Components</SoftwareName>
16 + <FileCreator>Dong E&amp;P Norge AS</FileCreator>
17 + <Comment>NA</Comment>
18 + </FileCreationInformation>
19 + <Owner>Dong E&amp;P Norge AS</Owner>
20 + </documentInfo>
21 + <context xsi:type="obj_report">
22 + <kind>DPR 2.0</kind>
23 +
24 + <title>TRYM</title>
25 + <date>2012-02-28</date>
26 + <dateEnd>2012-02-28</dateEnd>
27 + <month>2012-02</month>
28 + <year>2012</year>
29 + <reportVersion>1.2</reportVersion>
30 + <reportStatus>final</reportStatus>
31 + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
32 + <operator>
33 + <name>Dong E&amp;P Norge AS</name>
34 + <role>Operating company</role>
35 + </operator>
36 + </context>
37 + <object xsi:type="obj_productVolume">
38 + <name>TRYM</name>
39 + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation><facility>
40 + <name kind="flow meter" namingSystem="DONG" uidRef="NaN">MPD5</name>
41 + <facilityParent1 namingSystem="String" uidRef="x" kind="block valve">String</facilityParent1>
42 + <facilityParent2 namingSystem="String" uidRef="x" kind="block valve">String</facilityParent2>
43 + <facilityAlias namingSystem="String">String</facilityAlias>
44 + <facilityAlias namingSystem="String">String</facilityAlias>
45 + <contextFacility namingSystem="String" uidRef="x" kind="block valve">String</contextFacility>
46 + <contextFacility namingSystem="String" uidRef="x" kind="block valve">String</contextFacility>
47 +
48 +
49 +
50 + <flow>
51 + <kind>production</kind>
52 + <qualifier>metered - fiscal</qualifier>
53 + <version>2012-02-28T21:00:00.0Z</version>
54 + <versionSource>version src 726</versionSource>
55 + <gor uom="Euc">55.81</gor>
56 + <gorMTD uom="m3/m3">95.86</gorMTD>
57 + <waterConcMass uom="%">99.52</waterConcMass>
58 + <waterConcVol uom="ppm">27.17</waterConcVol>
59 + <atmosphere uom="Pa">41.37</atmosphere>
60 + <volumeValue>
61 + <volume status="comm failure" uom="m3">339.12</volume>
62 + <grossCalorificValue uom="J/m3">987.06</grossCalorificValue>
63 + <temp uom="K">66.34</temp>
64 + <pres uom="Pa">58.84</pres>
65 + </volumeValue>
66 + <volume status="bad calibration" uom="m3">95.52</volume>
67 + <volumeStd status="bad calibration" uom="m3">40.08</volumeStd>
68 + <flowRate status="bad calibration" uom="m3/s">82.26</flowRate>
69 + <temp uom="K">42.37</temp>
70 + <pres uom="Pa">49.16</pres>
71 + <absoluteMinPres uom="Pa">88.0</absoluteMinPres>
72 + <portDiff uid="f69e7840-12d9-11e2-9fb0-d067e534860e">
73 + <port uidRef="f69e7841-12d9-11e2-a6f4-d067e534860e">Port 1</port>
74 + <presDiff uom="Pa">87.58</presDiff>
75 + <tempDiff uom="K">57.77</tempDiff>
76 + <chokeSize uom="in/32">48.65</chokeSize>
77 + <chokeRelative uom="%">51.8</chokeRelative>
78 + </portDiff>
79 + <portDiff uid="f69e7842-12d9-11e2-8ef2-d067e534860e">
80 + <port uidRef="f69e7843-12d9-11e2-b996-d067e534860e">Port 2</port>
81 + <presDiff uom="Pa">62.4</presDiff>
82 + <tempDiff uom="K">47.76</tempDiff>
83 + <chokeSize uom="in/32">13.91</chokeSize>
84 + <chokeRelative uom="%">36.32</chokeRelative>
85 + </portDiff>
86 + <mass uom="kg">228.08</mass>
87 + <work uom="MJ">734.51</work>
88 + <efficiency uom="%">82.97</efficiency>
89 + <rvp uom="Pa">495.36</rvp>
90 + <tvp uom="bar">933.07</tvp>
91 + <bsw uom="%">39.55</bsw>
92 + <bswPrevious uom="m3/m3">10.83</bswPrevious>
93 + <densityValue>
94 + <density uom="kg/m3">223.18</density>
95 + <temp uom="K">38.89</temp>
96 + <pres uom="Pa">96.93</pres>
97 + </densityValue>
98 + <density uom="kg/m3">646.61</density>
99 + <densityFlowRate uom="Mg/a">203.95</densityFlowRate>
100 + <densityStd uom="kg/m3">683.08</densityStd>
101 + <concentration uom="ppm">35.23</concentration>
102 + <molecularWeight>91.21</molecularWeight>
103 + <weightPercent uom="%">69.45</weightPercent>
104 + <molePercent uom="%">75.76</molePercent>
105 + <moleAmt uom="kmol">84.87</moleAmt>
106 + <sg uom="Euc">53.08</sg>
107 + <hcDewpoint uom="K">537.34</hcDewpoint>
108 + <waterDewpoint uom="K">809.28</waterDewpoint>
109 + <wobbeIndex uom="J/m3">118.37</wobbeIndex>
110 + <grossCalorificValueStd uom="J/m3">491.47</grossCalorificValueStd>
111 + <rvpStabilizedCrude uom="Pa">270.17</rvpStabilizedCrude>
112 + <bswStabilizedCrude uom="Euc">73.17</bswStabilizedCrude>
113 + <densityStabilizedCrude uom="kg/m3">365.74</densityStabilizedCrude>
114 + <product>
115 + <kind>oil - gross</kind>
116 + <name namingSystem="TEST484">Test product name 791</name>
117 + <splitFactor>0.29</splitFactor>
118 + <gor uom="Euc">43.79</gor>
119 + <gorMTD uom="m3/m3">38.14</gorMTD>
120 + <waterConcMass uom="%">46.18</waterConcMass>
121 + <waterConcVol uom="ppm">39.2</waterConcVol>
122 + <atmosphere uom="Pa">79.21</atmosphere>
123 + <volumeValue>
124 + <volume status="comm failure" uom="m3">915.72</volume>
125 + <grossCalorificValue uom="J/m3">244.95</grossCalorificValue>
126 + <temp uom="K">68.94</temp>
127 + <pres uom="Pa">33.34</pres>
128 + </volumeValue>
129 + <volume status="bad calibration" uom="m3">23.78</volume>
130 + <volumeStd status="bad calibration" uom="m3">77.03</volumeStd>
131 + <flowRate status="bad calibration" uom="m3/s">46.36</flowRate>
132 + <temp uom="K">13.23</temp>
133 + <pres uom="Pa">34.92</pres>
134 + <absoluteMinPres uom="Pa">36.61</absoluteMinPres>
135 + <portDiff uid="f69e9f51-12d9-11e2-b954-d067e534860e">
136 + <port uidRef="f69e9f52-12d9-11e2-b96d-d067e534860e">Port 1</port>
137 + <presDiff uom="Pa">29.48</presDiff>
138 + <tempDiff uom="K">35.77</tempDiff>
139 + <chokeSize uom="in/32">65.85</chokeSize>
140 + <chokeRelative uom="%">65.02</chokeRelative>
141 + </portDiff>
142 + <portDiff uid="f69e9f53-12d9-11e2-b64e-d067e534860e">
143 + <port uidRef="f69e9f54-12d9-11e2-bbea-d067e534860e">Port 2</port>
144 + <presDiff uom="Pa">54.02</presDiff>
145 + <tempDiff uom="K">99.07</tempDiff>
146 + <chokeSize uom="in/32">64.92</chokeSize>
147 + <chokeRelative uom="%">60.85</chokeRelative>
148 + </portDiff>
149 + <mass uom="kg">195.62</mass>
150 + <work uom="MJ">728.23</work>
151 + <efficiency uom="%">23.73</efficiency>
152 + <rvp uom="Pa">150.85</rvp>
153 + <tvp uom="bar">772.75</tvp>
154 + <bsw uom="%">39.02</bsw>
155 + <bswPrevious uom="m3/m3">34.27</bswPrevious>
156 + <densityValue>
157 + <density uom="kg/m3">552.48</density>
158 + <temp uom="K">39.99</temp>
159 + <pres uom="Pa">26.03</pres>
160 + </densityValue>
161 + <density uom="kg/m3">378.88</density>
162 + <densityFlowRate uom="Mg/a">496.24</densityFlowRate>
163 + <densityStd uom="kg/m3">300.14</densityStd>
164 + <concentration uom="ppm">28.08</concentration>
165 + <molecularWeight>90.61</molecularWeight>
166 + <weightPercent uom="%">65.51</weightPercent>
167 + <molePercent uom="%">57.58</molePercent>
168 + <moleAmt uom="kmol">16.98</moleAmt>
169 + <sg uom="Euc">18.21</sg>
170 + <hcDewpoint uom="K">261.68</hcDewpoint>
171 + <waterDewpoint uom="K">664.2</waterDewpoint>
172 + <wobbeIndex uom="J/m3">635.05</wobbeIndex>
173 + <grossCalorificValueStd uom="J/m3">976.34</grossCalorificValueStd>
174 + <rvpStabilizedCrude uom="Pa">931.43</rvpStabilizedCrude>
175 + <bswStabilizedCrude uom="Euc">596.37</bswStabilizedCrude>
176 + <densityStabilizedCrude uom="kg/m3">678.95</densityStabilizedCrude>
177 + <componentContent uid="f69e9f55-12d9-11e2-bda3-d067e534860e">
178 + <kind>oil - net</kind>
179 + <referenceKind>vapor</referenceKind>
180 + <gor uom="Euc">64.75</gor>
181 + <gorMTD uom="m3/m3">70.72</gorMTD>
182 + <waterConcMass uom="%">31.95</waterConcMass>
183 + <waterConcVol uom="ppm">88.44</waterConcVol>
184 + <atmosphere uom="Pa">87.8</atmosphere>
185 + <volumeValue>
186 + <volume status="questionable" uom="m3">758.79</volume>
187 + <grossCalorificValue uom="J/m3">743.79</grossCalorificValue>
188 + <temp uom="K">28.91</temp>
189 + <pres uom="Pa">37.78</pres>
190 + </volumeValue>
191 + <volume status="bad calibration" uom="m3">27.49</volume>
192 + <volumeStd status="bad calibration" uom="m3">16.75</volumeStd>
193 + <flowRate status="bad calibration" uom="m3/s">44.69</flowRate>
194 + <temp uom="K">23.86</temp>
195 + <pres uom="Pa">42.98</pres>
196 + <absoluteMinPres uom="Pa">13.58</absoluteMinPres>
197 + <portDiff uid="f69ec661-12d9-11e2-a856-d067e534860e">
198 + <port uidRef="f69ec662-12d9-11e2-ba09-d067e534860e">Port 1</port>
199 + <presDiff uom="Pa">68.14</presDiff>
200 + <tempDiff uom="K">30.85</tempDiff>
201 + <chokeSize uom="in/32">19.01</chokeSize>
202 + <chokeRelative uom="%">35.48</chokeRelative>
203 + </portDiff>
204 + <portDiff uid="f69ec663-12d9-11e2-896f-d067e534860e">
205 + <port uidRef="f69ec664-12d9-11e2-9f42-d067e534860e">Port 2</port>
206 + <presDiff uom="Pa">38.84</presDiff>
207 + <tempDiff uom="K">51.72</tempDiff>
208 + <chokeSize uom="in/32">56.47</chokeSize>
209 + <chokeRelative uom="%">53.79</chokeRelative>
210 + </portDiff>
211 + <mass uom="kg">349.36</mass>
212 + <work uom="MJ">235.95</work>
213 + <efficiency uom="%">62.82</efficiency>
214 + <rvp uom="Pa">975.21</rvp>
215 + <tvp uom="bar">878.48</tvp>
216 + <bsw uom="%">26.81</bsw>
217 + <bswPrevious uom="m3/m3">35.68</bswPrevious>
218 + <densityValue>
219 + <density uom="kg/m3">74.09</density>
220 + <temp uom="K">83.37</temp>
221 + <pres uom="Pa">15.41</pres>
222 + </densityValue>
223 + <density uom="kg/m3">414.68</density>
224 + <densityFlowRate uom="Mg/a">621.95</densityFlowRate>
225 + <densityStd uom="kg/m3">618.24</densityStd>
226 + <concentration uom="ppm">25.04</concentration>
227 + <molecularWeight>92.78</molecularWeight>
228 + <weightPercent uom="%">42.47</weightPercent>
229 + <molePercent uom="%">64.66</molePercent>
230 + <moleAmt uom="kmol">98.37</moleAmt>
231 + <sg uom="Euc">77.2</sg>
232 + <hcDewpoint uom="K">84.09</hcDewpoint>
233 + <waterDewpoint uom="K">576.56</waterDewpoint>
234 + <wobbeIndex uom="J/m3">568.53</wobbeIndex>
235 + <grossCalorificValueStd uom="J/m3">925.43</grossCalorificValueStd>
236 + <rvpStabilizedCrude uom="Pa">324.93</rvpStabilizedCrude>
237 + <bswStabilizedCrude uom="Euc">268.91</bswStabilizedCrude>
238 + <densityStabilizedCrude uom="kg/m3">703.27</densityStabilizedCrude>
239 + </componentContent>
240 + <period>
241 + <kind>day</kind>
242 + <dateStart>2012-02-28</dateStart>
243 + <dateEnd>2012-02-28</dateEnd>
244 + <gor uom="Euc">91.18</gor>
245 + <gorMTD uom="m3/m3">50.18</gorMTD>
246 + <waterConcMass uom="%">18.4</waterConcMass>
247 + <waterConcVol uom="ppm">99.56</waterConcVol>
248 + <atmosphere uom="Pa">82.72</atmosphere>
249 + <volumeValue>
250 +
251 + <volume uom="m3">1844.83</volume><temp uom="degC">15</temp>
252 + <pres uom="atm">1</pres>
253 + </volumeValue>
254 + <volume status="bad calibration" uom="m3">21.98</volume>
255 + <volumeStd status="bad calibration" uom="m3">83.58</volumeStd>
256 + <flowRate status="bad calibration" uom="m3/s">44.68</flowRate>
257 + <temp uom="K">62.0</temp>
258 + <pres uom="Pa">57.99</pres>
259 + <absoluteMinPres uom="Pa">98.21</absoluteMinPres>
260 +
261 + <mass uom="kg">900.4</mass>
262 + <work uom="J">510.98</work>
263 + <efficiency uom="%">56.43</efficiency>
264 + <rvp uom="Pa">942.18</rvp>
265 + <tvp uom="bar">171.81</tvp>
266 + <bsw uom="%">21.04</bsw>
267 + <bswPrevious uom="m3/m3">76.96</bswPrevious>
268 + <densityValue>
269 +
270 + <density uom="kg/m3">701.36</density>
271 + <temp uom="degC">15</temp>
272 + <pres uom="atm">1</pres>
273 + </densityValue>
274 + <density uom="kg/m3">329.8</density>
275 + <densityFlowRate uom="Mg/a">466.61</densityFlowRate>
276 + <densityStd uom="kg/m3">139.14</densityStd>
277 + <concentration uom="ppm">28.48</concentration>
278 + <molecularWeight>84.1</molecularWeight>
279 + <weightPercent uom="%">90.22</weightPercent>
280 + <molePercent uom="%">19.83</molePercent>
281 + <moleAmt uom="kmol">30.7</moleAmt>
282 + <sg uom="Euc">60.02</sg>
283 + <hcDewpoint uom="K">143.79</hcDewpoint>
284 + <waterDewpoint uom="K">551.42</waterDewpoint>
285 + <wobbeIndex uom="J/m3">327.48</wobbeIndex>
286 + <grossCalorificValueStd uom="J/m3">501.58</grossCalorificValueStd>
287 + <rvpStabilizedCrude uom="Pa">376.43</rvpStabilizedCrude>
288 + <bswStabilizedCrude uom="Euc">498.53</bswStabilizedCrude>
289 + <densityStabilizedCrude uom="kg/m3">528.55</densityStabilizedCrude>
290 + </period>
291 +
292 + </product><product>
293 + <kind>gas</kind>
294 + <name namingSystem="TEST89">Test product name 134</name>
295 + <splitFactor>0.35</splitFactor>
296 + <gor uom="Euc">81.81</gor>
297 + <gorMTD uom="m3/m3">30.8</gorMTD>
298 + <waterConcMass uom="%">23.14</waterConcMass>
299 + <waterConcVol uom="ppm">54.55</waterConcVol>
300 + <atmosphere uom="Pa">64.06</atmosphere>
301 + <volumeValue>
302 + <volume status="questionable" uom="m3">155.7</volume>
303 + <grossCalorificValue uom="J/m3">565.14</grossCalorificValue>
304 + <temp uom="K">41.76</temp>
305 + <pres uom="Pa">58.9</pres>
306 + </volumeValue>
307 + <volume status="bad calibration" uom="m3">88.77</volume>
308 + <volumeStd status="bad calibration" uom="m3">48.18</volumeStd>
309 + <flowRate status="bad calibration" uom="m3/s">37.2</flowRate>
310 + <temp uom="K">64.54</temp>
311 + <pres uom="Pa">36.49</pres>
312 + <absoluteMinPres uom="Pa">76.62</absoluteMinPres>
313 + <portDiff uid="f69eed70-12d9-11e2-8d9d-d067e534860e">
314 + <port uidRef="f69eed71-12d9-11e2-9b3f-d067e534860e">Port 1</port>
315 + <presDiff uom="Pa">13.53</presDiff>
316 + <tempDiff uom="K">27.0</tempDiff>
317 + <chokeSize uom="in/32">30.02</chokeSize>
318 + <chokeRelative uom="%">70.1</chokeRelative>
319 + </portDiff>
320 + <portDiff uid="f69eed72-12d9-11e2-b723-d067e534860e">
321 + <port uidRef="f69eed73-12d9-11e2-bfbd-d067e534860e">Port 2</port>
322 + <presDiff uom="Pa">38.76</presDiff>
323 + <tempDiff uom="K">33.56</tempDiff>
324 + <chokeSize uom="in/32">39.89</chokeSize>
325 + <chokeRelative uom="%">33.36</chokeRelative>
326 + </portDiff>
327 + <mass uom="kg">424.13</mass>
328 + <work uom="MJ">471.08</work>
329 + <efficiency uom="%">93.23</efficiency>
330 + <rvp uom="Pa">343.49</rvp>
331 + <tvp uom="bar">629.63</tvp>
332 + <bsw uom="%">99.94</bsw>
333 + <bswPrevious uom="m3/m3">37.07</bswPrevious>
334 + <densityValue>
335 + <density uom="kg/m3">690.34</density>
336 + <temp uom="K">41.0</temp>
337 + <pres uom="Pa">51.18</pres>
338 + </densityValue>
339 + <density uom="kg/m3">38.48</density>
340 + <densityFlowRate uom="Mg/a">182.48</densityFlowRate>
341 + <densityStd uom="kg/m3">586.26</densityStd>
342 + <concentration uom="ppm">55.22</concentration>
343 + <molecularWeight>52.44</molecularWeight>
344 + <weightPercent uom="%">52.12</weightPercent>
345 + <molePercent uom="%">51.16</molePercent>
346 + <moleAmt uom="kmol">12.76</moleAmt>
347 + <sg uom="Euc">74.24</sg>
348 + <hcDewpoint uom="K">925.57</hcDewpoint>
349 + <waterDewpoint uom="K">453.77</waterDewpoint>
350 + <wobbeIndex uom="J/m3">555.38</wobbeIndex>
351 + <grossCalorificValueStd uom="J/m3">840.12</grossCalorificValueStd>
352 + <rvpStabilizedCrude uom="Pa">461.22</rvpStabilizedCrude>
353 + <bswStabilizedCrude uom="Euc">449.05</bswStabilizedCrude>
354 + <densityStabilizedCrude uom="kg/m3">159.86</densityStabilizedCrude>
355 + <componentContent uid="f69f1480-12d9-11e2-a165-d067e534860e">
356 + <kind>gas - rich</kind>
357 + <referenceKind>water</referenceKind>
358 + <gor uom="Euc">23.54</gor>
359 + <gorMTD uom="m3/m3">27.09</gorMTD>
360 + <waterConcMass uom="%">18.96</waterConcMass>
361 + <waterConcVol uom="ppm">24.05</waterConcVol>
362 + <atmosphere uom="Pa">79.31</atmosphere>
363 + <volumeValue>
364 + <volume status="sensor failure" uom="m3">842.51</volume>
365 + <grossCalorificValue uom="J/m3">932.26</grossCalorificValue>
366 + <temp uom="K">10.91</temp>
367 + <pres uom="Pa">77.87</pres>
368 + </volumeValue>
369 + <volume status="bad calibration" uom="m3">43.39</volume>
370 + <volumeStd status="bad calibration" uom="m3">95.9</volumeStd>
371 + <flowRate status="bad calibration" uom="m3/s">10.02</flowRate>
372 + <temp uom="K">18.52</temp>
373 + <pres uom="Pa">73.22</pres>
374 + <absoluteMinPres uom="Pa">11.99</absoluteMinPres>
375 + <portDiff uid="f69f1481-12d9-11e2-990a-d067e534860e">
376 + <port uidRef="f69f1482-12d9-11e2-8fc5-d067e534860e">Port 1</port>
377 + <presDiff uom="Pa">70.59</presDiff>
378 + <tempDiff uom="K">42.92</tempDiff>
379 + <chokeSize uom="in/32">36.46</chokeSize>
380 + <chokeRelative uom="%">94.03</chokeRelative>
381 + </portDiff>
382 + <portDiff uid="f69f1483-12d9-11e2-a8e7-d067e534860e">
383 + <port uidRef="f69f1484-12d9-11e2-8bf6-d067e534860e">Port 2</port>
384 + <presDiff uom="Pa">92.91</presDiff>
385 + <tempDiff uom="K">97.58</tempDiff>
386 + <chokeSize uom="in/32">27.32</chokeSize>
387 + <chokeRelative uom="%">82.78</chokeRelative>
388 + </portDiff>
389 + <mass uom="kg">942.65</mass>
390 + <work uom="MJ">880.63</work>
391 + <efficiency uom="%">49.0</efficiency>
392 + <rvp uom="Pa">950.93</rvp>
393 + <tvp uom="bar">883.82</tvp>
394 + <bsw uom="%">34.92</bsw>
395 + <bswPrevious uom="m3/m3">33.45</bswPrevious>
396 + <densityValue>
397 + <density uom="kg/m3">14.99</density>
398 + <temp uom="K">16.89</temp>
399 + <pres uom="Pa">49.56</pres>
400 + </densityValue>
401 + <density uom="kg/m3">56.3</density>
402 + <densityFlowRate uom="Mg/a">187.6</densityFlowRate>
403 + <densityStd uom="kg/m3">223.77</densityStd>
404 + <concentration uom="ppm">99.99</concentration>
405 + <molecularWeight>94.47</molecularWeight>
406 + <weightPercent uom="%">37.43</weightPercent>
407 + <molePercent uom="%">88.11</molePercent>
408 + <moleAmt uom="kmol">20.01</moleAmt>
409 + <sg uom="Euc">71.85</sg>
410 + <hcDewpoint uom="K">33.41</hcDewpoint>
411 + <waterDewpoint uom="K">164.98</waterDewpoint>
412 + <wobbeIndex uom="J/m3">483.69</wobbeIndex>
413 + <grossCalorificValueStd uom="J/m3">532.71</grossCalorificValueStd>
414 + <rvpStabilizedCrude uom="Pa">908.47</rvpStabilizedCrude>
415 + <bswStabilizedCrude uom="Euc">376.38</bswStabilizedCrude>
416 + <densityStabilizedCrude uom="kg/m3">170.86</densityStabilizedCrude>
417 + </componentContent>
418 + <period>
419 + <kind>day</kind>
420 + <dateStart>2012-02-28</dateStart>
421 + <dateEnd>2012-02-28</dateEnd>
422 + <gor uom="Euc">83.69</gor>
423 + <gorMTD uom="m3/m3">53.5</gorMTD>
424 + <waterConcMass uom="%">58.37</waterConcMass>
425 + <waterConcVol uom="ppm">67.0</waterConcVol>
426 + <atmosphere uom="Pa">30.13</atmosphere>
427 + <volumeValue>
428 +
429 + <volume uom="m3">81.96</volume><temp uom="degC">15</temp>
430 + <pres uom="atm">1</pres>
431 + </volumeValue>
432 + <volume status="bad calibration" uom="m3">50.61</volume>
433 + <volumeStd status="bad calibration" uom="m3">96.63</volumeStd>
434 + <flowRate status="bad calibration" uom="m3/s">60.16</flowRate>
435 + <temp uom="K">45.55</temp>
436 + <pres uom="Pa">12.93</pres>
437 + <absoluteMinPres uom="Pa">51.49</absoluteMinPres>
438 +
439 + <mass uom="kg">316.62</mass>
440 + <work uom="kW.h">38.93</work>
441 + <efficiency uom="%">96.08</efficiency>
442 + <rvp uom="kpsi">287.31</rvp>
443 + <tvp uom="bar">591.38</tvp>
444 + <bsw uom="%">50.89</bsw>
445 + <bswPrevious uom="m3/m3">56.04</bswPrevious>
446 + <densityValue>
447 + <density uom="kg/m3">0.5</density>
448 +
449 + <temp uom="degC">15</temp>
450 + <pres uom="atm">1</pres>
451 + </densityValue>
452 + <density uom="kg/m3">539.46</density>
453 + <densityFlowRate uom="Mg/a">250.26</densityFlowRate>
454 + <densityStd uom="kg/m3">320.16</densityStd>
455 + <concentration uom="ppm">57.74</concentration>
456 + <molecularWeight>63.04</molecularWeight>
457 + <weightPercent uom="%">24.47</weightPercent>
458 + <molePercent uom="%">65.38</molePercent>
459 + <moleAmt uom="kmol">17.54</moleAmt>
460 + <sg uom="Euc">92.05</sg>
461 + <hcDewpoint uom="K">303.28</hcDewpoint>
462 + <waterDewpoint uom="K">964.34</waterDewpoint>
463 + <wobbeIndex uom="J/m3">956.94</wobbeIndex>
464 + <grossCalorificValueStd uom="J/m3">79.96</grossCalorificValueStd>
465 + <rvpStabilizedCrude uom="Pa">324.6</rvpStabilizedCrude>
466 + <bswStabilizedCrude uom="Euc">126.43</bswStabilizedCrude>
467 + <densityStabilizedCrude uom="kg/m3">557.09</densityStabilizedCrude>
468 + </period>
469 +
470 + </product><product>
471 + <kind>water</kind>
472 + <name namingSystem="TEST492">Test product name 655</name>
473 + <splitFactor>0.72</splitFactor>
474 + <gor uom="Euc">10.87</gor>
475 + <gorMTD uom="m3/m3">77.14</gorMTD>
476 + <waterConcMass uom="%">55.98</waterConcMass>
477 + <waterConcVol uom="ppm">54.46</waterConcVol>
478 + <atmosphere uom="Pa">37.76</atmosphere>
479 + <volumeValue>
480 + <volume status="bad calibration" uom="m3">992.46</volume>
481 + <grossCalorificValue uom="J/m3">263.11</grossCalorificValue>
482 + <temp uom="K">16.57</temp>
483 + <pres uom="Pa">52.71</pres>
484 + </volumeValue>
485 + <volume status="bad calibration" uom="m3">89.7</volume>
486 + <volumeStd status="bad calibration" uom="m3">66.59</volumeStd>
487 + <flowRate status="bad calibration" uom="m3/s">26.87</flowRate>
488 + <temp uom="K">20.42</temp>
489 + <pres uom="Pa">28.88</pres>
490 + <absoluteMinPres uom="Pa">63.17</absoluteMinPres>
491 + <portDiff uid="f69f3b8f-12d9-11e2-91f0-d067e534860e">
492 + <port uidRef="f69f3b90-12d9-11e2-b43f-d067e534860e">Port 1</port>
493 + <presDiff uom="Pa">90.36</presDiff>
494 + <tempDiff uom="K">64.66</tempDiff>
495 + <chokeSize uom="in/32">71.9</chokeSize>
496 + <chokeRelative uom="%">24.08</chokeRelative>
497 + </portDiff>
498 + <portDiff uid="f69f3b91-12d9-11e2-a8a0-d067e534860e">
499 + <port uidRef="f69f3b92-12d9-11e2-b517-d067e534860e">Port 2</port>
500 + <presDiff uom="Pa">91.32</presDiff>
501 + <tempDiff uom="K">73.49</tempDiff>
502 + <chokeSize uom="in/32">63.36</chokeSize>
503 + <chokeRelative uom="%">26.84</chokeRelative>
504 + </portDiff>
505 + <mass uom="kg">867.38</mass>
506 + <work uom="MJ">871.2</work>
507 + <efficiency uom="%">34.13</efficiency>
508 + <rvp uom="Pa">442.65</rvp>
509 + <tvp uom="bar">238.71</tvp>
510 + <bsw uom="%">12.41</bsw>
511 + <bswPrevious uom="m3/m3">74.68</bswPrevious>
512 + <densityValue>
513 + <density uom="kg/m3">539.95</density>
514 + <temp uom="K">71.73</temp>
515 + <pres uom="Pa">49.76</pres>
516 + </densityValue>
517 + <density uom="kg/m3">41.59</density>
518 + <densityFlowRate uom="Mg/a">153.51</densityFlowRate>
519 + <densityStd uom="kg/m3">598.39</densityStd>
520 + <concentration uom="ppm">21.95</concentration>
521 + <molecularWeight>12.52</molecularWeight>
522 + <weightPercent uom="%">10.43</weightPercent>
523 + <molePercent uom="%">95.49</molePercent>
524 + <moleAmt uom="kmol">56.42</moleAmt>
525 + <sg uom="Euc">74.0</sg>
526 + <hcDewpoint uom="K">801.24</hcDewpoint>
527 + <waterDewpoint uom="K">969.94</waterDewpoint>
528 + <wobbeIndex uom="J/m3">38.9</wobbeIndex>
529 + <grossCalorificValueStd uom="J/m3">981.48</grossCalorificValueStd>
530 + <rvpStabilizedCrude uom="Pa">515.47</rvpStabilizedCrude>
531 + <bswStabilizedCrude uom="Euc">697.51</bswStabilizedCrude>
532 + <densityStabilizedCrude uom="kg/m3">980.07</densityStabilizedCrude>
533 + <componentContent uid="f69f629e-12d9-11e2-b238-d067e534860e">
534 + <kind>helium gas</kind>
535 + <referenceKind>C6-</referenceKind>
536 + <gor uom="Euc">68.06</gor>
537 + <gorMTD uom="m3/m3">38.09</gorMTD>
538 + <waterConcMass uom="%">62.31</waterConcMass>
539 + <waterConcVol uom="ppm">50.92</waterConcVol>
540 + <atmosphere uom="Pa">31.94</atmosphere>
541 + <volumeValue>
542 + <volume status="questionable" uom="m3">297.12</volume>
543 + <grossCalorificValue uom="J/m3">213.93</grossCalorificValue>
544 + <temp uom="K">97.33</temp>
545 + <pres uom="Pa">94.81</pres>
546 + </volumeValue>
547 + <volume status="bad calibration" uom="m3">11.66</volume>
548 + <volumeStd status="bad calibration" uom="m3">68.73</volumeStd>
549 + <flowRate status="bad calibration" uom="m3/s">68.35</flowRate>
550 + <temp uom="K">33.24</temp>
551 + <pres uom="Pa">78.61</pres>
552 + <absoluteMinPres uom="Pa">31.57</absoluteMinPres>
553 + <portDiff uid="f69f629f-12d9-11e2-82b6-d067e534860e">
554 + <port uidRef="f69f62a0-12d9-11e2-babf-d067e534860e">Port 1</port>
555 + <presDiff uom="Pa">63.63</presDiff>
556 + <tempDiff uom="K">77.25</tempDiff>
557 + <chokeSize uom="in/32">54.35</chokeSize>
558 + <chokeRelative uom="%">51.92</chokeRelative>
559 + </portDiff>
560 + <portDiff uid="f69f62a1-12d9-11e2-8e0f-d067e534860e">
561 + <port uidRef="f69f62a2-12d9-11e2-a28a-d067e534860e">Port 2</port>
562 + <presDiff uom="Pa">85.92</presDiff>
563 + <tempDiff uom="K">44.32</tempDiff>
564 + <chokeSize uom="in/32">98.99</chokeSize>
565 + <chokeRelative uom="%">16.74</chokeRelative>
566 + </portDiff>
567 + <mass uom="kg">301.51</mass>
568 + <work uom="MJ">557.83</work>
569 + <efficiency uom="%">50.41</efficiency>
570 + <rvp uom="Pa">199.92</rvp>
571 + <tvp uom="bar">729.42</tvp>
572 + <bsw uom="%">92.07</bsw>
573 + <bswPrevious uom="m3/m3">54.9</bswPrevious>
574 + <densityValue>
575 + <density uom="kg/m3">186.65</density>
576 + <temp uom="K">52.69</temp>
577 + <pres uom="Pa">92.63</pres>
578 + </densityValue>
579 + <density uom="kg/m3">253.61</density>
580 + <densityFlowRate uom="Mg/a">643.56</densityFlowRate>
581 + <densityStd uom="kg/m3">122.83</densityStd>
582 + <concentration uom="ppm">79.95</concentration>
583 + <molecularWeight>13.99</molecularWeight>
584 + <weightPercent uom="%">49.41</weightPercent>
585 + <molePercent uom="%">97.73</molePercent>
586 + <moleAmt uom="kmol">18.81</moleAmt>
587 + <sg uom="Euc">87.28</sg>
588 + <hcDewpoint uom="K">446.11</hcDewpoint>
589 + <waterDewpoint uom="K">265.29</waterDewpoint>
590 + <wobbeIndex uom="J/m3">35.13</wobbeIndex>
591 + <grossCalorificValueStd uom="J/m3">939.76</grossCalorificValueStd>
592 + <rvpStabilizedCrude uom="Pa">811.94</rvpStabilizedCrude>
593 + <bswStabilizedCrude uom="Euc">432.27</bswStabilizedCrude>
594 + <densityStabilizedCrude uom="kg/m3">200.32</densityStabilizedCrude>
595 + </componentContent>
596 + <period>
597 + <kind>day</kind>
598 + <dateStart>2012-02-28</dateStart>
599 + <dateEnd>2012-02-28</dateEnd>
600 + <gor uom="Euc">14.18</gor>
601 + <gorMTD uom="m3/m3">69.09</gorMTD>
602 + <waterConcMass uom="%">10.12</waterConcMass>
603 + <waterConcVol uom="ppm">33.84</waterConcVol>
604 + <atmosphere uom="Pa">97.44</atmosphere>
605 + <volumeValue>
606 +
607 + <volume uom="m3">93.62</volume><temp uom="degC">15</temp>
608 + <pres uom="atm">1</pres>
609 + </volumeValue>
610 + <volume status="bad calibration" uom="m3">43.01</volume>
611 + <volumeStd status="bad calibration" uom="m3">73.07</volumeStd>
612 + <flowRate status="bad calibration" uom="m3/s">93.19</flowRate>
613 + <temp uom="K">58.9</temp>
614 + <pres uom="Pa">60.81</pres>
615 + <absoluteMinPres uom="Pa">88.81</absoluteMinPres>
616 +
617 +
618 + <work uom="MJ">772.09</work>
619 + <efficiency uom="%">40.88</efficiency>
620 + <rvp uom="kpsi">504.32</rvp>
621 + <tvp uom="bar">481.8</tvp>
622 + <bsw uom="%">35.78</bsw>
623 + <bswPrevious uom="m3/m3">99.21</bswPrevious>
624 +
625 + <density uom="kg/m3">221.11</density>
626 + <densityFlowRate uom="Mg/a">128.23</densityFlowRate>
627 + <densityStd uom="kg/m3">54.54</densityStd>
628 + <concentration uom="ppm">24.08</concentration>
629 + <molecularWeight>43.89</molecularWeight>
630 + <weightPercent uom="%">54.36</weightPercent>
631 + <molePercent uom="%">90.16</molePercent>
632 + <moleAmt uom="kmol">32.38</moleAmt>
633 + <sg uom="Euc">64.29</sg>
634 + <hcDewpoint uom="K">27.64</hcDewpoint>
635 + <waterDewpoint uom="K">112.08</waterDewpoint>
636 + <wobbeIndex uom="J/m3">272.03</wobbeIndex>
637 + <grossCalorificValueStd uom="J/m3">823.1</grossCalorificValueStd>
638 + <rvpStabilizedCrude uom="Pa">101.55</rvpStabilizedCrude>
639 + <bswStabilizedCrude uom="Euc">168.24</bswStabilizedCrude>
640 + <densityStabilizedCrude uom="kg/m3">450.74</densityStabilizedCrude>
641 + </period>
642 +
643 + </product>
644 + </flow>
645 +
646 +
647 +
648 +
649 + </facility>
650 + </object>
651 +</objects>
...\ No newline at end of file ...\ No newline at end of file