Added the unit milliPascal_second and updated the DDR tables.
Showing
4 changed files
with
285 additions
and
280 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://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 13 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 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:ObjectProperty , owl:FunctionalProperty . | 19 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
| 20 | 20 | ||
| 21 | ep-core:Density | 21 | ep-core:Density |
| 22 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 22 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 27 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 32 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 37 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 42 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 57 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 62 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 67 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 77 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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:DatatypeProperty , owl:FunctionalProperty . | 83 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 84 | 84 | ||
| 85 | ep-core:SpecificVolume | 85 | ep-core:SpecificVolume |
| 86 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 86 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 91 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 96 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 101 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 106 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 111 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 116 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 121 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 126 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 131 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 136 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 141 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 146 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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:DatatypeProperty , owl:FunctionalProperty ; | 151 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 157 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 162 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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,71 @@ ep-core:basisFor | ... | @@ -167,71 +167,71 @@ 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 170 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 175 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 180 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 185 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 190 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:ObjectProperty , owl:TransitiveProperty ; | 195 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 196 | rdfs:label "derived from"^^xsd:string . | 196 | rdfs:label "derived from"^^xsd:string . |
| 197 | 197 | ||
| 198 | ep-core:dtiName | 198 | ep-core:dtiName |
| 199 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 199 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 200 | rdfs:label "DTI name"^^xsd:string ; | 200 | rdfs:label "DTI name"^^xsd:string ; |
| 201 | rdfs:range xsd:string ; | 201 | rdfs:range xsd:string ; |
| 202 | rdfs:subPropertyOf ep-core:name . | 202 | rdfs:subPropertyOf ep-core:name . |
| 203 | 203 | ||
| 204 | ep-core:dyne_second_metre-2 | 204 | ep-core:dyne_second_metre-2 |
| 205 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 205 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 206 | rdfs:domain ep-core:PlasticViscosity ; | 206 | rdfs:domain ep-core:PlasticViscosity ; |
| 207 | rdfs:label "dyne.s.m-2"^^xsd:string . | 207 | rdfs:label "dyne.s.m-2"^^xsd:string . |
| 208 | 208 | ||
| 209 | ep-core:foot | 209 | ep-core:foot |
| 210 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 210 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 211 | rdfs:domain ep-core:Length ; | 211 | rdfs:domain ep-core:Length ; |
| 212 | rdfs:label "foot"^^xsd:string . | 212 | rdfs:label "foot"^^xsd:string . |
| 213 | 213 | ||
| 214 | ep-core:foot3 | 214 | ep-core:foot3 |
| 215 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 215 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 216 | rdfs:label "foot3"^^xsd:string . | 216 | rdfs:label "foot3"^^xsd:string . |
| 217 | 217 | ||
| 218 | ep-core:foot3_sack94-1 | 218 | ep-core:foot3_sack94-1 |
| 219 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 219 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 220 | rdfs:domain ep-core:YieldPoint ; | 220 | rdfs:domain ep-core:YieldPoint ; |
| 221 | rdfs:label "foot3 sack94-1"^^xsd:string . | 221 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 222 | 222 | ||
| 223 | ep-core:footUS | 223 | ep-core:footUS |
| 224 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 224 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 225 | rdfs:domain ep-core:Length ; | 225 | rdfs:domain ep-core:Length ; |
| 226 | rdfs:label "foot (US survey)"^^xsd:string . | 226 | rdfs:label "foot (US survey)"^^xsd:string . |
| 227 | 227 | ||
| 228 | ep-core:fractionByVolume | 228 | ep-core:fractionByVolume |
| 229 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 229 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 230 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 230 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 231 | rdfs:label "fraction by volume"^^xsd:string . | 231 | rdfs:label "fraction by volume"^^xsd:string . |
| 232 | 232 | ||
| 233 | ep-core:gram_cm-3 | 233 | ep-core:gram_cm-3 |
| 234 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 234 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 235 | rdfs:label "gram cm-3"^^xsd:string . | 235 | rdfs:label "gram cm-3"^^xsd:string . |
| 236 | 236 | ||
| 237 | ep-core:hasPart | 237 | ep-core:hasPart |
| ... | @@ -263,7 +263,7 @@ ep-core:hasVolume | ... | @@ -263,7 +263,7 @@ ep-core:hasVolume |
| 263 | rdfs:label "has volume"^^xsd:string . | 263 | rdfs:label "has volume"^^xsd:string . |
| 264 | 264 | ||
| 265 | ep-core:hour | 265 | ep-core:hour |
| 266 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 266 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 267 | rdfs:domain ep-core:TimeDuration ; | 267 | rdfs:domain ep-core:TimeDuration ; |
| 268 | rdfs:label "hour"^^xsd:string . | 268 | rdfs:label "hour"^^xsd:string . |
| 269 | 269 | ||
| ... | @@ -274,84 +274,89 @@ ep-core:humanRecognizableName | ... | @@ -274,84 +274,89 @@ ep-core:humanRecognizableName |
| 274 | rdfs:subPropertyOf ep-core:name . | 274 | rdfs:subPropertyOf ep-core:name . |
| 275 | 275 | ||
| 276 | ep-core:inch | 276 | ep-core:inch |
| 277 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 277 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 278 | rdfs:domain ep-core:Length ; | 278 | rdfs:domain ep-core:Length ; |
| 279 | rdfs:label "inch"^^xsd:string . | 279 | rdfs:label "inch"^^xsd:string . |
| 280 | 280 | ||
| 281 | ep-core:inchUS | 281 | ep-core:inchUS |
| 282 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 282 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 283 | rdfs:domain ep-core:Length ; | 283 | rdfs:domain ep-core:Length ; |
| 284 | rdfs:label "inch (US survey)"^^xsd:string . | 284 | rdfs:label "inch (US survey)"^^xsd:string . |
| 285 | 285 | ||
| 286 | ep-core:kilogramforce_second_metre-2 | 286 | ep-core:kilogramforce_second_metre-2 |
| 287 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 287 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 288 | rdfs:domain ep-core:PlasticViscosity ; | 288 | rdfs:domain ep-core:PlasticViscosity ; |
| 289 | rdfs:label "kgf.s.m-2"^^xsd:string . | 289 | rdfs:label "kgf.s.m-2"^^xsd:string . |
| 290 | 290 | ||
| 291 | ep-core:localFieldName | 291 | ep-core:localFieldName |
| 292 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 292 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 293 | rdfs:label "local field name"^^xsd:string ; | 293 | rdfs:label "local field name"^^xsd:string ; |
| 294 | rdfs:range xsd:string ; | 294 | rdfs:range xsd:string ; |
| 295 | rdfs:subPropertyOf ep-core:name . | 295 | rdfs:subPropertyOf ep-core:name . |
| 296 | 296 | ||
| 297 | ep-core:megaPa | 297 | ep-core:megaPa |
| 298 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 298 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 299 | rdfs:domain ep-core:Pressure ; | 299 | rdfs:domain ep-core:Pressure ; |
| 300 | rdfs:label "MPa"^^xsd:string . | 300 | rdfs:label "MPa"^^xsd:string . |
| 301 | 301 | ||
| 302 | ep-core:megaPa_second | 302 | ep-core:megaPa_second |
| 303 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 303 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 304 | rdfs:domain ep-core:PlasticViscosity ; | 304 | rdfs:domain ep-core:PlasticViscosity ; |
| 305 | rdfs:label "MPa.second"^^xsd:string . | 305 | rdfs:label "MPa.second"^^xsd:string . |
| 306 | 306 | ||
| 307 | ep-core:metre | 307 | ep-core:metre |
| 308 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 308 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 309 | rdfs:domain ep-core:Length ; | 309 | rdfs:domain ep-core:Length ; |
| 310 | rdfs:label "metre"^^xsd:string . | 310 | rdfs:label "metre"^^xsd:string . |
| 311 | 311 | ||
| 312 | ep-core:metre3 | 312 | ep-core:metre3 |
| 313 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 313 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 314 | rdfs:label "metre3"^^xsd:string . | 314 | rdfs:label "metre3"^^xsd:string . |
| 315 | 315 | ||
| 316 | ep-core:metre3_day-1 | 316 | ep-core:metre3_day-1 |
| 317 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 317 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 318 | rdfs:domain ep-core:VolumetricFlowRate ; | 318 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 319 | rdfs:label "metre3 day-1"^^xsd:string . | 319 | rdfs:label "metre3 day-1"^^xsd:string . |
| 320 | 320 | ||
| 321 | ep-core:metre3_minute-1 | 321 | ep-core:metre3_minute-1 |
| 322 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 322 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 323 | rdfs:domain ep-core:VolumetricFlowRate ; | 323 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 324 | rdfs:label "metre3 minute-1"^^xsd:string . | 324 | rdfs:label "metre3 minute-1"^^xsd:string . |
| 325 | 325 | ||
| 326 | ep-core:metre_hour-1 | 326 | ep-core:metre_hour-1 |
| 327 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 327 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 328 | rdfs:domain ep-core:Speed ; | 328 | rdfs:domain ep-core:Speed ; |
| 329 | rdfs:label "metre hour-1"^^xsd:string . | 329 | rdfs:label "metre hour-1"^^xsd:string . |
| 330 | 330 | ||
| 331 | +ep-core:milliPascal_second | ||
| 332 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 333 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 334 | + rdfs:label "mPa.s"^^xsd:string . | ||
| 335 | + | ||
| 331 | ep-core:millimetre | 336 | ep-core:millimetre |
| 332 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 337 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 333 | rdfs:domain ep-core:Length ; | 338 | rdfs:domain ep-core:Length ; |
| 334 | rdfs:label "millimetre"^^xsd:string . | 339 | rdfs:label "millimetre"^^xsd:string . |
| 335 | 340 | ||
| 336 | ep-core:million_barrel | 341 | ep-core:million_barrel |
| 337 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 342 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 338 | rdfs:label "million barrel"^^xsd:string . | 343 | rdfs:label "million barrel"^^xsd:string . |
| 339 | 344 | ||
| 340 | ep-core:million_foot3 | 345 | ep-core:million_foot3 |
| 341 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 346 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 342 | rdfs:label "million foot3"^^xsd:string . | 347 | rdfs:label "million foot3"^^xsd:string . |
| 343 | 348 | ||
| 344 | ep-core:million_metre3 | 349 | ep-core:million_metre3 |
| 345 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 350 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 346 | rdfs:label "million metre3"^^xsd:string . | 351 | rdfs:label "million metre3"^^xsd:string . |
| 347 | 352 | ||
| 348 | ep-core:million_metre3_day-1 | 353 | ep-core:million_metre3_day-1 |
| 349 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 354 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 350 | rdfs:domain ep-core:VolumetricFlowRate ; | 355 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 351 | rdfs:label "million metre3 day-1"^^xsd:string . | 356 | rdfs:label "million metre3 day-1"^^xsd:string . |
| 352 | 357 | ||
| 353 | ep-core:minute | 358 | ep-core:minute |
| 354 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 359 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 355 | rdfs:domain ep-core:TimeDuration ; | 360 | rdfs:domain ep-core:TimeDuration ; |
| 356 | rdfs:label "minute"^^xsd:string . | 361 | rdfs:label "minute"^^xsd:string . |
| 357 | 362 | ||
| ... | @@ -361,31 +366,31 @@ ep-core:name | ... | @@ -361,31 +366,31 @@ ep-core:name |
| 361 | rdfs:range xsd:string . | 366 | rdfs:range xsd:string . |
| 362 | 367 | ||
| 363 | ep-core:newton_second_metre-2 | 368 | ep-core:newton_second_metre-2 |
| 364 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 369 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 365 | rdfs:domain ep-core:PlasticViscosity ; | 370 | rdfs:domain ep-core:PlasticViscosity ; |
| 366 | rdfs:label "N.s.m-2"^^xsd:string . | 371 | rdfs:label "N.s.m-2"^^xsd:string . |
| 367 | 372 | ||
| 368 | ep-core:nominallyExistsAt | 373 | ep-core:nominallyExistsAt |
| 369 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 374 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 370 | rdfs:domain ep-core:PhysicalThing ; | 375 | rdfs:domain ep-core:PhysicalThing ; |
| 371 | rdfs:label "nominally exists at"^^xsd:string ; | 376 | rdfs:label "nominally exists at"^^xsd:string ; |
| 372 | rdfs:range xsd:string ; | 377 | rdfs:range xsd:string ; |
| 373 | rdfs:subPropertyOf ep-core:name . | 378 | rdfs:subPropertyOf ep-core:name . |
| 374 | 379 | ||
| 375 | ep-core:npdCode | 380 | ep-core:npdCode |
| 376 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 381 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 377 | rdfs:label "NPD code"^^xsd:string ; | 382 | rdfs:label "NPD code"^^xsd:string ; |
| 378 | rdfs:range xsd:string ; | 383 | rdfs:range xsd:string ; |
| 379 | rdfs:subPropertyOf ep-core:name . | 384 | rdfs:subPropertyOf ep-core:name . |
| 380 | 385 | ||
| 381 | ep-core:npdName | 386 | ep-core:npdName |
| 382 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 387 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 383 | rdfs:label "NPD name"^^xsd:string ; | 388 | rdfs:label "NPD name"^^xsd:string ; |
| 384 | rdfs:range xsd:string ; | 389 | rdfs:range xsd:string ; |
| 385 | rdfs:subPropertyOf ep-core:name . | 390 | rdfs:subPropertyOf ep-core:name . |
| 386 | 391 | ||
| 387 | ep-core:npdNumber | 392 | ep-core:npdNumber |
| 388 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 393 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 389 | rdfs:label "NPD number"^^xsd:string ; | 394 | rdfs:label "NPD number"^^xsd:string ; |
| 390 | rdfs:range xsd:string ; | 395 | rdfs:range xsd:string ; |
| 391 | rdfs:subPropertyOf ep-core:name . | 396 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -398,68 +403,68 @@ ep-core:partOf | ... | @@ -398,68 +403,68 @@ ep-core:partOf |
| 398 | owl:inverseOf ep-core:hasPart . | 403 | owl:inverseOf ep-core:hasPart . |
| 399 | 404 | ||
| 400 | ep-core:partPerMillionByMass | 405 | ep-core:partPerMillionByMass |
| 401 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 406 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 402 | rdfs:domain ep-core:MassPerUnitMassConcentration ; | 407 | rdfs:domain ep-core:MassPerUnitMassConcentration ; |
| 403 | rdfs:label "part per million (by mass)"^^xsd:string . | 408 | rdfs:label "part per million (by mass)"^^xsd:string . |
| 404 | 409 | ||
| 405 | ep-core:partPerMillionByVolume | 410 | ep-core:partPerMillionByVolume |
| 406 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 411 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 407 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 412 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 408 | rdfs:label "part per million (by volume)"^^xsd:string . | 413 | rdfs:label "part per million (by volume)"^^xsd:string . |
| 409 | 414 | ||
| 410 | ep-core:pascal | 415 | ep-core:pascal |
| 411 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 416 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 412 | rdfs:domain ep-core:Pressure ; | 417 | rdfs:domain ep-core:Pressure ; |
| 413 | rdfs:label "Pascal"^^xsd:string . | 418 | rdfs:label "Pascal"^^xsd:string . |
| 414 | 419 | ||
| 415 | ep-core:pascal_second | 420 | ep-core:pascal_second |
| 416 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 421 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 417 | rdfs:domain ep-core:PlasticViscosity ; | 422 | rdfs:domain ep-core:PlasticViscosity ; |
| 418 | rdfs:label "Pa.second"^^xsd:string . | 423 | rdfs:label "Pa.second"^^xsd:string . |
| 419 | 424 | ||
| 420 | ep-core:perCentByVolume | 425 | ep-core:perCentByVolume |
| 421 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 426 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 422 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; | 427 | rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 423 | rdfs:label "per cent by volume"^^xsd:string . | 428 | rdfs:label "per cent by volume"^^xsd:string . |
| 424 | 429 | ||
| 425 | ep-core:poise | 430 | ep-core:poise |
| 426 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 431 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 427 | rdfs:domain ep-core:PlasticViscosity ; | 432 | rdfs:domain ep-core:PlasticViscosity ; |
| 428 | rdfs:label "P"^^xsd:string . | 433 | rdfs:label "P"^^xsd:string . |
| 429 | 434 | ||
| 430 | ep-core:pound_foot-1 | 435 | ep-core:pound_foot-1 |
| 431 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 436 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 432 | rdfs:domain ep-core:MassPerUnitLength ; | 437 | rdfs:domain ep-core:MassPerUnitLength ; |
| 433 | rdfs:label "pound foot-1"^^xsd:string . | 438 | rdfs:label "pound foot-1"^^xsd:string . |
| 434 | 439 | ||
| 435 | ep-core:poundforce_second_foot-2 | 440 | ep-core:poundforce_second_foot-2 |
| 436 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 441 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 437 | rdfs:domain ep-core:PlasticViscosity ; | 442 | rdfs:domain ep-core:PlasticViscosity ; |
| 438 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 443 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 439 | 444 | ||
| 440 | ep-core:poundforce_second_inch-2 | 445 | ep-core:poundforce_second_inch-2 |
| 441 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 446 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 442 | rdfs:domain ep-core:PlasticViscosity ; | 447 | rdfs:domain ep-core:PlasticViscosity ; |
| 443 | rdfs:label "lbf.s.in-2"^^xsd:string . | 448 | rdfs:label "lbf.s.in-2"^^xsd:string . |
| 444 | 449 | ||
| 445 | ep-core:prospectName | 450 | ep-core:prospectName |
| 446 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 451 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 447 | rdfs:label "prospect name"^^xsd:string ; | 452 | rdfs:label "prospect name"^^xsd:string ; |
| 448 | rdfs:range xsd:string ; | 453 | rdfs:range xsd:string ; |
| 449 | rdfs:subPropertyOf ep-core:name . | 454 | rdfs:subPropertyOf ep-core:name . |
| 450 | 455 | ||
| 451 | ep-core:psi_second | 456 | ep-core:psi_second |
| 452 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 457 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 453 | rdfs:domain ep-core:PlasticViscosity ; | 458 | rdfs:domain ep-core:PlasticViscosity ; |
| 454 | rdfs:label "psi.s"^^xsd:string . | 459 | rdfs:label "psi.s"^^xsd:string . |
| 455 | 460 | ||
| 456 | ep-core:psig | 461 | ep-core:psig |
| 457 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 462 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 458 | rdfs:domain ep-core:Pressure ; | 463 | rdfs:domain ep-core:Pressure ; |
| 459 | rdfs:label "psi gauge"^^xsd:string . | 464 | rdfs:label "psi gauge"^^xsd:string . |
| 460 | 465 | ||
| 461 | ep-core:second | 466 | ep-core:second |
| 462 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 467 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 463 | rdfs:domain ep-core:TimeDuration ; | 468 | rdfs:domain ep-core:TimeDuration ; |
| 464 | rdfs:label "second"^^xsd:string . | 469 | rdfs:label "second"^^xsd:string . |
| 465 | 470 | ||
| ... | @@ -472,7 +477,7 @@ ep-core:spatialPartOf | ... | @@ -472,7 +477,7 @@ ep-core:spatialPartOf |
| 472 | owl:inverseOf ep-core:hasSpatialPart . | 477 | owl:inverseOf ep-core:hasSpatialPart . |
| 473 | 478 | ||
| 474 | ep-core:specificGravity | 479 | ep-core:specificGravity |
| 475 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 480 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 476 | rdfs:label "specific gravity"^^xsd:string . | 481 | rdfs:label "specific gravity"^^xsd:string . |
| 477 | 482 | ||
| 478 | ep-core:temporalPartOf | 483 | ep-core:temporalPartOf |
| ... | @@ -484,16 +489,16 @@ ep-core:temporalPartOf | ... | @@ -484,16 +489,16 @@ ep-core:temporalPartOf |
| 484 | owl:inverseOf ep-core:hasTemporalPart . | 489 | owl:inverseOf ep-core:hasTemporalPart . |
| 485 | 490 | ||
| 486 | ep-core:undefinedScale | 491 | ep-core:undefinedScale |
| 487 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 492 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 488 | rdfs:domain owl:Class ; | 493 | rdfs:domain owl:Class ; |
| 489 | rdfs:label "undefined scale"^^xsd:string . | 494 | rdfs:label "undefined scale"^^xsd:string . |
| 490 | 495 | ||
| 491 | ep-core:usGallon_sack94-1 | 496 | ep-core:usGallon_sack94-1 |
| 492 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 497 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 493 | rdfs:domain ep-core:VolumeMassRatio ; | 498 | rdfs:domain ep-core:VolumeMassRatio ; |
| 494 | rdfs:label "USgallon sack94-1"^^xsd:string . | 499 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 495 | 500 | ||
| 496 | ep-core:week | 501 | ep-core:week |
| 497 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 502 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 498 | rdfs:domain ep-core:TimeDuration ; | 503 | rdfs:domain ep-core:TimeDuration ; |
| 499 | rdfs:label "week"^^xsd:string . | 504 | rdfs:label "week"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | ||
| 33 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 33 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
| 34 | rdf:type owl:Ontology ; | 34 | rdf:type owl:Ontology ; |
| 35 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 35 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; |
| 36 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 36 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 37 | 37 | ||
| 38 | ep-spin-lib:Function | 38 | ep-spin-lib:Function |
| ... | @@ -641,12 +641,12 @@ ep-spin-lib:buildURI | ... | @@ -641,12 +641,12 @@ ep-spin-lib:buildURI |
| 641 | ] ; | 641 | ] ; |
| 642 | spin:constraint | 642 | spin:constraint |
| 643 | [ rdf:type spl:Argument ; | 643 | [ rdf:type spl:Argument ; |
| 644 | - spl:predicate sp:arg1 ; | 644 | + spl:predicate sp:arg2 ; |
| 645 | spl:valueType xsd:string | 645 | spl:valueType xsd:string |
| 646 | ] ; | 646 | ] ; |
| 647 | spin:constraint | 647 | spin:constraint |
| 648 | [ rdf:type spl:Argument ; | 648 | [ rdf:type spl:Argument ; |
| 649 | - spl:predicate sp:arg2 ; | 649 | + spl:predicate sp:arg1 ; |
| 650 | spl:valueType xsd:string | 650 | spl:valueType xsd:string |
| 651 | ] . | 651 | ] . |
| 652 | 652 | ||
| ... | @@ -3319,7 +3319,8 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -3319,7 +3319,8 @@ ep-spin-lib:selectPlasticViscosityScale |
| 3319 | rdfs:subClassOf ep-spin-lib:Function ; | 3319 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3320 | spin:body | 3320 | spin:body |
| 3321 | [ rdf:type sp:Select ; | 3321 | [ rdf:type sp:Select ; |
| 3322 | - sp:resultVariables (_:b53) ; | 3322 | + sp:resultVariables ([ sp:varName "plasticViscosityScale"^^xsd:string |
| 3323 | + ]) ; | ||
| 3323 | sp:where ([ rdf:type sp:Bind ; | 3324 | sp:where ([ rdf:type sp:Bind ; |
| 3324 | sp:expression | 3325 | sp:expression |
| 3325 | [ rdf:type sp:if ; | 3326 | [ rdf:type sp:if ; |
| ... | @@ -3375,7 +3376,7 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -3375,7 +3376,7 @@ ep-spin-lib:selectPlasticViscosityScale |
| 3375 | sp:arg1 spin:_arg1 ; | 3376 | sp:arg1 spin:_arg1 ; |
| 3376 | sp:arg2 <http://www.witsml.org/schemas/1series#DVU_mPa.s> | 3377 | sp:arg2 <http://www.witsml.org/schemas/1series#DVU_mPa.s> |
| 3377 | ] ; | 3378 | ] ; |
| 3378 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ; | 3379 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliPascal_second> ; |
| 3379 | sp:arg3 [ rdf:type sp:if ; | 3380 | sp:arg3 [ rdf:type sp:if ; |
| 3380 | sp:arg1 [ rdf:type sp:eq ; | 3381 | sp:arg1 [ rdf:type sp:eq ; |
| 3381 | sp:arg1 spin:_arg1 ; | 3382 | sp:arg1 spin:_arg1 ; |
| ... | @@ -3393,7 +3394,9 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -3393,7 +3394,9 @@ ep-spin-lib:selectPlasticViscosityScale |
| 3393 | ] | 3394 | ] |
| 3394 | ] | 3395 | ] |
| 3395 | ] ; | 3396 | ] ; |
| 3396 | - sp:variable _:b53 | 3397 | + sp:variable |
| 3398 | + [ sp:varName "plasticViscosityScale"^^xsd:string | ||
| 3399 | + ] | ||
| 3397 | ]) | 3400 | ]) |
| 3398 | ] . | 3401 | ] . |
| 3399 | 3402 | ||
| ... | @@ -3434,7 +3437,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -3434,7 +3437,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 3434 | rdfs:subClassOf ep-spin-lib:Function ; | 3437 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3435 | spin:body | 3438 | spin:body |
| 3436 | [ rdf:type sp:Select ; | 3439 | [ rdf:type sp:Select ; |
| 3437 | - sp:resultVariables (_:b54) ; | 3440 | + sp:resultVariables (_:b53) ; |
| 3438 | sp:where ([ rdf:type sp:Bind ; | 3441 | sp:where ([ rdf:type sp:Bind ; |
| 3439 | sp:expression | 3442 | sp:expression |
| 3440 | [ rdf:type sp:if ; | 3443 | [ rdf:type sp:if ; |
| ... | @@ -3452,7 +3455,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -3452,7 +3455,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 3452 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 3455 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
| 3453 | ] | 3456 | ] |
| 3454 | ] ; | 3457 | ] ; |
| 3455 | - sp:variable _:b54 | 3458 | + sp:variable _:b53 |
| 3456 | ]) | 3459 | ]) |
| 3457 | ] . | 3460 | ] . |
| 3458 | 3461 | ||
| ... | @@ -3462,7 +3465,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -3462,7 +3465,7 @@ ep-spin-lib:selectPressureScale |
| 3462 | rdfs:subClassOf ep-spin-lib:Function ; | 3465 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3463 | spin:body | 3466 | spin:body |
| 3464 | [ rdf:type sp:Select ; | 3467 | [ rdf:type sp:Select ; |
| 3465 | - sp:resultVariables (_:b55) ; | 3468 | + sp:resultVariables (_:b54) ; |
| 3466 | sp:where ([ rdf:type sp:Bind ; | 3469 | sp:where ([ rdf:type sp:Bind ; |
| 3467 | sp:expression | 3470 | sp:expression |
| 3468 | [ rdf:type sp:if ; | 3471 | [ rdf:type sp:if ; |
| ... | @@ -3501,7 +3504,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -3501,7 +3504,7 @@ ep-spin-lib:selectPressureScale |
| 3501 | ] | 3504 | ] |
| 3502 | ] | 3505 | ] |
| 3503 | ] ; | 3506 | ] ; |
| 3504 | - sp:variable _:b55 | 3507 | + sp:variable _:b54 |
| 3505 | ]) | 3508 | ]) |
| 3506 | ] . | 3509 | ] . |
| 3507 | 3510 | ||
| ... | @@ -3511,7 +3514,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -3511,7 +3514,7 @@ ep-spin-lib:selectPressureTestType |
| 3511 | rdfs:subClassOf ep-spin-lib:Function ; | 3514 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3512 | spin:body | 3515 | spin:body |
| 3513 | [ rdf:type sp:Select ; | 3516 | [ rdf:type sp:Select ; |
| 3514 | - sp:resultVariables (_:b56) ; | 3517 | + sp:resultVariables (_:b55) ; |
| 3515 | sp:where ([ rdf:type sp:Bind ; | 3518 | sp:where ([ rdf:type sp:Bind ; |
| 3516 | sp:expression | 3519 | sp:expression |
| 3517 | [ rdf:type sp:if ; | 3520 | [ rdf:type sp:if ; |
| ... | @@ -3529,7 +3532,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -3529,7 +3532,7 @@ ep-spin-lib:selectPressureTestType |
| 3529 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 3532 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
| 3530 | ] | 3533 | ] |
| 3531 | ] ; | 3534 | ] ; |
| 3532 | - sp:variable _:b56 | 3535 | + sp:variable _:b55 |
| 3533 | ]) | 3536 | ]) |
| 3534 | ] . | 3537 | ] . |
| 3535 | 3538 | ||
| ... | @@ -3539,7 +3542,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -3539,7 +3542,7 @@ ep-spin-lib:selectSpeedScale |
| 3539 | rdfs:subClassOf ep-spin-lib:Function ; | 3542 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3540 | spin:body | 3543 | spin:body |
| 3541 | [ rdf:type sp:Select ; | 3544 | [ rdf:type sp:Select ; |
| 3542 | - sp:resultVariables (_:b57) ; | 3545 | + sp:resultVariables (_:b56) ; |
| 3543 | sp:where ([ rdf:type sp:Bind ; | 3546 | sp:where ([ rdf:type sp:Bind ; |
| 3544 | sp:expression | 3547 | sp:expression |
| 3545 | [ rdf:type sp:if ; | 3548 | [ rdf:type sp:if ; |
| ... | @@ -3550,7 +3553,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -3550,7 +3553,7 @@ ep-spin-lib:selectSpeedScale |
| 3550 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 3553 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 3551 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3554 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3552 | ] ; | 3555 | ] ; |
| 3553 | - sp:variable _:b57 | 3556 | + sp:variable _:b56 |
| 3554 | ]) | 3557 | ]) |
| 3555 | ] . | 3558 | ] . |
| 3556 | 3559 | ||
| ... | @@ -3560,7 +3563,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3560,7 +3563,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3560 | rdfs:subClassOf ep-spin-lib:Function ; | 3563 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3561 | spin:body | 3564 | spin:body |
| 3562 | [ rdf:type sp:Select ; | 3565 | [ rdf:type sp:Select ; |
| 3563 | - sp:resultVariables (_:b58) ; | 3566 | + sp:resultVariables (_:b57) ; |
| 3564 | sp:where ([ rdf:type sp:Bind ; | 3567 | sp:where ([ rdf:type sp:Bind ; |
| 3565 | sp:expression | 3568 | sp:expression |
| 3566 | [ rdf:type sp:if ; | 3569 | [ rdf:type sp:if ; |
| ... | @@ -3578,7 +3581,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3578,7 +3581,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3578 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3581 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3579 | ] | 3582 | ] |
| 3580 | ] ; | 3583 | ] ; |
| 3581 | - sp:variable _:b58 | 3584 | + sp:variable _:b57 |
| 3582 | ]) | 3585 | ]) |
| 3583 | ] . | 3586 | ] . |
| 3584 | 3587 | ||
| ... | @@ -3588,7 +3591,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3588,7 +3591,7 @@ ep-spin-lib:selectTemperatureScale |
| 3588 | rdfs:subClassOf ep-spin-lib:Function ; | 3591 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3589 | spin:body | 3592 | spin:body |
| 3590 | [ rdf:type sp:Select ; | 3593 | [ rdf:type sp:Select ; |
| 3591 | - sp:resultVariables (_:b59) ; | 3594 | + sp:resultVariables (_:b58) ; |
| 3592 | sp:where ([ rdf:type sp:Bind ; | 3595 | sp:where ([ rdf:type sp:Bind ; |
| 3593 | sp:expression | 3596 | sp:expression |
| 3594 | [ rdf:type sp:if ; | 3597 | [ rdf:type sp:if ; |
| ... | @@ -3599,7 +3602,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3599,7 +3602,7 @@ ep-spin-lib:selectTemperatureScale |
| 3599 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 3602 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 3600 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3603 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3601 | ] ; | 3604 | ] ; |
| 3602 | - sp:variable _:b59 | 3605 | + sp:variable _:b58 |
| 3603 | ]) | 3606 | ]) |
| 3604 | ] . | 3607 | ] . |
| 3605 | 3608 | ||
| ... | @@ -3609,7 +3612,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3609,7 +3612,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3609 | rdfs:subClassOf ep-spin-lib:Function ; | 3612 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3610 | spin:body | 3613 | spin:body |
| 3611 | [ rdf:type sp:Select ; | 3614 | [ rdf:type sp:Select ; |
| 3612 | - sp:resultVariables (_:b60) ; | 3615 | + sp:resultVariables (_:b59) ; |
| 3613 | sp:where ([ rdf:type sp:Bind ; | 3616 | sp:where ([ rdf:type sp:Bind ; |
| 3614 | sp:expression | 3617 | sp:expression |
| 3615 | [ rdf:type sp:if ; | 3618 | [ rdf:type sp:if ; |
| ... | @@ -3655,7 +3658,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3655,7 +3658,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3655 | ] | 3658 | ] |
| 3656 | ] | 3659 | ] |
| 3657 | ] ; | 3660 | ] ; |
| 3658 | - sp:variable _:b60 | 3661 | + sp:variable _:b59 |
| 3659 | ]) | 3662 | ]) |
| 3660 | ] . | 3663 | ] . |
| 3661 | 3664 | ||
| ... | @@ -3793,7 +3796,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3793,7 +3796,7 @@ ep-spin-lib:selectVolumeScale |
| 3793 | rdfs:subClassOf ep-spin-lib:Function ; | 3796 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3794 | spin:body | 3797 | spin:body |
| 3795 | [ rdf:type sp:Select ; | 3798 | [ rdf:type sp:Select ; |
| 3796 | - sp:resultVariables (_:b61) ; | 3799 | + sp:resultVariables (_:b60) ; |
| 3797 | sp:where ([ rdf:type sp:Bind ; | 3800 | sp:where ([ rdf:type sp:Bind ; |
| 3798 | sp:expression | 3801 | sp:expression |
| 3799 | [ rdf:type sp:if ; | 3802 | [ rdf:type sp:if ; |
| ... | @@ -3818,7 +3821,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3818,7 +3821,7 @@ ep-spin-lib:selectVolumeScale |
| 3818 | ] | 3821 | ] |
| 3819 | ] | 3822 | ] |
| 3820 | ] ; | 3823 | ] ; |
| 3821 | - sp:variable _:b61 | 3824 | + sp:variable _:b60 |
| 3822 | ]) | 3825 | ]) |
| 3823 | ] . | 3826 | ] . |
| 3824 | 3827 | ||
| ... | @@ -3828,7 +3831,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3828,7 +3831,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3828 | rdfs:subClassOf ep-spin-lib:Function ; | 3831 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3829 | spin:body | 3832 | spin:body |
| 3830 | [ rdf:type sp:Select ; | 3833 | [ rdf:type sp:Select ; |
| 3831 | - sp:resultVariables (_:b62) ; | 3834 | + sp:resultVariables (_:b61) ; |
| 3832 | sp:where ([ rdf:type sp:Bind ; | 3835 | sp:where ([ rdf:type sp:Bind ; |
| 3833 | sp:expression | 3836 | sp:expression |
| 3834 | [ rdf:type sp:if ; | 3837 | [ rdf:type sp:if ; |
| ... | @@ -3853,7 +3856,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3853,7 +3856,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3853 | ] | 3856 | ] |
| 3854 | ] | 3857 | ] |
| 3855 | ] ; | 3858 | ] ; |
| 3856 | - sp:variable _:b62 | 3859 | + sp:variable _:b61 |
| 3857 | ]) | 3860 | ]) |
| 3858 | ] . | 3861 | ] . |
| 3859 | 3862 | ||
| ... | @@ -3863,7 +3866,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3863,7 +3866,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3863 | rdfs:subClassOf ep-spin-lib:Function ; | 3866 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3864 | spin:body | 3867 | spin:body |
| 3865 | [ rdf:type sp:Select ; | 3868 | [ rdf:type sp:Select ; |
| 3866 | - sp:resultVariables (_:b63) ; | 3869 | + sp:resultVariables (_:b62) ; |
| 3867 | sp:where ([ rdf:type sp:Bind ; | 3870 | sp:where ([ rdf:type sp:Bind ; |
| 3868 | sp:expression | 3871 | sp:expression |
| 3869 | [ rdf:type sp:if ; | 3872 | [ rdf:type sp:if ; |
| ... | @@ -3909,7 +3912,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3909,7 +3912,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3909 | ] | 3912 | ] |
| 3910 | ] | 3913 | ] |
| 3911 | ] ; | 3914 | ] ; |
| 3912 | - sp:variable _:b63 | 3915 | + sp:variable _:b62 |
| 3913 | ]) | 3916 | ]) |
| 3914 | ] . | 3917 | ] . |
| 3915 | 3918 | ||
| ... | @@ -3950,7 +3953,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3950,7 +3953,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3950 | rdfs:subClassOf ep-spin-lib:Function ; | 3953 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3951 | spin:body | 3954 | spin:body |
| 3952 | [ rdf:type sp:Select ; | 3955 | [ rdf:type sp:Select ; |
| 3953 | - sp:resultVariables (_:b64) ; | 3956 | + sp:resultVariables (_:b63) ; |
| 3954 | sp:where ([ rdf:type sp:Bind ; | 3957 | sp:where ([ rdf:type sp:Bind ; |
| 3955 | sp:expression | 3958 | sp:expression |
| 3956 | [ rdf:type sp:if ; | 3959 | [ rdf:type sp:if ; |
| ... | @@ -3961,7 +3964,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3961,7 +3964,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3961 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 3964 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 3962 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 3965 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 3963 | ] ; | 3966 | ] ; |
| 3964 | - sp:variable _:b64 | 3967 | + sp:variable _:b63 |
| 3965 | ]) | 3968 | ]) |
| 3966 | ] . | 3969 | ] . |
| 3967 | 3970 | ||
| ... | @@ -4002,7 +4005,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -4002,7 +4005,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 4002 | rdfs:subClassOf ep-spin-lib:Function ; | 4005 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4003 | spin:body | 4006 | spin:body |
| 4004 | [ rdf:type sp:Select ; | 4007 | [ rdf:type sp:Select ; |
| 4005 | - sp:resultVariables (_:b65) ; | 4008 | + sp:resultVariables (_:b64) ; |
| 4006 | sp:where ([ rdf:type sp:Bind ; | 4009 | sp:where ([ rdf:type sp:Bind ; |
| 4007 | sp:expression | 4010 | sp:expression |
| 4008 | [ rdf:type sp:if ; | 4011 | [ rdf:type sp:if ; |
| ... | @@ -4013,7 +4016,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -4013,7 +4016,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 4013 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 4016 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 4014 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 4017 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 4015 | ] ; | 4018 | ] ; |
| 4016 | - sp:variable _:b65 | 4019 | + sp:variable _:b64 |
| 4017 | ]) | 4020 | ]) |
| 4018 | ] . | 4021 | ] . |
| 4019 | 4022 | ||
| ... | @@ -4023,7 +4026,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -4023,7 +4026,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 4023 | rdfs:subClassOf ep-spin-lib:Function ; | 4026 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4024 | spin:body | 4027 | spin:body |
| 4025 | [ rdf:type sp:Select ; | 4028 | [ rdf:type sp:Select ; |
| 4026 | - sp:resultVariables (_:b66) ; | 4029 | + sp:resultVariables (_:b65) ; |
| 4027 | sp:where ([ rdf:type sp:Bind ; | 4030 | sp:where ([ rdf:type sp:Bind ; |
| 4028 | sp:expression | 4031 | sp:expression |
| 4029 | [ rdf:type sp:if ; | 4032 | [ rdf:type sp:if ; |
| ... | @@ -4034,7 +4037,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -4034,7 +4037,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 4034 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 4037 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 4035 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 4038 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 4036 | ] ; | 4039 | ] ; |
| 4037 | - sp:variable _:b66 | 4040 | + sp:variable _:b65 |
| 4038 | ]) | 4041 | ]) |
| 4039 | ] . | 4042 | ] . |
| 4040 | 4043 | ||
| ... | @@ -4044,7 +4047,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -4044,7 +4047,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 4044 | rdfs:subClassOf ep-spin-lib:Function ; | 4047 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4045 | spin:body | 4048 | spin:body |
| 4046 | [ rdf:type sp:Select ; | 4049 | [ rdf:type sp:Select ; |
| 4047 | - sp:resultVariables (_:b67) ; | 4050 | + sp:resultVariables (_:b66) ; |
| 4048 | sp:where ([ rdf:type sp:Bind ; | 4051 | sp:where ([ rdf:type sp:Bind ; |
| 4049 | sp:expression | 4052 | sp:expression |
| 4050 | [ rdf:type sp:if ; | 4053 | [ rdf:type sp:if ; |
| ... | @@ -4055,7 +4058,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -4055,7 +4058,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 4055 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 4058 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 4056 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 4059 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 4057 | ] ; | 4060 | ] ; |
| 4058 | - sp:variable _:b67 | 4061 | + sp:variable _:b66 |
| 4059 | ]) | 4062 | ]) |
| 4060 | ] . | 4063 | ] . |
| 4061 | 4064 | ||
| ... | @@ -4065,7 +4068,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -4065,7 +4068,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 4065 | rdfs:subClassOf ep-spin-lib:Function ; | 4068 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4066 | spin:body | 4069 | spin:body |
| 4067 | [ rdf:type sp:Select ; | 4070 | [ rdf:type sp:Select ; |
| 4068 | - sp:resultVariables (_:b68) ; | 4071 | + sp:resultVariables (_:b67) ; |
| 4069 | sp:where ([ rdf:type sp:Bind ; | 4072 | sp:where ([ rdf:type sp:Bind ; |
| 4070 | sp:expression | 4073 | sp:expression |
| 4071 | [ rdf:type sp:if ; | 4074 | [ rdf:type sp:if ; |
| ... | @@ -4076,7 +4079,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -4076,7 +4079,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 4076 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 4079 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 4077 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 4080 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 4078 | ] ; | 4081 | ] ; |
| 4079 | - sp:variable _:b68 | 4082 | + sp:variable _:b67 |
| 4080 | ]) | 4083 | ]) |
| 4081 | ] . | 4084 | ] . |
| 4082 | 4085 | ||
| ... | @@ -4131,7 +4134,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -4131,7 +4134,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 4131 | rdfs:subClassOf ep-spin-lib:Function ; | 4134 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4132 | spin:body | 4135 | spin:body |
| 4133 | [ rdf:type sp:Select ; | 4136 | [ rdf:type sp:Select ; |
| 4134 | - sp:resultVariables (_:b69) ; | 4137 | + sp:resultVariables (_:b68) ; |
| 4135 | sp:where ([ rdf:type sp:Bind ; | 4138 | sp:where ([ rdf:type sp:Bind ; |
| 4136 | sp:expression | 4139 | sp:expression |
| 4137 | [ rdf:type sp:if ; | 4140 | [ rdf:type sp:if ; |
| ... | @@ -4142,7 +4145,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -4142,7 +4145,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 4142 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 4145 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 4143 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 4146 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 4144 | ] ; | 4147 | ] ; |
| 4145 | - sp:variable _:b69 | 4148 | + sp:variable _:b68 |
| 4146 | ]) | 4149 | ]) |
| 4147 | ] . | 4150 | ] . |
| 4148 | 4151 | ||
| ... | @@ -4152,7 +4155,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -4152,7 +4155,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 4152 | rdfs:subClassOf ep-spin-lib:Function ; | 4155 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4153 | spin:body | 4156 | spin:body |
| 4154 | [ rdf:type sp:Select ; | 4157 | [ rdf:type sp:Select ; |
| 4155 | - sp:resultVariables (_:b70) ; | 4158 | + sp:resultVariables (_:b69) ; |
| 4156 | sp:where ([ rdf:type sp:Bind ; | 4159 | sp:where ([ rdf:type sp:Bind ; |
| 4157 | sp:expression | 4160 | sp:expression |
| 4158 | [ rdf:type sp:if ; | 4161 | [ rdf:type sp:if ; |
| ... | @@ -4163,7 +4166,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -4163,7 +4166,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 4163 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 4166 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 4164 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 4167 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 4165 | ] ; | 4168 | ] ; |
| 4166 | - sp:variable _:b70 | 4169 | + sp:variable _:b69 |
| 4167 | ]) | 4170 | ]) |
| 4168 | ] . | 4171 | ] . |
| 4169 | 4172 | ||
| ... | @@ -4173,7 +4176,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -4173,7 +4176,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 4173 | rdfs:subClassOf ep-spin-lib:Function ; | 4176 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4174 | spin:body | 4177 | spin:body |
| 4175 | [ rdf:type sp:Select ; | 4178 | [ rdf:type sp:Select ; |
| 4176 | - sp:resultVariables (_:b71) ; | 4179 | + sp:resultVariables (_:b70) ; |
| 4177 | sp:where ([ rdf:type sp:Bind ; | 4180 | sp:where ([ rdf:type sp:Bind ; |
| 4178 | sp:expression | 4181 | sp:expression |
| 4179 | [ rdf:type sp:if ; | 4182 | [ rdf:type sp:if ; |
| ... | @@ -4184,7 +4187,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -4184,7 +4187,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 4184 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 4187 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 4185 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 4188 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 4186 | ] ; | 4189 | ] ; |
| 4187 | - sp:variable _:b71 | 4190 | + sp:variable _:b70 |
| 4188 | ]) | 4191 | ]) |
| 4189 | ] . | 4192 | ] . |
| 4190 | 4193 | ||
| ... | @@ -4194,7 +4197,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -4194,7 +4197,7 @@ ep-spin-lib:selectWellCementJobType |
| 4194 | rdfs:subClassOf ep-spin-lib:Function ; | 4197 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4195 | spin:body | 4198 | spin:body |
| 4196 | [ rdf:type sp:Select ; | 4199 | [ rdf:type sp:Select ; |
| 4197 | - sp:resultVariables (_:b72) ; | 4200 | + sp:resultVariables (_:b71) ; |
| 4198 | sp:where ([ rdf:type sp:Bind ; | 4201 | sp:where ([ rdf:type sp:Bind ; |
| 4199 | sp:expression | 4202 | sp:expression |
| 4200 | [ rdf:type sp:if ; | 4203 | [ rdf:type sp:if ; |
| ... | @@ -4226,7 +4229,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -4226,7 +4229,7 @@ ep-spin-lib:selectWellCementJobType |
| 4226 | ] | 4229 | ] |
| 4227 | ] | 4230 | ] |
| 4228 | ] ; | 4231 | ] ; |
| 4229 | - sp:variable _:b72 | 4232 | + sp:variable _:b71 |
| 4230 | ]) | 4233 | ]) |
| 4231 | ] . | 4234 | ] . |
| 4232 | 4235 | ||
| ... | @@ -4281,7 +4284,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -4281,7 +4284,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 4281 | rdfs:subClassOf ep-spin-lib:Function ; | 4284 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4282 | spin:body | 4285 | spin:body |
| 4283 | [ rdf:type sp:Select ; | 4286 | [ rdf:type sp:Select ; |
| 4284 | - sp:resultVariables (_:b73) ; | 4287 | + sp:resultVariables (_:b72) ; |
| 4285 | sp:where ([ rdf:type sp:Bind ; | 4288 | sp:where ([ rdf:type sp:Bind ; |
| 4286 | sp:expression | 4289 | sp:expression |
| 4287 | [ rdf:type sp:if ; | 4290 | [ rdf:type sp:if ; |
| ... | @@ -4313,7 +4316,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -4313,7 +4316,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 4313 | ] | 4316 | ] |
| 4314 | ] | 4317 | ] |
| 4315 | ] ; | 4318 | ] ; |
| 4316 | - sp:variable _:b73 | 4319 | + sp:variable _:b72 |
| 4317 | ]) | 4320 | ]) |
| 4318 | ] . | 4321 | ] . |
| 4319 | 4322 | ||
| ... | @@ -4382,7 +4385,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -4382,7 +4385,7 @@ ep-spin-lib:selectWellKillingType |
| 4382 | rdfs:subClassOf ep-spin-lib:Function ; | 4385 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4383 | spin:body | 4386 | spin:body |
| 4384 | [ rdf:type sp:Select ; | 4387 | [ rdf:type sp:Select ; |
| 4385 | - sp:resultVariables (_:b74) ; | 4388 | + sp:resultVariables (_:b73) ; |
| 4386 | sp:where ([ rdf:type sp:Bind ; | 4389 | sp:where ([ rdf:type sp:Bind ; |
| 4387 | sp:expression | 4390 | sp:expression |
| 4388 | [ rdf:type sp:if ; | 4391 | [ rdf:type sp:if ; |
| ... | @@ -4428,7 +4431,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -4428,7 +4431,7 @@ ep-spin-lib:selectWellKillingType |
| 4428 | ] | 4431 | ] |
| 4429 | ] | 4432 | ] |
| 4430 | ] ; | 4433 | ] ; |
| 4431 | - sp:variable _:b74 | 4434 | + sp:variable _:b73 |
| 4432 | ]) | 4435 | ]) |
| 4433 | ] . | 4436 | ] . |
| 4434 | 4437 | ||
| ... | @@ -4438,7 +4441,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -4438,7 +4441,7 @@ ep-spin-lib:selectWellTestType |
| 4438 | rdfs:subClassOf ep-spin-lib:Function ; | 4441 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4439 | spin:body | 4442 | spin:body |
| 4440 | [ rdf:type sp:Select ; | 4443 | [ rdf:type sp:Select ; |
| 4441 | - sp:resultVariables (_:b75) ; | 4444 | + sp:resultVariables (_:b74) ; |
| 4442 | sp:where ([ rdf:type sp:Bind ; | 4445 | sp:where ([ rdf:type sp:Bind ; |
| 4443 | sp:expression | 4446 | sp:expression |
| 4444 | [ rdf:type sp:if ; | 4447 | [ rdf:type sp:if ; |
| ... | @@ -4456,7 +4459,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -4456,7 +4459,7 @@ ep-spin-lib:selectWellTestType |
| 4456 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 4459 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 4457 | ] | 4460 | ] |
| 4458 | ] ; | 4461 | ] ; |
| 4459 | - sp:variable _:b75 | 4462 | + sp:variable _:b74 |
| 4460 | ]) | 4463 | ]) |
| 4461 | ] . | 4464 | ] . |
| 4462 | 4465 | ||
| ... | @@ -4466,7 +4469,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -4466,7 +4469,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 4466 | rdfs:subClassOf ep-spin-lib:Function ; | 4469 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4467 | spin:body | 4470 | spin:body |
| 4468 | [ rdf:type sp:Select ; | 4471 | [ rdf:type sp:Select ; |
| 4469 | - sp:resultVariables (_:b76) ; | 4472 | + sp:resultVariables (_:b75) ; |
| 4470 | sp:where ([ rdf:type sp:Bind ; | 4473 | sp:where ([ rdf:type sp:Bind ; |
| 4471 | sp:expression | 4474 | sp:expression |
| 4472 | [ rdf:type sp:if ; | 4475 | [ rdf:type sp:if ; |
| ... | @@ -4477,7 +4480,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -4477,7 +4480,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 4477 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 4480 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 4478 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 4481 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 4479 | ] ; | 4482 | ] ; |
| 4480 | - sp:variable _:b76 | 4483 | + sp:variable _:b75 |
| 4481 | ]) | 4484 | ]) |
| 4482 | ] . | 4485 | ] . |
| 4483 | 4486 | ||
| ... | @@ -4487,7 +4490,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -4487,7 +4490,7 @@ ep-spin-lib:selectYieldPointScale |
| 4487 | rdfs:subClassOf ep-spin-lib:Function ; | 4490 | rdfs:subClassOf ep-spin-lib:Function ; |
| 4488 | spin:body | 4491 | spin:body |
| 4489 | [ rdf:type sp:Select ; | 4492 | [ rdf:type sp:Select ; |
| 4490 | - sp:resultVariables (_:b77) ; | 4493 | + sp:resultVariables (_:b76) ; |
| 4491 | sp:where ([ rdf:type sp:Bind ; | 4494 | sp:where ([ rdf:type sp:Bind ; |
| 4492 | sp:expression | 4495 | sp:expression |
| 4493 | [ rdf:type sp:if ; | 4496 | [ rdf:type sp:if ; |
| ... | @@ -4512,7 +4515,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -4512,7 +4515,7 @@ ep-spin-lib:selectYieldPointScale |
| 4512 | ] | 4515 | ] |
| 4513 | ] | 4516 | ] |
| 4514 | ] ; | 4517 | ] ; |
| 4515 | - sp:variable _:b77 | 4518 | + sp:variable _:b76 |
| 4516 | ]) | 4519 | ]) |
| 4517 | ] . | 4520 | ] . |
| 4518 | 4521 | ||
| ... | @@ -4521,224 +4524,221 @@ ddr:TTUC_Enumeration_1 | ... | @@ -4521,224 +4524,221 @@ ddr:TTUC_Enumeration_1 |
| 4521 | rdfs:label "Enumeration"^^xsd:string ; | 4524 | rdfs:label "Enumeration"^^xsd:string ; |
| 4522 | dtype:value ddr:TTUC_degC . | 4525 | dtype:value ddr:TTUC_degC . |
| 4523 | 4526 | ||
| 4524 | -_:b77 | 4527 | +_:b1 sp:varName "uri"^^xsd:string . |
| 4525 | - sp:varName "yieldPointScale"^^xsd:string . | ||
| 4526 | 4528 | ||
| 4527 | -_:b76 | 4529 | +_:b2 sp:varName "uri"^^xsd:string . |
| 4528 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 4529 | 4530 | ||
| 4530 | -_:b75 | 4531 | +_:b3 sp:varName "uri"^^xsd:string . |
| 4531 | - sp:varName "wellTestType"^^xsd:string . | ||
| 4532 | 4532 | ||
| 4533 | -_:b74 | 4533 | +_:b4 sp:varName "uri"^^xsd:string . |
| 4534 | - sp:varName "wellKillingType"^^xsd:string . | ||
| 4535 | 4534 | ||
| 4536 | -_:b73 | 4535 | +_:b5 sp:varName "uri"^^xsd:string . |
| 4537 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4538 | 4536 | ||
| 4539 | -_:b72 | 4537 | +_:b6 sp:varName "uri"^^xsd:string . |
| 4540 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 4541 | 4538 | ||
| 4542 | -_:b71 | 4539 | +_:b7 sp:varName "uri"^^xsd:string . |
| 4543 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 4544 | 4540 | ||
| 4545 | -_:b70 | 4541 | +_:b8 sp:varName "uri"^^xsd:string . |
| 4546 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 4547 | 4542 | ||
| 4548 | -_:b69 | 4543 | +_:b9 sp:varName "uri"^^xsd:string . |
| 4549 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 4550 | 4544 | ||
| 4551 | -_:b68 | 4545 | +_:b10 |
| 4552 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 4546 | + sp:varName "uri"^^xsd:string . |
| 4553 | 4547 | ||
| 4554 | -_:b67 | 4548 | +_:b11 |
| 4555 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 4549 | + sp:varName "uri"^^xsd:string . |
| 4556 | 4550 | ||
| 4557 | -_:b66 | 4551 | +_:b12 |
| 4558 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 4552 | + sp:varName "uri"^^xsd:string . |
| 4559 | 4553 | ||
| 4560 | -_:b65 | 4554 | +_:b13 |
| 4561 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 4555 | + sp:varName "uri"^^xsd:string . |
| 4562 | 4556 | ||
| 4563 | -_:b64 | 4557 | +_:b14 |
| 4564 | - sp:varName "wellBoreHphtType"^^xsd:string . | 4558 | + sp:varName "uri"^^xsd:string . |
| 4565 | 4559 | ||
| 4566 | -_:b63 | 4560 | +_:b15 |
| 4567 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 4561 | + sp:varName "uri"^^xsd:string . |
| 4568 | 4562 | ||
| 4569 | -_:b62 | 4563 | +_:b16 |
| 4570 | - sp:varName "volumetricFlowRateScale"^^xsd:string . | 4564 | + sp:varName "uri"^^xsd:string . |
| 4571 | 4565 | ||
| 4572 | -_:b61 | 4566 | +_:b17 |
| 4573 | - sp:varName "volumeScale"^^xsd:string . | 4567 | + sp:varName "uri"^^xsd:string . |
| 4574 | 4568 | ||
| 4575 | -_:b60 | 4569 | +_:b18 |
| 4576 | - sp:varName "durationScale"^^xsd:string . | 4570 | + sp:varName "uri"^^xsd:string . |
| 4577 | 4571 | ||
| 4578 | -_:b59 | 4572 | +_:b19 |
| 4579 | - sp:varName "temperatureScale"^^xsd:string . | 4573 | + sp:varName "uri"^^xsd:string . |
| 4580 | 4574 | ||
| 4581 | -_:b58 | 4575 | +_:b20 |
| 4582 | - sp:varName "strengthScale"^^xsd:string . | 4576 | + sp:varName "uri"^^xsd:string . |
| 4583 | 4577 | ||
| 4584 | -_:b57 | 4578 | +_:b21 |
| 4585 | - sp:varName "speedScale"^^xsd:string . | 4579 | + sp:varName "uri"^^xsd:string . |
| 4586 | 4580 | ||
| 4587 | -_:b56 | 4581 | +_:b22 |
| 4588 | - sp:varName "pressureTestType"^^xsd:string . | 4582 | + sp:varName "uri"^^xsd:string . |
| 4589 | 4583 | ||
| 4590 | -_:b55 | 4584 | +_:b23 |
| 4591 | - sp:varName "pressureScale"^^xsd:string . | 4585 | + sp:varName "uri"^^xsd:string . |
| 4592 | 4586 | ||
| 4593 | -_:b54 | 4587 | +_:b24 |
| 4594 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 4588 | + sp:varName "uri"^^xsd:string . |
| 4595 | 4589 | ||
| 4596 | -_:b53 | 4590 | +_:b25 |
| 4597 | - sp:varName "plasticViscosityScale"^^xsd:string . | 4591 | + sp:varName "uri"^^xsd:string . |
| 4598 | 4592 | ||
| 4599 | -_:b52 | 4593 | +_:b26 |
| 4600 | - sp:varName "angleScale"^^xsd:string . | 4594 | + sp:varName "normalizedStr"^^xsd:string . |
| 4601 | 4595 | ||
| 4602 | -_:b51 | 4596 | +_:b27 |
| 4603 | - sp:varName "mudClass"^^xsd:string . | 4597 | + sp:varName "s1"^^xsd:string . |
| 4604 | 4598 | ||
| 4605 | -_:b50 | 4599 | +_:b28 |
| 4606 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 4600 | + sp:varName "s2"^^xsd:string . |
| 4607 | 4601 | ||
| 4608 | -_:b49 | 4602 | +_:b29 |
| 4609 | - sp:varName "lengthScale"^^xsd:string . | 4603 | + sp:varName "t0a"^^xsd:string . |
| 4610 | 4604 | ||
| 4611 | -_:b48 | 4605 | +_:b30 |
| 4612 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 4606 | + sp:varName "t0b"^^xsd:string . |
| 4613 | 4607 | ||
| 4614 | -_:b47 | 4608 | +_:b31 |
| 4615 | - sp:varName "innerBarrelType"^^xsd:string . | 4609 | + sp:varName "t1"^^xsd:string . |
| 4616 | 4610 | ||
| 4617 | -_:b46 | 4611 | +_:b32 |
| 4618 | - sp:varName "gasReadingType"^^xsd:string . | 4612 | + sp:varName "t2"^^xsd:string . |
| 4619 | 4613 | ||
| 4620 | -_:b45 | 4614 | +_:b33 |
| 4621 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 4615 | + sp:varName "t3"^^xsd:string . |
| 4622 | 4616 | ||
| 4623 | -_:b44 | 4617 | +_:b34 |
| 4624 | - sp:varName "drillingEquipmentType"^^xsd:string . | 4618 | + sp:varName "t4"^^xsd:string . |
| 4625 | 4619 | ||
| 4626 | -_:b43 | 4620 | +_:b35 |
| 4627 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 4621 | + sp:varName "activitySuccessType"^^xsd:string . |
| 4628 | 4622 | ||
| 4629 | -_:b42 | 4623 | +_:b36 |
| 4630 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 4624 | + sp:varName "casingRoleType"^^xsd:string . |
| 4631 | 4625 | ||
| 4632 | -_:b41 | 4626 | +_:b37 |
| 4633 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 4627 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 4634 | 4628 | ||
| 4635 | -_:b40 | 4629 | +_:b38 |
| 4636 | - sp:varName "densityScale"^^xsd:string . | 4630 | + sp:varName "classOfWellDatumObject"^^xsd:string . |
| 4637 | 4631 | ||
| 4638 | _:b39 | 4632 | _:b39 |
| 4639 | sp:varName "dailyDrillingReportType"^^xsd:string . | 4633 | sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4640 | 4634 | ||
| 4641 | -_:b38 | 4635 | +_:b40 |
| 4642 | - sp:varName "classOfWellDatumObject"^^xsd:string . | 4636 | + sp:varName "densityScale"^^xsd:string . |
| 4643 | - | ||
| 4644 | -_:b37 | ||
| 4645 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 4646 | 4637 | ||
| 4647 | -_:b36 | 4638 | +_:b41 |
| 4648 | - sp:varName "casingRoleType"^^xsd:string . | 4639 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 4649 | 4640 | ||
| 4650 | -_:b35 | 4641 | +_:b42 |
| 4651 | - sp:varName "activitySuccessType"^^xsd:string . | 4642 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 4652 | 4643 | ||
| 4653 | -_:b34 | 4644 | +_:b43 |
| 4654 | - sp:varName "t4"^^xsd:string . | 4645 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
| 4655 | 4646 | ||
| 4656 | -_:b33 | 4647 | +_:b44 |
| 4657 | - sp:varName "t3"^^xsd:string . | 4648 | + sp:varName "drillingEquipmentType"^^xsd:string . |
| 4658 | 4649 | ||
| 4659 | -_:b32 | 4650 | +_:b45 |
| 4660 | - sp:varName "t2"^^xsd:string . | 4651 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 4661 | 4652 | ||
| 4662 | -_:b31 | 4653 | +_:b46 |
| 4663 | - sp:varName "t1"^^xsd:string . | 4654 | + sp:varName "gasReadingType"^^xsd:string . |
| 4664 | 4655 | ||
| 4665 | -_:b30 | 4656 | +_:b47 |
| 4666 | - sp:varName "t0b"^^xsd:string . | 4657 | + sp:varName "innerBarrelType"^^xsd:string . |
| 4667 | 4658 | ||
| 4668 | -_:b29 | 4659 | +_:b48 |
| 4669 | - sp:varName "t0a"^^xsd:string . | 4660 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4670 | 4661 | ||
| 4671 | -_:b28 | 4662 | +_:b49 |
| 4672 | - sp:varName "s2"^^xsd:string . | 4663 | + sp:varName "lengthScale"^^xsd:string . |
| 4673 | 4664 | ||
| 4674 | -_:b27 | 4665 | +_:b50 |
| 4675 | - sp:varName "s1"^^xsd:string . | 4666 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 4676 | 4667 | ||
| 4677 | -_:b26 | 4668 | +_:b51 |
| 4678 | - sp:varName "normalizedStr"^^xsd:string . | 4669 | + sp:varName "mudClass"^^xsd:string . |
| 4679 | 4670 | ||
| 4680 | -_:b25 | 4671 | +_:b52 |
| 4681 | - sp:varName "uri"^^xsd:string . | 4672 | + sp:varName "angleScale"^^xsd:string . |
| 4682 | 4673 | ||
| 4683 | -_:b24 | 4674 | +_:b53 |
| 4684 | - sp:varName "uri"^^xsd:string . | 4675 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 4685 | 4676 | ||
| 4686 | -_:b23 | 4677 | +_:b54 |
| 4687 | - sp:varName "uri"^^xsd:string . | 4678 | + sp:varName "pressureScale"^^xsd:string . |
| 4688 | 4679 | ||
| 4689 | -_:b22 | 4680 | +_:b55 |
| 4690 | - sp:varName "uri"^^xsd:string . | 4681 | + sp:varName "pressureTestType"^^xsd:string . |
| 4691 | 4682 | ||
| 4692 | -_:b21 | 4683 | +_:b56 |
| 4693 | - sp:varName "uri"^^xsd:string . | 4684 | + sp:varName "speedScale"^^xsd:string . |
| 4694 | 4685 | ||
| 4695 | -_:b20 | 4686 | +_:b57 |
| 4696 | - sp:varName "uri"^^xsd:string . | 4687 | + sp:varName "strengthScale"^^xsd:string . |
| 4697 | 4688 | ||
| 4698 | -_:b19 | 4689 | +_:b58 |
| 4699 | - sp:varName "uri"^^xsd:string . | 4690 | + sp:varName "temperatureScale"^^xsd:string . |
| 4700 | 4691 | ||
| 4701 | -_:b18 | 4692 | +_:b59 |
| 4702 | - sp:varName "uri"^^xsd:string . | 4693 | + sp:varName "durationScale"^^xsd:string . |
| 4703 | 4694 | ||
| 4704 | -_:b17 | 4695 | +_:b60 |
| 4705 | - sp:varName "uri"^^xsd:string . | 4696 | + sp:varName "volumeScale"^^xsd:string . |
| 4706 | 4697 | ||
| 4707 | -_:b16 | 4698 | +_:b61 |
| 4708 | - sp:varName "uri"^^xsd:string . | 4699 | + sp:varName "volumetricFlowRateScale"^^xsd:string . |
| 4709 | 4700 | ||
| 4710 | -_:b15 | 4701 | +_:b62 |
| 4711 | - sp:varName "uri"^^xsd:string . | 4702 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 4712 | 4703 | ||
| 4713 | -_:b14 | 4704 | +_:b63 |
| 4714 | - sp:varName "uri"^^xsd:string . | 4705 | + sp:varName "wellBoreHphtType"^^xsd:string . |
| 4715 | 4706 | ||
| 4716 | -_:b13 | 4707 | +_:b64 |
| 4717 | - sp:varName "uri"^^xsd:string . | 4708 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 4718 | 4709 | ||
| 4719 | -_:b12 | 4710 | +_:b65 |
| 4720 | - sp:varName "uri"^^xsd:string . | 4711 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 4721 | 4712 | ||
| 4722 | -_:b11 | 4713 | +_:b66 |
| 4723 | - sp:varName "uri"^^xsd:string . | 4714 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
| 4724 | 4715 | ||
| 4725 | -_:b10 | 4716 | +_:b67 |
| 4726 | - sp:varName "uri"^^xsd:string . | 4717 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
| 4727 | 4718 | ||
| 4728 | -_:b9 sp:varName "uri"^^xsd:string . | 4719 | +_:b68 |
| 4720 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 4729 | 4721 | ||
| 4730 | -_:b8 sp:varName "uri"^^xsd:string . | 4722 | +_:b69 |
| 4723 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 4731 | 4724 | ||
| 4732 | -_:b7 sp:varName "uri"^^xsd:string . | 4725 | +_:b70 |
| 4726 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 4733 | 4727 | ||
| 4734 | -_:b6 sp:varName "uri"^^xsd:string . | 4728 | +_:b71 |
| 4729 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 4735 | 4730 | ||
| 4736 | -_:b5 sp:varName "uri"^^xsd:string . | 4731 | +_:b72 |
| 4732 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4737 | 4733 | ||
| 4738 | -_:b4 sp:varName "uri"^^xsd:string . | 4734 | +_:b73 |
| 4735 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 4739 | 4736 | ||
| 4740 | -_:b3 sp:varName "uri"^^xsd:string . | 4737 | +_:b74 |
| 4738 | + sp:varName "wellTestType"^^xsd:string . | ||
| 4741 | 4739 | ||
| 4742 | -_:b2 sp:varName "uri"^^xsd:string . | 4740 | +_:b75 |
| 4741 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 4743 | 4742 | ||
| 4744 | -_:b1 sp:varName "uri"^^xsd:string . | 4743 | +_:b76 |
| 4744 | + sp:varName "yieldPointScale"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment