Showing
5 changed files
with
277 additions
and
120 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#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 39 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 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#WholeLifeFlow> . | 51 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . |
| 52 | 52 | ||
| 53 | ep-core:Mass | 53 | ep-core:Mass |
| 54 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 54 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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,40 +92,40 @@ ep-core:Mass | ... | @@ -92,40 +92,40 @@ 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 ep-prodact:SafetyActivityType , owl:Class ; | 95 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 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 ep-prodact:ProductionActivityType , owl:Class ; | 99 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 100 | rdfs:label "air traffic operation"^^xsd:string ; | 100 | rdfs:label "air traffic operation"^^xsd:string ; |
| 101 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . | 101 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 102 | 102 | ||
| 103 | ep-prodact:Alarm | 103 | ep-prodact:Alarm |
| 104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| 105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 106 | 106 | ||
| 107 | ep-prodact:AnnualProductionActivity | 107 | ep-prodact:AnnualProductionActivity |
| 108 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 108 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 110 | 110 | ||
| 111 | ep-prodact:AnnualProductionActivityToDate | 111 | ep-prodact:AnnualProductionActivityToDate |
| 112 | - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 112 | + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
| 113 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 113 | rdfs:subClassOf ep-prodact:AnnualProductionActivity . |
| 114 | 114 | ||
| 115 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod | 115 | ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod |
| 116 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 116 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 117 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToDate . | 117 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity . |
| 118 | 118 | ||
| 119 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 119 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 120 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 120 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 121 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . | 121 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . |
| 122 | 122 | ||
| 123 | ep-prodact:CargoShipOperation | 123 | ep-prodact:CargoShipOperation |
| 124 | rdf:type owl:Class ; | 124 | rdf:type owl:Class ; |
| 125 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . | 125 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 126 | 126 | ||
| 127 | ep-prodact:ConstructionOperation | 127 | ep-prodact:ConstructionOperation |
| 128 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 128 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 129 | rdfs:label "construction operation"^^xsd:string ; | 129 | rdfs:label "construction operation"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 131 | 131 | ||
| ... | @@ -133,24 +133,24 @@ ep-prodact:CrudeOil | ... | @@ -133,24 +133,24 @@ ep-prodact:CrudeOil |
| 133 | rdf:type owl:Class . | 133 | rdf:type owl:Class . |
| 134 | 134 | ||
| 135 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 135 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 136 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 136 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 137 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 137 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 138 | 138 | ||
| 139 | ep-prodact:DailyProductionOperationsActivity | 139 | ep-prodact:DailyProductionOperationsActivity |
| 140 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 140 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 141 | - rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 141 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity . |
| 142 | 142 | ||
| 143 | ep-prodact:DailyProductionVolumeActivity | 143 | ep-prodact:DailyProductionVolumeActivity |
| 144 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 144 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 145 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 145 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . |
| 146 | 146 | ||
| 147 | ep-prodact:Deviation | 147 | ep-prodact:Deviation |
| 148 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 148 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 149 | rdfs:label "deviation"^^xsd:string ; | 149 | rdfs:label "deviation"^^xsd:string ; |
| 150 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 150 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 151 | 151 | ||
| 152 | ep-prodact:DrillOrExcercise | 152 | ep-prodact:DrillOrExcercise |
| 153 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 153 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 154 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 154 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 155 | 155 | ||
| 156 | ep-prodact:Fire | 156 | ep-prodact:Fire |
| ... | @@ -172,55 +172,55 @@ ep-prodact:FlowLine-Production | ... | @@ -172,55 +172,55 @@ ep-prodact:FlowLine-Production |
| 172 | ep-prodact:FluidLevelTest | 172 | ep-prodact:FluidLevelTest |
| 173 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
| 174 | rdfs:label "fluid level test"^^xsd:string ; | 174 | rdfs:label "fluid level test"^^xsd:string ; |
| 175 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 175 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 176 | 176 | ||
| 177 | ep-prodact:FluidSampling-DST | 177 | ep-prodact:FluidSampling-DST |
| 178 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 178 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 179 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 179 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
| 180 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 180 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 181 | 181 | ||
| 182 | ep-prodact:FluidSampling-RFTorMDT | 182 | ep-prodact:FluidSampling-RFTorMDT |
| 183 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 183 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 184 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 184 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
| 185 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 185 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 186 | 186 | ||
| 187 | ep-prodact:FluidSampling-bottomhole | 187 | ep-prodact:FluidSampling-bottomhole |
| 188 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 188 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 189 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 189 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
| 190 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 190 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 191 | 191 | ||
| 192 | ep-prodact:FluidSampling-formationTester | 192 | ep-prodact:FluidSampling-formationTester |
| 193 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 193 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 194 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 194 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
| 195 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 195 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 196 | 196 | ||
| 197 | ep-prodact:FluidSampling-recombined | 197 | ep-prodact:FluidSampling-recombined |
| 198 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 198 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 199 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 199 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
| 200 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 200 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 201 | 201 | ||
| 202 | ep-prodact:FluidSampling-separatorGas | 202 | ep-prodact:FluidSampling-separatorGas |
| 203 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 203 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 204 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 204 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
| 205 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 205 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 206 | 206 | ||
| 207 | ep-prodact:FluidSampling-separatorOil | 207 | ep-prodact:FluidSampling-separatorOil |
| 208 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 208 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 209 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 209 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
| 210 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 210 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 211 | 211 | ||
| 212 | ep-prodact:FluidSampling-separatorWater | 212 | ep-prodact:FluidSampling-separatorWater |
| 213 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 213 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 214 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 214 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
| 215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 216 | 216 | ||
| 217 | ep-prodact:FluidSampling-synthetic | 217 | ep-prodact:FluidSampling-synthetic |
| 218 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 218 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 219 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 219 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
| 220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 221 | 221 | ||
| 222 | ep-prodact:FluidSampling-wellhead | 222 | ep-prodact:FluidSampling-wellhead |
| 223 | - rdf:type ep-prodact:FluidSamplingType , owl:Class ; | 223 | + rdf:type owl:Class , ep-prodact:FluidSamplingType ; |
| 224 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 224 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
| 225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 226 | 226 | ||
| ... | @@ -251,21 +251,21 @@ ep-prodact:Incident | ... | @@ -251,21 +251,21 @@ ep-prodact:Incident |
| 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 251 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 252 | 252 | ||
| 253 | ep-prodact:InitialWellTest | 253 | ep-prodact:InitialWellTest |
| 254 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 254 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 255 | rdfs:label "initial"^^xsd:string ; | 255 | rdfs:label "initial"^^xsd:string ; |
| 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 257 | 257 | ||
| 258 | ep-prodact:InjectionWellTest | 258 | ep-prodact:InjectionWellTest |
| 259 | rdf:type owl:Class ; | 259 | rdf:type owl:Class ; |
| 260 | rdfs:label "injection well test"^^xsd:string ; | 260 | rdfs:label "injection well test"^^xsd:string ; |
| 261 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 261 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 262 | 262 | ||
| 263 | ep-prodact:Injury | 263 | ep-prodact:Injury |
| 264 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 264 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 265 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 265 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 266 | 266 | ||
| 267 | ep-prodact:IssueWorkPermit | 267 | ep-prodact:IssueWorkPermit |
| 268 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 268 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 269 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 269 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 270 | 270 | ||
| 271 | ep-prodact:JobObservation | 271 | ep-prodact:JobObservation |
| ... | @@ -285,20 +285,20 @@ ep-prodact:LostTimeIncident | ... | @@ -285,20 +285,20 @@ ep-prodact:LostTimeIncident |
| 285 | rdfs:subClassOf ep-prodact:Incident . | 285 | rdfs:subClassOf ep-prodact:Incident . |
| 286 | 286 | ||
| 287 | ep-prodact:MaintenanceActivity | 287 | ep-prodact:MaintenanceActivity |
| 288 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 288 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 289 | rdfs:label "maintenance activity"^^xsd:string ; | 289 | rdfs:label "maintenance activity"^^xsd:string ; |
| 290 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 290 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 291 | 291 | ||
| 292 | ep-prodact:MarineOperation | 292 | ep-prodact:MarineOperation |
| 293 | rdf:type owl:Class ; | 293 | rdf:type owl:Class ; |
| 294 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . | 294 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 295 | 295 | ||
| 296 | ep-prodact:MedicalTreatmentInjury | 296 | ep-prodact:MedicalTreatmentInjury |
| 297 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 297 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 298 | rdfs:subClassOf ep-prodact:Injury . | 298 | rdfs:subClassOf ep-prodact:Injury . |
| 299 | 299 | ||
| 300 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 300 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 301 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 301 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 302 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 302 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 303 | 303 | ||
| 304 | ep-prodact:NaturalGas | 304 | ep-prodact:NaturalGas |
| ... | @@ -313,12 +313,12 @@ ep-prodact:NotablePartOfProductionActivity | ... | @@ -313,12 +313,12 @@ ep-prodact:NotablePartOfProductionActivity |
| 313 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 313 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 314 | 314 | ||
| 315 | ep-prodact:OtherProductionActivity | 315 | ep-prodact:OtherProductionActivity |
| 316 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 316 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 317 | rdfs:label "other production activity"^^xsd:string ; | 317 | rdfs:label "other production activity"^^xsd:string ; |
| 318 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 318 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 319 | 319 | ||
| 320 | ep-prodact:OtherReasonWellTest | 320 | ep-prodact:OtherReasonWellTest |
| 321 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 321 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 322 | rdfs:label "other"^^xsd:string ; | 322 | rdfs:label "other"^^xsd:string ; |
| 323 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 323 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 324 | 324 | ||
| ... | @@ -333,17 +333,17 @@ ep-prodact:Participation | ... | @@ -333,17 +333,17 @@ ep-prodact:Participation |
| 333 | rdfs:subPropertyOf ep-prodact:involvement . | 333 | rdfs:subPropertyOf ep-prodact:involvement . |
| 334 | 334 | ||
| 335 | ep-prodact:PeriodicWellTest | 335 | ep-prodact:PeriodicWellTest |
| 336 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 336 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 337 | rdfs:label "periodic"^^xsd:string ; | 337 | rdfs:label "periodic"^^xsd:string ; |
| 338 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 338 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 339 | 339 | ||
| 340 | ep-prodact:PowerStationFailure | 340 | ep-prodact:PowerStationFailure |
| 341 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 341 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 342 | rdfs:label "power station failure"^^xsd:string ; | 342 | rdfs:label "power station failure"^^xsd:string ; |
| 343 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 343 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 344 | 344 | ||
| 345 | ep-prodact:ProductionActivityLastingLessThanAYear | 345 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 346 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 346 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 347 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 347 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 348 | 348 | ||
| 349 | ep-prodact:ProductionActivityType | 349 | ep-prodact:ProductionActivityType |
| ... | @@ -362,7 +362,7 @@ ep-prodact:ProductionOperationMethodType | ... | @@ -362,7 +362,7 @@ ep-prodact:ProductionOperationMethodType |
| 362 | rdfs:subClassOf owl:Class . | 362 | rdfs:subClassOf owl:Class . |
| 363 | 363 | ||
| 364 | ep-prodact:ProductionOperationsActivity | 364 | ep-prodact:ProductionOperationsActivity |
| 365 | - rdf:type ep-prodact:ProductionActivityType , owl:Class ; | 365 | + rdf:type owl:Class , ep-prodact:ProductionActivityType ; |
| 366 | rdfs:label "production operations activity"^^xsd:string ; | 366 | rdfs:label "production operations activity"^^xsd:string ; |
| 367 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 367 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 368 | 368 | ||
| ... | @@ -379,7 +379,7 @@ ep-prodact:ReleasedToWater | ... | @@ -379,7 +379,7 @@ ep-prodact:ReleasedToWater |
| 379 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 379 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 380 | 380 | ||
| 381 | ep-prodact:ReportHazard | 381 | ep-prodact:ReportHazard |
| 382 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 382 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 383 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 383 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 384 | 384 | ||
| 385 | ep-prodact:RestrictedWork | 385 | ep-prodact:RestrictedWork |
| ... | @@ -387,11 +387,11 @@ ep-prodact:RestrictedWork | ... | @@ -387,11 +387,11 @@ ep-prodact:RestrictedWork |
| 387 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 387 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 388 | 388 | ||
| 389 | ep-prodact:RestrictedWorkInjury | 389 | ep-prodact:RestrictedWorkInjury |
| 390 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 390 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 391 | rdfs:subClassOf ep-prodact:Injury . | 391 | rdfs:subClassOf ep-prodact:Injury . |
| 392 | 392 | ||
| 393 | ep-prodact:RevisionWellTest | 393 | ep-prodact:RevisionWellTest |
| 394 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 394 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 395 | rdfs:label "revision"^^xsd:string ; | 395 | rdfs:label "revision"^^xsd:string ; |
| 396 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 396 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 397 | 397 | ||
| ... | @@ -400,7 +400,7 @@ ep-prodact:SafetyActivityType | ... | @@ -400,7 +400,7 @@ ep-prodact:SafetyActivityType |
| 400 | rdfs:subClassOf owl:Class . | 400 | rdfs:subClassOf owl:Class . |
| 401 | 401 | ||
| 402 | ep-prodact:SafetyMeeting | 402 | ep-prodact:SafetyMeeting |
| 403 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 403 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 404 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 404 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 405 | 405 | ||
| 406 | ep-prodact:SampleOfMaterial | 406 | ep-prodact:SampleOfMaterial |
| ... | @@ -420,7 +420,7 @@ ep-prodact:SickOnBoard | ... | @@ -420,7 +420,7 @@ ep-prodact:SickOnBoard |
| 420 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 420 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 421 | 421 | ||
| 422 | ep-prodact:SpillOrLeak | 422 | ep-prodact:SpillOrLeak |
| 423 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 423 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 424 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 424 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 425 | 425 | ||
| 426 | ep-prodact:SubstanceType | 426 | ep-prodact:SubstanceType |
| ... | @@ -433,7 +433,7 @@ ep-prodact:TransportationActivity | ... | @@ -433,7 +433,7 @@ ep-prodact:TransportationActivity |
| 433 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 433 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 434 | 434 | ||
| 435 | ep-prodact:UnknownReasonWellTest | 435 | ep-prodact:UnknownReasonWellTest |
| 436 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 436 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 437 | rdfs:label "unknown"^^xsd:string ; | 437 | rdfs:label "unknown"^^xsd:string ; |
| 438 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 438 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 439 | 439 | ||
| ... | @@ -448,7 +448,7 @@ ep-prodact:WaterDischarge | ... | @@ -448,7 +448,7 @@ ep-prodact:WaterDischarge |
| 448 | 448 | ||
| 449 | ep-prodact:WaterSample | 449 | ep-prodact:WaterSample |
| 450 | rdf:type owl:Class ; | 450 | rdf:type owl:Class ; |
| 451 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleOfMaterial . | 451 | + rdfs:subClassOf ep-prodact:SampleOfMaterial , <http://www.reportinghub.no/ep/schema/well#Water> . |
| 452 | 452 | ||
| 453 | ep-prodact:WellTestReasonType | 453 | ep-prodact:WellTestReasonType |
| 454 | rdf:type rdfs:Class ; | 454 | rdf:type rdfs:Class ; |
| ... | @@ -456,11 +456,11 @@ ep-prodact:WellTestReasonType | ... | @@ -456,11 +456,11 @@ ep-prodact:WellTestReasonType |
| 456 | rdfs:subClassOf owl:Class . | 456 | rdfs:subClassOf owl:Class . |
| 457 | 457 | ||
| 458 | ep-prodact:WorkingUnderPermit | 458 | ep-prodact:WorkingUnderPermit |
| 459 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 459 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 460 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 460 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 461 | 461 | ||
| 462 | ep-prodact:WorkingUnderPermitWithSJA | 462 | ep-prodact:WorkingUnderPermitWithSJA |
| 463 | - rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 463 | + rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 464 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 464 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
| 465 | 465 | ||
| 466 | ep-prodact:ammoniumDensity | 466 | ep-prodact:ammoniumDensity |
| ... | @@ -506,6 +506,12 @@ ep-prodact:glycolDensity | ... | @@ -506,6 +506,12 @@ ep-prodact:glycolDensity |
| 506 | rdfs:domain ep-prodact:WaterSample ; | 506 | rdfs:domain ep-prodact:WaterSample ; |
| 507 | rdfs:range ep-core:Density . | 507 | rdfs:range ep-core:Density . |
| 508 | 508 | ||
| 509 | +ep-prodact:hasGasLiftChoke | ||
| 510 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 511 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
| 512 | + rdfs:label "has gas lift choke"^^xsd:string ; | ||
| 513 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | ||
| 514 | + | ||
| 509 | ep-prodact:hasPart | 515 | ep-prodact:hasPart |
| 510 | rdf:type owl:ObjectProperty ; | 516 | rdf:type owl:ObjectProperty ; |
| 511 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 517 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -518,7 +524,7 @@ ep-prodact:hasPredecessor | ... | @@ -518,7 +524,7 @@ ep-prodact:hasPredecessor |
| 518 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 524 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 519 | 525 | ||
| 520 | ep-prodact:hasShutInPressure | 526 | ep-prodact:hasShutInPressure |
| 521 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 527 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 522 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 528 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 523 | rdfs:label "has shut-in pressure"^^xsd:string ; | 529 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| 524 | rdfs:range ep-core:Pressure . | 530 | rdfs:range ep-core:Pressure . |
| ... | @@ -530,25 +536,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -530,25 +536,25 @@ ep-prodact:hasValidPredecessor |
| 530 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 536 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 531 | 537 | ||
| 532 | ep-prodact:injectionWellTestMaximumAnnularPressure | 538 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 533 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 539 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 534 | rdfs:domain ep-prodact:InjectionWellTest ; | 540 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 535 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 541 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 536 | rdfs:range ep-core:Pressure . | 542 | rdfs:range ep-core:Pressure . |
| 537 | 543 | ||
| 538 | ep-prodact:injectionWellTestMinimumAnnularPressure | 544 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 539 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 545 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 540 | rdfs:domain ep-prodact:InjectionWellTest ; | 546 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 541 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 547 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 542 | rdfs:range ep-core:Pressure . | 548 | rdfs:range ep-core:Pressure . |
| 543 | 549 | ||
| 544 | ep-prodact:injectionWellTestWellheadFlowingPressure | 550 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 545 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 551 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 546 | rdfs:domain ep-prodact:InjectionWellTest ; | 552 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 547 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 553 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 548 | rdfs:range ep-core:Pressure . | 554 | rdfs:range ep-core:Pressure . |
| 549 | 555 | ||
| 550 | ep-prodact:injectionWellTestWellheadMaximumPressure | 556 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 551 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 557 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 552 | rdfs:domain ep-prodact:InjectionWellTest ; | 558 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 553 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 559 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 554 | rdfs:range ep-core:Pressure . | 560 | rdfs:range ep-core:Pressure . |
| ... | @@ -614,7 +620,7 @@ ep-prodact:oilInWater | ... | @@ -614,7 +620,7 @@ ep-prodact:oilInWater |
| 614 | rdfs:range ep-core:MassPerUnitMassConcentration . | 620 | rdfs:range ep-core:MassPerUnitMassConcentration . |
| 615 | 621 | ||
| 616 | ep-prodact:onProductionFacility | 622 | ep-prodact:onProductionFacility |
| 617 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 623 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 618 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 624 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 619 | rdfs:label "on facility"^^xsd:string ; | 625 | rdfs:label "on facility"^^xsd:string ; |
| 620 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 626 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| ... | @@ -640,7 +646,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -640,7 +646,7 @@ ep-prodact:productionActivityPeriodClassification |
| 640 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 646 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 641 | 647 | ||
| 642 | ep-prodact:productionOperator | 648 | ep-prodact:productionOperator |
| 643 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 649 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 644 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 650 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 645 | rdfs:label "production operator"^^xsd:string ; | 651 | rdfs:label "production operator"^^xsd:string ; |
| 646 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 652 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -656,7 +662,7 @@ ep-prodact:samplePhValue | ... | @@ -656,7 +662,7 @@ ep-prodact:samplePhValue |
| 656 | rdfs:range xsd:double . | 662 | rdfs:range xsd:double . |
| 657 | 663 | ||
| 658 | ep-prodact:samplePoint | 664 | ep-prodact:samplePoint |
| 659 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 665 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 660 | rdfs:domain ep-prodact:WaterSample ; | 666 | rdfs:domain ep-prodact:WaterSample ; |
| 661 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | 667 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . |
| 662 | 668 | ||
| ... | @@ -676,7 +682,7 @@ ep-prodact:samplingPerformedAt | ... | @@ -676,7 +682,7 @@ ep-prodact:samplingPerformedAt |
| 676 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 682 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 677 | 683 | ||
| 678 | ep-prodact:testedWellBoreInterval | 684 | ep-prodact:testedWellBoreInterval |
| 679 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 685 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 680 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 686 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 681 | rdfs:label "tested wellbore interval"^^xsd:string ; | 687 | rdfs:label "tested wellbore interval"^^xsd:string ; |
| 682 | rdfs:range ep-core:PhysicalObject . | 688 | rdfs:range ep-core:PhysicalObject . | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization |
| 4 | 4 | ||
| 5 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 5 | @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . | 6 | @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -13,11 +14,32 @@ | ... | @@ -13,11 +14,32 @@ |
| 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 16 | ||
| 17 | +ep-prodeqt:DownHoleControlValve | ||
| 18 | + rdf:type owl:Class ; | ||
| 19 | + rdfs:label "down hole control valve"^^xsd:string ; | ||
| 20 | + rdfs:subClassOf ep-prodeqt:Valve . | ||
| 21 | + | ||
| 16 | ep-prodeqt:FlowMeter | 22 | ep-prodeqt:FlowMeter |
| 17 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
| 18 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 24 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 19 | 25 | ||
| 26 | +ep-prodeqt:GasLiftChoke | ||
| 27 | + rdf:type owl:Class ; | ||
| 28 | + rdfs:label "gas lift choke"^^xsd:string ; | ||
| 29 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
| 30 | + | ||
| 31 | +ep-prodeqt:Valve | ||
| 32 | + rdf:type owl:Class ; | ||
| 33 | + rdfs:label "valve"^^xsd:string ; | ||
| 34 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
| 35 | + | ||
| 20 | ep-prodeqt:hasCaptain | 36 | ep-prodeqt:hasCaptain |
| 21 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 37 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 22 | rdfs:label "has captain"^^xsd:string ; | 38 | rdfs:label "has captain"^^xsd:string ; |
| 23 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . | 39 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . |
| 40 | + | ||
| 41 | +ep-prodeqt:hasValvePosition | ||
| 42 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 43 | + rdfs:domain ep-prodeqt:Valve ; | ||
| 44 | + rdfs:label "has valve position"^^xsd:string ; | ||
| 45 | + rdfs:range ep-core:Ratio . | ... | ... |
| ... | @@ -48,7 +48,7 @@ sp:if | ... | @@ -48,7 +48,7 @@ sp:if |
| 48 | 48 | ||
| 49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 50 | rdf:type owl:Ontology ; | 50 | rdf:type owl:Ontology ; |
| 51 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 51 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
| 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 53 | 53 | ||
| 54 | ep-dpr-spin-lib:Function | 54 | ep-dpr-spin-lib:Function |
| ... | @@ -2160,7 +2160,7 @@ ep-dpr-spin-lib:selectIlluminanceScale | ... | @@ -2160,7 +2160,7 @@ ep-dpr-spin-lib:selectIlluminanceScale |
| 2160 | 2160 | ||
| 2161 | ep-dpr-spin-lib:selectInjectedFluidType | 2161 | ep-dpr-spin-lib:selectInjectedFluidType |
| 2162 | rdf:type spin:Function ; | 2162 | rdf:type spin:Function ; |
| 2163 | - rdfs:label "select DensityAtStandardTemperaturePressureType"^^xsd:string ; | 2163 | + rdfs:label "select InjectedFluidType"^^xsd:string ; |
| 2164 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 2164 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 2165 | spin:body | 2165 | spin:body |
| 2166 | [ rdf:type sp:Select ; | 2166 | [ rdf:type sp:Select ; |
| ... | @@ -5490,6 +5490,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5490,6 +5490,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5490 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5490 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5491 | spin:body | 5491 | spin:body |
| 5492 | [ rdf:type sp:Select ; | 5492 | [ rdf:type sp:Select ; |
| 5493 | + sp:resultVariables (_:b28) ; | ||
| 5494 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5495 | + sp:expression | ||
| 5496 | + [ rdf:type sp:if ; | ||
| 5497 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5498 | + sp:arg1 spin:_arg1 ; | ||
| 5499 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5500 | + ] ; | ||
| 5501 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5502 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5503 | + ] ; | ||
| 5504 | + sp:variable _:b28 | ||
| 5505 | + ]) | ||
| 5506 | + ] ; | ||
| 5507 | + spin:body | ||
| 5508 | + [ rdf:type sp:Select ; | ||
| 5493 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5509 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5494 | ]) ; | 5510 | ]) ; |
| 5495 | sp:where ([ rdf:type sp:Bind ; | 5511 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -5569,22 +5585,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5569,22 +5585,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5569 | [ sp:varName "myVar"^^xsd:string | 5585 | [ sp:varName "myVar"^^xsd:string |
| 5570 | ] | 5586 | ] |
| 5571 | ]) | 5587 | ]) |
| 5572 | - ] ; | ||
| 5573 | - spin:body | ||
| 5574 | - [ rdf:type sp:Select ; | ||
| 5575 | - sp:resultVariables (_:b28) ; | ||
| 5576 | - sp:where ([ rdf:type sp:Bind ; | ||
| 5577 | - sp:expression | ||
| 5578 | - [ rdf:type sp:if ; | ||
| 5579 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5580 | - sp:arg1 spin:_arg1 ; | ||
| 5581 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5582 | - ] ; | ||
| 5583 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5584 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5585 | - ] ; | ||
| 5586 | - sp:variable _:b28 | ||
| 5587 | - ]) | ||
| 5588 | ] . | 5588 | ] . |
| 5589 | 5589 | ||
| 5590 | ep-dpr-spin-lib:selectTemperatureScale | 5590 | ep-dpr-spin-lib:selectTemperatureScale |
| ... | @@ -7119,80 +7119,80 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7119,80 +7119,80 @@ ep-dpr-spin-lib:selectWorkScale |
| 7119 | ]) | 7119 | ]) |
| 7120 | ] . | 7120 | ] . |
| 7121 | 7121 | ||
| 7122 | -_:b1 sp:varName "uri"^^xsd:string . | 7122 | +_:b29 |
| 7123 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7123 | 7124 | ||
| 7124 | -_:b2 sp:varName "UUID"^^xsd:string . | 7125 | +_:b28 |
| 7126 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7125 | 7127 | ||
| 7126 | -_:b3 sp:varName "uri"^^xsd:string . | 7128 | +_:b27 |
| 7129 | + sp:varName "safetyActivityType"^^xsd:string . | ||
| 7127 | 7130 | ||
| 7128 | -_:b4 sp:varName "uri"^^xsd:string . | 7131 | +_:b26 |
| 7132 | + sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 7129 | 7133 | ||
| 7130 | -_:b5 sp:varName "uri"^^xsd:string . | 7134 | +_:b25 |
| 7135 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7131 | 7136 | ||
| 7132 | -_:b6 sp:varName "uri"^^xsd:string . | 7137 | +_:b24 |
| 7138 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7133 | 7139 | ||
| 7134 | -_:b7 sp:varName "uri"^^xsd:string . | 7140 | +_:b23 |
| 7141 | + sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 7135 | 7142 | ||
| 7136 | -_:b8 sp:varName "uri"^^xsd:string . | 7143 | +_:b22 |
| 7144 | + sp:varName "productionFacilityType"^^xsd:string . | ||
| 7137 | 7145 | ||
| 7138 | -_:b9 sp:varName "uri"^^xsd:string . | 7146 | +_:b21 |
| 7147 | + sp:varName "productVolumeReportPeriodType"^^xsd:string . | ||
| 7139 | 7148 | ||
| 7140 | -_:b10 | 7149 | +_:b20 |
| 7141 | - sp:varName "uri"^^xsd:string . | 7150 | + sp:varName "densityScale"^^xsd:string . |
| 7142 | 7151 | ||
| 7143 | -_:b11 | 7152 | +_:b19 |
| 7144 | sp:varName "uri"^^xsd:string . | 7153 | sp:varName "uri"^^xsd:string . |
| 7145 | 7154 | ||
| 7146 | -_:b12 | 7155 | +_:b18 |
| 7147 | sp:varName "uri"^^xsd:string . | 7156 | sp:varName "uri"^^xsd:string . |
| 7148 | 7157 | ||
| 7149 | -_:b13 | 7158 | +_:b17 |
| 7150 | sp:varName "uri"^^xsd:string . | 7159 | sp:varName "uri"^^xsd:string . |
| 7151 | 7160 | ||
| 7152 | -_:b14 | 7161 | +_:b16 |
| 7153 | sp:varName "uri"^^xsd:string . | 7162 | sp:varName "uri"^^xsd:string . |
| 7154 | 7163 | ||
| 7155 | _:b15 | 7164 | _:b15 |
| 7156 | sp:varName "uri"^^xsd:string . | 7165 | sp:varName "uri"^^xsd:string . |
| 7157 | 7166 | ||
| 7158 | -_:b16 | 7167 | +_:b14 |
| 7159 | sp:varName "uri"^^xsd:string . | 7168 | sp:varName "uri"^^xsd:string . |
| 7160 | 7169 | ||
| 7161 | -_:b17 | 7170 | +_:b13 |
| 7162 | sp:varName "uri"^^xsd:string . | 7171 | sp:varName "uri"^^xsd:string . |
| 7163 | 7172 | ||
| 7164 | -_:b18 | 7173 | +_:b12 |
| 7165 | sp:varName "uri"^^xsd:string . | 7174 | sp:varName "uri"^^xsd:string . |
| 7166 | 7175 | ||
| 7167 | -_:b19 | 7176 | +_:b11 |
| 7168 | sp:varName "uri"^^xsd:string . | 7177 | sp:varName "uri"^^xsd:string . |
| 7169 | 7178 | ||
| 7170 | -_:b20 | 7179 | +_:b10 |
| 7171 | - sp:varName "densityScale"^^xsd:string . | 7180 | + sp:varName "uri"^^xsd:string . |
| 7172 | 7181 | ||
| 7173 | -_:b29 | 7182 | +_:b9 sp:varName "uri"^^xsd:string . |
| 7174 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7175 | 7183 | ||
| 7176 | -_:b28 | 7184 | +_:b8 sp:varName "uri"^^xsd:string . |
| 7177 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7178 | 7185 | ||
| 7179 | -_:b27 | 7186 | +_:b7 sp:varName "uri"^^xsd:string . |
| 7180 | - sp:varName "safetyActivityType"^^xsd:string . | ||
| 7181 | 7187 | ||
| 7182 | -_:b26 | 7188 | +_:b6 sp:varName "uri"^^xsd:string . |
| 7183 | - sp:varName "productionFlowPurposeType"^^xsd:string . | ||
| 7184 | 7189 | ||
| 7185 | -_:b25 | 7190 | +_:b5 sp:varName "uri"^^xsd:string . |
| 7186 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7187 | 7191 | ||
| 7188 | -_:b24 | 7192 | +_:b4 sp:varName "uri"^^xsd:string . |
| 7189 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 7190 | 7193 | ||
| 7191 | -_:b23 | 7194 | +_:b3 sp:varName "uri"^^xsd:string . |
| 7192 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | ||
| 7193 | 7195 | ||
| 7194 | -_:b22 | 7196 | +_:b2 sp:varName "UUID"^^xsd:string . |
| 7195 | - sp:varName "productionFacilityType"^^xsd:string . | ||
| 7196 | 7197 | ||
| 7197 | -_:b21 | 7198 | +_:b1 sp:varName "uri"^^xsd:string . |
| 7198 | - sp:varName "productVolumeReportPeriodType"^^xsd:string . | ... | ... |
| ... | @@ -1175,6 +1175,135 @@ ep-mpr-spin-lib:selectFrequencyScale | ... | @@ -1175,6 +1175,135 @@ ep-mpr-spin-lib:selectFrequencyScale |
| 1175 | ]) | 1175 | ]) |
| 1176 | ] . | 1176 | ] . |
| 1177 | 1177 | ||
| 1178 | +ep-mpr-spin-lib:selectInjectedFluidType | ||
| 1179 | + rdf:type spin:Function ; | ||
| 1180 | + rdfs:label "select InjectedFluidType"^^xsd:string ; | ||
| 1181 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 1182 | + spin:body | ||
| 1183 | + [ rdf:type sp:Select ; | ||
| 1184 | + sp:resultVariables ([ sp:varName "injectedFluidType"^^xsd:string | ||
| 1185 | + ]) ; | ||
| 1186 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1187 | + sp:expression | ||
| 1188 | + [ rdf:type sp:if ; | ||
| 1189 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1190 | + sp:arg1 spin:_arg1 ; | ||
| 1191 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_oil> | ||
| 1192 | + ] ; | ||
| 1193 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Oil> ; | ||
| 1194 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1195 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1196 | + sp:arg1 spin:_arg1 ; | ||
| 1197 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_gas> | ||
| 1198 | + ] ; | ||
| 1199 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Gas> ; | ||
| 1200 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1201 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1202 | + sp:arg1 spin:_arg1 ; | ||
| 1203 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_nonHCgas> | ||
| 1204 | + ] ; | ||
| 1205 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#NonHcGas> ; | ||
| 1206 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1207 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1208 | + sp:arg1 spin:_arg1 ; | ||
| 1209 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_CO2> | ||
| 1210 | + ] ; | ||
| 1211 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#CO2-gas> ; | ||
| 1212 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1213 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1214 | + sp:arg1 spin:_arg1 ; | ||
| 1215 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_water> | ||
| 1216 | + ] ; | ||
| 1217 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Water> ; | ||
| 1218 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1219 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1220 | + sp:arg1 spin:_arg1 ; | ||
| 1221 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_brine> | ||
| 1222 | + ] ; | ||
| 1223 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Brine> ; | ||
| 1224 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1225 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1226 | + sp:arg1 spin:_arg1 ; | ||
| 1227 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_freshwater> | ||
| 1228 | + ] ; | ||
| 1229 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#FreshWater> ; | ||
| 1230 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1231 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1232 | + sp:arg1 spin:_arg1 ; | ||
| 1233 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_oil-gas> | ||
| 1234 | + ] ; | ||
| 1235 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OilAndGas> ; | ||
| 1236 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1237 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1238 | + sp:arg1 spin:_arg1 ; | ||
| 1239 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_oil-water> | ||
| 1240 | + ] ; | ||
| 1241 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OilAndWater> ; | ||
| 1242 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1243 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1244 | + sp:arg1 spin:_arg1 ; | ||
| 1245 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_gas-water> | ||
| 1246 | + ] ; | ||
| 1247 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#GasAndWater> ; | ||
| 1248 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1249 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1250 | + sp:arg1 spin:_arg1 ; | ||
| 1251 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_condensate> | ||
| 1252 | + ] ; | ||
| 1253 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#Condensate> ; | ||
| 1254 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1255 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1256 | + sp:arg1 spin:_arg1 ; | ||
| 1257 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_steam> | ||
| 1258 | + ] ; | ||
| 1259 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Steam> ; | ||
| 1260 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1261 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1262 | + sp:arg1 spin:_arg1 ; | ||
| 1263 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_air> | ||
| 1264 | + ] ; | ||
| 1265 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#Air-gas> ; | ||
| 1266 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1267 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1268 | + sp:arg1 spin:_arg1 ; | ||
| 1269 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_dry> | ||
| 1270 | + ] ; | ||
| 1271 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#DryFluid> ; | ||
| 1272 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1273 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1274 | + sp:arg1 spin:_arg1 ; | ||
| 1275 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_unknown> | ||
| 1276 | + ] ; | ||
| 1277 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#UnknownFluid> ; | ||
| 1278 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1279 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1280 | + sp:arg1 spin:_arg1 ; | ||
| 1281 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#IF_other> | ||
| 1282 | + ] ; | ||
| 1283 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OtherInjectionFluid> ; | ||
| 1284 | + sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid> | ||
| 1285 | + ] | ||
| 1286 | + ] | ||
| 1287 | + ] | ||
| 1288 | + ] | ||
| 1289 | + ] | ||
| 1290 | + ] | ||
| 1291 | + ] | ||
| 1292 | + ] | ||
| 1293 | + ] | ||
| 1294 | + ] | ||
| 1295 | + ] | ||
| 1296 | + ] | ||
| 1297 | + ] | ||
| 1298 | + ] | ||
| 1299 | + ] | ||
| 1300 | + ] ; | ||
| 1301 | + sp:variable | ||
| 1302 | + [ sp:varName "injectedFluidType"^^xsd:string | ||
| 1303 | + ] | ||
| 1304 | + ]) | ||
| 1305 | + ] . | ||
| 1306 | + | ||
| 1178 | ep-mpr-spin-lib:selectLengthPerLengthScale | 1307 | ep-mpr-spin-lib:selectLengthPerLengthScale |
| 1179 | rdf:type spin:Function ; | 1308 | rdf:type spin:Function ; |
| 1180 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 1309 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment