completed formTestInfo, gasReadingInfo and lithShowInfo mappings.
Showing
14 changed files
with
1526 additions
and
1152 deletions
| 1 | -# Saved by TopBraid on Mon Sep 19 17:08:35 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 18:01:30 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 9 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 9 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | ||
| 19 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 19 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 22 | owl:versionInfo "0.1.0"^^xsd:string . | 22 | owl:versionInfo "0.1.0"^^xsd:string . |
| 23 | 23 | ||
| 24 | ep-activity:Activity | 24 | ep-activity:Activity |
| ... | @@ -27,33 +27,33 @@ ep-activity:Activity | ... | @@ -27,33 +27,33 @@ ep-activity:Activity |
| 27 | rdfs:subClassOf ep-core:PhysicalThing ; | 27 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | - owl:allValuesFrom ep-activity:Activity ; | 30 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 31 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 31 | + owl:onProperty ep-activity:finishedAt |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | - owl:allValuesFrom ep-activity:Activity ; | 35 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 36 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 36 | + owl:onProperty ep-activity:startedAt |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 40 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 41 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 42 | ] ; | 42 | ] ; |
| 43 | rdfs:subClassOf | 43 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 44 | [ rdf:type owl:Restriction ; |
| 45 | owl:allValuesFrom ep-activity:Activity ; | 45 | owl:allValuesFrom ep-activity:Activity ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 46 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 47 | ] ; | 47 | ] ; |
| 48 | rdfs:subClassOf | 48 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
| 50 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 50 | + owl:allValuesFrom ep-activity:Activity ; |
| 51 | - owl:onProperty ep-activity:startedAt | 51 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 52 | ] ; | 52 | ] ; |
| 53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
| 54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
| 55 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 55 | + owl:allValuesFrom ep-activity:Activity ; |
| 56 | - owl:onProperty ep-activity:finishedAt | 56 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 57 | ] . | 57 | ] . |
| 58 | 58 | ||
| 59 | ep-activity:ActivitySuccessType | 59 | ep-activity:ActivitySuccessType |
| ... | @@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity |
| 67 | rdfs:subClassOf ep-activity:DrillingActivity ; | 67 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 68 | rdfs:subClassOf | 68 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 69 | [ rdf:type owl:Restriction ; |
| 70 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 70 | + owl:allValuesFrom ep-activity:Activity ; |
| 71 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 71 | + owl:onProperty ep-core:hasPart |
| 72 | ] ; | 72 | ] ; |
| 73 | rdfs:subClassOf | 73 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 74 | [ rdf:type owl:Restriction ; |
| 75 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 75 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 76 | - owl:onProperty ep-activity:onWellBore | 76 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 77 | ] ; | 77 | ] ; |
| 78 | rdfs:subClassOf | 78 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 79 | [ rdf:type owl:Restriction ; |
| ... | @@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity |
| 82 | ] ; | 82 | ] ; |
| 83 | rdfs:subClassOf | 83 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 84 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 85 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 86 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 86 | + owl:onProperty ep-activity:onWellBore |
| 87 | ] ; | 87 | ] ; |
| 88 | rdfs:subClassOf | 88 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 89 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ep-activity:Activity ; | 90 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 91 | - owl:onProperty ep-core:hasPart | 91 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 92 | ] . | 92 | ] . |
| 93 | 93 | ||
| 94 | ep-activity:DailyProductionActivity | 94 | ep-activity:DailyProductionActivity |
| ... | @@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack | ... | @@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack |
| 132 | rdfs:subClassOf ep-activity:DrillingActivity . | 132 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 133 | 133 | ||
| 134 | ep-activity:DrillStemTest | 134 | ep-activity:DrillStemTest |
| 135 | - rdf:type owl:Class , ep-activity:WellTestType ; | 135 | + rdf:type ep-activity:WellTestType , owl:Class ; |
| 136 | rdfs:label "drill stem test"^^xsd:string ; | 136 | rdfs:label "drill stem test"^^xsd:string ; |
| 137 | rdfs:subClassOf ep-activity:WellTest ; | 137 | rdfs:subClassOf ep-activity:WellTest ; |
| 138 | dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; | 138 | dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; |
| ... | @@ -144,72 +144,72 @@ ep-activity:DrillingActivity | ... | @@ -144,72 +144,72 @@ ep-activity:DrillingActivity |
| 144 | rdfs:subClassOf ep-activity:Activity . | 144 | rdfs:subClassOf ep-activity:Activity . |
| 145 | 145 | ||
| 146 | ep-activity:DrillingActivity-bop_test | 146 | ep-activity:DrillingActivity-bop_test |
| 147 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 147 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 148 | rdfs:label "drilling activity bop test"^^xsd:string ; | 148 | rdfs:label "drilling activity bop test"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-activity:DrillingActivity . | 149 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 150 | 150 | ||
| 151 | ep-activity:DrillingActivity-circulation_loss | 151 | ep-activity:DrillingActivity-circulation_loss |
| 152 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 152 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 153 | rdfs:label "drilling activity circulation loss"^^xsd:string ; | 153 | rdfs:label "drilling activity circulation loss"^^xsd:string ; |
| 154 | rdfs:subClassOf ep-activity:DrillingActivity . | 154 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 155 | 155 | ||
| 156 | ep-activity:DrillingActivity-coiled_tubing | 156 | ep-activity:DrillingActivity-coiled_tubing |
| 157 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 157 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 158 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; | 158 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-activity:DrillingActivity . | 159 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 160 | 160 | ||
| 161 | ep-activity:DrillingActivity-equipment_failure | 161 | ep-activity:DrillingActivity-equipment_failure |
| 162 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 162 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 163 | rdfs:label "drilling activity equipment failure"^^xsd:string ; | 163 | rdfs:label "drilling activity equipment failure"^^xsd:string ; |
| 164 | rdfs:subClassOf ep-activity:DrillingActivity . | 164 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 165 | 165 | ||
| 166 | ep-activity:DrillingActivity-equipment_hang | 166 | ep-activity:DrillingActivity-equipment_hang |
| 167 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 167 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 168 | rdfs:label "drilling activity equipment hang"^^xsd:string ; | 168 | rdfs:label "drilling activity equipment hang"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-activity:DrillingActivity . | 169 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 170 | 170 | ||
| 171 | ep-activity:DrillingActivity-fixed_equipment | 171 | ep-activity:DrillingActivity-fixed_equipment |
| 172 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 172 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 173 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; | 173 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-activity:DrillingActivity . | 174 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 175 | 175 | ||
| 176 | ep-activity:DrillingActivity-injury | 176 | ep-activity:DrillingActivity-injury |
| 177 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 177 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 178 | rdfs:label "drilling activity injury"^^xsd:string ; | 178 | rdfs:label "drilling activity injury"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 179 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 180 | ||
| 181 | ep-activity:DrillingActivity-kick | 181 | ep-activity:DrillingActivity-kick |
| 182 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 182 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 183 | rdfs:label "drilling activity operation kick"^^xsd:string ; | 183 | rdfs:label "drilling activity operation kick"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-activity:DrillingActivity . | 184 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 185 | 185 | ||
| 186 | ep-activity:DrillingActivity-mud_loss | 186 | ep-activity:DrillingActivity-mud_loss |
| 187 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 187 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 188 | rdfs:label "drilling activity mud loss"^^xsd:string ; | 188 | rdfs:label "drilling activity mud loss"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-activity:DrillingActivity . | 189 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 190 | 190 | ||
| 191 | ep-activity:DrillingActivity-operation_failed | 191 | ep-activity:DrillingActivity-operation_failed |
| 192 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 192 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 193 | rdfs:label "drilling activity operation failed"^^xsd:string ; | 193 | rdfs:label "drilling activity operation failed"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-activity:DrillingActivity . | 194 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 195 | 195 | ||
| 196 | ep-activity:DrillingActivity-snubbing | 196 | ep-activity:DrillingActivity-snubbing |
| 197 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 197 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 198 | rdfs:label "drilling activity snubbing"^^xsd:string ; | 198 | rdfs:label "drilling activity snubbing"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-activity:DrillingActivity . | 199 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 200 | 200 | ||
| 201 | ep-activity:DrillingActivity-stuck_equipment | 201 | ep-activity:DrillingActivity-stuck_equipment |
| 202 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 202 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 203 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; | 203 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-activity:DrillingActivity . | 204 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 205 | 205 | ||
| 206 | ep-activity:DrillingActivity-success | 206 | ep-activity:DrillingActivity-success |
| 207 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 207 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 208 | rdfs:label "drilling activity success"^^xsd:string ; | 208 | rdfs:label "drilling activity success"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-activity:DrillingActivity . | 209 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 210 | 210 | ||
| 211 | ep-activity:DrillingActivity-wire_line | 211 | ep-activity:DrillingActivity-wire_line |
| 212 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 212 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 213 | rdfs:label "drilling activity wire line"^^xsd:string ; | 213 | rdfs:label "drilling activity wire line"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-activity:DrillingActivity . | 214 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 215 | 215 | ||
| ... | @@ -234,7 +234,7 @@ ep-activity:ExtractAWellCore | ... | @@ -234,7 +234,7 @@ ep-activity:ExtractAWellCore |
| 234 | rdfs:subClassOf ep-activity:Activity . | 234 | rdfs:subClassOf ep-activity:Activity . |
| 235 | 235 | ||
| 236 | ep-activity:FailedActivity | 236 | ep-activity:FailedActivity |
| 237 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 237 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 238 | rdfs:label "failed activity"^^xsd:string ; | 238 | rdfs:label "failed activity"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-activity:Activity ; | 239 | rdfs:subClassOf ep-activity:Activity ; |
| 240 | owl:disjointWith ep-activity:SuccessfulActivity . | 240 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -245,7 +245,7 @@ ep-activity:FluidActivity | ... | @@ -245,7 +245,7 @@ ep-activity:FluidActivity |
| 245 | rdfs:subClassOf ep-activity:Activity . | 245 | rdfs:subClassOf ep-activity:Activity . |
| 246 | 246 | ||
| 247 | ep-activity:FormationIntegrityTest | 247 | ep-activity:FormationIntegrityTest |
| 248 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 248 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 249 | rdfs:label "formation integrity test"^^xsd:string ; | 249 | rdfs:label "formation integrity test"^^xsd:string ; |
| 250 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 250 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 251 | owl:disjointWith ep-activity:LeakOffTest . | 251 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -315,7 +315,7 @@ ep-activity:GasReadingType | ... | @@ -315,7 +315,7 @@ ep-activity:GasReadingType |
| 315 | rdfs:subClassOf owl:Class . | 315 | rdfs:subClassOf owl:Class . |
| 316 | 316 | ||
| 317 | ep-activity:LeakOffTest | 317 | ep-activity:LeakOffTest |
| 318 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 318 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 319 | rdfs:label "leak-off test"^^xsd:string ; | 319 | rdfs:label "leak-off test"^^xsd:string ; |
| 320 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 320 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 321 | owl:disjointWith ep-activity:FormationIntegrityTest . | 321 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -356,7 +356,7 @@ ep-activity:OffshoreWellActivity |
| 356 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 356 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 357 | rdfs:subClassOf | 357 | rdfs:subClassOf |
| 358 | [ rdf:type owl:Restriction ; | 358 | [ rdf:type owl:Restriction ; |
| 359 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 359 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 360 | owl:onProperty ep-activity:onWell | 360 | owl:onProperty ep-activity:onWell |
| 361 | ] ; | 361 | ] ; |
| 362 | rdfs:subClassOf | 362 | rdfs:subClassOf |
| ... | @@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity |
| 366 | ] ; | 366 | ] ; |
| 367 | rdfs:subClassOf | 367 | rdfs:subClassOf |
| 368 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
| 369 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 369 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 370 | owl:onProperty ep-activity:onWell | 370 | owl:onProperty ep-activity:onWell |
| 371 | ] . | 371 | ] . |
| 372 | 372 | ||
| ... | @@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -386,13 +386,13 @@ ep-activity:PorePressureDeterminationType |
| 386 | rdfs:subClassOf owl:Class . | 386 | rdfs:subClassOf owl:Class . |
| 387 | 387 | ||
| 388 | ep-activity:PorePressureEstimation | 388 | ep-activity:PorePressureEstimation |
| 389 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 389 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
| 390 | rdfs:label "pore pressure estimation"^^xsd:string ; | 390 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 391 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 391 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 392 | owl:disjointWith ep-activity:PorePressureMeasurement . | 392 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 393 | 393 | ||
| 394 | ep-activity:PorePressureMeasurement | 394 | ep-activity:PorePressureMeasurement |
| 395 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 395 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
| 396 | rdfs:label "pore pressure measurement"^^xsd:string ; | 396 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 397 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 397 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 398 | owl:disjointWith ep-activity:PorePressureEstimation . | 398 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -413,14 +413,14 @@ ep-activity:ProductionActivity | ... | @@ -413,14 +413,14 @@ ep-activity:ProductionActivity |
| 413 | rdfs:subClassOf ep-activity:Activity . | 413 | rdfs:subClassOf ep-activity:Activity . |
| 414 | 414 | ||
| 415 | ep-activity:ProductionTest | 415 | ep-activity:ProductionTest |
| 416 | - rdf:type owl:Class , ep-activity:WellTestType ; | 416 | + rdf:type ep-activity:WellTestType , owl:Class ; |
| 417 | rdfs:label "production test"^^xsd:string ; | 417 | rdfs:label "production test"^^xsd:string ; |
| 418 | rdfs:subClassOf ep-activity:WellTest ; | 418 | rdfs:subClassOf ep-activity:WellTest ; |
| 419 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 419 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
| 420 | owl:disjointWith ep-activity:DrillStemTest . | 420 | owl:disjointWith ep-activity:DrillStemTest . |
| 421 | 421 | ||
| 422 | ep-activity:SuccessfulActivity | 422 | ep-activity:SuccessfulActivity |
| 423 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 423 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 424 | rdfs:label "successful activity"^^xsd:string ; | 424 | rdfs:label "successful activity"^^xsd:string ; |
| 425 | rdfs:subClassOf ep-activity:Activity ; | 425 | rdfs:subClassOf ep-activity:Activity ; |
| 426 | owl:disjointWith ep-activity:FailedActivity . | 426 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -471,23 +471,23 @@ ep-activity:WellCementJob | ... | @@ -471,23 +471,23 @@ ep-activity:WellCementJob |
| 471 | rdfs:subClassOf ep-activity:Activity . | 471 | rdfs:subClassOf ep-activity:Activity . |
| 472 | 472 | ||
| 473 | ep-activity:WellCementJob-other | 473 | ep-activity:WellCementJob-other |
| 474 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 474 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 475 | rdfs:label "well cement job other"^^xsd:string ; | 475 | rdfs:label "well cement job other"^^xsd:string ; |
| 476 | rdfs:subClassOf ep-activity:WellCementJob ; | 476 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 477 | - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . | 477 | + owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . |
| 478 | 478 | ||
| 479 | ep-activity:WellCementJob-plug | 479 | ep-activity:WellCementJob-plug |
| 480 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 480 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 481 | rdfs:label "well cement job plug"^^xsd:string ; | 481 | rdfs:label "well cement job plug"^^xsd:string ; |
| 482 | rdfs:subClassOf ep-activity:WellCementJob . | 482 | rdfs:subClassOf ep-activity:WellCementJob . |
| 483 | 483 | ||
| 484 | ep-activity:WellCementJob-primary | 484 | ep-activity:WellCementJob-primary |
| 485 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 485 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 486 | rdfs:label "well cement job primary"^^xsd:string ; | 486 | rdfs:label "well cement job primary"^^xsd:string ; |
| 487 | rdfs:subClassOf ep-activity:WellCementJob . | 487 | rdfs:subClassOf ep-activity:WellCementJob . |
| 488 | 488 | ||
| 489 | ep-activity:WellCementJob-squeeze | 489 | ep-activity:WellCementJob-squeeze |
| 490 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 490 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 491 | rdfs:label "well cement job squeeze"^^xsd:string ; | 491 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 492 | rdfs:subClassOf ep-activity:WellCementJob . | 492 | rdfs:subClassOf ep-activity:WellCementJob . |
| 493 | 493 | ||
| ... | @@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -532,73 +532,73 @@ ep-activity:WellCementJobTopPlugType |
| 532 | rdfs:subClassOf owl:Class . | 532 | rdfs:subClassOf owl:Class . |
| 533 | 533 | ||
| 534 | ep-activity:WellCementJobWithBottomPlug | 534 | ep-activity:WellCementJobWithBottomPlug |
| 535 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 535 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 536 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 536 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 537 | rdfs:subClassOf ep-activity:WellCementJob ; | 537 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 538 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 538 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 539 | 539 | ||
| 540 | ep-activity:WellCementJobWithCasingReciprocation | 540 | ep-activity:WellCementJobWithCasingReciprocation |
| 541 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 541 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 542 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 542 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 543 | rdfs:subClassOf ep-activity:WellCementJob ; | 543 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 544 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 544 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 545 | 545 | ||
| 546 | ep-activity:WellCementJobWithCasingRotation | 546 | ep-activity:WellCementJobWithCasingRotation |
| 547 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 547 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 548 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 548 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 549 | rdfs:subClassOf ep-activity:WellCementJob ; | 549 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 550 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 550 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 551 | 551 | ||
| 552 | ep-activity:WellCementJobWithFloatHolding | 552 | ep-activity:WellCementJobWithFloatHolding |
| 553 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 553 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 554 | rdfs:label "well cement job with float holding"^^xsd:string ; | 554 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 555 | rdfs:subClassOf ep-activity:WellCementJob ; | 555 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 556 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 556 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 557 | 557 | ||
| 558 | ep-activity:WellCementJobWithPlugBumping | 558 | ep-activity:WellCementJobWithPlugBumping |
| 559 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 559 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 560 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 560 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 561 | rdfs:subClassOf ep-activity:WellCementJob ; | 561 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 562 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 562 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 563 | 563 | ||
| 564 | ep-activity:WellCementJobWithTopPlug | 564 | ep-activity:WellCementJobWithTopPlug |
| 565 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 565 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 566 | rdfs:label "well cement job with top plug"^^xsd:string ; | 566 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 567 | rdfs:subClassOf ep-activity:WellCementJob ; | 567 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 568 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 568 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 569 | 569 | ||
| 570 | ep-activity:WellCementJobWithoutBottomPlug | 570 | ep-activity:WellCementJobWithoutBottomPlug |
| 571 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 571 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 572 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 572 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 573 | rdfs:subClassOf ep-activity:WellCementJob ; | 573 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 574 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 574 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 575 | 575 | ||
| 576 | ep-activity:WellCementJobWithoutCasingReciprocation | 576 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 577 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 577 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 578 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 578 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 579 | rdfs:subClassOf ep-activity:WellCementJob ; | 579 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 580 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 580 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 581 | 581 | ||
| 582 | ep-activity:WellCementJobWithoutCasingRotation | 582 | ep-activity:WellCementJobWithoutCasingRotation |
| 583 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 583 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 584 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 584 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 585 | rdfs:subClassOf ep-activity:WellCementJob ; | 585 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 586 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 586 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 587 | 587 | ||
| 588 | ep-activity:WellCementJobWithoutFloatHolding | 588 | ep-activity:WellCementJobWithoutFloatHolding |
| 589 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 589 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 590 | rdfs:label "well cement job without float holding"^^xsd:string ; | 590 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 591 | rdfs:subClassOf ep-activity:WellCementJob ; | 591 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 592 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 592 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 593 | 593 | ||
| 594 | ep-activity:WellCementJobWithoutPlugBumping | 594 | ep-activity:WellCementJobWithoutPlugBumping |
| 595 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 595 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 596 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 596 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 597 | rdfs:subClassOf ep-activity:WellCementJob ; | 597 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 599 | 599 | ||
| 600 | ep-activity:WellCementJobWithoutTopPlug | 600 | ep-activity:WellCementJobWithoutTopPlug |
| 601 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 601 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 602 | rdfs:label "well cement job without top plug"^^xsd:string ; | 602 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 603 | rdfs:subClassOf ep-activity:WellCementJob ; | 603 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 604 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 604 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -614,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 614 | rdfs:subClassOf owl:Class . | 614 | rdfs:subClassOf owl:Class . |
| 615 | 615 | ||
| 616 | ep-activity:WellCementPumpingWithFluidReturn | 616 | ep-activity:WellCementPumpingWithFluidReturn |
| 617 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 617 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 618 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 618 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 619 | rdfs:subClassOf ep-activity:WellCementPumping ; | 619 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 620 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 620 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 621 | 621 | ||
| 622 | ep-activity:WellCementPumpingWithoutFluidReturn | 622 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 623 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 623 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 624 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 624 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 625 | rdfs:subClassOf ep-activity:WellCementPumping ; | 625 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 626 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 626 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -631,28 +631,28 @@ ep-activity:WellControlIncident | ... | @@ -631,28 +631,28 @@ ep-activity:WellControlIncident |
| 631 | rdfs:subClassOf ep-activity:Activity . | 631 | rdfs:subClassOf ep-activity:Activity . |
| 632 | 632 | ||
| 633 | ep-activity:WellControlIncident-gas_kick | 633 | ep-activity:WellControlIncident-gas_kick |
| 634 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 634 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 635 | rdfs:label "well control incident gas kick"^^xsd:string ; | 635 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 636 | rdfs:subClassOf ep-activity:WellControlIncident ; | 636 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 637 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 637 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 638 | 638 | ||
| 639 | ep-activity:WellControlIncident-oil_kick | 639 | ep-activity:WellControlIncident-oil_kick |
| 640 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 640 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 641 | rdfs:label "well control incident oil kick"^^xsd:string ; | 641 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 642 | rdfs:subClassOf ep-activity:WellControlIncident ; | 642 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 643 | - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 643 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . |
| 644 | 644 | ||
| 645 | ep-activity:WellControlIncident-shallow_gas_kick | 645 | ep-activity:WellControlIncident-shallow_gas_kick |
| 646 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 646 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 647 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 647 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 648 | rdfs:subClassOf ep-activity:WellControlIncident ; | 648 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 649 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 649 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . |
| 650 | 650 | ||
| 651 | ep-activity:WellControlIncident-water_kick | 651 | ep-activity:WellControlIncident-water_kick |
| 652 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 652 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 653 | rdfs:label "well control incident water kick"^^xsd:string ; | 653 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 654 | rdfs:subClassOf ep-activity:WellControlIncident ; | 654 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 655 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | 655 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 656 | 656 | ||
| 657 | ep-activity:WellControlIncidentType | 657 | ep-activity:WellControlIncidentType |
| 658 | rdf:type rdfs:Class ; | 658 | rdf:type rdfs:Class ; |
| ... | @@ -665,40 +665,40 @@ ep-activity:WellKilling | ... | @@ -665,40 +665,40 @@ ep-activity:WellKilling |
| 665 | rdfs:subClassOf ep-activity:Activity . | 665 | rdfs:subClassOf ep-activity:Activity . |
| 666 | 666 | ||
| 667 | ep-activity:WellKilling-bullheading | 667 | ep-activity:WellKilling-bullheading |
| 668 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 668 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 669 | rdfs:label "well killing bullheading"^^xsd:string ; | 669 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 670 | rdfs:subClassOf ep-activity:WellKilling ; | 670 | rdfs:subClassOf ep-activity:WellKilling ; |
| 671 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight . | 671 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 672 | 672 | ||
| 673 | ep-activity:WellKilling-drillers_method | 673 | ep-activity:WellKilling-drillers_method |
| 674 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 674 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 675 | rdfs:label "well killing drillers method"^^xsd:string ; | 675 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 676 | rdfs:subClassOf ep-activity:WellKilling ; | 676 | rdfs:subClassOf ep-activity:WellKilling ; |
| 677 | - owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 677 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . |
| 678 | 678 | ||
| 679 | ep-activity:WellKilling-forward_circulation | 679 | ep-activity:WellKilling-forward_circulation |
| 680 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 680 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 681 | rdfs:label "well killing forward circulation"^^xsd:string ; | 681 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 682 | rdfs:subClassOf ep-activity:WellKilling ; | 682 | rdfs:subClassOf ep-activity:WellKilling ; |
| 683 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 683 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 684 | 684 | ||
| 685 | ep-activity:WellKilling-lubricate_and_bleed | 685 | ep-activity:WellKilling-lubricate_and_bleed |
| 686 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 686 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 687 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 687 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 688 | rdfs:subClassOf ep-activity:WellKilling ; | 688 | rdfs:subClassOf ep-activity:WellKilling ; |
| 689 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 689 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . |
| 690 | 690 | ||
| 691 | ep-activity:WellKilling-reverse_circulation | 691 | ep-activity:WellKilling-reverse_circulation |
| 692 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 692 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 693 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 693 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 694 | rdfs:subClassOf ep-activity:WellKilling ; | 694 | rdfs:subClassOf ep-activity:WellKilling ; |
| 695 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | 695 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 696 | 696 | ||
| 697 | ep-activity:WellKilling-wait_and_weight | 697 | ep-activity:WellKilling-wait_and_weight |
| 698 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 698 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 699 | rdfs:label "well killing wait and weight"^^xsd:string ; | 699 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 700 | rdfs:subClassOf ep-activity:WellKilling ; | 700 | rdfs:subClassOf ep-activity:WellKilling ; |
| 701 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | 701 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . |
| 702 | 702 | ||
| 703 | ep-activity:WellKillingType | 703 | ep-activity:WellKillingType |
| 704 | rdf:type rdfs:Class ; | 704 | rdf:type rdfs:Class ; |
| ... | @@ -731,13 +731,13 @@ ep-activity:WirelineFormationTestType | ... | @@ -731,13 +731,13 @@ ep-activity:WirelineFormationTestType |
| 731 | rdfs:subClassOf owl:Class . | 731 | rdfs:subClassOf owl:Class . |
| 732 | 732 | ||
| 733 | ep-activity:WirelineFormationTestWithGoodSeal | 733 | ep-activity:WirelineFormationTestWithGoodSeal |
| 734 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 734 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
| 735 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 735 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 736 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 736 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 737 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 737 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 738 | 738 | ||
| 739 | ep-activity:WirelineFormationTestWithoutGoodSeal | 739 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 740 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 740 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
| 741 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 741 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 742 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 742 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 743 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 743 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| ... | @@ -758,19 +758,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -758,19 +758,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 758 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 758 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 759 | 759 | ||
| 760 | ep-activity:distanceDrilled | 760 | ep-activity:distanceDrilled |
| 761 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 761 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 762 | rdfs:domain ep-activity:DrillingActivity ; | 762 | rdfs:domain ep-activity:DrillingActivity ; |
| 763 | rdfs:label "final rate of drilling"^^xsd:string ; | 763 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 764 | rdfs:range ep-core:Length . | 764 | rdfs:range ep-core:Length . |
| 765 | 765 | ||
| 766 | ep-activity:drillingContractor | 766 | ep-activity:drillingContractor |
| 767 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 767 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 768 | rdfs:domain ep-activity:DrillingActivity ; | 768 | rdfs:domain ep-activity:DrillingActivity ; |
| 769 | rdfs:label "drilling contractor"^^xsd:string ; | 769 | rdfs:label "drilling contractor"^^xsd:string ; |
| 770 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 770 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 771 | 771 | ||
| 772 | ep-activity:drillingOperator | 772 | ep-activity:drillingOperator |
| 773 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 773 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 774 | rdfs:domain ep-activity:DrillingActivity ; | 774 | rdfs:domain ep-activity:DrillingActivity ; |
| 775 | rdfs:label "drilling operator"^^xsd:string ; | 775 | rdfs:label "drilling operator"^^xsd:string ; |
| 776 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 776 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -782,19 +782,19 @@ ep-activity:failedEquipment | ... | @@ -782,19 +782,19 @@ ep-activity:failedEquipment |
| 782 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 782 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 783 | 783 | ||
| 784 | ep-activity:finalRateOfDrilling | 784 | ep-activity:finalRateOfDrilling |
| 785 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 785 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 786 | rdfs:domain ep-activity:DrillingActivity ; | 786 | rdfs:domain ep-activity:DrillingActivity ; |
| 787 | rdfs:label "final rate of drilling"^^xsd:string ; | 787 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 788 | rdfs:range ep-core:Speed . | 788 | rdfs:range ep-core:Speed . |
| 789 | 789 | ||
| 790 | ep-activity:finishedAt | 790 | ep-activity:finishedAt |
| 791 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 791 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 792 | rdfs:domain ep-activity:Activity ; | 792 | rdfs:domain ep-activity:Activity ; |
| 793 | rdfs:label "finished at"^^xsd:string ; | 793 | rdfs:label "finished at"^^xsd:string ; |
| 794 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 794 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 795 | 795 | ||
| 796 | ep-activity:hasCasingLinerTubing | 796 | ep-activity:hasCasingLinerTubing |
| 797 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 797 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 798 | rdfs:domain ep-activity:WellStimulation ; | 798 | rdfs:domain ep-activity:WellStimulation ; |
| 799 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 799 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 800 | 800 | ||
| ... | @@ -803,18 +803,18 @@ ep-activity:hasCasingString | ... | @@ -803,18 +803,18 @@ ep-activity:hasCasingString |
| 803 | rdfs:label "has casing string"^^xsd:string . | 803 | rdfs:label "has casing string"^^xsd:string . |
| 804 | 804 | ||
| 805 | ep-activity:hasChokeValve | 805 | ep-activity:hasChokeValve |
| 806 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 806 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 807 | rdfs:label "has choke valve"^^xsd:string ; | 807 | rdfs:label "has choke valve"^^xsd:string ; |
| 808 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 808 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 809 | 809 | ||
| 810 | ep-activity:hasDrillBit | 810 | ep-activity:hasDrillBit |
| 811 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 811 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 812 | rdfs:domain ep-activity:DrillingActivity ; | 812 | rdfs:domain ep-activity:DrillingActivity ; |
| 813 | rdfs:label "has drill bit"^^xsd:string ; | 813 | rdfs:label "has drill bit"^^xsd:string ; |
| 814 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 814 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 815 | 815 | ||
| 816 | ep-activity:hasDrillingFluid | 816 | ep-activity:hasDrillingFluid |
| 817 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 817 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 818 | rdfs:domain ep-activity:DrillingActivity ; | 818 | rdfs:domain ep-activity:DrillingActivity ; |
| 819 | rdfs:label "has drilling fluid"^^xsd:string ; | 819 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 820 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 820 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -830,12 +830,18 @@ ep-activity:hasSubActivity | ... | @@ -830,12 +830,18 @@ ep-activity:hasSubActivity |
| 830 | rdfs:label "has sub activity"^^xsd:string . | 830 | rdfs:label "has sub activity"^^xsd:string . |
| 831 | 831 | ||
| 832 | ep-activity:identificationNumberOfCore | 832 | ep-activity:identificationNumberOfCore |
| 833 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 833 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 834 | rdfs:domain ep-activity:ExtractAWellCore ; | 834 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 835 | rdfs:label "identification number of core"^^xsd:string . | 835 | rdfs:label "identification number of core"^^xsd:string . |
| 836 | 836 | ||
| 837 | -ep-activity:missedProductionTime | 837 | +ep-activity:measuredDepthOfFluidSampling |
| 838 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 838 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 839 | + rdfs:domain ep-activity:WirelineFormationTest ; | ||
| 840 | + rdfs:label "measured depth of fluid sampling"^^xsd:string ; | ||
| 841 | + rdfs:range ep-core:Length . | ||
| 842 | + | ||
| 843 | +ep-activity:missedProductionTime | ||
| 844 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 839 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 845 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 840 | rdfs:label "missed production time"^^xsd:string ; | 846 | rdfs:label "missed production time"^^xsd:string ; |
| 841 | rdfs:range ep-core:TimeDuration . | 847 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -847,7 +853,7 @@ ep-activity:nominallyAt | ... | @@ -847,7 +853,7 @@ ep-activity:nominallyAt |
| 847 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 853 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 848 | 854 | ||
| 849 | ep-activity:onRig | 855 | ep-activity:onRig |
| 850 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 856 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 851 | rdfs:domain ep-activity:DrillingActivity ; | 857 | rdfs:domain ep-activity:DrillingActivity ; |
| 852 | rdfs:label "on rig"^^xsd:string ; | 858 | rdfs:label "on rig"^^xsd:string ; |
| 853 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 859 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -857,11 +863,11 @@ ep-activity:onWell | ... | @@ -857,11 +863,11 @@ ep-activity:onWell |
| 857 | rdfs:label "on well"^^xsd:string . | 863 | rdfs:label "on well"^^xsd:string . |
| 858 | 864 | ||
| 859 | ep-activity:onWellBore | 865 | ep-activity:onWellBore |
| 860 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 866 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 861 | rdfs:label "on WellBore"^^xsd:string . | 867 | rdfs:label "on WellBore"^^xsd:string . |
| 862 | 868 | ||
| 863 | ep-activity:pressureAtWhichPlugBumped | 869 | ep-activity:pressureAtWhichPlugBumped |
| 864 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 870 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 865 | rdfs:domain ep-activity:WellCementPumping ; | 871 | rdfs:domain ep-activity:WellCementPumping ; |
| 866 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 872 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 867 | rdfs:range ep-core:Pressure . | 873 | rdfs:range ep-core:Pressure . |
| ... | @@ -871,66 +877,66 @@ ep-activity:pumpedFluid | ... | @@ -871,66 +877,66 @@ ep-activity:pumpedFluid |
| 871 | rdfs:label "pumped fluid"^^xsd:string . | 877 | rdfs:label "pumped fluid"^^xsd:string . |
| 872 | 878 | ||
| 873 | ep-activity:recoveredCore | 879 | ep-activity:recoveredCore |
| 874 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 880 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 875 | rdfs:domain ep-activity:ExtractAWellCore ; | 881 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 876 | rdfs:label "recovered core"^^xsd:string ; | 882 | rdfs:label "recovered core"^^xsd:string ; |
| 877 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 883 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 878 | 884 | ||
| 879 | ep-activity:sampledFluid | 885 | ep-activity:sampledFluid |
| 880 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 886 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 881 | rdfs:domain ep-activity:WirelineFormationTest ; | 887 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 882 | rdfs:label "sampled fluid"^^xsd:string ; | 888 | rdfs:label "sampled fluid"^^xsd:string ; |
| 883 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 889 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 884 | 890 | ||
| 885 | ep-activity:serviceCompany | 891 | ep-activity:serviceCompany |
| 886 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 892 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 887 | rdfs:domain ep-activity:Activity ; | 893 | rdfs:domain ep-activity:Activity ; |
| 888 | rdfs:label "service company"^^xsd:string ; | 894 | rdfs:label "service company"^^xsd:string ; |
| 889 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 895 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 890 | 896 | ||
| 891 | ep-activity:startedAt | 897 | ep-activity:startedAt |
| 892 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 898 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 893 | rdfs:domain ep-activity:Activity ; | 899 | rdfs:domain ep-activity:Activity ; |
| 894 | rdfs:label "started at"^^xsd:string ; | 900 | rdfs:label "started at"^^xsd:string ; |
| 895 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 901 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 896 | 902 | ||
| 897 | ep-activity:stratigraphyDescription | 903 | ep-activity:stratigraphyDescription |
| 898 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 904 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 899 | rdfs:domain ep-activity:PreliminaryZonation ; | 905 | rdfs:domain ep-activity:PreliminaryZonation ; |
| 900 | rdfs:label "stratigrapy description"^^xsd:string . | 906 | rdfs:label "stratigrapy description"^^xsd:string . |
| 901 | 907 | ||
| 902 | ep-activity:timeLost | 908 | ep-activity:timeLost |
| 903 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 909 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 904 | rdfs:domain ep-activity:WellControlIncident ; | 910 | rdfs:domain ep-activity:WellControlIncident ; |
| 905 | rdfs:label "time lost"^^xsd:string ; | 911 | rdfs:label "time lost"^^xsd:string ; |
| 906 | rdfs:range ep-core:TimeDuration . | 912 | rdfs:range ep-core:TimeDuration . |
| 907 | 913 | ||
| 908 | ep-activity:timeOfFailure | 914 | ep-activity:timeOfFailure |
| 909 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 915 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 910 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 916 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 911 | rdfs:label "time of failure"^^xsd:string ; | 917 | rdfs:label "time of failure"^^xsd:string ; |
| 912 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 918 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 913 | 919 | ||
| 914 | ep-activity:timeOfRepair | 920 | ep-activity:timeOfRepair |
| 915 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 921 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 916 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 922 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 917 | rdfs:label "time of repair"^^xsd:string ; | 923 | rdfs:label "time of repair"^^xsd:string ; |
| 918 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 924 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 919 | 925 | ||
| 920 | ep-activity:volumeOfPumpedCementingFluid | 926 | ep-activity:volumeOfPumpedCementingFluid |
| 921 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 927 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 922 | rdfs:domain ep-activity:WellCementPumping ; | 928 | rdfs:domain ep-activity:WellCementPumping ; |
| 923 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; | 929 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; |
| 924 | rdfs:range ep-core:Volume . | 930 | rdfs:range ep-core:Volume . |
| 925 | 931 | ||
| 926 | ep-activity:volumeOfReturnedCementingFluid | 932 | ep-activity:volumeOfReturnedCementingFluid |
| 927 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 933 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 928 | rdfs:domain ep-activity:WellCementPumping ; | 934 | rdfs:domain ep-activity:WellCementPumping ; |
| 929 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; | 935 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; |
| 930 | rdfs:range ep-core:Volume . | 936 | rdfs:range ep-core:Volume . |
| 931 | 937 | ||
| 932 | ep-activity:wellBoreLoggingTool | 938 | ep-activity:wellBoreLoggingTool |
| 933 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 939 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 934 | rdfs:domain ep-activity:WellBoreLog ; | 940 | rdfs:domain ep-activity:WellBoreLog ; |
| 935 | rdfs:label "well bore logging tool"^^xsd:string ; | 941 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 936 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 942 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Sep 18 21:13:11 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:10:52 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 5 | 5 | ||
| 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -11,26 +11,26 @@ | ... | @@ -11,26 +11,26 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/core> | 12 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 14 | + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-core:Class_of_indirect_property | 17 | ep-core:Class_of_indirect_property |
| 18 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
| 19 | rdfs:label "class of indirect property"^^xsd:string ; | 19 | rdfs:label "class of indirect property"^^xsd:string ; |
| 20 | - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . | 20 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
| 21 | 21 | ||
| 22 | ep-core:Density | 22 | ep-core:Density |
| 23 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 23 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 24 | rdfs:label "density"^^xsd:string ; | 24 | rdfs:label "density"^^xsd:string ; |
| 25 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
| 26 | 26 | ||
| 27 | ep-core:Length | 27 | ep-core:Length |
| 28 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 28 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 29 | rdfs:label "length"^^xsd:string ; | 29 | rdfs:label "length"^^xsd:string ; |
| 30 | rdfs:subClassOf owl:Class . | 30 | rdfs:subClassOf owl:Class . |
| 31 | 31 | ||
| 32 | ep-core:MassPerUnitLength | 32 | ep-core:MassPerUnitLength |
| 33 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 33 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 34 | rdfs:label "mass per unit length"^^xsd:string ; | 34 | rdfs:label "mass per unit length"^^xsd:string ; |
| 35 | rdfs:subClassOf owl:Class . | 35 | rdfs:subClassOf owl:Class . |
| 36 | 36 | ||
| ... | @@ -45,12 +45,12 @@ ep-core:PhysicalThing | ... | @@ -45,12 +45,12 @@ ep-core:PhysicalThing |
| 45 | rdfs:subClassOf owl:Thing . | 45 | rdfs:subClassOf owl:Thing . |
| 46 | 46 | ||
| 47 | ep-core:PlaneAngle | 47 | ep-core:PlaneAngle |
| 48 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 48 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 49 | rdfs:label "plane angle"^^xsd:string ; | 49 | rdfs:label "plane angle"^^xsd:string ; |
| 50 | rdfs:subClassOf owl:Class . | 50 | rdfs:subClassOf owl:Class . |
| 51 | 51 | ||
| 52 | ep-core:Pressure | 52 | ep-core:Pressure |
| 53 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 53 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 54 | rdfs:label "pressure"^^xsd:string ; | 54 | rdfs:label "pressure"^^xsd:string ; |
| 55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 56 | 56 | ||
| ... | @@ -60,58 +60,58 @@ ep-core:PropertySpace | ... | @@ -60,58 +60,58 @@ ep-core:PropertySpace |
| 60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
| 61 | 61 | ||
| 62 | ep-core:Ratio | 62 | ep-core:Ratio |
| 63 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 63 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 64 | rdfs:label "ratio"^^xsd:string ; | 64 | rdfs:label "ratio"^^xsd:string ; |
| 65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
| 66 | 66 | ||
| 67 | ep-core:Scale | 67 | ep-core:Scale |
| 68 | rdf:type owl:Class ; | 68 | rdf:type owl:Class ; |
| 69 | rdfs:label "scale"^^xsd:string ; | 69 | rdfs:label "scale"^^xsd:string ; |
| 70 | - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 70 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
| 71 | 71 | ||
| 72 | ep-core:SpecificVolume | 72 | ep-core:SpecificVolume |
| 73 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 73 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 74 | rdfs:label "specific volume"^^xsd:string ; | 74 | rdfs:label "specific volume"^^xsd:string ; |
| 75 | rdfs:subClassOf owl:Class . | 75 | rdfs:subClassOf owl:Class . |
| 76 | 76 | ||
| 77 | ep-core:Speed | 77 | ep-core:Speed |
| 78 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 78 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 79 | rdfs:label "speed"^^xsd:string ; | 79 | rdfs:label "speed"^^xsd:string ; |
| 80 | rdfs:subClassOf owl:Class . | 80 | rdfs:subClassOf owl:Class . |
| 81 | 81 | ||
| 82 | ep-core:StrengthOfRockFormation | 82 | ep-core:StrengthOfRockFormation |
| 83 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 83 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 84 | rdfs:label "strength of rock formation"^^xsd:string ; | 84 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 85 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
| 86 | 86 | ||
| 87 | ep-core:Temperature | 87 | ep-core:Temperature |
| 88 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 88 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 89 | rdfs:label "temperature"^^xsd:string ; | 89 | rdfs:label "temperature"^^xsd:string ; |
| 90 | rdfs:subClassOf owl:Class . | 90 | rdfs:subClassOf owl:Class . |
| 91 | 91 | ||
| 92 | ep-core:TimeDuration | 92 | ep-core:TimeDuration |
| 93 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 93 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 94 | rdfs:label "time duration"^^xsd:string ; | 94 | rdfs:label "time duration"^^xsd:string ; |
| 95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 96 | 96 | ||
| 97 | ep-core:Volume | 97 | ep-core:Volume |
| 98 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 98 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 99 | rdfs:label "volume"^^xsd:string ; | 99 | rdfs:label "volume"^^xsd:string ; |
| 100 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
| 101 | 101 | ||
| 102 | ep-core:YieldPoint | 102 | ep-core:YieldPoint |
| 103 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 104 | rdfs:label "yield point"^^xsd:string ; | 104 | rdfs:label "yield point"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 106 | 106 | ||
| 107 | ep-core:apiName | 107 | ep-core:apiName |
| 108 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 108 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 109 | rdfs:label "API name"^^xsd:string ; | 109 | rdfs:label "API name"^^xsd:string ; |
| 110 | rdfs:range xsd:string ; | 110 | rdfs:range xsd:string ; |
| 111 | rdfs:subPropertyOf ep-core:name . | 111 | rdfs:subPropertyOf ep-core:name . |
| 112 | 112 | ||
| 113 | ep-core:bar | 113 | ep-core:bar |
| 114 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 114 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 115 | rdfs:domain ep-core:Pressure ; | 115 | rdfs:domain ep-core:Pressure ; |
| 116 | rdfs:label "bar"^^xsd:string . | 116 | rdfs:label "bar"^^xsd:string . |
| 117 | 117 | ||
| ... | @@ -120,47 +120,47 @@ ep-core:basisFor | ... | @@ -120,47 +120,47 @@ ep-core:basisFor |
| 120 | rdfs:label "basis for"^^xsd:string . | 120 | rdfs:label "basis for"^^xsd:string . |
| 121 | 121 | ||
| 122 | ep-core:celsius | 122 | ep-core:celsius |
| 123 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 123 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 124 | rdfs:domain ep-core:Temperature ; | 124 | rdfs:domain ep-core:Temperature ; |
| 125 | rdfs:label "celsius"^^xsd:string . | 125 | rdfs:label "celsius"^^xsd:string . |
| 126 | 126 | ||
| 127 | ep-core:day | 127 | ep-core:day |
| 128 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 128 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 129 | rdfs:domain ep-core:TimeDuration ; | 129 | rdfs:domain ep-core:TimeDuration ; |
| 130 | rdfs:label "day"^^xsd:string . | 130 | rdfs:label "day"^^xsd:string . |
| 131 | 131 | ||
| 132 | ep-core:degreesOfAngle | 132 | ep-core:degreesOfAngle |
| 133 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 133 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 134 | rdfs:domain ep-core:PlaneAngle ; | 134 | rdfs:domain ep-core:PlaneAngle ; |
| 135 | rdfs:label "degrees of angle"^^xsd:string . | 135 | rdfs:label "degrees of angle"^^xsd:string . |
| 136 | 136 | ||
| 137 | ep-core:derivedFrom | 137 | ep-core:derivedFrom |
| 138 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 138 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 139 | rdfs:label "derived from"^^xsd:string . | 139 | rdfs:label "derived from"^^xsd:string . |
| 140 | 140 | ||
| 141 | ep-core:dtiName | 141 | ep-core:dtiName |
| 142 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 142 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 143 | rdfs:label "DTI name"^^xsd:string ; | 143 | rdfs:label "DTI name"^^xsd:string ; |
| 144 | rdfs:range xsd:string ; | 144 | rdfs:range xsd:string ; |
| 145 | rdfs:subPropertyOf ep-core:name . | 145 | rdfs:subPropertyOf ep-core:name . |
| 146 | 146 | ||
| 147 | ep-core:foot | 147 | ep-core:foot |
| 148 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 148 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 149 | rdfs:domain ep-core:Length ; | 149 | rdfs:domain ep-core:Length ; |
| 150 | rdfs:label "foot"^^xsd:string . | 150 | rdfs:label "foot"^^xsd:string . |
| 151 | 151 | ||
| 152 | ep-core:foot3_sack94-1 | 152 | ep-core:foot3_sack94-1 |
| 153 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 153 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 154 | rdfs:domain ep-core:YieldPoint ; | 154 | rdfs:domain ep-core:YieldPoint ; |
| 155 | rdfs:label "foot3 sack94-1"^^xsd:string . | 155 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 156 | 156 | ||
| 157 | ep-core:footUS | 157 | ep-core:footUS |
| 158 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 158 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 159 | rdfs:domain ep-core:Length ; | 159 | rdfs:domain ep-core:Length ; |
| 160 | rdfs:label "foot (US survey)"^^xsd:string . | 160 | rdfs:label "foot (US survey)"^^xsd:string . |
| 161 | 161 | ||
| 162 | ep-core:gram_cm-3 | 162 | ep-core:gram_cm-3 |
| 163 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 163 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 164 | rdfs:label "gram cm-3"^^xsd:string . | 164 | rdfs:label "gram cm-3"^^xsd:string . |
| 165 | 165 | ||
| 166 | ep-core:hasPart | 166 | ep-core:hasPart |
| ... | @@ -184,42 +184,47 @@ ep-core:hasVolume | ... | @@ -184,42 +184,47 @@ ep-core:hasVolume |
| 184 | rdfs:label "has volume"^^xsd:string . | 184 | rdfs:label "has volume"^^xsd:string . |
| 185 | 185 | ||
| 186 | ep-core:hour | 186 | ep-core:hour |
| 187 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 187 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 188 | rdfs:domain ep-core:TimeDuration ; | 188 | rdfs:domain ep-core:TimeDuration ; |
| 189 | rdfs:label "hour"^^xsd:string . | 189 | rdfs:label "hour"^^xsd:string . |
| 190 | 190 | ||
| 191 | ep-core:inch | 191 | ep-core:inch |
| 192 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 192 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 193 | rdfs:domain ep-core:Length ; | 193 | rdfs:domain ep-core:Length ; |
| 194 | rdfs:label "inch"^^xsd:string . | 194 | rdfs:label "inch"^^xsd:string . |
| 195 | 195 | ||
| 196 | ep-core:inchUS | 196 | ep-core:inchUS |
| 197 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 197 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 198 | rdfs:domain ep-core:Length ; | 198 | rdfs:domain ep-core:Length ; |
| 199 | rdfs:label "inch (US survey)"^^xsd:string . | 199 | rdfs:label "inch (US survey)"^^xsd:string . |
| 200 | 200 | ||
| 201 | ep-core:localFieldName | 201 | ep-core:localFieldName |
| 202 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 202 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 203 | rdfs:label "local field name"^^xsd:string ; | 203 | rdfs:label "local field name"^^xsd:string ; |
| 204 | rdfs:range xsd:string ; | 204 | rdfs:range xsd:string ; |
| 205 | rdfs:subPropertyOf ep-core:name . | 205 | rdfs:subPropertyOf ep-core:name . |
| 206 | 206 | ||
| 207 | +ep-core:megaPa | ||
| 208 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 209 | + rdfs:domain ep-core:Pressure ; | ||
| 210 | + rdfs:label "MPa"^^xsd:string . | ||
| 211 | + | ||
| 207 | ep-core:metre | 212 | ep-core:metre |
| 208 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 213 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 209 | rdfs:domain ep-core:Length ; | 214 | rdfs:domain ep-core:Length ; |
| 210 | rdfs:label "metre"^^xsd:string . | 215 | rdfs:label "metre"^^xsd:string . |
| 211 | 216 | ||
| 212 | ep-core:metre3 | 217 | ep-core:metre3 |
| 213 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 218 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 214 | rdfs:label "metre3"^^xsd:string . | 219 | rdfs:label "metre3"^^xsd:string . |
| 215 | 220 | ||
| 216 | ep-core:metre_hour-1 | 221 | ep-core:metre_hour-1 |
| 217 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 222 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 218 | rdfs:domain ep-core:Speed ; | 223 | rdfs:domain ep-core:Speed ; |
| 219 | rdfs:label "metre hour-1"^^xsd:string . | 224 | rdfs:label "metre hour-1"^^xsd:string . |
| 220 | 225 | ||
| 221 | ep-core:minute | 226 | ep-core:minute |
| 222 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 227 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 223 | rdfs:domain ep-core:TimeDuration ; | 228 | rdfs:domain ep-core:TimeDuration ; |
| 224 | rdfs:label "minute"^^xsd:string . | 229 | rdfs:label "minute"^^xsd:string . |
| 225 | 230 | ||
| ... | @@ -229,26 +234,26 @@ ep-core:name | ... | @@ -229,26 +234,26 @@ ep-core:name |
| 229 | rdfs:range xsd:string . | 234 | rdfs:range xsd:string . |
| 230 | 235 | ||
| 231 | ep-core:nominallyExistsAt | 236 | ep-core:nominallyExistsAt |
| 232 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 237 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 233 | rdfs:domain ep-core:PhysicalThing ; | 238 | rdfs:domain ep-core:PhysicalThing ; |
| 234 | rdfs:label "nominally exists at"^^xsd:string ; | 239 | rdfs:label "nominally exists at"^^xsd:string ; |
| 235 | rdfs:range xsd:string ; | 240 | rdfs:range xsd:string ; |
| 236 | rdfs:subPropertyOf ep-core:name . | 241 | rdfs:subPropertyOf ep-core:name . |
| 237 | 242 | ||
| 238 | ep-core:npdCode | 243 | ep-core:npdCode |
| 239 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 244 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 240 | rdfs:label "NPD code"^^xsd:string ; | 245 | rdfs:label "NPD code"^^xsd:string ; |
| 241 | rdfs:range xsd:string ; | 246 | rdfs:range xsd:string ; |
| 242 | rdfs:subPropertyOf ep-core:name . | 247 | rdfs:subPropertyOf ep-core:name . |
| 243 | 248 | ||
| 244 | ep-core:npdName | 249 | ep-core:npdName |
| 245 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 250 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 246 | rdfs:label "NPD name"^^xsd:string ; | 251 | rdfs:label "NPD name"^^xsd:string ; |
| 247 | rdfs:range xsd:string ; | 252 | rdfs:range xsd:string ; |
| 248 | rdfs:subPropertyOf ep-core:name . | 253 | rdfs:subPropertyOf ep-core:name . |
| 249 | 254 | ||
| 250 | ep-core:npdNumber | 255 | ep-core:npdNumber |
| 251 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 256 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 252 | rdfs:label "NPD number"^^xsd:string ; | 257 | rdfs:label "NPD number"^^xsd:string ; |
| 253 | rdfs:range xsd:string ; | 258 | rdfs:range xsd:string ; |
| 254 | rdfs:subPropertyOf ep-core:name . | 259 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -260,34 +265,39 @@ ep-core:partOf | ... | @@ -260,34 +265,39 @@ ep-core:partOf |
| 260 | rdfs:range ep-core:PhysicalThing ; | 265 | rdfs:range ep-core:PhysicalThing ; |
| 261 | owl:inverseOf ep-core:hasPart . | 266 | owl:inverseOf ep-core:hasPart . |
| 262 | 267 | ||
| 263 | -ep-core:perCent | 268 | +ep-core:partPerMillionByVolume |
| 264 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 269 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 265 | - rdfs:domain ep-core:Ratio ; | 270 | + rdfs:domain ep-core:SpecificVolume ; |
| 266 | - rdfs:label "foot3 sack94-1"^^xsd:string . | 271 | + rdfs:label "part per million by volume"^^xsd:string . |
| 272 | + | ||
| 273 | +ep-core:perCentByVolume | ||
| 274 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 275 | + rdfs:domain ep-core:SpecificVolume ; | ||
| 276 | + rdfs:label "per cent by volume"^^xsd:string . | ||
| 267 | 277 | ||
| 268 | ep-core:pound_foot-1 | 278 | ep-core:pound_foot-1 |
| 269 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 279 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 270 | rdfs:domain ep-core:MassPerUnitLength ; | 280 | rdfs:domain ep-core:MassPerUnitLength ; |
| 271 | rdfs:label "pound foot-1"^^xsd:string . | 281 | rdfs:label "pound foot-1"^^xsd:string . |
| 272 | 282 | ||
| 273 | ep-core:prospectName | 283 | ep-core:prospectName |
| 274 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 284 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 275 | rdfs:label "prospect name"^^xsd:string ; | 285 | rdfs:label "prospect name"^^xsd:string ; |
| 276 | rdfs:range xsd:string ; | 286 | rdfs:range xsd:string ; |
| 277 | rdfs:subPropertyOf ep-core:name . | 287 | rdfs:subPropertyOf ep-core:name . |
| 278 | 288 | ||
| 279 | ep-core:psig | 289 | ep-core:psig |
| 280 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 290 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 281 | rdfs:domain ep-core:Pressure ; | 291 | rdfs:domain ep-core:Pressure ; |
| 282 | rdfs:label "psi gauge"^^xsd:string . | 292 | rdfs:label "psi gauge"^^xsd:string . |
| 283 | 293 | ||
| 284 | ep-core:second | 294 | ep-core:second |
| 285 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 295 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 286 | rdfs:domain ep-core:TimeDuration ; | 296 | rdfs:domain ep-core:TimeDuration ; |
| 287 | rdfs:label "second"^^xsd:string . | 297 | rdfs:label "second"^^xsd:string . |
| 288 | 298 | ||
| 289 | ep-core:specificGravity | 299 | ep-core:specificGravity |
| 290 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 300 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 291 | rdfs:label "specific gravity"^^xsd:string . | 301 | rdfs:label "specific gravity"^^xsd:string . |
| 292 | 302 | ||
| 293 | ep-core:temporalPartOf | 303 | ep-core:temporalPartOf |
| ... | @@ -299,16 +309,16 @@ ep-core:temporalPartOf | ... | @@ -299,16 +309,16 @@ ep-core:temporalPartOf |
| 299 | owl:inverseOf ep-core:hasTemporalPart . | 309 | owl:inverseOf ep-core:hasTemporalPart . |
| 300 | 310 | ||
| 301 | ep-core:undefinedScale | 311 | ep-core:undefinedScale |
| 302 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 312 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 303 | rdfs:domain owl:Class ; | 313 | rdfs:domain owl:Class ; |
| 304 | rdfs:label "undefined scale"^^xsd:string . | 314 | rdfs:label "undefined scale"^^xsd:string . |
| 305 | 315 | ||
| 306 | ep-core:usGallon_sack94-1 | 316 | ep-core:usGallon_sack94-1 |
| 307 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 317 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 308 | - rdfs:domain ep-core:Ratio ; | 318 | + rdfs:domain ep-core:SpecificVolume ; |
| 309 | rdfs:label "USgallon sack94-1"^^xsd:string . | 319 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 310 | 320 | ||
| 311 | ep-core:week | 321 | ep-core:week |
| 312 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 322 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 313 | rdfs:domain ep-core:TimeDuration ; | 323 | rdfs:domain ep-core:TimeDuration ; |
| 314 | rdfs:label "week"^^xsd:string . | 324 | rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 19 17:02:08 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 21:00:53 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| ... | @@ -264,6 +264,12 @@ ep-well:dominantComponent | ... | @@ -264,6 +264,12 @@ ep-well:dominantComponent |
| 264 | rdfs:label "dominant component"^^xsd:string ; | 264 | rdfs:label "dominant component"^^xsd:string ; |
| 265 | rdfs:range ep-well:FluidComponentType . | 265 | rdfs:range ep-well:FluidComponentType . |
| 266 | 266 | ||
| 267 | +ep-well:ethaneConcentration | ||
| 268 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 269 | + rdfs:domain ep-well:Gas ; | ||
| 270 | + rdfs:label "ethane concentration"^^xsd:string ; | ||
| 271 | + rdfs:range ep-core:SpecificVolume . | ||
| 272 | + | ||
| 267 | ep-well:finalBottomHoleMeasuredDepth | 273 | ep-well:finalBottomHoleMeasuredDepth |
| 268 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 274 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 269 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 275 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| ... | @@ -276,6 +282,18 @@ ep-well:finalBottomHoleTrueVerticalDepth | ... | @@ -276,6 +282,18 @@ ep-well:finalBottomHoleTrueVerticalDepth |
| 276 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 282 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
| 277 | rdfs:range ep-core:Length . | 283 | rdfs:range ep-core:Length . |
| 278 | 284 | ||
| 285 | +ep-well:gasConcentrationHigh | ||
| 286 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 287 | + rdfs:domain ep-well:Fluid ; | ||
| 288 | + rdfs:label "gas concentration - high"^^xsd:string ; | ||
| 289 | + rdfs:range ep-core:SpecificVolume . | ||
| 290 | + | ||
| 291 | +ep-well:gasConcentrationLow | ||
| 292 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 293 | + rdfs:domain ep-well:Fluid ; | ||
| 294 | + rdfs:label "gas concentration - low"^^xsd:string ; | ||
| 295 | + rdfs:range ep-core:SpecificVolume . | ||
| 296 | + | ||
| 279 | ep-well:hasBarrel | 297 | ep-well:hasBarrel |
| 280 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 298 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 281 | rdfs:domain ep-well:RecoveredCore ; | 299 | rdfs:domain ep-well:RecoveredCore ; |
| ... | @@ -294,6 +312,23 @@ ep-well:initialBottomHoleMeasuredDepth | ... | @@ -294,6 +312,23 @@ ep-well:initialBottomHoleMeasuredDepth |
| 294 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 312 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
| 295 | rdfs:range ep-core:Length . | 313 | rdfs:range ep-core:Length . |
| 296 | 314 | ||
| 315 | +ep-well:isoButaneConcentration | ||
| 316 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 317 | + rdfs:domain ep-well:Gas ; | ||
| 318 | + rdfs:label "iso-Butane concentration"^^xsd:string ; | ||
| 319 | + rdfs:range ep-core:SpecificVolume . | ||
| 320 | + | ||
| 321 | +ep-well:isoPentaneConcentration | ||
| 322 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 323 | + rdfs:domain ep-well:Gas ; | ||
| 324 | + rdfs:label "iso-Pentane concentration"^^xsd:string ; | ||
| 325 | + rdfs:range ep-core:SpecificVolume . | ||
| 326 | + | ||
| 327 | +ep-well:lithologyDescription | ||
| 328 | + rdf:type owl:DatatypeProperty ; | ||
| 329 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
| 330 | + rdfs:label "lithology description"^^xsd:string . | ||
| 331 | + | ||
| 297 | ep-well:measuredDepth | 332 | ep-well:measuredDepth |
| 298 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 333 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 299 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 334 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| ... | @@ -318,12 +353,24 @@ ep-well:measuredDepthToTheTopOfAPartOfAWellBore | ... | @@ -318,12 +353,24 @@ ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
| 318 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 353 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
| 319 | rdfs:range ep-core:Length . | 354 | rdfs:range ep-core:Length . |
| 320 | 355 | ||
| 356 | +ep-well:methaneConcentration | ||
| 357 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 358 | + rdfs:domain ep-well:Gas ; | ||
| 359 | + rdfs:label "methane concentration"^^xsd:string ; | ||
| 360 | + rdfs:range ep-core:SpecificVolume . | ||
| 361 | + | ||
| 321 | ep-well:nominalInsideDiameterOfBoreHole | 362 | ep-well:nominalInsideDiameterOfBoreHole |
| 322 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 363 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 323 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 364 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 324 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 365 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
| 325 | rdfs:range ep-core:Length . | 366 | rdfs:range ep-core:Length . |
| 326 | 367 | ||
| 368 | +ep-well:norButaneConcentration | ||
| 369 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 370 | + rdfs:domain ep-well:Gas ; | ||
| 371 | + rdfs:label "nor-Butane concentration"^^xsd:string ; | ||
| 372 | + rdfs:range ep-core:SpecificVolume . | ||
| 373 | + | ||
| 327 | ep-well:plannedBottomHoleMeasuredDepth | 374 | ep-well:plannedBottomHoleMeasuredDepth |
| 328 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 375 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 329 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 376 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| ... | @@ -342,12 +389,24 @@ ep-well:plannedPilotBottomHoleTrueVerticalDepth | ... | @@ -342,12 +389,24 @@ ep-well:plannedPilotBottomHoleTrueVerticalDepth |
| 342 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 389 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
| 343 | rdfs:range ep-core:Length . | 390 | rdfs:range ep-core:Length . |
| 344 | 391 | ||
| 392 | +ep-well:porePressure | ||
| 393 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 394 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
| 395 | + rdfs:label "pore pressure"^^xsd:string ; | ||
| 396 | + rdfs:range ep-core:Pressure . | ||
| 397 | + | ||
| 345 | ep-well:porePressureEquivalentMudDensity | 398 | ep-well:porePressureEquivalentMudDensity |
| 346 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 399 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 347 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 400 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 348 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 401 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
| 349 | rdfs:range ep-core:Density . | 402 | rdfs:range ep-core:Density . |
| 350 | 403 | ||
| 404 | +ep-well:propaneConcentration | ||
| 405 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 406 | + rdfs:domain ep-well:Gas ; | ||
| 407 | + rdfs:label "propane concentration"^^xsd:string ; | ||
| 408 | + rdfs:range ep-core:SpecificVolume . | ||
| 409 | + | ||
| 351 | ep-well:ratioOfCementMixToWater | 410 | ep-well:ratioOfCementMixToWater |
| 352 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 411 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 353 | rdfs:domain ep-well:CementingFluid ; | 412 | rdfs:domain ep-well:CementingFluid ; |
| ... | @@ -360,6 +419,11 @@ ep-well:relativeAmountOfCoreRecovered | ... | @@ -360,6 +419,11 @@ ep-well:relativeAmountOfCoreRecovered |
| 360 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 419 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
| 361 | rdfs:range ep-core:SpecificVolume . | 420 | rdfs:range ep-core:SpecificVolume . |
| 362 | 421 | ||
| 422 | +ep-well:showDescription | ||
| 423 | + rdf:type owl:DatatypeProperty ; | ||
| 424 | + rdfs:domain ep-well:SpatialPartOfAWellBore ; | ||
| 425 | + rdfs:label "show description"^^xsd:string . | ||
| 426 | + | ||
| 363 | ep-well:shutInCasingPressure | 427 | ep-well:shutInCasingPressure |
| 364 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 428 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 365 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 429 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:58:07 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| ... | @@ -245,36 +245,13 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -245,36 +245,13 @@ ep-spin-lib:buildLithShowObservationURI |
| 245 | ]) | 245 | ]) |
| 246 | ] . | 246 | ] . |
| 247 | 247 | ||
| 248 | -ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ||
| 249 | - rdf:type spin:Function ; | ||
| 250 | - rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ; | ||
| 251 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
| 252 | - spin:body | ||
| 253 | - [ rdf:type sp:Select ; | ||
| 254 | - sp:resultVariables (_:b11) ; | ||
| 255 | - sp:where ([ rdf:type sp:Bind ; | ||
| 256 | - sp:expression | ||
| 257 | - [ rdf:type ep-spin-lib:buildURI ; | ||
| 258 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ; | ||
| 259 | - sp:arg2 [ rdf:type fn:concat ; | ||
| 260 | - sp:arg1 spin:_arg1 ; | ||
| 261 | - sp:arg2 "$" ; | ||
| 262 | - sp:arg3 spin:_arg2 ; | ||
| 263 | - sp:arg4 "$" ; | ||
| 264 | - sp:arg5 spin:_arg3 | ||
| 265 | - ] | ||
| 266 | - ] ; | ||
| 267 | - sp:variable _:b11 | ||
| 268 | - ]) | ||
| 269 | - ] . | ||
| 270 | - | ||
| 271 | ep-spin-lib:buildLoggedPartOfAWellBoreURI | 248 | ep-spin-lib:buildLoggedPartOfAWellBoreURI |
| 272 | rdf:type spin:Function ; | 249 | rdf:type spin:Function ; |
| 273 | rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; | 250 | rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; |
| 274 | rdfs:subClassOf ep-spin-lib:Function ; | 251 | rdfs:subClassOf ep-spin-lib:Function ; |
| 275 | spin:body | 252 | spin:body |
| 276 | [ rdf:type sp:Select ; | 253 | [ rdf:type sp:Select ; |
| 277 | - sp:resultVariables (_:b12) ; | 254 | + sp:resultVariables (_:b11) ; |
| 278 | sp:where ([ rdf:type sp:Bind ; | 255 | sp:where ([ rdf:type sp:Bind ; |
| 279 | sp:expression | 256 | sp:expression |
| 280 | [ rdf:type ep-spin-lib:buildURI ; | 257 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -287,7 +264,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI | ... | @@ -287,7 +264,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI |
| 287 | sp:arg5 spin:_arg3 | 264 | sp:arg5 spin:_arg3 |
| 288 | ] | 265 | ] |
| 289 | ] ; | 266 | ] ; |
| 290 | - sp:variable _:b12 | 267 | + sp:variable _:b11 |
| 291 | ]) | 268 | ]) |
| 292 | ] . | 269 | ] . |
| 293 | 270 | ||
| ... | @@ -297,7 +274,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI | ... | @@ -297,7 +274,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI |
| 297 | rdfs:subClassOf ep-spin-lib:Function ; | 274 | rdfs:subClassOf ep-spin-lib:Function ; |
| 298 | spin:body | 275 | spin:body |
| 299 | [ rdf:type sp:Select ; | 276 | [ rdf:type sp:Select ; |
| 300 | - sp:resultVariables (_:b13) ; | 277 | + sp:resultVariables (_:b12) ; |
| 301 | sp:where ([ rdf:type sp:Bind ; | 278 | sp:where ([ rdf:type sp:Bind ; |
| 302 | sp:expression | 279 | sp:expression |
| 303 | [ rdf:type ep-spin-lib:buildURI ; | 280 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -308,7 +285,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI | ... | @@ -308,7 +285,7 @@ ep-spin-lib:buildOpenPerforationIntervalURI |
| 308 | sp:arg3 spin:_arg2 | 285 | sp:arg3 spin:_arg2 |
| 309 | ] | 286 | ] |
| 310 | ] ; | 287 | ] ; |
| 311 | - sp:variable _:b13 | 288 | + sp:variable _:b12 |
| 312 | ]) | 289 | ]) |
| 313 | ] . | 290 | ] . |
| 314 | 291 | ||
| ... | @@ -318,7 +295,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -318,7 +295,7 @@ ep-spin-lib:buildPartActivityURI |
| 318 | rdfs:subClassOf ep-spin-lib:Function ; | 295 | rdfs:subClassOf ep-spin-lib:Function ; |
| 319 | spin:body | 296 | spin:body |
| 320 | [ rdf:type sp:Select ; | 297 | [ rdf:type sp:Select ; |
| 321 | - sp:resultVariables (_:b14) ; | 298 | + sp:resultVariables (_:b13) ; |
| 322 | sp:where ([ rdf:type sp:Bind ; | 299 | sp:where ([ rdf:type sp:Bind ; |
| 323 | sp:expression | 300 | sp:expression |
| 324 | [ rdf:type ep-spin-lib:buildURI ; | 301 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -331,7 +308,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -331,7 +308,7 @@ ep-spin-lib:buildPartActivityURI |
| 331 | sp:arg5 spin:_arg3 | 308 | sp:arg5 spin:_arg3 |
| 332 | ] | 309 | ] |
| 333 | ] ; | 310 | ] ; |
| 334 | - sp:variable _:b14 | 311 | + sp:variable _:b13 |
| 335 | ]) | 312 | ]) |
| 336 | ] . | 313 | ] . |
| 337 | 314 | ||
| ... | @@ -341,7 +318,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -341,7 +318,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
| 341 | rdfs:subClassOf ep-spin-lib:Function ; | 318 | rdfs:subClassOf ep-spin-lib:Function ; |
| 342 | spin:body | 319 | spin:body |
| 343 | [ rdf:type sp:Select ; | 320 | [ rdf:type sp:Select ; |
| 344 | - sp:resultVariables (_:b15) ; | 321 | + sp:resultVariables (_:b14) ; |
| 345 | sp:where ([ rdf:type sp:Bind ; | 322 | sp:where ([ rdf:type sp:Bind ; |
| 346 | sp:expression | 323 | sp:expression |
| 347 | [ rdf:type ep-spin-lib:buildURI ; | 324 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -352,49 +329,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -352,49 +329,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
| 352 | sp:arg3 spin:_arg2 | 329 | sp:arg3 spin:_arg2 |
| 353 | ] | 330 | ] |
| 354 | ] ; | 331 | ] ; |
| 355 | - sp:variable _:b15 | 332 | + sp:variable _:b14 |
| 356 | - ]) | ||
| 357 | - ] . | ||
| 358 | - | ||
| 359 | -ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI | ||
| 360 | - rdf:type spin:Function ; | ||
| 361 | - rdfs:label "build PartOfAWellBoreDuringWirelineFormationTest URI"^^xsd:string ; | ||
| 362 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
| 363 | - spin:body | ||
| 364 | - [ rdf:type sp:Select ; | ||
| 365 | - sp:resultVariables (_:b16) ; | ||
| 366 | - sp:where ([ rdf:type sp:Bind ; | ||
| 367 | - sp:expression | ||
| 368 | - [ rdf:type ep-spin-lib:buildURI ; | ||
| 369 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWirelineFormationTest/" ; | ||
| 370 | - sp:arg2 [ rdf:type fn:concat ; | ||
| 371 | - sp:arg1 spin:_arg1 ; | ||
| 372 | - sp:arg2 "$" ; | ||
| 373 | - sp:arg3 spin:_arg2 | ||
| 374 | - ] | ||
| 375 | - ] ; | ||
| 376 | - sp:variable _:b16 | ||
| 377 | - ]) | ||
| 378 | - ] . | ||
| 379 | - | ||
| 380 | -ep-spin-lib:buildPartOfAWellBoreForGasReadingURI | ||
| 381 | - rdf:type spin:Function ; | ||
| 382 | - rdfs:label "build PartOfAWellBoreForGasReading URI"^^xsd:string ; | ||
| 383 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
| 384 | - spin:body | ||
| 385 | - [ rdf:type sp:Select ; | ||
| 386 | - sp:resultVariables (_:b17) ; | ||
| 387 | - sp:where ([ rdf:type sp:Bind ; | ||
| 388 | - sp:expression | ||
| 389 | - [ rdf:type ep-spin-lib:buildURI ; | ||
| 390 | - sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-forGasReading/" ; | ||
| 391 | - sp:arg2 [ rdf:type fn:concat ; | ||
| 392 | - sp:arg1 spin:_arg1 ; | ||
| 393 | - sp:arg2 "$" ; | ||
| 394 | - sp:arg3 spin:_arg2 | ||
| 395 | - ] | ||
| 396 | - ] ; | ||
| 397 | - sp:variable _:b17 | ||
| 398 | ]) | 333 | ]) |
| 399 | ] . | 334 | ] . |
| 400 | 335 | ||
| ... | @@ -404,7 +339,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI | ... | @@ -404,7 +339,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI |
| 404 | rdfs:subClassOf ep-spin-lib:Function ; | 339 | rdfs:subClassOf ep-spin-lib:Function ; |
| 405 | spin:body | 340 | spin:body |
| 406 | [ rdf:type sp:Select ; | 341 | [ rdf:type sp:Select ; |
| 407 | - sp:resultVariables (_:b18) ; | 342 | + sp:resultVariables (_:b15) ; |
| 408 | sp:where ([ rdf:type sp:Bind ; | 343 | sp:where ([ rdf:type sp:Bind ; |
| 409 | sp:expression | 344 | sp:expression |
| 410 | [ rdf:type ep-spin-lib:buildURI ; | 345 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -415,7 +350,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI | ... | @@ -415,7 +350,7 @@ ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI |
| 415 | sp:arg3 spin:_arg2 | 350 | sp:arg3 spin:_arg2 |
| 416 | ] | 351 | ] |
| 417 | ] ; | 352 | ] ; |
| 418 | - sp:variable _:b18 | 353 | + sp:variable _:b15 |
| 419 | ]) | 354 | ]) |
| 420 | ] . | 355 | ] . |
| 421 | 356 | ||
| ... | @@ -425,7 +360,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI | ... | @@ -425,7 +360,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI |
| 425 | rdfs:subClassOf ep-spin-lib:Function ; | 360 | rdfs:subClassOf ep-spin-lib:Function ; |
| 426 | spin:body | 361 | spin:body |
| 427 | [ rdf:type sp:Select ; | 362 | [ rdf:type sp:Select ; |
| 428 | - sp:resultVariables (_:b19) ; | 363 | + sp:resultVariables (_:b16) ; |
| 429 | sp:where ([ rdf:type sp:Bind ; | 364 | sp:where ([ rdf:type sp:Bind ; |
| 430 | sp:expression | 365 | sp:expression |
| 431 | [ rdf:type ep-spin-lib:buildURI ; | 366 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -436,7 +371,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI | ... | @@ -436,7 +371,7 @@ ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI |
| 436 | sp:arg3 spin:_arg2 | 371 | sp:arg3 spin:_arg2 |
| 437 | ] | 372 | ] |
| 438 | ] ; | 373 | ] ; |
| 439 | - sp:variable _:b19 | 374 | + sp:variable _:b16 |
| 440 | ]) | 375 | ]) |
| 441 | ] . | 376 | ] . |
| 442 | 377 | ||
| ... | @@ -446,7 +381,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -446,7 +381,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
| 446 | rdfs:subClassOf ep-spin-lib:Function ; | 381 | rdfs:subClassOf ep-spin-lib:Function ; |
| 447 | spin:body | 382 | spin:body |
| 448 | [ rdf:type sp:Select ; | 383 | [ rdf:type sp:Select ; |
| 449 | - sp:resultVariables (_:b20) ; | 384 | + sp:resultVariables (_:b17) ; |
| 450 | sp:where ([ rdf:type sp:Bind ; | 385 | sp:where ([ rdf:type sp:Bind ; |
| 451 | sp:expression | 386 | sp:expression |
| 452 | [ rdf:type ep-spin-lib:buildURI ; | 387 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -457,7 +392,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -457,7 +392,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
| 457 | sp:arg3 spin:_arg2 | 392 | sp:arg3 spin:_arg2 |
| 458 | ] | 393 | ] |
| 459 | ] ; | 394 | ] ; |
| 460 | - sp:variable _:b20 | 395 | + sp:variable _:b17 |
| 461 | ]) | 396 | ]) |
| 462 | ] . | 397 | ] . |
| 463 | 398 | ||
| ... | @@ -467,7 +402,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -467,7 +402,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
| 467 | rdfs:subClassOf ep-spin-lib:Function ; | 402 | rdfs:subClassOf ep-spin-lib:Function ; |
| 468 | spin:body | 403 | spin:body |
| 469 | [ rdf:type sp:Select ; | 404 | [ rdf:type sp:Select ; |
| 470 | - sp:resultVariables (_:b21) ; | 405 | + sp:resultVariables (_:b18) ; |
| 471 | sp:where ([ rdf:type sp:Bind ; | 406 | sp:where ([ rdf:type sp:Bind ; |
| 472 | sp:expression | 407 | sp:expression |
| 473 | [ rdf:type ep-spin-lib:buildURI ; | 408 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -480,7 +415,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -480,7 +415,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
| 480 | sp:arg5 spin:_arg3 | 415 | sp:arg5 spin:_arg3 |
| 481 | ] | 416 | ] |
| 482 | ] ; | 417 | ] ; |
| 483 | - sp:variable _:b21 | 418 | + sp:variable _:b18 |
| 484 | ]) | 419 | ]) |
| 485 | ] . | 420 | ] . |
| 486 | 421 | ||
| ... | @@ -490,7 +425,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI | ... | @@ -490,7 +425,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI |
| 490 | rdfs:subClassOf ep-spin-lib:Function ; | 425 | rdfs:subClassOf ep-spin-lib:Function ; |
| 491 | spin:body | 426 | spin:body |
| 492 | [ rdf:type sp:Select ; | 427 | [ rdf:type sp:Select ; |
| 493 | - sp:resultVariables (_:b22) ; | 428 | + sp:resultVariables (_:b19) ; |
| 494 | sp:where ([ rdf:type sp:Bind ; | 429 | sp:where ([ rdf:type sp:Bind ; |
| 495 | sp:expression | 430 | sp:expression |
| 496 | [ rdf:type ep-spin-lib:buildURI ; | 431 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -503,7 +438,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI | ... | @@ -503,7 +438,7 @@ ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI |
| 503 | sp:arg5 spin:_arg3 | 438 | sp:arg5 spin:_arg3 |
| 504 | ] | 439 | ] |
| 505 | ] ; | 440 | ] ; |
| 506 | - sp:variable _:b22 | 441 | + sp:variable _:b19 |
| 507 | ]) | 442 | ]) |
| 508 | ] . | 443 | ] . |
| 509 | 444 | ||
| ... | @@ -513,7 +448,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -513,7 +448,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
| 513 | rdfs:subClassOf ep-spin-lib:Function ; | 448 | rdfs:subClassOf ep-spin-lib:Function ; |
| 514 | spin:body | 449 | spin:body |
| 515 | [ rdf:type sp:Select ; | 450 | [ rdf:type sp:Select ; |
| 516 | - sp:resultVariables (_:b23) ; | 451 | + sp:resultVariables (_:b20) ; |
| 517 | sp:where ([ rdf:type sp:Bind ; | 452 | sp:where ([ rdf:type sp:Bind ; |
| 518 | sp:expression | 453 | sp:expression |
| 519 | [ rdf:type ep-spin-lib:buildURI ; | 454 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -524,7 +459,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -524,7 +459,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
| 524 | sp:arg3 spin:_arg2 | 459 | sp:arg3 spin:_arg2 |
| 525 | ] | 460 | ] |
| 526 | ] ; | 461 | ] ; |
| 527 | - sp:variable _:b23 | 462 | + sp:variable _:b20 |
| 528 | ]) | 463 | ]) |
| 529 | ] . | 464 | ] . |
| 530 | 465 | ||
| ... | @@ -534,14 +469,14 @@ ep-spin-lib:buildRigURI | ... | @@ -534,14 +469,14 @@ ep-spin-lib:buildRigURI |
| 534 | rdfs:subClassOf ep-spin-lib:Function ; | 469 | rdfs:subClassOf ep-spin-lib:Function ; |
| 535 | spin:body | 470 | spin:body |
| 536 | [ rdf:type sp:Select ; | 471 | [ rdf:type sp:Select ; |
| 537 | - sp:resultVariables (_:b24) ; | 472 | + sp:resultVariables (_:b21) ; |
| 538 | sp:where ([ rdf:type sp:Bind ; | 473 | sp:where ([ rdf:type sp:Bind ; |
| 539 | sp:expression | 474 | sp:expression |
| 540 | [ rdf:type ep-spin-lib:buildURI ; | 475 | [ rdf:type ep-spin-lib:buildURI ; |
| 541 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; | 476 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; |
| 542 | sp:arg2 spin:_arg1 | 477 | sp:arg2 spin:_arg1 |
| 543 | ] ; | 478 | ] ; |
| 544 | - sp:variable _:b24 | 479 | + sp:variable _:b21 |
| 545 | ]) | 480 | ]) |
| 546 | ] . | 481 | ] . |
| 547 | 482 | ||
| ... | @@ -551,7 +486,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -551,7 +486,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 551 | rdfs:subClassOf ep-spin-lib:Function ; | 486 | rdfs:subClassOf ep-spin-lib:Function ; |
| 552 | spin:body | 487 | spin:body |
| 553 | [ rdf:type sp:Select ; | 488 | [ rdf:type sp:Select ; |
| 554 | - sp:resultVariables (_:b25) ; | 489 | + sp:resultVariables (_:b22) ; |
| 555 | sp:where ([ rdf:type sp:Bind ; | 490 | sp:where ([ rdf:type sp:Bind ; |
| 556 | sp:expression | 491 | sp:expression |
| 557 | [ rdf:type ep-spin-lib:buildURI ; | 492 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -564,7 +499,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -564,7 +499,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 564 | sp:arg5 spin:_arg3 | 499 | sp:arg5 spin:_arg3 |
| 565 | ] | 500 | ] |
| 566 | ] ; | 501 | ] ; |
| 567 | - sp:variable _:b25 | 502 | + sp:variable _:b22 |
| 568 | ]) | 503 | ]) |
| 569 | ] . | 504 | ] . |
| 570 | 505 | ||
| ... | @@ -574,7 +509,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -574,7 +509,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
| 574 | rdfs:subClassOf ep-spin-lib:Function ; | 509 | rdfs:subClassOf ep-spin-lib:Function ; |
| 575 | spin:body | 510 | spin:body |
| 576 | [ rdf:type sp:Select ; | 511 | [ rdf:type sp:Select ; |
| 577 | - sp:resultVariables (_:b26) ; | 512 | + sp:resultVariables (_:b23) ; |
| 578 | sp:where ([ rdf:type sp:Bind ; | 513 | sp:where ([ rdf:type sp:Bind ; |
| 579 | sp:expression | 514 | sp:expression |
| 580 | [ rdf:type ep-spin-lib:buildURI ; | 515 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -585,7 +520,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -585,7 +520,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
| 585 | sp:arg3 spin:_arg2 | 520 | sp:arg3 spin:_arg2 |
| 586 | ] | 521 | ] |
| 587 | ] ; | 522 | ] ; |
| 588 | - sp:variable _:b26 | 523 | + sp:variable _:b23 |
| 589 | ]) | 524 | ]) |
| 590 | ] . | 525 | ] . |
| 591 | 526 | ||
| ... | @@ -595,7 +530,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -595,7 +530,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 595 | rdfs:subClassOf ep-spin-lib:Function ; | 530 | rdfs:subClassOf ep-spin-lib:Function ; |
| 596 | spin:body | 531 | spin:body |
| 597 | [ rdf:type sp:Select ; | 532 | [ rdf:type sp:Select ; |
| 598 | - sp:resultVariables (_:b27) ; | 533 | + sp:resultVariables (_:b24) ; |
| 599 | sp:where ([ rdf:type sp:Bind ; | 534 | sp:where ([ rdf:type sp:Bind ; |
| 600 | sp:expression | 535 | sp:expression |
| 601 | [ rdf:type ep-spin-lib:buildURI ; | 536 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -608,7 +543,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -608,7 +543,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 608 | sp:arg5 spin:_arg3 | 543 | sp:arg5 spin:_arg3 |
| 609 | ] | 544 | ] |
| 610 | ] ; | 545 | ] ; |
| 611 | - sp:variable _:b27 | 546 | + sp:variable _:b24 |
| 612 | ]) | 547 | ]) |
| 613 | ] . | 548 | ] . |
| 614 | 549 | ||
| ... | @@ -618,14 +553,14 @@ ep-spin-lib:buildTemporaryWellBoreURI | ... | @@ -618,14 +553,14 @@ ep-spin-lib:buildTemporaryWellBoreURI |
| 618 | rdfs:subClassOf ep-spin-lib:Function ; | 553 | rdfs:subClassOf ep-spin-lib:Function ; |
| 619 | spin:body | 554 | spin:body |
| 620 | [ rdf:type sp:Select ; | 555 | [ rdf:type sp:Select ; |
| 621 | - sp:resultVariables (_:b28) ; | 556 | + sp:resultVariables (_:b25) ; |
| 622 | sp:where ([ rdf:type sp:Bind ; | 557 | sp:where ([ rdf:type sp:Bind ; |
| 623 | sp:expression | 558 | sp:expression |
| 624 | [ rdf:type ep-spin-lib:buildURI ; | 559 | [ rdf:type ep-spin-lib:buildURI ; |
| 625 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; | 560 | sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ; |
| 626 | sp:arg2 spin:_arg1 | 561 | sp:arg2 spin:_arg1 |
| 627 | ] ; | 562 | ] ; |
| 628 | - sp:variable _:b28 | 563 | + sp:variable _:b25 |
| 629 | ]) | 564 | ]) |
| 630 | ] . | 565 | ] . |
| 631 | 566 | ||
| ... | @@ -635,7 +570,7 @@ ep-spin-lib:buildURI | ... | @@ -635,7 +570,7 @@ ep-spin-lib:buildURI |
| 635 | rdfs:subClassOf ep-spin-lib:Function ; | 570 | rdfs:subClassOf ep-spin-lib:Function ; |
| 636 | spin:body | 571 | spin:body |
| 637 | [ rdf:type sp:Select ; | 572 | [ rdf:type sp:Select ; |
| 638 | - sp:resultVariables (_:b29) ; | 573 | + sp:resultVariables (_:b26) ; |
| 639 | sp:where ([ rdf:type sp:Bind ; | 574 | sp:where ([ rdf:type sp:Bind ; |
| 640 | sp:expression | 575 | sp:expression |
| 641 | [ rdf:type sp:iri ; | 576 | [ rdf:type sp:iri ; |
| ... | @@ -644,17 +579,17 @@ ep-spin-lib:buildURI | ... | @@ -644,17 +579,17 @@ ep-spin-lib:buildURI |
| 644 | sp:arg2 spin:_arg2 | 579 | sp:arg2 spin:_arg2 |
| 645 | ] | 580 | ] |
| 646 | ] ; | 581 | ] ; |
| 647 | - sp:variable _:b29 | 582 | + sp:variable _:b26 |
| 648 | ]) | 583 | ]) |
| 649 | ] ; | 584 | ] ; |
| 650 | spin:constraint | 585 | spin:constraint |
| 651 | [ rdf:type spl:Argument ; | 586 | [ rdf:type spl:Argument ; |
| 652 | - spl:predicate sp:arg2 ; | 587 | + spl:predicate sp:arg1 ; |
| 653 | spl:valueType xsd:string | 588 | spl:valueType xsd:string |
| 654 | ] ; | 589 | ] ; |
| 655 | spin:constraint | 590 | spin:constraint |
| 656 | [ rdf:type spl:Argument ; | 591 | [ rdf:type spl:Argument ; |
| 657 | - spl:predicate sp:arg1 ; | 592 | + spl:predicate sp:arg2 ; |
| 658 | spl:valueType xsd:string | 593 | spl:valueType xsd:string |
| 659 | ] . | 594 | ] . |
| 660 | 595 | ||
| ... | @@ -664,7 +599,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -664,7 +599,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 664 | rdfs:subClassOf ep-spin-lib:Function ; | 599 | rdfs:subClassOf ep-spin-lib:Function ; |
| 665 | spin:body | 600 | spin:body |
| 666 | [ rdf:type sp:Select ; | 601 | [ rdf:type sp:Select ; |
| 667 | - sp:resultVariables (_:b30) ; | 602 | + sp:resultVariables (_:b27) ; |
| 668 | sp:where ([ rdf:type sp:Bind ; | 603 | sp:where ([ rdf:type sp:Bind ; |
| 669 | sp:expression | 604 | sp:expression |
| 670 | [ rdf:type ep-spin-lib:buildURI ; | 605 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -677,7 +612,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -677,7 +612,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 677 | sp:arg5 spin:_arg3 | 612 | sp:arg5 spin:_arg3 |
| 678 | ] | 613 | ] |
| 679 | ] ; | 614 | ] ; |
| 680 | - sp:variable _:b30 | 615 | + sp:variable _:b27 |
| 681 | ]) | 616 | ]) |
| 682 | ] . | 617 | ] . |
| 683 | 618 | ||
| ... | @@ -687,7 +622,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -687,7 +622,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
| 687 | rdfs:subClassOf ep-spin-lib:Function ; | 622 | rdfs:subClassOf ep-spin-lib:Function ; |
| 688 | spin:body | 623 | spin:body |
| 689 | [ rdf:type sp:Select ; | 624 | [ rdf:type sp:Select ; |
| 690 | - sp:resultVariables (_:b31) ; | 625 | + sp:resultVariables (_:b28) ; |
| 691 | sp:where ([ rdf:type sp:Bind ; | 626 | sp:where ([ rdf:type sp:Bind ; |
| 692 | sp:expression | 627 | sp:expression |
| 693 | [ rdf:type ep-spin-lib:buildURI ; | 628 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -696,7 +631,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -696,7 +631,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
| 696 | sp:arg1 spin:_arg1 | 631 | sp:arg1 spin:_arg1 |
| 697 | ] | 632 | ] |
| 698 | ] ; | 633 | ] ; |
| 699 | - sp:variable _:b31 | 634 | + sp:variable _:b28 |
| 700 | ]) | 635 | ]) |
| 701 | ] . | 636 | ] . |
| 702 | 637 | ||
| ... | @@ -706,7 +641,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -706,7 +641,7 @@ ep-spin-lib:buildWellBoreLogURI |
| 706 | rdfs:subClassOf ep-spin-lib:Function ; | 641 | rdfs:subClassOf ep-spin-lib:Function ; |
| 707 | spin:body | 642 | spin:body |
| 708 | [ rdf:type sp:Select ; | 643 | [ rdf:type sp:Select ; |
| 709 | - sp:resultVariables (_:b32) ; | 644 | + sp:resultVariables (_:b29) ; |
| 710 | sp:where ([ rdf:type sp:Bind ; | 645 | sp:where ([ rdf:type sp:Bind ; |
| 711 | sp:expression | 646 | sp:expression |
| 712 | [ rdf:type ep-spin-lib:buildURI ; | 647 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -719,7 +654,7 @@ ep-spin-lib:buildWellBoreLogURI | ... | @@ -719,7 +654,7 @@ ep-spin-lib:buildWellBoreLogURI |
| 719 | sp:arg5 spin:_arg3 | 654 | sp:arg5 spin:_arg3 |
| 720 | ] | 655 | ] |
| 721 | ] ; | 656 | ] ; |
| 722 | - sp:variable _:b32 | 657 | + sp:variable _:b29 |
| 723 | ]) | 658 | ]) |
| 724 | ] . | 659 | ] . |
| 725 | 660 | ||
| ... | @@ -729,7 +664,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -729,7 +664,7 @@ ep-spin-lib:buildWellCementJobURI |
| 729 | rdfs:subClassOf ep-spin-lib:Function ; | 664 | rdfs:subClassOf ep-spin-lib:Function ; |
| 730 | spin:body | 665 | spin:body |
| 731 | [ rdf:type sp:Select ; | 666 | [ rdf:type sp:Select ; |
| 732 | - sp:resultVariables (_:b33) ; | 667 | + sp:resultVariables (_:b30) ; |
| 733 | sp:where ([ rdf:type sp:Bind ; | 668 | sp:where ([ rdf:type sp:Bind ; |
| 734 | sp:expression | 669 | sp:expression |
| 735 | [ rdf:type ep-spin-lib:buildURI ; | 670 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -740,7 +675,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -740,7 +675,7 @@ ep-spin-lib:buildWellCementJobURI |
| 740 | sp:arg3 spin:_arg2 | 675 | sp:arg3 spin:_arg2 |
| 741 | ] | 676 | ] |
| 742 | ] ; | 677 | ] ; |
| 743 | - sp:variable _:b33 | 678 | + sp:variable _:b30 |
| 744 | ]) | 679 | ]) |
| 745 | ] . | 680 | ] . |
| 746 | 681 | ||
| ... | @@ -750,7 +685,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -750,7 +685,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 750 | rdfs:subClassOf ep-spin-lib:Function ; | 685 | rdfs:subClassOf ep-spin-lib:Function ; |
| 751 | spin:body | 686 | spin:body |
| 752 | [ rdf:type sp:Select ; | 687 | [ rdf:type sp:Select ; |
| 753 | - sp:resultVariables (_:b34) ; | 688 | + sp:resultVariables (_:b31) ; |
| 754 | sp:where ([ rdf:type sp:Bind ; | 689 | sp:where ([ rdf:type sp:Bind ; |
| 755 | sp:expression | 690 | sp:expression |
| 756 | [ rdf:type ep-spin-lib:buildURI ; | 691 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -761,7 +696,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -761,7 +696,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 761 | sp:arg3 spin:_arg2 | 696 | sp:arg3 spin:_arg2 |
| 762 | ] | 697 | ] |
| 763 | ] ; | 698 | ] ; |
| 764 | - sp:variable _:b34 | 699 | + sp:variable _:b31 |
| 765 | ]) | 700 | ]) |
| 766 | ] . | 701 | ] . |
| 767 | 702 | ||
| ... | @@ -771,7 +706,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -771,7 +706,7 @@ ep-spin-lib:buildWellStimulationURI |
| 771 | rdfs:subClassOf ep-spin-lib:Function ; | 706 | rdfs:subClassOf ep-spin-lib:Function ; |
| 772 | spin:body | 707 | spin:body |
| 773 | [ rdf:type sp:Select ; | 708 | [ rdf:type sp:Select ; |
| 774 | - sp:resultVariables (_:b35) ; | 709 | + sp:resultVariables (_:b32) ; |
| 775 | sp:where ([ rdf:type sp:Bind ; | 710 | sp:where ([ rdf:type sp:Bind ; |
| 776 | sp:expression | 711 | sp:expression |
| 777 | [ rdf:type ep-spin-lib:buildURI ; | 712 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -782,7 +717,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -782,7 +717,7 @@ ep-spin-lib:buildWellStimulationURI |
| 782 | sp:arg3 spin:_arg2 | 717 | sp:arg3 spin:_arg2 |
| 783 | ] | 718 | ] |
| 784 | ] ; | 719 | ] ; |
| 785 | - sp:variable _:b35 | 720 | + sp:variable _:b32 |
| 786 | ]) | 721 | ]) |
| 787 | ] . | 722 | ] . |
| 788 | 723 | ||
| ... | @@ -792,7 +727,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -792,7 +727,7 @@ ep-spin-lib:buildWellTestURI |
| 792 | rdfs:subClassOf ep-spin-lib:Function ; | 727 | rdfs:subClassOf ep-spin-lib:Function ; |
| 793 | spin:body | 728 | spin:body |
| 794 | [ rdf:type sp:Select ; | 729 | [ rdf:type sp:Select ; |
| 795 | - sp:resultVariables (_:b36) ; | 730 | + sp:resultVariables (_:b33) ; |
| 796 | sp:where ([ rdf:type sp:Bind ; | 731 | sp:where ([ rdf:type sp:Bind ; |
| 797 | sp:expression | 732 | sp:expression |
| 798 | [ rdf:type ep-spin-lib:buildURI ; | 733 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -803,7 +738,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -803,7 +738,7 @@ ep-spin-lib:buildWellTestURI |
| 803 | sp:arg3 spin:_arg2 | 738 | sp:arg3 spin:_arg2 |
| 804 | ] | 739 | ] |
| 805 | ] ; | 740 | ] ; |
| 806 | - sp:variable _:b36 | 741 | + sp:variable _:b33 |
| 807 | ]) | 742 | ]) |
| 808 | ] . | 743 | ] . |
| 809 | 744 | ||
| ... | @@ -813,7 +748,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -813,7 +748,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
| 813 | rdfs:subClassOf ep-spin-lib:Function ; | 748 | rdfs:subClassOf ep-spin-lib:Function ; |
| 814 | spin:body | 749 | spin:body |
| 815 | [ rdf:type sp:Select ; | 750 | [ rdf:type sp:Select ; |
| 816 | - sp:resultVariables (_:b37) ; | 751 | + sp:resultVariables (_:b34) ; |
| 817 | sp:where ([ rdf:type sp:Bind ; | 752 | sp:where ([ rdf:type sp:Bind ; |
| 818 | sp:expression | 753 | sp:expression |
| 819 | [ rdf:type ep-spin-lib:buildURI ; | 754 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -824,7 +759,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -824,7 +759,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
| 824 | sp:arg3 spin:_arg2 | 759 | sp:arg3 spin:_arg2 |
| 825 | ] | 760 | ] |
| 826 | ] ; | 761 | ] ; |
| 827 | - sp:variable _:b37 | 762 | + sp:variable _:b34 |
| 828 | ]) | 763 | ]) |
| 829 | ] . | 764 | ] . |
| 830 | 765 | ||
| ... | @@ -834,7 +769,7 @@ ep-spin-lib:normalizeString | ... | @@ -834,7 +769,7 @@ ep-spin-lib:normalizeString |
| 834 | rdfs:subClassOf ep-spin-lib:Function ; | 769 | rdfs:subClassOf ep-spin-lib:Function ; |
| 835 | spin:body | 770 | spin:body |
| 836 | [ rdf:type sp:Select ; | 771 | [ rdf:type sp:Select ; |
| 837 | - sp:resultVariables (_:b38) ; | 772 | + sp:resultVariables (_:b35) ; |
| 838 | sp:where ([ rdf:type sp:Bind ; | 773 | sp:where ([ rdf:type sp:Bind ; |
| 839 | sp:expression | 774 | sp:expression |
| 840 | [ rdf:type smf:regex ; | 775 | [ rdf:type smf:regex ; |
| ... | @@ -842,67 +777,67 @@ ep-spin-lib:normalizeString | ... | @@ -842,67 +777,67 @@ ep-spin-lib:normalizeString |
| 842 | sp:arg2 "\\((.*)\\)" ; | 777 | sp:arg2 "\\((.*)\\)" ; |
| 843 | sp:arg3 "" | 778 | sp:arg3 "" |
| 844 | ] ; | 779 | ] ; |
| 845 | - sp:variable _:b39 | 780 | + sp:variable _:b36 |
| 846 | ] [ rdf:type sp:Bind ; | 781 | ] [ rdf:type sp:Bind ; |
| 847 | sp:expression | 782 | sp:expression |
| 848 | [ rdf:type smf:trim ; | 783 | [ rdf:type smf:trim ; |
| 849 | - sp:arg1 _:b39 | 784 | + sp:arg1 _:b36 |
| 850 | ] ; | 785 | ] ; |
| 851 | - sp:variable _:b40 | 786 | + sp:variable _:b37 |
| 852 | ] [ rdf:type sp:Bind ; | 787 | ] [ rdf:type sp:Bind ; |
| 853 | sp:expression | 788 | sp:expression |
| 854 | [ rdf:type smf:encodeURL ; | 789 | [ rdf:type smf:encodeURL ; |
| 855 | - sp:arg1 _:b40 | 790 | + sp:arg1 _:b37 |
| 856 | ] ; | 791 | ] ; |
| 857 | - sp:variable _:b41 | 792 | + sp:variable _:b38 |
| 858 | ] [ rdf:type sp:Bind ; | 793 | ] [ rdf:type sp:Bind ; |
| 859 | sp:expression | 794 | sp:expression |
| 860 | [ rdf:type smf:regex ; | 795 | [ rdf:type smf:regex ; |
| 861 | - sp:arg1 _:b41 ; | 796 | + sp:arg1 _:b38 ; |
| 862 | sp:arg2 "%2F" ; | 797 | sp:arg2 "%2F" ; |
| 863 | sp:arg3 "_" | 798 | sp:arg3 "_" |
| 864 | ] ; | 799 | ] ; |
| 865 | - sp:variable _:b42 | 800 | + sp:variable _:b39 |
| 866 | ] [ rdf:type sp:Bind ; | 801 | ] [ rdf:type sp:Bind ; |
| 867 | sp:expression | 802 | sp:expression |
| 868 | [ rdf:type smf:regex ; | 803 | [ rdf:type smf:regex ; |
| 869 | - sp:arg1 _:b42 ; | 804 | + sp:arg1 _:b39 ; |
| 870 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 805 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
| 871 | sp:arg3 "" | 806 | sp:arg3 "" |
| 872 | ] ; | 807 | ] ; |
| 873 | - sp:variable _:b43 | 808 | + sp:variable _:b40 |
| 874 | ] [ rdf:type sp:Bind ; | 809 | ] [ rdf:type sp:Bind ; |
| 875 | sp:expression | 810 | sp:expression |
| 876 | [ rdf:type smf:regex ; | 811 | [ rdf:type smf:regex ; |
| 877 | - sp:arg1 _:b43 ; | 812 | + sp:arg1 _:b40 ; |
| 878 | sp:arg2 "\\+" ; | 813 | sp:arg2 "\\+" ; |
| 879 | sp:arg3 "_" | 814 | sp:arg3 "_" |
| 880 | ] ; | 815 | ] ; |
| 881 | - sp:variable _:b44 | 816 | + sp:variable _:b41 |
| 882 | ] [ rdf:type sp:Bind ; | 817 | ] [ rdf:type sp:Bind ; |
| 883 | sp:expression | 818 | sp:expression |
| 884 | [ rdf:type smf:regex ; | 819 | [ rdf:type smf:regex ; |
| 885 | - sp:arg1 _:b44 ; | 820 | + sp:arg1 _:b41 ; |
| 886 | sp:arg2 "_+" ; | 821 | sp:arg2 "_+" ; |
| 887 | sp:arg3 "_" | 822 | sp:arg3 "_" |
| 888 | ] ; | 823 | ] ; |
| 889 | - sp:variable _:b45 | 824 | + sp:variable _:b42 |
| 890 | ] [ rdf:type sp:Bind ; | 825 | ] [ rdf:type sp:Bind ; |
| 891 | sp:expression | 826 | sp:expression |
| 892 | [ rdf:type smf:regex ; | 827 | [ rdf:type smf:regex ; |
| 893 | - sp:arg1 _:b45 ; | 828 | + sp:arg1 _:b42 ; |
| 894 | sp:arg2 "\\*" ; | 829 | sp:arg2 "\\*" ; |
| 895 | sp:arg3 "" | 830 | sp:arg3 "" |
| 896 | ] ; | 831 | ] ; |
| 897 | - sp:variable _:b46 | 832 | + sp:variable _:b43 |
| 898 | ] [ rdf:type sp:Bind ; | 833 | ] [ rdf:type sp:Bind ; |
| 899 | sp:expression | 834 | sp:expression |
| 900 | [ rdf:type xsd:string ; | 835 | [ rdf:type xsd:string ; |
| 901 | sp:arg1 [ rdf:type smf:upperCase ; | 836 | sp:arg1 [ rdf:type smf:upperCase ; |
| 902 | - sp:arg1 _:b46 | 837 | + sp:arg1 _:b43 |
| 903 | ] | 838 | ] |
| 904 | ] ; | 839 | ] ; |
| 905 | - sp:variable _:b38 | 840 | + sp:variable _:b35 |
| 906 | ]) | 841 | ]) |
| 907 | ] ; | 842 | ] ; |
| 908 | spin:constraint | 843 | spin:constraint |
| ... | @@ -917,7 +852,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -917,7 +852,7 @@ ep-spin-lib:selectActivitySuccessType |
| 917 | rdfs:subClassOf ep-spin-lib:Function ; | 852 | rdfs:subClassOf ep-spin-lib:Function ; |
| 918 | spin:body | 853 | spin:body |
| 919 | [ rdf:type sp:Select ; | 854 | [ rdf:type sp:Select ; |
| 920 | - sp:resultVariables (_:b47) ; | 855 | + sp:resultVariables (_:b44) ; |
| 921 | sp:where ([ rdf:type sp:Bind ; | 856 | sp:where ([ rdf:type sp:Bind ; |
| 922 | sp:expression | 857 | sp:expression |
| 923 | [ rdf:type sp:if ; | 858 | [ rdf:type sp:if ; |
| ... | @@ -928,7 +863,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -928,7 +863,7 @@ ep-spin-lib:selectActivitySuccessType |
| 928 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 863 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
| 929 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 864 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
| 930 | ] ; | 865 | ] ; |
| 931 | - sp:variable _:b47 | 866 | + sp:variable _:b44 |
| 932 | ]) | 867 | ]) |
| 933 | ] . | 868 | ] . |
| 934 | 869 | ||
| ... | @@ -938,7 +873,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -938,7 +873,7 @@ ep-spin-lib:selectCasingRoleType |
| 938 | rdfs:subClassOf ep-spin-lib:Function ; | 873 | rdfs:subClassOf ep-spin-lib:Function ; |
| 939 | spin:body | 874 | spin:body |
| 940 | [ rdf:type sp:Select ; | 875 | [ rdf:type sp:Select ; |
| 941 | - sp:resultVariables (_:b48) ; | 876 | + sp:resultVariables (_:b45) ; |
| 942 | sp:where ([ rdf:type sp:Bind ; | 877 | sp:where ([ rdf:type sp:Bind ; |
| 943 | sp:expression | 878 | sp:expression |
| 944 | [ rdf:type sp:if ; | 879 | [ rdf:type sp:if ; |
| ... | @@ -963,7 +898,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -963,7 +898,7 @@ ep-spin-lib:selectCasingRoleType |
| 963 | ] | 898 | ] |
| 964 | ] | 899 | ] |
| 965 | ] ; | 900 | ] ; |
| 966 | - sp:variable _:b48 | 901 | + sp:variable _:b45 |
| 967 | ]) | 902 | ]) |
| 968 | ] . | 903 | ] . |
| 969 | 904 | ||
| ... | @@ -973,7 +908,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -973,7 +908,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 973 | rdfs:subClassOf ep-spin-lib:Function ; | 908 | rdfs:subClassOf ep-spin-lib:Function ; |
| 974 | spin:body | 909 | spin:body |
| 975 | [ rdf:type sp:Select ; | 910 | [ rdf:type sp:Select ; |
| 976 | - sp:resultVariables (_:b49) ; | 911 | + sp:resultVariables (_:b46) ; |
| 977 | sp:where ([ rdf:type sp:Bind ; | 912 | sp:where ([ rdf:type sp:Bind ; |
| 978 | sp:expression | 913 | sp:expression |
| 979 | [ rdf:type sp:if ; | 914 | [ rdf:type sp:if ; |
| ... | @@ -984,7 +919,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -984,7 +919,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 984 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; | 919 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; |
| 985 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> | 920 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> |
| 986 | ] ; | 921 | ] ; |
| 987 | - sp:variable _:b49 | 922 | + sp:variable _:b46 |
| 988 | ]) | 923 | ]) |
| 989 | ] . | 924 | ] . |
| 990 | 925 | ||
| ... | @@ -994,37 +929,37 @@ ep-spin-lib:selectComponentType | ... | @@ -994,37 +929,37 @@ ep-spin-lib:selectComponentType |
| 994 | rdfs:subClassOf ep-spin-lib:Function ; | 929 | rdfs:subClassOf ep-spin-lib:Function ; |
| 995 | spin:body | 930 | spin:body |
| 996 | [ rdf:type sp:Select ; | 931 | [ rdf:type sp:Select ; |
| 997 | - sp:resultVariables (_:b50) ; | 932 | + sp:resultVariables (_:b47) ; |
| 998 | sp:where ([ rdf:type sp:Bind ; | 933 | sp:where ([ rdf:type sp:Bind ; |
| 999 | sp:expression | 934 | sp:expression |
| 1000 | [ rdf:type sp:if ; | 935 | [ rdf:type sp:if ; |
| 1001 | sp:arg1 [ rdf:type sp:eq ; | 936 | sp:arg1 [ rdf:type sp:eq ; |
| 1002 | sp:arg1 spin:_arg1 ; | 937 | sp:arg1 spin:_arg1 ; |
| 1003 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#DCTNPD_condensate> | 938 | + sp:arg2 ddr:DCTNPD_condensate |
| 1004 | ] ; | 939 | ] ; |
| 1005 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Condensate> ; | 940 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Condensate> ; |
| 1006 | sp:arg3 [ rdf:type sp:if ; | 941 | sp:arg3 [ rdf:type sp:if ; |
| 1007 | sp:arg1 [ rdf:type sp:eq ; | 942 | sp:arg1 [ rdf:type sp:eq ; |
| 1008 | sp:arg1 spin:_arg1 ; | 943 | sp:arg1 spin:_arg1 ; |
| 1009 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#DCTNPD_filtrate> | 944 | + sp:arg2 ddr:DCTNPD_filtrate |
| 1010 | ] ; | 945 | ] ; |
| 1011 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Filtrate> ; | 946 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Filtrate> ; |
| 1012 | sp:arg3 [ rdf:type sp:if ; | 947 | sp:arg3 [ rdf:type sp:if ; |
| 1013 | sp:arg1 [ rdf:type sp:eq ; | 948 | sp:arg1 [ rdf:type sp:eq ; |
| 1014 | sp:arg1 spin:_arg1 ; | 949 | sp:arg1 spin:_arg1 ; |
| 1015 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#DCTNPD_gas> | 950 | + sp:arg2 ddr:DCTNPD_gas |
| 1016 | ] ; | 951 | ] ; |
| 1017 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Gas> ; | 952 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Gas> ; |
| 1018 | sp:arg3 [ rdf:type sp:if ; | 953 | sp:arg3 [ rdf:type sp:if ; |
| 1019 | sp:arg1 [ rdf:type sp:eq ; | 954 | sp:arg1 [ rdf:type sp:eq ; |
| 1020 | sp:arg1 spin:_arg1 ; | 955 | sp:arg1 spin:_arg1 ; |
| 1021 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#DCTNPD_oil> | 956 | + sp:arg2 ddr:DCTNPD_oil |
| 1022 | ] ; | 957 | ] ; |
| 1023 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Oil> ; | 958 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Oil> ; |
| 1024 | sp:arg3 [ rdf:type sp:if ; | 959 | sp:arg3 [ rdf:type sp:if ; |
| 1025 | sp:arg1 [ rdf:type sp:eq ; | 960 | sp:arg1 [ rdf:type sp:eq ; |
| 1026 | sp:arg1 spin:_arg1 ; | 961 | sp:arg1 spin:_arg1 ; |
| 1027 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#DCTNPD_water> | 962 | + sp:arg2 ddr:DCTNPD_water |
| 1028 | ] ; | 963 | ] ; |
| 1029 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Water> ; | 964 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#Water> ; |
| 1030 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid> | 965 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid> |
| ... | @@ -1033,7 +968,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1033,7 +968,7 @@ ep-spin-lib:selectComponentType |
| 1033 | ] | 968 | ] |
| 1034 | ] | 969 | ] |
| 1035 | ] ; | 970 | ] ; |
| 1036 | - sp:variable _:b50 | 971 | + sp:variable _:b47 |
| 1037 | ]) | 972 | ]) |
| 1038 | ] . | 973 | ] . |
| 1039 | 974 | ||
| ... | @@ -1043,7 +978,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1043,7 +978,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 1043 | rdfs:subClassOf ep-spin-lib:Function ; | 978 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1044 | spin:body | 979 | spin:body |
| 1045 | [ rdf:type sp:Select ; | 980 | [ rdf:type sp:Select ; |
| 1046 | - sp:resultVariables (_:b51) ; | 981 | + sp:resultVariables (_:b48) ; |
| 1047 | sp:where ([ rdf:type sp:Bind ; | 982 | sp:where ([ rdf:type sp:Bind ; |
| 1048 | sp:expression | 983 | sp:expression |
| 1049 | [ rdf:type sp:if ; | 984 | [ rdf:type sp:if ; |
| ... | @@ -1061,7 +996,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1061,7 +996,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 1061 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 996 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
| 1062 | ] | 997 | ] |
| 1063 | ] ; | 998 | ] ; |
| 1064 | - sp:variable _:b51 | 999 | + sp:variable _:b48 |
| 1065 | ]) | 1000 | ]) |
| 1066 | ] . | 1001 | ] . |
| 1067 | 1002 | ||
| ... | @@ -1071,7 +1006,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1071,7 +1006,7 @@ ep-spin-lib:selectDensityScale |
| 1071 | rdfs:subClassOf ep-spin-lib:Function ; | 1006 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1072 | spin:body | 1007 | spin:body |
| 1073 | [ rdf:type sp:Select ; | 1008 | [ rdf:type sp:Select ; |
| 1074 | - sp:resultVariables (_:b52) ; | 1009 | + sp:resultVariables (_:b49) ; |
| 1075 | sp:where ([ rdf:type sp:Bind ; | 1010 | sp:where ([ rdf:type sp:Bind ; |
| 1076 | sp:expression | 1011 | sp:expression |
| 1077 | [ rdf:type sp:if ; | 1012 | [ rdf:type sp:if ; |
| ... | @@ -1089,7 +1024,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1089,7 +1024,7 @@ ep-spin-lib:selectDensityScale |
| 1089 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1024 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1090 | ] | 1025 | ] |
| 1091 | ] ; | 1026 | ] ; |
| 1092 | - sp:variable _:b52 | 1027 | + sp:variable _:b49 |
| 1093 | ]) | 1028 | ]) |
| 1094 | ] . | 1029 | ] . |
| 1095 | 1030 | ||
| ... | @@ -1099,7 +1034,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1099,7 +1034,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 1099 | rdfs:subClassOf ep-spin-lib:Function ; | 1034 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1100 | spin:body | 1035 | spin:body |
| 1101 | [ rdf:type sp:Select ; | 1036 | [ rdf:type sp:Select ; |
| 1102 | - sp:resultVariables (_:b53) ; | 1037 | + sp:resultVariables (_:b50) ; |
| 1103 | sp:where ([ rdf:type sp:Bind ; | 1038 | sp:where ([ rdf:type sp:Bind ; |
| 1104 | sp:expression | 1039 | sp:expression |
| 1105 | [ rdf:type sp:if ; | 1040 | [ rdf:type sp:if ; |
| ... | @@ -1166,7 +1101,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1166,7 +1101,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 1166 | ] | 1101 | ] |
| 1167 | ] | 1102 | ] |
| 1168 | ] ; | 1103 | ] ; |
| 1169 | - sp:variable _:b53 | 1104 | + sp:variable _:b50 |
| 1170 | ]) | 1105 | ]) |
| 1171 | ] . | 1106 | ] . |
| 1172 | 1107 | ||
| ... | @@ -1176,7 +1111,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1176,7 +1111,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1176 | rdfs:subClassOf ep-spin-lib:Function ; | 1111 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1177 | spin:body | 1112 | spin:body |
| 1178 | [ rdf:type sp:Select ; | 1113 | [ rdf:type sp:Select ; |
| 1179 | - sp:resultVariables (_:b54) ; | 1114 | + sp:resultVariables (_:b51) ; |
| 1180 | sp:where ([ rdf:type sp:Bind ; | 1115 | sp:where ([ rdf:type sp:Bind ; |
| 1181 | sp:expression | 1116 | sp:expression |
| 1182 | [ rdf:type sp:if ; | 1117 | [ rdf:type sp:if ; |
| ... | @@ -1761,7 +1696,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1761,7 +1696,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1761 | ] | 1696 | ] |
| 1762 | ] | 1697 | ] |
| 1763 | ] ; | 1698 | ] ; |
| 1764 | - sp:variable _:b54 | 1699 | + sp:variable _:b51 |
| 1765 | ]) | 1700 | ]) |
| 1766 | ] . | 1701 | ] . |
| 1767 | 1702 | ||
| ... | @@ -1771,7 +1706,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1771,7 +1706,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 1771 | rdfs:subClassOf ep-spin-lib:Function ; | 1706 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1772 | spin:body | 1707 | spin:body |
| 1773 | [ rdf:type sp:Select ; | 1708 | [ rdf:type sp:Select ; |
| 1774 | - sp:resultVariables (_:b55) ; | 1709 | + sp:resultVariables (_:b52) ; |
| 1775 | sp:where ([ rdf:type sp:Bind ; | 1710 | sp:where ([ rdf:type sp:Bind ; |
| 1776 | sp:expression | 1711 | sp:expression |
| 1777 | [ rdf:type sp:if ; | 1712 | [ rdf:type sp:if ; |
| ... | @@ -1810,7 +1745,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1810,7 +1745,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 1810 | ] | 1745 | ] |
| 1811 | ] | 1746 | ] |
| 1812 | ] ; | 1747 | ] ; |
| 1813 | - sp:variable _:b55 | 1748 | + sp:variable _:b52 |
| 1814 | ]) | 1749 | ]) |
| 1815 | ] . | 1750 | ] . |
| 1816 | 1751 | ||
| ... | @@ -1820,7 +1755,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -1820,7 +1755,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 1820 | rdfs:subClassOf ep-spin-lib:Function ; | 1755 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1821 | spin:body | 1756 | spin:body |
| 1822 | [ rdf:type sp:Select ; | 1757 | [ rdf:type sp:Select ; |
| 1823 | - sp:resultVariables (_:b56) ; | 1758 | + sp:resultVariables (_:b53) ; |
| 1824 | sp:where ([ rdf:type sp:Bind ; | 1759 | sp:where ([ rdf:type sp:Bind ; |
| 1825 | sp:expression | 1760 | sp:expression |
| 1826 | [ rdf:type sp:if ; | 1761 | [ rdf:type sp:if ; |
| ... | @@ -2041,7 +1976,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -2041,7 +1976,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 2041 | ] | 1976 | ] |
| 2042 | ] | 1977 | ] |
| 2043 | ] ; | 1978 | ] ; |
| 2044 | - sp:variable _:b56 | 1979 | + sp:variable _:b53 |
| 2045 | ]) | 1980 | ]) |
| 2046 | ] . | 1981 | ] . |
| 2047 | 1982 | ||
| ... | @@ -2051,7 +1986,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2051,7 +1986,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 2051 | rdfs:subClassOf ep-spin-lib:Function ; | 1986 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2052 | spin:body | 1987 | spin:body |
| 2053 | [ rdf:type sp:Select ; | 1988 | [ rdf:type sp:Select ; |
| 2054 | - sp:resultVariables (_:b57) ; | 1989 | + sp:resultVariables (_:b54) ; |
| 2055 | sp:where ([ rdf:type sp:Bind ; | 1990 | sp:where ([ rdf:type sp:Bind ; |
| 2056 | sp:expression | 1991 | sp:expression |
| 2057 | [ rdf:type sp:if ; | 1992 | [ rdf:type sp:if ; |
| ... | @@ -2062,7 +1997,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2062,7 +1997,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 2062 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 1997 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
| 2063 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 1998 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
| 2064 | ] ; | 1999 | ] ; |
| 2065 | - sp:variable _:b57 | 2000 | + sp:variable _:b54 |
| 2066 | ]) | 2001 | ]) |
| 2067 | ] . | 2002 | ] . |
| 2068 | 2003 | ||
| ... | @@ -2072,7 +2007,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2072,7 +2007,7 @@ ep-spin-lib:selectFluidType |
| 2072 | rdfs:subClassOf ep-spin-lib:Function ; | 2007 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2073 | spin:body | 2008 | spin:body |
| 2074 | [ rdf:type sp:Select ; | 2009 | [ rdf:type sp:Select ; |
| 2075 | - sp:resultVariables (_:b58) ; | 2010 | + sp:resultVariables (_:b55) ; |
| 2076 | sp:where ([ rdf:type sp:Bind ; | 2011 | sp:where ([ rdf:type sp:Bind ; |
| 2077 | sp:expression | 2012 | sp:expression |
| 2078 | [ rdf:type sp:if ; | 2013 | [ rdf:type sp:if ; |
| ... | @@ -2104,7 +2039,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2104,7 +2039,7 @@ ep-spin-lib:selectFluidType |
| 2104 | ] | 2039 | ] |
| 2105 | ] | 2040 | ] |
| 2106 | ] ; | 2041 | ] ; |
| 2107 | - sp:variable _:b58 | 2042 | + sp:variable _:b55 |
| 2108 | ]) | 2043 | ]) |
| 2109 | ] . | 2044 | ] . |
| 2110 | 2045 | ||
| ... | @@ -2114,61 +2049,61 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2114,61 +2049,61 @@ ep-spin-lib:selectGasReadingType |
| 2114 | rdfs:subClassOf ep-spin-lib:Function ; | 2049 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2115 | spin:body | 2050 | spin:body |
| 2116 | [ rdf:type sp:Select ; | 2051 | [ rdf:type sp:Select ; |
| 2117 | - sp:resultVariables (_:b59) ; | 2052 | + sp:resultVariables (_:b56) ; |
| 2118 | sp:where ([ rdf:type sp:Bind ; | 2053 | sp:where ([ rdf:type sp:Bind ; |
| 2119 | sp:expression | 2054 | sp:expression |
| 2120 | [ rdf:type sp:if ; | 2055 | [ rdf:type sp:if ; |
| 2121 | sp:arg1 [ rdf:type sp:eq ; | 2056 | sp:arg1 [ rdf:type sp:eq ; |
| 2122 | sp:arg1 spin:_arg1 ; | 2057 | sp:arg1 spin:_arg1 ; |
| 2123 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_connectiongas> | 2058 | + sp:arg2 ddr:GPT_connectiongas |
| 2124 | ] ; | 2059 | ] ; |
| 2125 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-connection_gas> ; | 2060 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-connection_gas> ; |
| 2126 | sp:arg3 [ rdf:type sp:if ; | 2061 | sp:arg3 [ rdf:type sp:if ; |
| 2127 | sp:arg1 [ rdf:type sp:eq ; | 2062 | sp:arg1 [ rdf:type sp:eq ; |
| 2128 | sp:arg1 spin:_arg1 ; | 2063 | sp:arg1 spin:_arg1 ; |
| 2129 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_circulatingbackgroundgas> | 2064 | + sp:arg2 ddr:GPT_circulatingbackgroundgas |
| 2130 | ] ; | 2065 | ] ; |
| 2131 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-circulating_background_gas> ; | 2066 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-circulating_background_gas> ; |
| 2132 | sp:arg3 [ rdf:type sp:if ; | 2067 | sp:arg3 [ rdf:type sp:if ; |
| 2133 | sp:arg1 [ rdf:type sp:eq ; | 2068 | sp:arg1 [ rdf:type sp:eq ; |
| 2134 | sp:arg1 spin:_arg1 ; | 2069 | sp:arg1 spin:_arg1 ; |
| 2135 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_drillingbackgroundgas> | 2070 | + sp:arg2 ddr:GPT_drillingbackgroundgas |
| 2136 | ] ; | 2071 | ] ; |
| 2137 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-drilling_background_gas> ; | 2072 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-drilling_background_gas> ; |
| 2138 | sp:arg3 [ rdf:type sp:if ; | 2073 | sp:arg3 [ rdf:type sp:if ; |
| 2139 | sp:arg1 [ rdf:type sp:eq ; | 2074 | sp:arg1 [ rdf:type sp:eq ; |
| 2140 | sp:arg1 spin:_arg1 ; | 2075 | sp:arg1 spin:_arg1 ; |
| 2141 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_drillinggaspeak> | 2076 | + sp:arg2 ddr:GPT_drillinggaspeak |
| 2142 | ] ; | 2077 | ] ; |
| 2143 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-drilling_gas_peak> ; | 2078 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-drilling_gas_peak> ; |
| 2144 | sp:arg3 [ rdf:type sp:if ; | 2079 | sp:arg3 [ rdf:type sp:if ; |
| 2145 | sp:arg1 [ rdf:type sp:eq ; | 2080 | sp:arg1 [ rdf:type sp:eq ; |
| 2146 | sp:arg1 spin:_arg1 ; | 2081 | sp:arg1 spin:_arg1 ; |
| 2147 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_flowcheckgas> | 2082 | + sp:arg2 ddr:GPT_flowcheckgas |
| 2148 | ] ; | 2083 | ] ; |
| 2149 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-flow_check_gas> ; | 2084 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-flow_check_gas> ; |
| 2150 | sp:arg3 [ rdf:type sp:if ; | 2085 | sp:arg3 [ rdf:type sp:if ; |
| 2151 | sp:arg1 [ rdf:type sp:eq ; | 2086 | sp:arg1 [ rdf:type sp:eq ; |
| 2152 | sp:arg1 spin:_arg1 ; | 2087 | sp:arg1 spin:_arg1 ; |
| 2153 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_noreadings> | 2088 | + sp:arg2 ddr:GPT_noreadings |
| 2154 | ] ; | 2089 | ] ; |
| 2155 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-no_readings> ; | 2090 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-no_readings> ; |
| 2156 | sp:arg3 [ rdf:type sp:if ; | 2091 | sp:arg3 [ rdf:type sp:if ; |
| 2157 | sp:arg1 [ rdf:type sp:eq ; | 2092 | sp:arg1 [ rdf:type sp:eq ; |
| 2158 | sp:arg1 spin:_arg1 ; | 2093 | sp:arg1 spin:_arg1 ; |
| 2159 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_other> | 2094 | + sp:arg2 ddr:GPT_other |
| 2160 | ] ; | 2095 | ] ; |
| 2161 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-other> ; | 2096 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-other> ; |
| 2162 | sp:arg3 [ rdf:type sp:if ; | 2097 | sp:arg3 [ rdf:type sp:if ; |
| 2163 | sp:arg1 [ rdf:type sp:eq ; | 2098 | sp:arg1 [ rdf:type sp:eq ; |
| 2164 | sp:arg1 spin:_arg1 ; | 2099 | sp:arg1 spin:_arg1 ; |
| 2165 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_shutdowngas> | 2100 | + sp:arg2 ddr:GPT_shutdowngas |
| 2166 | ] ; | 2101 | ] ; |
| 2167 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-shut_down_gas> ; | 2102 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-shut_down_gas> ; |
| 2168 | sp:arg3 [ rdf:type sp:if ; | 2103 | sp:arg3 [ rdf:type sp:if ; |
| 2169 | sp:arg1 [ rdf:type sp:eq ; | 2104 | sp:arg1 [ rdf:type sp:eq ; |
| 2170 | sp:arg1 spin:_arg1 ; | 2105 | sp:arg1 spin:_arg1 ; |
| 2171 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#GP_tripgas> | 2106 | + sp:arg2 ddr:GPT_tripgas |
| 2172 | ] ; | 2107 | ] ; |
| 2173 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-trip_gas> ; | 2108 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#GasReading-trip_gas> ; |
| 2174 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#GasReading> | 2109 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#GasReading> |
| ... | @@ -2181,7 +2116,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2181,7 +2116,7 @@ ep-spin-lib:selectGasReadingType |
| 2181 | ] | 2116 | ] |
| 2182 | ] | 2117 | ] |
| 2183 | ] ; | 2118 | ] ; |
| 2184 | - sp:variable _:b59 | 2119 | + sp:variable _:b56 |
| 2185 | ]) | 2120 | ]) |
| 2186 | ] . | 2121 | ] . |
| 2187 | 2122 | ||
| ... | @@ -2191,7 +2126,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2191,7 +2126,7 @@ ep-spin-lib:selectInnerBarrelType |
| 2191 | rdfs:subClassOf ep-spin-lib:Function ; | 2126 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2192 | spin:body | 2127 | spin:body |
| 2193 | [ rdf:type sp:Select ; | 2128 | [ rdf:type sp:Select ; |
| 2194 | - sp:resultVariables (_:b60) ; | 2129 | + sp:resultVariables (_:b57) ; |
| 2195 | sp:where ([ rdf:type sp:Bind ; | 2130 | sp:where ([ rdf:type sp:Bind ; |
| 2196 | sp:expression | 2131 | sp:expression |
| 2197 | [ rdf:type sp:if ; | 2132 | [ rdf:type sp:if ; |
| ... | @@ -2223,7 +2158,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2223,7 +2158,7 @@ ep-spin-lib:selectInnerBarrelType |
| 2223 | ] | 2158 | ] |
| 2224 | ] | 2159 | ] |
| 2225 | ] ; | 2160 | ] ; |
| 2226 | - sp:variable _:b60 | 2161 | + sp:variable _:b57 |
| 2227 | ]) | 2162 | ]) |
| 2228 | ] . | 2163 | ] . |
| 2229 | 2164 | ||
| ... | @@ -2233,7 +2168,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2233,7 +2168,7 @@ ep-spin-lib:selectLabelOfSystem |
| 2233 | rdfs:subClassOf ep-spin-lib:Function ; | 2168 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2234 | spin:body | 2169 | spin:body |
| 2235 | [ rdf:type sp:Select ; | 2170 | [ rdf:type sp:Select ; |
| 2236 | - sp:resultVariables (_:b61) ; | 2171 | + sp:resultVariables (_:b58) ; |
| 2237 | sp:where ([ rdf:type sp:Bind ; | 2172 | sp:where ([ rdf:type sp:Bind ; |
| 2238 | sp:expression | 2173 | sp:expression |
| 2239 | [ rdf:type sp:if ; | 2174 | [ rdf:type sp:if ; |
| ... | @@ -2279,7 +2214,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2279,7 +2214,7 @@ ep-spin-lib:selectLabelOfSystem |
| 2279 | ] | 2214 | ] |
| 2280 | ] | 2215 | ] |
| 2281 | ] ; | 2216 | ] ; |
| 2282 | - sp:variable _:b61 | 2217 | + sp:variable _:b58 |
| 2283 | ]) | 2218 | ]) |
| 2284 | ] . | 2219 | ] . |
| 2285 | 2220 | ||
| ... | @@ -2289,7 +2224,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2289,7 +2224,7 @@ ep-spin-lib:selectLengthScale |
| 2289 | rdfs:subClassOf ep-spin-lib:Function ; | 2224 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2290 | spin:body | 2225 | spin:body |
| 2291 | [ rdf:type sp:Select ; | 2226 | [ rdf:type sp:Select ; |
| 2292 | - sp:resultVariables (_:b62) ; | 2227 | + sp:resultVariables (_:b59) ; |
| 2293 | sp:where ([ rdf:type sp:Bind ; | 2228 | sp:where ([ rdf:type sp:Bind ; |
| 2294 | sp:expression | 2229 | sp:expression |
| 2295 | [ rdf:type sp:if ; | 2230 | [ rdf:type sp:if ; |
| ... | @@ -2363,7 +2298,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2363,7 +2298,7 @@ ep-spin-lib:selectLengthScale |
| 2363 | ] | 2298 | ] |
| 2364 | ] | 2299 | ] |
| 2365 | ] ; | 2300 | ] ; |
| 2366 | - sp:variable _:b62 | 2301 | + sp:variable _:b59 |
| 2367 | ]) | 2302 | ]) |
| 2368 | ] . | 2303 | ] . |
| 2369 | 2304 | ||
| ... | @@ -2373,7 +2308,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2373,7 +2308,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 2373 | rdfs:subClassOf ep-spin-lib:Function ; | 2308 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2374 | spin:body | 2309 | spin:body |
| 2375 | [ rdf:type sp:Select ; | 2310 | [ rdf:type sp:Select ; |
| 2376 | - sp:resultVariables (_:b63) ; | 2311 | + sp:resultVariables (_:b60) ; |
| 2377 | sp:where ([ rdf:type sp:Bind ; | 2312 | sp:where ([ rdf:type sp:Bind ; |
| 2378 | sp:expression | 2313 | sp:expression |
| 2379 | [ rdf:type sp:if ; | 2314 | [ rdf:type sp:if ; |
| ... | @@ -2384,7 +2319,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2384,7 +2319,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 2384 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; | 2319 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; |
| 2385 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2320 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2386 | ] ; | 2321 | ] ; |
| 2387 | - sp:variable _:b63 | 2322 | + sp:variable _:b60 |
| 2388 | ]) | 2323 | ]) |
| 2389 | ] . | 2324 | ] . |
| 2390 | 2325 | ||
| ... | @@ -2394,7 +2329,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2394,7 +2329,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 2394 | rdfs:subClassOf ep-spin-lib:Function ; | 2329 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2395 | spin:body | 2330 | spin:body |
| 2396 | [ rdf:type sp:Select ; | 2331 | [ rdf:type sp:Select ; |
| 2397 | - sp:resultVariables (_:b64) ; | 2332 | + sp:resultVariables (_:b61) ; |
| 2398 | sp:where ([ rdf:type sp:Bind ; | 2333 | sp:where ([ rdf:type sp:Bind ; |
| 2399 | sp:expression | 2334 | sp:expression |
| 2400 | [ rdf:type sp:if ; | 2335 | [ rdf:type sp:if ; |
| ... | @@ -2405,7 +2340,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2405,7 +2340,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 2405 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 2340 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
| 2406 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2341 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2407 | ] ; | 2342 | ] ; |
| 2408 | - sp:variable _:b64 | 2343 | + sp:variable _:b61 |
| 2409 | ]) | 2344 | ]) |
| 2410 | ] . | 2345 | ] . |
| 2411 | 2346 | ||
| ... | @@ -2415,7 +2350,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2415,7 +2350,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 2415 | rdfs:subClassOf ep-spin-lib:Function ; | 2350 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2416 | spin:body | 2351 | spin:body |
| 2417 | [ rdf:type sp:Select ; | 2352 | [ rdf:type sp:Select ; |
| 2418 | - sp:resultVariables (_:b65) ; | 2353 | + sp:resultVariables (_:b62) ; |
| 2419 | sp:where ([ rdf:type sp:Bind ; | 2354 | sp:where ([ rdf:type sp:Bind ; |
| 2420 | sp:expression | 2355 | sp:expression |
| 2421 | [ rdf:type sp:if ; | 2356 | [ rdf:type sp:if ; |
| ... | @@ -2433,7 +2368,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2433,7 +2368,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 2433 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 2368 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
| 2434 | ] | 2369 | ] |
| 2435 | ] ; | 2370 | ] ; |
| 2436 | - sp:variable _:b65 | 2371 | + sp:variable _:b62 |
| 2437 | ]) | 2372 | ]) |
| 2438 | ] . | 2373 | ] . |
| 2439 | 2374 | ||
| ... | @@ -2443,7 +2378,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2443,7 +2378,7 @@ ep-spin-lib:selectPressureScale |
| 2443 | rdfs:subClassOf ep-spin-lib:Function ; | 2378 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2444 | spin:body | 2379 | spin:body |
| 2445 | [ rdf:type sp:Select ; | 2380 | [ rdf:type sp:Select ; |
| 2446 | - sp:resultVariables (_:b66) ; | 2381 | + sp:resultVariables (_:b63) ; |
| 2447 | sp:where ([ rdf:type sp:Bind ; | 2382 | sp:where ([ rdf:type sp:Bind ; |
| 2448 | sp:expression | 2383 | sp:expression |
| 2449 | [ rdf:type sp:if ; | 2384 | [ rdf:type sp:if ; |
| ... | @@ -2464,11 +2399,18 @@ ep-spin-lib:selectPressureScale | ... | @@ -2464,11 +2399,18 @@ ep-spin-lib:selectPressureScale |
| 2464 | sp:arg2 ddr:PU_bar | 2399 | sp:arg2 ddr:PU_bar |
| 2465 | ] ; | 2400 | ] ; |
| 2466 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ; | 2401 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar> ; |
| 2402 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2403 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2404 | + sp:arg1 spin:_arg1 ; | ||
| 2405 | + sp:arg2 ddr:PUMP_MPa | ||
| 2406 | + ] ; | ||
| 2407 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa> ; | ||
| 2467 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2408 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2468 | ] | 2409 | ] |
| 2469 | ] | 2410 | ] |
| 2411 | + ] | ||
| 2470 | ] ; | 2412 | ] ; |
| 2471 | - sp:variable _:b66 | 2413 | + sp:variable _:b63 |
| 2472 | ]) | 2414 | ]) |
| 2473 | ] . | 2415 | ] . |
| 2474 | 2416 | ||
| ... | @@ -2478,7 +2420,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2478,7 +2420,7 @@ ep-spin-lib:selectPressureTestType |
| 2478 | rdfs:subClassOf ep-spin-lib:Function ; | 2420 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2479 | spin:body | 2421 | spin:body |
| 2480 | [ rdf:type sp:Select ; | 2422 | [ rdf:type sp:Select ; |
| 2481 | - sp:resultVariables (_:b67) ; | 2423 | + sp:resultVariables (_:b64) ; |
| 2482 | sp:where ([ rdf:type sp:Bind ; | 2424 | sp:where ([ rdf:type sp:Bind ; |
| 2483 | sp:expression | 2425 | sp:expression |
| 2484 | [ rdf:type sp:if ; | 2426 | [ rdf:type sp:if ; |
| ... | @@ -2496,7 +2438,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2496,7 +2438,7 @@ ep-spin-lib:selectPressureTestType |
| 2496 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 2438 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
| 2497 | ] | 2439 | ] |
| 2498 | ] ; | 2440 | ] ; |
| 2499 | - sp:variable _:b67 | 2441 | + sp:variable _:b64 |
| 2500 | ]) | 2442 | ]) |
| 2501 | ] . | 2443 | ] . |
| 2502 | 2444 | ||
| ... | @@ -2506,7 +2448,7 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2506,7 +2448,7 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2506 | rdfs:subClassOf ep-spin-lib:Function ; | 2448 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2507 | spin:body | 2449 | spin:body |
| 2508 | [ rdf:type sp:Select ; | 2450 | [ rdf:type sp:Select ; |
| 2509 | - sp:resultVariables (_:b68) ; | 2451 | + sp:resultVariables (_:b65) ; |
| 2510 | sp:where ([ rdf:type sp:Bind ; | 2452 | sp:where ([ rdf:type sp:Bind ; |
| 2511 | sp:expression | 2453 | sp:expression |
| 2512 | [ rdf:type sp:if ; | 2454 | [ rdf:type sp:if ; |
| ... | @@ -2538,14 +2480,28 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2538,14 +2480,28 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2538 | sp:arg1 spin:_arg1 ; | 2480 | sp:arg1 spin:_arg1 ; |
| 2539 | sp:arg2 ddr:PU_ | 2481 | sp:arg2 ddr:PU_ |
| 2540 | ] ; | 2482 | ] ; |
| 2541 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCent> ; | 2483 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; |
| 2484 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2485 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2486 | + sp:arg1 spin:_arg1 ; | ||
| 2487 | + sp:arg2 ddr:UPPM_ppm | ||
| 2488 | + ] ; | ||
| 2489 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | ||
| 2490 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2491 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2492 | + sp:arg1 spin:_arg1 ; | ||
| 2493 | + sp:arg2 ddr:VPVU_ | ||
| 2494 | + ] ; | ||
| 2495 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | ||
| 2542 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2496 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2543 | ] | 2497 | ] |
| 2544 | ] | 2498 | ] |
| 2545 | ] | 2499 | ] |
| 2546 | ] | 2500 | ] |
| 2501 | + ] | ||
| 2502 | + ] | ||
| 2547 | ] ; | 2503 | ] ; |
| 2548 | - sp:variable _:b68 | 2504 | + sp:variable _:b65 |
| 2549 | ]) | 2505 | ]) |
| 2550 | ] . | 2506 | ] . |
| 2551 | 2507 | ||
| ... | @@ -2555,7 +2511,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2555,7 +2511,7 @@ ep-spin-lib:selectSpeedScale |
| 2555 | rdfs:subClassOf ep-spin-lib:Function ; | 2511 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2556 | spin:body | 2512 | spin:body |
| 2557 | [ rdf:type sp:Select ; | 2513 | [ rdf:type sp:Select ; |
| 2558 | - sp:resultVariables (_:b69) ; | 2514 | + sp:resultVariables (_:b66) ; |
| 2559 | sp:where ([ rdf:type sp:Bind ; | 2515 | sp:where ([ rdf:type sp:Bind ; |
| 2560 | sp:expression | 2516 | sp:expression |
| 2561 | [ rdf:type sp:if ; | 2517 | [ rdf:type sp:if ; |
| ... | @@ -2566,7 +2522,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2566,7 +2522,7 @@ ep-spin-lib:selectSpeedScale |
| 2566 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 2522 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 2567 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2523 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2568 | ] ; | 2524 | ] ; |
| 2569 | - sp:variable _:b69 | 2525 | + sp:variable _:b66 |
| 2570 | ]) | 2526 | ]) |
| 2571 | ] . | 2527 | ] . |
| 2572 | 2528 | ||
| ... | @@ -2576,7 +2532,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2576,7 +2532,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2576 | rdfs:subClassOf ep-spin-lib:Function ; | 2532 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2577 | spin:body | 2533 | spin:body |
| 2578 | [ rdf:type sp:Select ; | 2534 | [ rdf:type sp:Select ; |
| 2579 | - sp:resultVariables (_:b70) ; | 2535 | + sp:resultVariables (_:b67) ; |
| 2580 | sp:where ([ rdf:type sp:Bind ; | 2536 | sp:where ([ rdf:type sp:Bind ; |
| 2581 | sp:expression | 2537 | sp:expression |
| 2582 | [ rdf:type sp:if ; | 2538 | [ rdf:type sp:if ; |
| ... | @@ -2594,7 +2550,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2594,7 +2550,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2594 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2550 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2595 | ] | 2551 | ] |
| 2596 | ] ; | 2552 | ] ; |
| 2597 | - sp:variable _:b70 | 2553 | + sp:variable _:b67 |
| 2598 | ]) | 2554 | ]) |
| 2599 | ] . | 2555 | ] . |
| 2600 | 2556 | ||
| ... | @@ -2604,7 +2560,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2604,7 +2560,7 @@ ep-spin-lib:selectTemperatureScale |
| 2604 | rdfs:subClassOf ep-spin-lib:Function ; | 2560 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2605 | spin:body | 2561 | spin:body |
| 2606 | [ rdf:type sp:Select ; | 2562 | [ rdf:type sp:Select ; |
| 2607 | - sp:resultVariables (_:b71) ; | 2563 | + sp:resultVariables (_:b68) ; |
| 2608 | sp:where ([ rdf:type sp:Bind ; | 2564 | sp:where ([ rdf:type sp:Bind ; |
| 2609 | sp:expression | 2565 | sp:expression |
| 2610 | [ rdf:type sp:if ; | 2566 | [ rdf:type sp:if ; |
| ... | @@ -2615,7 +2571,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2615,7 +2571,7 @@ ep-spin-lib:selectTemperatureScale |
| 2615 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 2571 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 2616 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2572 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2617 | ] ; | 2573 | ] ; |
| 2618 | - sp:variable _:b71 | 2574 | + sp:variable _:b68 |
| 2619 | ]) | 2575 | ]) |
| 2620 | ] . | 2576 | ] . |
| 2621 | 2577 | ||
| ... | @@ -2625,7 +2581,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2625,7 +2581,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2625 | rdfs:subClassOf ep-spin-lib:Function ; | 2581 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2626 | spin:body | 2582 | spin:body |
| 2627 | [ rdf:type sp:Select ; | 2583 | [ rdf:type sp:Select ; |
| 2628 | - sp:resultVariables (_:b72) ; | 2584 | + sp:resultVariables (_:b69) ; |
| 2629 | sp:where ([ rdf:type sp:Bind ; | 2585 | sp:where ([ rdf:type sp:Bind ; |
| 2630 | sp:expression | 2586 | sp:expression |
| 2631 | [ rdf:type sp:if ; | 2587 | [ rdf:type sp:if ; |
| ... | @@ -2671,7 +2627,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2671,7 +2627,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2671 | ] | 2627 | ] |
| 2672 | ] | 2628 | ] |
| 2673 | ] ; | 2629 | ] ; |
| 2674 | - sp:variable _:b72 | 2630 | + sp:variable _:b69 |
| 2675 | ]) | 2631 | ]) |
| 2676 | ] . | 2632 | ] . |
| 2677 | 2633 | ||
| ... | @@ -2681,7 +2637,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2681,7 +2637,7 @@ ep-spin-lib:selectTubeType |
| 2681 | rdfs:subClassOf ep-spin-lib:Function ; | 2637 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2682 | spin:body | 2638 | spin:body |
| 2683 | [ rdf:type sp:Select ; | 2639 | [ rdf:type sp:Select ; |
| 2684 | - sp:resultVariables (_:b73) ; | 2640 | + sp:resultVariables (_:b70) ; |
| 2685 | sp:where ([ rdf:type sp:Bind ; | 2641 | sp:where ([ rdf:type sp:Bind ; |
| 2686 | sp:expression | 2642 | sp:expression |
| 2687 | [ rdf:type sp:if ; | 2643 | [ rdf:type sp:if ; |
| ... | @@ -2706,7 +2662,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2706,7 +2662,7 @@ ep-spin-lib:selectTubeType |
| 2706 | ] | 2662 | ] |
| 2707 | ] | 2663 | ] |
| 2708 | ] ; | 2664 | ] ; |
| 2709 | - sp:variable _:b73 | 2665 | + sp:variable _:b70 |
| 2710 | ]) | 2666 | ]) |
| 2711 | ] . | 2667 | ] . |
| 2712 | 2668 | ||
| ... | @@ -2716,7 +2672,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2716,7 +2672,7 @@ ep-spin-lib:selectVolumeScale |
| 2716 | rdfs:subClassOf ep-spin-lib:Function ; | 2672 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2717 | spin:body | 2673 | spin:body |
| 2718 | [ rdf:type sp:Select ; | 2674 | [ rdf:type sp:Select ; |
| 2719 | - sp:resultVariables (_:b74) ; | 2675 | + sp:resultVariables (_:b71) ; |
| 2720 | sp:where ([ rdf:type sp:Bind ; | 2676 | sp:where ([ rdf:type sp:Bind ; |
| 2721 | sp:expression | 2677 | sp:expression |
| 2722 | [ rdf:type sp:if ; | 2678 | [ rdf:type sp:if ; |
| ... | @@ -2725,9 +2681,16 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2725,9 +2681,16 @@ ep-spin-lib:selectVolumeScale |
| 2725 | sp:arg2 ddr:VUCM_m3 | 2681 | sp:arg2 ddr:VUCM_m3 |
| 2726 | ] ; | 2682 | ] ; |
| 2727 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; | 2683 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ; |
| 2684 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2685 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2686 | + sp:arg1 spin:_arg1 ; | ||
| 2687 | + sp:arg2 ddr:VUCDM_dm3 | ||
| 2688 | + ] ; | ||
| 2689 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#decimetre3> ; | ||
| 2728 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2690 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2691 | + ] | ||
| 2729 | ] ; | 2692 | ] ; |
| 2730 | - sp:variable _:b74 | 2693 | + sp:variable _:b71 |
| 2731 | ]) | 2694 | ]) |
| 2732 | ] . | 2695 | ] . |
| 2733 | 2696 | ||
| ... | @@ -2737,7 +2700,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2737,7 +2700,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2737 | rdfs:subClassOf ep-spin-lib:Function ; | 2700 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2738 | spin:body | 2701 | spin:body |
| 2739 | [ rdf:type sp:Select ; | 2702 | [ rdf:type sp:Select ; |
| 2740 | - sp:resultVariables (_:b75) ; | 2703 | + sp:resultVariables (_:b72) ; |
| 2741 | sp:where ([ rdf:type sp:Bind ; | 2704 | sp:where ([ rdf:type sp:Bind ; |
| 2742 | sp:expression | 2705 | sp:expression |
| 2743 | [ rdf:type sp:if ; | 2706 | [ rdf:type sp:if ; |
| ... | @@ -2783,7 +2746,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2783,7 +2746,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2783 | ] | 2746 | ] |
| 2784 | ] | 2747 | ] |
| 2785 | ] ; | 2748 | ] ; |
| 2786 | - sp:variable _:b75 | 2749 | + sp:variable _:b72 |
| 2787 | ]) | 2750 | ]) |
| 2788 | ] . | 2751 | ] . |
| 2789 | 2752 | ||
| ... | @@ -2793,7 +2756,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2793,7 +2756,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2793 | rdfs:subClassOf ep-spin-lib:Function ; | 2756 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2794 | spin:body | 2757 | spin:body |
| 2795 | [ rdf:type sp:Select ; | 2758 | [ rdf:type sp:Select ; |
| 2796 | - sp:resultVariables (_:b76) ; | 2759 | + sp:resultVariables (_:b73) ; |
| 2797 | sp:where ([ rdf:type sp:Bind ; | 2760 | sp:where ([ rdf:type sp:Bind ; |
| 2798 | sp:expression | 2761 | sp:expression |
| 2799 | [ rdf:type sp:if ; | 2762 | [ rdf:type sp:if ; |
| ... | @@ -2804,7 +2767,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2804,7 +2767,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2804 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 2767 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 2805 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 2768 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 2806 | ] ; | 2769 | ] ; |
| 2807 | - sp:variable _:b76 | 2770 | + sp:variable _:b73 |
| 2808 | ]) | 2771 | ]) |
| 2809 | ] . | 2772 | ] . |
| 2810 | 2773 | ||
| ... | @@ -2814,7 +2777,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2814,7 +2777,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2814 | rdfs:subClassOf ep-spin-lib:Function ; | 2777 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2815 | spin:body | 2778 | spin:body |
| 2816 | [ rdf:type sp:Select ; | 2779 | [ rdf:type sp:Select ; |
| 2817 | - sp:resultVariables (_:b77) ; | 2780 | + sp:resultVariables (_:b74) ; |
| 2818 | sp:where ([ rdf:type sp:Bind ; | 2781 | sp:where ([ rdf:type sp:Bind ; |
| 2819 | sp:expression | 2782 | sp:expression |
| 2820 | [ rdf:type sp:if ; | 2783 | [ rdf:type sp:if ; |
| ... | @@ -2825,7 +2788,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2825,7 +2788,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2825 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 2788 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 2826 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 2789 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 2827 | ] ; | 2790 | ] ; |
| 2828 | - sp:variable _:b77 | 2791 | + sp:variable _:b74 |
| 2829 | ]) | 2792 | ]) |
| 2830 | ] . | 2793 | ] . |
| 2831 | 2794 | ||
| ... | @@ -2835,7 +2798,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2835,7 +2798,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2835 | rdfs:subClassOf ep-spin-lib:Function ; | 2798 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2836 | spin:body | 2799 | spin:body |
| 2837 | [ rdf:type sp:Select ; | 2800 | [ rdf:type sp:Select ; |
| 2838 | - sp:resultVariables (_:b78) ; | 2801 | + sp:resultVariables (_:b75) ; |
| 2839 | sp:where ([ rdf:type sp:Bind ; | 2802 | sp:where ([ rdf:type sp:Bind ; |
| 2840 | sp:expression | 2803 | sp:expression |
| 2841 | [ rdf:type sp:if ; | 2804 | [ rdf:type sp:if ; |
| ... | @@ -2846,7 +2809,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2846,7 +2809,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2846 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 2809 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 2847 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 2810 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 2848 | ] ; | 2811 | ] ; |
| 2849 | - sp:variable _:b78 | 2812 | + sp:variable _:b75 |
| 2850 | ]) | 2813 | ]) |
| 2851 | ] . | 2814 | ] . |
| 2852 | 2815 | ||
| ... | @@ -2856,7 +2819,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2856,7 +2819,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2856 | rdfs:subClassOf ep-spin-lib:Function ; | 2819 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2857 | spin:body | 2820 | spin:body |
| 2858 | [ rdf:type sp:Select ; | 2821 | [ rdf:type sp:Select ; |
| 2859 | - sp:resultVariables (_:b79) ; | 2822 | + sp:resultVariables (_:b76) ; |
| 2860 | sp:where ([ rdf:type sp:Bind ; | 2823 | sp:where ([ rdf:type sp:Bind ; |
| 2861 | sp:expression | 2824 | sp:expression |
| 2862 | [ rdf:type sp:if ; | 2825 | [ rdf:type sp:if ; |
| ... | @@ -2867,7 +2830,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2867,7 +2830,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2867 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 2830 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 2868 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 2831 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 2869 | ] ; | 2832 | ] ; |
| 2870 | - sp:variable _:b79 | 2833 | + sp:variable _:b76 |
| 2871 | ]) | 2834 | ]) |
| 2872 | ] . | 2835 | ] . |
| 2873 | 2836 | ||
| ... | @@ -2877,7 +2840,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2877,7 +2840,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2877 | rdfs:subClassOf ep-spin-lib:Function ; | 2840 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2878 | spin:body | 2841 | spin:body |
| 2879 | [ rdf:type sp:Select ; | 2842 | [ rdf:type sp:Select ; |
| 2880 | - sp:resultVariables (_:b80) ; | 2843 | + sp:resultVariables (_:b77) ; |
| 2881 | sp:where ([ rdf:type sp:Bind ; | 2844 | sp:where ([ rdf:type sp:Bind ; |
| 2882 | sp:expression | 2845 | sp:expression |
| 2883 | [ rdf:type sp:if ; | 2846 | [ rdf:type sp:if ; |
| ... | @@ -2888,7 +2851,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2888,7 +2851,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2888 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 2851 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 2889 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 2852 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 2890 | ] ; | 2853 | ] ; |
| 2891 | - sp:variable _:b80 | 2854 | + sp:variable _:b77 |
| 2892 | ]) | 2855 | ]) |
| 2893 | ] . | 2856 | ] . |
| 2894 | 2857 | ||
| ... | @@ -2898,7 +2861,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2898,7 +2861,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2898 | rdfs:subClassOf ep-spin-lib:Function ; | 2861 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2899 | spin:body | 2862 | spin:body |
| 2900 | [ rdf:type sp:Select ; | 2863 | [ rdf:type sp:Select ; |
| 2901 | - sp:resultVariables (_:b81) ; | 2864 | + sp:resultVariables (_:b78) ; |
| 2902 | sp:where ([ rdf:type sp:Bind ; | 2865 | sp:where ([ rdf:type sp:Bind ; |
| 2903 | sp:expression | 2866 | sp:expression |
| 2904 | [ rdf:type sp:if ; | 2867 | [ rdf:type sp:if ; |
| ... | @@ -2909,7 +2872,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2909,7 +2872,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2909 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 2872 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 2910 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 2873 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 2911 | ] ; | 2874 | ] ; |
| 2912 | - sp:variable _:b81 | 2875 | + sp:variable _:b78 |
| 2913 | ]) | 2876 | ]) |
| 2914 | ] . | 2877 | ] . |
| 2915 | 2878 | ||
| ... | @@ -2919,7 +2882,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2919,7 +2882,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 2919 | rdfs:subClassOf ep-spin-lib:Function ; | 2882 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2920 | spin:body | 2883 | spin:body |
| 2921 | [ rdf:type sp:Select ; | 2884 | [ rdf:type sp:Select ; |
| 2922 | - sp:resultVariables (_:b82) ; | 2885 | + sp:resultVariables (_:b79) ; |
| 2923 | sp:where ([ rdf:type sp:Bind ; | 2886 | sp:where ([ rdf:type sp:Bind ; |
| 2924 | sp:expression | 2887 | sp:expression |
| 2925 | [ rdf:type sp:if ; | 2888 | [ rdf:type sp:if ; |
| ... | @@ -2930,7 +2893,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2930,7 +2893,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 2930 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 2893 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 2931 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 2894 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 2932 | ] ; | 2895 | ] ; |
| 2933 | - sp:variable _:b82 | 2896 | + sp:variable _:b79 |
| 2934 | ]) | 2897 | ]) |
| 2935 | ] . | 2898 | ] . |
| 2936 | 2899 | ||
| ... | @@ -2940,7 +2903,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2940,7 +2903,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 2940 | rdfs:subClassOf ep-spin-lib:Function ; | 2903 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2941 | spin:body | 2904 | spin:body |
| 2942 | [ rdf:type sp:Select ; | 2905 | [ rdf:type sp:Select ; |
| 2943 | - sp:resultVariables (_:b83) ; | 2906 | + sp:resultVariables (_:b80) ; |
| 2944 | sp:where ([ rdf:type sp:Bind ; | 2907 | sp:where ([ rdf:type sp:Bind ; |
| 2945 | sp:expression | 2908 | sp:expression |
| 2946 | [ rdf:type sp:if ; | 2909 | [ rdf:type sp:if ; |
| ... | @@ -2951,7 +2914,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2951,7 +2914,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 2951 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 2914 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 2952 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 2915 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 2953 | ] ; | 2916 | ] ; |
| 2954 | - sp:variable _:b83 | 2917 | + sp:variable _:b80 |
| 2955 | ]) | 2918 | ]) |
| 2956 | ] . | 2919 | ] . |
| 2957 | 2920 | ||
| ... | @@ -2961,7 +2924,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2961,7 +2924,7 @@ ep-spin-lib:selectWellCementJobType |
| 2961 | rdfs:subClassOf ep-spin-lib:Function ; | 2924 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2962 | spin:body | 2925 | spin:body |
| 2963 | [ rdf:type sp:Select ; | 2926 | [ rdf:type sp:Select ; |
| 2964 | - sp:resultVariables (_:b84) ; | 2927 | + sp:resultVariables (_:b81) ; |
| 2965 | sp:where ([ rdf:type sp:Bind ; | 2928 | sp:where ([ rdf:type sp:Bind ; |
| 2966 | sp:expression | 2929 | sp:expression |
| 2967 | [ rdf:type sp:if ; | 2930 | [ rdf:type sp:if ; |
| ... | @@ -2993,7 +2956,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2993,7 +2956,7 @@ ep-spin-lib:selectWellCementJobType |
| 2993 | ] | 2956 | ] |
| 2994 | ] | 2957 | ] |
| 2995 | ] ; | 2958 | ] ; |
| 2996 | - sp:variable _:b84 | 2959 | + sp:variable _:b81 |
| 2997 | ]) | 2960 | ]) |
| 2998 | ] . | 2961 | ] . |
| 2999 | 2962 | ||
| ... | @@ -3003,7 +2966,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3003,7 +2966,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3003 | rdfs:subClassOf ep-spin-lib:Function ; | 2966 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3004 | spin:body | 2967 | spin:body |
| 3005 | [ rdf:type sp:Select ; | 2968 | [ rdf:type sp:Select ; |
| 3006 | - sp:resultVariables (_:b85) ; | 2969 | + sp:resultVariables (_:b82) ; |
| 3007 | sp:where ([ rdf:type sp:Bind ; | 2970 | sp:where ([ rdf:type sp:Bind ; |
| 3008 | sp:expression | 2971 | sp:expression |
| 3009 | [ rdf:type sp:if ; | 2972 | [ rdf:type sp:if ; |
| ... | @@ -3035,7 +2998,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3035,7 +2998,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3035 | ] | 2998 | ] |
| 3036 | ] | 2999 | ] |
| 3037 | ] ; | 3000 | ] ; |
| 3038 | - sp:variable _:b85 | 3001 | + sp:variable _:b82 |
| 3039 | ]) | 3002 | ]) |
| 3040 | ] . | 3003 | ] . |
| 3041 | 3004 | ||
| ... | @@ -3045,7 +3008,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3045,7 +3008,7 @@ ep-spin-lib:selectWellKillingType |
| 3045 | rdfs:subClassOf ep-spin-lib:Function ; | 3008 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3046 | spin:body | 3009 | spin:body |
| 3047 | [ rdf:type sp:Select ; | 3010 | [ rdf:type sp:Select ; |
| 3048 | - sp:resultVariables (_:b86) ; | 3011 | + sp:resultVariables (_:b83) ; |
| 3049 | sp:where ([ rdf:type sp:Bind ; | 3012 | sp:where ([ rdf:type sp:Bind ; |
| 3050 | sp:expression | 3013 | sp:expression |
| 3051 | [ rdf:type sp:if ; | 3014 | [ rdf:type sp:if ; |
| ... | @@ -3091,7 +3054,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3091,7 +3054,7 @@ ep-spin-lib:selectWellKillingType |
| 3091 | ] | 3054 | ] |
| 3092 | ] | 3055 | ] |
| 3093 | ] ; | 3056 | ] ; |
| 3094 | - sp:variable _:b86 | 3057 | + sp:variable _:b83 |
| 3095 | ]) | 3058 | ]) |
| 3096 | ] . | 3059 | ] . |
| 3097 | 3060 | ||
| ... | @@ -3101,7 +3064,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3101,7 +3064,7 @@ ep-spin-lib:selectWellTestType |
| 3101 | rdfs:subClassOf ep-spin-lib:Function ; | 3064 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3102 | spin:body | 3065 | spin:body |
| 3103 | [ rdf:type sp:Select ; | 3066 | [ rdf:type sp:Select ; |
| 3104 | - sp:resultVariables (_:b87) ; | 3067 | + sp:resultVariables (_:b84) ; |
| 3105 | sp:where ([ rdf:type sp:Bind ; | 3068 | sp:where ([ rdf:type sp:Bind ; |
| 3106 | sp:expression | 3069 | sp:expression |
| 3107 | [ rdf:type sp:if ; | 3070 | [ rdf:type sp:if ; |
| ... | @@ -3119,7 +3082,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3119,7 +3082,7 @@ ep-spin-lib:selectWellTestType |
| 3119 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3082 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 3120 | ] | 3083 | ] |
| 3121 | ] ; | 3084 | ] ; |
| 3122 | - sp:variable _:b87 | 3085 | + sp:variable _:b84 |
| 3123 | ]) | 3086 | ]) |
| 3124 | ] . | 3087 | ] . |
| 3125 | 3088 | ||
| ... | @@ -3129,18 +3092,18 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3129,18 +3092,18 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3129 | rdfs:subClassOf ep-spin-lib:Function ; | 3092 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3130 | spin:body | 3093 | spin:body |
| 3131 | [ rdf:type sp:Select ; | 3094 | [ rdf:type sp:Select ; |
| 3132 | - sp:resultVariables (_:b88) ; | 3095 | + sp:resultVariables (_:b85) ; |
| 3133 | sp:where ([ rdf:type sp:Bind ; | 3096 | sp:where ([ rdf:type sp:Bind ; |
| 3134 | sp:expression | 3097 | sp:expression |
| 3135 | [ rdf:type sp:if ; | 3098 | [ rdf:type sp:if ; |
| 3136 | sp:arg1 [ rdf:type sp:eq ; | 3099 | sp:arg1 [ rdf:type sp:eq ; |
| 3137 | sp:arg1 spin:_arg1 ; | 3100 | sp:arg1 spin:_arg1 ; |
| 3138 | - sp:arg2 "true"^^xsd:boolean | 3101 | + sp:arg2 "true"^^ddr:LogicalBooleanDatatype |
| 3139 | ] ; | 3102 | ] ; |
| 3140 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3103 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 3141 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3104 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 3142 | ] ; | 3105 | ] ; |
| 3143 | - sp:variable _:b88 | 3106 | + sp:variable _:b85 |
| 3144 | ]) | 3107 | ]) |
| 3145 | ] . | 3108 | ] . |
| 3146 | 3109 | ||
| ... | @@ -3150,7 +3113,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3150,7 +3113,7 @@ ep-spin-lib:selectYieldPointScale |
| 3150 | rdfs:subClassOf ep-spin-lib:Function ; | 3113 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3151 | spin:body | 3114 | spin:body |
| 3152 | [ rdf:type sp:Select ; | 3115 | [ rdf:type sp:Select ; |
| 3153 | - sp:resultVariables (_:b89) ; | 3116 | + sp:resultVariables (_:b86) ; |
| 3154 | sp:where ([ rdf:type sp:Bind ; | 3117 | sp:where ([ rdf:type sp:Bind ; |
| 3155 | sp:expression | 3118 | sp:expression |
| 3156 | [ rdf:type sp:if ; | 3119 | [ rdf:type sp:if ; |
| ... | @@ -3168,7 +3131,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3168,7 +3131,7 @@ ep-spin-lib:selectYieldPointScale |
| 3168 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3131 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3169 | ] | 3132 | ] |
| 3170 | ] ; | 3133 | ] ; |
| 3171 | - sp:variable _:b89 | 3134 | + sp:variable _:b86 |
| 3172 | ]) | 3135 | ]) |
| 3173 | ] . | 3136 | ] . |
| 3174 | 3137 | ||
| ... | @@ -3177,260 +3140,251 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3177,260 +3140,251 @@ ddr:TTUC_Enumeration_1 |
| 3177 | rdfs:label "Enumeration"^^xsd:string ; | 3140 | rdfs:label "Enumeration"^^xsd:string ; |
| 3178 | dtype:value ddr:TTUC_degC . | 3141 | dtype:value ddr:TTUC_degC . |
| 3179 | 3142 | ||
| 3180 | -_:b73 | 3143 | +_:b1 sp:varName "uri"^^xsd:string . |
| 3181 | - sp:varName "tubeType"^^xsd:string . | ||
| 3182 | - | ||
| 3183 | -_:b72 | ||
| 3184 | - sp:varName "durationScale"^^xsd:string . | ||
| 3185 | - | ||
| 3186 | -_:b71 | ||
| 3187 | - sp:varName "temperatureScale"^^xsd:string . | ||
| 3188 | - | ||
| 3189 | -_:b70 | ||
| 3190 | - sp:varName "strengthScale"^^xsd:string . | ||
| 3191 | - | ||
| 3192 | -_:b69 | ||
| 3193 | - sp:varName "speedScale"^^xsd:string . | ||
| 3194 | - | ||
| 3195 | -_:b68 | ||
| 3196 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 3197 | - | ||
| 3198 | -_:b67 | ||
| 3199 | - sp:varName "pressureTestType"^^xsd:string . | ||
| 3200 | - | ||
| 3201 | -_:b66 | ||
| 3202 | - sp:varName "pressureScale"^^xsd:string . | ||
| 3203 | - | ||
| 3204 | -_:b65 | ||
| 3205 | - sp:varName "porePressureDeterminationType"^^xsd:string . | ||
| 3206 | - | ||
| 3207 | -_:b64 | ||
| 3208 | - sp:varName "angleScale"^^xsd:string . | ||
| 3209 | - | ||
| 3210 | -_:b63 | ||
| 3211 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | ||
| 3212 | - | ||
| 3213 | -_:b62 | ||
| 3214 | - sp:varName "lengthScale"^^xsd:string . | ||
| 3215 | - | ||
| 3216 | -_:b61 | ||
| 3217 | - sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 3218 | - | ||
| 3219 | -_:b60 | ||
| 3220 | - sp:varName "innerBarrelType"^^xsd:string . | ||
| 3221 | - | ||
| 3222 | -_:b59 | ||
| 3223 | - sp:varName "gasReadingType"^^xsd:string . | ||
| 3224 | - | ||
| 3225 | -_:b58 | ||
| 3226 | - sp:varName "fluidType"^^xsd:string . | ||
| 3227 | - | ||
| 3228 | -_:b57 | ||
| 3229 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | ||
| 3230 | - | ||
| 3231 | -_:b55 | ||
| 3232 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | ||
| 3233 | - | ||
| 3234 | -_:b54 | ||
| 3235 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
| 3236 | - | ||
| 3237 | -_:b53 | ||
| 3238 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | ||
| 3239 | - | ||
| 3240 | -_:b52 | ||
| 3241 | - sp:varName "densityScale"^^xsd:string . | ||
| 3242 | - | ||
| 3243 | -_:b51 | ||
| 3244 | - sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 3245 | - | ||
| 3246 | -_:b50 | ||
| 3247 | - sp:varName "componentType"^^xsd:string . | ||
| 3248 | - | ||
| 3249 | -_:b49 | ||
| 3250 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 3251 | - | ||
| 3252 | -_:b48 | ||
| 3253 | - sp:varName "casingRoleType"^^xsd:string . | ||
| 3254 | - | ||
| 3255 | -_:b47 | ||
| 3256 | - sp:varName "activitySuccessType"^^xsd:string . | ||
| 3257 | 3144 | ||
| 3258 | -_:b46 | 3145 | +_:b2 sp:varName "uri"^^xsd:string . |
| 3259 | - sp:varName "t4"^^xsd:string . | ||
| 3260 | 3146 | ||
| 3261 | -_:b45 | 3147 | +_:b3 sp:varName "uri"^^xsd:string . |
| 3262 | - sp:varName "t3"^^xsd:string . | ||
| 3263 | 3148 | ||
| 3264 | -_:b44 | 3149 | +_:b4 sp:varName "uri"^^xsd:string . |
| 3265 | - sp:varName "t2"^^xsd:string . | ||
| 3266 | 3150 | ||
| 3267 | -_:b43 | 3151 | +_:b5 sp:varName "uri"^^xsd:string . |
| 3268 | - sp:varName "t1"^^xsd:string . | ||
| 3269 | 3152 | ||
| 3270 | -_:b42 | 3153 | +_:b6 sp:varName "uri"^^xsd:string . |
| 3271 | - sp:varName "t0b"^^xsd:string . | ||
| 3272 | 3154 | ||
| 3273 | -_:b41 | 3155 | +_:b7 sp:varName "uri"^^xsd:string . |
| 3274 | - sp:varName "t0a"^^xsd:string . | ||
| 3275 | 3156 | ||
| 3276 | -_:b40 | 3157 | +_:b8 sp:varName "uri"^^xsd:string . |
| 3277 | - sp:varName "s2"^^xsd:string . | ||
| 3278 | 3158 | ||
| 3279 | -_:b39 | 3159 | +_:b9 sp:varName "uri"^^xsd:string . |
| 3280 | - sp:varName "s1"^^xsd:string . | ||
| 3281 | 3160 | ||
| 3282 | -_:b38 | 3161 | +_:b10 |
| 3283 | - sp:varName "normalizedStr"^^xsd:string . | 3162 | + sp:varName "uri"^^xsd:string . |
| 3284 | 3163 | ||
| 3285 | -_:b37 | 3164 | +_:b11 |
| 3286 | sp:varName "uri"^^xsd:string . | 3165 | sp:varName "uri"^^xsd:string . |
| 3287 | 3166 | ||
| 3288 | -_:b36 | 3167 | +_:b12 |
| 3289 | sp:varName "uri"^^xsd:string . | 3168 | sp:varName "uri"^^xsd:string . |
| 3290 | 3169 | ||
| 3291 | -_:b35 | 3170 | +_:b13 |
| 3292 | sp:varName "uri"^^xsd:string . | 3171 | sp:varName "uri"^^xsd:string . |
| 3293 | 3172 | ||
| 3294 | -_:b34 | 3173 | +_:b14 |
| 3295 | sp:varName "uri"^^xsd:string . | 3174 | sp:varName "uri"^^xsd:string . |
| 3296 | 3175 | ||
| 3297 | -_:b33 | 3176 | +_:b15 |
| 3298 | sp:varName "uri"^^xsd:string . | 3177 | sp:varName "uri"^^xsd:string . |
| 3299 | 3178 | ||
| 3300 | -_:b32 | 3179 | +_:b16 |
| 3301 | sp:varName "uri"^^xsd:string . | 3180 | sp:varName "uri"^^xsd:string . |
| 3302 | 3181 | ||
| 3303 | -_:b31 | 3182 | +_:b17 |
| 3304 | sp:varName "uri"^^xsd:string . | 3183 | sp:varName "uri"^^xsd:string . |
| 3305 | 3184 | ||
| 3306 | -_:b30 | 3185 | +_:b18 |
| 3307 | sp:varName "uri"^^xsd:string . | 3186 | sp:varName "uri"^^xsd:string . |
| 3308 | 3187 | ||
| 3309 | -_:b29 | 3188 | +_:b19 |
| 3310 | sp:varName "uri"^^xsd:string . | 3189 | sp:varName "uri"^^xsd:string . |
| 3311 | 3190 | ||
| 3312 | -_:b28 | 3191 | +_:b20 |
| 3313 | sp:varName "uri"^^xsd:string . | 3192 | sp:varName "uri"^^xsd:string . |
| 3314 | 3193 | ||
| 3315 | -_:b27 | 3194 | +_:b21 |
| 3316 | sp:varName "uri"^^xsd:string . | 3195 | sp:varName "uri"^^xsd:string . |
| 3317 | 3196 | ||
| 3318 | -_:b26 | 3197 | +_:b22 |
| 3319 | sp:varName "uri"^^xsd:string . | 3198 | sp:varName "uri"^^xsd:string . |
| 3320 | 3199 | ||
| 3321 | -_:b25 | 3200 | +_:b23 |
| 3322 | sp:varName "uri"^^xsd:string . | 3201 | sp:varName "uri"^^xsd:string . |
| 3323 | 3202 | ||
| 3324 | _:b24 | 3203 | _:b24 |
| 3325 | sp:varName "uri"^^xsd:string . | 3204 | sp:varName "uri"^^xsd:string . |
| 3326 | 3205 | ||
| 3327 | -_:b23 | 3206 | +_:b25 |
| 3328 | sp:varName "uri"^^xsd:string . | 3207 | sp:varName "uri"^^xsd:string . |
| 3329 | 3208 | ||
| 3330 | -_:b22 | 3209 | +_:b26 |
| 3331 | sp:varName "uri"^^xsd:string . | 3210 | sp:varName "uri"^^xsd:string . |
| 3332 | 3211 | ||
| 3333 | -_:b21 | 3212 | +_:b27 |
| 3334 | sp:varName "uri"^^xsd:string . | 3213 | sp:varName "uri"^^xsd:string . |
| 3335 | 3214 | ||
| 3336 | -_:b20 | 3215 | +_:b28 |
| 3337 | sp:varName "uri"^^xsd:string . | 3216 | sp:varName "uri"^^xsd:string . |
| 3338 | 3217 | ||
| 3339 | -_:b19 | 3218 | +_:b29 |
| 3340 | sp:varName "uri"^^xsd:string . | 3219 | sp:varName "uri"^^xsd:string . |
| 3341 | 3220 | ||
| 3342 | -_:b18 | 3221 | +_:b30 |
| 3343 | sp:varName "uri"^^xsd:string . | 3222 | sp:varName "uri"^^xsd:string . |
| 3344 | 3223 | ||
| 3345 | -_:b17 | 3224 | +_:b31 |
| 3346 | sp:varName "uri"^^xsd:string . | 3225 | sp:varName "uri"^^xsd:string . |
| 3347 | 3226 | ||
| 3348 | -_:b16 | 3227 | +_:b32 |
| 3349 | sp:varName "uri"^^xsd:string . | 3228 | sp:varName "uri"^^xsd:string . |
| 3350 | 3229 | ||
| 3351 | -_:b15 | 3230 | +_:b33 |
| 3352 | sp:varName "uri"^^xsd:string . | 3231 | sp:varName "uri"^^xsd:string . |
| 3353 | 3232 | ||
| 3354 | -_:b14 | 3233 | +_:b34 |
| 3355 | sp:varName "uri"^^xsd:string . | 3234 | sp:varName "uri"^^xsd:string . |
| 3356 | 3235 | ||
| 3357 | -_:b13 | 3236 | +_:b35 |
| 3358 | - sp:varName "uri"^^xsd:string . | 3237 | + sp:varName "normalizedStr"^^xsd:string . |
| 3359 | 3238 | ||
| 3360 | -_:b12 | 3239 | +_:b36 |
| 3361 | - sp:varName "uri"^^xsd:string . | 3240 | + sp:varName "s1"^^xsd:string . |
| 3362 | 3241 | ||
| 3363 | -_:b11 | 3242 | +_:b37 |
| 3364 | - sp:varName "uri"^^xsd:string . | 3243 | + sp:varName "s2"^^xsd:string . |
| 3365 | 3244 | ||
| 3366 | -_:b10 | 3245 | +_:b38 |
| 3367 | - sp:varName "uri"^^xsd:string . | 3246 | + sp:varName "t0a"^^xsd:string . |
| 3368 | 3247 | ||
| 3369 | -_:b9 sp:varName "uri"^^xsd:string . | 3248 | +_:b39 |
| 3249 | + sp:varName "t0b"^^xsd:string . | ||
| 3370 | 3250 | ||
| 3371 | -_:b8 sp:varName "uri"^^xsd:string . | 3251 | +_:b40 |
| 3252 | + sp:varName "t1"^^xsd:string . | ||
| 3372 | 3253 | ||
| 3373 | -_:b7 sp:varName "uri"^^xsd:string . | 3254 | +_:b41 |
| 3255 | + sp:varName "t2"^^xsd:string . | ||
| 3374 | 3256 | ||
| 3375 | -_:b6 sp:varName "uri"^^xsd:string . | 3257 | +_:b42 |
| 3258 | + sp:varName "t3"^^xsd:string . | ||
| 3376 | 3259 | ||
| 3377 | -_:b5 sp:varName "uri"^^xsd:string . | 3260 | +_:b43 |
| 3261 | + sp:varName "t4"^^xsd:string . | ||
| 3378 | 3262 | ||
| 3379 | -_:b4 sp:varName "uri"^^xsd:string . | 3263 | +_:b44 |
| 3264 | + sp:varName "activitySuccessType"^^xsd:string . | ||
| 3380 | 3265 | ||
| 3381 | -_:b3 sp:varName "uri"^^xsd:string . | 3266 | +_:b45 |
| 3267 | + sp:varName "casingRoleType"^^xsd:string . | ||
| 3382 | 3268 | ||
| 3383 | -_:b2 sp:varName "uri"^^xsd:string . | 3269 | +_:b46 |
| 3270 | + sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 3384 | 3271 | ||
| 3385 | -_:b1 sp:varName "uri"^^xsd:string . | 3272 | +_:b47 |
| 3273 | + sp:varName "componentType"^^xsd:string . | ||
| 3386 | 3274 | ||
| 3387 | -_:b56 | 3275 | +_:b48 |
| 3276 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 3277 | + | ||
| 3278 | +_:b49 | ||
| 3279 | + sp:varName "densityScale"^^xsd:string . | ||
| 3280 | + | ||
| 3281 | +_:b50 | ||
| 3282 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . | ||
| 3283 | + | ||
| 3284 | +_:b51 | ||
| 3285 | + sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
| 3286 | + | ||
| 3287 | +_:b52 | ||
| 3288 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | ||
| 3289 | + | ||
| 3290 | +_:b53 | ||
| 3388 | sp:varName "drillingEquipmentType"^^xsd:string . | 3291 | sp:varName "drillingEquipmentType"^^xsd:string . |
| 3389 | 3292 | ||
| 3390 | -_:b89 | 3293 | +_:b54 |
| 3391 | - sp:varName "yieldPointScale"^^xsd:string . | 3294 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 3392 | 3295 | ||
| 3393 | -_:b88 | 3296 | +_:b55 |
| 3394 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | 3297 | + sp:varName "fluidType"^^xsd:string . |
| 3395 | 3298 | ||
| 3396 | -_:b87 | 3299 | +_:b56 |
| 3397 | - sp:varName "wellTestType"^^xsd:string . | 3300 | + sp:varName "gasReadingType"^^xsd:string . |
| 3398 | 3301 | ||
| 3399 | -_:b86 | 3302 | +_:b57 |
| 3400 | - sp:varName "wellKillingType"^^xsd:string . | 3303 | + sp:varName "innerBarrelType"^^xsd:string . |
| 3401 | 3304 | ||
| 3402 | -_:b85 | 3305 | +_:b58 |
| 3403 | - sp:varName "wellControlIncidentType"^^xsd:string . | 3306 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3404 | 3307 | ||
| 3405 | -_:b84 | 3308 | +_:b59 |
| 3406 | - sp:varName "wellCementJobType"^^xsd:string . | 3309 | + sp:varName "lengthScale"^^xsd:string . |
| 3407 | 3310 | ||
| 3408 | -_:b83 | 3311 | +_:b60 |
| 3409 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | 3312 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 3410 | 3313 | ||
| 3411 | -_:b82 | 3314 | +_:b61 |
| 3412 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3315 | + sp:varName "angleScale"^^xsd:string . |
| 3413 | 3316 | ||
| 3414 | -_:b81 | 3317 | +_:b62 |
| 3415 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3318 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 3416 | 3319 | ||
| 3417 | -_:b80 | 3320 | +_:b63 |
| 3418 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3321 | + sp:varName "pressureScale"^^xsd:string . |
| 3419 | 3322 | ||
| 3420 | -_:b79 | 3323 | +_:b64 |
| 3421 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3324 | + sp:varName "pressureTestType"^^xsd:string . |
| 3422 | 3325 | ||
| 3423 | -_:b78 | 3326 | +_:b66 |
| 3424 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3327 | + sp:varName "speedScale"^^xsd:string . |
| 3425 | 3328 | ||
| 3426 | -_:b77 | 3329 | +_:b67 |
| 3427 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 3330 | + sp:varName "strengthScale"^^xsd:string . |
| 3428 | 3331 | ||
| 3429 | -_:b76 | 3332 | +_:b68 |
| 3430 | - sp:varName "wellBoreHphtType"^^xsd:string . | 3333 | + sp:varName "temperatureScale"^^xsd:string . |
| 3431 | 3334 | ||
| 3432 | -_:b75 | 3335 | +_:b69 |
| 3336 | + sp:varName "durationScale"^^xsd:string . | ||
| 3337 | + | ||
| 3338 | +_:b70 | ||
| 3339 | + sp:varName "tubeType"^^xsd:string . | ||
| 3340 | + | ||
| 3341 | +_:b71 | ||
| 3342 | + sp:varName "volumeScale"^^xsd:string . | ||
| 3343 | + | ||
| 3344 | +_:b72 | ||
| 3433 | sp:varName "wellBoreDrillingType"^^xsd:string . | 3345 | sp:varName "wellBoreDrillingType"^^xsd:string . |
| 3434 | 3346 | ||
| 3347 | +_:b73 | ||
| 3348 | + sp:varName "wellBoreHphtType"^^xsd:string . | ||
| 3349 | + | ||
| 3435 | _:b74 | 3350 | _:b74 |
| 3436 | - sp:varName "volumeScale"^^xsd:string . | 3351 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 3352 | + | ||
| 3353 | +_:b75 | ||
| 3354 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 3355 | + | ||
| 3356 | +_:b76 | ||
| 3357 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 3358 | + | ||
| 3359 | +_:b77 | ||
| 3360 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 3361 | + | ||
| 3362 | +_:b78 | ||
| 3363 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 3364 | + | ||
| 3365 | +_:b79 | ||
| 3366 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 3367 | + | ||
| 3368 | +_:b80 | ||
| 3369 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 3370 | + | ||
| 3371 | +_:b81 | ||
| 3372 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 3373 | + | ||
| 3374 | +_:b82 | ||
| 3375 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 3376 | + | ||
| 3377 | +_:b83 | ||
| 3378 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 3379 | + | ||
| 3380 | +_:b84 | ||
| 3381 | + sp:varName "wellTestType"^^xsd:string . | ||
| 3382 | + | ||
| 3383 | +_:b85 | ||
| 3384 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3385 | + | ||
| 3386 | +_:b86 | ||
| 3387 | + sp:varName "yieldPointScale"^^xsd:string . | ||
| 3388 | + | ||
| 3389 | +_:b65 | ||
| 3390 | + sp:varName "specificVolumeScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 19 17:15:47 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:58:08 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
| 6 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | ||
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 8 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 8 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
| 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun |
| 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 12 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
| 13 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 12 | # imports: http://www.reportinghub.no/ep/transform/check | 14 | # imports: http://www.reportinghub.no/ep/transform/check |
| 13 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
| 14 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| 17 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | ||
| 15 | # imports: http://spinrdf.org/spin | 18 | # imports: http://spinrdf.org/spin |
| 16 | 19 | ||
| 17 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | 20 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . |
| ... | @@ -22,6 +25,9 @@ | ... | @@ -22,6 +25,9 @@ |
| 22 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | 25 | @prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . |
| 23 | @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | 26 | @prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
| 24 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | 27 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . |
| 28 | +@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | ||
| 29 | +@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | ||
| 30 | +@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | ||
| 25 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 31 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 26 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 32 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 27 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 33 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| ... | @@ -36,5 +42,5 @@ | ... | @@ -36,5 +42,5 @@ |
| 36 | 42 | ||
| 37 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 43 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
| 38 | rdf:type owl:Ontology ; | 44 | rdf:type owl:Ontology ; |
| 39 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 45 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; |
| 40 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 46 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 19 17:19:54 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 21:02:01 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 18:17:46 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 3 | +# imports: http://www.witsml.org/schemas/1series |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| 5 | 7 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . |
| 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 7 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -13,7 +16,12 @@ | ... | @@ -13,7 +16,12 @@ |
| 13 | @prefix spl: <http://spinrdf.org/spl#> . | 16 | @prefix spl: <http://spinrdf.org/spl#> . |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 18 | ||
| 16 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 19 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> |
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | ||
| 22 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 23 | + | ||
| 24 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> | ||
| 17 | spin:rule | 25 | spin:rule |
| 18 | [ rdf:type sp:Construct ; | 26 | [ rdf:type sp:Construct ; |
| 19 | rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; | 27 | rdfs:comment "STEP 230 wireline formation test activity"^^xsd:string ; |
| ... | @@ -23,7 +31,7 @@ | ... | @@ -23,7 +31,7 @@ |
| 23 | ] [ sp:object _:b1 ; | 31 | ] [ sp:object _:b1 ; |
| 24 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 25 | sp:subject _:b2 | 33 | sp:subject _:b2 |
| 26 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | 34 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
| 27 | sp:predicate rdf:type ; | 35 | sp:predicate rdf:type ; |
| 28 | sp:subject _:b3 | 36 | sp:subject _:b3 |
| 29 | ] [ sp:object | 37 | ] [ sp:object |
| ... | @@ -38,179 +46,335 @@ | ... | @@ -38,179 +46,335 @@ |
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 46 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 39 | sp:subject _:b1 | 47 | sp:subject _:b1 |
| 40 | ] [ sp:object _:b5 ; | 48 | ] [ sp:object _:b5 ; |
| 41 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| 42 | sp:subject _:b3 | 50 | sp:subject _:b3 |
| 51 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 52 | + sp:predicate rdf:type ; | ||
| 53 | + sp:subject _:b5 | ||
| 43 | ] [ sp:object _:b6 ; | 54 | ] [ sp:object _:b6 ; |
| 44 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presPore> ; | 55 | + sp:predicate _:b7 ; |
| 56 | + sp:subject _:b5 | ||
| 57 | + ] [ sp:object _:b8 ; | ||
| 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#porePressure> ; | ||
| 45 | sp:subject _:b3 | 59 | sp:subject _:b3 |
| 46 | - ] [ sp:object _:b7 ; | 60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 61 | + sp:predicate rdf:type ; |
| 62 | + sp:subject _:b8 | ||
| 63 | + ] [ sp:object _:b9 ; | ||
| 64 | + sp:predicate _:b10 ; | ||
| 65 | + sp:subject _:b8 | ||
| 66 | + ] [ sp:object _:b11 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | ||
| 48 | sp:subject _:b3 | 68 | sp:subject _:b3 |
| 49 | - ] [ sp:object _:b8 ; | 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 70 | + sp:predicate rdf:type ; | ||
| 71 | + sp:subject _:b11 | ||
| 72 | + ] [ sp:object _:b12 ; | ||
| 73 | + sp:predicate _:b13 ; | ||
| 74 | + sp:subject _:b11 | ||
| 75 | + ] [ sp:object _:b14 ; | ||
| 50 | sp:predicate rdf:type ; | 76 | sp:predicate rdf:type ; |
| 51 | sp:subject _:b1 | 77 | sp:subject _:b1 |
| 52 | - ] [ sp:object _:b9 ; | 78 | + ] [ sp:object _:b15 ; |
| 53 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdSample> ; | 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#measuredDepthOfFluidSampling> ; |
| 54 | sp:subject _:b1 | 80 | sp:subject _:b1 |
| 55 | - ] [ sp:object _:b10 ; | 81 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 82 | + sp:predicate rdf:type ; | ||
| 83 | + sp:subject _:b15 | ||
| 84 | + ] [ sp:object _:b16 ; | ||
| 85 | + sp:predicate _:b17 ; | ||
| 86 | + sp:subject _:b15 | ||
| 87 | + ] [ sp:object _:b18 ; | ||
| 56 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | 88 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; |
| 57 | sp:subject _:b1 | 89 | sp:subject _:b1 |
| 58 | - ] [ sp:object _:b11 ; | 90 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; |
| 91 | + sp:predicate rdf:type ; | ||
| 92 | + sp:subject _:b18 | ||
| 93 | + ] [ sp:object _:b19 ; | ||
| 59 | sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; | 94 | sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; |
| 60 | - sp:subject _:b10 | 95 | + sp:subject _:b18 |
| 61 | - ] [ sp:object _:b12 ; | 96 | + ] [ sp:object _:b20 ; |
| 62 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityHC> ; | 97 | + sp:predicate rdf:type ; |
| 63 | - sp:subject _:b10 | 98 | + sp:subject _:b18 |
| 64 | - ] [ sp:object _:b13 ; | 99 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 65 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasVolume> ; | 100 | + sp:predicate rdf:type ; |
| 66 | - sp:subject _:b10 | 101 | + sp:subject _:b20 |
| 67 | - ] [ sp:object _:b14 ; | 102 | + ] [ sp:object _:b21 ; |
| 68 | - sp:predicate <http://purl.org/dc/elements/1.1/description> ; | 103 | + sp:predicate _:b22 ; |
| 104 | + sp:subject _:b20 | ||
| 105 | + ] [ sp:object _:b23 ; | ||
| 106 | + sp:predicate rdf:type ; | ||
| 107 | + sp:subject _:b18 | ||
| 108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 109 | + sp:predicate rdf:type ; | ||
| 110 | + sp:subject _:b23 | ||
| 111 | + ] [ sp:object _:b24 ; | ||
| 112 | + sp:predicate _:b25 ; | ||
| 113 | + sp:subject _:b23 | ||
| 114 | + ] [ sp:object _:b26 ; | ||
| 115 | + sp:predicate rdfs:comment ; | ||
| 69 | sp:subject _:b1 | 116 | sp:subject _:b1 |
| 70 | ]) ; | 117 | ]) ; |
| 71 | - sp:where ([ sp:object _:b15 ; | 118 | + sp:where ([ sp:object _:b27 ; |
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 119 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; |
| 73 | sp:subject spin:_this | 120 | sp:subject spin:_this |
| 74 | - ] [ sp:object _:b16 ; | 121 | + ] [ sp:object _:b28 ; |
| 75 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 122 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 76 | sp:subject spin:_this | 123 | sp:subject spin:_this |
| 77 | - ] [ sp:object _:b17 ; | 124 | + ] [ sp:object _:b29 ; |
| 78 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#formTestInfo> ; | 125 | + sp:predicate <http://www.witsml.org/schemas/1series#formTestInfoRef> ; |
| 79 | sp:subject spin:_this | 126 | sp:subject spin:_this |
| 80 | - ] [ sp:object _:b18 ; | ||
| 81 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 82 | - sp:subject _:b17 | ||
| 83 | ] [ sp:object _:b4 ; | 127 | ] [ sp:object _:b4 ; |
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 128 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 85 | - sp:subject _:b17 | 129 | + sp:subject _:b29 |
| 86 | ] [ sp:object | 130 | ] [ sp:object |
| 87 | [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | 131 | [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string |
| 88 | ] ; | 132 | ] ; |
| 89 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 133 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 90 | sp:subject _:b2 | 134 | sp:subject _:b2 |
| 91 | - ] [ sp:object _:b5 ; | 135 | + ] [ sp:object _:b30 ; |
| 92 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 136 | + sp:predicate <http://www.witsml.org/schemas/1series#mdRef> ; |
| 93 | - sp:subject _:b17 | 137 | + sp:subject _:b29 |
| 138 | + ] [ sp:object _:b31 ; | ||
| 139 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 140 | + sp:subject _:b30 | ||
| 141 | + ] [ sp:object _:b6 ; | ||
| 142 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 143 | + sp:subject _:b30 | ||
| 94 | ] [ rdf:type sp:Optional ; | 144 | ] [ rdf:type sp:Optional ; |
| 95 | - sp:elements ([ sp:object _:b7 ; | 145 | + sp:elements ([ sp:object _:b32 ; |
| 96 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 146 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdRef> ; |
| 97 | - sp:subject _:b17 | 147 | + sp:subject _:b29 |
| 148 | + ] [ sp:object _:b33 ; | ||
| 149 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 150 | + sp:subject _:b32 | ||
| 151 | + ] [ sp:object _:b12 ; | ||
| 152 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 153 | + sp:subject _:b32 | ||
| 98 | ]) | 154 | ]) |
| 99 | - ] [ sp:object _:b6 ; | 155 | + ] [ sp:object _:b34 ; |
| 100 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presPore> ; | 156 | + sp:predicate <http://www.witsml.org/schemas/1series#presPoreRef> ; |
| 101 | - sp:subject _:b17 | 157 | + sp:subject _:b29 |
| 102 | - ] [ sp:object _:b19 ; | 158 | + ] [ sp:object _:b35 ; |
| 103 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#goodSeal> ; | 159 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 104 | - sp:subject _:b17 | 160 | + sp:subject _:b34 |
| 105 | ] [ sp:object _:b9 ; | 161 | ] [ sp:object _:b9 ; |
| 106 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdSample> ; | 162 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 107 | - sp:subject _:b17 | 163 | + sp:subject _:b34 |
| 108 | - ] [ sp:object _:b20 ; | 164 | + ] [ sp:object _:b36 ; |
| 109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumDominateComponent> ; | 165 | + sp:predicate <http://www.witsml.org/schemas/1series#goodSeal> ; |
| 110 | - sp:subject _:b17 | 166 | + sp:subject _:b29 |
| 111 | - ] [ sp:object _:b12 ; | 167 | + ] [ sp:object _:b37 ; |
| 112 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityHC> ; | 168 | + sp:predicate <http://www.witsml.org/schemas/1series#mdSampleRef> ; |
| 113 | - sp:subject _:b17 | 169 | + sp:subject _:b29 |
| 114 | - ] [ sp:object _:b13 ; | 170 | + ] [ sp:object _:b38 ; |
| 115 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volumeSample> ; | 171 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 116 | - sp:subject _:b17 | 172 | + sp:subject _:b37 |
| 117 | - ] [ sp:object _:b14 ; | 173 | + ] [ sp:object _:b16 ; |
| 118 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | 174 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 119 | - sp:subject _:b17 | 175 | + sp:subject _:b37 |
| 176 | + ] [ sp:object _:b39 ; | ||
| 177 | + sp:predicate <http://www.witsml.org/schemas/1series#dominateComponentRef> ; | ||
| 178 | + sp:subject _:b29 | ||
| 179 | + ] [ sp:object _:b40 ; | ||
| 180 | + sp:predicate <http://www.witsml.org/schemas/1series#densityHCRef> ; | ||
| 181 | + sp:subject _:b29 | ||
| 182 | + ] [ sp:object _:b41 ; | ||
| 183 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 184 | + sp:subject _:b40 | ||
| 185 | + ] [ sp:object _:b21 ; | ||
| 186 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 187 | + sp:subject _:b40 | ||
| 188 | + ] [ sp:object _:b42 ; | ||
| 189 | + sp:predicate <http://www.witsml.org/schemas/1series#volumeSampleRef> ; | ||
| 190 | + sp:subject _:b29 | ||
| 191 | + ] [ sp:object _:b43 ; | ||
| 192 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 193 | + sp:subject _:b42 | ||
| 194 | + ] [ sp:object _:b24 ; | ||
| 195 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 196 | + sp:subject _:b42 | ||
| 197 | + ] [ sp:object _:b26 ; | ||
| 198 | + sp:predicate <http://www.witsml.org/schemas/1series#description> ; | ||
| 199 | + sp:subject _:b29 | ||
| 120 | ] [ rdf:type sp:Bind ; | 200 | ] [ rdf:type sp:Bind ; |
| 121 | sp:expression | 201 | sp:expression |
| 122 | [ rdf:type ep-spin-lib:normalizeString ; | 202 | [ rdf:type ep-spin-lib:normalizeString ; |
| 123 | - sp:arg1 _:b15 | 203 | + sp:arg1 _:b27 |
| 124 | ] ; | 204 | ] ; |
| 125 | - sp:variable _:b21 | 205 | + sp:variable _:b44 |
| 126 | ] [ rdf:type sp:Bind ; | 206 | ] [ rdf:type sp:Bind ; |
| 127 | sp:expression | 207 | sp:expression |
| 128 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 208 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 129 | - sp:arg1 _:b21 ; | 209 | + sp:arg1 _:b44 ; |
| 130 | - sp:arg2 _:b16 | 210 | + sp:arg2 _:b28 |
| 131 | ] ; | 211 | ] ; |
| 132 | sp:variable _:b2 | 212 | sp:variable _:b2 |
| 133 | ] [ rdf:type sp:Bind ; | 213 | ] [ rdf:type sp:Bind ; |
| 134 | sp:expression | 214 | sp:expression |
| 135 | - [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; | 215 | + [ rdf:type afn:localname ; |
| 136 | - sp:arg1 _:b21 ; | 216 | + sp:arg1 _:b29 |
| 137 | - sp:arg2 _:b18 | ||
| 138 | ] ; | 217 | ] ; |
| 139 | - sp:variable _:b1 | 218 | + sp:variable _:b45 |
| 140 | ] [ rdf:type sp:Bind ; | 219 | ] [ rdf:type sp:Bind ; |
| 141 | sp:expression | 220 | sp:expression |
| 142 | - [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI ; | 221 | + [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; |
| 143 | - sp:arg1 _:b21 ; | 222 | + sp:arg1 _:b44 ; |
| 144 | - sp:arg2 _:b18 | 223 | + sp:arg2 _:b45 |
| 145 | ] ; | 224 | ] ; |
| 146 | - sp:variable _:b3 | 225 | + sp:variable _:b1 |
| 147 | ] [ rdf:type sp:Bind ; | 226 | ] [ rdf:type sp:Bind ; |
| 148 | sp:expression | 227 | sp:expression |
| 149 | [ rdf:type ep-spin-lib:selectComponentType ; | 228 | [ rdf:type ep-spin-lib:selectComponentType ; |
| 150 | - sp:arg1 _:b20 | 229 | + sp:arg1 _:b39 |
| 151 | ] ; | 230 | ] ; |
| 152 | - sp:variable _:b11 | 231 | + sp:variable _:b19 |
| 153 | ] [ rdf:type sp:Bind ; | 232 | ] [ rdf:type sp:Bind ; |
| 154 | sp:expression | 233 | sp:expression |
| 155 | [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; | 234 | [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; |
| 156 | - sp:arg1 _:b19 | 235 | + sp:arg1 _:b36 |
| 236 | + ] ; | ||
| 237 | + sp:variable _:b14 | ||
| 238 | + ] [ rdf:type sp:Bind ; | ||
| 239 | + sp:expression | ||
| 240 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 241 | + sp:arg1 _:b31 | ||
| 242 | + ] ; | ||
| 243 | + sp:variable _:b7 | ||
| 244 | + ] [ rdf:type sp:Bind ; | ||
| 245 | + sp:expression | ||
| 246 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 247 | + sp:arg1 _:b33 | ||
| 248 | + ] ; | ||
| 249 | + sp:variable _:b13 | ||
| 250 | + ] [ rdf:type sp:Bind ; | ||
| 251 | + sp:expression | ||
| 252 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 253 | + sp:arg1 _:b38 | ||
| 254 | + ] ; | ||
| 255 | + sp:variable _:b17 | ||
| 256 | + ] [ rdf:type sp:Bind ; | ||
| 257 | + sp:expression | ||
| 258 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 259 | + sp:arg1 _:b35 | ||
| 260 | + ] ; | ||
| 261 | + sp:variable _:b10 | ||
| 262 | + ] [ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 265 | + sp:arg1 _:b43 | ||
| 157 | ] ; | 266 | ] ; |
| 158 | - sp:variable _:b8 | 267 | + sp:variable _:b25 |
| 268 | + ] [ rdf:type sp:Bind ; | ||
| 269 | + sp:expression | ||
| 270 | + [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 271 | + sp:arg1 _:b41 | ||
| 272 | + ] ; | ||
| 273 | + sp:variable _:b22 | ||
| 159 | ]) | 274 | ]) |
| 160 | ] . | 275 | ] . |
| 161 | 276 | ||
| 162 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> | 277 | +_:b27 |
| 163 | - rdf:type owl:Ontology ; | 278 | + sp:varName "nameWellBore"^^xsd:string . |
| 164 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 165 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 166 | 279 | ||
| 167 | -_:b8 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | 280 | +_:b28 |
| 281 | + sp:varName "dTimStart"^^xsd:string . | ||
| 168 | 282 | ||
| 169 | -_:b11 | 283 | +_:b29 |
| 170 | - sp:varName "componentType"^^xsd:string . | 284 | + sp:varName "formTestInfo"^^xsd:string . |
| 171 | 285 | ||
| 172 | -_:b3 sp:varName "formationTestPartOfAWellBore"^^xsd:string . | 286 | +_:b4 sp:varName "dTimWirelineFormationTest"^^xsd:string . |
| 173 | 287 | ||
| 174 | -_:b1 sp:varName "wirelineFormationTest"^^xsd:string . | 288 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 175 | 289 | ||
| 176 | -_:b21 | 290 | +_:b30 |
| 177 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 291 | + sp:varName "md"^^xsd:string . |
| 178 | 292 | ||
| 179 | -_:b14 | 293 | +_:b31 |
| 180 | - sp:varName "description"^^xsd:string . | 294 | + sp:varName "uomMd"^^xsd:string . |
| 181 | 295 | ||
| 182 | -_:b13 | 296 | +_:b6 sp:varName "realMd"^^xsd:string . |
| 183 | - sp:varName "volumeSample"^^xsd:string . | 297 | + |
| 298 | +_:b32 | ||
| 299 | + sp:varName "tvd"^^xsd:string . | ||
| 300 | + | ||
| 301 | +_:b33 | ||
| 302 | + sp:varName "uomTvd"^^xsd:string . | ||
| 184 | 303 | ||
| 185 | _:b12 | 304 | _:b12 |
| 186 | - sp:varName "densityHC"^^xsd:string . | 305 | + sp:varName "realTvd"^^xsd:string . |
| 187 | 306 | ||
| 188 | -_:b20 | 307 | +_:b34 |
| 189 | - sp:varName "enumDominateComponent"^^xsd:string . | 308 | + sp:varName "presPore"^^xsd:string . |
| 190 | 309 | ||
| 191 | -_:b9 sp:varName "mdSample"^^xsd:string . | 310 | +_:b35 |
| 311 | + sp:varName "uomPressure"^^xsd:string . | ||
| 192 | 312 | ||
| 193 | -_:b19 | 313 | +_:b9 sp:varName "realPressure"^^xsd:string . |
| 314 | + | ||
| 315 | +_:b36 | ||
| 194 | sp:varName "goodSeal"^^xsd:string . | 316 | sp:varName "goodSeal"^^xsd:string . |
| 195 | 317 | ||
| 196 | -_:b6 sp:varName "presPore"^^xsd:string . | 318 | +_:b37 |
| 319 | + sp:varName "mdSample"^^xsd:string . | ||
| 197 | 320 | ||
| 198 | -_:b7 sp:varName "tvd"^^xsd:string . | 321 | +_:b38 |
| 322 | + sp:varName "uomMdSample"^^xsd:string . | ||
| 199 | 323 | ||
| 200 | -_:b5 sp:varName "md"^^xsd:string . | 324 | +_:b16 |
| 325 | + sp:varName "realMdSample"^^xsd:string . | ||
| 201 | 326 | ||
| 202 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 327 | +_:b39 |
| 328 | + sp:varName "enumDominateComponent"^^xsd:string . | ||
| 203 | 329 | ||
| 204 | -_:b4 sp:varName "dTimWirelineFormationTest"^^xsd:string . | 330 | +_:b40 |
| 331 | + sp:varName "densityHC"^^xsd:string . | ||
| 332 | + | ||
| 333 | +_:b41 | ||
| 334 | + sp:varName "uomDensity"^^xsd:string . | ||
| 335 | + | ||
| 336 | +_:b21 | ||
| 337 | + sp:varName "realDensity"^^xsd:string . | ||
| 338 | + | ||
| 339 | +_:b42 | ||
| 340 | + sp:varName "volumeSample"^^xsd:string . | ||
| 341 | + | ||
| 342 | +_:b43 | ||
| 343 | + sp:varName "uomVolume"^^xsd:string . | ||
| 344 | + | ||
| 345 | +_:b24 | ||
| 346 | + sp:varName "realVolume"^^xsd:string . | ||
| 347 | + | ||
| 348 | +_:b26 | ||
| 349 | + sp:varName "description"^^xsd:string . | ||
| 350 | + | ||
| 351 | +_:b44 | ||
| 352 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 353 | + | ||
| 354 | +_:b45 | ||
| 355 | + sp:varName "localname"^^xsd:string . | ||
| 205 | 356 | ||
| 206 | -_:b18 | 357 | +_:b1 sp:varName "wirelineFormationTest"^^xsd:string . |
| 207 | - sp:varName "index"^^xsd:string . | 358 | + |
| 359 | +_:b19 | ||
| 360 | + sp:varName "componentType"^^xsd:string . | ||
| 361 | + | ||
| 362 | +_:b14 | ||
| 363 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 364 | + | ||
| 365 | +_:b7 sp:varName "lengthScaleMd"^^xsd:string . | ||
| 366 | + | ||
| 367 | +_:b13 | ||
| 368 | + sp:varName "lengthScaleTvd"^^xsd:string . | ||
| 208 | 369 | ||
| 209 | _:b17 | 370 | _:b17 |
| 210 | - sp:varName "formTestInfo"^^xsd:string . | 371 | + sp:varName "lengthScaleMdSample"^^xsd:string . |
| 211 | 372 | ||
| 212 | -_:b16 | 373 | +_:b10 |
| 213 | - sp:varName "dTimStart"^^xsd:string . | 374 | + sp:varName "pressureScale"^^xsd:string . |
| 214 | 375 | ||
| 215 | -_:b15 | 376 | +_:b25 |
| 216 | - sp:varName "nameWellBore"^^xsd:string . | 377 | + sp:varName "volumeScale"^^xsd:string . |
| 378 | + | ||
| 379 | +_:b22 | ||
| 380 | + sp:varName "densityScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 18:17:47 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 24 13:32:40 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:27:36 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 4 | +# imports: http://www.witsml.org/schemas/1series |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 5 | # imports: http://spinrdf.org/spin | 7 | # imports: http://spinrdf.org/spin |
| 6 | 8 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . |
| 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 8 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -14,7 +17,12 @@ | ... | @@ -14,7 +17,12 @@ |
| 14 | @prefix spl: <http://spinrdf.org/spl#> . | 17 | @prefix spl: <http://spinrdf.org/spl#> . |
| 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 16 | 19 | ||
| 17 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> |
| 21 | + rdf:type owl:Ontology ; | ||
| 22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
| 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 24 | + | ||
| 25 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> | ||
| 18 | spin:rule | 26 | spin:rule |
| 19 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
| 20 | rdfs:comment "STEP 270 Gas reading"^^xsd:string ; | 28 | rdfs:comment "STEP 270 Gas reading"^^xsd:string ; |
| ... | @@ -24,7 +32,7 @@ | ... | @@ -24,7 +32,7 @@ |
| 24 | ] [ sp:object _:b1 ; | 32 | ] [ sp:object _:b1 ; |
| 25 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 33 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 26 | sp:subject _:b2 | 34 | sp:subject _:b2 |
| 27 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | 35 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
| 28 | sp:predicate rdf:type ; | 36 | sp:predicate rdf:type ; |
| 29 | sp:subject _:b3 | 37 | sp:subject _:b3 |
| 30 | ] [ sp:object _:b4 ; | 38 | ] [ sp:object _:b4 ; |
| ... | @@ -34,207 +42,553 @@ | ... | @@ -34,207 +42,553 @@ |
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 42 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 35 | sp:subject _:b1 | 43 | sp:subject _:b1 |
| 36 | ] [ sp:object _:b5 ; | 44 | ] [ sp:object _:b5 ; |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominalTime> ; | 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 38 | sp:subject _:b1 | 46 | sp:subject _:b1 |
| 39 | ] [ sp:object _:b6 ; | 47 | ] [ sp:object _:b6 ; |
| 40 | sp:predicate rdf:type ; | 48 | sp:predicate rdf:type ; |
| 41 | sp:subject _:b1 | 49 | sp:subject _:b1 |
| 42 | ] [ sp:object _:b7 ; | 50 | ] [ sp:object _:b7 ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 44 | sp:subject _:b3 | 52 | sp:subject _:b3 |
| 53 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 54 | + sp:predicate rdf:type ; | ||
| 55 | + sp:subject _:b7 | ||
| 45 | ] [ sp:object _:b8 ; | 56 | ] [ sp:object _:b8 ; |
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | 57 | + sp:predicate _:b9 ; |
| 47 | - sp:subject _:b3 | 58 | + sp:subject _:b7 |
| 48 | - ] [ sp:object _:b9 ; | ||
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 50 | - sp:subject _:b3 | ||
| 51 | ] [ sp:object _:b10 ; | 59 | ] [ sp:object _:b10 ; |
| 52 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 53 | sp:subject _:b3 | 61 | sp:subject _:b3 |
| 62 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 63 | + sp:predicate rdf:type ; | ||
| 64 | + sp:subject _:b10 | ||
| 54 | ] [ sp:object _:b11 ; | 65 | ] [ sp:object _:b11 ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasHigh> ; | 66 | + sp:predicate _:b12 ; |
| 56 | - sp:subject _:b3 | 67 | + sp:subject _:b10 |
| 57 | - ] [ sp:object _:b12 ; | ||
| 58 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasLow> ; | ||
| 59 | - sp:subject _:b3 | ||
| 60 | ] [ sp:object _:b13 ; | 68 | ] [ sp:object _:b13 ; |
| 61 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#meth> ; | 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 62 | sp:subject _:b3 | 70 | sp:subject _:b3 |
| 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 72 | + sp:predicate rdf:type ; | ||
| 73 | + sp:subject _:b13 | ||
| 63 | ] [ sp:object _:b14 ; | 74 | ] [ sp:object _:b14 ; |
| 64 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eth> ; | 75 | + sp:predicate _:b15 ; |
| 65 | - sp:subject _:b3 | 76 | + sp:subject _:b13 |
| 66 | - ] [ sp:object _:b15 ; | ||
| 67 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#prop> ; | ||
| 68 | - sp:subject _:b3 | ||
| 69 | ] [ sp:object _:b16 ; | 77 | ] [ sp:object _:b16 ; |
| 70 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ibut> ; | 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 71 | sp:subject _:b3 | 79 | sp:subject _:b3 |
| 80 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 81 | + sp:predicate rdf:type ; | ||
| 82 | + sp:subject _:b16 | ||
| 72 | ] [ sp:object _:b17 ; | 83 | ] [ sp:object _:b17 ; |
| 73 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nbut> ; | 84 | + sp:predicate _:b18 ; |
| 74 | - sp:subject _:b3 | 85 | + sp:subject _:b16 |
| 75 | - ] [ sp:object _:b18 ; | 86 | + ] [ sp:object _:b19 ; |
| 76 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ipent> ; | 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 77 | sp:subject _:b3 | 88 | sp:subject _:b3 |
| 78 | - ]) ; | 89 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; |
| 79 | - sp:where ([ sp:object _:b19 ; | 90 | + sp:predicate rdf:type ; |
| 80 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 91 | + sp:subject _:b19 |
| 81 | - sp:subject spin:_this | ||
| 82 | ] [ sp:object _:b20 ; | 92 | ] [ sp:object _:b20 ; |
| 83 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; |
| 84 | - sp:subject spin:_this | 94 | + sp:subject _:b19 |
| 85 | ] [ sp:object _:b21 ; | 95 | ] [ sp:object _:b21 ; |
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasReadingInfo> ; | 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; |
| 87 | - sp:subject spin:_this | 97 | + sp:subject _:b19 |
| 88 | ] [ sp:object _:b22 ; | 98 | ] [ sp:object _:b22 ; |
| 89 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 100 | + sp:subject _:b19 | ||
| 101 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | ||
| 102 | + sp:predicate rdf:type ; | ||
| 103 | + sp:subject _:b22 | ||
| 104 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 105 | + sp:predicate rdf:type ; | ||
| 106 | + sp:subject _:b20 | ||
| 107 | + ] [ sp:object _:b23 ; | ||
| 108 | + sp:predicate _:b24 ; | ||
| 109 | + sp:subject _:b20 | ||
| 110 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 111 | + sp:predicate rdf:type ; | ||
| 90 | sp:subject _:b21 | 112 | sp:subject _:b21 |
| 113 | + ] [ sp:object _:b25 ; | ||
| 114 | + sp:predicate _:b26 ; | ||
| 115 | + sp:subject _:b21 | ||
| 116 | + ] [ sp:object _:b27 ; | ||
| 117 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; | ||
| 118 | + sp:subject _:b22 | ||
| 119 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 120 | + sp:predicate rdf:type ; | ||
| 121 | + sp:subject _:b27 | ||
| 122 | + ] [ sp:object _:b28 ; | ||
| 123 | + sp:predicate _:b29 ; | ||
| 124 | + sp:subject _:b27 | ||
| 125 | + ] [ sp:object _:b30 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; | ||
| 127 | + sp:subject _:b22 | ||
| 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 129 | + sp:predicate rdf:type ; | ||
| 130 | + sp:subject _:b30 | ||
| 131 | + ] [ sp:object _:b31 ; | ||
| 132 | + sp:predicate _:b32 ; | ||
| 133 | + sp:subject _:b30 | ||
| 134 | + ] [ sp:object _:b33 ; | ||
| 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; | ||
| 136 | + sp:subject _:b22 | ||
| 137 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 138 | + sp:predicate rdf:type ; | ||
| 139 | + sp:subject _:b33 | ||
| 140 | + ] [ sp:object _:b34 ; | ||
| 141 | + sp:predicate _:b35 ; | ||
| 142 | + sp:subject _:b33 | ||
| 143 | + ] [ sp:object _:b36 ; | ||
| 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; | ||
| 145 | + sp:subject _:b22 | ||
| 146 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 147 | + sp:predicate rdf:type ; | ||
| 148 | + sp:subject _:b36 | ||
| 149 | + ] [ sp:object _:b37 ; | ||
| 150 | + sp:predicate _:b38 ; | ||
| 151 | + sp:subject _:b36 | ||
| 152 | + ] [ sp:object _:b39 ; | ||
| 153 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; | ||
| 154 | + sp:subject _:b22 | ||
| 155 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 156 | + sp:predicate rdf:type ; | ||
| 157 | + sp:subject _:b39 | ||
| 158 | + ] [ sp:object _:b40 ; | ||
| 159 | + sp:predicate _:b41 ; | ||
| 160 | + sp:subject _:b39 | ||
| 161 | + ] [ sp:object _:b42 ; | ||
| 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; | ||
| 163 | + sp:subject _:b22 | ||
| 164 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 165 | + sp:predicate rdf:type ; | ||
| 166 | + sp:subject _:b42 | ||
| 167 | + ] [ sp:object _:b43 ; | ||
| 168 | + sp:predicate _:b44 ; | ||
| 169 | + sp:subject _:b42 | ||
| 170 | + ]) ; | ||
| 171 | + sp:where ([ sp:object _:b45 ; | ||
| 172 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; | ||
| 173 | + sp:subject spin:_this | ||
| 174 | + ] [ sp:object _:b46 ; | ||
| 175 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | ||
| 176 | + sp:subject spin:_this | ||
| 177 | + ] [ sp:object _:b47 ; | ||
| 178 | + sp:predicate <http://www.witsml.org/schemas/1series#gasReadingInfoRef> ; | ||
| 179 | + sp:subject spin:_this | ||
| 91 | ] [ sp:object _:b4 ; | 180 | ] [ sp:object _:b4 ; |
| 92 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 181 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 93 | sp:subject _:b2 | 182 | sp:subject _:b2 |
| 94 | - ] [ sp:object _:b7 ; | 183 | + ] [ sp:object _:b48 ; |
| 95 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | 184 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 96 | - sp:subject _:b21 | 185 | + sp:subject _:b47 |
| 186 | + ] [ sp:object _:b49 ; | ||
| 187 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 188 | + sp:subject _:b48 | ||
| 189 | + ] [ sp:object _:b8 ; | ||
| 190 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 191 | + sp:subject _:b48 | ||
| 192 | + ] [ sp:object _:b50 ; | ||
| 193 | + sp:predicate <http://www.witsml.org/schemas/1series#readingTypeRef> ; | ||
| 194 | + sp:subject _:b47 | ||
| 195 | + ] [ sp:object _:b51 ; | ||
| 196 | + sp:predicate <http://www.witsml.org/schemas/1series#gasHighRef> ; | ||
| 197 | + sp:subject _:b47 | ||
| 198 | + ] [ sp:object _:b52 ; | ||
| 199 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 200 | + sp:subject _:b51 | ||
| 97 | ] [ sp:object _:b23 ; | 201 | ] [ sp:object _:b23 ; |
| 98 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumReadingType> ; | 202 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 99 | - sp:subject _:b21 | 203 | + sp:subject _:b51 |
| 100 | - ] [ sp:object _:b11 ; | ||
| 101 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasHigh> ; | ||
| 102 | - sp:subject _:b21 | ||
| 103 | ] [ rdf:type sp:Optional ; | 204 | ] [ rdf:type sp:Optional ; |
| 104 | sp:elements ([ sp:object _:b5 ; | 205 | sp:elements ([ sp:object _:b5 ; |
| 105 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 206 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 106 | - sp:subject _:b21 | 207 | + sp:subject _:b47 |
| 107 | - ] [ sp:object _:b9 ; | 208 | + ]) |
| 108 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 209 | + ] [ rdf:type sp:Optional ; |
| 109 | - sp:subject _:b21 | 210 | + sp:elements ([ sp:object _:b53 ; |
| 110 | - ] [ sp:object _:b8 ; | 211 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 111 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | 212 | + sp:subject _:b47 |
| 112 | - sp:subject _:b21 | 213 | + ] [ sp:object _:b54 ; |
| 113 | - ] [ sp:object _:b10 ; | 214 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 114 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 215 | + sp:subject _:b53 |
| 115 | - sp:subject _:b21 | ||
| 116 | - ] [ sp:object _:b12 ; | ||
| 117 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasLow> ; | ||
| 118 | - sp:subject _:b21 | ||
| 119 | - ] [ sp:object _:b13 ; | ||
| 120 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#meth> ; | ||
| 121 | - sp:subject _:b21 | ||
| 122 | ] [ sp:object _:b14 ; | 216 | ] [ sp:object _:b14 ; |
| 123 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eth> ; | 217 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 124 | - sp:subject _:b21 | 218 | + sp:subject _:b53 |
| 125 | - ] [ sp:object _:b15 ; | 219 | + ]) |
| 126 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#prop> ; | 220 | + ] [ rdf:type sp:Optional ; |
| 127 | - sp:subject _:b21 | 221 | + sp:elements ([ sp:object _:b55 ; |
| 128 | - ] [ sp:object _:b16 ; | 222 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 129 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ibut> ; | 223 | + sp:subject _:b47 |
| 130 | - sp:subject _:b21 | 224 | + ] [ sp:object _:b56 ; |
| 225 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 226 | + sp:subject _:b55 | ||
| 227 | + ] [ sp:object _:b11 ; | ||
| 228 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 229 | + sp:subject _:b55 | ||
| 230 | + ]) | ||
| 231 | + ] [ rdf:type sp:Optional ; | ||
| 232 | + sp:elements ([ sp:object _:b57 ; | ||
| 233 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | ||
| 234 | + sp:subject _:b47 | ||
| 235 | + ] [ sp:object _:b58 ; | ||
| 236 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 237 | + sp:subject _:b57 | ||
| 131 | ] [ sp:object _:b17 ; | 238 | ] [ sp:object _:b17 ; |
| 132 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nbut> ; | 239 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 133 | - sp:subject _:b21 | 240 | + sp:subject _:b57 |
| 134 | - ] [ sp:object _:b18 ; | 241 | + ]) |
| 135 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ipent> ; | 242 | + ] [ rdf:type sp:Optional ; |
| 136 | - sp:subject _:b21 | 243 | + sp:elements ([ sp:object _:b59 ; |
| 244 | + sp:predicate <http://www.witsml.org/schemas/1series#gasLowRef> ; | ||
| 245 | + sp:subject _:b47 | ||
| 246 | + ] [ sp:object _:b60 ; | ||
| 247 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 248 | + sp:subject _:b59 | ||
| 249 | + ] [ sp:object _:b25 ; | ||
| 250 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 251 | + sp:subject _:b59 | ||
| 252 | + ]) | ||
| 253 | + ] [ rdf:type sp:Optional ; | ||
| 254 | + sp:elements ([ sp:object _:b61 ; | ||
| 255 | + sp:predicate <http://www.witsml.org/schemas/1series#methRef> ; | ||
| 256 | + sp:subject _:b47 | ||
| 257 | + ] [ sp:object _:b62 ; | ||
| 258 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 259 | + sp:subject _:b61 | ||
| 260 | + ] [ sp:object _:b28 ; | ||
| 261 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 262 | + sp:subject _:b61 | ||
| 263 | + ]) | ||
| 264 | + ] [ rdf:type sp:Optional ; | ||
| 265 | + sp:elements ([ sp:object _:b63 ; | ||
| 266 | + sp:predicate <http://www.witsml.org/schemas/1series#ethRef> ; | ||
| 267 | + sp:subject _:b47 | ||
| 268 | + ] [ sp:object _:b64 ; | ||
| 269 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 270 | + sp:subject _:b63 | ||
| 271 | + ] [ sp:object _:b31 ; | ||
| 272 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 273 | + sp:subject _:b63 | ||
| 274 | + ]) | ||
| 275 | + ] [ rdf:type sp:Optional ; | ||
| 276 | + sp:elements ([ sp:object _:b65 ; | ||
| 277 | + sp:predicate <http://www.witsml.org/schemas/1series#propRef> ; | ||
| 278 | + sp:subject _:b47 | ||
| 279 | + ] [ sp:object _:b66 ; | ||
| 280 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 281 | + sp:subject _:b65 | ||
| 282 | + ] [ sp:object _:b34 ; | ||
| 283 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 284 | + sp:subject _:b65 | ||
| 285 | + ]) | ||
| 286 | + ] [ rdf:type sp:Optional ; | ||
| 287 | + sp:elements ([ sp:object _:b67 ; | ||
| 288 | + sp:predicate <http://www.witsml.org/schemas/1series#ibutRef> ; | ||
| 289 | + sp:subject _:b47 | ||
| 290 | + ] [ sp:object _:b68 ; | ||
| 291 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 292 | + sp:subject _:b67 | ||
| 293 | + ] [ sp:object _:b37 ; | ||
| 294 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 295 | + sp:subject _:b67 | ||
| 296 | + ]) | ||
| 297 | + ] [ rdf:type sp:Optional ; | ||
| 298 | + sp:elements ([ sp:object _:b69 ; | ||
| 299 | + sp:predicate <http://www.witsml.org/schemas/1series#nbutRef> ; | ||
| 300 | + sp:subject _:b47 | ||
| 301 | + ] [ sp:object _:b70 ; | ||
| 302 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 303 | + sp:subject _:b69 | ||
| 304 | + ] [ sp:object _:b40 ; | ||
| 305 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 306 | + sp:subject _:b69 | ||
| 307 | + ]) | ||
| 308 | + ] [ rdf:type sp:Optional ; | ||
| 309 | + sp:elements ([ sp:object _:b71 ; | ||
| 310 | + sp:predicate <http://www.witsml.org/schemas/1series#ipentRef> ; | ||
| 311 | + sp:subject _:b47 | ||
| 312 | + ] [ sp:object _:b72 ; | ||
| 313 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 314 | + sp:subject _:b71 | ||
| 315 | + ] [ sp:object _:b43 ; | ||
| 316 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 317 | + sp:subject _:b71 | ||
| 137 | ]) | 318 | ]) |
| 138 | ] [ rdf:type sp:Bind ; | 319 | ] [ rdf:type sp:Bind ; |
| 139 | sp:expression | 320 | sp:expression |
| 140 | [ rdf:type ep-spin-lib:normalizeString ; | 321 | [ rdf:type ep-spin-lib:normalizeString ; |
| 141 | - sp:arg1 _:b19 | 322 | + sp:arg1 _:b45 |
| 142 | ] ; | 323 | ] ; |
| 143 | - sp:variable _:b24 | 324 | + sp:variable _:b73 |
| 144 | ] [ rdf:type sp:Bind ; | 325 | ] [ rdf:type sp:Bind ; |
| 145 | sp:expression | 326 | sp:expression |
| 146 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 327 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 147 | - sp:arg1 _:b24 ; | 328 | + sp:arg1 _:b73 ; |
| 148 | - sp:arg2 _:b20 | 329 | + sp:arg2 _:b46 |
| 149 | ] ; | 330 | ] ; |
| 150 | sp:variable _:b2 | 331 | sp:variable _:b2 |
| 151 | ] [ rdf:type sp:Bind ; | 332 | ] [ rdf:type sp:Bind ; |
| 152 | sp:expression | 333 | sp:expression |
| 153 | - [ rdf:type ep-spin-lib:buildGasReadingURI ; | 334 | + [ rdf:type afn:localname ; |
| 154 | - sp:arg1 _:b24 ; | 335 | + sp:arg1 _:b47 |
| 155 | - sp:arg2 _:b22 | ||
| 156 | ] ; | 336 | ] ; |
| 157 | - sp:variable _:b1 | 337 | + sp:variable _:b74 |
| 158 | ] [ rdf:type sp:Bind ; | 338 | ] [ rdf:type sp:Bind ; |
| 159 | sp:expression | 339 | sp:expression |
| 160 | - [ rdf:type ep-spin-lib:buildPartOfAWellBoreForGasReadingURI ; | 340 | + [ rdf:type ep-spin-lib:buildGasReadingURI ; |
| 161 | - sp:arg1 _:b24 ; | 341 | + sp:arg1 _:b73 ; |
| 162 | - sp:arg2 _:b22 | 342 | + sp:arg2 _:b74 |
| 163 | ] ; | 343 | ] ; |
| 164 | - sp:variable _:b3 | 344 | + sp:variable _:b1 |
| 165 | ] [ rdf:type sp:Bind ; | 345 | ] [ rdf:type sp:Bind ; |
| 166 | sp:expression | 346 | sp:expression |
| 167 | [ rdf:type ep-spin-lib:selectGasReadingType ; | 347 | [ rdf:type ep-spin-lib:selectGasReadingType ; |
| 168 | - sp:arg1 _:b23 | 348 | + sp:arg1 _:b50 |
| 169 | ] ; | 349 | ] ; |
| 170 | sp:variable _:b6 | 350 | sp:variable _:b6 |
| 351 | + ] [ rdf:type sp:Bind ; | ||
| 352 | + sp:expression | ||
| 353 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 354 | + sp:arg1 _:b49 | ||
| 355 | + ] ; | ||
| 356 | + sp:variable _:b9 | ||
| 357 | + ] [ rdf:type sp:Bind ; | ||
| 358 | + sp:expression | ||
| 359 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 360 | + sp:arg1 _:b56 | ||
| 361 | + ] ; | ||
| 362 | + sp:variable _:b12 | ||
| 363 | + ] [ rdf:type sp:Bind ; | ||
| 364 | + sp:expression | ||
| 365 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 366 | + sp:arg1 _:b54 | ||
| 367 | + ] ; | ||
| 368 | + sp:variable _:b15 | ||
| 369 | + ] [ rdf:type sp:Bind ; | ||
| 370 | + sp:expression | ||
| 371 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 372 | + sp:arg1 _:b58 | ||
| 373 | + ] ; | ||
| 374 | + sp:variable _:b18 | ||
| 375 | + ] [ rdf:type sp:Bind ; | ||
| 376 | + sp:expression | ||
| 377 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 378 | + sp:arg1 _:b52 | ||
| 379 | + ] ; | ||
| 380 | + sp:variable _:b24 | ||
| 381 | + ] [ rdf:type sp:Bind ; | ||
| 382 | + sp:expression | ||
| 383 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 384 | + sp:arg1 _:b60 | ||
| 385 | + ] ; | ||
| 386 | + sp:variable _:b26 | ||
| 387 | + ] [ rdf:type sp:Bind ; | ||
| 388 | + sp:expression | ||
| 389 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 390 | + sp:arg1 _:b62 | ||
| 391 | + ] ; | ||
| 392 | + sp:variable _:b29 | ||
| 393 | + ] [ rdf:type sp:Bind ; | ||
| 394 | + sp:expression | ||
| 395 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 396 | + sp:arg1 _:b64 | ||
| 397 | + ] ; | ||
| 398 | + sp:variable _:b32 | ||
| 399 | + ] [ rdf:type sp:Bind ; | ||
| 400 | + sp:expression | ||
| 401 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 402 | + sp:arg1 _:b66 | ||
| 403 | + ] ; | ||
| 404 | + sp:variable _:b35 | ||
| 405 | + ] [ rdf:type sp:Bind ; | ||
| 406 | + sp:expression | ||
| 407 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 408 | + sp:arg1 _:b68 | ||
| 409 | + ] ; | ||
| 410 | + sp:variable _:b38 | ||
| 411 | + ] [ rdf:type sp:Bind ; | ||
| 412 | + sp:expression | ||
| 413 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 414 | + sp:arg1 _:b70 | ||
| 415 | + ] ; | ||
| 416 | + sp:variable _:b41 | ||
| 417 | + ] [ rdf:type sp:Bind ; | ||
| 418 | + sp:expression | ||
| 419 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 420 | + sp:arg1 _:b72 | ||
| 421 | + ] ; | ||
| 422 | + sp:variable _:b44 | ||
| 171 | ]) | 423 | ]) |
| 172 | ] . | 424 | ] . |
| 173 | 425 | ||
| 174 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> | 426 | +_:b45 |
| 175 | - rdf:type owl:Ontology ; | ||
| 176 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
| 177 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 178 | - | ||
| 179 | -_:b19 | ||
| 180 | sp:varName "nameWellBore"^^xsd:string . | 427 | sp:varName "nameWellBore"^^xsd:string . |
| 181 | 428 | ||
| 182 | -_:b20 | 429 | +_:b46 |
| 183 | sp:varName "dTimStart"^^xsd:string . | 430 | sp:varName "dTimStart"^^xsd:string . |
| 184 | 431 | ||
| 185 | -_:b21 | 432 | +_:b47 |
| 186 | sp:varName "gasReadingInfo"^^xsd:string . | 433 | sp:varName "gasReadingInfo"^^xsd:string . |
| 187 | 434 | ||
| 188 | -_:b22 | ||
| 189 | - sp:varName "index"^^xsd:string . | ||
| 190 | - | ||
| 191 | _:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 435 | _:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 192 | 436 | ||
| 193 | _:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | 437 | _:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . |
| 194 | 438 | ||
| 195 | -_:b7 sp:varName "mdTop"^^xsd:string . | 439 | +_:b48 |
| 440 | + sp:varName "mdTop"^^xsd:string . | ||
| 196 | 441 | ||
| 197 | -_:b23 | 442 | +_:b49 |
| 443 | + sp:varName "uomMdTop"^^xsd:string . | ||
| 444 | + | ||
| 445 | +_:b8 sp:varName "realMdTop"^^xsd:string . | ||
| 446 | + | ||
| 447 | +_:b50 | ||
| 198 | sp:varName "readingType"^^xsd:string . | 448 | sp:varName "readingType"^^xsd:string . |
| 199 | 449 | ||
| 200 | -_:b11 | 450 | +_:b51 |
| 201 | sp:varName "gasHigh"^^xsd:string . | 451 | sp:varName "gasHigh"^^xsd:string . |
| 202 | 452 | ||
| 453 | +_:b52 | ||
| 454 | + sp:varName "uomGasHigh"^^xsd:string . | ||
| 455 | + | ||
| 456 | +_:b23 | ||
| 457 | + sp:varName "realGasHigh"^^xsd:string . | ||
| 458 | + | ||
| 203 | _:b5 sp:varName "dTim"^^xsd:string . | 459 | _:b5 sp:varName "dTim"^^xsd:string . |
| 204 | 460 | ||
| 205 | -_:b9 sp:varName "mdBottom"^^xsd:string . | 461 | +_:b53 |
| 462 | + sp:varName "mdBottom"^^xsd:string . | ||
| 463 | + | ||
| 464 | +_:b54 | ||
| 465 | + sp:varName "uomMdBottom"^^xsd:string . | ||
| 466 | + | ||
| 467 | +_:b14 | ||
| 468 | + sp:varName "realMdBottom"^^xsd:string . | ||
| 469 | + | ||
| 470 | +_:b55 | ||
| 471 | + sp:varName "tvdTop"^^xsd:string . | ||
| 472 | + | ||
| 473 | +_:b56 | ||
| 474 | + sp:varName "uomTvdTop"^^xsd:string . | ||
| 206 | 475 | ||
| 207 | -_:b8 sp:varName "tvdTop"^^xsd:string . | 476 | +_:b11 |
| 477 | + sp:varName "realTvdTop"^^xsd:string . | ||
| 208 | 478 | ||
| 209 | -_:b10 | 479 | +_:b57 |
| 210 | sp:varName "tvdBottom"^^xsd:string . | 480 | sp:varName "tvdBottom"^^xsd:string . |
| 211 | 481 | ||
| 212 | -_:b12 | 482 | +_:b58 |
| 483 | + sp:varName "uomTvdBottom"^^xsd:string . | ||
| 484 | + | ||
| 485 | +_:b17 | ||
| 486 | + sp:varName "realTvdBottom"^^xsd:string . | ||
| 487 | + | ||
| 488 | +_:b59 | ||
| 213 | sp:varName "gasLow"^^xsd:string . | 489 | sp:varName "gasLow"^^xsd:string . |
| 214 | 490 | ||
| 215 | -_:b13 | 491 | +_:b60 |
| 492 | + sp:varName "uomGasLow"^^xsd:string . | ||
| 493 | + | ||
| 494 | +_:b25 | ||
| 495 | + sp:varName "realGasLow"^^xsd:string . | ||
| 496 | + | ||
| 497 | +_:b61 | ||
| 216 | sp:varName "meth"^^xsd:string . | 498 | sp:varName "meth"^^xsd:string . |
| 217 | 499 | ||
| 218 | -_:b14 | 500 | +_:b62 |
| 501 | + sp:varName "uomMeth"^^xsd:string . | ||
| 502 | + | ||
| 503 | +_:b28 | ||
| 504 | + sp:varName "realMeth"^^xsd:string . | ||
| 505 | + | ||
| 506 | +_:b63 | ||
| 219 | sp:varName "eth"^^xsd:string . | 507 | sp:varName "eth"^^xsd:string . |
| 220 | 508 | ||
| 221 | -_:b15 | 509 | +_:b64 |
| 510 | + sp:varName "uomEth"^^xsd:string . | ||
| 511 | + | ||
| 512 | +_:b31 | ||
| 513 | + sp:varName "realEth"^^xsd:string . | ||
| 514 | + | ||
| 515 | +_:b65 | ||
| 222 | sp:varName "prop"^^xsd:string . | 516 | sp:varName "prop"^^xsd:string . |
| 223 | 517 | ||
| 224 | -_:b16 | 518 | +_:b66 |
| 519 | + sp:varName "uomProp"^^xsd:string . | ||
| 520 | + | ||
| 521 | +_:b34 | ||
| 522 | + sp:varName "realProp"^^xsd:string . | ||
| 523 | + | ||
| 524 | +_:b67 | ||
| 225 | sp:varName "ibut"^^xsd:string . | 525 | sp:varName "ibut"^^xsd:string . |
| 226 | 526 | ||
| 227 | -_:b17 | 527 | +_:b68 |
| 528 | + sp:varName "uomIbut"^^xsd:string . | ||
| 529 | + | ||
| 530 | +_:b37 | ||
| 531 | + sp:varName "realIbut"^^xsd:string . | ||
| 532 | + | ||
| 533 | +_:b69 | ||
| 228 | sp:varName "nbut"^^xsd:string . | 534 | sp:varName "nbut"^^xsd:string . |
| 229 | 535 | ||
| 230 | -_:b18 | 536 | +_:b70 |
| 537 | + sp:varName "uomNbut"^^xsd:string . | ||
| 538 | + | ||
| 539 | +_:b40 | ||
| 540 | + sp:varName "realNbut"^^xsd:string . | ||
| 541 | + | ||
| 542 | +_:b71 | ||
| 231 | sp:varName "ipent"^^xsd:string . | 543 | sp:varName "ipent"^^xsd:string . |
| 232 | 544 | ||
| 233 | -_:b24 | 545 | +_:b72 |
| 546 | + sp:varName "uomIpent"^^xsd:string . | ||
| 547 | + | ||
| 548 | +_:b43 | ||
| 549 | + sp:varName "realIpent"^^xsd:string . | ||
| 550 | + | ||
| 551 | +_:b73 | ||
| 234 | sp:varName "normalizedWellBoreName"^^xsd:string . | 552 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 235 | 553 | ||
| 236 | -_:b1 sp:varName "gasReading"^^xsd:string . | 554 | +_:b74 |
| 555 | + sp:varName "localname"^^xsd:string . | ||
| 237 | 556 | ||
| 238 | -_:b3 sp:varName "gasReadingPartOfAWellBore"^^xsd:string . | 557 | +_:b1 sp:varName "gasReading"^^xsd:string . |
| 239 | 558 | ||
| 240 | _:b6 sp:varName "gasReadingType"^^xsd:string . | 559 | _:b6 sp:varName "gasReadingType"^^xsd:string . |
| 560 | + | ||
| 561 | +_:b9 sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 562 | + | ||
| 563 | +_:b12 | ||
| 564 | + sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 565 | + | ||
| 566 | +_:b15 | ||
| 567 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 568 | + | ||
| 569 | +_:b18 | ||
| 570 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 571 | + | ||
| 572 | +_:b24 | ||
| 573 | + sp:varName "concentrationScaleGasHigh"^^xsd:string . | ||
| 574 | + | ||
| 575 | +_:b26 | ||
| 576 | + sp:varName "concentrationScaleGasLow"^^xsd:string . | ||
| 577 | + | ||
| 578 | +_:b29 | ||
| 579 | + sp:varName "concentrationScaleMeth"^^xsd:string . | ||
| 580 | + | ||
| 581 | +_:b32 | ||
| 582 | + sp:varName "concentrationScaleEth"^^xsd:string . | ||
| 583 | + | ||
| 584 | +_:b35 | ||
| 585 | + sp:varName "concentrationScaleProp"^^xsd:string . | ||
| 586 | + | ||
| 587 | +_:b38 | ||
| 588 | + sp:varName "concentrationScaleIbut"^^xsd:string . | ||
| 589 | + | ||
| 590 | +_:b41 | ||
| 591 | + sp:varName "concentrationScaleNbut"^^xsd:string . | ||
| 592 | + | ||
| 593 | +_:b44 | ||
| 594 | + sp:varName "concentrationScaleIpent"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 24 13:32:40 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:27:36 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 17 16:55:07 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 3 | +# imports: http://www.witsml.org/schemas/1series |
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| 5 | 7 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . |
| 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 7 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -13,7 +16,12 @@ | ... | @@ -13,7 +16,12 @@ |
| 13 | @prefix spl: <http://spinrdf.org/spl#> . | 16 | @prefix spl: <http://spinrdf.org/spl#> . |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 18 | ||
| 16 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 19 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> |
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; | ||
| 22 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 23 | + | ||
| 24 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> | ||
| 17 | spin:rule | 25 | spin:rule |
| 18 | [ rdf:type sp:Construct ; | 26 | [ rdf:type sp:Construct ; |
| 19 | rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; | 27 | rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; |
| ... | @@ -23,7 +31,7 @@ | ... | @@ -23,7 +31,7 @@ |
| 23 | ] [ sp:object _:b1 ; | 31 | ] [ sp:object _:b1 ; |
| 24 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 25 | sp:subject _:b2 | 33 | sp:subject _:b2 |
| 26 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | 34 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; |
| 27 | sp:predicate rdf:type ; | 35 | sp:predicate rdf:type ; |
| 28 | sp:subject _:b3 | 36 | sp:subject _:b3 |
| 29 | ] [ sp:object _:b4 ; | 37 | ] [ sp:object _:b4 ; |
| ... | @@ -32,436 +40,242 @@ | ... | @@ -32,436 +40,242 @@ |
| 32 | ] [ sp:object _:b3 ; | 40 | ] [ sp:object _:b3 ; |
| 33 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 34 | sp:subject _:b1 | 42 | sp:subject _:b1 |
| 35 | - ]) ; | 43 | + ] [ sp:object _:b5 ; |
| 36 | - sp:where ([ sp:object _:b5 ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 45 | + sp:subject _:b1 |
| 38 | - sp:subject spin:_this | ||
| 39 | ] [ sp:object _:b6 ; | 46 | ] [ sp:object _:b6 ; |
| 40 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 41 | - sp:subject spin:_this | 48 | + sp:subject _:b3 |
| 49 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 50 | + sp:predicate rdf:type ; | ||
| 51 | + sp:subject _:b6 | ||
| 42 | ] [ sp:object _:b7 ; | 52 | ] [ sp:object _:b7 ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | 53 | + sp:predicate _:b8 ; |
| 44 | - sp:subject spin:_this | 54 | + sp:subject _:b6 |
| 45 | - ] [ sp:object _:b8 ; | 55 | + ] [ sp:object _:b9 ; |
| 46 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 47 | - sp:subject _:b7 | 57 | + sp:subject _:b3 |
| 48 | - ] [ sp:object _:b4 ; | 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 59 | + sp:predicate rdf:type ; |
| 50 | - sp:subject _:b2 | 60 | + sp:subject _:b9 |
| 51 | - ] [ rdf:type sp:Bind ; | 61 | + ] [ sp:object _:b10 ; |
| 52 | - sp:expression | 62 | + sp:predicate _:b11 ; |
| 53 | - [ rdf:type ep-spin-lib:normalizeString ; | 63 | + sp:subject _:b9 |
| 54 | - sp:arg1 _:b5 | 64 | + ] [ sp:object _:b12 ; |
| 55 | - ] ; | 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 56 | - sp:variable _:b9 | 66 | + sp:subject _:b3 |
| 57 | - ] [ rdf:type sp:Bind ; | 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 58 | - sp:expression | 68 | + sp:predicate rdf:type ; |
| 59 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 69 | + sp:subject _:b12 |
| 60 | - sp:arg1 _:b9 ; | ||
| 61 | - sp:arg2 _:b6 | ||
| 62 | - ] ; | ||
| 63 | - sp:variable _:b2 | ||
| 64 | - ] [ rdf:type sp:Bind ; | ||
| 65 | - sp:expression | ||
| 66 | - [ rdf:type ep-spin-lib:buildLithShowObservationURI ; | ||
| 67 | - sp:arg1 _:b9 ; | ||
| 68 | - sp:arg2 _:b6 ; | ||
| 69 | - sp:arg3 _:b8 | ||
| 70 | - ] ; | ||
| 71 | - sp:variable _:b1 | ||
| 72 | - ] [ rdf:type sp:Bind ; | ||
| 73 | - sp:expression | ||
| 74 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 75 | - sp:arg1 _:b9 ; | ||
| 76 | - sp:arg2 _:b6 ; | ||
| 77 | - sp:arg3 _:b8 | ||
| 78 | - ] ; | ||
| 79 | - sp:variable _:b3 | ||
| 80 | - ]) | ||
| 81 | - ] ; | ||
| 82 | - spin:rule | ||
| 83 | - [ rdf:type sp:Construct ; | ||
| 84 | - rdfs:comment "STEP 201 Set end time of Lithology and shows observation"^^xsd:string ; | ||
| 85 | - sp:templates ([ sp:object _:b10 ; | ||
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 87 | - sp:subject _:b11 | ||
| 88 | - ]) ; | ||
| 89 | - sp:where ([ sp:object _:b12 ; | ||
| 90 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 91 | - sp:subject spin:_this | ||
| 92 | ] [ sp:object _:b13 ; | 70 | ] [ sp:object _:b13 ; |
| 93 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 71 | + sp:predicate _:b14 ; |
| 94 | - sp:subject spin:_this | 72 | + sp:subject _:b12 |
| 95 | - ] [ sp:object _:b14 ; | ||
| 96 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 97 | - sp:subject spin:_this | ||
| 98 | ] [ sp:object _:b15 ; | 73 | ] [ sp:object _:b15 ; |
| 99 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 74 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 100 | - sp:subject _:b14 | 75 | + sp:subject _:b3 |
| 101 | - ] [ sp:object _:b10 ; | 76 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 102 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 77 | + sp:predicate rdf:type ; |
| 103 | - sp:subject _:b14 | 78 | + sp:subject _:b15 |
| 104 | - ] [ rdf:type sp:Bind ; | 79 | + ] [ sp:object _:b16 ; |
| 105 | - sp:expression | 80 | + sp:predicate _:b17 ; |
| 106 | - [ rdf:type ep-spin-lib:normalizeString ; | 81 | + sp:subject _:b15 |
| 107 | - sp:arg1 _:b12 | 82 | + ] [ sp:object _:b18 ; |
| 108 | - ] ; | 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ; |
| 109 | - sp:variable _:b16 | 84 | + sp:subject _:b3 |
| 110 | - ] [ rdf:type sp:Bind ; | ||
| 111 | - sp:expression | ||
| 112 | - [ rdf:type ep-spin-lib:buildLithShowObservationURI ; | ||
| 113 | - sp:arg1 _:b16 ; | ||
| 114 | - sp:arg2 _:b13 ; | ||
| 115 | - sp:arg3 _:b15 | ||
| 116 | - ] ; | ||
| 117 | - sp:variable _:b11 | ||
| 118 | - ]) | ||
| 119 | - ] ; | ||
| 120 | - spin:rule | ||
| 121 | - [ rdf:type sp:Construct ; | ||
| 122 | - rdfs:comment "STEP 202 Transfer mdTop and mdBottom"^^xsd:string ; | ||
| 123 | - sp:templates ([ sp:object _:b17 ; | ||
| 124 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 125 | - sp:subject _:b18 | ||
| 126 | ] [ sp:object _:b19 ; | 85 | ] [ sp:object _:b19 ; |
| 127 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ; |
| 128 | - sp:subject _:b18 | 87 | + sp:subject _:b3 |
| 129 | ]) ; | 88 | ]) ; |
| 130 | sp:where ([ sp:object _:b20 ; | 89 | sp:where ([ sp:object _:b20 ; |
| 131 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 90 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; |
| 132 | sp:subject spin:_this | 91 | sp:subject spin:_this |
| 133 | ] [ sp:object _:b21 ; | 92 | ] [ sp:object _:b21 ; |
| 134 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 93 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 135 | sp:subject spin:_this | 94 | sp:subject spin:_this |
| 136 | ] [ sp:object _:b22 ; | 95 | ] [ sp:object _:b22 ; |
| 137 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | 96 | + sp:predicate <http://www.witsml.org/schemas/1series#lithShowInfoRef> ; |
| 138 | sp:subject spin:_this | 97 | sp:subject spin:_this |
| 98 | + ] [ sp:object _:b5 ; | ||
| 99 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | ||
| 100 | + sp:subject _:b22 | ||
| 139 | ] [ sp:object _:b23 ; | 101 | ] [ sp:object _:b23 ; |
| 140 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 102 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 141 | sp:subject _:b22 | 103 | sp:subject _:b22 |
| 142 | - ] [ sp:object _:b17 ; | 104 | + ] [ sp:object _:b24 ; |
| 143 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | 105 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 106 | + sp:subject _:b23 | ||
| 107 | + ] [ sp:object _:b7 ; | ||
| 108 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 109 | + sp:subject _:b23 | ||
| 110 | + ] [ sp:object _:b25 ; | ||
| 111 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | ||
| 144 | sp:subject _:b22 | 112 | sp:subject _:b22 |
| 145 | - ] [ sp:object _:b19 ; | 113 | + ] [ sp:object _:b26 ; |
| 146 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 114 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 115 | + sp:subject _:b25 | ||
| 116 | + ] [ sp:object _:b10 ; | ||
| 117 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 118 | + sp:subject _:b25 | ||
| 119 | + ] [ rdf:type sp:Optional ; | ||
| 120 | + sp:elements ([ sp:object _:b27 ; | ||
| 121 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | ||
| 147 | sp:subject _:b22 | 122 | sp:subject _:b22 |
| 148 | - ] [ rdf:type sp:Bind ; | ||
| 149 | - sp:expression | ||
| 150 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 151 | - sp:arg1 _:b20 | ||
| 152 | - ] ; | ||
| 153 | - sp:variable _:b24 | ||
| 154 | - ] [ rdf:type sp:Bind ; | ||
| 155 | - sp:expression | ||
| 156 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 157 | - sp:arg1 _:b24 ; | ||
| 158 | - sp:arg2 _:b21 ; | ||
| 159 | - sp:arg3 _:b23 | ||
| 160 | - ] ; | ||
| 161 | - sp:variable _:b18 | ||
| 162 | - ]) | ||
| 163 | - ] ; | ||
| 164 | - spin:rule | ||
| 165 | - [ rdf:type sp:Construct ; | ||
| 166 | - rdfs:comment "STEP 203b Transfer tvdBottom"^^xsd:string ; | ||
| 167 | - sp:templates ([ sp:object _:b25 ; | ||
| 168 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 169 | - sp:subject _:b26 | ||
| 170 | - ]) ; | ||
| 171 | - sp:where ([ sp:object _:b27 ; | ||
| 172 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 173 | - sp:subject spin:_this | ||
| 174 | ] [ sp:object _:b28 ; | 123 | ] [ sp:object _:b28 ; |
| 175 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 124 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 176 | - sp:subject spin:_this | 125 | + sp:subject _:b27 |
| 177 | - ] [ sp:object _:b29 ; | 126 | + ] [ sp:object _:b13 ; |
| 178 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | 127 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 179 | - sp:subject spin:_this | 128 | + sp:subject _:b27 |
| 129 | + ]) | ||
| 130 | + ] [ rdf:type sp:Optional ; | ||
| 131 | + sp:elements ([ sp:object _:b29 ; | ||
| 132 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | ||
| 133 | + sp:subject _:b22 | ||
| 180 | ] [ sp:object _:b30 ; | 134 | ] [ sp:object _:b30 ; |
| 181 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 135 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 182 | sp:subject _:b29 | 136 | sp:subject _:b29 |
| 183 | - ] [ sp:object _:b25 ; | 137 | + ] [ sp:object _:b16 ; |
| 184 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 138 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 185 | sp:subject _:b29 | 139 | sp:subject _:b29 |
| 140 | + ]) | ||
| 141 | + ] [ rdf:type sp:Optional ; | ||
| 142 | + sp:elements ([ sp:object _:b18 ; | ||
| 143 | + sp:predicate <http://www.witsml.org/schemas/1series#show> ; | ||
| 144 | + sp:subject _:b22 | ||
| 145 | + ]) | ||
| 146 | + ] [ rdf:type sp:Optional ; | ||
| 147 | + sp:elements ([ sp:object _:b19 ; | ||
| 148 | + sp:predicate <http://www.witsml.org/schemas/1series#lithology> ; | ||
| 149 | + sp:subject _:b22 | ||
| 150 | + ]) | ||
| 151 | + ] [ sp:object _:b4 ; | ||
| 152 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 153 | + sp:subject _:b2 | ||
| 186 | ] [ rdf:type sp:Bind ; | 154 | ] [ rdf:type sp:Bind ; |
| 187 | sp:expression | 155 | sp:expression |
| 188 | [ rdf:type ep-spin-lib:normalizeString ; | 156 | [ rdf:type ep-spin-lib:normalizeString ; |
| 189 | - sp:arg1 _:b27 | 157 | + sp:arg1 _:b20 |
| 190 | ] ; | 158 | ] ; |
| 191 | sp:variable _:b31 | 159 | sp:variable _:b31 |
| 192 | ] [ rdf:type sp:Bind ; | 160 | ] [ rdf:type sp:Bind ; |
| 193 | sp:expression | 161 | sp:expression |
| 194 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | 162 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 195 | sp:arg1 _:b31 ; | 163 | sp:arg1 _:b31 ; |
| 196 | - sp:arg2 _:b28 ; | 164 | + sp:arg2 _:b21 |
| 197 | - sp:arg3 _:b30 | ||
| 198 | - ] ; | ||
| 199 | - sp:variable _:b26 | ||
| 200 | - ]) | ||
| 201 | ] ; | 165 | ] ; |
| 202 | - spin:rule | 166 | + sp:variable _:b2 |
| 203 | - [ rdf:type sp:Construct ; | ||
| 204 | - rdfs:comment "STEP 203a Transfer tvdTop"^^xsd:string ; | ||
| 205 | - sp:templates ([ sp:object _:b32 ; | ||
| 206 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 207 | - sp:subject _:b33 | ||
| 208 | - ]) ; | ||
| 209 | - sp:where ([ sp:object _:b34 ; | ||
| 210 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 211 | - sp:subject spin:_this | ||
| 212 | - ] [ sp:object _:b35 ; | ||
| 213 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 214 | - sp:subject spin:_this | ||
| 215 | - ] [ sp:object _:b36 ; | ||
| 216 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 217 | - sp:subject spin:_this | ||
| 218 | - ] [ sp:object _:b37 ; | ||
| 219 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 220 | - sp:subject _:b36 | ||
| 221 | - ] [ sp:object _:b32 ; | ||
| 222 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 223 | - sp:subject _:b36 | ||
| 224 | ] [ rdf:type sp:Bind ; | 167 | ] [ rdf:type sp:Bind ; |
| 225 | sp:expression | 168 | sp:expression |
| 226 | - [ rdf:type ep-spin-lib:normalizeString ; | 169 | + [ rdf:type afn:localname ; |
| 227 | - sp:arg1 _:b34 | 170 | + sp:arg1 _:b22 |
| 228 | ] ; | 171 | ] ; |
| 229 | - sp:variable _:b38 | 172 | + sp:variable _:b32 |
| 230 | ] [ rdf:type sp:Bind ; | 173 | ] [ rdf:type sp:Bind ; |
| 231 | sp:expression | 174 | sp:expression |
| 232 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | 175 | + [ rdf:type ep-spin-lib:buildLithShowObservationURI ; |
| 233 | - sp:arg1 _:b38 ; | 176 | + sp:arg1 _:b31 ; |
| 234 | - sp:arg2 _:b35 ; | 177 | + sp:arg2 _:b21 ; |
| 235 | - sp:arg3 _:b37 | 178 | + sp:arg3 _:b32 |
| 236 | - ] ; | ||
| 237 | - sp:variable _:b33 | ||
| 238 | - ]) | ||
| 239 | ] ; | 179 | ] ; |
| 240 | - spin:rule | 180 | + sp:variable _:b1 |
| 241 | - [ rdf:type sp:Construct ; | ||
| 242 | - rdfs:comment "STEP 204 Transfer show"^^xsd:string ; | ||
| 243 | - sp:templates ([ sp:object _:b39 ; | ||
| 244 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#show> ; | ||
| 245 | - sp:subject _:b40 | ||
| 246 | - ]) ; | ||
| 247 | - sp:where ([ sp:object _:b41 ; | ||
| 248 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 249 | - sp:subject spin:_this | ||
| 250 | - ] [ sp:object _:b42 ; | ||
| 251 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 252 | - sp:subject spin:_this | ||
| 253 | - ] [ sp:object _:b43 ; | ||
| 254 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 255 | - sp:subject spin:_this | ||
| 256 | - ] [ sp:object _:b44 ; | ||
| 257 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 258 | - sp:subject _:b43 | ||
| 259 | - ] [ sp:object _:b39 ; | ||
| 260 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#show> ; | ||
| 261 | - sp:subject _:b43 | ||
| 262 | ] [ rdf:type sp:Bind ; | 181 | ] [ rdf:type sp:Bind ; |
| 263 | sp:expression | 182 | sp:expression |
| 264 | - [ rdf:type ep-spin-lib:normalizeString ; | 183 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 265 | - sp:arg1 _:b41 | 184 | + sp:arg1 _:b24 |
| 266 | ] ; | 185 | ] ; |
| 267 | - sp:variable _:b45 | 186 | + sp:variable _:b8 |
| 268 | ] [ rdf:type sp:Bind ; | 187 | ] [ rdf:type sp:Bind ; |
| 269 | sp:expression | 188 | sp:expression |
| 270 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | 189 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 271 | - sp:arg1 _:b45 ; | 190 | + sp:arg1 _:b28 |
| 272 | - sp:arg2 _:b42 ; | ||
| 273 | - sp:arg3 _:b44 | ||
| 274 | ] ; | 191 | ] ; |
| 275 | - sp:variable _:b40 | 192 | + sp:variable _:b14 |
| 276 | - ]) | ||
| 277 | - ] ; | ||
| 278 | - spin:rule | ||
| 279 | - [ rdf:type sp:Construct ; | ||
| 280 | - rdfs:comment "STEP 205 Transfer lithology"^^xsd:string ; | ||
| 281 | - sp:templates ([ sp:object _:b46 ; | ||
| 282 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithology> ; | ||
| 283 | - sp:subject _:b47 | ||
| 284 | - ]) ; | ||
| 285 | - sp:where ([ sp:object _:b48 ; | ||
| 286 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 287 | - sp:subject spin:_this | ||
| 288 | - ] [ sp:object _:b49 ; | ||
| 289 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 290 | - sp:subject spin:_this | ||
| 291 | - ] [ sp:object _:b50 ; | ||
| 292 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 293 | - sp:subject spin:_this | ||
| 294 | - ] [ sp:object _:b51 ; | ||
| 295 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 296 | - sp:subject _:b50 | ||
| 297 | - ] [ sp:object _:b46 ; | ||
| 298 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithology> ; | ||
| 299 | - sp:subject _:b50 | ||
| 300 | ] [ rdf:type sp:Bind ; | 193 | ] [ rdf:type sp:Bind ; |
| 301 | sp:expression | 194 | sp:expression |
| 302 | - [ rdf:type ep-spin-lib:normalizeString ; | 195 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 303 | - sp:arg1 _:b48 | 196 | + sp:arg1 _:b26 |
| 304 | ] ; | 197 | ] ; |
| 305 | - sp:variable _:b52 | 198 | + sp:variable _:b11 |
| 306 | ] [ rdf:type sp:Bind ; | 199 | ] [ rdf:type sp:Bind ; |
| 307 | sp:expression | 200 | sp:expression |
| 308 | - [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | 201 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 309 | - sp:arg1 _:b52 ; | 202 | + sp:arg1 _:b30 |
| 310 | - sp:arg2 _:b49 ; | ||
| 311 | - sp:arg3 _:b51 | ||
| 312 | ] ; | 203 | ] ; |
| 313 | - sp:variable _:b47 | 204 | + sp:variable _:b17 |
| 314 | ]) | 205 | ]) |
| 315 | ] . | 206 | ] . |
| 316 | 207 | ||
| 317 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> | 208 | +_:b20 |
| 318 | - rdf:type owl:Ontology ; | ||
| 319 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 320 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 321 | - | ||
| 322 | -_:b46 | ||
| 323 | - sp:varName "lithology"^^xsd:string . | ||
| 324 | - | ||
| 325 | -_:b47 | ||
| 326 | - sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 327 | - | ||
| 328 | -_:b48 | ||
| 329 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 330 | - | ||
| 331 | -_:b49 | ||
| 332 | - sp:varName "dTimStart"^^xsd:string . | ||
| 333 | - | ||
| 334 | -_:b50 | ||
| 335 | - sp:varName "lithShowInfo"^^xsd:string . | ||
| 336 | - | ||
| 337 | -_:b51 | ||
| 338 | - sp:varName "index"^^xsd:string . | ||
| 339 | - | ||
| 340 | -_:b52 | ||
| 341 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 342 | - | ||
| 343 | -_:b39 | ||
| 344 | - sp:varName "show"^^xsd:string . | ||
| 345 | - | ||
| 346 | -_:b40 | ||
| 347 | - sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 348 | - | ||
| 349 | -_:b41 | ||
| 350 | sp:varName "nameWellBore"^^xsd:string . | 209 | sp:varName "nameWellBore"^^xsd:string . |
| 351 | 210 | ||
| 352 | -_:b42 | 211 | +_:b21 |
| 353 | sp:varName "dTimStart"^^xsd:string . | 212 | sp:varName "dTimStart"^^xsd:string . |
| 354 | 213 | ||
| 355 | -_:b43 | 214 | +_:b22 |
| 356 | sp:varName "lithShowInfo"^^xsd:string . | 215 | sp:varName "lithShowInfo"^^xsd:string . |
| 357 | 216 | ||
| 358 | -_:b44 | 217 | +_:b5 sp:varName "dTimEnd"^^xsd:string . |
| 359 | - sp:varName "index"^^xsd:string . | ||
| 360 | - | ||
| 361 | -_:b45 | ||
| 362 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 363 | - | ||
| 364 | -_:b32 | ||
| 365 | - sp:varName "tvdTop"^^xsd:string . | ||
| 366 | - | ||
| 367 | -_:b33 | ||
| 368 | - sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 369 | - | ||
| 370 | -_:b34 | ||
| 371 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 372 | - | ||
| 373 | -_:b35 | ||
| 374 | - sp:varName "dTimStart"^^xsd:string . | ||
| 375 | 218 | ||
| 376 | -_:b36 | 219 | +_:b23 |
| 377 | - sp:varName "lithShowInfo"^^xsd:string . | 220 | + sp:varName "mdTop"^^xsd:string . |
| 378 | 221 | ||
| 379 | -_:b37 | 222 | +_:b24 |
| 380 | - sp:varName "index"^^xsd:string . | 223 | + sp:varName "uomMdTop"^^xsd:string . |
| 381 | 224 | ||
| 382 | -_:b38 | 225 | +_:b7 sp:varName "realMdTop"^^xsd:string . |
| 383 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 384 | 226 | ||
| 385 | _:b25 | 227 | _:b25 |
| 386 | - sp:varName "tvdBottom"^^xsd:string . | 228 | + sp:varName "mdBottom"^^xsd:string . |
| 387 | 229 | ||
| 388 | _:b26 | 230 | _:b26 |
| 389 | - sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | 231 | + sp:varName "uomMdBottom"^^xsd:string . |
| 232 | + | ||
| 233 | +_:b10 | ||
| 234 | + sp:varName "realMdBottom"^^xsd:string . | ||
| 390 | 235 | ||
| 391 | _:b27 | 236 | _:b27 |
| 392 | - sp:varName "nameWellBore"^^xsd:string . | 237 | + sp:varName "tvdTop"^^xsd:string . |
| 393 | 238 | ||
| 394 | _:b28 | 239 | _:b28 |
| 395 | - sp:varName "dTimStart"^^xsd:string . | 240 | + sp:varName "uomTvdTop"^^xsd:string . |
| 241 | + | ||
| 242 | +_:b13 | ||
| 243 | + sp:varName "realTvdTop"^^xsd:string . | ||
| 396 | 244 | ||
| 397 | _:b29 | 245 | _:b29 |
| 398 | - sp:varName "lithShowInfo"^^xsd:string . | 246 | + sp:varName "tvdBottom"^^xsd:string . |
| 399 | 247 | ||
| 400 | _:b30 | 248 | _:b30 |
| 401 | - sp:varName "index"^^xsd:string . | 249 | + sp:varName "uomTvdBottom"^^xsd:string . |
| 402 | 250 | ||
| 403 | -_:b31 | 251 | +_:b16 |
| 404 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 252 | + sp:varName "realTvdBottom"^^xsd:string . |
| 405 | - | ||
| 406 | -_:b17 | ||
| 407 | - sp:varName "mdTop"^^xsd:string . | ||
| 408 | 253 | ||
| 409 | _:b18 | 254 | _:b18 |
| 410 | - sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | 255 | + sp:varName "show"^^xsd:string . |
| 411 | 256 | ||
| 412 | _:b19 | 257 | _:b19 |
| 413 | - sp:varName "mdBottom"^^xsd:string . | 258 | + sp:varName "lithology"^^xsd:string . |
| 414 | - | ||
| 415 | -_:b20 | ||
| 416 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 417 | - | ||
| 418 | -_:b21 | ||
| 419 | - sp:varName "dTimStart"^^xsd:string . | ||
| 420 | 259 | ||
| 421 | -_:b22 | 260 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 422 | - sp:varName "lithShowInfo"^^xsd:string . | ||
| 423 | 261 | ||
| 424 | -_:b23 | 262 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . |
| 425 | - sp:varName "index"^^xsd:string . | ||
| 426 | 263 | ||
| 427 | -_:b24 | 264 | +_:b31 |
| 428 | sp:varName "normalizedWellBoreName"^^xsd:string . | 265 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 429 | 266 | ||
| 430 | -_:b10 | 267 | +_:b32 |
| 431 | - sp:varName "dTimEnd"^^xsd:string . | 268 | + sp:varName "localname"^^xsd:string . |
| 432 | - | ||
| 433 | -_:b11 | ||
| 434 | - sp:varName "lithShowObservation"^^xsd:string . | ||
| 435 | 269 | ||
| 436 | -_:b12 | 270 | +_:b1 sp:varName "lithShowObservation"^^xsd:string . |
| 437 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 438 | 271 | ||
| 439 | -_:b13 | 272 | +_:b8 sp:varName "lengthScaleMdTop"^^xsd:string . |
| 440 | - sp:varName "dTimStart"^^xsd:string . | ||
| 441 | 273 | ||
| 442 | _:b14 | 274 | _:b14 |
| 443 | - sp:varName "lithShowInfo"^^xsd:string . | 275 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
| 444 | - | ||
| 445 | -_:b15 | ||
| 446 | - sp:varName "index"^^xsd:string . | ||
| 447 | - | ||
| 448 | -_:b16 | ||
| 449 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 450 | - | ||
| 451 | -_:b5 sp:varName "nameWellBore"^^xsd:string . | ||
| 452 | - | ||
| 453 | -_:b6 sp:varName "dTimStart"^^xsd:string . | ||
| 454 | - | ||
| 455 | -_:b7 sp:varName "lithShowInfo"^^xsd:string . | ||
| 456 | - | ||
| 457 | -_:b8 sp:varName "index"^^xsd:string . | ||
| 458 | - | ||
| 459 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 460 | - | ||
| 461 | -_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 462 | - | ||
| 463 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 464 | 276 | ||
| 465 | -_:b1 sp:varName "lithShowObservation"^^xsd:string . | 277 | +_:b11 |
| 278 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 466 | 279 | ||
| 467 | -_:b3 sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | 280 | +_:b17 |
| 281 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 17 16:55:07 BST 2011 | 1 | +# Saved by TopBraid on Mon Sep 19 20:55:57 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| ... | @@ -358,13 +358,14 @@ Sand Zones: | ... | @@ -358,13 +358,14 @@ Sand Zones: |
| 358 | <witsml:formTestInfo> | 358 | <witsml:formTestInfo> |
| 359 | <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim> | 359 | <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim> |
| 360 | <witsml:md uom="m">1234.5</witsml:md> | 360 | <witsml:md uom="m">1234.5</witsml:md> |
| 361 | +<witsml:tvd uom="m">1200.5</witsml:tvd> | ||
| 361 | <witsml:presPore uom="MPa">66.5</witsml:presPore> | 362 | <witsml:presPore uom="MPa">66.5</witsml:presPore> |
| 362 | <witsml:goodSeal>true</witsml:goodSeal> | 363 | <witsml:goodSeal>true</witsml:goodSeal> |
| 363 | <witsml:mdSample uom="m">1224.3</witsml:mdSample> | 364 | <witsml:mdSample uom="m">1224.3</witsml:mdSample> |
| 364 | <witsml:dominateComponent>oil</witsml:dominateComponent> | 365 | <witsml:dominateComponent>oil</witsml:dominateComponent> |
| 365 | <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> | 366 | <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> |
| 366 | <witsml:volumeSample uom="dm3">11</witsml:volumeSample> | 367 | <witsml:volumeSample uom="dm3">11</witsml:volumeSample> |
| 367 | -<witsml:description>Bla bla bla bla bla</witsml:description> | 368 | +<witsml:description>Formation test description ....</witsml:description> |
| 368 | </witsml:formTestInfo> | 369 | </witsml:formTestInfo> |
| 369 | <witsml:lithShowInfo> | 370 | <witsml:lithShowInfo> |
| 370 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | 371 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> |
| ... | @@ -372,6 +373,7 @@ Sand Zones: | ... | @@ -372,6 +373,7 @@ Sand Zones: |
| 372 | <witsml:mdBottom uom="m">3750</witsml:mdBottom> | 373 | <witsml:mdBottom uom="m">3750</witsml:mdBottom> |
| 373 | <witsml:tvdTop uom="m">1822.67</witsml:tvdTop> | 374 | <witsml:tvdTop uom="m">1822.67</witsml:tvdTop> |
| 374 | <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> | 375 | <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> |
| 376 | +<witsml:show>A show description ....</witsml:show> | ||
| 375 | <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> | 377 | <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> |
| 376 | </witsml:lithShowInfo> | 378 | </witsml:lithShowInfo> |
| 377 | <witsml:equipFailureInfo> | 379 | <witsml:equipFailureInfo> |
| ... | @@ -431,11 +433,11 @@ Sand Zones: | ... | @@ -431,11 +433,11 @@ Sand Zones: |
| 431 | <witsml:gasHigh uom="%">77.7</witsml:gasHigh> | 433 | <witsml:gasHigh uom="%">77.7</witsml:gasHigh> |
| 432 | <witsml:gasLow uom="%">44.4</witsml:gasLow> | 434 | <witsml:gasLow uom="%">44.4</witsml:gasLow> |
| 433 | <witsml:meth uom="ppm">55</witsml:meth> | 435 | <witsml:meth uom="ppm">55</witsml:meth> |
| 434 | -<witsml:eth uom="ppm">55</witsml:eth> | 436 | +<witsml:eth uom="ppm">56</witsml:eth> |
| 435 | -<witsml:prop uom="ppm">55</witsml:prop> | 437 | +<witsml:prop uom="ppm">57</witsml:prop> |
| 436 | -<witsml:ibut uom="ppm">55</witsml:ibut> | 438 | +<witsml:ibut uom="ppm">58</witsml:ibut> |
| 437 | -<witsml:nbut uom="ppm">55</witsml:nbut> | 439 | +<witsml:nbut uom="ppm">59</witsml:nbut> |
| 438 | -<witsml:ipent uom="ppm">55</witsml:ipent> | 440 | +<witsml:ipent uom="ppm">60</witsml:ipent> |
| 439 | </witsml:gasReadingInfo> | 441 | </witsml:gasReadingInfo> |
| 440 | </witsml:drillReport> | 442 | </witsml:drillReport> |
| 441 | </witsml:drillReports> | 443 | </witsml:drillReports> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment