Fixed the missing "fixed" flag in the DDR header, and the missing DullGrade in the bitRecord table.
Showing
6 changed files
with
785 additions
and
809 deletions
| 1 | -# Saved by TopBraid on Thu Dec 22 16:22:25 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/organization | 2 | +# imports: http://www.linkedmodel.org/1.1/schema/ordered |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/report | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 9 | -# imports: http://www.linkedmodel.org/1.1/schema/ordered | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report | ||
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 10 | 9 | ||
| 11 | @prefix dc: <http://purl.org/dc/elements/1.1/> . | 10 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
| 12 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | 11 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . |
| ... | @@ -18,7 +17,7 @@ | ... | @@ -18,7 +17,7 @@ |
| 18 | 17 | ||
| 19 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 18 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 20 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <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/report> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 22 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
| 23 | 22 | ||
| 24 | ep-activity:Activity | 23 | ep-activity:Activity |
| ... | @@ -27,33 +26,33 @@ ep-activity:Activity | ... | @@ -27,33 +26,33 @@ ep-activity:Activity |
| 27 | rdfs:subClassOf ep-core:PhysicalThing ; | 26 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 28 | rdfs:subClassOf | 27 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 28 | [ rdf:type owl:Restriction ; |
| 30 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 29 | + owl:allValuesFrom ep-activity:Activity ; |
| 31 | - owl:onProperty ep-activity:finishedAt | 30 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 32 | ] ; | 31 | ] ; |
| 33 | rdfs:subClassOf | 32 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 33 | [ rdf:type owl:Restriction ; |
| 35 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 34 | + owl:allValuesFrom ep-activity:Activity ; |
| 36 | - owl:onProperty ep-activity:startedAt | 35 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 37 | ] ; | 36 | ] ; |
| 38 | rdfs:subClassOf | 37 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 38 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 39 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 40 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 42 | ] ; | 41 | ] ; |
| 43 | rdfs:subClassOf | 42 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 43 | [ rdf:type owl:Restriction ; |
| 45 | owl:allValuesFrom ep-activity:Activity ; | 44 | owl:allValuesFrom ep-activity:Activity ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 45 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 47 | ] ; | 46 | ] ; |
| 48 | rdfs:subClassOf | 47 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 48 | [ rdf:type owl:Restriction ; |
| 50 | - owl:allValuesFrom ep-activity:Activity ; | 49 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 51 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 50 | + owl:onProperty ep-activity:startedAt |
| 52 | ] ; | 51 | ] ; |
| 53 | rdfs:subClassOf | 52 | rdfs:subClassOf |
| 54 | [ rdf:type owl:Restriction ; | 53 | [ rdf:type owl:Restriction ; |
| 55 | - owl:allValuesFrom ep-activity:Activity ; | 54 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 56 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 55 | + owl:onProperty ep-activity:finishedAt |
| 57 | ] . | 56 | ] . |
| 58 | 57 | ||
| 59 | ep-activity:ActivitySuccessType | 58 | ep-activity:ActivitySuccessType |
| ... | @@ -67,13 +66,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -67,13 +66,13 @@ ep-activity:DailyDrillingActivity |
| 67 | rdfs:subClassOf ep-activity:DrillingActivity ; | 66 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 68 | rdfs:subClassOf | 67 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 68 | [ rdf:type owl:Restriction ; |
| 70 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 69 | + owl:allValuesFrom ep-activity:Activity ; |
| 71 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 70 | + owl:onProperty ep-core:hasPart |
| 72 | ] ; | 71 | ] ; |
| 73 | rdfs:subClassOf | 72 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 73 | [ rdf:type owl:Restriction ; |
| 75 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 74 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 76 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 75 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 77 | ] ; | 76 | ] ; |
| 78 | rdfs:subClassOf | 77 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 78 | [ rdf:type owl:Restriction ; |
| ... | @@ -82,13 +81,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -82,13 +81,13 @@ ep-activity:DailyDrillingActivity |
| 82 | ] ; | 81 | ] ; |
| 83 | rdfs:subClassOf | 82 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 83 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 84 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 86 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 85 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 87 | ] ; | 86 | ] ; |
| 88 | rdfs:subClassOf | 87 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 88 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ep-activity:Activity ; | 89 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 91 | - owl:onProperty ep-core:hasPart | 90 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 92 | ] . | 91 | ] . |
| 93 | 92 | ||
| 94 | ep-activity:DailyDrillingActivityToStatus | 93 | ep-activity:DailyDrillingActivityToStatus |
| ... | @@ -97,13 +96,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -97,13 +96,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 97 | rdfs:subClassOf ep-activity:DrillingActivity ; | 96 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 98 | rdfs:subClassOf | 97 | rdfs:subClassOf |
| 99 | [ rdf:type owl:Restriction ; | 98 | [ rdf:type owl:Restriction ; |
| 100 | - owl:allValuesFrom ep-activity:Activity ; | 99 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 101 | - owl:onProperty ep-core:hasPart | 100 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 102 | ] ; | 101 | ] ; |
| 103 | rdfs:subClassOf | 102 | rdfs:subClassOf |
| 104 | [ rdf:type owl:Restriction ; | 103 | [ rdf:type owl:Restriction ; |
| 105 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 104 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 106 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 105 | + owl:onProperty ep-activity:onWellBore |
| 107 | ] ; | 106 | ] ; |
| 108 | rdfs:subClassOf | 107 | rdfs:subClassOf |
| 109 | [ rdf:type owl:Restriction ; | 108 | [ rdf:type owl:Restriction ; |
| ... | @@ -112,23 +111,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -112,23 +111,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 112 | ] ; | 111 | ] ; |
| 113 | rdfs:subClassOf | 112 | rdfs:subClassOf |
| 114 | [ rdf:type owl:Restriction ; | 113 | [ rdf:type owl:Restriction ; |
| 115 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | ||
| 116 | - owl:onProperty ep-activity:onWellBore | ||
| 117 | - ] ; | ||
| 118 | - rdfs:subClassOf | ||
| 119 | - [ rdf:type owl:Restriction ; | ||
| 120 | owl:allValuesFrom ep-activity:DrillingActivity ; | 114 | owl:allValuesFrom ep-activity:DrillingActivity ; |
| 121 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 115 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 122 | - ] . | 116 | + ] ; |
| 123 | - | ||
| 124 | -ep-activity:DailyProductionActivity | ||
| 125 | - rdf:type owl:Class ; | ||
| 126 | - rdfs:label "Daily production activity"^^xsd:string ; | ||
| 127 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/production-activity#ProductionActivityLastingLessThanAYear> ; | ||
| 128 | rdfs:subClassOf | 117 | rdfs:subClassOf |
| 129 | [ rdf:type owl:Restriction ; | 118 | [ rdf:type owl:Restriction ; |
| 130 | - owl:allValuesFrom ep-activity:ProductionActivity ; | 119 | + owl:allValuesFrom ep-activity:Activity ; |
| 131 | - owl:onProperty ep-activity:hasSubActivity | 120 | + owl:onProperty ep-core:hasPart |
| 132 | ] . | 121 | ] . |
| 133 | 122 | ||
| 134 | ep-activity:Drill-bypass | 123 | ep-activity:Drill-bypass |
| ... | @@ -162,7 +151,7 @@ ep-activity:Drill-sidetrack | ... | @@ -162,7 +151,7 @@ ep-activity:Drill-sidetrack |
| 162 | rdfs:subClassOf ep-activity:DrillingActivity . | 151 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 163 | 152 | ||
| 164 | ep-activity:DrillStemTest | 153 | ep-activity:DrillStemTest |
| 165 | - rdf:type ep-activity:WellTestType , owl:Class ; | 154 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 166 | rdfs:label "drill stem test"^^xsd:string ; | 155 | rdfs:label "drill stem test"^^xsd:string ; |
| 167 | rdfs:subClassOf ep-activity:WellTest ; | 156 | rdfs:subClassOf ep-activity:WellTest ; |
| 168 | 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 ; | 157 | 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 ; |
| ... | @@ -174,72 +163,72 @@ ep-activity:DrillingActivity | ... | @@ -174,72 +163,72 @@ ep-activity:DrillingActivity |
| 174 | rdfs:subClassOf ep-activity:Activity . | 163 | rdfs:subClassOf ep-activity:Activity . |
| 175 | 164 | ||
| 176 | ep-activity:DrillingActivity-bop_test | 165 | ep-activity:DrillingActivity-bop_test |
| 177 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 166 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 178 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 167 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 168 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 169 | ||
| 181 | ep-activity:DrillingActivity-circulation_loss | 170 | ep-activity:DrillingActivity-circulation_loss |
| 182 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 171 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 183 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 172 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-activity:DrillingActivity . | 173 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 185 | 174 | ||
| 186 | ep-activity:DrillingActivity-coiled_tubing | 175 | ep-activity:DrillingActivity-coiled_tubing |
| 187 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 176 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 188 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 177 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-activity:DrillingActivity . | 178 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 190 | 179 | ||
| 191 | ep-activity:DrillingActivity-equipment_failure | 180 | ep-activity:DrillingActivity-equipment_failure |
| 192 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 181 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 193 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 182 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-activity:DrillingActivity . | 183 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 195 | 184 | ||
| 196 | ep-activity:DrillingActivity-equipment_hang | 185 | ep-activity:DrillingActivity-equipment_hang |
| 197 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 186 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 198 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 187 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-activity:DrillingActivity . | 188 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 200 | 189 | ||
| 201 | ep-activity:DrillingActivity-fixed_equipment | 190 | ep-activity:DrillingActivity-fixed_equipment |
| 202 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 191 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 203 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 192 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-activity:DrillingActivity . | 193 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 205 | 194 | ||
| 206 | ep-activity:DrillingActivity-injury | 195 | ep-activity:DrillingActivity-injury |
| 207 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 196 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 208 | rdfs:label "drilling activity- injury"^^xsd:string ; | 197 | rdfs:label "drilling activity- injury"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-activity:DrillingActivity . | 198 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 210 | 199 | ||
| 211 | ep-activity:DrillingActivity-kick | 200 | ep-activity:DrillingActivity-kick |
| 212 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 201 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 213 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 202 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-activity:DrillingActivity . | 203 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 215 | 204 | ||
| 216 | ep-activity:DrillingActivity-mud_loss | 205 | ep-activity:DrillingActivity-mud_loss |
| 217 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 206 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 218 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 207 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-activity:DrillingActivity . | 208 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 220 | 209 | ||
| 221 | ep-activity:DrillingActivity-operation_failed | 210 | ep-activity:DrillingActivity-operation_failed |
| 222 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 211 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 223 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 212 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-activity:DrillingActivity . | 213 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 225 | 214 | ||
| 226 | ep-activity:DrillingActivity-snubbing | 215 | ep-activity:DrillingActivity-snubbing |
| 227 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 216 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 228 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 217 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-activity:DrillingActivity . | 218 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 230 | 219 | ||
| 231 | ep-activity:DrillingActivity-stuck_equipment | 220 | ep-activity:DrillingActivity-stuck_equipment |
| 232 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 221 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 233 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 222 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-activity:DrillingActivity . | 223 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 235 | 224 | ||
| 236 | ep-activity:DrillingActivity-success | 225 | ep-activity:DrillingActivity-success |
| 237 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 226 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 238 | rdfs:label "drilling activity - success"^^xsd:string ; | 227 | rdfs:label "drilling activity - success"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-activity:DrillingActivity . | 228 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 240 | 229 | ||
| 241 | ep-activity:DrillingActivity-wire_line | 230 | ep-activity:DrillingActivity-wire_line |
| 242 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 231 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 243 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 232 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-activity:DrillingActivity . | 233 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 245 | 234 | ||
| ... | @@ -264,7 +253,7 @@ ep-activity:ExtractAWellCore | ... | @@ -264,7 +253,7 @@ ep-activity:ExtractAWellCore |
| 264 | rdfs:subClassOf ep-activity:WellOperation . | 253 | rdfs:subClassOf ep-activity:WellOperation . |
| 265 | 254 | ||
| 266 | ep-activity:FailedActivity | 255 | ep-activity:FailedActivity |
| 267 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 256 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 268 | rdfs:label "failed activity"^^xsd:string ; | 257 | rdfs:label "failed activity"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-activity:Activity ; | 258 | rdfs:subClassOf ep-activity:Activity ; |
| 270 | owl:disjointWith ep-activity:SuccessfulActivity . | 259 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -275,7 +264,7 @@ ep-activity:FluidReading | ... | @@ -275,7 +264,7 @@ ep-activity:FluidReading |
| 275 | rdfs:subClassOf ep-activity:Activity . | 264 | rdfs:subClassOf ep-activity:Activity . |
| 276 | 265 | ||
| 277 | ep-activity:FormationIntegrityTest | 266 | ep-activity:FormationIntegrityTest |
| 278 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 267 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 279 | rdfs:label "formation integrity test"^^xsd:string ; | 268 | rdfs:label "formation integrity test"^^xsd:string ; |
| 280 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 269 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 281 | owl:disjointWith ep-activity:LeakOffTest . | 270 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -345,7 +334,7 @@ ep-activity:GasReadingType | ... | @@ -345,7 +334,7 @@ ep-activity:GasReadingType |
| 345 | rdfs:subClassOf owl:Class . | 334 | rdfs:subClassOf owl:Class . |
| 346 | 335 | ||
| 347 | ep-activity:LeakOffTest | 336 | ep-activity:LeakOffTest |
| 348 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 337 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 349 | rdfs:label "leak-off test"^^xsd:string ; | 338 | rdfs:label "leak-off test"^^xsd:string ; |
| 350 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 339 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 351 | owl:disjointWith ep-activity:FormationIntegrityTest . | 340 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -365,16 +354,6 @@ ep-activity:MonthlyDrillingActivity | ... | @@ -365,16 +354,6 @@ ep-activity:MonthlyDrillingActivity |
| 365 | owl:onProperty ep-activity:hasSubActivity | 354 | owl:onProperty ep-activity:hasSubActivity |
| 366 | ] . | 355 | ] . |
| 367 | 356 | ||
| 368 | -ep-activity:MonthlyProductionActivity | ||
| 369 | - rdf:type owl:Class ; | ||
| 370 | - rdfs:label "Monthly production activity"^^xsd:string ; | ||
| 371 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/production-activity#ProductionActivityLastingLessThanAYear> ; | ||
| 372 | - rdfs:subClassOf | ||
| 373 | - [ rdf:type owl:Restriction ; | ||
| 374 | - owl:allValuesFrom ep-activity:WeeklyProductionActivity ; | ||
| 375 | - owl:onProperty ep-activity:hasSubActivity | ||
| 376 | - ] . | ||
| 377 | - | ||
| 378 | ep-activity:OffshoreActivity | 357 | ep-activity:OffshoreActivity |
| 379 | rdf:type owl:Class ; | 358 | rdf:type owl:Class ; |
| 380 | rdfs:label "Offshore activity"^^xsd:string ; | 359 | rdfs:label "Offshore activity"^^xsd:string ; |
| ... | @@ -386,7 +365,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -386,7 +365,7 @@ ep-activity:OffshoreWellActivity |
| 386 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 365 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 387 | rdfs:subClassOf | 366 | rdfs:subClassOf |
| 388 | [ rdf:type owl:Restriction ; | 367 | [ rdf:type owl:Restriction ; |
| 389 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 368 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 390 | owl:onProperty ep-activity:onWell | 369 | owl:onProperty ep-activity:onWell |
| 391 | ] ; | 370 | ] ; |
| 392 | rdfs:subClassOf | 371 | rdfs:subClassOf |
| ... | @@ -396,7 +375,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -396,7 +375,7 @@ ep-activity:OffshoreWellActivity |
| 396 | ] ; | 375 | ] ; |
| 397 | rdfs:subClassOf | 376 | rdfs:subClassOf |
| 398 | [ rdf:type owl:Restriction ; | 377 | [ rdf:type owl:Restriction ; |
| 399 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 378 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 400 | owl:onProperty ep-activity:onWell | 379 | owl:onProperty ep-activity:onWell |
| 401 | ] . | 380 | ] . |
| 402 | 381 | ||
| ... | @@ -416,13 +395,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -416,13 +395,13 @@ ep-activity:PorePressureDeterminationType |
| 416 | rdfs:subClassOf owl:Class . | 395 | rdfs:subClassOf owl:Class . |
| 417 | 396 | ||
| 418 | ep-activity:PorePressureEstimation | 397 | ep-activity:PorePressureEstimation |
| 419 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 398 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 420 | rdfs:label "pore pressure estimation"^^xsd:string ; | 399 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 421 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 400 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 422 | owl:disjointWith ep-activity:PorePressureMeasurement . | 401 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 423 | 402 | ||
| 424 | ep-activity:PorePressureMeasurement | 403 | ep-activity:PorePressureMeasurement |
| 425 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 404 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 426 | rdfs:label "pore pressure measurement"^^xsd:string ; | 405 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 427 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 406 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 428 | owl:disjointWith ep-activity:PorePressureEstimation . | 407 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -443,14 +422,14 @@ ep-activity:ProductionActivity | ... | @@ -443,14 +422,14 @@ ep-activity:ProductionActivity |
| 443 | rdfs:subClassOf ep-activity:Activity . | 422 | rdfs:subClassOf ep-activity:Activity . |
| 444 | 423 | ||
| 445 | ep-activity:ProductionTest | 424 | ep-activity:ProductionTest |
| 446 | - rdf:type ep-activity:WellTestType , owl:Class ; | 425 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 447 | rdfs:label "production test"^^xsd:string ; | 426 | rdfs:label "production test"^^xsd:string ; |
| 448 | rdfs:subClassOf ep-activity:WellTest ; | 427 | rdfs:subClassOf ep-activity:WellTest ; |
| 449 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 428 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
| 450 | owl:disjointWith ep-activity:DrillStemTest . | 429 | owl:disjointWith ep-activity:DrillStemTest . |
| 451 | 430 | ||
| 452 | ep-activity:SuccessfulActivity | 431 | ep-activity:SuccessfulActivity |
| 453 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 432 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 454 | rdfs:label "successful activity"^^xsd:string ; | 433 | rdfs:label "successful activity"^^xsd:string ; |
| 455 | rdfs:subClassOf ep-activity:Activity ; | 434 | rdfs:subClassOf ep-activity:Activity ; |
| 456 | owl:disjointWith ep-activity:FailedActivity . | 435 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -465,16 +444,6 @@ ep-activity:WeeklyDrillingActivity | ... | @@ -465,16 +444,6 @@ ep-activity:WeeklyDrillingActivity |
| 465 | owl:onProperty ep-activity:hasSubActivity | 444 | owl:onProperty ep-activity:hasSubActivity |
| 466 | ] . | 445 | ] . |
| 467 | 446 | ||
| 468 | -ep-activity:WeeklyProductionActivity | ||
| 469 | - rdf:type owl:Class ; | ||
| 470 | - rdfs:label "Weekly production activity"^^xsd:string ; | ||
| 471 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/production-activity#ProductionActivityLastingLessThanAYear> ; | ||
| 472 | - rdfs:subClassOf | ||
| 473 | - [ rdf:type owl:Restriction ; | ||
| 474 | - owl:allValuesFrom ep-activity:DailyProductionActivity ; | ||
| 475 | - owl:onProperty ep-activity:hasSubActivity | ||
| 476 | - ] . | ||
| 477 | - | ||
| 478 | ep-activity:WellBoreBitOperation-withinReportingPeriod | 447 | ep-activity:WellBoreBitOperation-withinReportingPeriod |
| 479 | rdf:type owl:Class ; | 448 | rdf:type owl:Class ; |
| 480 | rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; | 449 | rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; |
| ... | @@ -525,23 +494,23 @@ ep-activity:WellCementJob | ... | @@ -525,23 +494,23 @@ ep-activity:WellCementJob |
| 525 | rdfs:subClassOf ep-activity:WellOperation . | 494 | rdfs:subClassOf ep-activity:WellOperation . |
| 526 | 495 | ||
| 527 | ep-activity:WellCementJob-other | 496 | ep-activity:WellCementJob-other |
| 528 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 497 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 529 | rdfs:label "well cement job other"^^xsd:string ; | 498 | rdfs:label "well cement job other"^^xsd:string ; |
| 530 | rdfs:subClassOf ep-activity:WellCementJob ; | 499 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 531 | - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . | 500 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . |
| 532 | 501 | ||
| 533 | ep-activity:WellCementJob-plug | 502 | ep-activity:WellCementJob-plug |
| 534 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 503 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 535 | rdfs:label "well cement job plug"^^xsd:string ; | 504 | rdfs:label "well cement job plug"^^xsd:string ; |
| 536 | rdfs:subClassOf ep-activity:WellCementJob . | 505 | rdfs:subClassOf ep-activity:WellCementJob . |
| 537 | 506 | ||
| 538 | ep-activity:WellCementJob-primary | 507 | ep-activity:WellCementJob-primary |
| 539 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 508 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 540 | rdfs:label "well cement job primary"^^xsd:string ; | 509 | rdfs:label "well cement job primary"^^xsd:string ; |
| 541 | rdfs:subClassOf ep-activity:WellCementJob . | 510 | rdfs:subClassOf ep-activity:WellCementJob . |
| 542 | 511 | ||
| 543 | ep-activity:WellCementJob-squeeze | 512 | ep-activity:WellCementJob-squeeze |
| 544 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 513 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 545 | rdfs:label "well cement job squeeze"^^xsd:string ; | 514 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 546 | rdfs:subClassOf ep-activity:WellCementJob . | 515 | rdfs:subClassOf ep-activity:WellCementJob . |
| 547 | 516 | ||
| ... | @@ -586,73 +555,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -586,73 +555,73 @@ ep-activity:WellCementJobTopPlugType |
| 586 | rdfs:subClassOf owl:Class . | 555 | rdfs:subClassOf owl:Class . |
| 587 | 556 | ||
| 588 | ep-activity:WellCementJobWithBottomPlug | 557 | ep-activity:WellCementJobWithBottomPlug |
| 589 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 558 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 590 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 559 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 591 | rdfs:subClassOf ep-activity:WellCementJob ; | 560 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 592 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 561 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 593 | 562 | ||
| 594 | ep-activity:WellCementJobWithCasingReciprocation | 563 | ep-activity:WellCementJobWithCasingReciprocation |
| 595 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 564 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 596 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 565 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 597 | rdfs:subClassOf ep-activity:WellCementJob ; | 566 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 598 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 567 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 599 | 568 | ||
| 600 | ep-activity:WellCementJobWithCasingRotation | 569 | ep-activity:WellCementJobWithCasingRotation |
| 601 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 570 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 602 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 571 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 603 | rdfs:subClassOf ep-activity:WellCementJob ; | 572 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 604 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 573 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 605 | 574 | ||
| 606 | ep-activity:WellCementJobWithFloatHolding | 575 | ep-activity:WellCementJobWithFloatHolding |
| 607 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 576 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 608 | rdfs:label "well cement job with float holding"^^xsd:string ; | 577 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 609 | rdfs:subClassOf ep-activity:WellCementJob ; | 578 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 610 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 579 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 611 | 580 | ||
| 612 | ep-activity:WellCementJobWithPlugBumping | 581 | ep-activity:WellCementJobWithPlugBumping |
| 613 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 582 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 614 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 583 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 615 | rdfs:subClassOf ep-activity:WellCementJob ; | 584 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 616 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 585 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 617 | 586 | ||
| 618 | ep-activity:WellCementJobWithTopPlug | 587 | ep-activity:WellCementJobWithTopPlug |
| 619 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 588 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 620 | rdfs:label "well cement job with top plug"^^xsd:string ; | 589 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 621 | rdfs:subClassOf ep-activity:WellCementJob ; | 590 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 622 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 591 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 623 | 592 | ||
| 624 | ep-activity:WellCementJobWithoutBottomPlug | 593 | ep-activity:WellCementJobWithoutBottomPlug |
| 625 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 594 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 626 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 595 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 627 | rdfs:subClassOf ep-activity:WellCementJob ; | 596 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 628 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 597 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 629 | 598 | ||
| 630 | ep-activity:WellCementJobWithoutCasingReciprocation | 599 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 631 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 600 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 632 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 601 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 633 | rdfs:subClassOf ep-activity:WellCementJob ; | 602 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 634 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 603 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 635 | 604 | ||
| 636 | ep-activity:WellCementJobWithoutCasingRotation | 605 | ep-activity:WellCementJobWithoutCasingRotation |
| 637 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 606 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 638 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 607 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 639 | rdfs:subClassOf ep-activity:WellCementJob ; | 608 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 640 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 609 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 641 | 610 | ||
| 642 | ep-activity:WellCementJobWithoutFloatHolding | 611 | ep-activity:WellCementJobWithoutFloatHolding |
| 643 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 612 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 644 | rdfs:label "well cement job without float holding"^^xsd:string ; | 613 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 645 | rdfs:subClassOf ep-activity:WellCementJob ; | 614 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 646 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 615 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 647 | 616 | ||
| 648 | ep-activity:WellCementJobWithoutPlugBumping | 617 | ep-activity:WellCementJobWithoutPlugBumping |
| 649 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 618 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 650 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 619 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 651 | rdfs:subClassOf ep-activity:WellCementJob ; | 620 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 652 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 621 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 653 | 622 | ||
| 654 | ep-activity:WellCementJobWithoutTopPlug | 623 | ep-activity:WellCementJobWithoutTopPlug |
| 655 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 624 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 656 | rdfs:label "well cement job without top plug"^^xsd:string ; | 625 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 657 | rdfs:subClassOf ep-activity:WellCementJob ; | 626 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 658 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 627 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -668,13 +637,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -668,13 +637,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 668 | rdfs:subClassOf owl:Class . | 637 | rdfs:subClassOf owl:Class . |
| 669 | 638 | ||
| 670 | ep-activity:WellCementPumpingWithFluidReturn | 639 | ep-activity:WellCementPumpingWithFluidReturn |
| 671 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 640 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 672 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 641 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 673 | rdfs:subClassOf ep-activity:WellCementPumping ; | 642 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 674 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 643 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 675 | 644 | ||
| 676 | ep-activity:WellCementPumpingWithoutFluidReturn | 645 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 677 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 646 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 678 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 647 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 679 | rdfs:subClassOf ep-activity:WellCementPumping ; | 648 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 680 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 649 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -690,28 +659,28 @@ ep-activity:WellControlIncident | ... | @@ -690,28 +659,28 @@ ep-activity:WellControlIncident |
| 690 | rdfs:subClassOf ep-activity:WellOperation . | 659 | rdfs:subClassOf ep-activity:WellOperation . |
| 691 | 660 | ||
| 692 | ep-activity:WellControlIncident-gas_kick | 661 | ep-activity:WellControlIncident-gas_kick |
| 693 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 662 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 694 | rdfs:label "well control incident gas kick"^^xsd:string ; | 663 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 695 | rdfs:subClassOf ep-activity:WellControlIncident ; | 664 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 696 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 665 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 697 | 666 | ||
| 698 | ep-activity:WellControlIncident-oil_kick | 667 | ep-activity:WellControlIncident-oil_kick |
| 699 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 668 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 700 | rdfs:label "well control incident oil kick"^^xsd:string ; | 669 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 701 | rdfs:subClassOf ep-activity:WellControlIncident ; | 670 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 702 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 671 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
| 703 | 672 | ||
| 704 | ep-activity:WellControlIncident-shallow_gas_kick | 673 | ep-activity:WellControlIncident-shallow_gas_kick |
| 705 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 674 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 706 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 675 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 707 | rdfs:subClassOf ep-activity:WellControlIncident ; | 676 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 708 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . | 677 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 709 | 678 | ||
| 710 | ep-activity:WellControlIncident-water_kick | 679 | ep-activity:WellControlIncident-water_kick |
| 711 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 680 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 712 | rdfs:label "well control incident water kick"^^xsd:string ; | 681 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 713 | rdfs:subClassOf ep-activity:WellControlIncident ; | 682 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 714 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 683 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 715 | 684 | ||
| 716 | ep-activity:WellControlIncidentType | 685 | ep-activity:WellControlIncidentType |
| 717 | rdf:type rdfs:Class ; | 686 | rdf:type rdfs:Class ; |
| ... | @@ -724,40 +693,40 @@ ep-activity:WellKilling | ... | @@ -724,40 +693,40 @@ ep-activity:WellKilling |
| 724 | rdfs:subClassOf ep-activity:WellOperation . | 693 | rdfs:subClassOf ep-activity:WellOperation . |
| 725 | 694 | ||
| 726 | ep-activity:WellKilling-bullheading | 695 | ep-activity:WellKilling-bullheading |
| 727 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 696 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 728 | rdfs:label "well killing bullheading"^^xsd:string ; | 697 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 729 | rdfs:subClassOf ep-activity:WellKilling ; | 698 | rdfs:subClassOf ep-activity:WellKilling ; |
| 730 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 699 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method . |
| 731 | 700 | ||
| 732 | ep-activity:WellKilling-drillers_method | 701 | ep-activity:WellKilling-drillers_method |
| 733 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 702 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 734 | rdfs:label "well killing drillers method"^^xsd:string ; | 703 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 735 | rdfs:subClassOf ep-activity:WellKilling ; | 704 | rdfs:subClassOf ep-activity:WellKilling ; |
| 736 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 705 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . |
| 737 | 706 | ||
| 738 | ep-activity:WellKilling-forward_circulation | 707 | ep-activity:WellKilling-forward_circulation |
| 739 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 708 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 740 | rdfs:label "well killing forward circulation"^^xsd:string ; | 709 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 741 | rdfs:subClassOf ep-activity:WellKilling ; | 710 | rdfs:subClassOf ep-activity:WellKilling ; |
| 742 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 711 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 743 | 712 | ||
| 744 | ep-activity:WellKilling-lubricate_and_bleed | 713 | ep-activity:WellKilling-lubricate_and_bleed |
| 745 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 714 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 746 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 715 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 747 | rdfs:subClassOf ep-activity:WellKilling ; | 716 | rdfs:subClassOf ep-activity:WellKilling ; |
| 748 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 717 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 749 | 718 | ||
| 750 | ep-activity:WellKilling-reverse_circulation | 719 | ep-activity:WellKilling-reverse_circulation |
| 751 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 720 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 752 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 721 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 753 | rdfs:subClassOf ep-activity:WellKilling ; | 722 | rdfs:subClassOf ep-activity:WellKilling ; |
| 754 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight . | 723 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 755 | 724 | ||
| 756 | ep-activity:WellKilling-wait_and_weight | 725 | ep-activity:WellKilling-wait_and_weight |
| 757 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 726 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 758 | rdfs:label "well killing wait and weight"^^xsd:string ; | 727 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 759 | rdfs:subClassOf ep-activity:WellKilling ; | 728 | rdfs:subClassOf ep-activity:WellKilling ; |
| 760 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation . | 729 | + owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 761 | 730 | ||
| 762 | ep-activity:WellKillingType | 731 | ep-activity:WellKillingType |
| 763 | rdf:type rdfs:Class ; | 732 | rdf:type rdfs:Class ; |
| ... | @@ -796,25 +765,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -796,25 +765,25 @@ ep-activity:WirelineFormationTestType |
| 796 | rdfs:subClassOf owl:Class . | 765 | rdfs:subClassOf owl:Class . |
| 797 | 766 | ||
| 798 | ep-activity:WirelineFormationTestWithGoodSeal | 767 | ep-activity:WirelineFormationTestWithGoodSeal |
| 799 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 768 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 800 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 769 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 801 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 770 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 802 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 771 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 803 | 772 | ||
| 804 | ep-activity:WirelineFormationTestWithoutGoodSeal | 773 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 805 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 774 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 806 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 775 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 807 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 776 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 808 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 777 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 809 | 778 | ||
| 810 | ep-activity:averageRateOfDrilling | 779 | ep-activity:averageRateOfDrilling |
| 811 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 780 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 812 | rdfs:domain ep-activity:DrillingActivity ; | 781 | rdfs:domain ep-activity:DrillingActivity ; |
| 813 | rdfs:label "average rate of drilling"^^xsd:string ; | 782 | rdfs:label "average rate of drilling"^^xsd:string ; |
| 814 | rdfs:range ep-core:Speed . | 783 | rdfs:range ep-core:Speed . |
| 815 | 784 | ||
| 816 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 785 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 817 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 786 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 818 | rdfs:domain ep-activity:DailyDrillingActivity ; | 787 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 819 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 788 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
| 820 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 789 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
| ... | @@ -830,25 +799,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -830,25 +799,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 830 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 799 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 831 | 800 | ||
| 832 | ep-activity:distanceDrilled | 801 | ep-activity:distanceDrilled |
| 833 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 802 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 834 | rdfs:domain ep-activity:DrillingActivity ; | 803 | rdfs:domain ep-activity:DrillingActivity ; |
| 835 | rdfs:label "final rate of drilling"^^xsd:string ; | 804 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 836 | rdfs:range ep-core:Length . | 805 | rdfs:range ep-core:Length . |
| 837 | 806 | ||
| 838 | ep-activity:drillingContractor | 807 | ep-activity:drillingContractor |
| 839 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 808 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 840 | rdfs:domain ep-activity:DrillingActivity ; | 809 | rdfs:domain ep-activity:DrillingActivity ; |
| 841 | rdfs:label "drilling contractor"^^xsd:string ; | 810 | rdfs:label "drilling contractor"^^xsd:string ; |
| 842 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 811 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 843 | 812 | ||
| 844 | ep-activity:drillingOperator | 813 | ep-activity:drillingOperator |
| 845 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 814 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 846 | rdfs:domain ep-activity:DrillingActivity ; | 815 | rdfs:domain ep-activity:DrillingActivity ; |
| 847 | rdfs:label "drilling operator"^^xsd:string ; | 816 | rdfs:label "drilling operator"^^xsd:string ; |
| 848 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 817 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 849 | 818 | ||
| 850 | ep-activity:durationOfDrilling | 819 | ep-activity:durationOfDrilling |
| 851 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 820 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 852 | rdfs:domain ep-activity:DrillingActivity ; | 821 | rdfs:domain ep-activity:DrillingActivity ; |
| 853 | rdfs:label "duration of drilling"^^xsd:string ; | 822 | rdfs:label "duration of drilling"^^xsd:string ; |
| 854 | rdfs:range ep-core:TimeDuration . | 823 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -860,25 +829,25 @@ ep-activity:failedEquipment | ... | @@ -860,25 +829,25 @@ ep-activity:failedEquipment |
| 860 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 829 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 861 | 830 | ||
| 862 | ep-activity:finalRateOfDrilling | 831 | ep-activity:finalRateOfDrilling |
| 863 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 832 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 864 | rdfs:domain ep-activity:DrillingActivity ; | 833 | rdfs:domain ep-activity:DrillingActivity ; |
| 865 | rdfs:label "final rate of drilling"^^xsd:string ; | 834 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 866 | rdfs:range ep-core:Speed . | 835 | rdfs:range ep-core:Speed . |
| 867 | 836 | ||
| 868 | ep-activity:finishedAt | 837 | ep-activity:finishedAt |
| 869 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 838 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 870 | rdfs:domain ep-activity:Activity ; | 839 | rdfs:domain ep-activity:Activity ; |
| 871 | rdfs:label "finished at"^^xsd:string ; | 840 | rdfs:label "finished at"^^xsd:string ; |
| 872 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 841 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 873 | 842 | ||
| 874 | ep-activity:fluidProducedByWellTest | 843 | ep-activity:fluidProducedByWellTest |
| 875 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 844 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 876 | rdfs:domain ep-activity:WellTest ; | 845 | rdfs:domain ep-activity:WellTest ; |
| 877 | rdfs:label "fluid produced by well test"^^xsd:string ; | 846 | rdfs:label "fluid produced by well test"^^xsd:string ; |
| 878 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 847 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 879 | 848 | ||
| 880 | ep-activity:hasCasingLinerTubing | 849 | ep-activity:hasCasingLinerTubing |
| 881 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 850 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 882 | rdfs:domain ep-activity:WellStimulation ; | 851 | rdfs:domain ep-activity:WellStimulation ; |
| 883 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 852 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 884 | 853 | ||
| ... | @@ -887,18 +856,18 @@ ep-activity:hasCasingString | ... | @@ -887,18 +856,18 @@ ep-activity:hasCasingString |
| 887 | rdfs:label "has casing string"^^xsd:string . | 856 | rdfs:label "has casing string"^^xsd:string . |
| 888 | 857 | ||
| 889 | ep-activity:hasChokeValve | 858 | ep-activity:hasChokeValve |
| 890 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 859 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 891 | rdfs:label "has choke valve"^^xsd:string ; | 860 | rdfs:label "has choke valve"^^xsd:string ; |
| 892 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 861 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 893 | 862 | ||
| 894 | ep-activity:hasDrillBit | 863 | ep-activity:hasDrillBit |
| 895 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 864 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 896 | rdfs:domain ep-activity:DrillingActivity ; | 865 | rdfs:domain ep-activity:DrillingActivity ; |
| 897 | rdfs:label "has drill bit"^^xsd:string ; | 866 | rdfs:label "has drill bit"^^xsd:string ; |
| 898 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 867 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 899 | 868 | ||
| 900 | ep-activity:hasDrillingFluid | 869 | ep-activity:hasDrillingFluid |
| 901 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 870 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 902 | rdfs:domain ep-activity:DrillingActivity ; | 871 | rdfs:domain ep-activity:DrillingActivity ; |
| 903 | rdfs:label "has drilling fluid"^^xsd:string ; | 872 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 904 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 873 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -914,13 +883,13 @@ ep-activity:hasSubActivity | ... | @@ -914,13 +883,13 @@ ep-activity:hasSubActivity |
| 914 | rdfs:label "has sub activity"^^xsd:string . | 883 | rdfs:label "has sub activity"^^xsd:string . |
| 915 | 884 | ||
| 916 | ep-activity:hasWellTestChoke | 885 | ep-activity:hasWellTestChoke |
| 917 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 886 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 918 | rdfs:domain ep-activity:WellTest ; | 887 | rdfs:domain ep-activity:WellTest ; |
| 919 | rdfs:label "has well test choke"^^xsd:string ; | 888 | rdfs:label "has well test choke"^^xsd:string ; |
| 920 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 889 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
| 921 | 890 | ||
| 922 | ep-activity:identificationNumberOfCore | 891 | ep-activity:identificationNumberOfCore |
| 923 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 892 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 924 | rdfs:domain ep-activity:ExtractAWellCore ; | 893 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 925 | rdfs:label "identification number of core"^^xsd:string . | 894 | rdfs:label "identification number of core"^^xsd:string . |
| 926 | 895 | ||
| ... | @@ -930,19 +899,19 @@ ep-activity:logRunNumber | ... | @@ -930,19 +899,19 @@ ep-activity:logRunNumber |
| 930 | rdfs:label "log run number"^^xsd:string . | 899 | rdfs:label "log run number"^^xsd:string . |
| 931 | 900 | ||
| 932 | ep-activity:loggedWellBoreInterval | 901 | ep-activity:loggedWellBoreInterval |
| 933 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 902 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 934 | rdfs:domain ep-activity:WellBoreLogRun ; | 903 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 935 | rdfs:label "logged wellbore interval"^^xsd:string ; | 904 | rdfs:label "logged wellbore interval"^^xsd:string ; |
| 936 | rdfs:range ep-core:PhysicalObject . | 905 | rdfs:range ep-core:PhysicalObject . |
| 937 | 906 | ||
| 938 | ep-activity:measuredDepthOfFluidSampling | 907 | ep-activity:measuredDepthOfFluidSampling |
| 939 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 908 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 940 | rdfs:domain ep-activity:WirelineFormationTest ; | 909 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 941 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 910 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 942 | rdfs:range ep-core:Length . | 911 | rdfs:range ep-core:Length . |
| 943 | 912 | ||
| 944 | ep-activity:missedProductionTime | 913 | ep-activity:missedProductionTime |
| 945 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 914 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 946 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 915 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 947 | rdfs:label "missed production time"^^xsd:string ; | 916 | rdfs:label "missed production time"^^xsd:string ; |
| 948 | rdfs:range ep-core:TimeDuration . | 917 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -954,7 +923,7 @@ ep-activity:nominallyAt | ... | @@ -954,7 +923,7 @@ ep-activity:nominallyAt |
| 954 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 923 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 955 | 924 | ||
| 956 | ep-activity:onDrillBit | 925 | ep-activity:onDrillBit |
| 957 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 926 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 958 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 927 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
| 959 | rdfs:label "on drill bit"^^xsd:string ; | 928 | rdfs:label "on drill bit"^^xsd:string ; |
| 960 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 929 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| ... | @@ -964,7 +933,7 @@ ep-activity:onFluid | ... | @@ -964,7 +933,7 @@ ep-activity:onFluid |
| 964 | rdfs:label "on WellBore"^^xsd:string . | 933 | rdfs:label "on WellBore"^^xsd:string . |
| 965 | 934 | ||
| 966 | ep-activity:onRig | 935 | ep-activity:onRig |
| 967 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 936 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 968 | rdfs:domain ep-activity:DrillingActivity ; | 937 | rdfs:domain ep-activity:DrillingActivity ; |
| 969 | rdfs:label "on rig"^^xsd:string ; | 938 | rdfs:label "on rig"^^xsd:string ; |
| 970 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 939 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -976,19 +945,19 @@ ep-activity:onWell | ... | @@ -976,19 +945,19 @@ ep-activity:onWell |
| 976 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 945 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
| 977 | 946 | ||
| 978 | ep-activity:onWellBore | 947 | ep-activity:onWellBore |
| 979 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 948 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 980 | rdfs:domain ep-activity:DrillingActivity ; | 949 | rdfs:domain ep-activity:DrillingActivity ; |
| 981 | rdfs:label "on wellbore"^^xsd:string ; | 950 | rdfs:label "on wellbore"^^xsd:string ; |
| 982 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 951 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
| 983 | 952 | ||
| 984 | ep-activity:operatingTimeOfDrillBit | 953 | ep-activity:operatingTimeOfDrillBit |
| 985 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 954 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 986 | rdfs:domain ep-activity:DrillingActivity ; | 955 | rdfs:domain ep-activity:DrillingActivity ; |
| 987 | rdfs:label "operating time of drill bit"^^xsd:string ; | 956 | rdfs:label "operating time of drill bit"^^xsd:string ; |
| 988 | rdfs:range ep-core:TimeDuration . | 957 | rdfs:range ep-core:TimeDuration . |
| 989 | 958 | ||
| 990 | ep-activity:pressureAtWhichPlugBumped | 959 | ep-activity:pressureAtWhichPlugBumped |
| 991 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 960 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 992 | rdfs:domain ep-activity:WellCementPumping ; | 961 | rdfs:domain ep-activity:WellCementPumping ; |
| 993 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 962 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 994 | rdfs:range ep-core:Pressure . | 963 | rdfs:range ep-core:Pressure . |
| ... | @@ -998,90 +967,90 @@ ep-activity:pumpedFluid | ... | @@ -998,90 +967,90 @@ ep-activity:pumpedFluid |
| 998 | rdfs:label "pumped fluid"^^xsd:string . | 967 | rdfs:label "pumped fluid"^^xsd:string . |
| 999 | 968 | ||
| 1000 | ep-activity:recoveredCore | 969 | ep-activity:recoveredCore |
| 1001 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 970 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1002 | rdfs:domain ep-activity:ExtractAWellCore ; | 971 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 1003 | rdfs:label "recovered core"^^xsd:string ; | 972 | rdfs:label "recovered core"^^xsd:string ; |
| 1004 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 973 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 1005 | 974 | ||
| 1006 | ep-activity:returnedCementingFluid | 975 | ep-activity:returnedCementingFluid |
| 1007 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 976 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1008 | rdfs:domain ep-activity:WellCementPumping ; | 977 | rdfs:domain ep-activity:WellCementPumping ; |
| 1009 | rdfs:label "returned cementing fluid"^^xsd:string ; | 978 | rdfs:label "returned cementing fluid"^^xsd:string ; |
| 1010 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 979 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
| 1011 | 980 | ||
| 1012 | ep-activity:sampledFluid | 981 | ep-activity:sampledFluid |
| 1013 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 982 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1014 | rdfs:domain ep-activity:WirelineFormationTest ; | 983 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 1015 | rdfs:label "sampled fluid"^^xsd:string ; | 984 | rdfs:label "sampled fluid"^^xsd:string ; |
| 1016 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 985 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 1017 | 986 | ||
| 1018 | ep-activity:serviceCompany | 987 | ep-activity:serviceCompany |
| 1019 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 988 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1020 | rdfs:domain ep-activity:Activity ; | 989 | rdfs:domain ep-activity:Activity ; |
| 1021 | rdfs:label "service company"^^xsd:string ; | 990 | rdfs:label "service company"^^xsd:string ; |
| 1022 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 991 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1023 | 992 | ||
| 1024 | ep-activity:startedAt | 993 | ep-activity:startedAt |
| 1025 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 994 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1026 | rdfs:domain ep-activity:Activity ; | 995 | rdfs:domain ep-activity:Activity ; |
| 1027 | rdfs:label "started at"^^xsd:string ; | 996 | rdfs:label "started at"^^xsd:string ; |
| 1028 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 997 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1029 | 998 | ||
| 1030 | ep-activity:timeLost | 999 | ep-activity:timeLost |
| 1031 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1000 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1032 | rdfs:domain ep-activity:WellControlIncident ; | 1001 | rdfs:domain ep-activity:WellControlIncident ; |
| 1033 | rdfs:label "time lost"^^xsd:string ; | 1002 | rdfs:label "time lost"^^xsd:string ; |
| 1034 | rdfs:range ep-core:TimeDuration . | 1003 | rdfs:range ep-core:TimeDuration . |
| 1035 | 1004 | ||
| 1036 | ep-activity:timeOfFailure | 1005 | ep-activity:timeOfFailure |
| 1037 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1006 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1038 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1007 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1039 | rdfs:label "time of failure"^^xsd:string ; | 1008 | rdfs:label "time of failure"^^xsd:string ; |
| 1040 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1009 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1041 | 1010 | ||
| 1042 | ep-activity:timeOfRepair | 1011 | ep-activity:timeOfRepair |
| 1043 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1012 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1044 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1013 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1045 | rdfs:label "time of repair"^^xsd:string ; | 1014 | rdfs:label "time of repair"^^xsd:string ; |
| 1046 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1015 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1047 | 1016 | ||
| 1048 | ep-activity:volumeOfMudGained | 1017 | ep-activity:volumeOfMudGained |
| 1049 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1018 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1050 | rdfs:domain ep-activity:WellControlIncident ; | 1019 | rdfs:domain ep-activity:WellControlIncident ; |
| 1051 | rdfs:label "final rate of drilling"^^xsd:string ; | 1020 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 1052 | rdfs:range ep-core:Volume . | 1021 | rdfs:range ep-core:Volume . |
| 1053 | 1022 | ||
| 1054 | ep-activity:wellBoreLoggingTool | 1023 | ep-activity:wellBoreLoggingTool |
| 1055 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1024 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1056 | rdfs:domain ep-activity:WellBoreLogRun ; | 1025 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 1057 | rdfs:label "well bore logging tool"^^xsd:string ; | 1026 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 1058 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1027 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 1059 | 1028 | ||
| 1060 | ep-activity:wellTestBottomHolePressure | 1029 | ep-activity:wellTestBottomHolePressure |
| 1061 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1030 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1062 | rdfs:domain ep-activity:WellTest ; | 1031 | rdfs:domain ep-activity:WellTest ; |
| 1063 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1032 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
| 1064 | rdfs:range ep-core:Pressure . | 1033 | rdfs:range ep-core:Pressure . |
| 1065 | 1034 | ||
| 1066 | ep-activity:wellTestFlowingPressure | 1035 | ep-activity:wellTestFlowingPressure |
| 1067 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1036 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1068 | rdfs:domain ep-activity:WellTest ; | 1037 | rdfs:domain ep-activity:WellTest ; |
| 1069 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1038 | rdfs:label "well test flowing pressure"^^xsd:string ; |
| 1070 | rdfs:range ep-core:Pressure . | 1039 | rdfs:range ep-core:Pressure . |
| 1071 | 1040 | ||
| 1072 | ep-activity:wellTestNumber | 1041 | ep-activity:wellTestNumber |
| 1073 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1042 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1074 | rdfs:domain ep-activity:WellTest ; | 1043 | rdfs:domain ep-activity:WellTest ; |
| 1075 | rdfs:label "well test number"^^xsd:string . | 1044 | rdfs:label "well test number"^^xsd:string . |
| 1076 | 1045 | ||
| 1077 | ep-activity:wellTestShutInPressure | 1046 | ep-activity:wellTestShutInPressure |
| 1078 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1047 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1079 | rdfs:domain ep-activity:WellTest ; | 1048 | rdfs:domain ep-activity:WellTest ; |
| 1080 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1049 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
| 1081 | rdfs:range ep-core:Pressure . | 1050 | rdfs:range ep-core:Pressure . |
| 1082 | 1051 | ||
| 1083 | ep-activity:wellTestStoredOil | 1052 | ep-activity:wellTestStoredOil |
| 1084 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1053 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1085 | rdfs:domain ep-activity:WellTest ; | 1054 | rdfs:domain ep-activity:WellTest ; |
| 1086 | rdfs:label "well test stored oil"^^xsd:string ; | 1055 | rdfs:label "well test stored oil"^^xsd:string ; |
| 1087 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . | 1056 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . | ... | ... |
| ... | @@ -132,7 +132,7 @@ ep-spin-lib:buildDrillBitSizeClassURI | ... | @@ -132,7 +132,7 @@ ep-spin-lib:buildDrillBitSizeClassURI |
| 132 | sp:where ([ rdf:type sp:Bind ; | 132 | sp:where ([ rdf:type sp:Bind ; |
| 133 | sp:expression | 133 | sp:expression |
| 134 | [ rdf:type ep-spin-lib:buildURI ; | 134 | [ rdf:type ep-spin-lib:buildURI ; |
| 135 | - sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#DrillBit-" ; | 135 | + sp:arg1 "http://www.reportinghub.no/ep/data/drilling-equipment-type/DrillBit-" ; |
| 136 | sp:arg2 [ rdf:type fn:concat ; | 136 | sp:arg2 [ rdf:type fn:concat ; |
| 137 | sp:arg1 spin:_arg1 ; | 137 | sp:arg1 spin:_arg1 ; |
| 138 | sp:arg2 "-NS" | 138 | sp:arg2 "-NS" |
| ... | @@ -155,7 +155,7 @@ ep-spin-lib:buildDullGradeURI | ... | @@ -155,7 +155,7 @@ ep-spin-lib:buildDullGradeURI |
| 155 | sp:where ([ rdf:type sp:Bind ; | 155 | sp:where ([ rdf:type sp:Bind ; |
| 156 | sp:expression | 156 | sp:expression |
| 157 | [ rdf:type ep-spin-lib:buildURI ; | 157 | [ rdf:type ep-spin-lib:buildURI ; |
| 158 | - sp:arg1 "http://www.reportinghub.no/ep/schema/equipment#DullGrade-" ; | 158 | + sp:arg1 "http://www.reportinghub.no/ep/data/dullGrade/" ; |
| 159 | sp:arg2 [ rdf:type fn:concat ; | 159 | sp:arg2 [ rdf:type fn:concat ; |
| 160 | sp:arg1 spin:_arg1 | 160 | sp:arg1 spin:_arg1 |
| 161 | ] | 161 | ] |
| ... | @@ -195,14 +195,17 @@ ep-spin-lib:buildEquipmentTypeURI | ... | @@ -195,14 +195,17 @@ ep-spin-lib:buildEquipmentTypeURI |
| 195 | rdfs:subClassOf ep-spin-lib:Function ; | 195 | rdfs:subClassOf ep-spin-lib:Function ; |
| 196 | spin:body | 196 | spin:body |
| 197 | [ rdf:type sp:Select ; | 197 | [ rdf:type sp:Select ; |
| 198 | - sp:resultVariables (_:b6) ; | 198 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string |
| 199 | + ]) ; | ||
| 199 | sp:where ([ rdf:type sp:Bind ; | 200 | sp:where ([ rdf:type sp:Bind ; |
| 200 | sp:expression | 201 | sp:expression |
| 201 | [ rdf:type ep-spin-lib:buildURI ; | 202 | [ rdf:type ep-spin-lib:buildURI ; |
| 202 | - sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ; | 203 | + sp:arg1 "http://www.reportinghub.no/ep/data/drilling-equipment-type/" ; |
| 203 | sp:arg2 spin:_arg1 | 204 | sp:arg2 spin:_arg1 |
| 204 | ] ; | 205 | ] ; |
| 205 | - sp:variable _:b6 | 206 | + sp:variable |
| 207 | + [ sp:varName "uri"^^xsd:string | ||
| 208 | + ] | ||
| 206 | ]) | 209 | ]) |
| 207 | ] . | 210 | ] . |
| 208 | 211 | ||
| ... | @@ -238,7 +241,7 @@ ep-spin-lib:buildFluidReadingURI | ... | @@ -238,7 +241,7 @@ ep-spin-lib:buildFluidReadingURI |
| 238 | rdfs:subClassOf ep-spin-lib:Function ; | 241 | rdfs:subClassOf ep-spin-lib:Function ; |
| 239 | spin:body | 242 | spin:body |
| 240 | [ rdf:type sp:Select ; | 243 | [ rdf:type sp:Select ; |
| 241 | - sp:resultVariables (_:b7) ; | 244 | + sp:resultVariables (_:b6) ; |
| 242 | sp:where ([ rdf:type sp:Bind ; | 245 | sp:where ([ rdf:type sp:Bind ; |
| 243 | sp:expression | 246 | sp:expression |
| 244 | [ rdf:type ep-spin-lib:buildURI ; | 247 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -251,7 +254,7 @@ ep-spin-lib:buildFluidReadingURI | ... | @@ -251,7 +254,7 @@ ep-spin-lib:buildFluidReadingURI |
| 251 | sp:arg5 spin:_arg3 | 254 | sp:arg5 spin:_arg3 |
| 252 | ] | 255 | ] |
| 253 | ] ; | 256 | ] ; |
| 254 | - sp:variable _:b7 | 257 | + sp:variable _:b6 |
| 255 | ]) | 258 | ]) |
| 256 | ] . | 259 | ] . |
| 257 | 260 | ||
| ... | @@ -287,7 +290,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -287,7 +290,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
| 287 | rdfs:subClassOf ep-spin-lib:Function ; | 290 | rdfs:subClassOf ep-spin-lib:Function ; |
| 288 | spin:body | 291 | spin:body |
| 289 | [ rdf:type sp:Select ; | 292 | [ rdf:type sp:Select ; |
| 290 | - sp:resultVariables (_:b8) ; | 293 | + sp:resultVariables (_:b7) ; |
| 291 | sp:where ([ rdf:type sp:Bind ; | 294 | sp:where ([ rdf:type sp:Bind ; |
| 292 | sp:expression | 295 | sp:expression |
| 293 | [ rdf:type ep-spin-lib:buildURI ; | 296 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -298,7 +301,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI | ... | @@ -298,7 +301,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI |
| 298 | sp:arg3 spin:_arg2 | 301 | sp:arg3 spin:_arg2 |
| 299 | ] | 302 | ] |
| 300 | ] ; | 303 | ] ; |
| 301 | - sp:variable _:b8 | 304 | + sp:variable _:b7 |
| 302 | ]) | 305 | ]) |
| 303 | ] . | 306 | ] . |
| 304 | 307 | ||
| ... | @@ -308,7 +311,7 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -308,7 +311,7 @@ ep-spin-lib:buildLithShowObservationURI |
| 308 | rdfs:subClassOf ep-spin-lib:Function ; | 311 | rdfs:subClassOf ep-spin-lib:Function ; |
| 309 | spin:body | 312 | spin:body |
| 310 | [ rdf:type sp:Select ; | 313 | [ rdf:type sp:Select ; |
| 311 | - sp:resultVariables (_:b9) ; | 314 | + sp:resultVariables (_:b8) ; |
| 312 | sp:where ([ rdf:type sp:Bind ; | 315 | sp:where ([ rdf:type sp:Bind ; |
| 313 | sp:expression | 316 | sp:expression |
| 314 | [ rdf:type ep-spin-lib:buildURI ; | 317 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -321,7 +324,7 @@ ep-spin-lib:buildLithShowObservationURI | ... | @@ -321,7 +324,7 @@ ep-spin-lib:buildLithShowObservationURI |
| 321 | sp:arg5 spin:_arg3 | 324 | sp:arg5 spin:_arg3 |
| 322 | ] | 325 | ] |
| 323 | ] ; | 326 | ] ; |
| 324 | - sp:variable _:b9 | 327 | + sp:variable _:b8 |
| 325 | ]) | 328 | ]) |
| 326 | ] . | 329 | ] . |
| 327 | 330 | ||
| ... | @@ -357,7 +360,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -357,7 +360,7 @@ ep-spin-lib:buildPartActivityURI |
| 357 | rdfs:subClassOf ep-spin-lib:Function ; | 360 | rdfs:subClassOf ep-spin-lib:Function ; |
| 358 | spin:body | 361 | spin:body |
| 359 | [ rdf:type sp:Select ; | 362 | [ rdf:type sp:Select ; |
| 360 | - sp:resultVariables (_:b10) ; | 363 | + sp:resultVariables (_:b9) ; |
| 361 | sp:where ([ rdf:type sp:Bind ; | 364 | sp:where ([ rdf:type sp:Bind ; |
| 362 | sp:expression | 365 | sp:expression |
| 363 | [ rdf:type ep-spin-lib:buildURI ; | 366 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -370,7 +373,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -370,7 +373,7 @@ ep-spin-lib:buildPartActivityURI |
| 370 | sp:arg5 spin:_arg3 | 373 | sp:arg5 spin:_arg3 |
| 371 | ] | 374 | ] |
| 372 | ] ; | 375 | ] ; |
| 373 | - sp:variable _:b10 | 376 | + sp:variable _:b9 |
| 374 | ]) | 377 | ]) |
| 375 | ] . | 378 | ] . |
| 376 | 379 | ||
| ... | @@ -380,7 +383,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -380,7 +383,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
| 380 | rdfs:subClassOf ep-spin-lib:Function ; | 383 | rdfs:subClassOf ep-spin-lib:Function ; |
| 381 | spin:body | 384 | spin:body |
| 382 | [ rdf:type sp:Select ; | 385 | [ rdf:type sp:Select ; |
| 383 | - sp:resultVariables (_:b11) ; | 386 | + sp:resultVariables (_:b10) ; |
| 384 | sp:where ([ rdf:type sp:Bind ; | 387 | sp:where ([ rdf:type sp:Bind ; |
| 385 | sp:expression | 388 | sp:expression |
| 386 | [ rdf:type ep-spin-lib:buildURI ; | 389 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -391,7 +394,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI | ... | @@ -391,7 +394,7 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI |
| 391 | sp:arg3 spin:_arg2 | 394 | sp:arg3 spin:_arg2 |
| 392 | ] | 395 | ] |
| 393 | ] ; | 396 | ] ; |
| 394 | - sp:variable _:b11 | 397 | + sp:variable _:b10 |
| 395 | ]) | 398 | ]) |
| 396 | ] . | 399 | ] . |
| 397 | 400 | ||
| ... | @@ -401,7 +404,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -401,7 +404,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
| 401 | rdfs:subClassOf ep-spin-lib:Function ; | 404 | rdfs:subClassOf ep-spin-lib:Function ; |
| 402 | spin:body | 405 | spin:body |
| 403 | [ rdf:type sp:Select ; | 406 | [ rdf:type sp:Select ; |
| 404 | - sp:resultVariables (_:b12) ; | 407 | + sp:resultVariables (_:b11) ; |
| 405 | sp:where ([ rdf:type sp:Bind ; | 408 | sp:where ([ rdf:type sp:Bind ; |
| 406 | sp:expression | 409 | sp:expression |
| 407 | [ rdf:type ep-spin-lib:buildURI ; | 410 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -412,7 +415,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI | ... | @@ -412,7 +415,7 @@ ep-spin-lib:buildPilotHoleOfAWellBoreURI |
| 412 | sp:arg3 spin:_arg2 | 415 | sp:arg3 spin:_arg2 |
| 413 | ] | 416 | ] |
| 414 | ] ; | 417 | ] ; |
| 415 | - sp:variable _:b12 | 418 | + sp:variable _:b11 |
| 416 | ]) | 419 | ]) |
| 417 | ] . | 420 | ] . |
| 418 | 421 | ||
| ... | @@ -422,17 +425,20 @@ ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass | ... | @@ -422,17 +425,20 @@ ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass |
| 422 | rdfs:subClassOf ep-spin-lib:Function ; | 425 | rdfs:subClassOf ep-spin-lib:Function ; |
| 423 | spin:body | 426 | spin:body |
| 424 | [ rdf:type sp:Select ; | 427 | [ rdf:type sp:Select ; |
| 425 | - sp:resultVariables (_:b13) ; | 428 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string |
| 429 | + ]) ; | ||
| 426 | sp:where ([ rdf:type sp:Bind ; | 430 | sp:where ([ rdf:type sp:Bind ; |
| 427 | sp:expression | 431 | sp:expression |
| 428 | [ rdf:type ep-spin-lib:buildURI ; | 432 | [ rdf:type ep-spin-lib:buildURI ; |
| 429 | - sp:arg1 "http://www.reportinghub.no/ep/schema/pipeOutsideDiameter#API_5CT-" ; | 433 | + sp:arg1 "http://www.reportinghub.no/ep/data/pipeOutsideDiameter/API_5CT-" ; |
| 430 | sp:arg2 [ rdf:type fn:concat ; | 434 | sp:arg2 [ rdf:type fn:concat ; |
| 431 | sp:arg1 spin:_arg1 ; | 435 | sp:arg1 spin:_arg1 ; |
| 432 | sp:arg2 "-NS" | 436 | sp:arg2 "-NS" |
| 433 | ] | 437 | ] |
| 434 | ] ; | 438 | ] ; |
| 435 | - sp:variable _:b13 | 439 | + sp:variable |
| 440 | + [ sp:varName "uri"^^xsd:string | ||
| 441 | + ] | ||
| 436 | ]) | 442 | ]) |
| 437 | ] . | 443 | ] . |
| 438 | 444 | ||
| ... | @@ -442,17 +448,20 @@ ep-spin-lib:buildPipeWeightAPI_5CTClass | ... | @@ -442,17 +448,20 @@ ep-spin-lib:buildPipeWeightAPI_5CTClass |
| 442 | rdfs:subClassOf ep-spin-lib:Function ; | 448 | rdfs:subClassOf ep-spin-lib:Function ; |
| 443 | spin:body | 449 | spin:body |
| 444 | [ rdf:type sp:Select ; | 450 | [ rdf:type sp:Select ; |
| 445 | - sp:resultVariables (_:b14) ; | 451 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string |
| 452 | + ]) ; | ||
| 446 | sp:where ([ rdf:type sp:Bind ; | 453 | sp:where ([ rdf:type sp:Bind ; |
| 447 | sp:expression | 454 | sp:expression |
| 448 | [ rdf:type ep-spin-lib:buildURI ; | 455 | [ rdf:type ep-spin-lib:buildURI ; |
| 449 | - sp:arg1 "http://www.reportinghub.no/ep/schema/pipeWeight#API_5CT-" ; | 456 | + sp:arg1 "http://www.reportinghub.no/ep/data/pipeWeight/API_5CT-" ; |
| 450 | sp:arg2 [ rdf:type fn:concat ; | 457 | sp:arg2 [ rdf:type fn:concat ; |
| 451 | sp:arg1 spin:_arg1 ; | 458 | sp:arg1 spin:_arg1 ; |
| 452 | sp:arg2 "-NS" | 459 | sp:arg2 "-NS" |
| 453 | ] | 460 | ] |
| 454 | ] ; | 461 | ] ; |
| 455 | - sp:variable _:b14 | 462 | + sp:variable |
| 463 | + [ sp:varName "uri"^^xsd:string | ||
| 464 | + ] | ||
| 456 | ]) | 465 | ]) |
| 457 | ] . | 466 | ] . |
| 458 | 467 | ||
| ... | @@ -462,7 +471,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -462,7 +471,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
| 462 | rdfs:subClassOf ep-spin-lib:Function ; | 471 | rdfs:subClassOf ep-spin-lib:Function ; |
| 463 | spin:body | 472 | spin:body |
| 464 | [ rdf:type sp:Select ; | 473 | [ rdf:type sp:Select ; |
| 465 | - sp:resultVariables (_:b15) ; | 474 | + sp:resultVariables (_:b12) ; |
| 466 | sp:where ([ rdf:type sp:Bind ; | 475 | sp:where ([ rdf:type sp:Bind ; |
| 467 | sp:expression | 476 | sp:expression |
| 468 | [ rdf:type ep-spin-lib:buildURI ; | 477 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -475,7 +484,7 @@ ep-spin-lib:buildPorePressureDeterminationURI | ... | @@ -475,7 +484,7 @@ ep-spin-lib:buildPorePressureDeterminationURI |
| 475 | sp:arg5 spin:_arg3 | 484 | sp:arg5 spin:_arg3 |
| 476 | ] | 485 | ] |
| 477 | ] ; | 486 | ] ; |
| 478 | - sp:variable _:b15 | 487 | + sp:variable _:b12 |
| 479 | ]) | 488 | ]) |
| 480 | ] . | 489 | ] . |
| 481 | 490 | ||
| ... | @@ -485,7 +494,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -485,7 +494,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
| 485 | rdfs:subClassOf ep-spin-lib:Function ; | 494 | rdfs:subClassOf ep-spin-lib:Function ; |
| 486 | spin:body | 495 | spin:body |
| 487 | [ rdf:type sp:Select ; | 496 | [ rdf:type sp:Select ; |
| 488 | - sp:resultVariables (_:b16) ; | 497 | + sp:resultVariables (_:b13) ; |
| 489 | sp:where ([ rdf:type sp:Bind ; | 498 | sp:where ([ rdf:type sp:Bind ; |
| 490 | sp:expression | 499 | sp:expression |
| 491 | [ rdf:type ep-spin-lib:buildURI ; | 500 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -498,7 +507,7 @@ ep-spin-lib:buildPreliminaryZonationURI | ... | @@ -498,7 +507,7 @@ ep-spin-lib:buildPreliminaryZonationURI |
| 498 | sp:arg5 spin:_arg3 | 507 | sp:arg5 spin:_arg3 |
| 499 | ] | 508 | ] |
| 500 | ] ; | 509 | ] ; |
| 501 | - sp:variable _:b16 | 510 | + sp:variable _:b13 |
| 502 | ]) | 511 | ]) |
| 503 | ] . | 512 | ] . |
| 504 | 513 | ||
| ... | @@ -528,16 +537,19 @@ ep-spin-lib:buildSteelGradeAPI_5CTClass | ... | @@ -528,16 +537,19 @@ ep-spin-lib:buildSteelGradeAPI_5CTClass |
| 528 | rdfs:subClassOf ep-spin-lib:Function ; | 537 | rdfs:subClassOf ep-spin-lib:Function ; |
| 529 | spin:body | 538 | spin:body |
| 530 | [ rdf:type sp:Select ; | 539 | [ rdf:type sp:Select ; |
| 531 | - sp:resultVariables (_:b17) ; | 540 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string |
| 541 | + ]) ; | ||
| 532 | sp:where ([ rdf:type sp:Bind ; | 542 | sp:where ([ rdf:type sp:Bind ; |
| 533 | sp:expression | 543 | sp:expression |
| 534 | [ rdf:type ep-spin-lib:buildURI ; | 544 | [ rdf:type ep-spin-lib:buildURI ; |
| 535 | - sp:arg1 "http://www.reportinghub.no/ep/schema/steelGrade#API_5CT-" ; | 545 | + sp:arg1 "http://www.reportinghub.no/ep/schema/steelGrade/API_5CT-" ; |
| 536 | sp:arg2 [ rdf:type fn:concat ; | 546 | sp:arg2 [ rdf:type fn:concat ; |
| 537 | sp:arg1 spin:_arg1 | 547 | sp:arg1 spin:_arg1 |
| 538 | ] | 548 | ] |
| 539 | ] ; | 549 | ] ; |
| 540 | - sp:variable _:b17 | 550 | + sp:variable |
| 551 | + [ sp:varName "uri"^^xsd:string | ||
| 552 | + ] | ||
| 541 | ]) | 553 | ]) |
| 542 | ] . | 554 | ] . |
| 543 | 555 | ||
| ... | @@ -547,7 +559,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -547,7 +559,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 547 | rdfs:subClassOf ep-spin-lib:Function ; | 559 | rdfs:subClassOf ep-spin-lib:Function ; |
| 548 | spin:body | 560 | spin:body |
| 549 | [ rdf:type sp:Select ; | 561 | [ rdf:type sp:Select ; |
| 550 | - sp:resultVariables (_:b18) ; | 562 | + sp:resultVariables (_:b14) ; |
| 551 | sp:where ([ rdf:type sp:Bind ; | 563 | sp:where ([ rdf:type sp:Bind ; |
| 552 | sp:expression | 564 | sp:expression |
| 553 | [ rdf:type ep-spin-lib:buildURI ; | 565 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -560,7 +572,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -560,7 +572,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 560 | sp:arg5 spin:_arg3 | 572 | sp:arg5 spin:_arg3 |
| 561 | ] | 573 | ] |
| 562 | ] ; | 574 | ] ; |
| 563 | - sp:variable _:b18 | 575 | + sp:variable _:b14 |
| 564 | ]) | 576 | ]) |
| 565 | ] . | 577 | ] . |
| 566 | 578 | ||
| ... | @@ -570,7 +582,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -570,7 +582,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
| 570 | rdfs:subClassOf ep-spin-lib:Function ; | 582 | rdfs:subClassOf ep-spin-lib:Function ; |
| 571 | spin:body | 583 | spin:body |
| 572 | [ rdf:type sp:Select ; | 584 | [ rdf:type sp:Select ; |
| 573 | - sp:resultVariables (_:b19) ; | 585 | + sp:resultVariables (_:b15) ; |
| 574 | sp:where ([ rdf:type sp:Bind ; | 586 | sp:where ([ rdf:type sp:Bind ; |
| 575 | sp:expression | 587 | sp:expression |
| 576 | [ rdf:type ep-spin-lib:buildURI ; | 588 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -581,7 +593,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI | ... | @@ -581,7 +593,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI |
| 581 | sp:arg3 spin:_arg2 | 593 | sp:arg3 spin:_arg2 |
| 582 | ] | 594 | ] |
| 583 | ] ; | 595 | ] ; |
| 584 | - sp:variable _:b19 | 596 | + sp:variable _:b15 |
| 585 | ]) | 597 | ]) |
| 586 | ] . | 598 | ] . |
| 587 | 599 | ||
| ... | @@ -591,7 +603,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -591,7 +603,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 591 | rdfs:subClassOf ep-spin-lib:Function ; | 603 | rdfs:subClassOf ep-spin-lib:Function ; |
| 592 | spin:body | 604 | spin:body |
| 593 | [ rdf:type sp:Select ; | 605 | [ rdf:type sp:Select ; |
| 594 | - sp:resultVariables (_:b20) ; | 606 | + sp:resultVariables (_:b16) ; |
| 595 | sp:where ([ rdf:type sp:Bind ; | 607 | sp:where ([ rdf:type sp:Bind ; |
| 596 | sp:expression | 608 | sp:expression |
| 597 | [ rdf:type ep-spin-lib:buildURI ; | 609 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -604,7 +616,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -604,7 +616,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 604 | sp:arg5 spin:_arg3 | 616 | sp:arg5 spin:_arg3 |
| 605 | ] | 617 | ] |
| 606 | ] ; | 618 | ] ; |
| 607 | - sp:variable _:b20 | 619 | + sp:variable _:b16 |
| 608 | ]) | 620 | ]) |
| 609 | ] . | 621 | ] . |
| 610 | 622 | ||
| ... | @@ -614,7 +626,7 @@ ep-spin-lib:buildURI | ... | @@ -614,7 +626,7 @@ ep-spin-lib:buildURI |
| 614 | rdfs:subClassOf ep-spin-lib:Function ; | 626 | rdfs:subClassOf ep-spin-lib:Function ; |
| 615 | spin:body | 627 | spin:body |
| 616 | [ rdf:type sp:Select ; | 628 | [ rdf:type sp:Select ; |
| 617 | - sp:resultVariables (_:b21) ; | 629 | + sp:resultVariables (_:b17) ; |
| 618 | sp:where ([ rdf:type sp:Bind ; | 630 | sp:where ([ rdf:type sp:Bind ; |
| 619 | sp:expression | 631 | sp:expression |
| 620 | [ rdf:type sp:iri ; | 632 | [ rdf:type sp:iri ; |
| ... | @@ -623,7 +635,7 @@ ep-spin-lib:buildURI | ... | @@ -623,7 +635,7 @@ ep-spin-lib:buildURI |
| 623 | sp:arg2 spin:_arg2 | 635 | sp:arg2 spin:_arg2 |
| 624 | ] | 636 | ] |
| 625 | ] ; | 637 | ] ; |
| 626 | - sp:variable _:b21 | 638 | + sp:variable _:b17 |
| 627 | ]) | 639 | ]) |
| 628 | ] ; | 640 | ] ; |
| 629 | spin:constraint | 641 | spin:constraint |
| ... | @@ -643,7 +655,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -643,7 +655,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 643 | rdfs:subClassOf ep-spin-lib:Function ; | 655 | rdfs:subClassOf ep-spin-lib:Function ; |
| 644 | spin:body | 656 | spin:body |
| 645 | [ rdf:type sp:Select ; | 657 | [ rdf:type sp:Select ; |
| 646 | - sp:resultVariables (_:b22) ; | 658 | + sp:resultVariables (_:b18) ; |
| 647 | sp:where ([ rdf:type sp:Bind ; | 659 | sp:where ([ rdf:type sp:Bind ; |
| 648 | sp:expression | 660 | sp:expression |
| 649 | [ rdf:type ep-spin-lib:buildURI ; | 661 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -656,7 +668,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -656,7 +668,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 656 | sp:arg5 spin:_arg3 | 668 | sp:arg5 spin:_arg3 |
| 657 | ] | 669 | ] |
| 658 | ] ; | 670 | ] ; |
| 659 | - sp:variable _:b22 | 671 | + sp:variable _:b18 |
| 660 | ]) | 672 | ]) |
| 661 | ] . | 673 | ] . |
| 662 | 674 | ||
| ... | @@ -666,7 +678,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI | ... | @@ -666,7 +678,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI |
| 666 | rdfs:subClassOf ep-spin-lib:Function ; | 678 | rdfs:subClassOf ep-spin-lib:Function ; |
| 667 | spin:body | 679 | spin:body |
| 668 | [ rdf:type sp:Select ; | 680 | [ rdf:type sp:Select ; |
| 669 | - sp:resultVariables (_:b23) ; | 681 | + sp:resultVariables (_:b19) ; |
| 670 | sp:where ([ rdf:type sp:Bind ; | 682 | sp:where ([ rdf:type sp:Bind ; |
| 671 | sp:expression | 683 | sp:expression |
| 672 | [ rdf:type ep-spin-lib:buildURI ; | 684 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -679,7 +691,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI | ... | @@ -679,7 +691,7 @@ ep-spin-lib:buildWellBoreDrillBitRunURI |
| 679 | sp:arg5 spin:_arg3 | 691 | sp:arg5 spin:_arg3 |
| 680 | ] | 692 | ] |
| 681 | ] ; | 693 | ] ; |
| 682 | - sp:variable _:b23 | 694 | + sp:variable _:b19 |
| 683 | ]) | 695 | ]) |
| 684 | ] . | 696 | ] . |
| 685 | 697 | ||
| ... | @@ -689,7 +701,7 @@ ep-spin-lib:buildWellBoreDrillBitURI | ... | @@ -689,7 +701,7 @@ ep-spin-lib:buildWellBoreDrillBitURI |
| 689 | rdfs:subClassOf ep-spin-lib:Function ; | 701 | rdfs:subClassOf ep-spin-lib:Function ; |
| 690 | spin:body | 702 | spin:body |
| 691 | [ rdf:type sp:Select ; | 703 | [ rdf:type sp:Select ; |
| 692 | - sp:resultVariables (_:b24) ; | 704 | + sp:resultVariables (_:b20) ; |
| 693 | sp:where ([ rdf:type sp:Bind ; | 705 | sp:where ([ rdf:type sp:Bind ; |
| 694 | sp:expression | 706 | sp:expression |
| 695 | [ rdf:type ep-spin-lib:buildURI ; | 707 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -700,7 +712,7 @@ ep-spin-lib:buildWellBoreDrillBitURI | ... | @@ -700,7 +712,7 @@ ep-spin-lib:buildWellBoreDrillBitURI |
| 700 | sp:arg3 spin:_arg2 | 712 | sp:arg3 spin:_arg2 |
| 701 | ] | 713 | ] |
| 702 | ] ; | 714 | ] ; |
| 703 | - sp:variable _:b24 | 715 | + sp:variable _:b20 |
| 704 | ]) | 716 | ]) |
| 705 | ] . | 717 | ] . |
| 706 | 718 | ||
| ... | @@ -710,7 +722,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -710,7 +722,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
| 710 | rdfs:subClassOf ep-spin-lib:Function ; | 722 | rdfs:subClassOf ep-spin-lib:Function ; |
| 711 | spin:body | 723 | spin:body |
| 712 | [ rdf:type sp:Select ; | 724 | [ rdf:type sp:Select ; |
| 713 | - sp:resultVariables (_:b25) ; | 725 | + sp:resultVariables (_:b21) ; |
| 714 | sp:where ([ rdf:type sp:Bind ; | 726 | sp:where ([ rdf:type sp:Bind ; |
| 715 | sp:expression | 727 | sp:expression |
| 716 | [ rdf:type ep-spin-lib:buildURI ; | 728 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -719,7 +731,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -719,7 +731,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
| 719 | sp:arg1 spin:_arg1 | 731 | sp:arg1 spin:_arg1 |
| 720 | ] | 732 | ] |
| 721 | ] ; | 733 | ] ; |
| 722 | - sp:variable _:b25 | 734 | + sp:variable _:b21 |
| 723 | ]) | 735 | ]) |
| 724 | ] . | 736 | ] . |
| 725 | 737 | ||
| ... | @@ -729,7 +741,7 @@ ep-spin-lib:buildWellBoreLogRunURI | ... | @@ -729,7 +741,7 @@ ep-spin-lib:buildWellBoreLogRunURI |
| 729 | rdfs:subClassOf ep-spin-lib:Function ; | 741 | rdfs:subClassOf ep-spin-lib:Function ; |
| 730 | spin:body | 742 | spin:body |
| 731 | [ rdf:type sp:Select ; | 743 | [ rdf:type sp:Select ; |
| 732 | - sp:resultVariables (_:b26) ; | 744 | + sp:resultVariables (_:b22) ; |
| 733 | sp:where ([ rdf:type sp:Bind ; | 745 | sp:where ([ rdf:type sp:Bind ; |
| 734 | sp:expression | 746 | sp:expression |
| 735 | [ rdf:type ep-spin-lib:buildURI ; | 747 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -742,7 +754,7 @@ ep-spin-lib:buildWellBoreLogRunURI | ... | @@ -742,7 +754,7 @@ ep-spin-lib:buildWellBoreLogRunURI |
| 742 | sp:arg5 spin:_arg3 | 754 | sp:arg5 spin:_arg3 |
| 743 | ] | 755 | ] |
| 744 | ] ; | 756 | ] ; |
| 745 | - sp:variable _:b26 | 757 | + sp:variable _:b22 |
| 746 | ]) | 758 | ]) |
| 747 | ] . | 759 | ] . |
| 748 | 760 | ||
| ... | @@ -778,17 +790,20 @@ ep-spin-lib:buildWellBoreSectionSizeClassURI | ... | @@ -778,17 +790,20 @@ ep-spin-lib:buildWellBoreSectionSizeClassURI |
| 778 | rdfs:subClassOf ep-spin-lib:Function ; | 790 | rdfs:subClassOf ep-spin-lib:Function ; |
| 779 | spin:body | 791 | spin:body |
| 780 | [ rdf:type sp:Select ; | 792 | [ rdf:type sp:Select ; |
| 781 | - sp:resultVariables (_:b27) ; | 793 | + sp:resultVariables ([ sp:varName "uri"^^xsd:string |
| 794 | + ]) ; | ||
| 782 | sp:where ([ rdf:type sp:Bind ; | 795 | sp:where ([ rdf:type sp:Bind ; |
| 783 | sp:expression | 796 | sp:expression |
| 784 | [ rdf:type ep-spin-lib:buildURI ; | 797 | [ rdf:type ep-spin-lib:buildURI ; |
| 785 | - sp:arg1 "http://www.reportinghub.no/ep/schema/wellbore-type#SectionSize-" ; | 798 | + sp:arg1 "http://www.reportinghub.no/ep/data/wellbore-type/sectionSize-" ; |
| 786 | sp:arg2 [ rdf:type fn:concat ; | 799 | sp:arg2 [ rdf:type fn:concat ; |
| 787 | sp:arg1 spin:_arg1 ; | 800 | sp:arg1 spin:_arg1 ; |
| 788 | sp:arg2 "-NS" | 801 | sp:arg2 "-NS" |
| 789 | ] | 802 | ] |
| 790 | ] ; | 803 | ] ; |
| 791 | - sp:variable _:b27 | 804 | + sp:variable |
| 805 | + [ sp:varName "uri"^^xsd:string | ||
| 806 | + ] | ||
| 792 | ]) | 807 | ]) |
| 793 | ] . | 808 | ] . |
| 794 | 809 | ||
| ... | @@ -798,7 +813,7 @@ ep-spin-lib:buildWellBoreSizeSectionURI | ... | @@ -798,7 +813,7 @@ ep-spin-lib:buildWellBoreSizeSectionURI |
| 798 | rdfs:subClassOf ep-spin-lib:Function ; | 813 | rdfs:subClassOf ep-spin-lib:Function ; |
| 799 | spin:body | 814 | spin:body |
| 800 | [ rdf:type sp:Select ; | 815 | [ rdf:type sp:Select ; |
| 801 | - sp:resultVariables (_:b28) ; | 816 | + sp:resultVariables (_:b23) ; |
| 802 | sp:where ([ rdf:type sp:Bind ; | 817 | sp:where ([ rdf:type sp:Bind ; |
| 803 | sp:expression | 818 | sp:expression |
| 804 | [ rdf:type ep-spin-lib:buildURI ; | 819 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -809,7 +824,7 @@ ep-spin-lib:buildWellBoreSizeSectionURI | ... | @@ -809,7 +824,7 @@ ep-spin-lib:buildWellBoreSizeSectionURI |
| 809 | sp:arg3 spin:_arg2 | 824 | sp:arg3 spin:_arg2 |
| 810 | ] | 825 | ] |
| 811 | ] ; | 826 | ] ; |
| 812 | - sp:variable _:b28 | 827 | + sp:variable _:b23 |
| 813 | ]) | 828 | ]) |
| 814 | ] . | 829 | ] . |
| 815 | 830 | ||
| ... | @@ -845,7 +860,7 @@ ep-spin-lib:buildWellCompletionURI | ... | @@ -845,7 +860,7 @@ ep-spin-lib:buildWellCompletionURI |
| 845 | rdfs:subClassOf ep-spin-lib:Function ; | 860 | rdfs:subClassOf ep-spin-lib:Function ; |
| 846 | spin:body | 861 | spin:body |
| 847 | [ rdf:type sp:Select ; | 862 | [ rdf:type sp:Select ; |
| 848 | - sp:resultVariables (_:b29) ; | 863 | + sp:resultVariables (_:b24) ; |
| 849 | sp:where ([ rdf:type sp:Bind ; | 864 | sp:where ([ rdf:type sp:Bind ; |
| 850 | sp:expression | 865 | sp:expression |
| 851 | [ rdf:type ep-spin-lib:buildURI ; | 866 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -858,7 +873,7 @@ ep-spin-lib:buildWellCompletionURI | ... | @@ -858,7 +873,7 @@ ep-spin-lib:buildWellCompletionURI |
| 858 | sp:arg5 spin:_arg3 | 873 | sp:arg5 spin:_arg3 |
| 859 | ] | 874 | ] |
| 860 | ] ; | 875 | ] ; |
| 861 | - sp:variable _:b29 | 876 | + sp:variable _:b24 |
| 862 | ]) | 877 | ]) |
| 863 | ] . | 878 | ] . |
| 864 | 879 | ||
| ... | @@ -868,7 +883,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -868,7 +883,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 868 | rdfs:subClassOf ep-spin-lib:Function ; | 883 | rdfs:subClassOf ep-spin-lib:Function ; |
| 869 | spin:body | 884 | spin:body |
| 870 | [ rdf:type sp:Select ; | 885 | [ rdf:type sp:Select ; |
| 871 | - sp:resultVariables (_:b30) ; | 886 | + sp:resultVariables (_:b25) ; |
| 872 | sp:where ([ rdf:type sp:Bind ; | 887 | sp:where ([ rdf:type sp:Bind ; |
| 873 | sp:expression | 888 | sp:expression |
| 874 | [ rdf:type ep-spin-lib:buildURI ; | 889 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -881,7 +896,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -881,7 +896,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 881 | sp:arg5 spin:_arg3 | 896 | sp:arg5 spin:_arg3 |
| 882 | ] | 897 | ] |
| 883 | ] ; | 898 | ] ; |
| 884 | - sp:variable _:b30 | 899 | + sp:variable _:b25 |
| 885 | ]) | 900 | ]) |
| 886 | ] . | 901 | ] . |
| 887 | 902 | ||
| ... | @@ -1137,7 +1152,7 @@ ep-spin-lib:normalizeString | ... | @@ -1137,7 +1152,7 @@ ep-spin-lib:normalizeString |
| 1137 | rdfs:subClassOf ep-spin-lib:Function ; | 1152 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1138 | spin:body | 1153 | spin:body |
| 1139 | [ rdf:type sp:Select ; | 1154 | [ rdf:type sp:Select ; |
| 1140 | - sp:resultVariables (_:b31) ; | 1155 | + sp:resultVariables (_:b26) ; |
| 1141 | sp:where ([ rdf:type sp:Bind ; | 1156 | sp:where ([ rdf:type sp:Bind ; |
| 1142 | sp:expression | 1157 | sp:expression |
| 1143 | [ rdf:type smf:regex ; | 1158 | [ rdf:type smf:regex ; |
| ... | @@ -1145,67 +1160,67 @@ ep-spin-lib:normalizeString | ... | @@ -1145,67 +1160,67 @@ ep-spin-lib:normalizeString |
| 1145 | sp:arg2 "\\((.*)\\)" ; | 1160 | sp:arg2 "\\((.*)\\)" ; |
| 1146 | sp:arg3 "" | 1161 | sp:arg3 "" |
| 1147 | ] ; | 1162 | ] ; |
| 1148 | - sp:variable _:b32 | 1163 | + sp:variable _:b27 |
| 1149 | ] [ rdf:type sp:Bind ; | 1164 | ] [ rdf:type sp:Bind ; |
| 1150 | sp:expression | 1165 | sp:expression |
| 1151 | [ rdf:type smf:trim ; | 1166 | [ rdf:type smf:trim ; |
| 1152 | - sp:arg1 _:b32 | 1167 | + sp:arg1 _:b27 |
| 1153 | ] ; | 1168 | ] ; |
| 1154 | - sp:variable _:b33 | 1169 | + sp:variable _:b28 |
| 1155 | ] [ rdf:type sp:Bind ; | 1170 | ] [ rdf:type sp:Bind ; |
| 1156 | sp:expression | 1171 | sp:expression |
| 1157 | [ rdf:type smf:encodeURL ; | 1172 | [ rdf:type smf:encodeURL ; |
| 1158 | - sp:arg1 _:b33 | 1173 | + sp:arg1 _:b28 |
| 1159 | ] ; | 1174 | ] ; |
| 1160 | - sp:variable _:b34 | 1175 | + sp:variable _:b29 |
| 1161 | ] [ rdf:type sp:Bind ; | 1176 | ] [ rdf:type sp:Bind ; |
| 1162 | sp:expression | 1177 | sp:expression |
| 1163 | [ rdf:type smf:regex ; | 1178 | [ rdf:type smf:regex ; |
| 1164 | - sp:arg1 _:b34 ; | 1179 | + sp:arg1 _:b29 ; |
| 1165 | sp:arg2 "%2F" ; | 1180 | sp:arg2 "%2F" ; |
| 1166 | sp:arg3 "_" | 1181 | sp:arg3 "_" |
| 1167 | ] ; | 1182 | ] ; |
| 1168 | - sp:variable _:b35 | 1183 | + sp:variable _:b30 |
| 1169 | ] [ rdf:type sp:Bind ; | 1184 | ] [ rdf:type sp:Bind ; |
| 1170 | sp:expression | 1185 | sp:expression |
| 1171 | [ rdf:type smf:regex ; | 1186 | [ rdf:type smf:regex ; |
| 1172 | - sp:arg1 _:b35 ; | 1187 | + sp:arg1 _:b30 ; |
| 1173 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 1188 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
| 1174 | sp:arg3 "" | 1189 | sp:arg3 "" |
| 1175 | ] ; | 1190 | ] ; |
| 1176 | - sp:variable _:b36 | 1191 | + sp:variable _:b31 |
| 1177 | ] [ rdf:type sp:Bind ; | 1192 | ] [ rdf:type sp:Bind ; |
| 1178 | sp:expression | 1193 | sp:expression |
| 1179 | [ rdf:type smf:regex ; | 1194 | [ rdf:type smf:regex ; |
| 1180 | - sp:arg1 _:b36 ; | 1195 | + sp:arg1 _:b31 ; |
| 1181 | sp:arg2 "\\+" ; | 1196 | sp:arg2 "\\+" ; |
| 1182 | sp:arg3 "_" | 1197 | sp:arg3 "_" |
| 1183 | ] ; | 1198 | ] ; |
| 1184 | - sp:variable _:b37 | 1199 | + sp:variable _:b32 |
| 1185 | ] [ rdf:type sp:Bind ; | 1200 | ] [ rdf:type sp:Bind ; |
| 1186 | sp:expression | 1201 | sp:expression |
| 1187 | [ rdf:type smf:regex ; | 1202 | [ rdf:type smf:regex ; |
| 1188 | - sp:arg1 _:b37 ; | 1203 | + sp:arg1 _:b32 ; |
| 1189 | sp:arg2 "_+" ; | 1204 | sp:arg2 "_+" ; |
| 1190 | sp:arg3 "_" | 1205 | sp:arg3 "_" |
| 1191 | ] ; | 1206 | ] ; |
| 1192 | - sp:variable _:b38 | 1207 | + sp:variable _:b33 |
| 1193 | ] [ rdf:type sp:Bind ; | 1208 | ] [ rdf:type sp:Bind ; |
| 1194 | sp:expression | 1209 | sp:expression |
| 1195 | [ rdf:type smf:regex ; | 1210 | [ rdf:type smf:regex ; |
| 1196 | - sp:arg1 _:b38 ; | 1211 | + sp:arg1 _:b33 ; |
| 1197 | sp:arg2 "\\*" ; | 1212 | sp:arg2 "\\*" ; |
| 1198 | sp:arg3 "" | 1213 | sp:arg3 "" |
| 1199 | ] ; | 1214 | ] ; |
| 1200 | - sp:variable _:b39 | 1215 | + sp:variable _:b34 |
| 1201 | ] [ rdf:type sp:Bind ; | 1216 | ] [ rdf:type sp:Bind ; |
| 1202 | sp:expression | 1217 | sp:expression |
| 1203 | [ rdf:type xsd:string ; | 1218 | [ rdf:type xsd:string ; |
| 1204 | sp:arg1 [ rdf:type smf:upperCase ; | 1219 | sp:arg1 [ rdf:type smf:upperCase ; |
| 1205 | - sp:arg1 _:b39 | 1220 | + sp:arg1 _:b34 |
| 1206 | ] | 1221 | ] |
| 1207 | ] ; | 1222 | ] ; |
| 1208 | - sp:variable _:b31 | 1223 | + sp:variable _:b26 |
| 1209 | ]) | 1224 | ]) |
| 1210 | ] ; | 1225 | ] ; |
| 1211 | spin:constraint | 1226 | spin:constraint |
| ... | @@ -1322,7 +1337,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -1322,7 +1337,7 @@ ep-spin-lib:selectActivitySuccessType |
| 1322 | rdfs:subClassOf ep-spin-lib:Function ; | 1337 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1323 | spin:body | 1338 | spin:body |
| 1324 | [ rdf:type sp:Select ; | 1339 | [ rdf:type sp:Select ; |
| 1325 | - sp:resultVariables (_:b40) ; | 1340 | + sp:resultVariables (_:b35) ; |
| 1326 | sp:where ([ rdf:type sp:Bind ; | 1341 | sp:where ([ rdf:type sp:Bind ; |
| 1327 | sp:expression | 1342 | sp:expression |
| 1328 | [ rdf:type sp:if ; | 1343 | [ rdf:type sp:if ; |
| ... | @@ -1333,7 +1348,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -1333,7 +1348,7 @@ ep-spin-lib:selectActivitySuccessType |
| 1333 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 1348 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
| 1334 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 1349 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
| 1335 | ] ; | 1350 | ] ; |
| 1336 | - sp:variable _:b40 | 1351 | + sp:variable _:b35 |
| 1337 | ]) | 1352 | ]) |
| 1338 | ] . | 1353 | ] . |
| 1339 | 1354 | ||
| ... | @@ -1343,7 +1358,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -1343,7 +1358,7 @@ ep-spin-lib:selectCasingRoleType |
| 1343 | rdfs:subClassOf ep-spin-lib:Function ; | 1358 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1344 | spin:body | 1359 | spin:body |
| 1345 | [ rdf:type sp:Select ; | 1360 | [ rdf:type sp:Select ; |
| 1346 | - sp:resultVariables (_:b41) ; | 1361 | + sp:resultVariables (_:b36) ; |
| 1347 | sp:where ([ rdf:type sp:Bind ; | 1362 | sp:where ([ rdf:type sp:Bind ; |
| 1348 | sp:expression | 1363 | sp:expression |
| 1349 | [ rdf:type sp:if ; | 1364 | [ rdf:type sp:if ; |
| ... | @@ -1368,7 +1383,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -1368,7 +1383,7 @@ ep-spin-lib:selectCasingRoleType |
| 1368 | ] | 1383 | ] |
| 1369 | ] | 1384 | ] |
| 1370 | ] ; | 1385 | ] ; |
| 1371 | - sp:variable _:b41 | 1386 | + sp:variable _:b36 |
| 1372 | ]) | 1387 | ]) |
| 1373 | ] . | 1388 | ] . |
| 1374 | 1389 | ||
| ... | @@ -1378,7 +1393,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -1378,7 +1393,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 1378 | rdfs:subClassOf ep-spin-lib:Function ; | 1393 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1379 | spin:body | 1394 | spin:body |
| 1380 | [ rdf:type sp:Select ; | 1395 | [ rdf:type sp:Select ; |
| 1381 | - sp:resultVariables (_:b42) ; | 1396 | + sp:resultVariables (_:b37) ; |
| 1382 | sp:where ([ rdf:type sp:Bind ; | 1397 | sp:where ([ rdf:type sp:Bind ; |
| 1383 | sp:expression | 1398 | sp:expression |
| 1384 | [ rdf:type sp:if ; | 1399 | [ rdf:type sp:if ; |
| ... | @@ -1389,7 +1404,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -1389,7 +1404,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 1389 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; | 1404 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; |
| 1390 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> | 1405 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> |
| 1391 | ] ; | 1406 | ] ; |
| 1392 | - sp:variable _:b42 | 1407 | + sp:variable _:b37 |
| 1393 | ]) | 1408 | ]) |
| 1394 | ] . | 1409 | ] . |
| 1395 | 1410 | ||
| ... | @@ -1399,7 +1414,7 @@ ep-spin-lib:selectClassOfWellDatumObject | ... | @@ -1399,7 +1414,7 @@ ep-spin-lib:selectClassOfWellDatumObject |
| 1399 | rdfs:subClassOf ep-spin-lib:Function ; | 1414 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1400 | spin:body | 1415 | spin:body |
| 1401 | [ rdf:type sp:Select ; | 1416 | [ rdf:type sp:Select ; |
| 1402 | - sp:resultVariables (_:b43) ; | 1417 | + sp:resultVariables (_:b38) ; |
| 1403 | sp:where ([ rdf:type sp:Bind ; | 1418 | sp:where ([ rdf:type sp:Bind ; |
| 1404 | sp:expression | 1419 | sp:expression |
| 1405 | [ rdf:type sp:if ; | 1420 | [ rdf:type sp:if ; |
| ... | @@ -1417,7 +1432,7 @@ ep-spin-lib:selectClassOfWellDatumObject | ... | @@ -1417,7 +1432,7 @@ ep-spin-lib:selectClassOfWellDatumObject |
| 1417 | sp:arg3 owl:Nothing | 1432 | sp:arg3 owl:Nothing |
| 1418 | ] | 1433 | ] |
| 1419 | ] ; | 1434 | ] ; |
| 1420 | - sp:variable _:b43 | 1435 | + sp:variable _:b38 |
| 1421 | ]) | 1436 | ]) |
| 1422 | ] . | 1437 | ] . |
| 1423 | 1438 | ||
| ... | @@ -1427,7 +1442,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1427,7 +1442,7 @@ ep-spin-lib:selectComponentType |
| 1427 | rdfs:subClassOf ep-spin-lib:Function ; | 1442 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1428 | spin:body | 1443 | spin:body |
| 1429 | [ rdf:type sp:Select ; | 1444 | [ rdf:type sp:Select ; |
| 1430 | - sp:resultVariables (_:b44) ; | 1445 | + sp:resultVariables (_:b39) ; |
| 1431 | sp:where ([ rdf:type sp:Bind ; | 1446 | sp:where ([ rdf:type sp:Bind ; |
| 1432 | sp:expression | 1447 | sp:expression |
| 1433 | [ rdf:type sp:if ; | 1448 | [ rdf:type sp:if ; |
| ... | @@ -1466,7 +1481,7 @@ ep-spin-lib:selectComponentType | ... | @@ -1466,7 +1481,7 @@ ep-spin-lib:selectComponentType |
| 1466 | ] | 1481 | ] |
| 1467 | ] | 1482 | ] |
| 1468 | ] ; | 1483 | ] ; |
| 1469 | - sp:variable _:b44 | 1484 | + sp:variable _:b39 |
| 1470 | ]) | 1485 | ]) |
| 1471 | ] . | 1486 | ] . |
| 1472 | 1487 | ||
| ... | @@ -1514,7 +1529,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1514,7 +1529,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 1514 | rdfs:subClassOf ep-spin-lib:Function ; | 1529 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1515 | spin:body | 1530 | spin:body |
| 1516 | [ rdf:type sp:Select ; | 1531 | [ rdf:type sp:Select ; |
| 1517 | - sp:resultVariables (_:b45) ; | 1532 | + sp:resultVariables (_:b40) ; |
| 1518 | sp:where ([ rdf:type sp:Bind ; | 1533 | sp:where ([ rdf:type sp:Bind ; |
| 1519 | sp:expression | 1534 | sp:expression |
| 1520 | [ rdf:type sp:if ; | 1535 | [ rdf:type sp:if ; |
| ... | @@ -1532,7 +1547,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -1532,7 +1547,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 1532 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 1547 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
| 1533 | ] | 1548 | ] |
| 1534 | ] ; | 1549 | ] ; |
| 1535 | - sp:variable _:b45 | 1550 | + sp:variable _:b40 |
| 1536 | ]) | 1551 | ]) |
| 1537 | ] . | 1552 | ] . |
| 1538 | 1553 | ||
| ... | @@ -1542,7 +1557,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1542,7 +1557,7 @@ ep-spin-lib:selectDensityScale |
| 1542 | rdfs:subClassOf ep-spin-lib:Function ; | 1557 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1543 | spin:body | 1558 | spin:body |
| 1544 | [ rdf:type sp:Select ; | 1559 | [ rdf:type sp:Select ; |
| 1545 | - sp:resultVariables (_:b46) ; | 1560 | + sp:resultVariables (_:b41) ; |
| 1546 | sp:where ([ rdf:type sp:Bind ; | 1561 | sp:where ([ rdf:type sp:Bind ; |
| 1547 | sp:expression | 1562 | sp:expression |
| 1548 | [ rdf:type sp:if ; | 1563 | [ rdf:type sp:if ; |
| ... | @@ -1560,7 +1575,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -1560,7 +1575,7 @@ ep-spin-lib:selectDensityScale |
| 1560 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1575 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 1561 | ] | 1576 | ] |
| 1562 | ] ; | 1577 | ] ; |
| 1563 | - sp:variable _:b46 | 1578 | + sp:variable _:b41 |
| 1564 | ]) | 1579 | ]) |
| 1565 | ] . | 1580 | ] . |
| 1566 | 1581 | ||
| ... | @@ -1570,7 +1585,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1570,7 +1585,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 1570 | rdfs:subClassOf ep-spin-lib:Function ; | 1585 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1571 | spin:body | 1586 | spin:body |
| 1572 | [ rdf:type sp:Select ; | 1587 | [ rdf:type sp:Select ; |
| 1573 | - sp:resultVariables (_:b47) ; | 1588 | + sp:resultVariables (_:b42) ; |
| 1574 | sp:where ([ rdf:type sp:Bind ; | 1589 | sp:where ([ rdf:type sp:Bind ; |
| 1575 | sp:expression | 1590 | sp:expression |
| 1576 | [ rdf:type sp:if ; | 1591 | [ rdf:type sp:if ; |
| ... | @@ -1637,7 +1652,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1637,7 +1652,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 1637 | ] | 1652 | ] |
| 1638 | ] | 1653 | ] |
| 1639 | ] ; | 1654 | ] ; |
| 1640 | - sp:variable _:b47 | 1655 | + sp:variable _:b42 |
| 1641 | ]) | 1656 | ]) |
| 1642 | ] . | 1657 | ] . |
| 1643 | 1658 | ||
| ... | @@ -1647,7 +1662,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1647,7 +1662,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1647 | rdfs:subClassOf ep-spin-lib:Function ; | 1662 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1648 | spin:body | 1663 | spin:body |
| 1649 | [ rdf:type sp:Select ; | 1664 | [ rdf:type sp:Select ; |
| 1650 | - sp:resultVariables (_:b48) ; | 1665 | + sp:resultVariables (_:b43) ; |
| 1651 | sp:where ([ rdf:type sp:Bind ; | 1666 | sp:where ([ rdf:type sp:Bind ; |
| 1652 | sp:expression | 1667 | sp:expression |
| 1653 | [ rdf:type sp:if ; | 1668 | [ rdf:type sp:if ; |
| ... | @@ -2232,7 +2247,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -2232,7 +2247,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 2232 | ] | 2247 | ] |
| 2233 | ] | 2248 | ] |
| 2234 | ] ; | 2249 | ] ; |
| 2235 | - sp:variable _:b48 | 2250 | + sp:variable _:b43 |
| 2236 | ]) | 2251 | ]) |
| 2237 | ] . | 2252 | ] . |
| 2238 | 2253 | ||
| ... | @@ -2242,7 +2257,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -2242,7 +2257,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 2242 | rdfs:subClassOf ep-spin-lib:Function ; | 2257 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2243 | spin:body | 2258 | spin:body |
| 2244 | [ rdf:type sp:Select ; | 2259 | [ rdf:type sp:Select ; |
| 2245 | - sp:resultVariables (_:b49) ; | 2260 | + sp:resultVariables (_:b44) ; |
| 2246 | sp:where ([ rdf:type sp:Bind ; | 2261 | sp:where ([ rdf:type sp:Bind ; |
| 2247 | sp:expression | 2262 | sp:expression |
| 2248 | [ rdf:type sp:if ; | 2263 | [ rdf:type sp:if ; |
| ... | @@ -2281,7 +2296,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -2281,7 +2296,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 2281 | ] | 2296 | ] |
| 2282 | ] | 2297 | ] |
| 2283 | ] ; | 2298 | ] ; |
| 2284 | - sp:variable _:b49 | 2299 | + sp:variable _:b44 |
| 2285 | ]) | 2300 | ]) |
| 2286 | ] . | 2301 | ] . |
| 2287 | 2302 | ||
| ... | @@ -2291,7 +2306,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -2291,7 +2306,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 2291 | rdfs:subClassOf ep-spin-lib:Function ; | 2306 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2292 | spin:body | 2307 | spin:body |
| 2293 | [ rdf:type sp:Select ; | 2308 | [ rdf:type sp:Select ; |
| 2294 | - sp:resultVariables (_:b50) ; | 2309 | + sp:resultVariables (_:b45) ; |
| 2295 | sp:where ([ rdf:type sp:Bind ; | 2310 | sp:where ([ rdf:type sp:Bind ; |
| 2296 | sp:expression | 2311 | sp:expression |
| 2297 | [ rdf:type sp:if ; | 2312 | [ rdf:type sp:if ; |
| ... | @@ -2708,7 +2723,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -2708,7 +2723,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 2708 | ] | 2723 | ] |
| 2709 | ] | 2724 | ] |
| 2710 | ] ; | 2725 | ] ; |
| 2711 | - sp:variable _:b50 | 2726 | + sp:variable _:b45 |
| 2712 | ]) | 2727 | ]) |
| 2713 | ] . | 2728 | ] . |
| 2714 | 2729 | ||
| ... | @@ -2734,7 +2749,7 @@ ep-spin-lib:selectFixedOrMoveableRigFlag | ... | @@ -2734,7 +2749,7 @@ ep-spin-lib:selectFixedOrMoveableRigFlag |
| 2734 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 2749 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
| 2735 | ] ; | 2750 | ] ; |
| 2736 | sp:arg2 "false" ; | 2751 | sp:arg2 "false" ; |
| 2737 | - sp:arg3 "invalid call to the ep-spin-lib:selectFixedOrMoveableRigFlag function" | 2752 | + sp:arg3 "n/a" |
| 2738 | ] | 2753 | ] |
| 2739 | ] ; | 2754 | ] ; |
| 2740 | sp:variable | 2755 | sp:variable |
| ... | @@ -2749,7 +2764,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2749,7 +2764,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 2749 | rdfs:subClassOf ep-spin-lib:Function ; | 2764 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2750 | spin:body | 2765 | spin:body |
| 2751 | [ rdf:type sp:Select ; | 2766 | [ rdf:type sp:Select ; |
| 2752 | - sp:resultVariables (_:b51) ; | 2767 | + sp:resultVariables (_:b46) ; |
| 2753 | sp:where ([ rdf:type sp:Bind ; | 2768 | sp:where ([ rdf:type sp:Bind ; |
| 2754 | sp:expression | 2769 | sp:expression |
| 2755 | [ rdf:type sp:if ; | 2770 | [ rdf:type sp:if ; |
| ... | @@ -2760,7 +2775,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -2760,7 +2775,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 2760 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 2775 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
| 2761 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 2776 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
| 2762 | ] ; | 2777 | ] ; |
| 2763 | - sp:variable _:b51 | 2778 | + sp:variable _:b46 |
| 2764 | ]) | 2779 | ]) |
| 2765 | ] . | 2780 | ] . |
| 2766 | 2781 | ||
| ... | @@ -2770,7 +2785,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2770,7 +2785,7 @@ ep-spin-lib:selectFluidType |
| 2770 | rdfs:subClassOf ep-spin-lib:Function ; | 2785 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2771 | spin:body | 2786 | spin:body |
| 2772 | [ rdf:type sp:Select ; | 2787 | [ rdf:type sp:Select ; |
| 2773 | - sp:resultVariables (_:b52) ; | 2788 | + sp:resultVariables (_:b47) ; |
| 2774 | sp:where ([ rdf:type sp:Bind ; | 2789 | sp:where ([ rdf:type sp:Bind ; |
| 2775 | sp:expression | 2790 | sp:expression |
| 2776 | [ rdf:type sp:if ; | 2791 | [ rdf:type sp:if ; |
| ... | @@ -2802,7 +2817,7 @@ ep-spin-lib:selectFluidType | ... | @@ -2802,7 +2817,7 @@ ep-spin-lib:selectFluidType |
| 2802 | ] | 2817 | ] |
| 2803 | ] | 2818 | ] |
| 2804 | ] ; | 2819 | ] ; |
| 2805 | - sp:variable _:b52 | 2820 | + sp:variable _:b47 |
| 2806 | ]) | 2821 | ]) |
| 2807 | ] . | 2822 | ] . |
| 2808 | 2823 | ||
| ... | @@ -2892,7 +2907,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2892,7 +2907,7 @@ ep-spin-lib:selectGasReadingType |
| 2892 | rdfs:subClassOf ep-spin-lib:Function ; | 2907 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2893 | spin:body | 2908 | spin:body |
| 2894 | [ rdf:type sp:Select ; | 2909 | [ rdf:type sp:Select ; |
| 2895 | - sp:resultVariables (_:b53) ; | 2910 | + sp:resultVariables (_:b48) ; |
| 2896 | sp:where ([ rdf:type sp:Bind ; | 2911 | sp:where ([ rdf:type sp:Bind ; |
| 2897 | sp:expression | 2912 | sp:expression |
| 2898 | [ rdf:type sp:if ; | 2913 | [ rdf:type sp:if ; |
| ... | @@ -2959,7 +2974,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2959,7 +2974,7 @@ ep-spin-lib:selectGasReadingType |
| 2959 | ] | 2974 | ] |
| 2960 | ] | 2975 | ] |
| 2961 | ] ; | 2976 | ] ; |
| 2962 | - sp:variable _:b53 | 2977 | + sp:variable _:b48 |
| 2963 | ]) | 2978 | ]) |
| 2964 | ] . | 2979 | ] . |
| 2965 | 2980 | ||
| ... | @@ -3007,7 +3022,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -3007,7 +3022,7 @@ ep-spin-lib:selectInnerBarrelType |
| 3007 | rdfs:subClassOf ep-spin-lib:Function ; | 3022 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3008 | spin:body | 3023 | spin:body |
| 3009 | [ rdf:type sp:Select ; | 3024 | [ rdf:type sp:Select ; |
| 3010 | - sp:resultVariables (_:b54) ; | 3025 | + sp:resultVariables (_:b49) ; |
| 3011 | sp:where ([ rdf:type sp:Bind ; | 3026 | sp:where ([ rdf:type sp:Bind ; |
| 3012 | sp:expression | 3027 | sp:expression |
| 3013 | [ rdf:type sp:if ; | 3028 | [ rdf:type sp:if ; |
| ... | @@ -3039,7 +3054,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -3039,7 +3054,7 @@ ep-spin-lib:selectInnerBarrelType |
| 3039 | ] | 3054 | ] |
| 3040 | ] | 3055 | ] |
| 3041 | ] ; | 3056 | ] ; |
| 3042 | - sp:variable _:b54 | 3057 | + sp:variable _:b49 |
| 3043 | ]) | 3058 | ]) |
| 3044 | ] . | 3059 | ] . |
| 3045 | 3060 | ||
| ... | @@ -3049,7 +3064,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -3049,7 +3064,7 @@ ep-spin-lib:selectLabelOfSystem |
| 3049 | rdfs:subClassOf ep-spin-lib:Function ; | 3064 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3050 | spin:body | 3065 | spin:body |
| 3051 | [ rdf:type sp:Select ; | 3066 | [ rdf:type sp:Select ; |
| 3052 | - sp:resultVariables (_:b55) ; | 3067 | + sp:resultVariables (_:b50) ; |
| 3053 | sp:where ([ rdf:type sp:Bind ; | 3068 | sp:where ([ rdf:type sp:Bind ; |
| 3054 | sp:expression | 3069 | sp:expression |
| 3055 | [ rdf:type sp:if ; | 3070 | [ rdf:type sp:if ; |
| ... | @@ -3095,7 +3110,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -3095,7 +3110,7 @@ ep-spin-lib:selectLabelOfSystem |
| 3095 | ] | 3110 | ] |
| 3096 | ] | 3111 | ] |
| 3097 | ] ; | 3112 | ] ; |
| 3098 | - sp:variable _:b55 | 3113 | + sp:variable _:b50 |
| 3099 | ]) | 3114 | ]) |
| 3100 | ] . | 3115 | ] . |
| 3101 | 3116 | ||
| ... | @@ -3105,7 +3120,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -3105,7 +3120,7 @@ ep-spin-lib:selectLengthScale |
| 3105 | rdfs:subClassOf ep-spin-lib:Function ; | 3120 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3106 | spin:body | 3121 | spin:body |
| 3107 | [ rdf:type sp:Select ; | 3122 | [ rdf:type sp:Select ; |
| 3108 | - sp:resultVariables (_:b56) ; | 3123 | + sp:resultVariables (_:b51) ; |
| 3109 | sp:where ([ rdf:type sp:Bind ; | 3124 | sp:where ([ rdf:type sp:Bind ; |
| 3110 | sp:expression | 3125 | sp:expression |
| 3111 | [ rdf:type sp:if ; | 3126 | [ rdf:type sp:if ; |
| ... | @@ -3186,7 +3201,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -3186,7 +3201,7 @@ ep-spin-lib:selectLengthScale |
| 3186 | ] | 3201 | ] |
| 3187 | ] | 3202 | ] |
| 3188 | ] ; | 3203 | ] ; |
| 3189 | - sp:variable _:b56 | 3204 | + sp:variable _:b51 |
| 3190 | ]) | 3205 | ]) |
| 3191 | ] . | 3206 | ] . |
| 3192 | 3207 | ||
| ... | @@ -3196,7 +3211,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -3196,7 +3211,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 3196 | rdfs:subClassOf ep-spin-lib:Function ; | 3211 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3197 | spin:body | 3212 | spin:body |
| 3198 | [ rdf:type sp:Select ; | 3213 | [ rdf:type sp:Select ; |
| 3199 | - sp:resultVariables (_:b57) ; | 3214 | + sp:resultVariables (_:b52) ; |
| 3200 | sp:where ([ rdf:type sp:Bind ; | 3215 | sp:where ([ rdf:type sp:Bind ; |
| 3201 | sp:expression | 3216 | sp:expression |
| 3202 | [ rdf:type sp:if ; | 3217 | [ rdf:type sp:if ; |
| ... | @@ -3207,7 +3222,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -3207,7 +3222,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 3207 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; | 3222 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; |
| 3208 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3223 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3209 | ] ; | 3224 | ] ; |
| 3210 | - sp:variable _:b57 | 3225 | + sp:variable _:b52 |
| 3211 | ]) | 3226 | ]) |
| 3212 | ] . | 3227 | ] . |
| 3213 | 3228 | ||
| ... | @@ -3241,7 +3256,7 @@ ep-spin-lib:selectMudClass | ... | @@ -3241,7 +3256,7 @@ ep-spin-lib:selectMudClass |
| 3241 | rdfs:subClassOf ep-spin-lib:Function ; | 3256 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3242 | spin:body | 3257 | spin:body |
| 3243 | [ rdf:type sp:Select ; | 3258 | [ rdf:type sp:Select ; |
| 3244 | - sp:resultVariables (_:b58) ; | 3259 | + sp:resultVariables (_:b53) ; |
| 3245 | sp:where ([ rdf:type sp:Bind ; | 3260 | sp:where ([ rdf:type sp:Bind ; |
| 3246 | sp:expression | 3261 | sp:expression |
| 3247 | [ rdf:type sp:if ; | 3262 | [ rdf:type sp:if ; |
| ... | @@ -3266,7 +3281,7 @@ ep-spin-lib:selectMudClass | ... | @@ -3266,7 +3281,7 @@ ep-spin-lib:selectMudClass |
| 3266 | ] | 3281 | ] |
| 3267 | ] | 3282 | ] |
| 3268 | ] ; | 3283 | ] ; |
| 3269 | - sp:variable _:b58 | 3284 | + sp:variable _:b53 |
| 3270 | ]) | 3285 | ]) |
| 3271 | ] . | 3286 | ] . |
| 3272 | 3287 | ||
| ... | @@ -3276,7 +3291,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -3276,7 +3291,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 3276 | rdfs:subClassOf ep-spin-lib:Function ; | 3291 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3277 | spin:body | 3292 | spin:body |
| 3278 | [ rdf:type sp:Select ; | 3293 | [ rdf:type sp:Select ; |
| 3279 | - sp:resultVariables (_:b59) ; | 3294 | + sp:resultVariables (_:b54) ; |
| 3280 | sp:where ([ rdf:type sp:Bind ; | 3295 | sp:where ([ rdf:type sp:Bind ; |
| 3281 | sp:expression | 3296 | sp:expression |
| 3282 | [ rdf:type sp:if ; | 3297 | [ rdf:type sp:if ; |
| ... | @@ -3287,7 +3302,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -3287,7 +3302,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 3287 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 3302 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
| 3288 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3303 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3289 | ] ; | 3304 | ] ; |
| 3290 | - sp:variable _:b59 | 3305 | + sp:variable _:b54 |
| 3291 | ]) | 3306 | ]) |
| 3292 | ] . | 3307 | ] . |
| 3293 | 3308 | ||
| ... | @@ -3297,7 +3312,7 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -3297,7 +3312,7 @@ ep-spin-lib:selectPlasticViscosityScale |
| 3297 | rdfs:subClassOf ep-spin-lib:Function ; | 3312 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3298 | spin:body | 3313 | spin:body |
| 3299 | [ rdf:type sp:Select ; | 3314 | [ rdf:type sp:Select ; |
| 3300 | - sp:resultVariables (_:b60) ; | 3315 | + sp:resultVariables (_:b55) ; |
| 3301 | sp:where ([ rdf:type sp:Bind ; | 3316 | sp:where ([ rdf:type sp:Bind ; |
| 3302 | sp:expression | 3317 | sp:expression |
| 3303 | [ rdf:type sp:if ; | 3318 | [ rdf:type sp:if ; |
| ... | @@ -3371,7 +3386,7 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -3371,7 +3386,7 @@ ep-spin-lib:selectPlasticViscosityScale |
| 3371 | ] | 3386 | ] |
| 3372 | ] | 3387 | ] |
| 3373 | ] ; | 3388 | ] ; |
| 3374 | - sp:variable _:b60 | 3389 | + sp:variable _:b55 |
| 3375 | ]) | 3390 | ]) |
| 3376 | ] . | 3391 | ] . |
| 3377 | 3392 | ||
| ... | @@ -3412,7 +3427,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -3412,7 +3427,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 3412 | rdfs:subClassOf ep-spin-lib:Function ; | 3427 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3413 | spin:body | 3428 | spin:body |
| 3414 | [ rdf:type sp:Select ; | 3429 | [ rdf:type sp:Select ; |
| 3415 | - sp:resultVariables (_:b61) ; | 3430 | + sp:resultVariables (_:b56) ; |
| 3416 | sp:where ([ rdf:type sp:Bind ; | 3431 | sp:where ([ rdf:type sp:Bind ; |
| 3417 | sp:expression | 3432 | sp:expression |
| 3418 | [ rdf:type sp:if ; | 3433 | [ rdf:type sp:if ; |
| ... | @@ -3430,7 +3445,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -3430,7 +3445,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 3430 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 3445 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
| 3431 | ] | 3446 | ] |
| 3432 | ] ; | 3447 | ] ; |
| 3433 | - sp:variable _:b61 | 3448 | + sp:variable _:b56 |
| 3434 | ]) | 3449 | ]) |
| 3435 | ] . | 3450 | ] . |
| 3436 | 3451 | ||
| ... | @@ -3440,7 +3455,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -3440,7 +3455,7 @@ ep-spin-lib:selectPressureScale |
| 3440 | rdfs:subClassOf ep-spin-lib:Function ; | 3455 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3441 | spin:body | 3456 | spin:body |
| 3442 | [ rdf:type sp:Select ; | 3457 | [ rdf:type sp:Select ; |
| 3443 | - sp:resultVariables (_:b62) ; | 3458 | + sp:resultVariables (_:b57) ; |
| 3444 | sp:where ([ rdf:type sp:Bind ; | 3459 | sp:where ([ rdf:type sp:Bind ; |
| 3445 | sp:expression | 3460 | sp:expression |
| 3446 | [ rdf:type sp:if ; | 3461 | [ rdf:type sp:if ; |
| ... | @@ -3479,7 +3494,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -3479,7 +3494,7 @@ ep-spin-lib:selectPressureScale |
| 3479 | ] | 3494 | ] |
| 3480 | ] | 3495 | ] |
| 3481 | ] ; | 3496 | ] ; |
| 3482 | - sp:variable _:b62 | 3497 | + sp:variable _:b57 |
| 3483 | ]) | 3498 | ]) |
| 3484 | ] . | 3499 | ] . |
| 3485 | 3500 | ||
| ... | @@ -3489,7 +3504,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -3489,7 +3504,7 @@ ep-spin-lib:selectPressureTestType |
| 3489 | rdfs:subClassOf ep-spin-lib:Function ; | 3504 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3490 | spin:body | 3505 | spin:body |
| 3491 | [ rdf:type sp:Select ; | 3506 | [ rdf:type sp:Select ; |
| 3492 | - sp:resultVariables (_:b63) ; | 3507 | + sp:resultVariables (_:b58) ; |
| 3493 | sp:where ([ rdf:type sp:Bind ; | 3508 | sp:where ([ rdf:type sp:Bind ; |
| 3494 | sp:expression | 3509 | sp:expression |
| 3495 | [ rdf:type sp:if ; | 3510 | [ rdf:type sp:if ; |
| ... | @@ -3507,7 +3522,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -3507,7 +3522,7 @@ ep-spin-lib:selectPressureTestType |
| 3507 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 3522 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
| 3508 | ] | 3523 | ] |
| 3509 | ] ; | 3524 | ] ; |
| 3510 | - sp:variable _:b63 | 3525 | + sp:variable _:b58 |
| 3511 | ]) | 3526 | ]) |
| 3512 | ] . | 3527 | ] . |
| 3513 | 3528 | ||
| ... | @@ -3517,7 +3532,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -3517,7 +3532,7 @@ ep-spin-lib:selectSpeedScale |
| 3517 | rdfs:subClassOf ep-spin-lib:Function ; | 3532 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3518 | spin:body | 3533 | spin:body |
| 3519 | [ rdf:type sp:Select ; | 3534 | [ rdf:type sp:Select ; |
| 3520 | - sp:resultVariables (_:b64) ; | 3535 | + sp:resultVariables (_:b59) ; |
| 3521 | sp:where ([ rdf:type sp:Bind ; | 3536 | sp:where ([ rdf:type sp:Bind ; |
| 3522 | sp:expression | 3537 | sp:expression |
| 3523 | [ rdf:type sp:if ; | 3538 | [ rdf:type sp:if ; |
| ... | @@ -3528,7 +3543,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -3528,7 +3543,7 @@ ep-spin-lib:selectSpeedScale |
| 3528 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 3543 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 3529 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3544 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3530 | ] ; | 3545 | ] ; |
| 3531 | - sp:variable _:b64 | 3546 | + sp:variable _:b59 |
| 3532 | ]) | 3547 | ]) |
| 3533 | ] . | 3548 | ] . |
| 3534 | 3549 | ||
| ... | @@ -3538,7 +3553,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3538,7 +3553,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3538 | rdfs:subClassOf ep-spin-lib:Function ; | 3553 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3539 | spin:body | 3554 | spin:body |
| 3540 | [ rdf:type sp:Select ; | 3555 | [ rdf:type sp:Select ; |
| 3541 | - sp:resultVariables (_:b65) ; | 3556 | + sp:resultVariables (_:b60) ; |
| 3542 | sp:where ([ rdf:type sp:Bind ; | 3557 | sp:where ([ rdf:type sp:Bind ; |
| 3543 | sp:expression | 3558 | sp:expression |
| 3544 | [ rdf:type sp:if ; | 3559 | [ rdf:type sp:if ; |
| ... | @@ -3556,7 +3571,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3556,7 +3571,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3556 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3571 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3557 | ] | 3572 | ] |
| 3558 | ] ; | 3573 | ] ; |
| 3559 | - sp:variable _:b65 | 3574 | + sp:variable _:b60 |
| 3560 | ]) | 3575 | ]) |
| 3561 | ] . | 3576 | ] . |
| 3562 | 3577 | ||
| ... | @@ -3566,7 +3581,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3566,7 +3581,7 @@ ep-spin-lib:selectTemperatureScale |
| 3566 | rdfs:subClassOf ep-spin-lib:Function ; | 3581 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3567 | spin:body | 3582 | spin:body |
| 3568 | [ rdf:type sp:Select ; | 3583 | [ rdf:type sp:Select ; |
| 3569 | - sp:resultVariables (_:b66) ; | 3584 | + sp:resultVariables (_:b61) ; |
| 3570 | sp:where ([ rdf:type sp:Bind ; | 3585 | sp:where ([ rdf:type sp:Bind ; |
| 3571 | sp:expression | 3586 | sp:expression |
| 3572 | [ rdf:type sp:if ; | 3587 | [ rdf:type sp:if ; |
| ... | @@ -3577,7 +3592,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3577,7 +3592,7 @@ ep-spin-lib:selectTemperatureScale |
| 3577 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 3592 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 3578 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3593 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3579 | ] ; | 3594 | ] ; |
| 3580 | - sp:variable _:b66 | 3595 | + sp:variable _:b61 |
| 3581 | ]) | 3596 | ]) |
| 3582 | ] . | 3597 | ] . |
| 3583 | 3598 | ||
| ... | @@ -3587,7 +3602,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3587,7 +3602,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3587 | rdfs:subClassOf ep-spin-lib:Function ; | 3602 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3588 | spin:body | 3603 | spin:body |
| 3589 | [ rdf:type sp:Select ; | 3604 | [ rdf:type sp:Select ; |
| 3590 | - sp:resultVariables (_:b67) ; | 3605 | + sp:resultVariables (_:b62) ; |
| 3591 | sp:where ([ rdf:type sp:Bind ; | 3606 | sp:where ([ rdf:type sp:Bind ; |
| 3592 | sp:expression | 3607 | sp:expression |
| 3593 | [ rdf:type sp:if ; | 3608 | [ rdf:type sp:if ; |
| ... | @@ -3633,7 +3648,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3633,7 +3648,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3633 | ] | 3648 | ] |
| 3634 | ] | 3649 | ] |
| 3635 | ] ; | 3650 | ] ; |
| 3636 | - sp:variable _:b67 | 3651 | + sp:variable _:b62 |
| 3637 | ]) | 3652 | ]) |
| 3638 | ] . | 3653 | ] . |
| 3639 | 3654 | ||
| ... | @@ -3771,7 +3786,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3771,7 +3786,7 @@ ep-spin-lib:selectVolumeScale |
| 3771 | rdfs:subClassOf ep-spin-lib:Function ; | 3786 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3772 | spin:body | 3787 | spin:body |
| 3773 | [ rdf:type sp:Select ; | 3788 | [ rdf:type sp:Select ; |
| 3774 | - sp:resultVariables (_:b68) ; | 3789 | + sp:resultVariables (_:b63) ; |
| 3775 | sp:where ([ rdf:type sp:Bind ; | 3790 | sp:where ([ rdf:type sp:Bind ; |
| 3776 | sp:expression | 3791 | sp:expression |
| 3777 | [ rdf:type sp:if ; | 3792 | [ rdf:type sp:if ; |
| ... | @@ -3796,7 +3811,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3796,7 +3811,7 @@ ep-spin-lib:selectVolumeScale |
| 3796 | ] | 3811 | ] |
| 3797 | ] | 3812 | ] |
| 3798 | ] ; | 3813 | ] ; |
| 3799 | - sp:variable _:b68 | 3814 | + sp:variable _:b63 |
| 3800 | ]) | 3815 | ]) |
| 3801 | ] . | 3816 | ] . |
| 3802 | 3817 | ||
| ... | @@ -3806,7 +3821,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3806,7 +3821,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3806 | rdfs:subClassOf ep-spin-lib:Function ; | 3821 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3807 | spin:body | 3822 | spin:body |
| 3808 | [ rdf:type sp:Select ; | 3823 | [ rdf:type sp:Select ; |
| 3809 | - sp:resultVariables (_:b69) ; | 3824 | + sp:resultVariables (_:b64) ; |
| 3810 | sp:where ([ rdf:type sp:Bind ; | 3825 | sp:where ([ rdf:type sp:Bind ; |
| 3811 | sp:expression | 3826 | sp:expression |
| 3812 | [ rdf:type sp:if ; | 3827 | [ rdf:type sp:if ; |
| ... | @@ -3831,7 +3846,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3831,7 +3846,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3831 | ] | 3846 | ] |
| 3832 | ] | 3847 | ] |
| 3833 | ] ; | 3848 | ] ; |
| 3834 | - sp:variable _:b69 | 3849 | + sp:variable _:b64 |
| 3835 | ]) | 3850 | ]) |
| 3836 | ] . | 3851 | ] . |
| 3837 | 3852 | ||
| ... | @@ -3841,7 +3856,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3841,7 +3856,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3841 | rdfs:subClassOf ep-spin-lib:Function ; | 3856 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3842 | spin:body | 3857 | spin:body |
| 3843 | [ rdf:type sp:Select ; | 3858 | [ rdf:type sp:Select ; |
| 3844 | - sp:resultVariables (_:b70) ; | 3859 | + sp:resultVariables (_:b65) ; |
| 3845 | sp:where ([ rdf:type sp:Bind ; | 3860 | sp:where ([ rdf:type sp:Bind ; |
| 3846 | sp:expression | 3861 | sp:expression |
| 3847 | [ rdf:type sp:if ; | 3862 | [ rdf:type sp:if ; |
| ... | @@ -3887,7 +3902,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3887,7 +3902,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3887 | ] | 3902 | ] |
| 3888 | ] | 3903 | ] |
| 3889 | ] ; | 3904 | ] ; |
| 3890 | - sp:variable _:b70 | 3905 | + sp:variable _:b65 |
| 3891 | ]) | 3906 | ]) |
| 3892 | ] . | 3907 | ] . |
| 3893 | 3908 | ||
| ... | @@ -3928,7 +3943,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3928,7 +3943,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3928 | rdfs:subClassOf ep-spin-lib:Function ; | 3943 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3929 | spin:body | 3944 | spin:body |
| 3930 | [ rdf:type sp:Select ; | 3945 | [ rdf:type sp:Select ; |
| 3931 | - sp:resultVariables (_:b71) ; | 3946 | + sp:resultVariables (_:b66) ; |
| 3932 | sp:where ([ rdf:type sp:Bind ; | 3947 | sp:where ([ rdf:type sp:Bind ; |
| 3933 | sp:expression | 3948 | sp:expression |
| 3934 | [ rdf:type sp:if ; | 3949 | [ rdf:type sp:if ; |
| ... | @@ -3939,7 +3954,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3939,7 +3954,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3939 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 3954 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 3940 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 3955 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 3941 | ] ; | 3956 | ] ; |
| 3942 | - sp:variable _:b71 | 3957 | + sp:variable _:b66 |
| 3943 | ]) | 3958 | ]) |
| 3944 | ] . | 3959 | ] . |
| 3945 | 3960 | ||
| ... | @@ -3980,7 +3995,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3980,7 +3995,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 3980 | rdfs:subClassOf ep-spin-lib:Function ; | 3995 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3981 | spin:body | 3996 | spin:body |
| 3982 | [ rdf:type sp:Select ; | 3997 | [ rdf:type sp:Select ; |
| 3983 | - sp:resultVariables (_:b72) ; | 3998 | + sp:resultVariables (_:b67) ; |
| 3984 | sp:where ([ rdf:type sp:Bind ; | 3999 | sp:where ([ rdf:type sp:Bind ; |
| 3985 | sp:expression | 4000 | sp:expression |
| 3986 | [ rdf:type sp:if ; | 4001 | [ rdf:type sp:if ; |
| ... | @@ -3991,7 +4006,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3991,7 +4006,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 3991 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 4006 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 3992 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 4007 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 3993 | ] ; | 4008 | ] ; |
| 3994 | - sp:variable _:b72 | 4009 | + sp:variable _:b67 |
| 3995 | ]) | 4010 | ]) |
| 3996 | ] . | 4011 | ] . |
| 3997 | 4012 | ||
| ... | @@ -4001,7 +4016,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -4001,7 +4016,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 4001 | rdfs:subClassOf ep-spin-lib:Function ; | 4016 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4002 | spin:body | 4017 | spin:body |
| 4003 | [ rdf:type sp:Select ; | 4018 | [ rdf:type sp:Select ; |
| 4004 | - sp:resultVariables (_:b73) ; | 4019 | + sp:resultVariables (_:b68) ; |
| 4005 | sp:where ([ rdf:type sp:Bind ; | 4020 | sp:where ([ rdf:type sp:Bind ; |
| 4006 | sp:expression | 4021 | sp:expression |
| 4007 | [ rdf:type sp:if ; | 4022 | [ rdf:type sp:if ; |
| ... | @@ -4012,7 +4027,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -4012,7 +4027,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 4012 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 4027 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 4013 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 4028 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 4014 | ] ; | 4029 | ] ; |
| 4015 | - sp:variable _:b73 | 4030 | + sp:variable _:b68 |
| 4016 | ]) | 4031 | ]) |
| 4017 | ] . | 4032 | ] . |
| 4018 | 4033 | ||
| ... | @@ -4022,7 +4037,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -4022,7 +4037,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 4022 | rdfs:subClassOf ep-spin-lib:Function ; | 4037 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4023 | spin:body | 4038 | spin:body |
| 4024 | [ rdf:type sp:Select ; | 4039 | [ rdf:type sp:Select ; |
| 4025 | - sp:resultVariables (_:b74) ; | 4040 | + sp:resultVariables (_:b69) ; |
| 4026 | sp:where ([ rdf:type sp:Bind ; | 4041 | sp:where ([ rdf:type sp:Bind ; |
| 4027 | sp:expression | 4042 | sp:expression |
| 4028 | [ rdf:type sp:if ; | 4043 | [ rdf:type sp:if ; |
| ... | @@ -4033,7 +4048,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -4033,7 +4048,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 4033 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 4048 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 4034 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 4049 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 4035 | ] ; | 4050 | ] ; |
| 4036 | - sp:variable _:b74 | 4051 | + sp:variable _:b69 |
| 4037 | ]) | 4052 | ]) |
| 4038 | ] . | 4053 | ] . |
| 4039 | 4054 | ||
| ... | @@ -4043,7 +4058,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -4043,7 +4058,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 4043 | rdfs:subClassOf ep-spin-lib:Function ; | 4058 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4044 | spin:body | 4059 | spin:body |
| 4045 | [ rdf:type sp:Select ; | 4060 | [ rdf:type sp:Select ; |
| 4046 | - sp:resultVariables (_:b75) ; | 4061 | + sp:resultVariables (_:b70) ; |
| 4047 | sp:where ([ rdf:type sp:Bind ; | 4062 | sp:where ([ rdf:type sp:Bind ; |
| 4048 | sp:expression | 4063 | sp:expression |
| 4049 | [ rdf:type sp:if ; | 4064 | [ rdf:type sp:if ; |
| ... | @@ -4054,7 +4069,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -4054,7 +4069,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 4054 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 4069 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 4055 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 4070 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 4056 | ] ; | 4071 | ] ; |
| 4057 | - sp:variable _:b75 | 4072 | + sp:variable _:b70 |
| 4058 | ]) | 4073 | ]) |
| 4059 | ] . | 4074 | ] . |
| 4060 | 4075 | ||
| ... | @@ -4064,7 +4079,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -4064,7 +4079,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 4064 | rdfs:subClassOf ep-spin-lib:Function ; | 4079 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4065 | spin:body | 4080 | spin:body |
| 4066 | [ rdf:type sp:Select ; | 4081 | [ rdf:type sp:Select ; |
| 4067 | - sp:resultVariables (_:b76) ; | 4082 | + sp:resultVariables (_:b71) ; |
| 4068 | sp:where ([ rdf:type sp:Bind ; | 4083 | sp:where ([ rdf:type sp:Bind ; |
| 4069 | sp:expression | 4084 | sp:expression |
| 4070 | [ rdf:type sp:if ; | 4085 | [ rdf:type sp:if ; |
| ... | @@ -4075,7 +4090,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -4075,7 +4090,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 4075 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 4090 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 4076 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 4091 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 4077 | ] ; | 4092 | ] ; |
| 4078 | - sp:variable _:b76 | 4093 | + sp:variable _:b71 |
| 4079 | ]) | 4094 | ]) |
| 4080 | ] . | 4095 | ] . |
| 4081 | 4096 | ||
| ... | @@ -4085,7 +4100,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -4085,7 +4100,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 4085 | rdfs:subClassOf ep-spin-lib:Function ; | 4100 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4086 | spin:body | 4101 | spin:body |
| 4087 | [ rdf:type sp:Select ; | 4102 | [ rdf:type sp:Select ; |
| 4088 | - sp:resultVariables (_:b77) ; | 4103 | + sp:resultVariables (_:b72) ; |
| 4089 | sp:where ([ rdf:type sp:Bind ; | 4104 | sp:where ([ rdf:type sp:Bind ; |
| 4090 | sp:expression | 4105 | sp:expression |
| 4091 | [ rdf:type sp:if ; | 4106 | [ rdf:type sp:if ; |
| ... | @@ -4096,7 +4111,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -4096,7 +4111,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 4096 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 4111 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 4097 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 4112 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 4098 | ] ; | 4113 | ] ; |
| 4099 | - sp:variable _:b77 | 4114 | + sp:variable _:b72 |
| 4100 | ]) | 4115 | ]) |
| 4101 | ] . | 4116 | ] . |
| 4102 | 4117 | ||
| ... | @@ -4106,7 +4121,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -4106,7 +4121,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 4106 | rdfs:subClassOf ep-spin-lib:Function ; | 4121 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4107 | spin:body | 4122 | spin:body |
| 4108 | [ rdf:type sp:Select ; | 4123 | [ rdf:type sp:Select ; |
| 4109 | - sp:resultVariables (_:b78) ; | 4124 | + sp:resultVariables (_:b73) ; |
| 4110 | sp:where ([ rdf:type sp:Bind ; | 4125 | sp:where ([ rdf:type sp:Bind ; |
| 4111 | sp:expression | 4126 | sp:expression |
| 4112 | [ rdf:type sp:if ; | 4127 | [ rdf:type sp:if ; |
| ... | @@ -4117,7 +4132,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -4117,7 +4132,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 4117 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 4132 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 4118 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 4133 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 4119 | ] ; | 4134 | ] ; |
| 4120 | - sp:variable _:b78 | 4135 | + sp:variable _:b73 |
| 4121 | ]) | 4136 | ]) |
| 4122 | ] . | 4137 | ] . |
| 4123 | 4138 | ||
| ... | @@ -4127,7 +4142,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -4127,7 +4142,7 @@ ep-spin-lib:selectWellCementJobType |
| 4127 | rdfs:subClassOf ep-spin-lib:Function ; | 4142 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4128 | spin:body | 4143 | spin:body |
| 4129 | [ rdf:type sp:Select ; | 4144 | [ rdf:type sp:Select ; |
| 4130 | - sp:resultVariables (_:b79) ; | 4145 | + sp:resultVariables (_:b74) ; |
| 4131 | sp:where ([ rdf:type sp:Bind ; | 4146 | sp:where ([ rdf:type sp:Bind ; |
| 4132 | sp:expression | 4147 | sp:expression |
| 4133 | [ rdf:type sp:if ; | 4148 | [ rdf:type sp:if ; |
| ... | @@ -4159,7 +4174,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -4159,7 +4174,7 @@ ep-spin-lib:selectWellCementJobType |
| 4159 | ] | 4174 | ] |
| 4160 | ] | 4175 | ] |
| 4161 | ] ; | 4176 | ] ; |
| 4162 | - sp:variable _:b79 | 4177 | + sp:variable _:b74 |
| 4163 | ]) | 4178 | ]) |
| 4164 | ] . | 4179 | ] . |
| 4165 | 4180 | ||
| ... | @@ -4214,7 +4229,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -4214,7 +4229,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 4214 | rdfs:subClassOf ep-spin-lib:Function ; | 4229 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4215 | spin:body | 4230 | spin:body |
| 4216 | [ rdf:type sp:Select ; | 4231 | [ rdf:type sp:Select ; |
| 4217 | - sp:resultVariables (_:b80) ; | 4232 | + sp:resultVariables (_:b75) ; |
| 4218 | sp:where ([ rdf:type sp:Bind ; | 4233 | sp:where ([ rdf:type sp:Bind ; |
| 4219 | sp:expression | 4234 | sp:expression |
| 4220 | [ rdf:type sp:if ; | 4235 | [ rdf:type sp:if ; |
| ... | @@ -4246,7 +4261,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -4246,7 +4261,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 4246 | ] | 4261 | ] |
| 4247 | ] | 4262 | ] |
| 4248 | ] ; | 4263 | ] ; |
| 4249 | - sp:variable _:b80 | 4264 | + sp:variable _:b75 |
| 4250 | ]) | 4265 | ]) |
| 4251 | ] . | 4266 | ] . |
| 4252 | 4267 | ||
| ... | @@ -4315,7 +4330,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -4315,7 +4330,7 @@ ep-spin-lib:selectWellKillingType |
| 4315 | rdfs:subClassOf ep-spin-lib:Function ; | 4330 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4316 | spin:body | 4331 | spin:body |
| 4317 | [ rdf:type sp:Select ; | 4332 | [ rdf:type sp:Select ; |
| 4318 | - sp:resultVariables (_:b81) ; | 4333 | + sp:resultVariables (_:b76) ; |
| 4319 | sp:where ([ rdf:type sp:Bind ; | 4334 | sp:where ([ rdf:type sp:Bind ; |
| 4320 | sp:expression | 4335 | sp:expression |
| 4321 | [ rdf:type sp:if ; | 4336 | [ rdf:type sp:if ; |
| ... | @@ -4361,7 +4376,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -4361,7 +4376,7 @@ ep-spin-lib:selectWellKillingType |
| 4361 | ] | 4376 | ] |
| 4362 | ] | 4377 | ] |
| 4363 | ] ; | 4378 | ] ; |
| 4364 | - sp:variable _:b81 | 4379 | + sp:variable _:b76 |
| 4365 | ]) | 4380 | ]) |
| 4366 | ] . | 4381 | ] . |
| 4367 | 4382 | ||
| ... | @@ -4371,7 +4386,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -4371,7 +4386,7 @@ ep-spin-lib:selectWellTestType |
| 4371 | rdfs:subClassOf ep-spin-lib:Function ; | 4386 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4372 | spin:body | 4387 | spin:body |
| 4373 | [ rdf:type sp:Select ; | 4388 | [ rdf:type sp:Select ; |
| 4374 | - sp:resultVariables (_:b82) ; | 4389 | + sp:resultVariables (_:b77) ; |
| 4375 | sp:where ([ rdf:type sp:Bind ; | 4390 | sp:where ([ rdf:type sp:Bind ; |
| 4376 | sp:expression | 4391 | sp:expression |
| 4377 | [ rdf:type sp:if ; | 4392 | [ rdf:type sp:if ; |
| ... | @@ -4389,7 +4404,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -4389,7 +4404,7 @@ ep-spin-lib:selectWellTestType |
| 4389 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 4404 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 4390 | ] | 4405 | ] |
| 4391 | ] ; | 4406 | ] ; |
| 4392 | - sp:variable _:b82 | 4407 | + sp:variable _:b77 |
| 4393 | ]) | 4408 | ]) |
| 4394 | ] . | 4409 | ] . |
| 4395 | 4410 | ||
| ... | @@ -4399,7 +4414,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -4399,7 +4414,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 4399 | rdfs:subClassOf ep-spin-lib:Function ; | 4414 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4400 | spin:body | 4415 | spin:body |
| 4401 | [ rdf:type sp:Select ; | 4416 | [ rdf:type sp:Select ; |
| 4402 | - sp:resultVariables (_:b83) ; | 4417 | + sp:resultVariables (_:b78) ; |
| 4403 | sp:where ([ rdf:type sp:Bind ; | 4418 | sp:where ([ rdf:type sp:Bind ; |
| 4404 | sp:expression | 4419 | sp:expression |
| 4405 | [ rdf:type sp:if ; | 4420 | [ rdf:type sp:if ; |
| ... | @@ -4410,7 +4425,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -4410,7 +4425,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 4410 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 4425 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 4411 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 4426 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 4412 | ] ; | 4427 | ] ; |
| 4413 | - sp:variable _:b83 | 4428 | + sp:variable _:b78 |
| 4414 | ]) | 4429 | ]) |
| 4415 | ] . | 4430 | ] . |
| 4416 | 4431 | ||
| ... | @@ -4420,7 +4435,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -4420,7 +4435,7 @@ ep-spin-lib:selectYieldPointScale |
| 4420 | rdfs:subClassOf ep-spin-lib:Function ; | 4435 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4421 | spin:body | 4436 | spin:body |
| 4422 | [ rdf:type sp:Select ; | 4437 | [ rdf:type sp:Select ; |
| 4423 | - sp:resultVariables (_:b84) ; | 4438 | + sp:resultVariables (_:b79) ; |
| 4424 | sp:where ([ rdf:type sp:Bind ; | 4439 | sp:where ([ rdf:type sp:Bind ; |
| 4425 | sp:expression | 4440 | sp:expression |
| 4426 | [ rdf:type sp:if ; | 4441 | [ rdf:type sp:if ; |
| ... | @@ -4445,7 +4460,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -4445,7 +4460,7 @@ ep-spin-lib:selectYieldPointScale |
| 4445 | ] | 4460 | ] |
| 4446 | ] | 4461 | ] |
| 4447 | ] ; | 4462 | ] ; |
| 4448 | - sp:variable _:b84 | 4463 | + sp:variable _:b79 |
| 4449 | ]) | 4464 | ]) |
| 4450 | ] . | 4465 | ] . |
| 4451 | 4466 | ||
| ... | @@ -4454,245 +4469,230 @@ ddr:TTUC_Enumeration_1 | ... | @@ -4454,245 +4469,230 @@ ddr:TTUC_Enumeration_1 |
| 4454 | rdfs:label "Enumeration"^^xsd:string ; | 4469 | rdfs:label "Enumeration"^^xsd:string ; |
| 4455 | dtype:value ddr:TTUC_degC . | 4470 | dtype:value ddr:TTUC_degC . |
| 4456 | 4471 | ||
| 4457 | -_:b1 sp:varName "uri"^^xsd:string . | 4472 | +_:b79 |
| 4458 | - | 4473 | + sp:varName "yieldPointScale"^^xsd:string . |
| 4459 | -_:b2 sp:varName "uri"^^xsd:string . | ||
| 4460 | - | ||
| 4461 | -_:b3 sp:varName "uri"^^xsd:string . | ||
| 4462 | - | ||
| 4463 | -_:b4 sp:varName "uri"^^xsd:string . | ||
| 4464 | - | ||
| 4465 | -_:b5 sp:varName "uri"^^xsd:string . | ||
| 4466 | 4474 | ||
| 4467 | -_:b6 sp:varName "uri"^^xsd:string . | 4475 | +_:b78 |
| 4476 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 4468 | 4477 | ||
| 4469 | -_:b7 sp:varName "uri"^^xsd:string . | 4478 | +_:b77 |
| 4479 | + sp:varName "wellTestType"^^xsd:string . | ||
| 4470 | 4480 | ||
| 4471 | -_:b8 sp:varName "uri"^^xsd:string . | 4481 | +_:b76 |
| 4482 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 4472 | 4483 | ||
| 4473 | -_:b9 sp:varName "uri"^^xsd:string . | 4484 | +_:b75 |
| 4485 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4474 | 4486 | ||
| 4475 | -_:b10 | 4487 | +_:b74 |
| 4476 | - sp:varName "uri"^^xsd:string . | 4488 | + sp:varName "wellCementJobType"^^xsd:string . |
| 4477 | 4489 | ||
| 4478 | -_:b11 | 4490 | +_:b73 |
| 4479 | - sp:varName "uri"^^xsd:string . | 4491 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . |
| 4480 | 4492 | ||
| 4481 | -_:b12 | 4493 | +_:b72 |
| 4482 | - sp:varName "uri"^^xsd:string . | 4494 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . |
| 4483 | 4495 | ||
| 4484 | -_:b13 | 4496 | +_:b71 |
| 4485 | - sp:varName "uri"^^xsd:string . | 4497 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
| 4486 | 4498 | ||
| 4487 | -_:b14 | 4499 | +_:b70 |
| 4488 | - sp:varName "uri"^^xsd:string . | 4500 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
| 4489 | 4501 | ||
| 4490 | -_:b15 | 4502 | +_:b69 |
| 4491 | - sp:varName "uri"^^xsd:string . | 4503 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
| 4492 | 4504 | ||
| 4493 | -_:b16 | 4505 | +_:b68 |
| 4494 | - sp:varName "uri"^^xsd:string . | 4506 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 4495 | 4507 | ||
| 4496 | -_:b17 | 4508 | +_:b67 |
| 4497 | - sp:varName "uri"^^xsd:string . | 4509 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 4498 | 4510 | ||
| 4499 | -_:b18 | 4511 | +_:b66 |
| 4500 | - sp:varName "uri"^^xsd:string . | 4512 | + sp:varName "wellBoreHphtType"^^xsd:string . |
| 4501 | 4513 | ||
| 4502 | -_:b19 | 4514 | +_:b65 |
| 4503 | - sp:varName "uri"^^xsd:string . | 4515 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 4504 | 4516 | ||
| 4505 | -_:b20 | 4517 | +_:b64 |
| 4506 | - sp:varName "uri"^^xsd:string . | 4518 | + sp:varName "volumetricFlowRateScale"^^xsd:string . |
| 4507 | 4519 | ||
| 4508 | -_:b21 | 4520 | +_:b63 |
| 4509 | - sp:varName "uri"^^xsd:string . | 4521 | + sp:varName "volumeScale"^^xsd:string . |
| 4510 | 4522 | ||
| 4511 | -_:b22 | 4523 | +_:b62 |
| 4512 | - sp:varName "uri"^^xsd:string . | 4524 | + sp:varName "durationScale"^^xsd:string . |
| 4513 | 4525 | ||
| 4514 | -_:b23 | 4526 | +_:b61 |
| 4515 | - sp:varName "uri"^^xsd:string . | 4527 | + sp:varName "temperatureScale"^^xsd:string . |
| 4516 | 4528 | ||
| 4517 | -_:b24 | 4529 | +_:b60 |
| 4518 | - sp:varName "uri"^^xsd:string . | 4530 | + sp:varName "strengthScale"^^xsd:string . |
| 4519 | 4531 | ||
| 4520 | -_:b25 | 4532 | +_:b59 |
| 4521 | - sp:varName "uri"^^xsd:string . | 4533 | + sp:varName "speedScale"^^xsd:string . |
| 4522 | 4534 | ||
| 4523 | -_:b26 | 4535 | +_:b58 |
| 4524 | - sp:varName "uri"^^xsd:string . | 4536 | + sp:varName "pressureTestType"^^xsd:string . |
| 4525 | 4537 | ||
| 4526 | -_:b27 | 4538 | +_:b57 |
| 4527 | - sp:varName "uri"^^xsd:string . | 4539 | + sp:varName "pressureScale"^^xsd:string . |
| 4528 | 4540 | ||
| 4529 | -_:b28 | 4541 | +_:b56 |
| 4530 | - sp:varName "uri"^^xsd:string . | 4542 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 4531 | 4543 | ||
| 4532 | -_:b29 | 4544 | +_:b55 |
| 4533 | - sp:varName "uri"^^xsd:string . | 4545 | + sp:varName "plasticViscosityScale"^^xsd:string . |
| 4534 | 4546 | ||
| 4535 | -_:b30 | 4547 | +_:b54 |
| 4536 | - sp:varName "uri"^^xsd:string . | 4548 | + sp:varName "angleScale"^^xsd:string . |
| 4537 | 4549 | ||
| 4538 | -_:b31 | 4550 | +_:b53 |
| 4539 | - sp:varName "normalizedStr"^^xsd:string . | 4551 | + sp:varName "mudClass"^^xsd:string . |
| 4540 | 4552 | ||
| 4541 | -_:b32 | 4553 | +_:b52 |
| 4542 | - sp:varName "s1"^^xsd:string . | 4554 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 4543 | 4555 | ||
| 4544 | -_:b33 | 4556 | +_:b51 |
| 4545 | - sp:varName "s2"^^xsd:string . | 4557 | + sp:varName "lengthScale"^^xsd:string . |
| 4546 | 4558 | ||
| 4547 | -_:b34 | 4559 | +_:b50 |
| 4548 | - sp:varName "t0a"^^xsd:string . | 4560 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4549 | 4561 | ||
| 4550 | -_:b35 | 4562 | +_:b49 |
| 4551 | - sp:varName "t0b"^^xsd:string . | 4563 | + sp:varName "innerBarrelType"^^xsd:string . |
| 4552 | 4564 | ||
| 4553 | -_:b36 | 4565 | +_:b48 |
| 4554 | - sp:varName "t1"^^xsd:string . | 4566 | + sp:varName "gasReadingType"^^xsd:string . |
| 4555 | 4567 | ||
| 4556 | -_:b37 | 4568 | +_:b47 |
| 4557 | - sp:varName "t2"^^xsd:string . | 4569 | + sp:varName "fluidType"^^xsd:string . |
| 4558 | 4570 | ||
| 4559 | -_:b38 | 4571 | +_:b46 |
| 4560 | - sp:varName "t3"^^xsd:string . | 4572 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 4561 | 4573 | ||
| 4562 | -_:b39 | 4574 | +_:b45 |
| 4563 | - sp:varName "t4"^^xsd:string . | 4575 | + sp:varName "drillingEquipmentType"^^xsd:string . |
| 4564 | 4576 | ||
| 4565 | -_:b40 | 4577 | +_:b44 |
| 4566 | - sp:varName "activitySuccessType"^^xsd:string . | 4578 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
| 4567 | 4579 | ||
| 4568 | -_:b41 | 4580 | +_:b43 |
| 4569 | - sp:varName "casingRoleType"^^xsd:string . | 4581 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 4570 | 4582 | ||
| 4571 | _:b42 | 4583 | _:b42 |
| 4572 | - sp:varName "cementingFluidReturnType"^^xsd:string . | 4584 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 4573 | - | ||
| 4574 | -_:b43 | ||
| 4575 | - sp:varName "classOfWellDatumObject"^^xsd:string . | ||
| 4576 | 4585 | ||
| 4577 | -_:b44 | 4586 | +_:b41 |
| 4578 | - sp:varName "componentType"^^xsd:string . | 4587 | + sp:varName "densityScale"^^xsd:string . |
| 4579 | 4588 | ||
| 4580 | -_:b45 | 4589 | +_:b40 |
| 4581 | sp:varName "dailyDrillingReportType"^^xsd:string . | 4590 | sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4582 | 4591 | ||
| 4583 | -_:b46 | 4592 | +_:b39 |
| 4584 | - sp:varName "densityScale"^^xsd:string . | 4593 | + sp:varName "componentType"^^xsd:string . |
| 4585 | 4594 | ||
| 4586 | -_:b47 | 4595 | +_:b38 |
| 4587 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 4596 | + sp:varName "classOfWellDatumObject"^^xsd:string . |
| 4588 | 4597 | ||
| 4589 | -_:b48 | 4598 | +_:b37 |
| 4590 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 4599 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 4591 | 4600 | ||
| 4592 | -_:b49 | 4601 | +_:b36 |
| 4593 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 4602 | + sp:varName "casingRoleType"^^xsd:string . |
| 4594 | 4603 | ||
| 4595 | -_:b50 | 4604 | +_:b35 |
| 4596 | - sp:varName "drillingEquipmentType"^^xsd:string . | 4605 | + sp:varName "activitySuccessType"^^xsd:string . |
| 4597 | 4606 | ||
| 4598 | -_:b51 | 4607 | +_:b34 |
| 4599 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 4608 | + sp:varName "t4"^^xsd:string . |
| 4600 | 4609 | ||
| 4601 | -_:b52 | 4610 | +_:b33 |
| 4602 | - sp:varName "fluidType"^^xsd:string . | 4611 | + sp:varName "t3"^^xsd:string . |
| 4603 | 4612 | ||
| 4604 | -_:b53 | 4613 | +_:b32 |
| 4605 | - sp:varName "gasReadingType"^^xsd:string . | 4614 | + sp:varName "t2"^^xsd:string . |
| 4606 | 4615 | ||
| 4607 | -_:b54 | 4616 | +_:b31 |
| 4608 | - sp:varName "innerBarrelType"^^xsd:string . | 4617 | + sp:varName "t1"^^xsd:string . |
| 4609 | 4618 | ||
| 4610 | -_:b55 | 4619 | +_:b30 |
| 4611 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 4620 | + sp:varName "t0b"^^xsd:string . |
| 4612 | 4621 | ||
| 4613 | -_:b56 | 4622 | +_:b29 |
| 4614 | - sp:varName "lengthScale"^^xsd:string . | 4623 | + sp:varName "t0a"^^xsd:string . |
| 4615 | 4624 | ||
| 4616 | -_:b57 | 4625 | +_:b28 |
| 4617 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 4626 | + sp:varName "s2"^^xsd:string . |
| 4618 | 4627 | ||
| 4619 | -_:b58 | 4628 | +_:b27 |
| 4620 | - sp:varName "mudClass"^^xsd:string . | 4629 | + sp:varName "s1"^^xsd:string . |
| 4621 | 4630 | ||
| 4622 | -_:b59 | 4631 | +_:b26 |
| 4623 | - sp:varName "angleScale"^^xsd:string . | 4632 | + sp:varName "normalizedStr"^^xsd:string . |
| 4624 | 4633 | ||
| 4625 | -_:b60 | 4634 | +_:b25 |
| 4626 | - sp:varName "plasticViscosityScale"^^xsd:string . | 4635 | + sp:varName "uri"^^xsd:string . |
| 4627 | 4636 | ||
| 4628 | -_:b61 | 4637 | +_:b24 |
| 4629 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 4638 | + sp:varName "uri"^^xsd:string . |
| 4630 | 4639 | ||
| 4631 | -_:b62 | 4640 | +_:b23 |
| 4632 | - sp:varName "pressureScale"^^xsd:string . | 4641 | + sp:varName "uri"^^xsd:string . |
| 4633 | 4642 | ||
| 4634 | -_:b63 | 4643 | +_:b22 |
| 4635 | - sp:varName "pressureTestType"^^xsd:string . | 4644 | + sp:varName "uri"^^xsd:string . |
| 4636 | 4645 | ||
| 4637 | -_:b64 | 4646 | +_:b21 |
| 4638 | - sp:varName "speedScale"^^xsd:string . | 4647 | + sp:varName "uri"^^xsd:string . |
| 4639 | 4648 | ||
| 4640 | -_:b65 | 4649 | +_:b20 |
| 4641 | - sp:varName "strengthScale"^^xsd:string . | 4650 | + sp:varName "uri"^^xsd:string . |
| 4642 | 4651 | ||
| 4643 | -_:b66 | 4652 | +_:b19 |
| 4644 | - sp:varName "temperatureScale"^^xsd:string . | 4653 | + sp:varName "uri"^^xsd:string . |
| 4645 | 4654 | ||
| 4646 | -_:b67 | 4655 | +_:b18 |
| 4647 | - sp:varName "durationScale"^^xsd:string . | 4656 | + sp:varName "uri"^^xsd:string . |
| 4648 | 4657 | ||
| 4649 | -_:b68 | 4658 | +_:b17 |
| 4650 | - sp:varName "volumeScale"^^xsd:string . | 4659 | + sp:varName "uri"^^xsd:string . |
| 4651 | 4660 | ||
| 4652 | -_:b69 | 4661 | +_:b16 |
| 4653 | - sp:varName "volumetricFlowRateScale"^^xsd:string . | 4662 | + sp:varName "uri"^^xsd:string . |
| 4654 | 4663 | ||
| 4655 | -_:b70 | 4664 | +_:b15 |
| 4656 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 4665 | + sp:varName "uri"^^xsd:string . |
| 4657 | 4666 | ||
| 4658 | -_:b71 | 4667 | +_:b14 |
| 4659 | - sp:varName "wellBoreHphtType"^^xsd:string . | 4668 | + sp:varName "uri"^^xsd:string . |
| 4660 | 4669 | ||
| 4661 | -_:b72 | 4670 | +_:b13 |
| 4662 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 4671 | + sp:varName "uri"^^xsd:string . |
| 4663 | 4672 | ||
| 4664 | -_:b73 | 4673 | +_:b12 |
| 4665 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 4674 | + sp:varName "uri"^^xsd:string . |
| 4666 | 4675 | ||
| 4667 | -_:b74 | 4676 | +_:b11 |
| 4668 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 4677 | + sp:varName "uri"^^xsd:string . |
| 4669 | 4678 | ||
| 4670 | -_:b75 | 4679 | +_:b10 |
| 4671 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 4680 | + sp:varName "uri"^^xsd:string . |
| 4672 | 4681 | ||
| 4673 | -_:b76 | 4682 | +_:b9 sp:varName "uri"^^xsd:string . |
| 4674 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 4675 | 4683 | ||
| 4676 | -_:b77 | 4684 | +_:b8 sp:varName "uri"^^xsd:string . |
| 4677 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 4678 | 4685 | ||
| 4679 | -_:b78 | 4686 | +_:b7 sp:varName "uri"^^xsd:string . |
| 4680 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 4681 | 4687 | ||
| 4682 | -_:b79 | 4688 | +_:b6 sp:varName "uri"^^xsd:string . |
| 4683 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 4684 | 4689 | ||
| 4685 | -_:b80 | 4690 | +_:b5 sp:varName "uri"^^xsd:string . |
| 4686 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4687 | 4691 | ||
| 4688 | -_:b81 | 4692 | +_:b4 sp:varName "uri"^^xsd:string . |
| 4689 | - sp:varName "wellKillingType"^^xsd:string . | ||
| 4690 | 4693 | ||
| 4691 | -_:b82 | 4694 | +_:b3 sp:varName "uri"^^xsd:string . |
| 4692 | - sp:varName "wellTestType"^^xsd:string . | ||
| 4693 | 4695 | ||
| 4694 | -_:b83 | 4696 | +_:b2 sp:varName "uri"^^xsd:string . |
| 4695 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 4696 | 4697 | ||
| 4697 | -_:b84 | 4698 | +_:b1 sp:varName "uri"^^xsd:string . |
| 4698 | - sp:varName "yieldPointScale"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -25,35 +25,21 @@ | ... | @@ -25,35 +25,21 @@ |
| 25 | 25 | ||
| 26 | <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> | 26 | <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> |
| 27 | rdf:type owl:Ontology ; | 27 | rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://spinrdf.org/spin> ; | 28 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 30 | 30 | ||
| 31 | ddr:Obj_drillReport | 31 | ddr:Obj_drillReport |
| 32 | spin:rule | 32 | spin:rule |
| 33 | [ rdf:type sp:Construct ; | 33 | [ rdf:type sp:Construct ; |
| 34 | - rdfs:comment """STEP 169a Transfer waterDepth | 34 | + rdfs:comment """STEP 168 Transfer fixedRig |
| 35 | This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; | 35 | This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; |
| 36 | - sp:templates ([ sp:object _:b1 ; | 36 | + sp:templates ([ sp:object |
| 37 | - sp:predicate ep-core:hasPart ; | 37 | + [ sp:varName "fixedOrMoveableRigType"^^xsd:string |
| 38 | + ] ; | ||
| 39 | + sp:predicate rdf:type ; | ||
| 38 | sp:subject | 40 | sp:subject |
| 39 | - [ sp:varName "temporalPartOfARig"^^xsd:string | 41 | + [ sp:varName "rig"^^xsd:string |
| 40 | ] | 42 | ] |
| 41 | - ] [ sp:object ep-facility:SurroundingWater ; | ||
| 42 | - sp:predicate rdf:type ; | ||
| 43 | - sp:subject _:b1 | ||
| 44 | - ] [ sp:object _:b2 ; | ||
| 45 | - sp:predicate ep-facility:depthOfSurroundingWater ; | ||
| 46 | - sp:subject _:b1 | ||
| 47 | - ] [ sp:object ep-core:Length ; | ||
| 48 | - sp:predicate rdf:type ; | ||
| 49 | - sp:subject _:b2 | ||
| 50 | - ] [ sp:object | ||
| 51 | - [ sp:varName "real"^^xsd:string | ||
| 52 | - ] ; | ||
| 53 | - sp:predicate | ||
| 54 | - [ sp:varName "lengthScale"^^xsd:string | ||
| 55 | - ] ; | ||
| 56 | - sp:subject _:b2 | ||
| 57 | ]) ; | 43 | ]) ; |
| 58 | sp:where ([ sp:object | 44 | sp:where ([ sp:object |
| 59 | [ sp:varName "nameWellBore"^^xsd:string | 45 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -66,11 +52,6 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -66,11 +52,6 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 66 | sp:predicate ddr:dTimStart ; | 52 | sp:predicate ddr:dTimStart ; |
| 67 | sp:subject spin:_this | 53 | sp:subject spin:_this |
| 68 | ] [ sp:object | 54 | ] [ sp:object |
| 69 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 70 | - ] ; | ||
| 71 | - sp:predicate ddr:statusInfoRef ; | ||
| 72 | - sp:subject spin:_this | ||
| 73 | - ] [ sp:object | ||
| 74 | [ sp:varName "temporalPartOfARig"^^xsd:string | 55 | [ sp:varName "temporalPartOfARig"^^xsd:string |
| 75 | ] ; | 56 | ] ; |
| 76 | sp:predicate ep-activity:onRig ; | 57 | sp:predicate ep-activity:onRig ; |
| ... | @@ -78,25 +59,28 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -78,25 +59,28 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 78 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 59 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 79 | ] | 60 | ] |
| 80 | ] [ sp:object | 61 | ] [ sp:object |
| 81 | - [ sp:varName "waterDepth"^^xsd:string | 62 | + [ sp:varName "rig"^^xsd:string |
| 82 | ] ; | 63 | ] ; |
| 83 | - sp:predicate ddr:waterDepthRef ; | 64 | + sp:predicate ep-core:temporalPartOf ; |
| 84 | sp:subject | 65 | sp:subject |
| 85 | - [ sp:varName "statusInfo"^^xsd:string | 66 | + [ sp:varName "temporalPartOfARig"^^xsd:string |
| 86 | ] | 67 | ] |
| 87 | - ] [ sp:object | 68 | + ] [ sp:object ep-facility:Rig ; |
| 88 | - [ sp:varName "real"^^xsd:string | 69 | + sp:predicate rdf:type ; |
| 89 | - ] ; | ||
| 90 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 91 | sp:subject | 70 | sp:subject |
| 92 | - [ sp:varName "waterDepth"^^xsd:string | 71 | + [ sp:varName "rig"^^xsd:string |
| 93 | ] | 72 | ] |
| 94 | ] [ sp:object | 73 | ] [ sp:object |
| 95 | - [ sp:varName "uom"^^xsd:string | 74 | + [ sp:varName "statusInfo"^^xsd:string |
| 96 | ] ; | 75 | ] ; |
| 97 | - sp:predicate ddr:uomRef ; | 76 | + sp:predicate ddr:statusInfoRef ; |
| 77 | + sp:subject spin:_this | ||
| 78 | + ] [ sp:object | ||
| 79 | + [ sp:varName "fixedRig"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + sp:predicate ddr:fixedRig ; | ||
| 98 | sp:subject | 82 | sp:subject |
| 99 | - [ sp:varName "waterDepth"^^xsd:string | 83 | + [ sp:varName "statusInfo"^^xsd:string |
| 100 | ] | 84 | ] |
| 101 | ] [ rdf:type sp:Bind ; | 85 | ] [ rdf:type sp:Bind ; |
| 102 | sp:expression | 86 | sp:expression |
| ... | @@ -120,82 +104,35 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -120,82 +104,35 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 120 | ] | 104 | ] |
| 121 | ] [ rdf:type sp:Bind ; | 105 | ] [ rdf:type sp:Bind ; |
| 122 | sp:expression | 106 | sp:expression |
| 123 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 107 | + [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; |
| 124 | - sp:arg1 [ sp:varName "uom"^^xsd:string | 108 | + sp:arg1 [ sp:varName "fixedRig"^^xsd:string |
| 125 | ] | 109 | ] |
| 126 | ] ; | 110 | ] ; |
| 127 | sp:variable | 111 | sp:variable |
| 128 | - [ sp:varName "lengthScale"^^xsd:string | 112 | + [ sp:varName "fixedOrMoveableRigType"^^xsd:string |
| 129 | ] | 113 | ] |
| 130 | ]) | 114 | ]) |
| 131 | ] ; | 115 | ] ; |
| 132 | spin:rule | 116 | spin:rule |
| 133 | [ rdf:type sp:Construct ; | 117 | [ rdf:type sp:Construct ; |
| 134 | - rdfs:comment "STEP 160b Set rig for drilling activity - NPD Code not supplied"^^xsd:string ; | 118 | + rdfs:comment "STEP 160a Set rig for drilling activity - NPD Code supplied"^^xsd:string ; |
| 135 | - sp:templates ([ sp:object _:b3 ; | 119 | + sp:templates ([ sp:object _:b1 ; |
| 136 | sp:predicate ep-activity:onRig ; | 120 | sp:predicate ep-activity:onRig ; |
| 137 | - sp:subject _:b4 | 121 | + sp:subject |
| 122 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 123 | + ] | ||
| 138 | ] [ sp:object ep-facility:TemporalPartOfARig ; | 124 | ] [ sp:object ep-facility:TemporalPartOfARig ; |
| 139 | sp:predicate rdf:type ; | 125 | sp:predicate rdf:type ; |
| 140 | - sp:subject _:b3 | 126 | + sp:subject _:b1 |
| 141 | - ] [ sp:object _:b5 ; | 127 | + ] [ sp:object |
| 128 | + [ sp:varName "rig"^^xsd:string | ||
| 129 | + ] ; | ||
| 142 | sp:predicate ep-core:temporalPartOf ; | 130 | sp:predicate ep-core:temporalPartOf ; |
| 143 | - sp:subject _:b3 | 131 | + sp:subject _:b1 |
| 144 | ] [ sp:object ep-facility:Rig ; | 132 | ] [ sp:object ep-facility:Rig ; |
| 145 | sp:predicate rdf:type ; | 133 | sp:predicate rdf:type ; |
| 146 | - sp:subject _:b5 | ||
| 147 | - ]) ; | ||
| 148 | - sp:where ([ sp:object _:b6 ; | ||
| 149 | - sp:predicate ep-spin-lib:nameWellbore ; | ||
| 150 | - sp:subject spin:_this | ||
| 151 | - ] [ sp:object _:b7 ; | ||
| 152 | - sp:predicate ddr:dTimStart ; | ||
| 153 | - sp:subject spin:_this | ||
| 154 | - ] [ rdf:type sp:NotExists ; | ||
| 155 | - sp:elements ([ sp:object _:b8 ; | ||
| 156 | - sp:predicate ddr:wellboreInfoRef ; | ||
| 157 | - sp:subject spin:_this | ||
| 158 | - ] [ sp:object _:b9 ; | ||
| 159 | - sp:predicate ddr:rigAliasRef ; | ||
| 160 | - sp:subject _:b8 | ||
| 161 | - ] [ sp:object | ||
| 162 | - [ sp:varName "code"^^xsd:string | ||
| 163 | - ] ; | ||
| 164 | - sp:predicate ddr:name ; | ||
| 165 | - sp:subject _:b9 | ||
| 166 | - ] [ rdf:type sp:Union ; | ||
| 167 | - sp:elements (([ sp:object "NPD Code"^^xsd:string ; | ||
| 168 | - sp:predicate ddr:namingSystem ; | ||
| 169 | - sp:subject _:b9 | ||
| 170 | - ]) ([ sp:object "NPD code"^^xsd:string ; | ||
| 171 | - sp:predicate ddr:namingSystem ; | ||
| 172 | - sp:subject _:b9 | ||
| 173 | - ])) | ||
| 174 | - ]) | ||
| 175 | - ] [ rdf:type sp:Bind ; | ||
| 176 | - sp:expression | ||
| 177 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 178 | - sp:arg1 _:b6 | ||
| 179 | - ] ; | ||
| 180 | - sp:variable _:b10 | ||
| 181 | - ] [ rdf:type sp:Bind ; | ||
| 182 | - sp:expression | ||
| 183 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 184 | - sp:arg1 _:b10 ; | ||
| 185 | - sp:arg2 _:b7 | ||
| 186 | - ] ; | ||
| 187 | - sp:variable _:b4 | ||
| 188 | - ]) | ||
| 189 | - ] ; | ||
| 190 | - spin:rule | ||
| 191 | - [ rdf:type sp:Construct ; | ||
| 192 | - rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; | ||
| 193 | - sp:templates ([ sp:object | ||
| 194 | - [ sp:varName "dateDrillComplete"^^xsd:string | ||
| 195 | - ] ; | ||
| 196 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreCompletedAt> ; | ||
| 197 | sp:subject | 134 | sp:subject |
| 198 | - [ sp:varName "wellBore"^^xsd:string | 135 | + [ sp:varName "rig"^^xsd:string |
| 199 | ] | 136 | ] |
| 200 | ]) ; | 137 | ]) ; |
| 201 | sp:where ([ sp:object | 138 | sp:where ([ sp:object |
| ... | @@ -214,31 +151,31 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -214,31 +151,31 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 214 | sp:predicate ddr:wellboreInfoRef ; | 151 | sp:predicate ddr:wellboreInfoRef ; |
| 215 | sp:subject spin:_this | 152 | sp:subject spin:_this |
| 216 | ] [ sp:object | 153 | ] [ sp:object |
| 217 | - [ sp:varName "dateDrillComplete"^^xsd:string | 154 | + [ sp:varName "rigAlias"^^xsd:string |
| 218 | ] ; | 155 | ] ; |
| 219 | - sp:predicate ddr:dateDrillComplete ; | 156 | + sp:predicate ddr:rigAliasRef ; |
| 220 | sp:subject | 157 | sp:subject |
| 221 | [ sp:varName "wellboreInfo"^^xsd:string | 158 | [ sp:varName "wellboreInfo"^^xsd:string |
| 222 | ] | 159 | ] |
| 223 | ] [ sp:object | 160 | ] [ sp:object |
| 224 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 161 | + [ sp:varName "code"^^xsd:string |
| 225 | - ] ; | ||
| 226 | - sp:predicate ep-activity:onWellBore ; | ||
| 227 | - sp:subject | ||
| 228 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 229 | - ] | ||
| 230 | - ] [ sp:object | ||
| 231 | - [ sp:varName "wellBore"^^xsd:string | ||
| 232 | ] ; | 162 | ] ; |
| 233 | - sp:predicate ep-core:temporalPartOf ; | 163 | + sp:predicate ddr:name ; |
| 234 | - sp:subject | ||
| 235 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 236 | - ] | ||
| 237 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 238 | - sp:predicate rdf:type ; | ||
| 239 | sp:subject | 164 | sp:subject |
| 240 | - [ sp:varName "wellBore"^^xsd:string | 165 | + [ sp:varName "rigAlias"^^xsd:string |
| 241 | ] | 166 | ] |
| 167 | + ] [ rdf:type sp:Union ; | ||
| 168 | + sp:elements (([ sp:object "NPD Code"^^xsd:string ; | ||
| 169 | + sp:predicate ddr:namingSystem ; | ||
| 170 | + sp:subject | ||
| 171 | + [ sp:varName "rigAlias"^^xsd:string | ||
| 172 | + ] | ||
| 173 | + ]) ([ sp:object "NPD code"^^xsd:string ; | ||
| 174 | + sp:predicate ddr:namingSystem ; | ||
| 175 | + sp:subject | ||
| 176 | + [ sp:varName "rigAlias"^^xsd:string | ||
| 177 | + ] | ||
| 178 | + ])) | ||
| 242 | ] [ rdf:type sp:Bind ; | 179 | ] [ rdf:type sp:Bind ; |
| 243 | sp:expression | 180 | sp:expression |
| 244 | [ rdf:type ep-spin-lib:normalizeString ; | 181 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -250,6 +187,15 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -250,6 +187,15 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 250 | ] | 187 | ] |
| 251 | ] [ rdf:type sp:Bind ; | 188 | ] [ rdf:type sp:Bind ; |
| 252 | sp:expression | 189 | sp:expression |
| 190 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 191 | + sp:arg1 [ sp:varName "code"^^xsd:string | ||
| 192 | + ] | ||
| 193 | + ] ; | ||
| 194 | + sp:variable | ||
| 195 | + [ sp:varName "normalizedCode"^^xsd:string | ||
| 196 | + ] | ||
| 197 | + ] [ rdf:type sp:Bind ; | ||
| 198 | + sp:expression | ||
| 253 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 199 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 254 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 200 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 255 | ] ; | 201 | ] ; |
| ... | @@ -259,24 +205,27 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -259,24 +205,27 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 259 | sp:variable | 205 | sp:variable |
| 260 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 206 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 261 | ] | 207 | ] |
| 208 | + ] [ rdf:type sp:Bind ; | ||
| 209 | + sp:expression | ||
| 210 | + [ rdf:type ep-spin-lib:buildRigURI ; | ||
| 211 | + sp:arg1 [ sp:varName "normalizedCode"^^xsd:string | ||
| 212 | + ] | ||
| 213 | + ] ; | ||
| 214 | + sp:variable | ||
| 215 | + [ sp:varName "rig"^^xsd:string | ||
| 216 | + ] | ||
| 262 | ]) | 217 | ]) |
| 263 | ] ; | 218 | ] ; |
| 264 | spin:rule | 219 | spin:rule |
| 265 | [ rdf:type sp:Construct ; | 220 | [ rdf:type sp:Construct ; |
| 266 | - rdfs:comment "STEP 160a Set rig for drilling activity - NPD Code supplied"^^xsd:string ; | 221 | + rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; |
| 267 | - sp:templates ([ sp:object _:b11 ; | 222 | + sp:templates ([ sp:object |
| 268 | - sp:predicate ep-activity:onRig ; | 223 | + [ sp:varName "dateDrillComplete"^^xsd:string |
| 224 | + ] ; | ||
| 225 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreCompletedAt> ; | ||
| 269 | sp:subject | 226 | sp:subject |
| 270 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 227 | + [ sp:varName "wellBore"^^xsd:string |
| 271 | ] | 228 | ] |
| 272 | - ] [ sp:object ep-facility:TemporalPartOfARig ; | ||
| 273 | - sp:predicate rdf:type ; | ||
| 274 | - sp:subject _:b11 | ||
| 275 | - ] [ sp:object | ||
| 276 | - [ sp:varName "rig"^^xsd:string | ||
| 277 | - ] ; | ||
| 278 | - sp:predicate ep-core:temporalPartOf ; | ||
| 279 | - sp:subject _:b11 | ||
| 280 | ]) ; | 229 | ]) ; |
| 281 | sp:where ([ sp:object | 230 | sp:where ([ sp:object |
| 282 | [ sp:varName "nameWellBore"^^xsd:string | 231 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -294,48 +243,39 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -294,48 +243,39 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 294 | sp:predicate ddr:wellboreInfoRef ; | 243 | sp:predicate ddr:wellboreInfoRef ; |
| 295 | sp:subject spin:_this | 244 | sp:subject spin:_this |
| 296 | ] [ sp:object | 245 | ] [ sp:object |
| 297 | - [ sp:varName "rigAlias"^^xsd:string | 246 | + [ sp:varName "dateDrillComplete"^^xsd:string |
| 298 | ] ; | 247 | ] ; |
| 299 | - sp:predicate ddr:rigAliasRef ; | 248 | + sp:predicate ddr:dateDrillComplete ; |
| 300 | sp:subject | 249 | sp:subject |
| 301 | [ sp:varName "wellboreInfo"^^xsd:string | 250 | [ sp:varName "wellboreInfo"^^xsd:string |
| 302 | ] | 251 | ] |
| 303 | ] [ sp:object | 252 | ] [ sp:object |
| 304 | - [ sp:varName "code"^^xsd:string | 253 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 305 | ] ; | 254 | ] ; |
| 306 | - sp:predicate ddr:name ; | 255 | + sp:predicate ep-activity:onWellBore ; |
| 307 | sp:subject | 256 | sp:subject |
| 308 | - [ sp:varName "rigAlias"^^xsd:string | 257 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 309 | ] | 258 | ] |
| 310 | - ] [ rdf:type sp:Union ; | 259 | + ] [ sp:object |
| 311 | - sp:elements (([ sp:object "NPD Code"^^xsd:string ; | 260 | + [ sp:varName "wellBore"^^xsd:string |
| 312 | - sp:predicate ddr:namingSystem ; | ||
| 313 | - sp:subject | ||
| 314 | - [ sp:varName "rigAlias"^^xsd:string | ||
| 315 | - ] | ||
| 316 | - ]) ([ sp:object "NPD code"^^xsd:string ; | ||
| 317 | - sp:predicate ddr:namingSystem ; | ||
| 318 | - sp:subject | ||
| 319 | - [ sp:varName "rigAlias"^^xsd:string | ||
| 320 | - ] | ||
| 321 | - ])) | ||
| 322 | - ] [ rdf:type sp:Bind ; | ||
| 323 | - sp:expression | ||
| 324 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 325 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | ||
| 326 | - ] | ||
| 327 | ] ; | 261 | ] ; |
| 328 | - sp:variable | 262 | + sp:predicate ep-core:temporalPartOf ; |
| 329 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 263 | + sp:subject |
| 264 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 265 | + ] | ||
| 266 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 267 | + sp:predicate rdf:type ; | ||
| 268 | + sp:subject | ||
| 269 | + [ sp:varName "wellBore"^^xsd:string | ||
| 330 | ] | 270 | ] |
| 331 | ] [ rdf:type sp:Bind ; | 271 | ] [ rdf:type sp:Bind ; |
| 332 | sp:expression | 272 | sp:expression |
| 333 | [ rdf:type ep-spin-lib:normalizeString ; | 273 | [ rdf:type ep-spin-lib:normalizeString ; |
| 334 | - sp:arg1 [ sp:varName "code"^^xsd:string | 274 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 335 | ] | 275 | ] |
| 336 | ] ; | 276 | ] ; |
| 337 | sp:variable | 277 | sp:variable |
| 338 | - [ sp:varName "normalizedCode"^^xsd:string | 278 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 339 | ] | 279 | ] |
| 340 | ] [ rdf:type sp:Bind ; | 280 | ] [ rdf:type sp:Bind ; |
| 341 | sp:expression | 281 | sp:expression |
| ... | @@ -348,33 +288,33 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -348,33 +288,33 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 348 | sp:variable | 288 | sp:variable |
| 349 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 289 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 350 | ] | 290 | ] |
| 351 | - ] [ rdf:type sp:Bind ; | ||
| 352 | - sp:expression | ||
| 353 | - [ rdf:type ep-spin-lib:buildRigURI ; | ||
| 354 | - sp:arg1 [ sp:varName "normalizedCode"^^xsd:string | ||
| 355 | - ] | ||
| 356 | - ] ; | ||
| 357 | - sp:variable | ||
| 358 | - [ sp:varName "rig"^^xsd:string | ||
| 359 | - ] | ||
| 360 | ]) | 291 | ]) |
| 361 | ] ; | 292 | ] ; |
| 362 | spin:rule | 293 | spin:rule |
| 363 | [ rdf:type sp:Construct ; | 294 | [ rdf:type sp:Construct ; |
| 364 | - rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; | 295 | + rdfs:comment """STEP 169a Transfer waterDepth |
| 365 | - sp:templates ([ sp:object _:b12 ; | 296 | +This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; |
| 366 | - sp:predicate ep-activity:drillingContractor ; | 297 | + sp:templates ([ sp:object _:b2 ; |
| 298 | + sp:predicate ep-core:hasPart ; | ||
| 367 | sp:subject | 299 | sp:subject |
| 368 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 300 | + [ sp:varName "temporalPartOfARig"^^xsd:string |
| 369 | ] | 301 | ] |
| 370 | - ] [ sp:object ep-org:Company ; | 302 | + ] [ sp:object ep-facility:SurroundingWater ; |
| 303 | + sp:predicate rdf:type ; | ||
| 304 | + sp:subject _:b2 | ||
| 305 | + ] [ sp:object _:b3 ; | ||
| 306 | + sp:predicate ep-facility:depthOfSurroundingWater ; | ||
| 307 | + sp:subject _:b2 | ||
| 308 | + ] [ sp:object ep-core:Length ; | ||
| 371 | sp:predicate rdf:type ; | 309 | sp:predicate rdf:type ; |
| 372 | - sp:subject _:b12 | 310 | + sp:subject _:b3 |
| 373 | ] [ sp:object | 311 | ] [ sp:object |
| 374 | - [ sp:varName "nameContractor"^^xsd:string | 312 | + [ sp:varName "real"^^xsd:string |
| 375 | ] ; | 313 | ] ; |
| 376 | - sp:predicate ep-core:name ; | 314 | + sp:predicate |
| 377 | - sp:subject _:b12 | 315 | + [ sp:varName "lengthScale"^^xsd:string |
| 316 | + ] ; | ||
| 317 | + sp:subject _:b3 | ||
| 378 | ]) ; | 318 | ]) ; |
| 379 | sp:where ([ sp:object | 319 | sp:where ([ sp:object |
| 380 | [ sp:varName "nameWellBore"^^xsd:string | 320 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -387,16 +327,37 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -387,16 +327,37 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 387 | sp:predicate ddr:dTimStart ; | 327 | sp:predicate ddr:dTimStart ; |
| 388 | sp:subject spin:_this | 328 | sp:subject spin:_this |
| 389 | ] [ sp:object | 329 | ] [ sp:object |
| 390 | - [ sp:varName "wellboreInfo"^^xsd:string | 330 | + [ sp:varName "statusInfo"^^xsd:string |
| 391 | ] ; | 331 | ] ; |
| 392 | - sp:predicate ddr:wellboreInfoRef ; | 332 | + sp:predicate ddr:statusInfoRef ; |
| 393 | sp:subject spin:_this | 333 | sp:subject spin:_this |
| 394 | ] [ sp:object | 334 | ] [ sp:object |
| 395 | - [ sp:varName "nameContractor"^^xsd:string | 335 | + [ sp:varName "temporalPartOfARig"^^xsd:string |
| 396 | ] ; | 336 | ] ; |
| 397 | - sp:predicate ddr:drillContractor ; | 337 | + sp:predicate ep-activity:onRig ; |
| 398 | sp:subject | 338 | sp:subject |
| 399 | - [ sp:varName "wellboreInfo"^^xsd:string | 339 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 340 | + ] | ||
| 341 | + ] [ sp:object | ||
| 342 | + [ sp:varName "waterDepth"^^xsd:string | ||
| 343 | + ] ; | ||
| 344 | + sp:predicate ddr:waterDepthRef ; | ||
| 345 | + sp:subject | ||
| 346 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 347 | + ] | ||
| 348 | + ] [ sp:object | ||
| 349 | + [ sp:varName "real"^^xsd:string | ||
| 350 | + ] ; | ||
| 351 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 352 | + sp:subject | ||
| 353 | + [ sp:varName "waterDepth"^^xsd:string | ||
| 354 | + ] | ||
| 355 | + ] [ sp:object | ||
| 356 | + [ sp:varName "uom"^^xsd:string | ||
| 357 | + ] ; | ||
| 358 | + sp:predicate ddr:uomRef ; | ||
| 359 | + sp:subject | ||
| 360 | + [ sp:varName "waterDepth"^^xsd:string | ||
| 400 | ] | 361 | ] |
| 401 | ] [ rdf:type sp:Bind ; | 362 | ] [ rdf:type sp:Bind ; |
| 402 | sp:expression | 363 | sp:expression |
| ... | @@ -420,40 +381,40 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -420,40 +381,40 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 420 | ] | 381 | ] |
| 421 | ] [ rdf:type sp:Bind ; | 382 | ] [ rdf:type sp:Bind ; |
| 422 | sp:expression | 383 | sp:expression |
| 423 | - [ rdf:type ep-spin-lib:normalizeString ; | 384 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 424 | - sp:arg1 [ sp:varName "nameContractor"^^xsd:string | 385 | + sp:arg1 [ sp:varName "uom"^^xsd:string |
| 425 | - ] | ||
| 426 | - ] ; | ||
| 427 | - sp:variable | ||
| 428 | - [ sp:varName "normalizedContractorName"^^xsd:string | ||
| 429 | - ] | ||
| 430 | - ] [ rdf:type sp:Bind ; | ||
| 431 | - sp:expression | ||
| 432 | - [ rdf:type rhspin:companyById ; | ||
| 433 | - arg:id [ sp:varName "normalizedContractorName"^^xsd:string | ||
| 434 | ] | 386 | ] |
| 435 | ] ; | 387 | ] ; |
| 436 | sp:variable | 388 | sp:variable |
| 437 | - [ sp:varName "contractor"^^xsd:string | 389 | + [ sp:varName "lengthScale"^^xsd:string |
| 438 | ] | 390 | ] |
| 439 | ]) | 391 | ]) |
| 440 | ] ; | 392 | ] ; |
| 441 | spin:rule | 393 | spin:rule |
| 442 | [ rdf:type sp:Construct ; | 394 | [ rdf:type sp:Construct ; |
| 443 | - rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; | 395 | + rdfs:comment """STEP 169 Transfer elevKelly |
| 444 | - sp:templates ([ sp:object _:b13 ; | 396 | +This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; |
| 445 | - sp:predicate ep-activity:drillingOperator ; | 397 | + sp:templates ([ sp:object _:b4 ; |
| 398 | + sp:predicate ep-core:hasPart ; | ||
| 446 | sp:subject | 399 | sp:subject |
| 447 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 400 | + [ sp:varName "temporalPartOfARig"^^xsd:string |
| 448 | ] | 401 | ] |
| 449 | - ] [ sp:object ep-org:Company ; | 402 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ; |
| 403 | + sp:predicate rdf:type ; | ||
| 404 | + sp:subject _:b4 | ||
| 405 | + ] [ sp:object _:b5 ; | ||
| 406 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#elevationOfKellyBushing> ; | ||
| 407 | + sp:subject _:b4 | ||
| 408 | + ] [ sp:object ep-core:Length ; | ||
| 450 | sp:predicate rdf:type ; | 409 | sp:predicate rdf:type ; |
| 451 | - sp:subject _:b13 | 410 | + sp:subject _:b5 |
| 452 | ] [ sp:object | 411 | ] [ sp:object |
| 453 | - [ sp:varName "nameOperator"^^xsd:string | 412 | + [ sp:varName "real"^^xsd:string |
| 454 | ] ; | 413 | ] ; |
| 455 | - sp:predicate ep-core:name ; | 414 | + sp:predicate |
| 456 | - sp:subject _:b13 | 415 | + [ sp:varName "lengthScale"^^xsd:string |
| 416 | + ] ; | ||
| 417 | + sp:subject _:b5 | ||
| 457 | ]) ; | 418 | ]) ; |
| 458 | sp:where ([ sp:object | 419 | sp:where ([ sp:object |
| 459 | [ sp:varName "nameWellBore"^^xsd:string | 420 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -466,16 +427,37 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -466,16 +427,37 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 466 | sp:predicate ddr:dTimStart ; | 427 | sp:predicate ddr:dTimStart ; |
| 467 | sp:subject spin:_this | 428 | sp:subject spin:_this |
| 468 | ] [ sp:object | 429 | ] [ sp:object |
| 469 | - [ sp:varName "wellboreInfo"^^xsd:string | 430 | + [ sp:varName "statusInfo"^^xsd:string |
| 470 | ] ; | 431 | ] ; |
| 471 | - sp:predicate ddr:wellboreInfoRef ; | 432 | + sp:predicate ddr:statusInfoRef ; |
| 472 | sp:subject spin:_this | 433 | sp:subject spin:_this |
| 473 | ] [ sp:object | 434 | ] [ sp:object |
| 474 | - [ sp:varName "nameOperator"^^xsd:string | 435 | + [ sp:varName "temporalPartOfARig"^^xsd:string |
| 475 | ] ; | 436 | ] ; |
| 476 | - sp:predicate ddr:operator ; | 437 | + sp:predicate ep-activity:onRig ; |
| 477 | sp:subject | 438 | sp:subject |
| 478 | - [ sp:varName "wellboreInfo"^^xsd:string | 439 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 440 | + ] | ||
| 441 | + ] [ sp:object | ||
| 442 | + [ sp:varName "elevKelly"^^xsd:string | ||
| 443 | + ] ; | ||
| 444 | + sp:predicate ddr:elevKellyRef ; | ||
| 445 | + sp:subject | ||
| 446 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 447 | + ] | ||
| 448 | + ] [ sp:object | ||
| 449 | + [ sp:varName "real"^^xsd:string | ||
| 450 | + ] ; | ||
| 451 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 452 | + sp:subject | ||
| 453 | + [ sp:varName "elevKelly"^^xsd:string | ||
| 454 | + ] | ||
| 455 | + ] [ sp:object | ||
| 456 | + [ sp:varName "uom"^^xsd:string | ||
| 457 | + ] ; | ||
| 458 | + sp:predicate ddr:uomRef ; | ||
| 459 | + sp:subject | ||
| 460 | + [ sp:varName "elevKelly"^^xsd:string | ||
| 479 | ] | 461 | ] |
| 480 | ] [ rdf:type sp:Bind ; | 462 | ] [ rdf:type sp:Bind ; |
| 481 | sp:expression | 463 | sp:expression |
| ... | @@ -497,6 +479,15 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -497,6 +479,15 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 497 | sp:variable | 479 | sp:variable |
| 498 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 480 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 499 | ] | 481 | ] |
| 482 | + ] [ rdf:type sp:Bind ; | ||
| 483 | + sp:expression | ||
| 484 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 485 | + sp:arg1 [ sp:varName "uom"^^xsd:string | ||
| 486 | + ] | ||
| 487 | + ] ; | ||
| 488 | + sp:variable | ||
| 489 | + [ sp:varName "lengthScale"^^xsd:string | ||
| 490 | + ] | ||
| 500 | ]) | 491 | ]) |
| 501 | ] ; | 492 | ] ; |
| 502 | spin:rule | 493 | spin:rule |
| ... | @@ -575,29 +566,14 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -575,29 +566,14 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 575 | ] ; | 566 | ] ; |
| 576 | spin:rule | 567 | spin:rule |
| 577 | [ rdf:type sp:Construct ; | 568 | [ rdf:type sp:Construct ; |
| 578 | - rdfs:comment """STEP 169 Transfer elevKelly | 569 | + rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; |
| 579 | -This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; | 570 | + sp:templates ([ sp:object |
| 580 | - sp:templates ([ sp:object _:b14 ; | 571 | + [ sp:varName "spudDate"^^xsd:string |
| 581 | - sp:predicate ep-core:hasPart ; | 572 | + ] ; |
| 573 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreSpudAt> ; | ||
| 582 | sp:subject | 574 | sp:subject |
| 583 | - [ sp:varName "temporalPartOfARig"^^xsd:string | 575 | + [ sp:varName "wellBore"^^xsd:string |
| 584 | ] | 576 | ] |
| 585 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ; | ||
| 586 | - sp:predicate rdf:type ; | ||
| 587 | - sp:subject _:b14 | ||
| 588 | - ] [ sp:object _:b15 ; | ||
| 589 | - sp:predicate <http://www.reportinghub.no/ep/schema/equipment#elevationOfKellyBushing> ; | ||
| 590 | - sp:subject _:b14 | ||
| 591 | - ] [ sp:object ep-core:Length ; | ||
| 592 | - sp:predicate rdf:type ; | ||
| 593 | - sp:subject _:b15 | ||
| 594 | - ] [ sp:object | ||
| 595 | - [ sp:varName "real"^^xsd:string | ||
| 596 | - ] ; | ||
| 597 | - sp:predicate | ||
| 598 | - [ sp:varName "lengthScale"^^xsd:string | ||
| 599 | - ] ; | ||
| 600 | - sp:subject _:b15 | ||
| 601 | ]) ; | 577 | ]) ; |
| 602 | sp:where ([ sp:object | 578 | sp:where ([ sp:object |
| 603 | [ sp:varName "nameWellBore"^^xsd:string | 579 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -610,37 +586,35 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -610,37 +586,35 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 610 | sp:predicate ddr:dTimStart ; | 586 | sp:predicate ddr:dTimStart ; |
| 611 | sp:subject spin:_this | 587 | sp:subject spin:_this |
| 612 | ] [ sp:object | 588 | ] [ sp:object |
| 613 | - [ sp:varName "statusInfo"^^xsd:string | 589 | + [ sp:varName "wellboreInfo"^^xsd:string |
| 614 | ] ; | 590 | ] ; |
| 615 | - sp:predicate ddr:statusInfoRef ; | 591 | + sp:predicate ddr:wellboreInfoRef ; |
| 616 | sp:subject spin:_this | 592 | sp:subject spin:_this |
| 617 | ] [ sp:object | 593 | ] [ sp:object |
| 618 | - [ sp:varName "temporalPartOfARig"^^xsd:string | 594 | + [ sp:varName "spudDate"^^xsd:string |
| 619 | ] ; | 595 | ] ; |
| 620 | - sp:predicate ep-activity:onRig ; | 596 | + sp:predicate ddr:dTimSpud ; |
| 621 | sp:subject | 597 | sp:subject |
| 622 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | 598 | + [ sp:varName "wellboreInfo"^^xsd:string |
| 623 | ] | 599 | ] |
| 624 | ] [ sp:object | 600 | ] [ sp:object |
| 625 | - [ sp:varName "elevKelly"^^xsd:string | 601 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 626 | ] ; | 602 | ] ; |
| 627 | - sp:predicate ddr:elevKellyRef ; | 603 | + sp:predicate ep-activity:onWellBore ; |
| 628 | sp:subject | 604 | sp:subject |
| 629 | - [ sp:varName "statusInfo"^^xsd:string | 605 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 630 | ] | 606 | ] |
| 631 | ] [ sp:object | 607 | ] [ sp:object |
| 632 | - [ sp:varName "real"^^xsd:string | 608 | + [ sp:varName "wellBore"^^xsd:string |
| 633 | ] ; | 609 | ] ; |
| 634 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 610 | + sp:predicate ep-core:temporalPartOf ; |
| 635 | sp:subject | 611 | sp:subject |
| 636 | - [ sp:varName "elevKelly"^^xsd:string | 612 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 637 | ] | 613 | ] |
| 638 | - ] [ sp:object | 614 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 639 | - [ sp:varName "uom"^^xsd:string | 615 | + sp:predicate rdf:type ; |
| 640 | - ] ; | ||
| 641 | - sp:predicate ddr:uomRef ; | ||
| 642 | sp:subject | 616 | sp:subject |
| 643 | - [ sp:varName "elevKelly"^^xsd:string | 617 | + [ sp:varName "wellBore"^^xsd:string |
| 644 | ] | 618 | ] |
| 645 | ] [ rdf:type sp:Bind ; | 619 | ] [ rdf:type sp:Bind ; |
| 646 | sp:expression | 620 | sp:expression |
| ... | @@ -662,28 +636,82 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -662,28 +636,82 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 662 | sp:variable | 636 | sp:variable |
| 663 | [ sp:varName "dailyDrillingActivity"^^xsd:string | 637 | [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 664 | ] | 638 | ] |
| 639 | + ]) | ||
| 640 | + ] ; | ||
| 641 | + spin:rule | ||
| 642 | + [ rdf:type sp:Construct ; | ||
| 643 | + rdfs:comment "STEP 160b Set rig for drilling activity - NPD Code not supplied"^^xsd:string ; | ||
| 644 | + sp:templates ([ sp:object _:b6 ; | ||
| 645 | + sp:predicate ep-activity:onRig ; | ||
| 646 | + sp:subject _:b7 | ||
| 647 | + ] [ sp:object ep-facility:TemporalPartOfARig ; | ||
| 648 | + sp:predicate rdf:type ; | ||
| 649 | + sp:subject _:b6 | ||
| 650 | + ] [ sp:object _:b8 ; | ||
| 651 | + sp:predicate ep-core:temporalPartOf ; | ||
| 652 | + sp:subject _:b6 | ||
| 653 | + ] [ sp:object ep-facility:Rig ; | ||
| 654 | + sp:predicate rdf:type ; | ||
| 655 | + sp:subject _:b8 | ||
| 656 | + ]) ; | ||
| 657 | + sp:where ([ sp:object _:b9 ; | ||
| 658 | + sp:predicate ep-spin-lib:nameWellbore ; | ||
| 659 | + sp:subject spin:_this | ||
| 660 | + ] [ sp:object _:b10 ; | ||
| 661 | + sp:predicate ddr:dTimStart ; | ||
| 662 | + sp:subject spin:_this | ||
| 663 | + ] [ rdf:type sp:NotExists ; | ||
| 664 | + sp:elements ([ sp:object _:b11 ; | ||
| 665 | + sp:predicate ddr:wellboreInfoRef ; | ||
| 666 | + sp:subject spin:_this | ||
| 667 | + ] [ sp:object _:b12 ; | ||
| 668 | + sp:predicate ddr:rigAliasRef ; | ||
| 669 | + sp:subject _:b11 | ||
| 670 | + ] [ sp:object | ||
| 671 | + [ sp:varName "code"^^xsd:string | ||
| 672 | + ] ; | ||
| 673 | + sp:predicate ddr:name ; | ||
| 674 | + sp:subject _:b12 | ||
| 675 | + ] [ rdf:type sp:Union ; | ||
| 676 | + sp:elements (([ sp:object "NPD Code"^^xsd:string ; | ||
| 677 | + sp:predicate ddr:namingSystem ; | ||
| 678 | + sp:subject _:b12 | ||
| 679 | + ]) ([ sp:object "NPD code"^^xsd:string ; | ||
| 680 | + sp:predicate ddr:namingSystem ; | ||
| 681 | + sp:subject _:b12 | ||
| 682 | + ])) | ||
| 683 | + ]) | ||
| 665 | ] [ rdf:type sp:Bind ; | 684 | ] [ rdf:type sp:Bind ; |
| 666 | sp:expression | 685 | sp:expression |
| 667 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 686 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 668 | - sp:arg1 [ sp:varName "uom"^^xsd:string | 687 | + sp:arg1 _:b9 |
| 669 | - ] | ||
| 670 | ] ; | 688 | ] ; |
| 671 | - sp:variable | 689 | + sp:variable _:b13 |
| 672 | - [ sp:varName "lengthScale"^^xsd:string | 690 | + ] [ rdf:type sp:Bind ; |
| 673 | - ] | 691 | + sp:expression |
| 692 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 693 | + sp:arg1 _:b13 ; | ||
| 694 | + sp:arg2 _:b10 | ||
| 695 | + ] ; | ||
| 696 | + sp:variable _:b7 | ||
| 674 | ]) | 697 | ]) |
| 675 | ] ; | 698 | ] ; |
| 676 | spin:rule | 699 | spin:rule |
| 677 | [ rdf:type sp:Construct ; | 700 | [ rdf:type sp:Construct ; |
| 678 | - rdfs:comment """STEP 168 Transfer fixedRig | 701 | + rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; |
| 679 | -This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; | 702 | + sp:templates ([ sp:object _:b14 ; |
| 680 | - sp:templates ([ sp:object | 703 | + sp:predicate ep-activity:drillingContractor ; |
| 681 | - [ sp:varName "fixedOrMoveableRigType"^^xsd:string | ||
| 682 | - ] ; | ||
| 683 | - sp:predicate rdf:type ; | ||
| 684 | sp:subject | 704 | sp:subject |
| 685 | - [ sp:varName "rig"^^xsd:string | 705 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 686 | ] | 706 | ] |
| 707 | + ] [ sp:object ep-org:Company ; | ||
| 708 | + sp:predicate rdf:type ; | ||
| 709 | + sp:subject _:b14 | ||
| 710 | + ] [ sp:object | ||
| 711 | + [ sp:varName "nameContractor"^^xsd:string | ||
| 712 | + ] ; | ||
| 713 | + sp:predicate ep-core:name ; | ||
| 714 | + sp:subject _:b14 | ||
| 687 | ]) ; | 715 | ]) ; |
| 688 | sp:where ([ sp:object | 716 | sp:where ([ sp:object |
| 689 | [ sp:varName "nameWellBore"^^xsd:string | 717 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -696,35 +724,16 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -696,35 +724,16 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 696 | sp:predicate ddr:dTimStart ; | 724 | sp:predicate ddr:dTimStart ; |
| 697 | sp:subject spin:_this | 725 | sp:subject spin:_this |
| 698 | ] [ sp:object | 726 | ] [ sp:object |
| 699 | - [ sp:varName "temporalPartOfARig"^^xsd:string | 727 | + [ sp:varName "wellboreInfo"^^xsd:string |
| 700 | - ] ; | ||
| 701 | - sp:predicate ep-activity:onRig ; | ||
| 702 | - sp:subject | ||
| 703 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 704 | - ] | ||
| 705 | - ] [ sp:object | ||
| 706 | - [ sp:varName "rig"^^xsd:string | ||
| 707 | - ] ; | ||
| 708 | - sp:predicate ep-core:temporalPartOf ; | ||
| 709 | - sp:subject | ||
| 710 | - [ sp:varName "temporalPartOfARig"^^xsd:string | ||
| 711 | - ] | ||
| 712 | - ] [ sp:object ep-facility:Rig ; | ||
| 713 | - sp:predicate rdf:type ; | ||
| 714 | - sp:subject | ||
| 715 | - [ sp:varName "rig"^^xsd:string | ||
| 716 | - ] | ||
| 717 | - ] [ sp:object | ||
| 718 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 719 | ] ; | 728 | ] ; |
| 720 | - sp:predicate ddr:statusInfoRef ; | 729 | + sp:predicate ddr:wellboreInfoRef ; |
| 721 | sp:subject spin:_this | 730 | sp:subject spin:_this |
| 722 | ] [ sp:object | 731 | ] [ sp:object |
| 723 | - [ sp:varName "fixedRig"^^xsd:string | 732 | + [ sp:varName "nameContractor"^^xsd:string |
| 724 | ] ; | 733 | ] ; |
| 725 | - sp:predicate ddr:fixedRig ; | 734 | + sp:predicate ddr:drillContractor ; |
| 726 | sp:subject | 735 | sp:subject |
| 727 | - [ sp:varName "statusInfo"^^xsd:string | 736 | + [ sp:varName "wellboreInfo"^^xsd:string |
| 728 | ] | 737 | ] |
| 729 | ] [ rdf:type sp:Bind ; | 738 | ] [ rdf:type sp:Bind ; |
| 730 | sp:expression | 739 | sp:expression |
| ... | @@ -748,25 +757,40 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -748,25 +757,40 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 748 | ] | 757 | ] |
| 749 | ] [ rdf:type sp:Bind ; | 758 | ] [ rdf:type sp:Bind ; |
| 750 | sp:expression | 759 | sp:expression |
| 751 | - [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; | 760 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 752 | - sp:arg1 [ sp:varName "fixedRig"^^xsd:string | 761 | + sp:arg1 [ sp:varName "nameContractor"^^xsd:string |
| 753 | ] | 762 | ] |
| 754 | ] ; | 763 | ] ; |
| 755 | sp:variable | 764 | sp:variable |
| 756 | - [ sp:varName "fixedOrMoveableRigType"^^xsd:string | 765 | + [ sp:varName "normalizedContractorName"^^xsd:string |
| 766 | + ] | ||
| 767 | + ] [ rdf:type sp:Bind ; | ||
| 768 | + sp:expression | ||
| 769 | + [ rdf:type rhspin:companyById ; | ||
| 770 | + arg:id [ sp:varName "normalizedContractorName"^^xsd:string | ||
| 771 | + ] | ||
| 772 | + ] ; | ||
| 773 | + sp:variable | ||
| 774 | + [ sp:varName "contractor"^^xsd:string | ||
| 757 | ] | 775 | ] |
| 758 | ]) | 776 | ]) |
| 759 | ] ; | 777 | ] ; |
| 760 | spin:rule | 778 | spin:rule |
| 761 | [ rdf:type sp:Construct ; | 779 | [ rdf:type sp:Construct ; |
| 762 | - rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; | 780 | + rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; |
| 763 | - sp:templates ([ sp:object | 781 | + sp:templates ([ sp:object _:b15 ; |
| 764 | - [ sp:varName "spudDate"^^xsd:string | 782 | + sp:predicate ep-activity:drillingOperator ; |
| 765 | - ] ; | ||
| 766 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreSpudAt> ; | ||
| 767 | sp:subject | 783 | sp:subject |
| 768 | - [ sp:varName "wellBore"^^xsd:string | 784 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 769 | ] | 785 | ] |
| 786 | + ] [ sp:object ep-org:Company ; | ||
| 787 | + sp:predicate rdf:type ; | ||
| 788 | + sp:subject _:b15 | ||
| 789 | + ] [ sp:object | ||
| 790 | + [ sp:varName "nameOperator"^^xsd:string | ||
| 791 | + ] ; | ||
| 792 | + sp:predicate ep-core:name ; | ||
| 793 | + sp:subject _:b15 | ||
| 770 | ]) ; | 794 | ]) ; |
| 771 | sp:where ([ sp:object | 795 | sp:where ([ sp:object |
| 772 | [ sp:varName "nameWellBore"^^xsd:string | 796 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -784,31 +808,12 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -784,31 +808,12 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 784 | sp:predicate ddr:wellboreInfoRef ; | 808 | sp:predicate ddr:wellboreInfoRef ; |
| 785 | sp:subject spin:_this | 809 | sp:subject spin:_this |
| 786 | ] [ sp:object | 810 | ] [ sp:object |
| 787 | - [ sp:varName "spudDate"^^xsd:string | 811 | + [ sp:varName "nameOperator"^^xsd:string |
| 788 | ] ; | 812 | ] ; |
| 789 | - sp:predicate ddr:dTimSpud ; | 813 | + sp:predicate ddr:operator ; |
| 790 | sp:subject | 814 | sp:subject |
| 791 | [ sp:varName "wellboreInfo"^^xsd:string | 815 | [ sp:varName "wellboreInfo"^^xsd:string |
| 792 | ] | 816 | ] |
| 793 | - ] [ sp:object | ||
| 794 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 795 | - ] ; | ||
| 796 | - sp:predicate ep-activity:onWellBore ; | ||
| 797 | - sp:subject | ||
| 798 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 799 | - ] | ||
| 800 | - ] [ sp:object | ||
| 801 | - [ sp:varName "wellBore"^^xsd:string | ||
| 802 | - ] ; | ||
| 803 | - sp:predicate ep-core:temporalPartOf ; | ||
| 804 | - sp:subject | ||
| 805 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 806 | - ] | ||
| 807 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 808 | - sp:predicate rdf:type ; | ||
| 809 | - sp:subject | ||
| 810 | - [ sp:varName "wellBore"^^xsd:string | ||
| 811 | - ] | ||
| 812 | ] [ rdf:type sp:Bind ; | 817 | ] [ rdf:type sp:Bind ; |
| 813 | sp:expression | 818 | sp:expression |
| 814 | [ rdf:type ep-spin-lib:normalizeString ; | 819 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -832,17 +837,20 @@ This rule processes data from statusInfo, but is here because it must be execute | ... | @@ -832,17 +837,20 @@ This rule processes data from statusInfo, but is here because it must be execute |
| 832 | ]) | 837 | ]) |
| 833 | ] . | 838 | ] . |
| 834 | 839 | ||
| 835 | -_:b4 sp:varName "dailyDrillingActivity"^^xsd:string . | 840 | +_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 836 | 841 | ||
| 837 | -_:b6 sp:varName "nameWellBore"^^xsd:string . | 842 | +_:b9 sp:varName "nameWellBore"^^xsd:string . |
| 838 | 843 | ||
| 839 | -_:b7 sp:varName "dTimStart"^^xsd:string . | 844 | +_:b10 |
| 845 | + sp:varName "dTimStart"^^xsd:string . | ||
| 840 | 846 | ||
| 841 | -_:b8 sp:varName "wellboreInfo"^^xsd:string . | 847 | +_:b11 |
| 848 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 842 | 849 | ||
| 843 | -_:b9 sp:varName "rigAlias"^^xsd:string . | 850 | +_:b12 |
| 851 | + sp:varName "rigAlias"^^xsd:string . | ||
| 844 | 852 | ||
| 845 | -_:b10 | 853 | +_:b13 |
| 846 | sp:varName "normalizedWellBoreName"^^xsd:string . | 854 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 847 | 855 | ||
| 848 | [] rdf:type sp:Modify . | 856 | [] rdf:type sp:Modify . |
| ... | @@ -853,10 +861,10 @@ _:b10 | ... | @@ -853,10 +861,10 @@ _:b10 |
| 853 | 861 | ||
| 854 | [] rdf:type smf:regex . | 862 | [] rdf:type smf:regex . |
| 855 | 863 | ||
| 856 | -([]) . | ||
| 857 | - | ||
| 858 | ([] [] [ rdf:type sp:Filter | 864 | ([] [] [ rdf:type sp:Filter |
| 859 | ] [ rdf:type sp:Bind | 865 | ] [ rdf:type sp:Bind |
| 860 | ]) . | 866 | ]) . |
| 861 | 867 | ||
| 862 | ([]) . | 868 | ([]) . |
| 869 | + | ||
| 870 | +([]) . | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | let:wb="{# SELECT ?wb WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-activity:onWellBore ?wbPart . ?wbPart ep-core:temporalPartOf ?wb}}" | 6 | let:wb="{# SELECT ?wb WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-activity:onWellBore ?wbPart . ?wbPart ep-core:temporalPartOf ?wb}}" |
| 7 | let:rig="{# SELECT ?rig WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-activity:onRig/ep-core:temporalPartOf ?rig } }" | 7 | let:rig="{# SELECT ?rig WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-activity:onRig/ep-core:temporalPartOf ?rig } }" |
| 8 | let:repType="{# SELECT ?repType WHERE {?report a ?repType . ?repType a ep-report:DailyDrillingReportFinalisationType} }" | 8 | let:repType="{# SELECT ?repType WHERE {?report a ?repType . ?repType a ep-report:DailyDrillingReportFinalisationType} }" |
| 9 | - let:rigType="{# SELECT ?rigType WHERE { ?rig a ?rigType . ?rigType a ep-fac:FixedOrMoveableFacilityType} }" | 9 | + let:rigType="{# SELECT ?rigType WHERE { ?rig a ?rigType . ?rigType a ep-fac:FixedOrMoveableRigType} }" |
| 10 | let:wbTightType="{# SELECT ?wbTightType WHERE { ?statusActivityWb a ?wbTightType . ?wbTightType a ep-well:WellBoreTightnessType} }" | 10 | let:wbTightType="{# SELECT ?wbTightType WHERE { ?statusActivityWb a ?wbTightType . ?wbTightType a ep-well:WellBoreTightnessType} }" |
| 11 | let:wbPTType="{# SELECT ?wbPTType WHERE { ?statusActivityWb a ?wbPTType . ?wbPTType a ep-well:WellBoreHphtType} }" | 11 | let:wbPTType="{# SELECT ?wbPTType WHERE { ?statusActivityWb a ?wbPTType . ?wbPTType a ep-well:WellBoreHphtType} }" |
| 12 | let:firstActivity="{# SELECT ?firstActivity WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-core:hasPart ?firstActivity . ?firstActivity a ep-activity:DrillingActivity . ?firstActivity ep-activity:startedAt ?startedAt} ORDER BY (?startedAt) LIMIT 1}" | 12 | let:firstActivity="{# SELECT ?firstActivity WHERE {?activity a ep-activity:DailyDrillingActivity . ?report ep-report:reportOn ?activity . ?activity ep-core:hasPart ?firstActivity . ?firstActivity a ep-activity:DrillingActivity . ?firstActivity ep-activity:startedAt ?startedAt} ORDER BY (?startedAt) LIMIT 1}" | ... | ... |
-
Please register or login to post a comment