Replaced rdfs:comment use with new ep-core:description property
Showing
12 changed files
with
1198 additions
and
1017 deletions
| ... | @@ -10,36 +10,36 @@ | ... | @@ -10,36 +10,36 @@ |
| 10 | 10 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/core> | 11 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 13 | + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 15 | ||
| 16 | ep-core:Class_of_indirect_property | 16 | ep-core:Class_of_indirect_property |
| 17 | rdf:type owl:Class ; | 17 | rdf:type owl:Class ; |
| 18 | rdfs:label "class of indirect property"^^xsd:string ; | 18 | rdfs:label "class of indirect property"^^xsd:string ; |
| 19 | - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . | 19 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
| 20 | 20 | ||
| 21 | ep-core:Density | 21 | ep-core:Density |
| 22 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 22 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 23 | rdfs:label "density"^^xsd:string ; | 23 | rdfs:label "density"^^xsd:string ; |
| 24 | rdfs:subClassOf owl:Class . | 24 | rdfs:subClassOf owl:Class . |
| 25 | 25 | ||
| 26 | ep-core:Length | 26 | ep-core:Length |
| 27 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 27 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 28 | rdfs:label "length"^^xsd:string ; | 28 | rdfs:label "length"^^xsd:string ; |
| 29 | rdfs:subClassOf owl:Class . | 29 | rdfs:subClassOf owl:Class . |
| 30 | 30 | ||
| 31 | ep-core:MassPerUnitLength | 31 | ep-core:MassPerUnitLength |
| 32 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 32 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 33 | rdfs:label "mass per unit length"^^xsd:string ; | 33 | rdfs:label "mass per unit length"^^xsd:string ; |
| 34 | rdfs:subClassOf owl:Class . | 34 | rdfs:subClassOf owl:Class . |
| 35 | 35 | ||
| 36 | ep-core:MassPerUnitMassConcentration | 36 | ep-core:MassPerUnitMassConcentration |
| 37 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 37 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 38 | rdfs:label "mass per unit mass concentration"^^xsd:string ; | 38 | rdfs:label "mass per unit mass concentration"^^xsd:string ; |
| 39 | rdfs:subClassOf owl:Class . | 39 | rdfs:subClassOf owl:Class . |
| 40 | 40 | ||
| 41 | ep-core:MeasureOfAmountOfMaterial | 41 | ep-core:MeasureOfAmountOfMaterial |
| 42 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 42 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 43 | rdfs:label "measure of amount of material"^^xsd:string ; | 43 | rdfs:label "measure of amount of material"^^xsd:string ; |
| 44 | rdfs:subClassOf owl:Class . | 44 | rdfs:subClassOf owl:Class . |
| 45 | 45 | ||
| ... | @@ -54,17 +54,17 @@ ep-core:PhysicalThing | ... | @@ -54,17 +54,17 @@ ep-core:PhysicalThing |
| 54 | rdfs:subClassOf owl:Thing . | 54 | rdfs:subClassOf owl:Thing . |
| 55 | 55 | ||
| 56 | ep-core:PlaneAngle | 56 | ep-core:PlaneAngle |
| 57 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 57 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 58 | rdfs:label "plane angle"^^xsd:string ; | 58 | rdfs:label "plane angle"^^xsd:string ; |
| 59 | rdfs:subClassOf owl:Class . | 59 | rdfs:subClassOf owl:Class . |
| 60 | 60 | ||
| 61 | ep-core:PlasticViscosity | 61 | ep-core:PlasticViscosity |
| 62 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 62 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 63 | rdfs:label "plastic viscosity"^^xsd:string ; | 63 | rdfs:label "plastic viscosity"^^xsd:string ; |
| 64 | rdfs:subClassOf owl:Class . | 64 | rdfs:subClassOf owl:Class . |
| 65 | 65 | ||
| 66 | ep-core:Pressure | 66 | ep-core:Pressure |
| 67 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 67 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 68 | rdfs:label "pressure"^^xsd:string ; | 68 | rdfs:label "pressure"^^xsd:string ; |
| 69 | rdfs:subClassOf owl:Class . | 69 | rdfs:subClassOf owl:Class . |
| 70 | 70 | ||
| ... | @@ -74,92 +74,92 @@ ep-core:PropertySpace | ... | @@ -74,92 +74,92 @@ ep-core:PropertySpace |
| 74 | rdfs:subClassOf owl:Class . | 74 | rdfs:subClassOf owl:Class . |
| 75 | 75 | ||
| 76 | ep-core:Ratio | 76 | ep-core:Ratio |
| 77 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 77 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 78 | rdfs:label "ratio"^^xsd:string . | 78 | rdfs:label "ratio"^^xsd:string . |
| 79 | 79 | ||
| 80 | ep-core:Scale | 80 | ep-core:Scale |
| 81 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
| 82 | rdfs:label "scale"^^xsd:string ; | 82 | rdfs:label "scale"^^xsd:string ; |
| 83 | - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 83 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
| 84 | 84 | ||
| 85 | ep-core:SpecificVolume | 85 | ep-core:SpecificVolume |
| 86 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 86 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 87 | rdfs:label "specific volume"^^xsd:string ; | 87 | rdfs:label "specific volume"^^xsd:string ; |
| 88 | rdfs:subClassOf owl:Class . | 88 | rdfs:subClassOf owl:Class . |
| 89 | 89 | ||
| 90 | ep-core:Speed | 90 | ep-core:Speed |
| 91 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 91 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 92 | rdfs:label "speed"^^xsd:string ; | 92 | rdfs:label "speed"^^xsd:string ; |
| 93 | rdfs:subClassOf owl:Class . | 93 | rdfs:subClassOf owl:Class . |
| 94 | 94 | ||
| 95 | ep-core:StrengthOfRockFormation | 95 | ep-core:StrengthOfRockFormation |
| 96 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 96 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 97 | rdfs:label "strength of rock formation"^^xsd:string ; | 97 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 98 | rdfs:subClassOf owl:Class . | 98 | rdfs:subClassOf owl:Class . |
| 99 | 99 | ||
| 100 | ep-core:Temperature | 100 | ep-core:Temperature |
| 101 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 101 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 102 | rdfs:label "temperature"^^xsd:string ; | 102 | rdfs:label "temperature"^^xsd:string ; |
| 103 | rdfs:subClassOf owl:Class . | 103 | rdfs:subClassOf owl:Class . |
| 104 | 104 | ||
| 105 | ep-core:TimeDuration | 105 | ep-core:TimeDuration |
| 106 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 106 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 107 | rdfs:label "time duration"^^xsd:string ; | 107 | rdfs:label "time duration"^^xsd:string ; |
| 108 | rdfs:subClassOf owl:Class . | 108 | rdfs:subClassOf owl:Class . |
| 109 | 109 | ||
| 110 | ep-core:Volume | 110 | ep-core:Volume |
| 111 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 111 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 112 | rdfs:label "volume"^^xsd:string ; | 112 | rdfs:label "volume"^^xsd:string ; |
| 113 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 113 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 114 | 114 | ||
| 115 | ep-core:VolumeAt15degC1atm | 115 | ep-core:VolumeAt15degC1atm |
| 116 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 116 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 117 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 117 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 118 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 119 | 119 | ||
| 120 | ep-core:VolumeAt1degC1atm | 120 | ep-core:VolumeAt1degC1atm |
| 121 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 121 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 122 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 122 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 123 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 123 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 124 | 124 | ||
| 125 | ep-core:VolumeAt60degF1atm | 125 | ep-core:VolumeAt60degF1atm |
| 126 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 126 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 127 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 127 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 128 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 128 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 129 | 129 | ||
| 130 | ep-core:VolumeMassRatio | 130 | ep-core:VolumeMassRatio |
| 131 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 131 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 132 | rdfs:label "volume mass ratio"^^xsd:string ; | 132 | rdfs:label "volume mass ratio"^^xsd:string ; |
| 133 | rdfs:subClassOf owl:Class . | 133 | rdfs:subClassOf owl:Class . |
| 134 | 134 | ||
| 135 | ep-core:VolumePerUnitVolumeConcentration | 135 | ep-core:VolumePerUnitVolumeConcentration |
| 136 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 136 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 137 | rdfs:label "volume per unit volume concentration"^^xsd:string ; | 137 | rdfs:label "volume per unit volume concentration"^^xsd:string ; |
| 138 | rdfs:subClassOf owl:Class . | 138 | rdfs:subClassOf owl:Class . |
| 139 | 139 | ||
| 140 | ep-core:VolumetricFlowRate | 140 | ep-core:VolumetricFlowRate |
| 141 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 141 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 142 | rdfs:label "volumetric flow rate"^^xsd:string ; | 142 | rdfs:label "volumetric flow rate"^^xsd:string ; |
| 143 | rdfs:subClassOf owl:Class . | 143 | rdfs:subClassOf owl:Class . |
| 144 | 144 | ||
| 145 | ep-core:YieldPoint | 145 | ep-core:YieldPoint |
| 146 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 146 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 147 | rdfs:label "yield point"^^xsd:string ; | 147 | rdfs:label "yield point"^^xsd:string ; |
| 148 | rdfs:subClassOf owl:Class . | 148 | rdfs:subClassOf owl:Class . |
| 149 | 149 | ||
| 150 | ep-core:apiName | 150 | ep-core:apiName |
| 151 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 151 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 152 | rdfs:label "API name"^^xsd:string ; | 152 | rdfs:label "API name"^^xsd:string ; |
| 153 | rdfs:range xsd:string ; | 153 | rdfs:range xsd:string ; |
| 154 | rdfs:subPropertyOf ep-core:name . | 154 | rdfs:subPropertyOf ep-core:name . |
| 155 | 155 | ||
| 156 | ep-core:bar | 156 | ep-core:bar |
| 157 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 157 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 158 | rdfs:domain ep-core:Pressure ; | 158 | rdfs:domain ep-core:Pressure ; |
| 159 | rdfs:label "bar"^^xsd:string . | 159 | rdfs:label "bar"^^xsd:string . |
| 160 | 160 | ||
| 161 | ep-core:barrel | 161 | ep-core:barrel |
| 162 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 162 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 163 | rdfs:label "barrel"^^xsd:string . | 163 | rdfs:label "barrel"^^xsd:string . |
| 164 | 164 | ||
| 165 | ep-core:basisFor | 165 | ep-core:basisFor |
| ... | @@ -167,71 +167,74 @@ ep-core:basisFor | ... | @@ -167,71 +167,74 @@ ep-core:basisFor |
| 167 | rdfs:label "basis for"^^xsd:string . | 167 | rdfs:label "basis for"^^xsd:string . |
| 168 | 168 | ||
| 169 | ep-core:celsius | 169 | ep-core:celsius |
| 170 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 170 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 171 | rdfs:domain ep-core:Temperature ; | 171 | rdfs:domain ep-core:Temperature ; |
| 172 | rdfs:label "celsius"^^xsd:string . | 172 | rdfs:label "celsius"^^xsd:string . |
| 173 | 173 | ||
| 174 | ep-core:centiPoise | 174 | ep-core:centiPoise |
| 175 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 175 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 176 | rdfs:domain ep-core:PlasticViscosity ; | 176 | rdfs:domain ep-core:PlasticViscosity ; |
| 177 | rdfs:label "cP"^^xsd:string . | 177 | rdfs:label "cP"^^xsd:string . |
| 178 | 178 | ||
| 179 | ep-core:day | 179 | ep-core:day |
| 180 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 180 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 181 | rdfs:domain ep-core:TimeDuration ; | 181 | rdfs:domain ep-core:TimeDuration ; |
| 182 | rdfs:label "day"^^xsd:string . | 182 | rdfs:label "day"^^xsd:string . |
| 183 | 183 | ||
| 184 | ep-core:decimetre3 | 184 | ep-core:decimetre3 |
| 185 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 185 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 186 | rdfs:domain ep-core:Volume ; | 186 | rdfs:domain ep-core:Volume ; |
| 187 | rdfs:label "decimetre 3"^^xsd:string . | 187 | rdfs:label "decimetre 3"^^xsd:string . |
| 188 | 188 | ||
| 189 | ep-core:degreesOfAngle | 189 | ep-core:degreesOfAngle |
| 190 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 190 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 191 | rdfs:domain ep-core:PlaneAngle ; | 191 | rdfs:domain ep-core:PlaneAngle ; |
| 192 | rdfs:label "degrees of angle"^^xsd:string . | 192 | rdfs:label "degrees of angle"^^xsd:string . |
| 193 | 193 | ||
| 194 | ep-core:derivedFrom | 194 | ep-core:derivedFrom |
| 195 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 195 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 196 | rdfs:label "derived from"^^xsd:string . | 196 | rdfs:label "derived from"^^xsd:string . |
| 197 | 197 | ||
| 198 | +ep-core:description | ||
| 199 | + rdf:type owl:DatatypeProperty . | ||
| 200 | + | ||
| 198 | ep-core:dtiName | 201 | ep-core:dtiName |
| 199 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 202 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 200 | rdfs:label "DTI name"^^xsd:string ; | 203 | rdfs:label "DTI name"^^xsd:string ; |
| 201 | rdfs:range xsd:string ; | 204 | rdfs:range xsd:string ; |
| 202 | rdfs:subPropertyOf ep-core:name . | 205 | rdfs:subPropertyOf ep-core:name . |
| 203 | 206 | ||
| 204 | ep-core:dyne_second_metre-2 | 207 | ep-core:dyne_second_metre-2 |
| 205 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 208 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 206 | rdfs:domain ep-core:PlasticViscosity ; | 209 | rdfs:domain ep-core:PlasticViscosity ; |
| 207 | rdfs:label "dyne.s.m-2"^^xsd:string . | 210 | rdfs:label "dyne.s.m-2"^^xsd:string . |
| 208 | 211 | ||
| 209 | ep-core:foot | 212 | ep-core:foot |
| 210 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 213 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 211 | rdfs:domain ep-core:Length ; | 214 | rdfs:domain ep-core:Length ; |
| 212 | rdfs:label "foot"^^xsd:string . | 215 | rdfs:label "foot"^^xsd:string . |
| 213 | 216 | ||
| 214 | ep-core:foot3 | 217 | ep-core:foot3 |
| 215 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 218 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 216 | rdfs:label "foot3"^^xsd:string . | 219 | rdfs:label "foot3"^^xsd:string . |
| 217 | 220 | ||
| 218 | ep-core:foot3_sack94-1 | 221 | ep-core:foot3_sack94-1 |
| 219 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 222 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 220 | rdfs:domain ep-core:YieldPoint ; | 223 | rdfs:domain ep-core:YieldPoint ; |
| 221 | rdfs:label "foot3 sack94-1"^^xsd:string . | 224 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 222 | 225 | ||
| 223 | ep-core:footUS | 226 | ep-core:footUS |
| 224 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 227 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 225 | rdfs:domain ep-core:Length ; | 228 | rdfs:domain ep-core:Length ; |
| 226 | rdfs:label "foot (US survey)"^^xsd:string . | 229 | rdfs:label "foot (US survey)"^^xsd:string . |
| 227 | 230 | ||
| 228 | ep-core:fractionByVolume | 231 | ep-core:fractionByVolume |
| 229 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 232 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 230 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 233 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 231 | rdfs:label "fraction by volume"^^xsd:string . | 234 | rdfs:label "fraction by volume"^^xsd:string . |
| 232 | 235 | ||
| 233 | ep-core:gram_cm-3 | 236 | ep-core:gram_cm-3 |
| 234 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 237 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 235 | rdfs:label "gram cm-3"^^xsd:string . | 238 | rdfs:label "gram cm-3"^^xsd:string . |
| 236 | 239 | ||
| 237 | ep-core:hasPart | 240 | ep-core:hasPart |
| ... | @@ -263,7 +266,7 @@ ep-core:hasVolume | ... | @@ -263,7 +266,7 @@ ep-core:hasVolume |
| 263 | rdfs:label "has volume"^^xsd:string . | 266 | rdfs:label "has volume"^^xsd:string . |
| 264 | 267 | ||
| 265 | ep-core:hour | 268 | ep-core:hour |
| 266 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 269 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 267 | rdfs:domain ep-core:TimeDuration ; | 270 | rdfs:domain ep-core:TimeDuration ; |
| 268 | rdfs:label "hour"^^xsd:string . | 271 | rdfs:label "hour"^^xsd:string . |
| 269 | 272 | ||
| ... | @@ -274,89 +277,89 @@ ep-core:humanRecognizableName | ... | @@ -274,89 +277,89 @@ ep-core:humanRecognizableName |
| 274 | rdfs:subPropertyOf ep-core:name . | 277 | rdfs:subPropertyOf ep-core:name . |
| 275 | 278 | ||
| 276 | ep-core:inch | 279 | ep-core:inch |
| 277 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 280 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 278 | rdfs:domain ep-core:Length ; | 281 | rdfs:domain ep-core:Length ; |
| 279 | rdfs:label "inch"^^xsd:string . | 282 | rdfs:label "inch"^^xsd:string . |
| 280 | 283 | ||
| 281 | ep-core:inchUS | 284 | ep-core:inchUS |
| 282 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 285 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 283 | rdfs:domain ep-core:Length ; | 286 | rdfs:domain ep-core:Length ; |
| 284 | rdfs:label "inch (US survey)"^^xsd:string . | 287 | rdfs:label "inch (US survey)"^^xsd:string . |
| 285 | 288 | ||
| 286 | ep-core:kilogramforce_second_metre-2 | 289 | ep-core:kilogramforce_second_metre-2 |
| 287 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 290 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 288 | rdfs:domain ep-core:PlasticViscosity ; | 291 | rdfs:domain ep-core:PlasticViscosity ; |
| 289 | rdfs:label "kgf.s.m-2"^^xsd:string . | 292 | rdfs:label "kgf.s.m-2"^^xsd:string . |
| 290 | 293 | ||
| 291 | ep-core:localFieldName | 294 | ep-core:localFieldName |
| 292 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 295 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 293 | rdfs:label "local field name"^^xsd:string ; | 296 | rdfs:label "local field name"^^xsd:string ; |
| 294 | rdfs:range xsd:string ; | 297 | rdfs:range xsd:string ; |
| 295 | rdfs:subPropertyOf ep-core:name . | 298 | rdfs:subPropertyOf ep-core:name . |
| 296 | 299 | ||
| 297 | ep-core:megaPa | 300 | ep-core:megaPa |
| 298 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 301 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 299 | rdfs:domain ep-core:Pressure ; | 302 | rdfs:domain ep-core:Pressure ; |
| 300 | rdfs:label "MPa"^^xsd:string . | 303 | rdfs:label "MPa"^^xsd:string . |
| 301 | 304 | ||
| 302 | ep-core:megaPa_second | 305 | ep-core:megaPa_second |
| 303 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 306 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 304 | rdfs:domain ep-core:PlasticViscosity ; | 307 | rdfs:domain ep-core:PlasticViscosity ; |
| 305 | rdfs:label "MPa.second"^^xsd:string . | 308 | rdfs:label "MPa.second"^^xsd:string . |
| 306 | 309 | ||
| 307 | ep-core:metre | 310 | ep-core:metre |
| 308 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 311 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 309 | rdfs:domain ep-core:Length ; | 312 | rdfs:domain ep-core:Length ; |
| 310 | rdfs:label "metre"^^xsd:string . | 313 | rdfs:label "metre"^^xsd:string . |
| 311 | 314 | ||
| 312 | ep-core:metre3 | 315 | ep-core:metre3 |
| 313 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 316 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 314 | rdfs:label "metre3"^^xsd:string . | 317 | rdfs:label "metre3"^^xsd:string . |
| 315 | 318 | ||
| 316 | ep-core:metre3_day-1 | 319 | ep-core:metre3_day-1 |
| 317 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 320 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 318 | rdfs:domain ep-core:VolumetricFlowRate ; | 321 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 319 | rdfs:label "metre3 day-1"^^xsd:string . | 322 | rdfs:label "metre3 day-1"^^xsd:string . |
| 320 | 323 | ||
| 321 | ep-core:metre3_minute-1 | 324 | ep-core:metre3_minute-1 |
| 322 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 325 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 323 | rdfs:domain ep-core:VolumetricFlowRate ; | 326 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 324 | rdfs:label "metre3 minute-1"^^xsd:string . | 327 | rdfs:label "metre3 minute-1"^^xsd:string . |
| 325 | 328 | ||
| 326 | ep-core:metre_hour-1 | 329 | ep-core:metre_hour-1 |
| 327 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 330 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 328 | rdfs:domain ep-core:Speed ; | 331 | rdfs:domain ep-core:Speed ; |
| 329 | rdfs:label "metre hour-1"^^xsd:string . | 332 | rdfs:label "metre hour-1"^^xsd:string . |
| 330 | 333 | ||
| 331 | ep-core:milliPascal_second | 334 | ep-core:milliPascal_second |
| 332 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 335 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 333 | rdfs:domain ep-core:PlasticViscosity ; | 336 | rdfs:domain ep-core:PlasticViscosity ; |
| 334 | rdfs:label "mPa.s"^^xsd:string . | 337 | rdfs:label "mPa.s"^^xsd:string . |
| 335 | 338 | ||
| 336 | ep-core:millimetre | 339 | ep-core:millimetre |
| 337 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 340 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 338 | rdfs:domain ep-core:Length ; | 341 | rdfs:domain ep-core:Length ; |
| 339 | rdfs:label "millimetre"^^xsd:string . | 342 | rdfs:label "millimetre"^^xsd:string . |
| 340 | 343 | ||
| 341 | ep-core:million_barrel | 344 | ep-core:million_barrel |
| 342 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 345 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 343 | rdfs:label "million barrel"^^xsd:string . | 346 | rdfs:label "million barrel"^^xsd:string . |
| 344 | 347 | ||
| 345 | ep-core:million_foot3 | 348 | ep-core:million_foot3 |
| 346 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 349 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 347 | rdfs:label "million foot3"^^xsd:string . | 350 | rdfs:label "million foot3"^^xsd:string . |
| 348 | 351 | ||
| 349 | ep-core:million_metre3 | 352 | ep-core:million_metre3 |
| 350 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 353 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 351 | rdfs:label "million metre3"^^xsd:string . | 354 | rdfs:label "million metre3"^^xsd:string . |
| 352 | 355 | ||
| 353 | ep-core:million_metre3_day-1 | 356 | ep-core:million_metre3_day-1 |
| 354 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 357 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 355 | rdfs:domain ep-core:VolumetricFlowRate ; | 358 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 356 | rdfs:label "million metre3 day-1"^^xsd:string . | 359 | rdfs:label "million metre3 day-1"^^xsd:string . |
| 357 | 360 | ||
| 358 | ep-core:minute | 361 | ep-core:minute |
| 359 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 362 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 360 | rdfs:domain ep-core:TimeDuration ; | 363 | rdfs:domain ep-core:TimeDuration ; |
| 361 | rdfs:label "minute"^^xsd:string . | 364 | rdfs:label "minute"^^xsd:string . |
| 362 | 365 | ||
| ... | @@ -366,31 +369,31 @@ ep-core:name | ... | @@ -366,31 +369,31 @@ ep-core:name |
| 366 | rdfs:range xsd:string . | 369 | rdfs:range xsd:string . |
| 367 | 370 | ||
| 368 | ep-core:newton_second_metre-2 | 371 | ep-core:newton_second_metre-2 |
| 369 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 372 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 370 | rdfs:domain ep-core:PlasticViscosity ; | 373 | rdfs:domain ep-core:PlasticViscosity ; |
| 371 | rdfs:label "N.s.m-2"^^xsd:string . | 374 | rdfs:label "N.s.m-2"^^xsd:string . |
| 372 | 375 | ||
| 373 | ep-core:nominallyExistsAt | 376 | ep-core:nominallyExistsAt |
| 374 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 377 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 375 | rdfs:domain ep-core:PhysicalThing ; | 378 | rdfs:domain ep-core:PhysicalThing ; |
| 376 | rdfs:label "nominally exists at"^^xsd:string ; | 379 | rdfs:label "nominally exists at"^^xsd:string ; |
| 377 | rdfs:range xsd:string ; | 380 | rdfs:range xsd:string ; |
| 378 | rdfs:subPropertyOf ep-core:name . | 381 | rdfs:subPropertyOf ep-core:name . |
| 379 | 382 | ||
| 380 | ep-core:npdCode | 383 | ep-core:npdCode |
| 381 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 384 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 382 | rdfs:label "NPD code"^^xsd:string ; | 385 | rdfs:label "NPD code"^^xsd:string ; |
| 383 | rdfs:range xsd:string ; | 386 | rdfs:range xsd:string ; |
| 384 | rdfs:subPropertyOf ep-core:name . | 387 | rdfs:subPropertyOf ep-core:name . |
| 385 | 388 | ||
| 386 | ep-core:npdName | 389 | ep-core:npdName |
| 387 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 390 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 388 | rdfs:label "NPD name"^^xsd:string ; | 391 | rdfs:label "NPD name"^^xsd:string ; |
| 389 | rdfs:range xsd:string ; | 392 | rdfs:range xsd:string ; |
| 390 | rdfs:subPropertyOf ep-core:name . | 393 | rdfs:subPropertyOf ep-core:name . |
| 391 | 394 | ||
| 392 | ep-core:npdNumber | 395 | ep-core:npdNumber |
| 393 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 396 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 394 | rdfs:label "NPD number"^^xsd:string ; | 397 | rdfs:label "NPD number"^^xsd:string ; |
| 395 | rdfs:range xsd:string ; | 398 | rdfs:range xsd:string ; |
| 396 | rdfs:subPropertyOf ep-core:name . | 399 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -403,68 +406,68 @@ ep-core:partOf | ... | @@ -403,68 +406,68 @@ ep-core:partOf |
| 403 | owl:inverseOf ep-core:hasPart . | 406 | owl:inverseOf ep-core:hasPart . |
| 404 | 407 | ||
| 405 | ep-core:partPerMillionByMass | 408 | ep-core:partPerMillionByMass |
| 406 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 409 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 407 | rdfs:domain ep-core:MassPerUnitMassConcentration ; | 410 | rdfs:domain ep-core:MassPerUnitMassConcentration ; |
| 408 | rdfs:label "part per million (by mass)"^^xsd:string . | 411 | rdfs:label "part per million (by mass)"^^xsd:string . |
| 409 | 412 | ||
| 410 | ep-core:partPerMillionByVolume | 413 | ep-core:partPerMillionByVolume |
| 411 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 414 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 412 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 415 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 413 | rdfs:label "part per million (by volume)"^^xsd:string . | 416 | rdfs:label "part per million (by volume)"^^xsd:string . |
| 414 | 417 | ||
| 415 | ep-core:pascal | 418 | ep-core:pascal |
| 416 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 419 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 417 | rdfs:domain ep-core:Pressure ; | 420 | rdfs:domain ep-core:Pressure ; |
| 418 | rdfs:label "Pascal"^^xsd:string . | 421 | rdfs:label "Pascal"^^xsd:string . |
| 419 | 422 | ||
| 420 | ep-core:pascal_second | 423 | ep-core:pascal_second |
| 421 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 424 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 422 | rdfs:domain ep-core:PlasticViscosity ; | 425 | rdfs:domain ep-core:PlasticViscosity ; |
| 423 | rdfs:label "Pa.second"^^xsd:string . | 426 | rdfs:label "Pa.second"^^xsd:string . |
| 424 | 427 | ||
| 425 | ep-core:perCentByVolume | 428 | ep-core:perCentByVolume |
| 426 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 429 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 427 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 430 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 428 | rdfs:label "per cent by volume"^^xsd:string . | 431 | rdfs:label "per cent by volume"^^xsd:string . |
| 429 | 432 | ||
| 430 | ep-core:poise | 433 | ep-core:poise |
| 431 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 434 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 432 | rdfs:domain ep-core:PlasticViscosity ; | 435 | rdfs:domain ep-core:PlasticViscosity ; |
| 433 | rdfs:label "P"^^xsd:string . | 436 | rdfs:label "P"^^xsd:string . |
| 434 | 437 | ||
| 435 | ep-core:pound_foot-1 | 438 | ep-core:pound_foot-1 |
| 436 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 439 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 437 | rdfs:domain ep-core:MassPerUnitLength ; | 440 | rdfs:domain ep-core:MassPerUnitLength ; |
| 438 | rdfs:label "pound foot-1"^^xsd:string . | 441 | rdfs:label "pound foot-1"^^xsd:string . |
| 439 | 442 | ||
| 440 | ep-core:poundforce_second_foot-2 | 443 | ep-core:poundforce_second_foot-2 |
| 441 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 444 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 442 | rdfs:domain ep-core:PlasticViscosity ; | 445 | rdfs:domain ep-core:PlasticViscosity ; |
| 443 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 446 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 444 | 447 | ||
| 445 | ep-core:poundforce_second_inch-2 | 448 | ep-core:poundforce_second_inch-2 |
| 446 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 449 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 447 | rdfs:domain ep-core:PlasticViscosity ; | 450 | rdfs:domain ep-core:PlasticViscosity ; |
| 448 | rdfs:label "lbf.s.in-2"^^xsd:string . | 451 | rdfs:label "lbf.s.in-2"^^xsd:string . |
| 449 | 452 | ||
| 450 | ep-core:prospectName | 453 | ep-core:prospectName |
| 451 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 454 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 452 | rdfs:label "prospect name"^^xsd:string ; | 455 | rdfs:label "prospect name"^^xsd:string ; |
| 453 | rdfs:range xsd:string ; | 456 | rdfs:range xsd:string ; |
| 454 | rdfs:subPropertyOf ep-core:name . | 457 | rdfs:subPropertyOf ep-core:name . |
| 455 | 458 | ||
| 456 | ep-core:psi_second | 459 | ep-core:psi_second |
| 457 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 460 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 458 | rdfs:domain ep-core:PlasticViscosity ; | 461 | rdfs:domain ep-core:PlasticViscosity ; |
| 459 | rdfs:label "psi.s"^^xsd:string . | 462 | rdfs:label "psi.s"^^xsd:string . |
| 460 | 463 | ||
| 461 | ep-core:psig | 464 | ep-core:psig |
| 462 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 465 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 463 | rdfs:domain ep-core:Pressure ; | 466 | rdfs:domain ep-core:Pressure ; |
| 464 | rdfs:label "psi gauge"^^xsd:string . | 467 | rdfs:label "psi gauge"^^xsd:string . |
| 465 | 468 | ||
| 466 | ep-core:second | 469 | ep-core:second |
| 467 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 470 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 468 | rdfs:domain ep-core:TimeDuration ; | 471 | rdfs:domain ep-core:TimeDuration ; |
| 469 | rdfs:label "second"^^xsd:string . | 472 | rdfs:label "second"^^xsd:string . |
| 470 | 473 | ||
| ... | @@ -477,7 +480,7 @@ ep-core:spatialPartOf | ... | @@ -477,7 +480,7 @@ ep-core:spatialPartOf |
| 477 | owl:inverseOf ep-core:hasSpatialPart . | 480 | owl:inverseOf ep-core:hasSpatialPart . |
| 478 | 481 | ||
| 479 | ep-core:specificGravity | 482 | ep-core:specificGravity |
| 480 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 483 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 481 | rdfs:label "specific gravity"^^xsd:string . | 484 | rdfs:label "specific gravity"^^xsd:string . |
| 482 | 485 | ||
| 483 | ep-core:temporalPartOf | 486 | ep-core:temporalPartOf |
| ... | @@ -489,16 +492,16 @@ ep-core:temporalPartOf | ... | @@ -489,16 +492,16 @@ ep-core:temporalPartOf |
| 489 | owl:inverseOf ep-core:hasTemporalPart . | 492 | owl:inverseOf ep-core:hasTemporalPart . |
| 490 | 493 | ||
| 491 | ep-core:undefinedScale | 494 | ep-core:undefinedScale |
| 492 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 495 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 493 | rdfs:domain owl:Class ; | 496 | rdfs:domain owl:Class ; |
| 494 | rdfs:label "undefined scale"^^xsd:string . | 497 | rdfs:label "undefined scale"^^xsd:string . |
| 495 | 498 | ||
| 496 | ep-core:usGallon_sack94-1 | 499 | ep-core:usGallon_sack94-1 |
| 497 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 500 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 498 | rdfs:domain ep-core:VolumeMassRatio ; | 501 | rdfs:domain ep-core:VolumeMassRatio ; |
| 499 | rdfs:label "USgallon sack94-1"^^xsd:string . | 502 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 500 | 503 | ||
| 501 | ep-core:week | 504 | ep-core:week |
| 502 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 505 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 503 | rdfs:domain ep-core:TimeDuration ; | 506 | rdfs:domain ep-core:TimeDuration ; |
| 504 | rdfs:label "week"^^xsd:string . | 507 | rdfs:label "week"^^xsd:string . | ... | ... |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
| 23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
| 25 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; | 25 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; |
| 26 | owl:versionInfo "0.1.0"^^xsd:string . | 26 | owl:versionInfo "0.1.0"^^xsd:string . |
| 27 | 27 | ||
| 28 | ddr-tables:BitRecord | 28 | ddr-tables:BitRecord |
| ... | @@ -411,7 +411,7 @@ ddr-tables:BitRecord | ... | @@ -411,7 +411,7 @@ ddr-tables:BitRecord |
| 411 | ] [ sp:object | 411 | ] [ sp:object |
| 412 | [ sp:varName "manufacturer"^^xsd:string | 412 | [ sp:varName "manufacturer"^^xsd:string |
| 413 | ] ; | 413 | ] ; |
| 414 | - sp:predicate rdfs:label ; | 414 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 415 | sp:subject | 415 | sp:subject |
| 416 | [ sp:varName "drillBitManuf"^^xsd:string | 416 | [ sp:varName "drillBitManuf"^^xsd:string |
| 417 | ] | 417 | ] |
| ... | @@ -482,7 +482,7 @@ ddr-tables:CasingLinerTubingInformation | ... | @@ -482,7 +482,7 @@ ddr-tables:CasingLinerTubingInformation |
| 482 | sp:elements ([ sp:object | 482 | sp:elements ([ sp:object |
| 483 | [ sp:varName "description"^^xsd:string | 483 | [ sp:varName "description"^^xsd:string |
| 484 | ] ; | 484 | ] ; |
| 485 | - sp:predicate rdfs:comment ; | 485 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 486 | sp:subject | 486 | sp:subject |
| 487 | [ sp:varName "wellStim"^^xsd:string | 487 | [ sp:varName "wellStim"^^xsd:string |
| 488 | ] | 488 | ] |
| ... | @@ -852,7 +852,7 @@ ddr-tables:CementFluidInformation | ... | @@ -852,7 +852,7 @@ ddr-tables:CementFluidInformation |
| 852 | ] [ sp:object | 852 | ] [ sp:object |
| 853 | [ sp:varName "fluidDescription"^^xsd:string | 853 | [ sp:varName "fluidDescription"^^xsd:string |
| 854 | ] ; | 854 | ] ; |
| 855 | - sp:predicate rdfs:comment ; | 855 | + sp:predicate rdfs:label ; |
| 856 | sp:subject | 856 | sp:subject |
| 857 | [ sp:varName "userDescribedCementingFluidType"^^xsd:string | 857 | [ sp:varName "userDescribedCementingFluidType"^^xsd:string |
| 858 | ] | 858 | ] |
| ... | @@ -966,7 +966,7 @@ ddr-tables:CementFluidInformation | ... | @@ -966,7 +966,7 @@ ddr-tables:CementFluidInformation |
| 966 | sp:elements ([ sp:object | 966 | sp:elements ([ sp:object |
| 967 | [ sp:varName "comments"^^xsd:string | 967 | [ sp:varName "comments"^^xsd:string |
| 968 | ] ; | 968 | ] ; |
| 969 | - sp:predicate rdfs:comment ; | 969 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 970 | sp:subject | 970 | sp:subject |
| 971 | [ sp:varName "fluid"^^xsd:string | 971 | [ sp:varName "fluid"^^xsd:string |
| 972 | ] | 972 | ] |
| ... | @@ -1251,7 +1251,7 @@ ddr-tables:CementInformation | ... | @@ -1251,7 +1251,7 @@ ddr-tables:CementInformation |
| 1251 | sp:elements ([ sp:object | 1251 | sp:elements ([ sp:object |
| 1252 | [ sp:varName "comments"^^xsd:string | 1252 | [ sp:varName "comments"^^xsd:string |
| 1253 | ] ; | 1253 | ] ; |
| 1254 | - sp:predicate rdfs:comment ; | 1254 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 1255 | sp:subject | 1255 | sp:subject |
| 1256 | [ sp:varName "wellCementJob"^^xsd:string | 1256 | [ sp:varName "wellCementJob"^^xsd:string |
| 1257 | ] | 1257 | ] |
| ... | @@ -1566,7 +1566,7 @@ ddr-tables:CoreInformation | ... | @@ -1566,7 +1566,7 @@ ddr-tables:CoreInformation |
| 1566 | sp:elements ([ sp:object | 1566 | sp:elements ([ sp:object |
| 1567 | [ sp:varName "description"^^xsd:string | 1567 | [ sp:varName "description"^^xsd:string |
| 1568 | ] ; | 1568 | ] ; |
| 1569 | - sp:predicate rdfs:comment ; | 1569 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 1570 | sp:subject | 1570 | sp:subject |
| 1571 | [ sp:varName "recCore"^^xsd:string | 1571 | [ sp:varName "recCore"^^xsd:string |
| 1572 | ] | 1572 | ] |
| ... | @@ -2023,7 +2023,7 @@ ddr-tables:EquipmentFailure | ... | @@ -2023,7 +2023,7 @@ ddr-tables:EquipmentFailure |
| 2023 | sp:elements ([ sp:object | 2023 | sp:elements ([ sp:object |
| 2024 | [ sp:varName "failureDescription"^^xsd:string | 2024 | [ sp:varName "failureDescription"^^xsd:string |
| 2025 | ] ; | 2025 | ] ; |
| 2026 | - sp:predicate rdfs:comment ; | 2026 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 2027 | sp:subject | 2027 | sp:subject |
| 2028 | [ sp:varName "part"^^xsd:string | 2028 | [ sp:varName "part"^^xsd:string |
| 2029 | ] | 2029 | ] |
| ... | @@ -2238,7 +2238,7 @@ ddr-tables:FormationTest | ... | @@ -2238,7 +2238,7 @@ ddr-tables:FormationTest |
| 2238 | sp:elements ([ sp:object | 2238 | sp:elements ([ sp:object |
| 2239 | [ sp:varName "description"^^xsd:string | 2239 | [ sp:varName "description"^^xsd:string |
| 2240 | ] ; | 2240 | ] ; |
| 2241 | - sp:predicate rdfs:comment ; | 2241 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 2242 | sp:subject | 2242 | sp:subject |
| 2243 | [ sp:varName "ft"^^xsd:string | 2243 | [ sp:varName "ft"^^xsd:string |
| 2244 | ] | 2244 | ] |
| ... | @@ -3110,7 +3110,7 @@ ddr-tables:LogInformation | ... | @@ -3110,7 +3110,7 @@ ddr-tables:LogInformation |
| 3110 | ] [ sp:object | 3110 | ] [ sp:object |
| 3111 | [ sp:varName "tool"^^xsd:string | 3111 | [ sp:varName "tool"^^xsd:string |
| 3112 | ] ; | 3112 | ] ; |
| 3113 | - sp:predicate rdfs:comment ; | 3113 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 3114 | sp:subject | 3114 | sp:subject |
| 3115 | [ sp:varName "loggingTool"^^xsd:string | 3115 | [ sp:varName "loggingTool"^^xsd:string |
| 3116 | ] | 3116 | ] |
| ... | @@ -3348,7 +3348,7 @@ ddr-tables:Operations | ... | @@ -3348,7 +3348,7 @@ ddr-tables:Operations |
| 3348 | sp:elements ([ sp:object | 3348 | sp:elements ([ sp:object |
| 3349 | [ sp:varName "remark"^^xsd:string | 3349 | [ sp:varName "remark"^^xsd:string |
| 3350 | ] ; | 3350 | ] ; |
| 3351 | - sp:predicate rdfs:comment ; | 3351 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 3352 | sp:subject | 3352 | sp:subject |
| 3353 | [ sp:varName "part"^^xsd:string | 3353 | [ sp:varName "part"^^xsd:string |
| 3354 | ] | 3354 | ] |
| ... | @@ -4268,7 +4268,7 @@ ddr-tables:WellControlIncident | ... | @@ -4268,7 +4268,7 @@ ddr-tables:WellControlIncident |
| 4268 | ] [ sp:object | 4268 | ] [ sp:object |
| 4269 | [ sp:varName "formation"^^xsd:string | 4269 | [ sp:varName "formation"^^xsd:string |
| 4270 | ] ; | 4270 | ] ; |
| 4271 | - sp:predicate rdfs:comment ; | 4271 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 4272 | sp:subject | 4272 | sp:subject |
| 4273 | [ sp:varName "srFormation"^^xsd:string | 4273 | [ sp:varName "srFormation"^^xsd:string |
| 4274 | ] | 4274 | ] |
| ... | @@ -4376,7 +4376,7 @@ ddr-tables:WellControlIncident | ... | @@ -4376,7 +4376,7 @@ ddr-tables:WellControlIncident |
| 4376 | sp:elements ([ sp:object | 4376 | sp:elements ([ sp:object |
| 4377 | [ sp:varName "comment"^^xsd:string | 4377 | [ sp:varName "comment"^^xsd:string |
| 4378 | ] ; | 4378 | ] ; |
| 4379 | - sp:predicate rdfs:comment ; | 4379 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 4380 | sp:subject | 4380 | sp:subject |
| 4381 | [ sp:varName "wci"^^xsd:string | 4381 | [ sp:varName "wci"^^xsd:string |
| 4382 | ] | 4382 | ] | ... | ... |
| ... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | ||
| 26 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> | 26 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> |
| 27 | rdf:type owl:Ontology ; | 27 | rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <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.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 28 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 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 |
| ... | @@ -80,7 +80,7 @@ ddr:Obj_drillReport | ... | @@ -80,7 +80,7 @@ ddr:Obj_drillReport |
| 80 | ] [ sp:object | 80 | ] [ sp:object |
| 81 | [ sp:varName "comments"^^xsd:string | 81 | [ sp:varName "comments"^^xsd:string |
| 82 | ] ; | 82 | ] ; |
| 83 | - sp:predicate rdfs:comment ; | 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 84 | sp:subject | 84 | sp:subject |
| 85 | [ sp:varName "partActivity"^^xsd:string | 85 | [ sp:varName "partActivity"^^xsd:string |
| 86 | ] | 86 | ] |
| ... | @@ -192,22 +192,14 @@ ddr:Obj_drillReport | ... | @@ -192,22 +192,14 @@ ddr:Obj_drillReport |
| 192 | ] ; | 192 | ] ; |
| 193 | spin:rule | 193 | spin:rule |
| 194 | [ rdf:type sp:Construct ; | 194 | [ rdf:type sp:Construct ; |
| 195 | - rdfs:comment "STEP 128 Transfer md"^^xsd:string ; | 195 | + rdfs:comment "STEP 132 Transfer status"^^xsd:string ; |
| 196 | - sp:templates ([ sp:object _:b1 ; | 196 | + sp:templates ([ sp:object |
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | 197 | + [ sp:varName "activitySuccessType"^^xsd:string |
| 198 | + ] ; | ||
| 199 | + sp:predicate rdf:type ; | ||
| 198 | sp:subject | 200 | sp:subject |
| 199 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 201 | + [ sp:varName "partActivity"^^xsd:string |
| 200 | ] | 202 | ] |
| 201 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 202 | - sp:predicate rdf:type ; | ||
| 203 | - sp:subject _:b1 | ||
| 204 | - ] [ sp:object | ||
| 205 | - [ sp:varName "real"^^xsd:string | ||
| 206 | - ] ; | ||
| 207 | - sp:predicate | ||
| 208 | - [ sp:varName "lengthScale"^^xsd:string | ||
| 209 | - ] ; | ||
| 210 | - sp:subject _:b1 | ||
| 211 | ]) ; | 203 | ]) ; |
| 212 | sp:where ([ sp:object | 204 | sp:where ([ sp:object |
| 213 | [ sp:varName "nameWellBore"^^xsd:string | 205 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -215,52 +207,22 @@ ddr:Obj_drillReport | ... | @@ -215,52 +207,22 @@ ddr:Obj_drillReport |
| 215 | sp:predicate ep-spin-lib:nameWellbore ; | 207 | sp:predicate ep-spin-lib:nameWellbore ; |
| 216 | sp:subject spin:_this | 208 | sp:subject spin:_this |
| 217 | ] [ sp:object | 209 | ] [ sp:object |
| 218 | - [ sp:varName "activity"^^xsd:string | 210 | + [ sp:varName "dTimStart"^^xsd:string |
| 219 | ] ; | 211 | ] ; |
| 220 | - sp:predicate ddr:activityRef ; | 212 | + sp:predicate ddr:dTimStart ; |
| 221 | sp:subject spin:_this | 213 | sp:subject spin:_this |
| 222 | ] [ sp:object | 214 | ] [ sp:object |
| 223 | - [ sp:varName "dTimStartPart"^^xsd:string | ||
| 224 | - ] ; | ||
| 225 | - sp:predicate ddr:dTimStart ; | ||
| 226 | - sp:subject | ||
| 227 | [ sp:varName "activity"^^xsd:string | 215 | [ sp:varName "activity"^^xsd:string |
| 228 | - ] | ||
| 229 | - ] [ sp:object | ||
| 230 | - [ sp:varName "dTimEndPart"^^xsd:string | ||
| 231 | ] ; | 216 | ] ; |
| 232 | - sp:predicate ddr:dTimEnd ; | 217 | + sp:predicate ddr:activityRef ; |
| 233 | - sp:subject | 218 | + sp:subject spin:_this |
| 234 | - [ sp:varName "activity"^^xsd:string | ||
| 235 | - ] | ||
| 236 | ] [ sp:object | 219 | ] [ sp:object |
| 237 | - [ sp:varName "md"^^xsd:string | 220 | + [ sp:varName "state"^^xsd:string |
| 238 | ] ; | 221 | ] ; |
| 239 | - sp:predicate ddr:mdRef ; | 222 | + sp:predicate ddr:stateRef ; |
| 240 | sp:subject | 223 | sp:subject |
| 241 | [ sp:varName "activity"^^xsd:string | 224 | [ sp:varName "activity"^^xsd:string |
| 242 | ] | 225 | ] |
| 243 | - ] [ sp:object | ||
| 244 | - [ sp:varName "real"^^xsd:string | ||
| 245 | - ] ; | ||
| 246 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 247 | - sp:subject | ||
| 248 | - [ sp:varName "md"^^xsd:string | ||
| 249 | - ] | ||
| 250 | - ] [ sp:object | ||
| 251 | - [ sp:varName "uom"^^xsd:string | ||
| 252 | - ] ; | ||
| 253 | - sp:predicate ddr:uomRef ; | ||
| 254 | - sp:subject | ||
| 255 | - [ sp:varName "md"^^xsd:string | ||
| 256 | - ] | ||
| 257 | - ] [ sp:object | ||
| 258 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 259 | - ] ; | ||
| 260 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 261 | - sp:subject | ||
| 262 | - [ sp:varName "partActivity"^^xsd:string | ||
| 263 | - ] | ||
| 264 | ] [ rdf:type sp:Bind ; | 226 | ] [ rdf:type sp:Bind ; |
| 265 | sp:expression | 227 | sp:expression |
| 266 | [ rdf:type ep-spin-lib:normalizeString ; | 228 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -272,46 +234,55 @@ ddr:Obj_drillReport | ... | @@ -272,46 +234,55 @@ ddr:Obj_drillReport |
| 272 | ] | 234 | ] |
| 273 | ] [ rdf:type sp:Bind ; | 235 | ] [ rdf:type sp:Bind ; |
| 274 | sp:expression | 236 | sp:expression |
| 275 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 237 | + [ rdf:type afn:localname ; |
| 238 | + sp:arg1 [ sp:varName "activity"^^xsd:string | ||
| 239 | + ] | ||
| 240 | + ] ; | ||
| 241 | + sp:variable | ||
| 242 | + [ sp:varName "localname"^^xsd:string | ||
| 243 | + ] | ||
| 244 | + ] [ rdf:type sp:Bind ; | ||
| 245 | + sp:expression | ||
| 246 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; | ||
| 276 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 247 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 277 | ] ; | 248 | ] ; |
| 278 | - sp:arg2 [ sp:varName "dTimStartPart"^^xsd:string | 249 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 279 | ] ; | 250 | ] ; |
| 280 | - sp:arg3 [ sp:varName "dTimEndPart"^^xsd:string | 251 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 281 | ] | 252 | ] |
| 282 | ] ; | 253 | ] ; |
| 283 | sp:variable | 254 | sp:variable |
| 284 | - [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 255 | + [ sp:varName "partActivity"^^xsd:string |
| 285 | ] | 256 | ] |
| 286 | ] [ rdf:type sp:Bind ; | 257 | ] [ rdf:type sp:Bind ; |
| 287 | sp:expression | 258 | sp:expression |
| 288 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 259 | + [ rdf:type ep-spin-lib:selectActivitySuccessType ; |
| 289 | - sp:arg1 [ sp:varName "uom"^^xsd:string | 260 | + sp:arg1 [ sp:varName "state"^^xsd:string |
| 290 | ] | 261 | ] |
| 291 | ] ; | 262 | ] ; |
| 292 | sp:variable | 263 | sp:variable |
| 293 | - [ sp:varName "lengthScale"^^xsd:string | 264 | + [ sp:varName "activitySuccessType"^^xsd:string |
| 294 | ] | 265 | ] |
| 295 | ]) | 266 | ]) |
| 296 | ] ; | 267 | ] ; |
| 297 | spin:rule | 268 | spin:rule |
| 298 | [ rdf:type sp:Construct ; | 269 | [ rdf:type sp:Construct ; |
| 299 | - rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; | 270 | + rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; |
| 300 | - sp:templates ([ sp:object _:b2 ; | 271 | + sp:templates ([ sp:object _:b1 ; |
| 301 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleTrueVerticalDepth> ; | 272 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ; |
| 302 | sp:subject | 273 | sp:subject |
| 303 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 274 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 304 | ] | 275 | ] |
| 305 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 276 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 306 | sp:predicate rdf:type ; | 277 | sp:predicate rdf:type ; |
| 307 | - sp:subject _:b2 | 278 | + sp:subject _:b1 |
| 308 | ] [ sp:object | 279 | ] [ sp:object |
| 309 | [ sp:varName "real"^^xsd:string | 280 | [ sp:varName "real"^^xsd:string |
| 310 | ] ; | 281 | ] ; |
| 311 | sp:predicate | 282 | sp:predicate |
| 312 | [ sp:varName "lengthScale"^^xsd:string | 283 | [ sp:varName "lengthScale"^^xsd:string |
| 313 | ] ; | 284 | ] ; |
| 314 | - sp:subject _:b2 | 285 | + sp:subject _:b1 |
| 315 | ]) ; | 286 | ]) ; |
| 316 | sp:where ([ sp:object | 287 | sp:where ([ sp:object |
| 317 | [ sp:varName "nameWellBore"^^xsd:string | 288 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -338,9 +309,9 @@ ddr:Obj_drillReport | ... | @@ -338,9 +309,9 @@ ddr:Obj_drillReport |
| 338 | [ sp:varName "activity"^^xsd:string | 309 | [ sp:varName "activity"^^xsd:string |
| 339 | ] | 310 | ] |
| 340 | ] [ sp:object | 311 | ] [ sp:object |
| 341 | - [ sp:varName "tvd"^^xsd:string | 312 | + [ sp:varName "mdHoleStart"^^xsd:string |
| 342 | ] ; | 313 | ] ; |
| 343 | - sp:predicate ddr:tvdRef ; | 314 | + sp:predicate ddr:mdHoleStartRef ; |
| 344 | sp:subject | 315 | sp:subject |
| 345 | [ sp:varName "activity"^^xsd:string | 316 | [ sp:varName "activity"^^xsd:string |
| 346 | ] | 317 | ] |
| ... | @@ -349,14 +320,14 @@ ddr:Obj_drillReport | ... | @@ -349,14 +320,14 @@ ddr:Obj_drillReport |
| 349 | ] ; | 320 | ] ; |
| 350 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 321 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 351 | sp:subject | 322 | sp:subject |
| 352 | - [ sp:varName "tvd"^^xsd:string | 323 | + [ sp:varName "mdHoleStart"^^xsd:string |
| 353 | ] | 324 | ] |
| 354 | ] [ sp:object | 325 | ] [ sp:object |
| 355 | [ sp:varName "uom"^^xsd:string | 326 | [ sp:varName "uom"^^xsd:string |
| 356 | ] ; | 327 | ] ; |
| 357 | sp:predicate ddr:uomRef ; | 328 | sp:predicate ddr:uomRef ; |
| 358 | sp:subject | 329 | sp:subject |
| 359 | - [ sp:varName "tvd"^^xsd:string | 330 | + [ sp:varName "mdHoleStart"^^xsd:string |
| 360 | ] | 331 | ] |
| 361 | ] [ sp:object | 332 | ] [ sp:object |
| 362 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 333 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| ... | @@ -502,22 +473,22 @@ ddr:Obj_drillReport | ... | @@ -502,22 +473,22 @@ ddr:Obj_drillReport |
| 502 | ] ; | 473 | ] ; |
| 503 | spin:rule | 474 | spin:rule |
| 504 | [ rdf:type sp:Construct ; | 475 | [ rdf:type sp:Construct ; |
| 505 | - rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; | 476 | + rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; |
| 506 | - sp:templates ([ sp:object _:b3 ; | 477 | + sp:templates ([ sp:object _:b2 ; |
| 507 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ; | 478 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleTrueVerticalDepth> ; |
| 508 | sp:subject | 479 | sp:subject |
| 509 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 480 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 510 | ] | 481 | ] |
| 511 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 482 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 512 | sp:predicate rdf:type ; | 483 | sp:predicate rdf:type ; |
| 513 | - sp:subject _:b3 | 484 | + sp:subject _:b2 |
| 514 | ] [ sp:object | 485 | ] [ sp:object |
| 515 | [ sp:varName "real"^^xsd:string | 486 | [ sp:varName "real"^^xsd:string |
| 516 | ] ; | 487 | ] ; |
| 517 | sp:predicate | 488 | sp:predicate |
| 518 | [ sp:varName "lengthScale"^^xsd:string | 489 | [ sp:varName "lengthScale"^^xsd:string |
| 519 | ] ; | 490 | ] ; |
| 520 | - sp:subject _:b3 | 491 | + sp:subject _:b2 |
| 521 | ]) ; | 492 | ]) ; |
| 522 | sp:where ([ sp:object | 493 | sp:where ([ sp:object |
| 523 | [ sp:varName "nameWellBore"^^xsd:string | 494 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -544,9 +515,9 @@ ddr:Obj_drillReport | ... | @@ -544,9 +515,9 @@ ddr:Obj_drillReport |
| 544 | [ sp:varName "activity"^^xsd:string | 515 | [ sp:varName "activity"^^xsd:string |
| 545 | ] | 516 | ] |
| 546 | ] [ sp:object | 517 | ] [ sp:object |
| 547 | - [ sp:varName "mdHoleStart"^^xsd:string | 518 | + [ sp:varName "tvd"^^xsd:string |
| 548 | ] ; | 519 | ] ; |
| 549 | - sp:predicate ddr:mdHoleStartRef ; | 520 | + sp:predicate ddr:tvdRef ; |
| 550 | sp:subject | 521 | sp:subject |
| 551 | [ sp:varName "activity"^^xsd:string | 522 | [ sp:varName "activity"^^xsd:string |
| 552 | ] | 523 | ] |
| ... | @@ -555,14 +526,14 @@ ddr:Obj_drillReport | ... | @@ -555,14 +526,14 @@ ddr:Obj_drillReport |
| 555 | ] ; | 526 | ] ; |
| 556 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 527 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 557 | sp:subject | 528 | sp:subject |
| 558 | - [ sp:varName "mdHoleStart"^^xsd:string | 529 | + [ sp:varName "tvd"^^xsd:string |
| 559 | ] | 530 | ] |
| 560 | ] [ sp:object | 531 | ] [ sp:object |
| 561 | [ sp:varName "uom"^^xsd:string | 532 | [ sp:varName "uom"^^xsd:string |
| 562 | ] ; | 533 | ] ; |
| 563 | sp:predicate ddr:uomRef ; | 534 | sp:predicate ddr:uomRef ; |
| 564 | sp:subject | 535 | sp:subject |
| 565 | - [ sp:varName "mdHoleStart"^^xsd:string | 536 | + [ sp:varName "tvd"^^xsd:string |
| 566 | ] | 537 | ] |
| 567 | ] [ sp:object | 538 | ] [ sp:object |
| 568 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string | 539 | [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| ... | @@ -606,14 +577,22 @@ ddr:Obj_drillReport | ... | @@ -606,14 +577,22 @@ ddr:Obj_drillReport |
| 606 | ] ; | 577 | ] ; |
| 607 | spin:rule | 578 | spin:rule |
| 608 | [ rdf:type sp:Construct ; | 579 | [ rdf:type sp:Construct ; |
| 609 | - rdfs:comment "STEP 132 Transfer status"^^xsd:string ; | 580 | + rdfs:comment "STEP 128 Transfer md"^^xsd:string ; |
| 610 | - sp:templates ([ sp:object | 581 | + sp:templates ([ sp:object _:b3 ; |
| 611 | - [ sp:varName "activitySuccessType"^^xsd:string | 582 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; |
| 612 | - ] ; | ||
| 613 | - sp:predicate rdf:type ; | ||
| 614 | sp:subject | 583 | sp:subject |
| 615 | - [ sp:varName "partActivity"^^xsd:string | 584 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 616 | ] | 585 | ] |
| 586 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 587 | + sp:predicate rdf:type ; | ||
| 588 | + sp:subject _:b3 | ||
| 589 | + ] [ sp:object | ||
| 590 | + [ sp:varName "real"^^xsd:string | ||
| 591 | + ] ; | ||
| 592 | + sp:predicate | ||
| 593 | + [ sp:varName "lengthScale"^^xsd:string | ||
| 594 | + ] ; | ||
| 595 | + sp:subject _:b3 | ||
| 617 | ]) ; | 596 | ]) ; |
| 618 | sp:where ([ sp:object | 597 | sp:where ([ sp:object |
| 619 | [ sp:varName "nameWellBore"^^xsd:string | 598 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -621,61 +600,82 @@ ddr:Obj_drillReport | ... | @@ -621,61 +600,82 @@ ddr:Obj_drillReport |
| 621 | sp:predicate ep-spin-lib:nameWellbore ; | 600 | sp:predicate ep-spin-lib:nameWellbore ; |
| 622 | sp:subject spin:_this | 601 | sp:subject spin:_this |
| 623 | ] [ sp:object | 602 | ] [ sp:object |
| 624 | - [ sp:varName "dTimStart"^^xsd:string | 603 | + [ sp:varName "activity"^^xsd:string |
| 625 | ] ; | 604 | ] ; |
| 626 | - sp:predicate ddr:dTimStart ; | 605 | + sp:predicate ddr:activityRef ; |
| 627 | sp:subject spin:_this | 606 | sp:subject spin:_this |
| 628 | ] [ sp:object | 607 | ] [ sp:object |
| 608 | + [ sp:varName "dTimStartPart"^^xsd:string | ||
| 609 | + ] ; | ||
| 610 | + sp:predicate ddr:dTimStart ; | ||
| 611 | + sp:subject | ||
| 629 | [ sp:varName "activity"^^xsd:string | 612 | [ sp:varName "activity"^^xsd:string |
| 613 | + ] | ||
| 614 | + ] [ sp:object | ||
| 615 | + [ sp:varName "dTimEndPart"^^xsd:string | ||
| 630 | ] ; | 616 | ] ; |
| 631 | - sp:predicate ddr:activityRef ; | 617 | + sp:predicate ddr:dTimEnd ; |
| 632 | - sp:subject spin:_this | 618 | + sp:subject |
| 619 | + [ sp:varName "activity"^^xsd:string | ||
| 620 | + ] | ||
| 633 | ] [ sp:object | 621 | ] [ sp:object |
| 634 | - [ sp:varName "state"^^xsd:string | 622 | + [ sp:varName "md"^^xsd:string |
| 635 | ] ; | 623 | ] ; |
| 636 | - sp:predicate ddr:stateRef ; | 624 | + sp:predicate ddr:mdRef ; |
| 637 | sp:subject | 625 | sp:subject |
| 638 | [ sp:varName "activity"^^xsd:string | 626 | [ sp:varName "activity"^^xsd:string |
| 639 | ] | 627 | ] |
| 640 | - ] [ rdf:type sp:Bind ; | 628 | + ] [ sp:object |
| 641 | - sp:expression | 629 | + [ sp:varName "real"^^xsd:string |
| 642 | - [ rdf:type ep-spin-lib:normalizeString ; | 630 | + ] ; |
| 643 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 631 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 632 | + sp:subject | ||
| 633 | + [ sp:varName "md"^^xsd:string | ||
| 644 | ] | 634 | ] |
| 635 | + ] [ sp:object | ||
| 636 | + [ sp:varName "uom"^^xsd:string | ||
| 645 | ] ; | 637 | ] ; |
| 646 | - sp:variable | 638 | + sp:predicate ddr:uomRef ; |
| 647 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | 639 | + sp:subject |
| 640 | + [ sp:varName "md"^^xsd:string | ||
| 641 | + ] | ||
| 642 | + ] [ sp:object | ||
| 643 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 644 | + ] ; | ||
| 645 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 646 | + sp:subject | ||
| 647 | + [ sp:varName "partActivity"^^xsd:string | ||
| 648 | ] | 648 | ] |
| 649 | ] [ rdf:type sp:Bind ; | 649 | ] [ rdf:type sp:Bind ; |
| 650 | sp:expression | 650 | sp:expression |
| 651 | - [ rdf:type afn:localname ; | 651 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 652 | - sp:arg1 [ sp:varName "activity"^^xsd:string | 652 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 653 | ] | 653 | ] |
| 654 | ] ; | 654 | ] ; |
| 655 | sp:variable | 655 | sp:variable |
| 656 | - [ sp:varName "localname"^^xsd:string | 656 | + [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 657 | ] | 657 | ] |
| 658 | ] [ rdf:type sp:Bind ; | 658 | ] [ rdf:type sp:Bind ; |
| 659 | sp:expression | 659 | sp:expression |
| 660 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 660 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 661 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 661 | sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 662 | ] ; | 662 | ] ; |
| 663 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 663 | + sp:arg2 [ sp:varName "dTimStartPart"^^xsd:string |
| 664 | ] ; | 664 | ] ; |
| 665 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 665 | + sp:arg3 [ sp:varName "dTimEndPart"^^xsd:string |
| 666 | ] | 666 | ] |
| 667 | ] ; | 667 | ] ; |
| 668 | sp:variable | 668 | sp:variable |
| 669 | - [ sp:varName "partActivity"^^xsd:string | 669 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string |
| 670 | ] | 670 | ] |
| 671 | ] [ rdf:type sp:Bind ; | 671 | ] [ rdf:type sp:Bind ; |
| 672 | sp:expression | 672 | sp:expression |
| 673 | - [ rdf:type ep-spin-lib:selectActivitySuccessType ; | 673 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 674 | - sp:arg1 [ sp:varName "state"^^xsd:string | 674 | + sp:arg1 [ sp:varName "uom"^^xsd:string |
| 675 | ] | 675 | ] |
| 676 | ] ; | 676 | ] ; |
| 677 | sp:variable | 677 | sp:variable |
| 678 | - [ sp:varName "activitySuccessType"^^xsd:string | 678 | + [ sp:varName "lengthScale"^^xsd:string |
| 679 | ] | 679 | ] |
| 680 | ]) | 680 | ]) |
| 681 | ] ; | 681 | ] ; | ... | ... |
| ... | @@ -19,164 +19,12 @@ | ... | @@ -19,164 +19,12 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> | 20 | <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - 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/activity> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 25 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 26 | spin:rule | 26 | spin:rule |
| 27 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
| 28 | - rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ; | ||
| 29 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; | ||
| 30 | - sp:predicate rdf:type ; | ||
| 31 | - sp:subject | ||
| 32 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 33 | - ] | ||
| 34 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ; | ||
| 35 | - sp:predicate rdfs:subClassOf ; | ||
| 36 | - sp:subject | ||
| 37 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 38 | - ] | ||
| 39 | - ] [ sp:object | ||
| 40 | - [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 41 | - ] ; | ||
| 42 | - sp:predicate rdfs:label ; | ||
| 43 | - sp:subject | ||
| 44 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 45 | - ] | ||
| 46 | - ] [ sp:object | ||
| 47 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 48 | - ] ; | ||
| 49 | - sp:predicate rdf:type ; | ||
| 50 | - sp:subject | ||
| 51 | - [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 52 | - ] | ||
| 53 | - ]) ; | ||
| 54 | - sp:where ([ sp:object | ||
| 55 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 56 | - ] ; | ||
| 57 | - sp:predicate ep-spin-lib:nameWellbore ; | ||
| 58 | - sp:subject spin:_this | ||
| 59 | - ] [ sp:object | ||
| 60 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 61 | - ] ; | ||
| 62 | - sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | ||
| 63 | - sp:subject spin:_this | ||
| 64 | - ] [ sp:object | ||
| 65 | - [ sp:varName "bitRecord"^^xsd:string | ||
| 66 | - ] ; | ||
| 67 | - sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; | ||
| 68 | - sp:subject spin:_this | ||
| 69 | - ] [ sp:object | ||
| 70 | - [ sp:varName "numBit"^^xsd:string | ||
| 71 | - ] ; | ||
| 72 | - sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; | ||
| 73 | - sp:subject | ||
| 74 | - [ sp:varName "bitRecord"^^xsd:string | ||
| 75 | - ] | ||
| 76 | - ] [ sp:object | ||
| 77 | - [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 78 | - ] ; | ||
| 79 | - sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; | ||
| 80 | - sp:subject | ||
| 81 | - [ sp:varName "bitRecord"^^xsd:string | ||
| 82 | - ] | ||
| 83 | - ] [ sp:object | ||
| 84 | - [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string | ||
| 85 | - ] ; | ||
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 87 | - sp:subject | ||
| 88 | - [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 89 | - ] | ||
| 90 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreBitOperation-withinReportingPeriod> ; | ||
| 91 | - sp:predicate rdf:type ; | ||
| 92 | - sp:subject | ||
| 93 | - [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 94 | - ] | ||
| 95 | - ] [ sp:object | ||
| 96 | - [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 97 | - ] ; | ||
| 98 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; | ||
| 99 | - sp:subject | ||
| 100 | - [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 101 | - ] | ||
| 102 | - ] [ sp:object | ||
| 103 | - [ sp:varName "drillBitForWellBore"^^xsd:string | ||
| 104 | - ] ; | ||
| 105 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 106 | - sp:subject | ||
| 107 | - [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 108 | - ] | ||
| 109 | - ] [ rdf:type sp:NotExists ; | ||
| 110 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; | ||
| 111 | - sp:predicate rdf:type ; | ||
| 112 | - sp:subject | ||
| 113 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 114 | - ] | ||
| 115 | - ]) | ||
| 116 | - ] [ rdf:type sp:Bind ; | ||
| 117 | - sp:expression | ||
| 118 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 119 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | ||
| 120 | - ] | ||
| 121 | - ] ; | ||
| 122 | - sp:variable | ||
| 123 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 124 | - ] | ||
| 125 | - ] [ rdf:type sp:Bind ; | ||
| 126 | - sp:expression | ||
| 127 | - [ rdf:type afn:localname ; | ||
| 128 | - sp:arg1 [ sp:varName "bitRecord"^^xsd:string | ||
| 129 | - ] | ||
| 130 | - ] ; | ||
| 131 | - sp:variable | ||
| 132 | - [ sp:varName "localname"^^xsd:string | ||
| 133 | - ] | ||
| 134 | - ] [ rdf:type sp:Bind ; | ||
| 135 | - sp:expression | ||
| 136 | - [ rdf:type ep-spin-lib:buildWellBoreReportingPeriodDrillingURI ; | ||
| 137 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 138 | - ] ; | ||
| 139 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 140 | - ] ; | ||
| 141 | - sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 142 | - ] | ||
| 143 | - ] ; | ||
| 144 | - sp:variable | ||
| 145 | - [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string | ||
| 146 | - ] | ||
| 147 | - ] [ rdf:type sp:Bind ; | ||
| 148 | - sp:expression | ||
| 149 | - [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; | ||
| 150 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 151 | - ] ; | ||
| 152 | - sp:arg2 [ sp:varName "localname"^^xsd:string | ||
| 153 | - ] | ||
| 154 | - ] ; | ||
| 155 | - sp:variable | ||
| 156 | - [ sp:varName "drillBitForWellBore"^^xsd:string | ||
| 157 | - ] | ||
| 158 | - ] [ rdf:type sp:Bind ; | ||
| 159 | - sp:expression | ||
| 160 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 161 | - sp:arg1 [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 162 | - ] | ||
| 163 | - ] ; | ||
| 164 | - sp:variable | ||
| 165 | - [ sp:varName "normalizedDullGradeLabel"^^xsd:string | ||
| 166 | - ] | ||
| 167 | - ] [ rdf:type sp:Bind ; | ||
| 168 | - sp:expression | ||
| 169 | - [ rdf:type ep-spin-lib:buildDullGradeURI ; | ||
| 170 | - sp:arg1 [ sp:varName "normalizedDullGradeLabel"^^xsd:string | ||
| 171 | - ] | ||
| 172 | - ] ; | ||
| 173 | - sp:variable | ||
| 174 | - [ sp:varName "dullGrade"^^xsd:string | ||
| 175 | - ] | ||
| 176 | - ]) | ||
| 177 | - ] ; | ||
| 178 | - spin:rule | ||
| 179 | - [ rdf:type sp:Construct ; | ||
| 180 | rdfs:comment "STEP 190a Create a well bore bit run activity"^^xsd:string ; | 28 | rdfs:comment "STEP 190a Create a well bore bit run activity"^^xsd:string ; |
| 181 | sp:templates ([ sp:object | 29 | sp:templates ([ sp:object |
| 182 | [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string | 30 | [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string |
| ... | @@ -300,7 +148,7 @@ | ... | @@ -300,7 +148,7 @@ |
| 300 | ] [ sp:object | 148 | ] [ sp:object |
| 301 | [ sp:varName "nameManufacturer"^^xsd:string | 149 | [ sp:varName "nameManufacturer"^^xsd:string |
| 302 | ] ; | 150 | ] ; |
| 303 | - sp:predicate rdfs:label ; | 151 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 304 | sp:subject _:b8 | 152 | sp:subject _:b8 |
| 305 | ] [ sp:object _:b9 ; | 153 | ] [ sp:object _:b9 ; |
| 306 | sp:predicate rdf:type ; | 154 | sp:predicate rdf:type ; |
| ... | @@ -1205,4 +1053,156 @@ | ... | @@ -1205,4 +1053,156 @@ |
| 1205 | [ sp:varName "durationScaleHrsDrilledTot"^^xsd:string | 1053 | [ sp:varName "durationScaleHrsDrilledTot"^^xsd:string |
| 1206 | ] | 1054 | ] |
| 1207 | ]) | 1055 | ]) |
| 1056 | + ] ; | ||
| 1057 | + spin:rule | ||
| 1058 | + [ rdf:type sp:Construct ; | ||
| 1059 | + rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ; | ||
| 1060 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; | ||
| 1061 | + sp:predicate rdf:type ; | ||
| 1062 | + sp:subject | ||
| 1063 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1064 | + ] | ||
| 1065 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ; | ||
| 1066 | + sp:predicate rdfs:subClassOf ; | ||
| 1067 | + sp:subject | ||
| 1068 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1069 | + ] | ||
| 1070 | + ] [ sp:object | ||
| 1071 | + [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 1072 | + ] ; | ||
| 1073 | + sp:predicate rdfs:label ; | ||
| 1074 | + sp:subject | ||
| 1075 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1076 | + ] | ||
| 1077 | + ] [ sp:object | ||
| 1078 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1079 | + ] ; | ||
| 1080 | + sp:predicate rdf:type ; | ||
| 1081 | + sp:subject | ||
| 1082 | + [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 1083 | + ] | ||
| 1084 | + ]) ; | ||
| 1085 | + sp:where ([ sp:object | ||
| 1086 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 1087 | + ] ; | ||
| 1088 | + sp:predicate ep-spin-lib:nameWellbore ; | ||
| 1089 | + sp:subject spin:_this | ||
| 1090 | + ] [ sp:object | ||
| 1091 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 1092 | + ] ; | ||
| 1093 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | ||
| 1094 | + sp:subject spin:_this | ||
| 1095 | + ] [ sp:object | ||
| 1096 | + [ sp:varName "bitRecord"^^xsd:string | ||
| 1097 | + ] ; | ||
| 1098 | + sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; | ||
| 1099 | + sp:subject spin:_this | ||
| 1100 | + ] [ sp:object | ||
| 1101 | + [ sp:varName "numBit"^^xsd:string | ||
| 1102 | + ] ; | ||
| 1103 | + sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; | ||
| 1104 | + sp:subject | ||
| 1105 | + [ sp:varName "bitRecord"^^xsd:string | ||
| 1106 | + ] | ||
| 1107 | + ] [ sp:object | ||
| 1108 | + [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 1109 | + ] ; | ||
| 1110 | + sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; | ||
| 1111 | + sp:subject | ||
| 1112 | + [ sp:varName "bitRecord"^^xsd:string | ||
| 1113 | + ] | ||
| 1114 | + ] [ sp:object | ||
| 1115 | + [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string | ||
| 1116 | + ] ; | ||
| 1117 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 1118 | + sp:subject | ||
| 1119 | + [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 1120 | + ] | ||
| 1121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreBitOperation-withinReportingPeriod> ; | ||
| 1122 | + sp:predicate rdf:type ; | ||
| 1123 | + sp:subject | ||
| 1124 | + [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 1125 | + ] | ||
| 1126 | + ] [ sp:object | ||
| 1127 | + [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 1128 | + ] ; | ||
| 1129 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; | ||
| 1130 | + sp:subject | ||
| 1131 | + [ sp:varName "wellBoreBitOperationwithinReportingPeriod"^^xsd:string | ||
| 1132 | + ] | ||
| 1133 | + ] [ sp:object | ||
| 1134 | + [ sp:varName "drillBitForWellBore"^^xsd:string | ||
| 1135 | + ] ; | ||
| 1136 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 1137 | + sp:subject | ||
| 1138 | + [ sp:varName "temporalPartOfADrillBit"^^xsd:string | ||
| 1139 | + ] | ||
| 1140 | + ] [ rdf:type sp:NotExists ; | ||
| 1141 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; | ||
| 1142 | + sp:predicate rdf:type ; | ||
| 1143 | + sp:subject | ||
| 1144 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1145 | + ] | ||
| 1146 | + ]) | ||
| 1147 | + ] [ rdf:type sp:Bind ; | ||
| 1148 | + sp:expression | ||
| 1149 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 1150 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | ||
| 1151 | + ] | ||
| 1152 | + ] ; | ||
| 1153 | + sp:variable | ||
| 1154 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 1155 | + ] | ||
| 1156 | + ] [ rdf:type sp:Bind ; | ||
| 1157 | + sp:expression | ||
| 1158 | + [ rdf:type afn:localname ; | ||
| 1159 | + sp:arg1 [ sp:varName "bitRecord"^^xsd:string | ||
| 1160 | + ] | ||
| 1161 | + ] ; | ||
| 1162 | + sp:variable | ||
| 1163 | + [ sp:varName "localname"^^xsd:string | ||
| 1164 | + ] | ||
| 1165 | + ] [ rdf:type sp:Bind ; | ||
| 1166 | + sp:expression | ||
| 1167 | + [ rdf:type ep-spin-lib:buildWellBoreReportingPeriodDrillingURI ; | ||
| 1168 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 1169 | + ] ; | ||
| 1170 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 1171 | + ] ; | ||
| 1172 | + sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 1173 | + ] | ||
| 1174 | + ] ; | ||
| 1175 | + sp:variable | ||
| 1176 | + [ sp:varName "wellBoreReportingPeriodDrilling"^^xsd:string | ||
| 1177 | + ] | ||
| 1178 | + ] [ rdf:type sp:Bind ; | ||
| 1179 | + sp:expression | ||
| 1180 | + [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; | ||
| 1181 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 1182 | + ] ; | ||
| 1183 | + sp:arg2 [ sp:varName "localname"^^xsd:string | ||
| 1184 | + ] | ||
| 1185 | + ] ; | ||
| 1186 | + sp:variable | ||
| 1187 | + [ sp:varName "drillBitForWellBore"^^xsd:string | ||
| 1188 | + ] | ||
| 1189 | + ] [ rdf:type sp:Bind ; | ||
| 1190 | + sp:expression | ||
| 1191 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 1192 | + sp:arg1 [ sp:varName "dullGradeLabel"^^xsd:string | ||
| 1193 | + ] | ||
| 1194 | + ] ; | ||
| 1195 | + sp:variable | ||
| 1196 | + [ sp:varName "normalizedDullGradeLabel"^^xsd:string | ||
| 1197 | + ] | ||
| 1198 | + ] [ rdf:type sp:Bind ; | ||
| 1199 | + sp:expression | ||
| 1200 | + [ rdf:type ep-spin-lib:buildDullGradeURI ; | ||
| 1201 | + sp:arg1 [ sp:varName "normalizedDullGradeLabel"^^xsd:string | ||
| 1202 | + ] | ||
| 1203 | + ] ; | ||
| 1204 | + sp:variable | ||
| 1205 | + [ sp:varName "dullGrade"^^xsd:string | ||
| 1206 | + ] | ||
| 1207 | + ]) | ||
| 1208 | ] . | 1208 | ] . | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | 20 | <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ddr:Obj_drillReport | 25 | ddr:Obj_drillReport |
| ... | @@ -55,7 +55,7 @@ ddr:Obj_drillReport | ... | @@ -55,7 +55,7 @@ ddr:Obj_drillReport |
| 55 | ] [ sp:object | 55 | ] [ sp:object |
| 56 | [ sp:varName "description"^^xsd:string | 56 | [ sp:varName "description"^^xsd:string |
| 57 | ] ; | 57 | ] ; |
| 58 | - sp:predicate rdfs:comment ; | 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 59 | sp:subject | 59 | sp:subject |
| 60 | [ sp:varName "wellCompletion"^^xsd:string | 60 | [ sp:varName "wellCompletion"^^xsd:string |
| 61 | ] | 61 | ] | ... | ... |
| ... | @@ -61,7 +61,7 @@ ddr:Obj_drillReport | ... | @@ -61,7 +61,7 @@ ddr:Obj_drillReport |
| 61 | ] [ sp:object | 61 | ] [ sp:object |
| 62 | [ sp:varName "cementingFluidDescription"^^xsd:string | 62 | [ sp:varName "cementingFluidDescription"^^xsd:string |
| 63 | ] ; | 63 | ] ; |
| 64 | - sp:predicate rdfs:comment ; | 64 | + sp:predicate rdfs:label ; |
| 65 | sp:subject _:b3 | 65 | sp:subject _:b3 |
| 66 | ] [ sp:object _:b4 ; | 66 | ] [ sp:object _:b4 ; |
| 67 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | 67 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; |
| ... | @@ -131,7 +131,7 @@ ddr:Obj_drillReport | ... | @@ -131,7 +131,7 @@ ddr:Obj_drillReport |
| 131 | ] [ sp:object | 131 | ] [ sp:object |
| 132 | [ sp:varName "cementingFluidComments"^^xsd:string | 132 | [ sp:varName "cementingFluidComments"^^xsd:string |
| 133 | ] ; | 133 | ] ; |
| 134 | - sp:predicate rdfs:comment ; | 134 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 135 | sp:subject _:b1 | 135 | sp:subject _:b1 |
| 136 | ]) ; | 136 | ]) ; |
| 137 | sp:where ([ sp:object | 137 | sp:where ([ sp:object |
| ... | @@ -459,315 +459,525 @@ ddr:Obj_drillReport | ... | @@ -459,315 +459,525 @@ ddr:Obj_drillReport |
| 459 | rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; | 459 | rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; |
| 460 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; | 460 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; |
| 461 | sp:predicate rdf:type ; | 461 | sp:predicate rdf:type ; |
| 462 | - sp:subject _:b9 | 462 | + sp:subject |
| 463 | - ] [ sp:object _:b9 ; | 463 | + [ sp:varName "wellCementJob"^^xsd:string |
| 464 | + ] | ||
| 465 | + ] [ sp:object | ||
| 466 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 467 | + ] ; | ||
| 464 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 468 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 465 | - sp:subject _:b10 | 469 | + sp:subject |
| 466 | - ] [ sp:object _:b11 ; | 470 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 471 | + ] | ||
| 472 | + ] [ sp:object _:b9 ; | ||
| 467 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 473 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 468 | - sp:subject _:b9 | 474 | + sp:subject |
| 475 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 476 | + ] | ||
| 469 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 477 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 470 | sp:predicate rdf:type ; | 478 | sp:predicate rdf:type ; |
| 471 | - sp:subject _:b11 | 479 | + sp:subject _:b9 |
| 472 | - ] [ sp:object _:b12 ; | 480 | + ] [ sp:object _:b10 ; |
| 473 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 481 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 474 | - sp:subject _:b11 | 482 | + sp:subject _:b9 |
| 475 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 483 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 476 | sp:predicate rdf:type ; | 484 | sp:predicate rdf:type ; |
| 477 | - sp:subject _:b12 | 485 | + sp:subject _:b10 |
| 478 | - ] [ sp:object _:b13 ; | 486 | + ] [ sp:object |
| 487 | + [ sp:varName "wellBore"^^xsd:string | ||
| 488 | + ] ; | ||
| 479 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 489 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 480 | - sp:subject _:b12 | 490 | + sp:subject _:b10 |
| 481 | - ] [ sp:object _:b14 ; | 491 | + ] [ sp:object |
| 492 | + [ sp:varName "wellCementJobType"^^xsd:string | ||
| 493 | + ] ; | ||
| 482 | sp:predicate rdf:type ; | 494 | sp:predicate rdf:type ; |
| 483 | - sp:subject _:b9 | 495 | + sp:subject |
| 484 | - ] [ sp:object _:b15 ; | 496 | + [ sp:varName "wellCementJob"^^xsd:string |
| 497 | + ] | ||
| 498 | + ] [ sp:object | ||
| 499 | + [ sp:varName "wellCementJobTopPlugType"^^xsd:string | ||
| 500 | + ] ; | ||
| 485 | sp:predicate rdf:type ; | 501 | sp:predicate rdf:type ; |
| 486 | - sp:subject _:b9 | 502 | + sp:subject |
| 487 | - ] [ sp:object _:b16 ; | 503 | + [ sp:varName "wellCementJob"^^xsd:string |
| 504 | + ] | ||
| 505 | + ] [ sp:object | ||
| 506 | + [ sp:varName "wellCementJobBottomPlugType"^^xsd:string | ||
| 507 | + ] ; | ||
| 488 | sp:predicate rdf:type ; | 508 | sp:predicate rdf:type ; |
| 489 | - sp:subject _:b9 | 509 | + sp:subject |
| 490 | - ] [ sp:object _:b17 ; | 510 | + [ sp:varName "wellCementJob"^^xsd:string |
| 511 | + ] | ||
| 512 | + ] [ sp:object _:b11 ; | ||
| 491 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 513 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 492 | - sp:subject _:b9 | 514 | + sp:subject |
| 515 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 516 | + ] | ||
| 493 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | 517 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; |
| 494 | sp:predicate rdf:type ; | 518 | sp:predicate rdf:type ; |
| 495 | - sp:subject _:b17 | 519 | + sp:subject _:b11 |
| 496 | - ] [ sp:object _:b18 ; | 520 | + ] [ sp:object |
| 521 | + [ sp:varName "cementingFluidReturnType"^^xsd:string | ||
| 522 | + ] ; | ||
| 497 | sp:predicate rdf:type ; | 523 | sp:predicate rdf:type ; |
| 498 | - sp:subject _:b17 | 524 | + sp:subject _:b11 |
| 499 | - ] [ sp:object _:b19 ; | 525 | + ] [ sp:object _:b12 ; |
| 500 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | 526 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; |
| 501 | - sp:subject _:b17 | 527 | + sp:subject _:b11 |
| 502 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | 528 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
| 503 | sp:predicate rdf:type ; | 529 | sp:predicate rdf:type ; |
| 504 | - sp:subject _:b19 | 530 | + sp:subject _:b12 |
| 505 | - ] [ sp:object _:b20 ; | 531 | + ] [ sp:object _:b13 ; |
| 506 | sp:predicate rdf:type ; | 532 | sp:predicate rdf:type ; |
| 507 | - sp:subject _:b19 | 533 | + sp:subject _:b12 |
| 508 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 534 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 509 | sp:predicate rdf:type ; | 535 | sp:predicate rdf:type ; |
| 510 | - sp:subject _:b20 | 536 | + sp:subject _:b13 |
| 511 | - ] [ sp:object _:b21 ; | 537 | + ] [ sp:object |
| 512 | - sp:predicate _:b22 ; | 538 | + [ sp:varName "realVolReturns"^^xsd:string |
| 513 | - sp:subject _:b20 | 539 | + ] ; |
| 514 | - ] [ sp:object _:b23 ; | 540 | + sp:predicate |
| 541 | + [ sp:varName "volumeScaleReturns"^^xsd:string | ||
| 542 | + ] ; | ||
| 543 | + sp:subject _:b13 | ||
| 544 | + ] [ sp:object | ||
| 545 | + [ sp:varName "dTimPumpStart"^^xsd:string | ||
| 546 | + ] ; | ||
| 515 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 547 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 516 | - sp:subject _:b17 | 548 | + sp:subject _:b11 |
| 517 | - ] [ sp:object _:b24 ; | 549 | + ] [ sp:object |
| 550 | + [ sp:varName "dTimPumpEnd"^^xsd:string | ||
| 551 | + ] ; | ||
| 518 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 552 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 519 | - sp:subject _:b17 | 553 | + sp:subject _:b11 |
| 520 | - ] [ sp:object _:b25 ; | 554 | + ] [ sp:object _:b14 ; |
| 521 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | 555 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; |
| 522 | - sp:subject _:b17 | 556 | + sp:subject _:b11 |
| 523 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | 557 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
| 524 | sp:predicate rdf:type ; | 558 | sp:predicate rdf:type ; |
| 525 | - sp:subject _:b25 | 559 | + sp:subject _:b14 |
| 526 | - ] [ sp:object _:b26 ; | 560 | + ] [ sp:object _:b15 ; |
| 527 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | 561 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
| 528 | - sp:subject _:b12 | 562 | + sp:subject _:b10 |
| 529 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | 563 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; |
| 530 | sp:predicate rdf:type ; | 564 | sp:predicate rdf:type ; |
| 531 | - sp:subject _:b26 | 565 | + sp:subject _:b15 |
| 532 | - ] [ sp:object _:b27 ; | 566 | + ] [ sp:object |
| 567 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | ||
| 568 | + ] ; | ||
| 533 | sp:predicate rdf:type ; | 569 | sp:predicate rdf:type ; |
| 534 | - sp:subject _:b26 | 570 | + sp:subject _:b15 |
| 535 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 571 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
| 536 | sp:predicate rdfs:subClassOf ; | 572 | sp:predicate rdfs:subClassOf ; |
| 537 | - sp:subject _:b27 | 573 | + sp:subject |
| 574 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | ||
| 575 | + ] | ||
| 538 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; | 576 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; |
| 539 | sp:predicate rdf:type ; | 577 | sp:predicate rdf:type ; |
| 540 | - sp:subject _:b27 | 578 | + sp:subject |
| 541 | - ] [ sp:object _:b28 ; | 579 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
| 580 | + ] | ||
| 581 | + ] [ sp:object | ||
| 582 | + [ sp:varName "realOdName"^^xsd:string | ||
| 583 | + ] ; | ||
| 542 | sp:predicate rdfs:label ; | 584 | sp:predicate rdfs:label ; |
| 543 | - sp:subject _:b27 | 585 | + sp:subject |
| 544 | - ] [ sp:object _:b29 ; | 586 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string |
| 545 | - sp:predicate rdfs:comment ; | 587 | + ] |
| 546 | - sp:subject _:b9 | 588 | + ] [ sp:object |
| 547 | - ] [ sp:object _:b30 ; | 589 | + [ sp:varName "cementStageComments"^^xsd:string |
| 590 | + ] ; | ||
| 591 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | ||
| 592 | + sp:subject | ||
| 593 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 594 | + ] | ||
| 595 | + ] [ sp:object | ||
| 596 | + [ sp:varName "wellCementJobCasingRotationType"^^xsd:string | ||
| 597 | + ] ; | ||
| 548 | sp:predicate rdf:type ; | 598 | sp:predicate rdf:type ; |
| 549 | - sp:subject _:b9 | 599 | + sp:subject |
| 550 | - ] [ sp:object _:b31 ; | 600 | + [ sp:varName "wellCementJob"^^xsd:string |
| 601 | + ] | ||
| 602 | + ] [ sp:object | ||
| 603 | + [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string | ||
| 604 | + ] ; | ||
| 551 | sp:predicate rdf:type ; | 605 | sp:predicate rdf:type ; |
| 552 | - sp:subject _:b9 | 606 | + sp:subject |
| 553 | - ] [ sp:object _:b32 ; | 607 | + [ sp:varName "wellCementJob"^^xsd:string |
| 608 | + ] | ||
| 609 | + ] [ sp:object | ||
| 610 | + [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string | ||
| 611 | + ] ; | ||
| 554 | sp:predicate rdf:type ; | 612 | sp:predicate rdf:type ; |
| 555 | - sp:subject _:b9 | 613 | + sp:subject |
| 556 | - ] [ sp:object _:b33 ; | 614 | + [ sp:varName "wellCementJob"^^xsd:string |
| 615 | + ] | ||
| 616 | + ] [ sp:object _:b16 ; | ||
| 557 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | 617 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; |
| 558 | - sp:subject _:b9 | 618 | + sp:subject |
| 619 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 620 | + ] | ||
| 559 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | 621 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 560 | sp:predicate rdf:type ; | 622 | sp:predicate rdf:type ; |
| 561 | - sp:subject _:b33 | 623 | + sp:subject _:b16 |
| 562 | - ] [ sp:object _:b34 ; | 624 | + ] [ sp:object |
| 563 | - sp:predicate _:b35 ; | 625 | + [ sp:varName "realPresBump"^^xsd:string |
| 564 | - sp:subject _:b33 | 626 | + ] ; |
| 565 | - ] [ sp:object _:b36 ; | 627 | + sp:predicate |
| 628 | + [ sp:varName "pressureScaleBump"^^xsd:string | ||
| 629 | + ] ; | ||
| 630 | + sp:subject _:b16 | ||
| 631 | + ] [ sp:object | ||
| 632 | + [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string | ||
| 633 | + ] ; | ||
| 566 | sp:predicate rdf:type ; | 634 | sp:predicate rdf:type ; |
| 567 | - sp:subject _:b9 | 635 | + sp:subject |
| 568 | - ] [ sp:object _:b37 ; | 636 | + [ sp:varName "wellCementJob"^^xsd:string |
| 637 | + ] | ||
| 638 | + ] [ sp:object _:b17 ; | ||
| 569 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 639 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 570 | - sp:subject _:b9 | 640 | + sp:subject |
| 641 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 642 | + ] | ||
| 571 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | 643 | ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; |
| 572 | sp:predicate rdf:type ; | 644 | sp:predicate rdf:type ; |
| 573 | - sp:subject _:b37 | 645 | + sp:subject _:b17 |
| 574 | - ] [ sp:object _:b38 ; | 646 | + ] [ sp:object |
| 647 | + [ sp:varName "dTimPresReleased"^^xsd:string | ||
| 648 | + ] ; | ||
| 575 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 649 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 576 | - sp:subject _:b37 | 650 | + sp:subject _:b17 |
| 577 | ]) ; | 651 | ]) ; |
| 578 | - sp:where ([ sp:object _:b39 ; | 652 | + sp:where ([ sp:object |
| 653 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 654 | + ] ; | ||
| 579 | sp:predicate ep-spin-lib:nameWellbore ; | 655 | sp:predicate ep-spin-lib:nameWellbore ; |
| 580 | sp:subject spin:_this | 656 | sp:subject spin:_this |
| 581 | - ] [ sp:object _:b40 ; | 657 | + ] [ sp:object |
| 658 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 659 | + ] ; | ||
| 582 | sp:predicate ddr:dTimStart ; | 660 | sp:predicate ddr:dTimStart ; |
| 583 | sp:subject spin:_this | 661 | sp:subject spin:_this |
| 584 | - ] [ sp:object _:b41 ; | 662 | + ] [ sp:object |
| 663 | + [ sp:varName "cementStage"^^xsd:string | ||
| 664 | + ] ; | ||
| 585 | sp:predicate ddr:cementStageRef ; | 665 | sp:predicate ddr:cementStageRef ; |
| 586 | sp:subject spin:_this | 666 | sp:subject spin:_this |
| 587 | ] [ rdf:type sp:Optional ; | 667 | ] [ rdf:type sp:Optional ; |
| 588 | - sp:elements ([ sp:object _:b23 ; | 668 | + sp:elements ([ sp:object |
| 669 | + [ sp:varName "dTimPumpStart"^^xsd:string | ||
| 670 | + ] ; | ||
| 589 | sp:predicate ddr:dTimPumpStart ; | 671 | sp:predicate ddr:dTimPumpStart ; |
| 590 | - sp:subject _:b41 | 672 | + sp:subject |
| 673 | + [ sp:varName "cementStage"^^xsd:string | ||
| 674 | + ] | ||
| 591 | ]) | 675 | ]) |
| 592 | ] [ rdf:type sp:Optional ; | 676 | ] [ rdf:type sp:Optional ; |
| 593 | - sp:elements ([ sp:object _:b24 ; | 677 | + sp:elements ([ sp:object |
| 678 | + [ sp:varName "dTimPumpEnd"^^xsd:string | ||
| 679 | + ] ; | ||
| 594 | sp:predicate ddr:dTimPumpEnd ; | 680 | sp:predicate ddr:dTimPumpEnd ; |
| 595 | - sp:subject _:b41 | 681 | + sp:subject |
| 682 | + [ sp:varName "cementStage"^^xsd:string | ||
| 683 | + ] | ||
| 596 | ]) | 684 | ]) |
| 597 | ] [ rdf:type sp:Optional ; | 685 | ] [ rdf:type sp:Optional ; |
| 598 | - sp:elements ([ sp:object _:b42 ; | 686 | + sp:elements ([ sp:object |
| 687 | + [ sp:varName "enumJobType"^^xsd:string | ||
| 688 | + ] ; | ||
| 599 | sp:predicate ddr:jobTypeRef ; | 689 | sp:predicate ddr:jobTypeRef ; |
| 600 | - sp:subject _:b41 | 690 | + sp:subject |
| 691 | + [ sp:varName "cementStage"^^xsd:string | ||
| 692 | + ] | ||
| 601 | ]) | 693 | ]) |
| 602 | ] [ rdf:type sp:Optional ; | 694 | ] [ rdf:type sp:Optional ; |
| 603 | - sp:elements ([ sp:object _:b43 ; | 695 | + sp:elements ([ sp:object |
| 696 | + [ sp:varName "casingStrDia"^^xsd:string | ||
| 697 | + ] ; | ||
| 604 | sp:predicate ddr:casingStrDiaRef ; | 698 | sp:predicate ddr:casingStrDiaRef ; |
| 605 | - sp:subject _:b41 | 699 | + sp:subject |
| 606 | - ] [ sp:object _:b44 ; | 700 | + [ sp:varName "cementStage"^^xsd:string |
| 701 | + ] | ||
| 702 | + ] [ sp:object | ||
| 703 | + [ sp:varName "uomCasingStrDia"^^xsd:string | ||
| 704 | + ] ; | ||
| 607 | sp:predicate ddr:uomRef ; | 705 | sp:predicate ddr:uomRef ; |
| 608 | - sp:subject _:b43 | 706 | + sp:subject |
| 609 | - ] [ sp:object _:b45 ; | 707 | + [ sp:varName "casingStrDia"^^xsd:string |
| 708 | + ] | ||
| 709 | + ] [ sp:object | ||
| 710 | + [ sp:varName "realOd"^^xsd:string | ||
| 711 | + ] ; | ||
| 610 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 712 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 611 | - sp:subject _:b43 | 713 | + sp:subject |
| 714 | + [ sp:varName "casingStrDia"^^xsd:string | ||
| 715 | + ] | ||
| 612 | ]) | 716 | ]) |
| 613 | ] [ rdf:type sp:Optional ; | 717 | ] [ rdf:type sp:Optional ; |
| 614 | - sp:elements ([ sp:object _:b29 ; | 718 | + sp:elements ([ sp:object |
| 719 | + [ sp:varName "cementStageComments"^^xsd:string | ||
| 720 | + ] ; | ||
| 615 | sp:predicate ddr:comments ; | 721 | sp:predicate ddr:comments ; |
| 616 | - sp:subject _:b41 | 722 | + sp:subject |
| 723 | + [ sp:varName "cementStage"^^xsd:string | ||
| 724 | + ] | ||
| 617 | ]) | 725 | ]) |
| 618 | ] [ rdf:type sp:Optional ; | 726 | ] [ rdf:type sp:Optional ; |
| 619 | - sp:elements ([ sp:object _:b46 ; | 727 | + sp:elements ([ sp:object |
| 728 | + [ sp:varName "volReturns"^^xsd:string | ||
| 729 | + ] ; | ||
| 620 | sp:predicate ddr:volReturnsRef ; | 730 | sp:predicate ddr:volReturnsRef ; |
| 621 | - sp:subject _:b41 | 731 | + sp:subject |
| 622 | - ] [ sp:object _:b47 ; | 732 | + [ sp:varName "cementStage"^^xsd:string |
| 733 | + ] | ||
| 734 | + ] [ sp:object | ||
| 735 | + [ sp:varName "uomVolReturns"^^xsd:string | ||
| 736 | + ] ; | ||
| 623 | sp:predicate ddr:uomRef ; | 737 | sp:predicate ddr:uomRef ; |
| 624 | - sp:subject _:b46 | 738 | + sp:subject |
| 625 | - ] [ sp:object _:b21 ; | 739 | + [ sp:varName "volReturns"^^xsd:string |
| 740 | + ] | ||
| 741 | + ] [ sp:object | ||
| 742 | + [ sp:varName "realVolReturns"^^xsd:string | ||
| 743 | + ] ; | ||
| 626 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 744 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 627 | - sp:subject _:b46 | 745 | + sp:subject |
| 746 | + [ sp:varName "volReturns"^^xsd:string | ||
| 747 | + ] | ||
| 628 | ]) | 748 | ]) |
| 629 | ] [ rdf:type sp:Optional ; | 749 | ] [ rdf:type sp:Optional ; |
| 630 | - sp:elements ([ sp:object _:b38 ; | 750 | + sp:elements ([ sp:object |
| 751 | + [ sp:varName "dTimPresReleased"^^xsd:string | ||
| 752 | + ] ; | ||
| 631 | sp:predicate ddr:dTimPresReleased ; | 753 | sp:predicate ddr:dTimPresReleased ; |
| 632 | - sp:subject _:b41 | 754 | + sp:subject |
| 755 | + [ sp:varName "cementStage"^^xsd:string | ||
| 756 | + ] | ||
| 633 | ]) | 757 | ]) |
| 634 | ] [ rdf:type sp:Optional ; | 758 | ] [ rdf:type sp:Optional ; |
| 635 | - sp:elements ([ sp:object _:b48 ; | 759 | + sp:elements ([ sp:object |
| 760 | + [ sp:varName "annFlowAfter"^^xsd:string | ||
| 761 | + ] ; | ||
| 636 | sp:predicate ddr:annFlowAfter ; | 762 | sp:predicate ddr:annFlowAfter ; |
| 637 | - sp:subject _:b41 | 763 | + sp:subject |
| 764 | + [ sp:varName "cementStage"^^xsd:string | ||
| 765 | + ] | ||
| 638 | ]) | 766 | ]) |
| 639 | ] [ rdf:type sp:Optional ; | 767 | ] [ rdf:type sp:Optional ; |
| 640 | - sp:elements ([ sp:object _:b49 ; | 768 | + sp:elements ([ sp:object |
| 769 | + [ sp:varName "topPlug"^^xsd:string | ||
| 770 | + ] ; | ||
| 641 | sp:predicate ddr:topPlug ; | 771 | sp:predicate ddr:topPlug ; |
| 642 | - sp:subject _:b41 | 772 | + sp:subject |
| 773 | + [ sp:varName "cementStage"^^xsd:string | ||
| 774 | + ] | ||
| 643 | ]) | 775 | ]) |
| 644 | ] [ rdf:type sp:Optional ; | 776 | ] [ rdf:type sp:Optional ; |
| 645 | - sp:elements ([ sp:object _:b50 ; | 777 | + sp:elements ([ sp:object |
| 778 | + [ sp:varName "botPlug"^^xsd:string | ||
| 779 | + ] ; | ||
| 646 | sp:predicate ddr:botPlug ; | 780 | sp:predicate ddr:botPlug ; |
| 647 | - sp:subject _:b41 | 781 | + sp:subject |
| 782 | + [ sp:varName "cementStage"^^xsd:string | ||
| 783 | + ] | ||
| 648 | ]) | 784 | ]) |
| 649 | ] [ rdf:type sp:Optional ; | 785 | ] [ rdf:type sp:Optional ; |
| 650 | - sp:elements ([ sp:object _:b51 ; | 786 | + sp:elements ([ sp:object |
| 787 | + [ sp:varName "plugBumped"^^xsd:string | ||
| 788 | + ] ; | ||
| 651 | sp:predicate ddr:plugBumped ; | 789 | sp:predicate ddr:plugBumped ; |
| 652 | - sp:subject _:b41 | 790 | + sp:subject |
| 791 | + [ sp:varName "cementStage"^^xsd:string | ||
| 792 | + ] | ||
| 653 | ]) | 793 | ]) |
| 654 | ] [ rdf:type sp:Optional ; | 794 | ] [ rdf:type sp:Optional ; |
| 655 | - sp:elements ([ sp:object _:b52 ; | 795 | + sp:elements ([ sp:object |
| 796 | + [ sp:varName "presBump"^^xsd:string | ||
| 797 | + ] ; | ||
| 656 | sp:predicate ddr:presBumpRef ; | 798 | sp:predicate ddr:presBumpRef ; |
| 657 | - sp:subject _:b41 | 799 | + sp:subject |
| 658 | - ] [ sp:object _:b53 ; | 800 | + [ sp:varName "cementStage"^^xsd:string |
| 801 | + ] | ||
| 802 | + ] [ sp:object | ||
| 803 | + [ sp:varName "uomPresBump"^^xsd:string | ||
| 804 | + ] ; | ||
| 659 | sp:predicate ddr:uomRef ; | 805 | sp:predicate ddr:uomRef ; |
| 660 | - sp:subject _:b52 | 806 | + sp:subject |
| 661 | - ] [ sp:object _:b34 ; | 807 | + [ sp:varName "presBump"^^xsd:string |
| 808 | + ] | ||
| 809 | + ] [ sp:object | ||
| 810 | + [ sp:varName "realPresBump"^^xsd:string | ||
| 811 | + ] ; | ||
| 662 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 812 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 663 | - sp:subject _:b52 | 813 | + sp:subject |
| 814 | + [ sp:varName "presBump"^^xsd:string | ||
| 815 | + ] | ||
| 664 | ]) | 816 | ]) |
| 665 | ] [ rdf:type sp:Optional ; | 817 | ] [ rdf:type sp:Optional ; |
| 666 | - sp:elements ([ sp:object _:b54 ; | 818 | + sp:elements ([ sp:object |
| 819 | + [ sp:varName "floatHeld"^^xsd:string | ||
| 820 | + ] ; | ||
| 667 | sp:predicate ddr:floatHeld ; | 821 | sp:predicate ddr:floatHeld ; |
| 668 | - sp:subject _:b41 | 822 | + sp:subject |
| 823 | + [ sp:varName "cementStage"^^xsd:string | ||
| 824 | + ] | ||
| 669 | ]) | 825 | ]) |
| 670 | ] [ rdf:type sp:Optional ; | 826 | ] [ rdf:type sp:Optional ; |
| 671 | - sp:elements ([ sp:object _:b55 ; | 827 | + sp:elements ([ sp:object |
| 828 | + [ sp:varName "reciprocated"^^xsd:string | ||
| 829 | + ] ; | ||
| 672 | sp:predicate ddr:reciprocated ; | 830 | sp:predicate ddr:reciprocated ; |
| 673 | - sp:subject _:b41 | 831 | + sp:subject |
| 832 | + [ sp:varName "cementStage"^^xsd:string | ||
| 833 | + ] | ||
| 674 | ]) | 834 | ]) |
| 675 | ] [ rdf:type sp:Optional ; | 835 | ] [ rdf:type sp:Optional ; |
| 676 | - sp:elements ([ sp:object _:b56 ; | 836 | + sp:elements ([ sp:object |
| 837 | + [ sp:varName "rotated"^^xsd:string | ||
| 838 | + ] ; | ||
| 677 | sp:predicate ddr:rotated ; | 839 | sp:predicate ddr:rotated ; |
| 678 | - sp:subject _:b41 | 840 | + sp:subject |
| 841 | + [ sp:varName "cementStage"^^xsd:string | ||
| 842 | + ] | ||
| 679 | ]) | 843 | ]) |
| 680 | ] [ rdf:type sp:Bind ; | 844 | ] [ rdf:type sp:Bind ; |
| 681 | sp:expression | 845 | sp:expression |
| 682 | [ rdf:type ep-spin-lib:normalizeString ; | 846 | [ rdf:type ep-spin-lib:normalizeString ; |
| 683 | - sp:arg1 _:b39 | 847 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 848 | + ] | ||
| 684 | ] ; | 849 | ] ; |
| 685 | - sp:variable _:b57 | 850 | + sp:variable |
| 851 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 852 | + ] | ||
| 686 | ] [ rdf:type sp:Bind ; | 853 | ] [ rdf:type sp:Bind ; |
| 687 | sp:expression | 854 | sp:expression |
| 688 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 855 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 689 | - sp:arg1 _:b57 ; | 856 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 690 | - sp:arg2 _:b40 | 857 | + ] ; |
| 858 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 859 | + ] | ||
| 691 | ] ; | 860 | ] ; |
| 692 | - sp:variable _:b10 | 861 | + sp:variable |
| 862 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 863 | + ] | ||
| 693 | ] [ rdf:type sp:Bind ; | 864 | ] [ rdf:type sp:Bind ; |
| 694 | sp:expression | 865 | sp:expression |
| 695 | [ rdf:type afn:localname ; | 866 | [ rdf:type afn:localname ; |
| 696 | - sp:arg1 _:b41 | 867 | + sp:arg1 [ sp:varName "cementStage"^^xsd:string |
| 868 | + ] | ||
| 697 | ] ; | 869 | ] ; |
| 698 | - sp:variable _:b58 | 870 | + sp:variable |
| 871 | + [ sp:varName "localname"^^xsd:string | ||
| 872 | + ] | ||
| 699 | ] [ rdf:type sp:Bind ; | 873 | ] [ rdf:type sp:Bind ; |
| 700 | sp:expression | 874 | sp:expression |
| 701 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 875 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
| 702 | - sp:arg1 _:b57 ; | 876 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 703 | - sp:arg2 _:b40 ; | ||
| 704 | - sp:arg3 _:b58 | ||
| 705 | ] ; | 877 | ] ; |
| 706 | - sp:variable _:b9 | 878 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 879 | + ] ; | ||
| 880 | + sp:arg3 [ sp:varName "localname"^^xsd:string | ||
| 881 | + ] | ||
| 882 | + ] ; | ||
| 883 | + sp:variable | ||
| 884 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 885 | + ] | ||
| 707 | ] [ rdf:type sp:Bind ; | 886 | ] [ rdf:type sp:Bind ; |
| 708 | sp:expression | 887 | sp:expression |
| 709 | [ rdf:type ep-spin-lib:selectWellCementJobType ; | 888 | [ rdf:type ep-spin-lib:selectWellCementJobType ; |
| 710 | - sp:arg1 _:b42 | 889 | + sp:arg1 [ sp:varName "enumJobType"^^xsd:string |
| 890 | + ] | ||
| 711 | ] ; | 891 | ] ; |
| 712 | - sp:variable _:b14 | 892 | + sp:variable |
| 893 | + [ sp:varName "wellCementJobType"^^xsd:string | ||
| 894 | + ] | ||
| 713 | ] [ rdf:type sp:Bind ; | 895 | ] [ rdf:type sp:Bind ; |
| 714 | sp:expression | 896 | sp:expression |
| 715 | [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | 897 | [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; |
| 716 | - sp:arg1 _:b48 | 898 | + sp:arg1 [ sp:varName "annFlowAfter"^^xsd:string |
| 899 | + ] | ||
| 717 | ] ; | 900 | ] ; |
| 718 | - sp:variable _:b18 | 901 | + sp:variable |
| 902 | + [ sp:varName "cementingFluidReturnType"^^xsd:string | ||
| 903 | + ] | ||
| 719 | ] [ rdf:type sp:Bind ; | 904 | ] [ rdf:type sp:Bind ; |
| 720 | sp:expression | 905 | sp:expression |
| 721 | [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | 906 | [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; |
| 722 | - sp:arg1 _:b49 | 907 | + sp:arg1 [ sp:varName "topPlug"^^xsd:string |
| 908 | + ] | ||
| 723 | ] ; | 909 | ] ; |
| 724 | - sp:variable _:b15 | 910 | + sp:variable |
| 911 | + [ sp:varName "wellCementJobTopPlugType"^^xsd:string | ||
| 912 | + ] | ||
| 725 | ] [ rdf:type sp:Bind ; | 913 | ] [ rdf:type sp:Bind ; |
| 726 | sp:expression | 914 | sp:expression |
| 727 | [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | 915 | [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; |
| 728 | - sp:arg1 _:b50 | 916 | + sp:arg1 [ sp:varName "botPlug"^^xsd:string |
| 917 | + ] | ||
| 729 | ] ; | 918 | ] ; |
| 730 | - sp:variable _:b16 | 919 | + sp:variable |
| 920 | + [ sp:varName "wellCementJobBottomPlugType"^^xsd:string | ||
| 921 | + ] | ||
| 731 | ] [ rdf:type sp:Bind ; | 922 | ] [ rdf:type sp:Bind ; |
| 732 | sp:expression | 923 | sp:expression |
| 733 | [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | 924 | [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; |
| 734 | - sp:arg1 _:b56 | 925 | + sp:arg1 [ sp:varName "rotated"^^xsd:string |
| 926 | + ] | ||
| 735 | ] ; | 927 | ] ; |
| 736 | - sp:variable _:b30 | 928 | + sp:variable |
| 929 | + [ sp:varName "wellCementJobCasingRotationType"^^xsd:string | ||
| 930 | + ] | ||
| 737 | ] [ rdf:type sp:Bind ; | 931 | ] [ rdf:type sp:Bind ; |
| 738 | sp:expression | 932 | sp:expression |
| 739 | [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | 933 | [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; |
| 740 | - sp:arg1 _:b55 | 934 | + sp:arg1 [ sp:varName "reciprocated"^^xsd:string |
| 935 | + ] | ||
| 741 | ] ; | 936 | ] ; |
| 742 | - sp:variable _:b31 | 937 | + sp:variable |
| 938 | + [ sp:varName "wellCementJobCasingReciprocationType"^^xsd:string | ||
| 939 | + ] | ||
| 743 | ] [ rdf:type sp:Bind ; | 940 | ] [ rdf:type sp:Bind ; |
| 744 | sp:expression | 941 | sp:expression |
| 745 | [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | 942 | [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; |
| 746 | - sp:arg1 _:b51 | 943 | + sp:arg1 [ sp:varName "plugBumped"^^xsd:string |
| 944 | + ] | ||
| 747 | ] ; | 945 | ] ; |
| 748 | - sp:variable _:b32 | 946 | + sp:variable |
| 947 | + [ sp:varName "wellCementJobPlugBumpingType"^^xsd:string | ||
| 948 | + ] | ||
| 749 | ] [ rdf:type sp:Bind ; | 949 | ] [ rdf:type sp:Bind ; |
| 750 | sp:expression | 950 | sp:expression |
| 751 | [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | 951 | [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; |
| 752 | - sp:arg1 _:b54 | 952 | + sp:arg1 [ sp:varName "floatHeld"^^xsd:string |
| 953 | + ] | ||
| 753 | ] ; | 954 | ] ; |
| 754 | - sp:variable _:b36 | 955 | + sp:variable |
| 956 | + [ sp:varName "wellCementJobFloatHoldingType"^^xsd:string | ||
| 957 | + ] | ||
| 755 | ] [ rdf:type sp:Bind ; | 958 | ] [ rdf:type sp:Bind ; |
| 756 | sp:expression | 959 | sp:expression |
| 757 | [ rdf:type ep-spin-lib:selectPressureScale ; | 960 | [ rdf:type ep-spin-lib:selectPressureScale ; |
| 758 | - sp:arg1 _:b53 | 961 | + sp:arg1 [ sp:varName "uomPresBump"^^xsd:string |
| 962 | + ] | ||
| 759 | ] ; | 963 | ] ; |
| 760 | - sp:variable _:b35 | 964 | + sp:variable |
| 965 | + [ sp:varName "pressureScaleBump"^^xsd:string | ||
| 966 | + ] | ||
| 761 | ] [ rdf:type sp:Bind ; | 967 | ] [ rdf:type sp:Bind ; |
| 762 | sp:expression | 968 | sp:expression |
| 763 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 969 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 764 | - sp:arg1 _:b47 | 970 | + sp:arg1 [ sp:varName "uomVolReturns"^^xsd:string |
| 971 | + ] | ||
| 765 | ] ; | 972 | ] ; |
| 766 | - sp:variable _:b22 | 973 | + sp:variable |
| 974 | + [ sp:varName "volumeScaleReturns"^^xsd:string | ||
| 975 | + ] | ||
| 767 | ] [ rdf:type sp:Bind ; | 976 | ] [ rdf:type sp:Bind ; |
| 768 | sp:expression | 977 | sp:expression |
| 769 | [ rdf:type ep-spin-lib:selectLengthScale ; | 978 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 770 | - sp:arg1 _:b44 | 979 | + sp:arg1 [ sp:varName "uomCasingStrDia"^^xsd:string |
| 980 | + ] | ||
| 771 | ] ; | 981 | ] ; |
| 772 | sp:variable | 982 | sp:variable |
| 773 | [ sp:varName "lengthScaleCasingStrDia"^^xsd:string | 983 | [ sp:varName "lengthScaleCasingStrDia"^^xsd:string |
| ... | @@ -775,145 +985,32 @@ ddr:Obj_drillReport | ... | @@ -775,145 +985,32 @@ ddr:Obj_drillReport |
| 775 | ] [ rdf:type sp:Bind ; | 985 | ] [ rdf:type sp:Bind ; |
| 776 | sp:expression | 986 | sp:expression |
| 777 | [ rdf:type ep-spin-lib:normalizeDoubleName ; | 987 | [ rdf:type ep-spin-lib:normalizeDoubleName ; |
| 778 | - sp:arg1 _:b45 | 988 | + sp:arg1 [ sp:varName "realOd"^^xsd:string |
| 989 | + ] | ||
| 779 | ] ; | 990 | ] ; |
| 780 | - sp:variable _:b28 | 991 | + sp:variable |
| 992 | + [ sp:varName "realOdName"^^xsd:string | ||
| 993 | + ] | ||
| 781 | ] [ rdf:type sp:Bind ; | 994 | ] [ rdf:type sp:Bind ; |
| 782 | sp:expression | 995 | sp:expression |
| 783 | [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | 996 | [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; |
| 784 | - sp:arg1 _:b28 | 997 | + sp:arg1 [ sp:varName "realOdName"^^xsd:string |
| 998 | + ] | ||
| 785 | ] ; | 999 | ] ; |
| 786 | - sp:variable _:b27 | 1000 | + sp:variable |
| 1001 | + [ sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string | ||
| 1002 | + ] | ||
| 787 | ] [ rdf:type sp:Bind ; | 1003 | ] [ rdf:type sp:Bind ; |
| 788 | sp:expression | 1004 | sp:expression |
| 789 | [ rdf:type rhspin:wellBoreByName ; | 1005 | [ rdf:type rhspin:wellBoreByName ; |
| 790 | arg:wellBoreName | 1006 | arg:wellBoreName |
| 791 | [ rdf:type xsd:string ; | 1007 | [ rdf:type xsd:string ; |
| 792 | - sp:arg1 _:b39 | 1008 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 1009 | + ] | ||
| 793 | ] | 1010 | ] |
| 794 | ] ; | 1011 | ] ; |
| 795 | - sp:variable _:b13 | 1012 | + sp:variable |
| 1013 | + [ sp:varName "wellBore"^^xsd:string | ||
| 1014 | + ] | ||
| 796 | ]) | 1015 | ]) |
| 797 | ] . | 1016 | ] . |
| 798 | - | ||
| 799 | -_:b9 sp:varName "wellCementJob"^^xsd:string . | ||
| 800 | - | ||
| 801 | -_:b10 | ||
| 802 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 803 | - | ||
| 804 | -_:b13 | ||
| 805 | - sp:varName "wellBore"^^xsd:string . | ||
| 806 | - | ||
| 807 | -_:b14 | ||
| 808 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 809 | - | ||
| 810 | -_:b15 | ||
| 811 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 812 | - | ||
| 813 | -_:b16 | ||
| 814 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 815 | - | ||
| 816 | -_:b18 | ||
| 817 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 818 | - | ||
| 819 | -_:b21 | ||
| 820 | - sp:varName "realVolReturns"^^xsd:string . | ||
| 821 | - | ||
| 822 | -_:b22 | ||
| 823 | - sp:varName "volumeScaleReturns"^^xsd:string . | ||
| 824 | - | ||
| 825 | -_:b23 | ||
| 826 | - sp:varName "dTimPumpStart"^^xsd:string . | ||
| 827 | - | ||
| 828 | -_:b24 | ||
| 829 | - sp:varName "dTimPumpEnd"^^xsd:string . | ||
| 830 | - | ||
| 831 | -_:b27 | ||
| 832 | - sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string . | ||
| 833 | - | ||
| 834 | -_:b28 | ||
| 835 | - sp:varName "realOdName"^^xsd:string . | ||
| 836 | - | ||
| 837 | -_:b29 | ||
| 838 | - sp:varName "cementStageComments"^^xsd:string . | ||
| 839 | - | ||
| 840 | -_:b30 | ||
| 841 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 842 | - | ||
| 843 | -_:b31 | ||
| 844 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 845 | - | ||
| 846 | -_:b32 | ||
| 847 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 848 | - | ||
| 849 | -_:b34 | ||
| 850 | - sp:varName "realPresBump"^^xsd:string . | ||
| 851 | - | ||
| 852 | -_:b35 | ||
| 853 | - sp:varName "pressureScaleBump"^^xsd:string . | ||
| 854 | - | ||
| 855 | -_:b36 | ||
| 856 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 857 | - | ||
| 858 | -_:b38 | ||
| 859 | - sp:varName "dTimPresReleased"^^xsd:string . | ||
| 860 | - | ||
| 861 | -_:b39 | ||
| 862 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 863 | - | ||
| 864 | -_:b40 | ||
| 865 | - sp:varName "dTimStart"^^xsd:string . | ||
| 866 | - | ||
| 867 | -_:b41 | ||
| 868 | - sp:varName "cementStage"^^xsd:string . | ||
| 869 | - | ||
| 870 | -_:b42 | ||
| 871 | - sp:varName "enumJobType"^^xsd:string . | ||
| 872 | - | ||
| 873 | -_:b43 | ||
| 874 | - sp:varName "casingStrDia"^^xsd:string . | ||
| 875 | - | ||
| 876 | -_:b44 | ||
| 877 | - sp:varName "uomCasingStrDia"^^xsd:string . | ||
| 878 | - | ||
| 879 | -_:b45 | ||
| 880 | - sp:varName "realOd"^^xsd:string . | ||
| 881 | - | ||
| 882 | -_:b46 | ||
| 883 | - sp:varName "volReturns"^^xsd:string . | ||
| 884 | - | ||
| 885 | -_:b47 | ||
| 886 | - sp:varName "uomVolReturns"^^xsd:string . | ||
| 887 | - | ||
| 888 | -_:b48 | ||
| 889 | - sp:varName "annFlowAfter"^^xsd:string . | ||
| 890 | - | ||
| 891 | -_:b49 | ||
| 892 | - sp:varName "topPlug"^^xsd:string . | ||
| 893 | - | ||
| 894 | -_:b50 | ||
| 895 | - sp:varName "botPlug"^^xsd:string . | ||
| 896 | - | ||
| 897 | -_:b51 | ||
| 898 | - sp:varName "plugBumped"^^xsd:string . | ||
| 899 | - | ||
| 900 | -_:b52 | ||
| 901 | - sp:varName "presBump"^^xsd:string . | ||
| 902 | - | ||
| 903 | -_:b53 | ||
| 904 | - sp:varName "uomPresBump"^^xsd:string . | ||
| 905 | - | ||
| 906 | -_:b54 | ||
| 907 | - sp:varName "floatHeld"^^xsd:string . | ||
| 908 | - | ||
| 909 | -_:b55 | ||
| 910 | - sp:varName "reciprocated"^^xsd:string . | ||
| 911 | - | ||
| 912 | -_:b56 | ||
| 913 | - sp:varName "rotated"^^xsd:string . | ||
| 914 | - | ||
| 915 | -_:b57 | ||
| 916 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 917 | - | ||
| 918 | -_:b58 | ||
| 919 | - sp:varName "localname"^^xsd:string . | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/material> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | ddr:Obj_drillReport | 26 | ddr:Obj_drillReport |
| ... | @@ -88,7 +88,7 @@ ddr:Obj_drillReport | ... | @@ -88,7 +88,7 @@ ddr:Obj_drillReport |
| 88 | ] [ sp:object | 88 | ] [ sp:object |
| 89 | [ sp:varName "formation"^^xsd:string | 89 | [ sp:varName "formation"^^xsd:string |
| 90 | ] ; | 90 | ] ; |
| 91 | - sp:predicate rdfs:comment ; | 91 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 92 | sp:subject _:b3 | 92 | sp:subject _:b3 |
| 93 | ] [ sp:object _:b4 ; | 93 | ] [ sp:object _:b4 ; |
| 94 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 94 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; |
| ... | @@ -228,7 +228,7 @@ ddr:Obj_drillReport | ... | @@ -228,7 +228,7 @@ ddr:Obj_drillReport |
| 228 | ] [ sp:object | 228 | ] [ sp:object |
| 229 | [ sp:varName "description"^^xsd:string | 229 | [ sp:varName "description"^^xsd:string |
| 230 | ] ; | 230 | ] ; |
| 231 | - sp:predicate rdfs:comment ; | 231 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 232 | sp:subject | 232 | sp:subject |
| 233 | [ sp:varName "wellControlIncident"^^xsd:string | 233 | [ sp:varName "wellControlIncident"^^xsd:string |
| 234 | ] | 234 | ] | ... | ... |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | ||
| 23 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | 23 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> |
| 24 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
| 25 | - 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/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 25 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 27 | ||
| 28 | ddr:Obj_drillReport | 28 | ddr:Obj_drillReport |
| ... | @@ -164,7 +164,7 @@ Properties transfered to the activity, to the part of the well bore, or to the r | ... | @@ -164,7 +164,7 @@ Properties transfered to the activity, to the part of the well bore, or to the r |
| 164 | ] [ sp:object | 164 | ] [ sp:object |
| 165 | [ sp:varName "coreDescription"^^xsd:string | 165 | [ sp:varName "coreDescription"^^xsd:string |
| 166 | ] ; | 166 | ] ; |
| 167 | - sp:predicate rdfs:comment ; | 167 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 168 | sp:subject _:b7 | 168 | sp:subject _:b7 |
| 169 | ] [ sp:object _:b10 ; | 169 | ] [ sp:object _:b10 ; |
| 170 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | 170 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | ... | ... |
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | ||
| 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> | 19 | <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> |
| 20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 21 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 23 | 23 | ||
| 24 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 24 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
| 72 | ] [ sp:object | 72 | ] [ sp:object |
| 73 | [ sp:varName "description"^^xsd:string | 73 | [ sp:varName "description"^^xsd:string |
| 74 | ] ; | 74 | ] ; |
| 75 | - sp:predicate rdfs:comment ; | 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 76 | sp:subject | 76 | sp:subject |
| 77 | [ sp:varName "equipmentFailureAndRepair"^^xsd:string | 77 | [ sp:varName "equipmentFailureAndRepair"^^xsd:string |
| 78 | ] | 78 | ] | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | ||
| 22 | <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> | 22 | <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> |
| 23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/material> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 26 | ||
| 27 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 27 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -169,7 +169,7 @@ | ... | @@ -169,7 +169,7 @@ |
| 169 | ] [ sp:object | 169 | ] [ sp:object |
| 170 | [ sp:varName "description"^^xsd:string | 170 | [ sp:varName "description"^^xsd:string |
| 171 | ] ; | 171 | ] ; |
| 172 | - sp:predicate rdfs:comment ; | 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 173 | sp:subject | 173 | sp:subject |
| 174 | [ sp:varName "wirelineFormationTest"^^xsd:string | 174 | [ sp:varName "wirelineFormationTest"^^xsd:string |
| 175 | ] | 175 | ] | ... | ... |
| ... | @@ -20,47 +20,181 @@ | ... | @@ -20,47 +20,181 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - 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/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; | 23 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| 27 | spin:rule | 27 | spin:rule |
| 28 | [ rdf:type sp:Construct ; | 28 | [ rdf:type sp:Construct ; |
| 29 | - rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; | 29 | + rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; |
| 30 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; | 30 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; |
| 31 | + sp:predicate rdf:type ; | ||
| 32 | + sp:subject | ||
| 33 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 34 | + ] | ||
| 35 | + ] [ sp:object | ||
| 36 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 37 | + ] ; | ||
| 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 39 | + sp:subject | ||
| 40 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 41 | + ] | ||
| 42 | + ] [ sp:object _:b1 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 44 | + sp:subject | ||
| 45 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 46 | + ] | ||
| 47 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 31 | sp:predicate rdf:type ; | 48 | sp:predicate rdf:type ; |
| 32 | sp:subject _:b1 | 49 | sp:subject _:b1 |
| 33 | - ] [ sp:object _:b2 ; | 50 | + ] [ sp:object |
| 34 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 51 | + [ sp:varName "wellBore"^^xsd:string |
| 52 | + ] ; | ||
| 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 35 | sp:subject _:b1 | 54 | sp:subject _:b1 |
| 36 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 55 | + ] [ sp:object _:b2 ; |
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | ||
| 57 | + sp:subject | ||
| 58 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 59 | + ] | ||
| 60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 37 | sp:predicate rdf:type ; | 61 | sp:predicate rdf:type ; |
| 38 | sp:subject _:b2 | 62 | sp:subject _:b2 |
| 63 | + ] [ sp:object _:b3 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 65 | + sp:subject _:b2 | ||
| 66 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 67 | + sp:predicate rdf:type ; | ||
| 68 | + sp:subject _:b3 | ||
| 39 | ] [ sp:object | 69 | ] [ sp:object |
| 40 | - [ sp:varName "realStatic"^^xsd:string | 70 | + [ sp:varName "wellBore"^^xsd:string |
| 71 | + ] ; | ||
| 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 73 | + sp:subject _:b3 | ||
| 74 | + ] [ sp:object | ||
| 75 | + [ sp:varName "runNumber"^^xsd:string | ||
| 76 | + ] ; | ||
| 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | ||
| 78 | + sp:subject | ||
| 79 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 80 | + ] | ||
| 81 | + ] [ sp:object | ||
| 82 | + [ sp:varName "dTimEnd"^^xsd:string | ||
| 83 | + ] ; | ||
| 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 85 | + sp:subject | ||
| 86 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 87 | + ] | ||
| 88 | + ] [ sp:object _:b4 ; | ||
| 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | ||
| 90 | + sp:subject | ||
| 91 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 92 | + ] | ||
| 93 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 94 | + sp:predicate rdf:type ; | ||
| 95 | + sp:subject _:b4 | ||
| 96 | + ] [ sp:object | ||
| 97 | + [ sp:varName "nameServiceCompany"^^xsd:string | ||
| 98 | + ] ; | ||
| 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 100 | + sp:subject _:b4 | ||
| 101 | + ] [ sp:object _:b5 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 103 | + sp:subject | ||
| 104 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 105 | + ] | ||
| 106 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
| 107 | + sp:predicate rdf:type ; | ||
| 108 | + sp:subject _:b5 | ||
| 109 | + ] [ sp:object _:b6 ; | ||
| 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 111 | + sp:subject _:b5 | ||
| 112 | + ] [ sp:object _:b7 ; | ||
| 113 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | ||
| 114 | + sp:subject _:b5 | ||
| 115 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 116 | + sp:predicate rdf:type ; | ||
| 117 | + sp:subject _:b7 | ||
| 118 | + ] [ sp:object | ||
| 119 | + [ sp:varName "realMdTool"^^xsd:string | ||
| 41 | ] ; | 120 | ] ; |
| 42 | sp:predicate | 121 | sp:predicate |
| 43 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 122 | + [ sp:varName "lengthScaleMdTool"^^xsd:string |
| 44 | ] ; | 123 | ] ; |
| 45 | - sp:subject _:b2 | 124 | + sp:subject _:b7 |
| 46 | - ] [ sp:object _:b3 ; | 125 | + ] [ sp:object _:b8 ; |
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | ||
| 127 | + sp:subject _:b5 | ||
| 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 47 | sp:predicate rdf:type ; | 129 | sp:predicate rdf:type ; |
| 48 | - sp:subject _:b1 | 130 | + sp:subject _:b8 |
| 49 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 131 | + ] [ sp:object |
| 132 | + [ sp:varName "realTvdTool"^^xsd:string | ||
| 133 | + ] ; | ||
| 134 | + sp:predicate | ||
| 135 | + [ sp:varName "lengthScaleTvdTool"^^xsd:string | ||
| 136 | + ] ; | ||
| 137 | + sp:subject _:b8 | ||
| 138 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | ||
| 50 | sp:predicate rdf:type ; | 139 | sp:predicate rdf:type ; |
| 140 | + sp:subject _:b6 | ||
| 141 | + ] [ sp:object | ||
| 142 | + [ sp:varName "toolDescription"^^xsd:string | ||
| 143 | + ] ; | ||
| 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | ||
| 145 | + sp:subject _:b6 | ||
| 146 | + ] [ sp:object _:b9 ; | ||
| 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | ||
| 51 | sp:subject _:b3 | 148 | sp:subject _:b3 |
| 149 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 150 | + sp:predicate rdf:type ; | ||
| 151 | + sp:subject _:b9 | ||
| 52 | ] [ sp:object | 152 | ] [ sp:object |
| 53 | - [ sp:varName "realDuration"^^xsd:string | 153 | + [ sp:varName "realMdTop"^^xsd:string |
| 54 | ] ; | 154 | ] ; |
| 55 | sp:predicate | 155 | sp:predicate |
| 56 | - [ sp:varName "durationScale"^^xsd:string | 156 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
| 157 | + ] ; | ||
| 158 | + sp:subject _:b9 | ||
| 159 | + ] [ sp:object _:b10 ; | ||
| 160 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 161 | + sp:subject _:b3 | ||
| 162 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 163 | + sp:predicate rdf:type ; | ||
| 164 | + sp:subject _:b10 | ||
| 165 | + ] [ sp:object | ||
| 166 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 167 | + ] ; | ||
| 168 | + sp:predicate | ||
| 169 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 57 | ] ; | 170 | ] ; |
| 171 | + sp:subject _:b10 | ||
| 172 | + ] [ sp:object _:b11 ; | ||
| 173 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 58 | sp:subject _:b3 | 174 | sp:subject _:b3 |
| 175 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 176 | + sp:predicate rdf:type ; | ||
| 177 | + sp:subject _:b11 | ||
| 59 | ] [ sp:object | 178 | ] [ sp:object |
| 60 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 179 | + [ sp:varName "realTvdTop"^^xsd:string |
| 61 | ] ; | 180 | ] ; |
| 62 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 181 | + sp:predicate |
| 63 | - sp:subject _:b1 | 182 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
| 183 | + ] ; | ||
| 184 | + sp:subject _:b11 | ||
| 185 | + ] [ sp:object _:b12 ; | ||
| 186 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 187 | + sp:subject _:b3 | ||
| 188 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 189 | + sp:predicate rdf:type ; | ||
| 190 | + sp:subject _:b12 | ||
| 191 | + ] [ sp:object | ||
| 192 | + [ sp:varName "realTvdBottom"^^xsd:string | ||
| 193 | + ] ; | ||
| 194 | + sp:predicate | ||
| 195 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 196 | + ] ; | ||
| 197 | + sp:subject _:b12 | ||
| 64 | ]) ; | 198 | ]) ; |
| 65 | sp:where ([ sp:object | 199 | sp:where ([ sp:object |
| 66 | [ sp:varName "nameWellBore"^^xsd:string | 200 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -73,61 +207,179 @@ | ... | @@ -73,61 +207,179 @@ |
| 73 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 207 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 74 | sp:subject spin:_this | 208 | sp:subject spin:_this |
| 75 | ] [ sp:object | 209 | ] [ sp:object |
| 76 | - [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 210 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string |
| 77 | ] ; | 211 | ] ; |
| 78 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 212 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 79 | sp:subject | 213 | sp:subject |
| 80 | - [ sp:varName "wellBoreLogRun"^^xsd:string | 214 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 81 | ] | 215 | ] |
| 82 | ] [ sp:object | 216 | ] [ sp:object |
| 83 | [ sp:varName "logInfo"^^xsd:string | 217 | [ sp:varName "logInfo"^^xsd:string |
| 84 | ] ; | 218 | ] ; |
| 85 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 219 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
| 86 | sp:subject spin:_this | 220 | sp:subject spin:_this |
| 221 | + ] [ sp:object | ||
| 222 | + [ sp:varName "runNumber"^^xsd:string | ||
| 223 | + ] ; | ||
| 224 | + sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | ||
| 225 | + sp:subject | ||
| 226 | + [ sp:varName "logInfo"^^xsd:string | ||
| 227 | + ] | ||
| 228 | + ] [ sp:object | ||
| 229 | + [ sp:varName "toolDescription"^^xsd:string | ||
| 230 | + ] ; | ||
| 231 | + sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | ||
| 232 | + sp:subject | ||
| 233 | + [ sp:varName "logInfo"^^xsd:string | ||
| 234 | + ] | ||
| 87 | ] [ rdf:type sp:Optional ; | 235 | ] [ rdf:type sp:Optional ; |
| 88 | sp:elements ([ sp:object | 236 | sp:elements ([ sp:object |
| 89 | - [ sp:varName "eTimStatic"^^xsd:string | 237 | + [ sp:varName "dTimEnd"^^xsd:string |
| 90 | ] ; | 238 | ] ; |
| 91 | - sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; | 239 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 240 | + sp:subject | ||
| 241 | + [ sp:varName "logInfo"^^xsd:string | ||
| 242 | + ] | ||
| 243 | + ]) | ||
| 244 | + ] [ sp:object | ||
| 245 | + [ sp:varName "mdTop"^^xsd:string | ||
| 246 | + ] ; | ||
| 247 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | ||
| 92 | sp:subject | 248 | sp:subject |
| 93 | [ sp:varName "logInfo"^^xsd:string | 249 | [ sp:varName "logInfo"^^xsd:string |
| 94 | ] | 250 | ] |
| 95 | ] [ sp:object | 251 | ] [ sp:object |
| 96 | - [ sp:varName "uomDuration"^^xsd:string | 252 | + [ sp:varName "uomMdTop"^^xsd:string |
| 97 | ] ; | 253 | ] ; |
| 98 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 254 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 99 | sp:subject | 255 | sp:subject |
| 100 | - [ sp:varName "eTimStatic"^^xsd:string | 256 | + [ sp:varName "mdTop"^^xsd:string |
| 101 | ] | 257 | ] |
| 102 | ] [ sp:object | 258 | ] [ sp:object |
| 103 | - [ sp:varName "realDuration"^^xsd:string | 259 | + [ sp:varName "realMdTop"^^xsd:string |
| 104 | ] ; | 260 | ] ; |
| 105 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 261 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 106 | sp:subject | 262 | sp:subject |
| 107 | - [ sp:varName "eTimStatic"^^xsd:string | 263 | + [ sp:varName "mdTop"^^xsd:string |
| 264 | + ] | ||
| 265 | + ] [ sp:object | ||
| 266 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 267 | + ] ; | ||
| 268 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | ||
| 269 | + sp:subject | ||
| 270 | + [ sp:varName "logInfo"^^xsd:string | ||
| 271 | + ] | ||
| 272 | + ] [ sp:object | ||
| 273 | + [ sp:varName "uomMdBottom"^^xsd:string | ||
| 274 | + ] ; | ||
| 275 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 276 | + sp:subject | ||
| 277 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 278 | + ] | ||
| 279 | + ] [ sp:object | ||
| 280 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 281 | + ] ; | ||
| 282 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 283 | + sp:subject | ||
| 284 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 285 | + ] | ||
| 286 | + ] [ rdf:type sp:Optional ; | ||
| 287 | + sp:elements ([ sp:object | ||
| 288 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 289 | + ] ; | ||
| 290 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | ||
| 291 | + sp:subject | ||
| 292 | + [ sp:varName "logInfo"^^xsd:string | ||
| 293 | + ] | ||
| 294 | + ] [ sp:object | ||
| 295 | + [ sp:varName "uomTvdTop"^^xsd:string | ||
| 296 | + ] ; | ||
| 297 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 298 | + sp:subject | ||
| 299 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 300 | + ] | ||
| 301 | + ] [ sp:object | ||
| 302 | + [ sp:varName "realTvdTop"^^xsd:string | ||
| 303 | + ] ; | ||
| 304 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 305 | + sp:subject | ||
| 306 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 307 | + ] | ||
| 308 | + ]) | ||
| 309 | + ] [ rdf:type sp:Optional ; | ||
| 310 | + sp:elements ([ sp:object | ||
| 311 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 312 | + ] ; | ||
| 313 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | ||
| 314 | + sp:subject | ||
| 315 | + [ sp:varName "logInfo"^^xsd:string | ||
| 316 | + ] | ||
| 317 | + ] [ sp:object | ||
| 318 | + [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 319 | + ] ; | ||
| 320 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 321 | + sp:subject | ||
| 322 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 323 | + ] | ||
| 324 | + ] [ sp:object | ||
| 325 | + [ sp:varName "realTvdBottom"^^xsd:string | ||
| 326 | + ] ; | ||
| 327 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 328 | + sp:subject | ||
| 329 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 108 | ] | 330 | ] |
| 109 | ]) | 331 | ]) |
| 110 | ] [ sp:object | 332 | ] [ sp:object |
| 111 | - [ sp:varName "tempBHST"^^xsd:string | 333 | + [ sp:varName "nameServiceCompany"^^xsd:string |
| 112 | ] ; | 334 | ] ; |
| 113 | - sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; | 335 | + sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; |
| 114 | sp:subject | 336 | sp:subject |
| 115 | [ sp:varName "logInfo"^^xsd:string | 337 | [ sp:varName "logInfo"^^xsd:string |
| 116 | ] | 338 | ] |
| 117 | ] [ sp:object | 339 | ] [ sp:object |
| 118 | - [ sp:varName "uomStatic"^^xsd:string | 340 | + [ sp:varName "mdTempTool"^^xsd:string |
| 341 | + ] ; | ||
| 342 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | ||
| 343 | + sp:subject | ||
| 344 | + [ sp:varName "logInfo"^^xsd:string | ||
| 345 | + ] | ||
| 346 | + ] [ sp:object | ||
| 347 | + [ sp:varName "uomMdTool"^^xsd:string | ||
| 119 | ] ; | 348 | ] ; |
| 120 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 349 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 121 | sp:subject | 350 | sp:subject |
| 122 | - [ sp:varName "tempBHST"^^xsd:string | 351 | + [ sp:varName "mdTempTool"^^xsd:string |
| 123 | ] | 352 | ] |
| 124 | ] [ sp:object | 353 | ] [ sp:object |
| 125 | - [ sp:varName "realStatic"^^xsd:string | 354 | + [ sp:varName "realMdTool"^^xsd:string |
| 126 | ] ; | 355 | ] ; |
| 127 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 356 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 128 | sp:subject | 357 | sp:subject |
| 129 | - [ sp:varName "tempBHST"^^xsd:string | 358 | + [ sp:varName "mdTempTool"^^xsd:string |
| 359 | + ] | ||
| 360 | + ] [ rdf:type sp:Optional ; | ||
| 361 | + sp:elements ([ sp:object | ||
| 362 | + [ sp:varName "tvdTempTool"^^xsd:string | ||
| 363 | + ] ; | ||
| 364 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | ||
| 365 | + sp:subject | ||
| 366 | + [ sp:varName "logInfo"^^xsd:string | ||
| 367 | + ] | ||
| 368 | + ] [ sp:object | ||
| 369 | + [ sp:varName "uomTvdTool"^^xsd:string | ||
| 370 | + ] ; | ||
| 371 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 372 | + sp:subject | ||
| 373 | + [ sp:varName "tvdTempTool"^^xsd:string | ||
| 374 | + ] | ||
| 375 | + ] [ sp:object | ||
| 376 | + [ sp:varName "realTvdTool"^^xsd:string | ||
| 377 | + ] ; | ||
| 378 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 379 | + sp:subject | ||
| 380 | + [ sp:varName "tvdTempTool"^^xsd:string | ||
| 130 | ] | 381 | ] |
| 382 | + ]) | ||
| 131 | ] [ rdf:type sp:Bind ; | 383 | ] [ rdf:type sp:Bind ; |
| 132 | sp:expression | 384 | sp:expression |
| 133 | [ rdf:type ep-spin-lib:normalizeString ; | 385 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -172,21 +424,69 @@ | ... | @@ -172,21 +424,69 @@ |
| 172 | ] | 424 | ] |
| 173 | ] [ rdf:type sp:Bind ; | 425 | ] [ rdf:type sp:Bind ; |
| 174 | sp:expression | 426 | sp:expression |
| 175 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 427 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 176 | - sp:arg1 [ sp:varName "uomDuration"^^xsd:string | 428 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
| 177 | ] | 429 | ] |
| 178 | ] ; | 430 | ] ; |
| 179 | sp:variable | 431 | sp:variable |
| 180 | - [ sp:varName "durationScale"^^xsd:string | 432 | + [ sp:varName "lengthScaleMdTop"^^xsd:string |
| 181 | ] | 433 | ] |
| 182 | ] [ rdf:type sp:Bind ; | 434 | ] [ rdf:type sp:Bind ; |
| 183 | sp:expression | 435 | sp:expression |
| 184 | - [ rdf:type ep-spin-lib:selectTemperatureScale ; | 436 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 185 | - sp:arg1 [ sp:varName "uomStatic"^^xsd:string | 437 | + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string |
| 186 | ] | 438 | ] |
| 187 | ] ; | 439 | ] ; |
| 188 | sp:variable | 440 | sp:variable |
| 189 | - [ sp:varName "temperatureScaleStatic"^^xsd:string | 441 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string |
| 442 | + ] | ||
| 443 | + ] [ rdf:type sp:Bind ; | ||
| 444 | + sp:expression | ||
| 445 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 446 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string | ||
| 447 | + ] | ||
| 448 | + ] ; | ||
| 449 | + sp:variable | ||
| 450 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 451 | + ] | ||
| 452 | + ] [ rdf:type sp:Bind ; | ||
| 453 | + sp:expression | ||
| 454 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 455 | + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 456 | + ] | ||
| 457 | + ] ; | ||
| 458 | + sp:variable | ||
| 459 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 460 | + ] | ||
| 461 | + ] [ rdf:type sp:Bind ; | ||
| 462 | + sp:expression | ||
| 463 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 464 | + sp:arg1 [ sp:varName "uomMdTool"^^xsd:string | ||
| 465 | + ] | ||
| 466 | + ] ; | ||
| 467 | + sp:variable | ||
| 468 | + [ sp:varName "lengthScaleMdTool"^^xsd:string | ||
| 469 | + ] | ||
| 470 | + ] [ rdf:type sp:Bind ; | ||
| 471 | + sp:expression | ||
| 472 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 473 | + sp:arg1 [ sp:varName "uomTvdTool"^^xsd:string | ||
| 474 | + ] | ||
| 475 | + ] ; | ||
| 476 | + sp:variable | ||
| 477 | + [ sp:varName "lengthScaleTvdTool"^^xsd:string | ||
| 478 | + ] | ||
| 479 | + ] [ rdf:type sp:Bind ; | ||
| 480 | + sp:expression | ||
| 481 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 482 | + arg:wellBoreName | ||
| 483 | + [ rdf:type xsd:string ; | ||
| 484 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | ||
| 485 | + ] | ||
| 486 | + ] | ||
| 487 | + ] ; | ||
| 488 | + sp:variable | ||
| 489 | + [ sp:varName "wellBore"^^xsd:string | ||
| 190 | ] | 490 | ] |
| 191 | ]) | 491 | ]) |
| 192 | ] ; | 492 | ] ; |
| ... | @@ -195,25 +495,25 @@ | ... | @@ -195,25 +495,25 @@ |
| 195 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; | 495 | rdfs:comment "STEP 191 Create a well bore log activity - circulating temperature"^^xsd:string ; |
| 196 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; | 496 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ; |
| 197 | sp:predicate rdf:type ; | 497 | sp:predicate rdf:type ; |
| 198 | - sp:subject _:b4 | 498 | + sp:subject _:b13 |
| 199 | - ] [ sp:object _:b5 ; | 499 | + ] [ sp:object _:b14 ; |
| 200 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; | 500 | sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 201 | - sp:subject _:b4 | 501 | + sp:subject _:b13 |
| 202 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 502 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 203 | sp:predicate rdf:type ; | 503 | sp:predicate rdf:type ; |
| 204 | - sp:subject _:b5 | 504 | + sp:subject _:b14 |
| 205 | ] [ sp:object | 505 | ] [ sp:object |
| 206 | [ sp:varName "realCirculating"^^xsd:string | 506 | [ sp:varName "realCirculating"^^xsd:string |
| 207 | ] ; | 507 | ] ; |
| 208 | sp:predicate | 508 | sp:predicate |
| 209 | [ sp:varName "temperatureScaleCirculating"^^xsd:string | 509 | [ sp:varName "temperatureScaleCirculating"^^xsd:string |
| 210 | ] ; | 510 | ] ; |
| 211 | - sp:subject _:b5 | 511 | + sp:subject _:b14 |
| 212 | ] [ sp:object | 512 | ] [ sp:object |
| 213 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string | 513 | [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 214 | ] ; | 514 | ] ; |
| 215 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 515 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 216 | - sp:subject _:b4 | 516 | + sp:subject _:b13 |
| 217 | ]) ; | 517 | ]) ; |
| 218 | sp:where ([ sp:object | 518 | sp:where ([ sp:object |
| 219 | [ sp:varName "nameWellBore"^^xsd:string | 519 | [ sp:varName "nameWellBore"^^xsd:string |
| ... | @@ -313,386 +613,167 @@ | ... | @@ -313,386 +613,167 @@ |
| 313 | ] ; | 613 | ] ; |
| 314 | spin:rule | 614 | spin:rule |
| 315 | [ rdf:type sp:Construct ; | 615 | [ rdf:type sp:Construct ; |
| 316 | - rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; | 616 | + rdfs:comment "STEP 192 Create a well bore log activity - static temperature"^^xsd:string ; |
| 317 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLogRun> ; | 617 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ; |
| 318 | - sp:predicate rdf:type ; | ||
| 319 | - sp:subject _:b6 | ||
| 320 | - ] [ sp:object _:b6 ; | ||
| 321 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 322 | - sp:subject _:b7 | ||
| 323 | - ] [ sp:object _:b8 ; | ||
| 324 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 325 | - sp:subject _:b6 | ||
| 326 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 327 | - sp:predicate rdf:type ; | ||
| 328 | - sp:subject _:b8 | ||
| 329 | - ] [ sp:object _:b9 ; | ||
| 330 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 331 | - sp:subject _:b8 | ||
| 332 | - ] [ sp:object _:b10 ; | ||
| 333 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; | ||
| 334 | - sp:subject _:b6 | ||
| 335 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 336 | - sp:predicate rdf:type ; | ||
| 337 | - sp:subject _:b10 | ||
| 338 | - ] [ sp:object _:b11 ; | ||
| 339 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 340 | - sp:subject _:b10 | ||
| 341 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 342 | - sp:predicate rdf:type ; | ||
| 343 | - sp:subject _:b11 | ||
| 344 | - ] [ sp:object _:b9 ; | ||
| 345 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 346 | - sp:subject _:b11 | ||
| 347 | - ] [ sp:object _:b12 ; | ||
| 348 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#logRunNumber> ; | ||
| 349 | - sp:subject _:b6 | ||
| 350 | - ] [ sp:object _:b13 ; | ||
| 351 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 352 | - sp:subject _:b6 | ||
| 353 | - ] [ sp:object _:b14 ; | ||
| 354 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | ||
| 355 | - sp:subject _:b6 | ||
| 356 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 357 | sp:predicate rdf:type ; | 618 | sp:predicate rdf:type ; |
| 358 | - sp:subject _:b14 | 619 | + sp:subject _:b15 |
| 359 | - ] [ sp:object _:b15 ; | ||
| 360 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 361 | - sp:subject _:b14 | ||
| 362 | ] [ sp:object _:b16 ; | 620 | ] [ sp:object _:b16 ; |
| 363 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | 621 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ; |
| 364 | - sp:subject _:b6 | 622 | + sp:subject _:b15 |
| 365 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 623 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 366 | sp:predicate rdf:type ; | 624 | sp:predicate rdf:type ; |
| 367 | sp:subject _:b16 | 625 | sp:subject _:b16 |
| 368 | - ] [ sp:object _:b17 ; | 626 | + ] [ sp:object |
| 369 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 627 | + [ sp:varName "realStatic"^^xsd:string |
| 370 | - sp:subject _:b16 | 628 | + ] ; |
| 371 | - ] [ sp:object _:b18 ; | 629 | + sp:predicate |
| 372 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepth> ; | 630 | + [ sp:varName "temperatureScaleStatic"^^xsd:string |
| 373 | - sp:subject _:b16 | 631 | + ] ; |
| 374 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 375 | - sp:predicate rdf:type ; | ||
| 376 | - sp:subject _:b18 | ||
| 377 | - ] [ sp:object _:b19 ; | ||
| 378 | - sp:predicate _:b20 ; | ||
| 379 | - sp:subject _:b18 | ||
| 380 | - ] [ sp:object _:b21 ; | ||
| 381 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepth> ; | ||
| 382 | sp:subject _:b16 | 632 | sp:subject _:b16 |
| 383 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 633 | + ] [ sp:object _:b17 ; |
| 384 | sp:predicate rdf:type ; | 634 | sp:predicate rdf:type ; |
| 385 | - sp:subject _:b21 | 635 | + sp:subject _:b15 |
| 386 | - ] [ sp:object _:b22 ; | 636 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 387 | - sp:predicate _:b23 ; | ||
| 388 | - sp:subject _:b21 | ||
| 389 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | ||
| 390 | sp:predicate rdf:type ; | 637 | sp:predicate rdf:type ; |
| 391 | sp:subject _:b17 | 638 | sp:subject _:b17 |
| 392 | - ] [ sp:object _:b24 ; | 639 | + ] [ sp:object |
| 393 | - sp:predicate rdfs:comment ; | 640 | + [ sp:varName "realDuration"^^xsd:string |
| 641 | + ] ; | ||
| 642 | + sp:predicate | ||
| 643 | + [ sp:varName "durationScale"^^xsd:string | ||
| 644 | + ] ; | ||
| 394 | sp:subject _:b17 | 645 | sp:subject _:b17 |
| 395 | - ] [ sp:object _:b25 ; | 646 | + ] [ sp:object |
| 396 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 647 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 397 | - sp:subject _:b11 | 648 | + ] ; |
| 398 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 649 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 399 | - sp:predicate rdf:type ; | 650 | + sp:subject _:b15 |
| 400 | - sp:subject _:b25 | ||
| 401 | - ] [ sp:object _:b26 ; | ||
| 402 | - sp:predicate _:b27 ; | ||
| 403 | - sp:subject _:b25 | ||
| 404 | - ] [ sp:object _:b28 ; | ||
| 405 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 406 | - sp:subject _:b11 | ||
| 407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 408 | - sp:predicate rdf:type ; | ||
| 409 | - sp:subject _:b28 | ||
| 410 | - ] [ sp:object _:b29 ; | ||
| 411 | - sp:predicate _:b30 ; | ||
| 412 | - sp:subject _:b28 | ||
| 413 | - ] [ sp:object _:b31 ; | ||
| 414 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 415 | - sp:subject _:b11 | ||
| 416 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 417 | - sp:predicate rdf:type ; | ||
| 418 | - sp:subject _:b31 | ||
| 419 | - ] [ sp:object _:b32 ; | ||
| 420 | - sp:predicate _:b33 ; | ||
| 421 | - sp:subject _:b31 | ||
| 422 | - ] [ sp:object _:b34 ; | ||
| 423 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | ||
| 424 | - sp:subject _:b11 | ||
| 425 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 426 | - sp:predicate rdf:type ; | ||
| 427 | - sp:subject _:b34 | ||
| 428 | - ] [ sp:object _:b35 ; | ||
| 429 | - sp:predicate _:b36 ; | ||
| 430 | - sp:subject _:b34 | ||
| 431 | ]) ; | 651 | ]) ; |
| 432 | - sp:where ([ sp:object _:b37 ; | 652 | + sp:where ([ sp:object |
| 653 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 654 | + ] ; | ||
| 433 | sp:predicate ep-spin-lib:nameWellbore ; | 655 | sp:predicate ep-spin-lib:nameWellbore ; |
| 434 | sp:subject spin:_this | 656 | sp:subject spin:_this |
| 435 | - ] [ sp:object _:b38 ; | 657 | + ] [ sp:object |
| 658 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 659 | + ] ; | ||
| 436 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | 660 | sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 437 | sp:subject spin:_this | 661 | sp:subject spin:_this |
| 438 | ] [ sp:object | 662 | ] [ sp:object |
| 439 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 663 | + [ sp:varName "loggedTemporalPartOfAWellBore"^^xsd:string |
| 440 | ] ; | 664 | ] ; |
| 441 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 665 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 442 | - sp:subject _:b7 | 666 | + sp:subject |
| 443 | - ] [ sp:object _:b39 ; | 667 | + [ sp:varName "wellBoreLogRun"^^xsd:string |
| 668 | + ] | ||
| 669 | + ] [ sp:object | ||
| 670 | + [ sp:varName "logInfo"^^xsd:string | ||
| 671 | + ] ; | ||
| 444 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; | 672 | sp:predicate <http://www.witsml.org/schemas/1series#logInfoRef> ; |
| 445 | sp:subject spin:_this | 673 | sp:subject spin:_this |
| 446 | - ] [ sp:object _:b12 ; | ||
| 447 | - sp:predicate <http://www.witsml.org/schemas/1series#runNumber> ; | ||
| 448 | - sp:subject _:b39 | ||
| 449 | - ] [ sp:object _:b24 ; | ||
| 450 | - sp:predicate <http://www.witsml.org/schemas/1series#tool> ; | ||
| 451 | - sp:subject _:b39 | ||
| 452 | - ] [ rdf:type sp:Optional ; | ||
| 453 | - sp:elements ([ sp:object _:b13 ; | ||
| 454 | - sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; | ||
| 455 | - sp:subject _:b39 | ||
| 456 | - ]) | ||
| 457 | - ] [ sp:object _:b40 ; | ||
| 458 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; | ||
| 459 | - sp:subject _:b39 | ||
| 460 | - ] [ sp:object _:b41 ; | ||
| 461 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 462 | - sp:subject _:b40 | ||
| 463 | - ] [ sp:object _:b26 ; | ||
| 464 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 465 | - sp:subject _:b40 | ||
| 466 | - ] [ sp:object _:b42 ; | ||
| 467 | - sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; | ||
| 468 | - sp:subject _:b39 | ||
| 469 | - ] [ sp:object _:b43 ; | ||
| 470 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 471 | - sp:subject _:b42 | ||
| 472 | - ] [ sp:object _:b29 ; | ||
| 473 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 474 | - sp:subject _:b42 | ||
| 475 | - ] [ rdf:type sp:Optional ; | ||
| 476 | - sp:elements ([ sp:object _:b44 ; | ||
| 477 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; | ||
| 478 | - sp:subject _:b39 | ||
| 479 | - ] [ sp:object _:b45 ; | ||
| 480 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 481 | - sp:subject _:b44 | ||
| 482 | - ] [ sp:object _:b32 ; | ||
| 483 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 484 | - sp:subject _:b44 | ||
| 485 | - ]) | ||
| 486 | ] [ rdf:type sp:Optional ; | 674 | ] [ rdf:type sp:Optional ; |
| 487 | - sp:elements ([ sp:object _:b46 ; | 675 | + sp:elements ([ sp:object |
| 488 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; | 676 | + [ sp:varName "eTimStatic"^^xsd:string |
| 489 | - sp:subject _:b39 | 677 | + ] ; |
| 490 | - ] [ sp:object _:b47 ; | 678 | + sp:predicate <http://www.witsml.org/schemas/1series#eTimStaticRef> ; |
| 679 | + sp:subject | ||
| 680 | + [ sp:varName "logInfo"^^xsd:string | ||
| 681 | + ] | ||
| 682 | + ] [ sp:object | ||
| 683 | + [ sp:varName "uomDuration"^^xsd:string | ||
| 684 | + ] ; | ||
| 491 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 685 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 492 | - sp:subject _:b46 | 686 | + sp:subject |
| 493 | - ] [ sp:object _:b35 ; | 687 | + [ sp:varName "eTimStatic"^^xsd:string |
| 688 | + ] | ||
| 689 | + ] [ sp:object | ||
| 690 | + [ sp:varName "realDuration"^^xsd:string | ||
| 691 | + ] ; | ||
| 494 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 692 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 495 | - sp:subject _:b46 | 693 | + sp:subject |
| 694 | + [ sp:varName "eTimStatic"^^xsd:string | ||
| 695 | + ] | ||
| 496 | ]) | 696 | ]) |
| 497 | - ] [ sp:object _:b15 ; | 697 | + ] [ sp:object |
| 498 | - sp:predicate <http://www.witsml.org/schemas/1series#serviceCompany> ; | 698 | + [ sp:varName "tempBHST"^^xsd:string |
| 499 | - sp:subject _:b39 | 699 | + ] ; |
| 500 | - ] [ sp:object _:b48 ; | 700 | + sp:predicate <http://www.witsml.org/schemas/1series#tempBHSTRef> ; |
| 501 | - sp:predicate <http://www.witsml.org/schemas/1series#mdTempToolRef> ; | 701 | + sp:subject |
| 502 | - sp:subject _:b39 | 702 | + [ sp:varName "logInfo"^^xsd:string |
| 503 | - ] [ sp:object _:b49 ; | 703 | + ] |
| 504 | - sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 704 | + ] [ sp:object |
| 505 | - sp:subject _:b48 | 705 | + [ sp:varName "uomStatic"^^xsd:string |
| 506 | - ] [ sp:object _:b19 ; | 706 | + ] ; |
| 507 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 508 | - sp:subject _:b48 | ||
| 509 | - ] [ rdf:type sp:Optional ; | ||
| 510 | - sp:elements ([ sp:object _:b50 ; | ||
| 511 | - sp:predicate <http://www.witsml.org/schemas/1series#tvdTempToolRef> ; | ||
| 512 | - sp:subject _:b39 | ||
| 513 | - ] [ sp:object _:b51 ; | ||
| 514 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | 707 | sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 515 | - sp:subject _:b50 | 708 | + sp:subject |
| 516 | - ] [ sp:object _:b22 ; | 709 | + [ sp:varName "tempBHST"^^xsd:string |
| 710 | + ] | ||
| 711 | + ] [ sp:object | ||
| 712 | + [ sp:varName "realStatic"^^xsd:string | ||
| 713 | + ] ; | ||
| 517 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 714 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 518 | - sp:subject _:b50 | 715 | + sp:subject |
| 519 | - ]) | 716 | + [ sp:varName "tempBHST"^^xsd:string |
| 717 | + ] | ||
| 520 | ] [ rdf:type sp:Bind ; | 718 | ] [ rdf:type sp:Bind ; |
| 521 | sp:expression | 719 | sp:expression |
| 522 | [ rdf:type ep-spin-lib:normalizeString ; | 720 | [ rdf:type ep-spin-lib:normalizeString ; |
| 523 | - sp:arg1 _:b37 | 721 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 722 | + ] | ||
| 524 | ] ; | 723 | ] ; |
| 525 | - sp:variable _:b52 | 724 | + sp:variable |
| 725 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 726 | + ] | ||
| 526 | ] [ rdf:type sp:Bind ; | 727 | ] [ rdf:type sp:Bind ; |
| 527 | sp:expression | 728 | sp:expression |
| 528 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 729 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 529 | - sp:arg1 _:b52 ; | 730 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 530 | - sp:arg2 _:b38 | ||
| 531 | ] ; | 731 | ] ; |
| 532 | - sp:variable _:b7 | 732 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 733 | + ] | ||
| 734 | + ] ; | ||
| 735 | + sp:variable | ||
| 736 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 737 | + ] | ||
| 533 | ] [ rdf:type sp:Bind ; | 738 | ] [ rdf:type sp:Bind ; |
| 534 | sp:expression | 739 | sp:expression |
| 535 | [ rdf:type afn:localname ; | 740 | [ rdf:type afn:localname ; |
| 536 | - sp:arg1 _:b39 | 741 | + sp:arg1 [ sp:varName "logInfo"^^xsd:string |
| 742 | + ] | ||
| 537 | ] ; | 743 | ] ; |
| 538 | - sp:variable _:b53 | 744 | + sp:variable |
| 745 | + [ sp:varName "localname"^^xsd:string | ||
| 746 | + ] | ||
| 539 | ] [ rdf:type sp:Bind ; | 747 | ] [ rdf:type sp:Bind ; |
| 540 | sp:expression | 748 | sp:expression |
| 541 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; | 749 | [ rdf:type ep-spin-lib:buildWellBoreLogRunURI ; |
| 542 | - sp:arg1 _:b52 ; | 750 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 543 | - sp:arg2 _:b38 ; | ||
| 544 | - sp:arg3 _:b53 | ||
| 545 | - ] ; | ||
| 546 | - sp:variable _:b6 | ||
| 547 | - ] [ rdf:type sp:Bind ; | ||
| 548 | - sp:expression | ||
| 549 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 550 | - sp:arg1 _:b41 | ||
| 551 | - ] ; | ||
| 552 | - sp:variable _:b27 | ||
| 553 | - ] [ rdf:type sp:Bind ; | ||
| 554 | - sp:expression | ||
| 555 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 556 | - sp:arg1 _:b45 | ||
| 557 | - ] ; | ||
| 558 | - sp:variable _:b33 | ||
| 559 | - ] [ rdf:type sp:Bind ; | ||
| 560 | - sp:expression | ||
| 561 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 562 | - sp:arg1 _:b43 | ||
| 563 | ] ; | 751 | ] ; |
| 564 | - sp:variable _:b30 | 752 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 565 | - ] [ rdf:type sp:Bind ; | ||
| 566 | - sp:expression | ||
| 567 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 568 | - sp:arg1 _:b47 | ||
| 569 | ] ; | 753 | ] ; |
| 570 | - sp:variable _:b36 | 754 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 571 | - ] [ rdf:type sp:Bind ; | 755 | + ] |
| 572 | - sp:expression | ||
| 573 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 574 | - sp:arg1 _:b49 | ||
| 575 | ] ; | 756 | ] ; |
| 576 | - sp:variable _:b20 | 757 | + sp:variable |
| 758 | + [ sp:varName "wellBoreLogRun"^^xsd:string | ||
| 759 | + ] | ||
| 577 | ] [ rdf:type sp:Bind ; | 760 | ] [ rdf:type sp:Bind ; |
| 578 | sp:expression | 761 | sp:expression |
| 579 | - [ rdf:type ep-spin-lib:selectLengthScale ; | 762 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
| 580 | - sp:arg1 _:b51 | 763 | + sp:arg1 [ sp:varName "uomDuration"^^xsd:string |
| 764 | + ] | ||
| 581 | ] ; | 765 | ] ; |
| 582 | - sp:variable _:b23 | 766 | + sp:variable |
| 767 | + [ sp:varName "durationScale"^^xsd:string | ||
| 768 | + ] | ||
| 583 | ] [ rdf:type sp:Bind ; | 769 | ] [ rdf:type sp:Bind ; |
| 584 | sp:expression | 770 | sp:expression |
| 585 | - [ rdf:type rhspin:wellBoreByName ; | 771 | + [ rdf:type ep-spin-lib:selectTemperatureScale ; |
| 586 | - arg:wellBoreName | 772 | + sp:arg1 [ sp:varName "uomStatic"^^xsd:string |
| 587 | - [ rdf:type xsd:string ; | ||
| 588 | - sp:arg1 _:b37 | ||
| 589 | ] | 773 | ] |
| 590 | ] ; | 774 | ] ; |
| 591 | - sp:variable _:b9 | 775 | + sp:variable |
| 776 | + [ sp:varName "temperatureScaleStatic"^^xsd:string | ||
| 777 | + ] | ||
| 592 | ]) | 778 | ]) |
| 593 | ] . | 779 | ] . |
| 594 | - | ||
| 595 | -_:b6 sp:varName "wellBoreLogRun"^^xsd:string . | ||
| 596 | - | ||
| 597 | -_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 598 | - | ||
| 599 | -_:b9 sp:varName "wellBore"^^xsd:string . | ||
| 600 | - | ||
| 601 | -_:b12 | ||
| 602 | - sp:varName "runNumber"^^xsd:string . | ||
| 603 | - | ||
| 604 | -_:b13 | ||
| 605 | - sp:varName "dTimEnd"^^xsd:string . | ||
| 606 | - | ||
| 607 | -_:b15 | ||
| 608 | - sp:varName "nameServiceCompany"^^xsd:string . | ||
| 609 | - | ||
| 610 | -_:b19 | ||
| 611 | - sp:varName "realMdTool"^^xsd:string . | ||
| 612 | - | ||
| 613 | -_:b20 | ||
| 614 | - sp:varName "lengthScaleMdTool"^^xsd:string . | ||
| 615 | - | ||
| 616 | -_:b22 | ||
| 617 | - sp:varName "realTvdTool"^^xsd:string . | ||
| 618 | - | ||
| 619 | -_:b23 | ||
| 620 | - sp:varName "lengthScaleTvdTool"^^xsd:string . | ||
| 621 | - | ||
| 622 | -_:b24 | ||
| 623 | - sp:varName "toolDescription"^^xsd:string . | ||
| 624 | - | ||
| 625 | -_:b26 | ||
| 626 | - sp:varName "realMdTop"^^xsd:string . | ||
| 627 | - | ||
| 628 | -_:b27 | ||
| 629 | - sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 630 | - | ||
| 631 | -_:b29 | ||
| 632 | - sp:varName "realMdBottom"^^xsd:string . | ||
| 633 | - | ||
| 634 | -_:b30 | ||
| 635 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 636 | - | ||
| 637 | -_:b32 | ||
| 638 | - sp:varName "realTvdTop"^^xsd:string . | ||
| 639 | - | ||
| 640 | -_:b33 | ||
| 641 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 642 | - | ||
| 643 | -_:b35 | ||
| 644 | - sp:varName "realTvdBottom"^^xsd:string . | ||
| 645 | - | ||
| 646 | -_:b36 | ||
| 647 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 648 | - | ||
| 649 | -_:b37 | ||
| 650 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 651 | - | ||
| 652 | -_:b38 | ||
| 653 | - sp:varName "dTimStart"^^xsd:string . | ||
| 654 | - | ||
| 655 | -_:b39 | ||
| 656 | - sp:varName "logInfo"^^xsd:string . | ||
| 657 | - | ||
| 658 | -_:b40 | ||
| 659 | - sp:varName "mdTop"^^xsd:string . | ||
| 660 | - | ||
| 661 | -_:b41 | ||
| 662 | - sp:varName "uomMdTop"^^xsd:string . | ||
| 663 | - | ||
| 664 | -_:b42 | ||
| 665 | - sp:varName "mdBottom"^^xsd:string . | ||
| 666 | - | ||
| 667 | -_:b43 | ||
| 668 | - sp:varName "uomMdBottom"^^xsd:string . | ||
| 669 | - | ||
| 670 | -_:b44 | ||
| 671 | - sp:varName "tvdTop"^^xsd:string . | ||
| 672 | - | ||
| 673 | -_:b45 | ||
| 674 | - sp:varName "uomTvdTop"^^xsd:string . | ||
| 675 | - | ||
| 676 | -_:b46 | ||
| 677 | - sp:varName "tvdBottom"^^xsd:string . | ||
| 678 | - | ||
| 679 | -_:b47 | ||
| 680 | - sp:varName "uomTvdBottom"^^xsd:string . | ||
| 681 | - | ||
| 682 | -_:b48 | ||
| 683 | - sp:varName "mdTempTool"^^xsd:string . | ||
| 684 | - | ||
| 685 | -_:b49 | ||
| 686 | - sp:varName "uomMdTool"^^xsd:string . | ||
| 687 | - | ||
| 688 | -_:b50 | ||
| 689 | - sp:varName "tvdTempTool"^^xsd:string . | ||
| 690 | - | ||
| 691 | -_:b51 | ||
| 692 | - sp:varName "uomTvdTool"^^xsd:string . | ||
| 693 | - | ||
| 694 | -_:b52 | ||
| 695 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 696 | - | ||
| 697 | -_:b53 | ||
| 698 | - sp:varName "localname"^^xsd:string . | ... | ... |
| ... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
| 118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> | 118 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:LithologyInformation" /> |
| 119 | 119 | ||
| 120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> | 120 | <ddrswp:Table arg:report="{= ?report }" arg:template="ddr-tables:WellControlIncident" /> |
| 121 | - <ui:forEach ui:resultSet="{# SELECT DISTINCT ?startedAt ?comment WHERE {?report ep-report:reportOn ?reportOn . ?reportOn ep-core:hasPart ?wci . ?wci a ?wciClass . ?wciClass rdfs:subClassOf ep-activity:WellControlIncident . OPTIONAL { ?wci ep-activity:startedAt ?startedAt . } . ?wci rdfs:comment ?comment . } ORDER BY (?startedAt) }" > | 121 | + <ui:forEach ui:resultSet="{# SELECT DISTINCT ?startedAt ?comment WHERE {?report ep-report:reportOn ?reportOn . ?reportOn ep-core:hasPart ?wci . ?wci a ?wciClass . ?wciClass rdfs:subClassOf ep-activity:WellControlIncident . OPTIONAL { ?wci ep-activity:startedAt ?startedAt . } . ?wci ep-core:description ?comment . } ORDER BY (?startedAt) }" > |
| 122 | <p>{= ?comment }</p> | 122 | <p>{= ?comment }</p> |
| 123 | </ui:forEach> | 123 | </ui:forEach> |
| 124 | 124 | ... | ... |
-
Please register or login to post a comment