Showing
4 changed files
with
289 additions
and
191 deletions
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 36 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 37 | rdf:type owl:Class ; | 37 | rdf:type owl:Class ; |
| 38 | rdfs:label "production well test"^^xsd:string ; | 38 | rdfs:label "production well test"^^xsd:string ; |
| 39 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 39 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 40 | 40 | ||
| 41 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | 41 | <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> |
| 42 | rdf:type ep-prodact:ProductionOperationClassByDuration . | 42 | rdf:type ep-prodact:ProductionOperationClassByDuration . |
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| 51 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 51 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 52 | 52 | ||
| 53 | ep-core:Mass | 53 | ep-core:Mass |
| 54 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 54 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 55 | rdfs:label "mass"^^xsd:string ; | 55 | rdfs:label "mass"^^xsd:string ; |
| 56 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 56 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 57 | 57 | ||
| ... | @@ -92,13 +92,13 @@ ep-core:Mass | ... | @@ -92,13 +92,13 @@ ep-core:Mass |
| 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 92 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 93 | 93 | ||
| 94 | ep-prodact:AdministerFirstAid | 94 | ep-prodact:AdministerFirstAid |
| 95 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 95 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 96 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 96 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 97 | 97 | ||
| 98 | ep-prodact:AirTrafficOperation | 98 | ep-prodact:AirTrafficOperation |
| 99 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 99 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 100 | rdfs:label "air traffic operation"^^xsd:string ; | 100 | rdfs:label "air traffic operation"^^xsd:string ; |
| 101 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 101 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 102 | 102 | ||
| 103 | ep-prodact:Alarm | 103 | ep-prodact:Alarm |
| 104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| ... | @@ -117,49 +117,49 @@ ep-prodact:AmountOfSubstance | ... | @@ -117,49 +117,49 @@ ep-prodact:AmountOfSubstance |
| 117 | rdfs:subClassOf ep-core:PhysicalObject . | 117 | rdfs:subClassOf ep-core:PhysicalObject . |
| 118 | 118 | ||
| 119 | ep-prodact:AnnualProductionActivity | 119 | ep-prodact:AnnualProductionActivity |
| 120 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 120 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 121 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 121 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 122 | 122 | ||
| 123 | ep-prodact:AnnualProductionActivityToDate | 123 | ep-prodact:AnnualProductionActivityToDate |
| 124 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 124 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 125 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 125 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 126 | 126 | ||
| 127 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 127 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 128 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 128 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 129 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . | 129 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate . |
| 130 | 130 | ||
| 131 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 131 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 132 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 132 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 133 | - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . | 133 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . |
| 134 | 134 | ||
| 135 | ep-prodact:CargoShipOperation | 135 | ep-prodact:CargoShipOperation |
| 136 | rdf:type owl:Class ; | 136 | rdf:type owl:Class ; |
| 137 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 137 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 138 | 138 | ||
| 139 | ep-prodact:ConstructionOperation | 139 | ep-prodact:ConstructionOperation |
| 140 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 140 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 141 | rdfs:label "construction operation"^^xsd:string ; | 141 | rdfs:label "construction operation"^^xsd:string ; |
| 142 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 142 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 143 | 143 | ||
| 144 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 144 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 145 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 145 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 146 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 146 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 147 | 147 | ||
| 148 | ep-prodact:DailyProductionOperationsActivity | 148 | ep-prodact:DailyProductionOperationsActivity |
| 149 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 149 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 150 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . | 150 | + rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 151 | 151 | ||
| 152 | ep-prodact:DailyProductionVolumeActivity | 152 | ep-prodact:DailyProductionVolumeActivity |
| 153 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 153 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 154 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . | 154 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . |
| 155 | 155 | ||
| 156 | ep-prodact:Deviation | 156 | ep-prodact:Deviation |
| 157 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 157 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 158 | rdfs:label "deviation"^^xsd:string ; | 158 | rdfs:label "deviation"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 159 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 160 | 160 | ||
| 161 | ep-prodact:DrillOrExcercise | 161 | ep-prodact:DrillOrExcercise |
| 162 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 162 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 163 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 163 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 164 | 164 | ||
| 165 | ep-prodact:Fire | 165 | ep-prodact:Fire |
| ... | @@ -181,7 +181,7 @@ ep-prodact:FlowLine-Production | ... | @@ -181,7 +181,7 @@ ep-prodact:FlowLine-Production |
| 181 | ep-prodact:FluidLevelTest | 181 | ep-prodact:FluidLevelTest |
| 182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| 183 | rdfs:label "fluid level test"^^xsd:string ; | 183 | rdfs:label "fluid level test"^^xsd:string ; |
| 184 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 184 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 185 | 185 | ||
| 186 | ep-prodact:FusionOfHSEActivitiesOverPeriod | 186 | ep-prodact:FusionOfHSEActivitiesOverPeriod |
| 187 | rdf:type owl:Class ; | 187 | rdf:type owl:Class ; |
| ... | @@ -200,21 +200,21 @@ ep-prodact:Incident | ... | @@ -200,21 +200,21 @@ ep-prodact:Incident |
| 200 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 200 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 201 | 201 | ||
| 202 | ep-prodact:InitialWellTest | 202 | ep-prodact:InitialWellTest |
| 203 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 203 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 204 | rdfs:label "initial"^^xsd:string ; | 204 | rdfs:label "initial"^^xsd:string ; |
| 205 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 205 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 206 | 206 | ||
| 207 | ep-prodact:InjectionWellTest | 207 | ep-prodact:InjectionWellTest |
| 208 | rdf:type owl:Class ; | 208 | rdf:type owl:Class ; |
| 209 | rdfs:label "injection well test"^^xsd:string ; | 209 | rdfs:label "injection well test"^^xsd:string ; |
| 210 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 210 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 211 | 211 | ||
| 212 | ep-prodact:Injury | 212 | ep-prodact:Injury |
| 213 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 213 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 215 | 215 | ||
| 216 | ep-prodact:IssueWorkPermit | 216 | ep-prodact:IssueWorkPermit |
| 217 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 217 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 218 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 218 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 219 | 219 | ||
| 220 | ep-prodact:JobObservation | 220 | ep-prodact:JobObservation |
| ... | @@ -234,20 +234,20 @@ ep-prodact:LostTimeIncident | ... | @@ -234,20 +234,20 @@ ep-prodact:LostTimeIncident |
| 234 | rdfs:subClassOf ep-prodact:Incident . | 234 | rdfs:subClassOf ep-prodact:Incident . |
| 235 | 235 | ||
| 236 | ep-prodact:MaintenanceActivity | 236 | ep-prodact:MaintenanceActivity |
| 237 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 237 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 238 | rdfs:label "maintenance activity"^^xsd:string ; | 238 | rdfs:label "maintenance activity"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 239 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 240 | 240 | ||
| 241 | ep-prodact:MarineOperation | 241 | ep-prodact:MarineOperation |
| 242 | rdf:type owl:Class ; | 242 | rdf:type owl:Class ; |
| 243 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 243 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . |
| 244 | 244 | ||
| 245 | ep-prodact:MedicalTreatmentInjury | 245 | ep-prodact:MedicalTreatmentInjury |
| 246 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 246 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 247 | rdfs:subClassOf ep-prodact:Injury . | 247 | rdfs:subClassOf ep-prodact:Injury . |
| 248 | 248 | ||
| 249 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 249 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 250 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 250 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 251 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 251 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 252 | 252 | ||
| 253 | ep-prodact:NearMiss | 253 | ep-prodact:NearMiss |
| ... | @@ -259,12 +259,12 @@ ep-prodact:NotablePartOfProductionActivity | ... | @@ -259,12 +259,12 @@ ep-prodact:NotablePartOfProductionActivity |
| 259 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 259 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 260 | 260 | ||
| 261 | ep-prodact:OtherProductionActivity | 261 | ep-prodact:OtherProductionActivity |
| 262 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 262 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 263 | rdfs:label "other production activity"^^xsd:string ; | 263 | rdfs:label "other production activity"^^xsd:string ; |
| 264 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 264 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 265 | 265 | ||
| 266 | ep-prodact:OtherReasonWellTest | 266 | ep-prodact:OtherReasonWellTest |
| 267 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 267 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 268 | rdfs:label "other"^^xsd:string ; | 268 | rdfs:label "other"^^xsd:string ; |
| 269 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 269 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 270 | 270 | ||
| ... | @@ -279,17 +279,17 @@ ep-prodact:Participation | ... | @@ -279,17 +279,17 @@ ep-prodact:Participation |
| 279 | rdfs:subPropertyOf ep-prodact:involvement . | 279 | rdfs:subPropertyOf ep-prodact:involvement . |
| 280 | 280 | ||
| 281 | ep-prodact:PeriodicWellTest | 281 | ep-prodact:PeriodicWellTest |
| 282 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 282 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 283 | rdfs:label "periodic"^^xsd:string ; | 283 | rdfs:label "periodic"^^xsd:string ; |
| 284 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 284 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 285 | 285 | ||
| 286 | ep-prodact:PowerStationFailure | 286 | ep-prodact:PowerStationFailure |
| 287 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 287 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 288 | rdfs:label "power station failure"^^xsd:string ; | 288 | rdfs:label "power station failure"^^xsd:string ; |
| 289 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 289 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 290 | 290 | ||
| 291 | ep-prodact:ProductionActivityLastingLessThanAYear | 291 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 292 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 292 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 293 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 293 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 294 | 294 | ||
| 295 | ep-prodact:ProductionActivityType | 295 | ep-prodact:ProductionActivityType |
| ... | @@ -302,7 +302,7 @@ ep-prodact:ProductionOperationClassByDuration | ... | @@ -302,7 +302,7 @@ ep-prodact:ProductionOperationClassByDuration |
| 302 | rdfs:subClassOf owl:Class . | 302 | rdfs:subClassOf owl:Class . |
| 303 | 303 | ||
| 304 | ep-prodact:ProductionOperationsActivity | 304 | ep-prodact:ProductionOperationsActivity |
| 305 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 305 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 306 | rdfs:label "production operations activity"^^xsd:string ; | 306 | rdfs:label "production operations activity"^^xsd:string ; |
| 307 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 307 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 308 | 308 | ||
| ... | @@ -315,7 +315,7 @@ ep-prodact:ReleasedToWater | ... | @@ -315,7 +315,7 @@ ep-prodact:ReleasedToWater |
| 315 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 315 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 316 | 316 | ||
| 317 | ep-prodact:ReportHazard | 317 | ep-prodact:ReportHazard |
| 318 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 318 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 319 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 319 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 320 | 320 | ||
| 321 | ep-prodact:RestrictedWork | 321 | ep-prodact:RestrictedWork |
| ... | @@ -323,11 +323,11 @@ ep-prodact:RestrictedWork | ... | @@ -323,11 +323,11 @@ ep-prodact:RestrictedWork |
| 323 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 323 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 324 | 324 | ||
| 325 | ep-prodact:RestrictedWorkInjury | 325 | ep-prodact:RestrictedWorkInjury |
| 326 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 326 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 327 | rdfs:subClassOf ep-prodact:Injury . | 327 | rdfs:subClassOf ep-prodact:Injury . |
| 328 | 328 | ||
| 329 | ep-prodact:RevisionWellTest | 329 | ep-prodact:RevisionWellTest |
| 330 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 330 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 331 | rdfs:label "revision"^^xsd:string ; | 331 | rdfs:label "revision"^^xsd:string ; |
| 332 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 332 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 333 | 333 | ||
| ... | @@ -336,7 +336,7 @@ ep-prodact:SafetyActivityType | ... | @@ -336,7 +336,7 @@ ep-prodact:SafetyActivityType |
| 336 | rdfs:subClassOf owl:Class . | 336 | rdfs:subClassOf owl:Class . |
| 337 | 337 | ||
| 338 | ep-prodact:SafetyMeeting | 338 | ep-prodact:SafetyMeeting |
| 339 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 339 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 340 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 340 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 341 | 341 | ||
| 342 | ep-prodact:SampleAmountOfSubstance | 342 | ep-prodact:SampleAmountOfSubstance |
| ... | @@ -356,7 +356,7 @@ ep-prodact:SickOnBoard | ... | @@ -356,7 +356,7 @@ ep-prodact:SickOnBoard |
| 356 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 356 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 357 | 357 | ||
| 358 | ep-prodact:SpillOrLeak | 358 | ep-prodact:SpillOrLeak |
| 359 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 359 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 361 | 361 | ||
| 362 | ep-prodact:TransportationActivity | 362 | ep-prodact:TransportationActivity |
| ... | @@ -364,7 +364,7 @@ ep-prodact:TransportationActivity | ... | @@ -364,7 +364,7 @@ ep-prodact:TransportationActivity |
| 364 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 364 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 365 | 365 | ||
| 366 | ep-prodact:UnknownReasonWellTest | 366 | ep-prodact:UnknownReasonWellTest |
| 367 | - rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 367 | + rdf:type owl:Class , ep-prodact:WellTestReasonType ; |
| 368 | rdfs:label "unknown"^^xsd:string ; | 368 | rdfs:label "unknown"^^xsd:string ; |
| 369 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 369 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 370 | 370 | ||
| ... | @@ -372,9 +372,14 @@ ep-prodact:WaterCleaningOperation | ... | @@ -372,9 +372,14 @@ ep-prodact:WaterCleaningOperation |
| 372 | rdf:type owl:Class ; | 372 | rdf:type owl:Class ; |
| 373 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 373 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 374 | 374 | ||
| 375 | +ep-prodact:WaterDischarge | ||
| 376 | + rdf:type owl:Class ; | ||
| 377 | + rdfs:label "water discharge"^^xsd:string ; | ||
| 378 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 379 | + | ||
| 375 | ep-prodact:WaterSample | 380 | ep-prodact:WaterSample |
| 376 | rdf:type owl:Class ; | 381 | rdf:type owl:Class ; |
| 377 | - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . | 382 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance . |
| 378 | 383 | ||
| 379 | ep-prodact:WellTestReasonType | 384 | ep-prodact:WellTestReasonType |
| 380 | rdf:type rdfs:Class ; | 385 | rdf:type rdfs:Class ; |
| ... | @@ -382,11 +387,11 @@ ep-prodact:WellTestReasonType | ... | @@ -382,11 +387,11 @@ ep-prodact:WellTestReasonType |
| 382 | rdfs:subClassOf owl:Class . | 387 | rdfs:subClassOf owl:Class . |
| 383 | 388 | ||
| 384 | ep-prodact:WorkingUnderPermit | 389 | ep-prodact:WorkingUnderPermit |
| 385 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 390 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 386 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 391 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 387 | 392 | ||
| 388 | ep-prodact:WorkingUnderPermitWithSJA | 393 | ep-prodact:WorkingUnderPermitWithSJA |
| 389 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 394 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 390 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 395 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 391 | 396 | ||
| 392 | ep-prodact:ammoniumDensity | 397 | ep-prodact:ammoniumDensity |
| ... | @@ -444,7 +449,7 @@ ep-prodact:hasPredecessor | ... | @@ -444,7 +449,7 @@ ep-prodact:hasPredecessor |
| 444 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 449 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 445 | 450 | ||
| 446 | ep-prodact:hasShutInPressure | 451 | ep-prodact:hasShutInPressure |
| 447 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 452 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 448 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 453 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 449 | rdfs:label "has shut-in pressure"^^xsd:string ; | 454 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| 450 | rdfs:range ep-core:Pressure . | 455 | rdfs:range ep-core:Pressure . |
| ... | @@ -456,25 +461,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -456,25 +461,25 @@ ep-prodact:hasValidPredecessor |
| 456 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 461 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 457 | 462 | ||
| 458 | ep-prodact:injectionWellTestMaximumAnnularPressure | 463 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 459 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 464 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 460 | rdfs:domain ep-prodact:InjectionWellTest ; | 465 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 461 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 466 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 462 | rdfs:range ep-core:Pressure . | 467 | rdfs:range ep-core:Pressure . |
| 463 | 468 | ||
| 464 | ep-prodact:injectionWellTestMinimumAnnularPressure | 469 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 465 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 470 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 466 | rdfs:domain ep-prodact:InjectionWellTest ; | 471 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 467 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 472 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 468 | rdfs:range ep-core:Pressure . | 473 | rdfs:range ep-core:Pressure . |
| 469 | 474 | ||
| 470 | ep-prodact:injectionWellTestWellheadFlowingPressure | 475 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 471 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 476 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 472 | rdfs:domain ep-prodact:InjectionWellTest ; | 477 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 473 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 478 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 474 | rdfs:range ep-core:Pressure . | 479 | rdfs:range ep-core:Pressure . |
| 475 | 480 | ||
| 476 | ep-prodact:injectionWellTestWellheadMaximumPressure | 481 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 477 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 482 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 478 | rdfs:domain ep-prodact:InjectionWellTest ; | 483 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 479 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 484 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 480 | rdfs:range ep-core:Pressure . | 485 | rdfs:range ep-core:Pressure . |
| ... | @@ -540,7 +545,7 @@ ep-prodact:oilInWater | ... | @@ -540,7 +545,7 @@ ep-prodact:oilInWater |
| 540 | rdfs:range ep-core:SpecificMass . | 545 | rdfs:range ep-core:SpecificMass . |
| 541 | 546 | ||
| 542 | ep-prodact:onProductionFacility | 547 | ep-prodact:onProductionFacility |
| 543 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 548 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 544 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 549 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 545 | rdfs:label "on facility"^^xsd:string ; | 550 | rdfs:label "on facility"^^xsd:string ; |
| 546 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 551 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| ... | @@ -561,7 +566,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -561,7 +566,7 @@ ep-prodact:productionActivityPeriodClassification |
| 561 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 566 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 562 | 567 | ||
| 563 | ep-prodact:productionOperator | 568 | ep-prodact:productionOperator |
| 564 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 569 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 565 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 570 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 566 | rdfs:label "production operator"^^xsd:string ; | 571 | rdfs:label "production operator"^^xsd:string ; |
| 567 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 572 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -577,7 +582,7 @@ ep-prodact:samplePhValue | ... | @@ -577,7 +582,7 @@ ep-prodact:samplePhValue |
| 577 | rdfs:range xsd:double . | 582 | rdfs:range xsd:double . |
| 578 | 583 | ||
| 579 | ep-prodact:samplePoint | 584 | ep-prodact:samplePoint |
| 580 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 585 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 581 | rdfs:domain ep-prodact:WaterSample ; | 586 | rdfs:domain ep-prodact:WaterSample ; |
| 582 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | 587 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . |
| 583 | 588 | ||
| ... | @@ -592,7 +597,7 @@ ep-prodact:sampleTurbidity | ... | @@ -592,7 +597,7 @@ ep-prodact:sampleTurbidity |
| 592 | rdfs:range xsd:double . | 597 | rdfs:range xsd:double . |
| 593 | 598 | ||
| 594 | ep-prodact:testedWellBoreInterval | 599 | ep-prodact:testedWellBoreInterval |
| 595 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 600 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 596 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 601 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 597 | rdfs:label "tested wellbore interval"^^xsd:string ; | 602 | rdfs:label "tested wellbore interval"^^xsd:string ; |
| 598 | rdfs:range ep-core:PhysicalObject . | 603 | rdfs:range ep-core:PhysicalObject . | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -756,6 +756,78 @@ ep-dpr-spin-lib:selectAreaScale | ... | @@ -756,6 +756,78 @@ ep-dpr-spin-lib:selectAreaScale |
| 756 | ]) | 756 | ]) |
| 757 | ] . | 757 | ] . |
| 758 | 758 | ||
| 759 | +ep-dpr-spin-lib:selectCrewCountRelationshipType | ||
| 760 | + rdf:type spin:Function ; | ||
| 761 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 762 | + spin:body | ||
| 763 | + [ rdf:type sp:Select ; | ||
| 764 | + sp:resultVariables ([ sp:varName "crewCountRelationshipType"^^xsd:string | ||
| 765 | + ]) ; | ||
| 766 | + sp:where ([ rdf:type sp:Bind ; | ||
| 767 | + sp:expression | ||
| 768 | + [ rdf:type sp:if ; | ||
| 769 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 770 | + sp:arg1 spin:_arg1 ; | ||
| 771 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_cateringcrew> | ||
| 772 | + ] ; | ||
| 773 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfCateringCrew> ; | ||
| 774 | + sp:arg3 [ rdf:type sp:if ; | ||
| 775 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 776 | + sp:arg1 spin:_arg1 ; | ||
| 777 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_contractorcrew> | ||
| 778 | + ] ; | ||
| 779 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfContractorCrew> ; | ||
| 780 | + sp:arg3 [ rdf:type sp:if ; | ||
| 781 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 782 | + sp:arg1 spin:_arg1 ; | ||
| 783 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_dayvisitors> | ||
| 784 | + ] ; | ||
| 785 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfDayVisitors> ; | ||
| 786 | + sp:arg3 [ rdf:type sp:if ; | ||
| 787 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 788 | + sp:arg1 spin:_arg1 ; | ||
| 789 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_drillingcontractcrew> | ||
| 790 | + ] ; | ||
| 791 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfDrillingContractCrew> ; | ||
| 792 | + sp:arg3 [ rdf:type sp:if ; | ||
| 793 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 794 | + sp:arg1 spin:_arg1 ; | ||
| 795 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_owncrew> | ||
| 796 | + ] ; | ||
| 797 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ; | ||
| 798 | + sp:arg3 [ rdf:type sp:if ; | ||
| 799 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 800 | + sp:arg1 spin:_arg1 ; | ||
| 801 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_ownothercrew> | ||
| 802 | + ] ; | ||
| 803 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnOtherCrew> ; | ||
| 804 | + sp:arg3 [ rdf:type sp:if ; | ||
| 805 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 806 | + sp:arg1 spin:_arg1 ; | ||
| 807 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_othercrew> | ||
| 808 | + ] ; | ||
| 809 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfOtherCrew> ; | ||
| 810 | + sp:arg3 [ rdf:type sp:if ; | ||
| 811 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 812 | + sp:arg1 spin:_arg1 ; | ||
| 813 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#CT_personnelonboard> | ||
| 814 | + ] ; | ||
| 815 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-facility#numberOfPersonnelOnBoard> ; | ||
| 816 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> | ||
| 817 | + ] | ||
| 818 | + ] | ||
| 819 | + ] | ||
| 820 | + ] | ||
| 821 | + ] | ||
| 822 | + ] | ||
| 823 | + ] | ||
| 824 | + ] ; | ||
| 825 | + sp:variable | ||
| 826 | + [ sp:varName "crewCountRelationshipType"^^xsd:string | ||
| 827 | + ] | ||
| 828 | + ]) | ||
| 829 | + ] . | ||
| 830 | + | ||
| 759 | ep-dpr-spin-lib:selectDensityAtStandardTemperaturePressureType | 831 | ep-dpr-spin-lib:selectDensityAtStandardTemperaturePressureType |
| 760 | rdf:type spin:Function ; | 832 | rdf:type spin:Function ; |
| 761 | rdfs:label "select DensityAtStandardTemperaturePressureType"^^xsd:string ; | 833 | rdfs:label "select DensityAtStandardTemperaturePressureType"^^xsd:string ; |
| ... | @@ -2617,6 +2689,24 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -2617,6 +2689,24 @@ ep-dpr-spin-lib:selectLengthScale |
| 2617 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LU_ftInd75> | 2689 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LU_ftInd75> |
| 2618 | ] ; | 2690 | ] ; |
| 2619 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot_Indian_1975> ; | 2691 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot_Indian_1975> ; |
| 2692 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2693 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2694 | + sp:arg1 spin:_arg1 ; | ||
| 2695 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MDU_m> | ||
| 2696 | + ] ; | ||
| 2697 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
| 2698 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2699 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2700 | + sp:arg1 spin:_arg1 ; | ||
| 2701 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MDU_ft> | ||
| 2702 | + ] ; | ||
| 2703 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#foot> ; | ||
| 2704 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2705 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2706 | + sp:arg1 spin:_arg1 ; | ||
| 2707 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MDU_ftUS> | ||
| 2708 | + ] ; | ||
| 2709 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#footUS> ; | ||
| 2620 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2710 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2621 | ] | 2711 | ] |
| 2622 | ] | 2712 | ] |
| ... | @@ -2673,6 +2763,9 @@ ep-dpr-spin-lib:selectLengthScale | ... | @@ -2673,6 +2763,9 @@ ep-dpr-spin-lib:selectLengthScale |
| 2673 | ] | 2763 | ] |
| 2674 | ] | 2764 | ] |
| 2675 | ] | 2765 | ] |
| 2766 | + ] | ||
| 2767 | + ] | ||
| 2768 | + ] | ||
| 2676 | ] ; | 2769 | ] ; |
| 2677 | sp:variable | 2770 | sp:variable |
| 2678 | [ sp:varName "myVar"^^xsd:string | 2771 | [ sp:varName "myVar"^^xsd:string |
| ... | @@ -4118,6 +4211,92 @@ ep-dpr-spin-lib:selectProductType | ... | @@ -4118,6 +4211,92 @@ ep-dpr-spin-lib:selectProductType |
| 4118 | ]) | 4211 | ]) |
| 4119 | ] . | 4212 | ] . |
| 4120 | 4213 | ||
| 4214 | +ep-dpr-spin-lib:selectProductionActivityDurationType | ||
| 4215 | + rdf:type spin:Function ; | ||
| 4216 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 4217 | + spin:body | ||
| 4218 | + [ rdf:type sp:Select ; | ||
| 4219 | + sp:resultVariables ([ sp:varName "productionActivityDurationType"^^xsd:string | ||
| 4220 | + ]) ; | ||
| 4221 | + sp:where ([ rdf:type sp:Bind ; | ||
| 4222 | + sp:expression | ||
| 4223 | + [ rdf:type sp:if ; | ||
| 4224 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4225 | + sp:arg1 spin:_arg1 ; | ||
| 4226 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_dailymonthtodate> | ||
| 4227 | + ] ; | ||
| 4228 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionActivityToEndOfReportingPeriod> ; | ||
| 4229 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4230 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4231 | + sp:arg1 spin:_arg1 ; | ||
| 4232 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_dailyyeartodate> | ||
| 4233 | + ] ; | ||
| 4234 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ; | ||
| 4235 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4236 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4237 | + sp:arg1 spin:_arg1 ; | ||
| 4238 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_day> | ||
| 4239 | + ] ; | ||
| 4240 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; | ||
| 4241 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4242 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4243 | + sp:arg1 spin:_arg1 ; | ||
| 4244 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_monthtodate> | ||
| 4245 | + ] ; | ||
| 4246 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionActivityToEndOfReportingPeriod> ; | ||
| 4247 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4248 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4249 | + sp:arg1 spin:_arg1 ; | ||
| 4250 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_month> | ||
| 4251 | + ] ; | ||
| 4252 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> ; | ||
| 4253 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4254 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4255 | + sp:arg1 spin:_arg1 ; | ||
| 4256 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_report> | ||
| 4257 | + ] ; | ||
| 4258 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 4259 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4260 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4261 | + sp:arg1 spin:_arg1 ; | ||
| 4262 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_totalcumulative> | ||
| 4263 | + ] ; | ||
| 4264 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 4265 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4266 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4267 | + sp:arg1 spin:_arg1 ; | ||
| 4268 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_week> | ||
| 4269 | + ] ; | ||
| 4270 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> ; | ||
| 4271 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4272 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4273 | + sp:arg1 spin:_arg1 ; | ||
| 4274 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_yeartodate> | ||
| 4275 | + ] ; | ||
| 4276 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ; | ||
| 4277 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4278 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4279 | + sp:arg1 spin:_arg1 ; | ||
| 4280 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_year> | ||
| 4281 | + ] ; | ||
| 4282 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivity> ; | ||
| 4283 | + sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | ||
| 4284 | + ] | ||
| 4285 | + ] | ||
| 4286 | + ] | ||
| 4287 | + ] | ||
| 4288 | + ] | ||
| 4289 | + ] | ||
| 4290 | + ] | ||
| 4291 | + ] | ||
| 4292 | + ] | ||
| 4293 | + ] ; | ||
| 4294 | + sp:variable | ||
| 4295 | + [ sp:varName "productionActivityDurationType"^^xsd:string | ||
| 4296 | + ] | ||
| 4297 | + ]) | ||
| 4298 | + ] . | ||
| 4299 | + | ||
| 4121 | ep-dpr-spin-lib:selectProductionActivityType | 4300 | ep-dpr-spin-lib:selectProductionActivityType |
| 4122 | rdf:type spin:Function ; | 4301 | rdf:type spin:Function ; |
| 4123 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4302 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| ... | @@ -5399,89 +5578,6 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -5399,89 +5578,6 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 5399 | ]) | 5578 | ]) |
| 5400 | ] . | 5579 | ] . |
| 5401 | 5580 | ||
| 5402 | -ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType | ||
| 5403 | - rdf:type spin:Function ; | ||
| 5404 | - rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 5405 | - spin:body | ||
| 5406 | - [ rdf:type sp:Select ; | ||
| 5407 | - sp:resultVariables (_:b31) ; | ||
| 5408 | - sp:where ([ rdf:type sp:Bind ; | ||
| 5409 | - sp:expression | ||
| 5410 | - [ rdf:type sp:if ; | ||
| 5411 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5412 | - sp:arg1 spin:_arg1 ; | ||
| 5413 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_dailymonthtodate> | ||
| 5414 | - ] ; | ||
| 5415 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionActivityToEndOfReportingPeriod> ; | ||
| 5416 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5417 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5418 | - sp:arg1 spin:_arg1 ; | ||
| 5419 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_dailyyeartodate> | ||
| 5420 | - ] ; | ||
| 5421 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ; | ||
| 5422 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5423 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5424 | - sp:arg1 spin:_arg1 ; | ||
| 5425 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_day> | ||
| 5426 | - ] ; | ||
| 5427 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; | ||
| 5428 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5429 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5430 | - sp:arg1 spin:_arg1 ; | ||
| 5431 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_monthtodate> | ||
| 5432 | - ] ; | ||
| 5433 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionActivityToEndOfReportingPeriod> ; | ||
| 5434 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5435 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5436 | - sp:arg1 spin:_arg1 ; | ||
| 5437 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_month> | ||
| 5438 | - ] ; | ||
| 5439 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> ; | ||
| 5440 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5441 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5442 | - sp:arg1 spin:_arg1 ; | ||
| 5443 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_report> | ||
| 5444 | - ] ; | ||
| 5445 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 5446 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5447 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5448 | - sp:arg1 spin:_arg1 ; | ||
| 5449 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_totalcumulative> | ||
| 5450 | - ] ; | ||
| 5451 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 5452 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5453 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5454 | - sp:arg1 spin:_arg1 ; | ||
| 5455 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_week> | ||
| 5456 | - ] ; | ||
| 5457 | - sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> ; | ||
| 5458 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5459 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5460 | - sp:arg1 spin:_arg1 ; | ||
| 5461 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_yeartodate> | ||
| 5462 | - ] ; | ||
| 5463 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationsActivityToEndOfReportingPeriod> ; | ||
| 5464 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5465 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5466 | - sp:arg1 spin:_arg1 ; | ||
| 5467 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RP_year> | ||
| 5468 | - ] ; | ||
| 5469 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivity> ; | ||
| 5470 | - sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | ||
| 5471 | - ] | ||
| 5472 | - ] | ||
| 5473 | - ] | ||
| 5474 | - ] | ||
| 5475 | - ] | ||
| 5476 | - ] | ||
| 5477 | - ] | ||
| 5478 | - ] | ||
| 5479 | - ] | ||
| 5480 | - ] ; | ||
| 5481 | - sp:variable _:b31 | ||
| 5482 | - ]) | ||
| 5483 | - ] . | ||
| 5484 | - | ||
| 5485 | ep-dpr-spin-lib:selectVelocityScale | 5581 | ep-dpr-spin-lib:selectVelocityScale |
| 5486 | rdf:type spin:Function ; | 5582 | rdf:type spin:Function ; |
| 5487 | rdfs:label "select velocity scale"^^xsd:string ; | 5583 | rdfs:label "select velocity scale"^^xsd:string ; |
| ... | @@ -5701,7 +5797,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -5701,7 +5797,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 5701 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5797 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5702 | spin:body | 5798 | spin:body |
| 5703 | [ rdf:type sp:Select ; | 5799 | [ rdf:type sp:Select ; |
| 5704 | - sp:resultVariables (_:b32) ; | 5800 | + sp:resultVariables (_:b31) ; |
| 5705 | sp:where ([ rdf:type sp:Bind ; | 5801 | sp:where ([ rdf:type sp:Bind ; |
| 5706 | sp:expression | 5802 | sp:expression |
| 5707 | [ rdf:type sp:if ; | 5803 | [ rdf:type sp:if ; |
| ... | @@ -5726,7 +5822,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -5726,7 +5822,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 5726 | ] | 5822 | ] |
| 5727 | ] | 5823 | ] |
| 5728 | ] ; | 5824 | ] ; |
| 5729 | - sp:variable _:b32 | 5825 | + sp:variable _:b31 |
| 5730 | ]) | 5826 | ]) |
| 5731 | ] . | 5827 | ] . |
| 5732 | 5828 | ||
| ... | @@ -5736,7 +5832,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -5736,7 +5832,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 5736 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5832 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5737 | spin:body | 5833 | spin:body |
| 5738 | [ rdf:type sp:Select ; | 5834 | [ rdf:type sp:Select ; |
| 5739 | - sp:resultVariables (_:b33) ; | 5835 | + sp:resultVariables (_:b32) ; |
| 5740 | sp:where ([ rdf:type sp:Bind ; | 5836 | sp:where ([ rdf:type sp:Bind ; |
| 5741 | sp:expression | 5837 | sp:expression |
| 5742 | [ rdf:type sp:if ; | 5838 | [ rdf:type sp:if ; |
| ... | @@ -5761,7 +5857,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -5761,7 +5857,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 5761 | ] | 5857 | ] |
| 5762 | ] | 5858 | ] |
| 5763 | ] ; | 5859 | ] ; |
| 5764 | - sp:variable _:b33 | 5860 | + sp:variable _:b32 |
| 5765 | ]) | 5861 | ]) |
| 5766 | ] . | 5862 | ] . |
| 5767 | 5863 | ||
| ... | @@ -6879,92 +6975,89 @@ ep-dpr-spin-lib:selectWellTestReasonType | ... | @@ -6879,92 +6975,89 @@ ep-dpr-spin-lib:selectWellTestReasonType |
| 6879 | ]) | 6975 | ]) |
| 6880 | ] . | 6976 | ] . |
| 6881 | 6977 | ||
| 6882 | -_:b33 | 6978 | +_:b1 sp:varName "uri"^^xsd:string . |
| 6883 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 6884 | - | ||
| 6885 | -_:b32 | ||
| 6886 | - sp:varName "volumeAtStdType"^^xsd:string . | ||
| 6887 | - | ||
| 6888 | -_:b31 | ||
| 6889 | - sp:varName "prodActType"^^xsd:string . | ||
| 6890 | - | ||
| 6891 | -_:b30 | ||
| 6892 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
| 6893 | - | ||
| 6894 | -_:b29 | ||
| 6895 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 6896 | 6979 | ||
| 6897 | -_:b28 | 6980 | +_:b2 sp:varName "uri"^^xsd:string . |
| 6898 | - sp:varName "safetyActivityType"^^xsd:string . | ||
| 6899 | 6981 | ||
| 6900 | -_:b27 | 6982 | +_:b3 sp:varName "UUID"^^xsd:string . |
| 6901 | - sp:varName "relationshipToMeasure"^^xsd:string . | ||
| 6902 | 6983 | ||
| 6903 | -_:b26 | 6984 | +_:b4 sp:varName "uri"^^xsd:string . |
| 6904 | - sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 6905 | 6985 | ||
| 6906 | -_:b25 | 6986 | +_:b5 sp:varName "uri"^^xsd:string . |
| 6907 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 6908 | 6987 | ||
| 6909 | -_:b24 | 6988 | +_:b6 sp:varName "uri"^^xsd:string . |
| 6910 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 6911 | 6989 | ||
| 6912 | -_:b23 | 6990 | +_:b7 sp:varName "uri"^^xsd:string . |
| 6913 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 6914 | 6991 | ||
| 6915 | -_:b22 | 6992 | +_:b8 sp:varName "uri"^^xsd:string . |
| 6916 | - sp:varName "productionFacilityType"^^xsd:string . | ||
| 6917 | 6993 | ||
| 6918 | -_:b21 | 6994 | +_:b9 sp:varName "uri"^^xsd:string . |
| 6919 | - sp:varName "productType"^^xsd:string . | ||
| 6920 | 6995 | ||
| 6921 | -_:b20 | 6996 | +_:b10 |
| 6922 | - sp:varName "densityScale"^^xsd:string . | 6997 | + sp:varName "uri"^^xsd:string . |
| 6923 | 6998 | ||
| 6924 | -_:b19 | 6999 | +_:b11 |
| 6925 | sp:varName "uri"^^xsd:string . | 7000 | sp:varName "uri"^^xsd:string . |
| 6926 | 7001 | ||
| 6927 | -_:b18 | 7002 | +_:b12 |
| 6928 | sp:varName "uri"^^xsd:string . | 7003 | sp:varName "uri"^^xsd:string . |
| 6929 | 7004 | ||
| 6930 | -_:b17 | 7005 | +_:b13 |
| 6931 | sp:varName "uri"^^xsd:string . | 7006 | sp:varName "uri"^^xsd:string . |
| 6932 | 7007 | ||
| 6933 | -_:b16 | 7008 | +_:b14 |
| 6934 | sp:varName "uri"^^xsd:string . | 7009 | sp:varName "uri"^^xsd:string . |
| 6935 | 7010 | ||
| 6936 | _:b15 | 7011 | _:b15 |
| 6937 | sp:varName "uri"^^xsd:string . | 7012 | sp:varName "uri"^^xsd:string . |
| 6938 | 7013 | ||
| 6939 | -_:b14 | 7014 | +_:b16 |
| 6940 | sp:varName "uri"^^xsd:string . | 7015 | sp:varName "uri"^^xsd:string . |
| 6941 | 7016 | ||
| 6942 | -_:b13 | 7017 | +_:b17 |
| 6943 | sp:varName "uri"^^xsd:string . | 7018 | sp:varName "uri"^^xsd:string . |
| 6944 | 7019 | ||
| 6945 | -_:b12 | 7020 | +_:b18 |
| 6946 | sp:varName "uri"^^xsd:string . | 7021 | sp:varName "uri"^^xsd:string . |
| 6947 | 7022 | ||
| 6948 | -_:b11 | 7023 | +_:b19 |
| 6949 | sp:varName "uri"^^xsd:string . | 7024 | sp:varName "uri"^^xsd:string . |
| 6950 | 7025 | ||
| 6951 | -_:b10 | 7026 | +_:b20 |
| 6952 | - sp:varName "uri"^^xsd:string . | 7027 | + sp:varName "densityScale"^^xsd:string . |
| 6953 | 7028 | ||
| 6954 | -_:b9 sp:varName "uri"^^xsd:string . | 7029 | +_:b21 |
| 7030 | + sp:varName "productType"^^xsd:string . | ||
| 6955 | 7031 | ||
| 6956 | -_:b8 sp:varName "uri"^^xsd:string . | 7032 | +_:b22 |
| 7033 | + sp:varName "productionFacilityType"^^xsd:string . | ||
| 6957 | 7034 | ||
| 6958 | -_:b7 sp:varName "uri"^^xsd:string . | 7035 | +_:b23 |
| 7036 | + sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 6959 | 7037 | ||
| 6960 | -_:b6 sp:varName "uri"^^xsd:string . | 7038 | +_:b24 |
| 7039 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 6961 | 7040 | ||
| 6962 | -_:b5 sp:varName "uri"^^xsd:string . | 7041 | +_:b25 |
| 7042 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 6963 | 7043 | ||
| 6964 | -_:b4 sp:varName "uri"^^xsd:string . | 7044 | +_:b26 |
| 7045 | + sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 6965 | 7046 | ||
| 6966 | -_:b3 sp:varName "UUID"^^xsd:string . | 7047 | +_:b27 |
| 7048 | + sp:varName "relationshipToMeasure"^^xsd:string . | ||
| 6967 | 7049 | ||
| 6968 | -_:b2 sp:varName "uri"^^xsd:string . | 7050 | +_:b28 |
| 7051 | + sp:varName "safetyActivityType"^^xsd:string . | ||
| 6969 | 7052 | ||
| 6970 | -_:b1 sp:varName "uri"^^xsd:string . | 7053 | +_:b29 |
| 7054 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7055 | + | ||
| 7056 | +_:b30 | ||
| 7057 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
| 7058 | + | ||
| 7059 | +_:b31 | ||
| 7060 | + sp:varName "volumeAtStdType"^^xsd:string . | ||
| 7061 | + | ||
| 7062 | +_:b32 | ||
| 7063 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment