Showing
2 changed files
with
433 additions
and
253 deletions
| ... | @@ -17,20 +17,35 @@ ep-core:Attenuation | ... | @@ -17,20 +17,35 @@ ep-core:Attenuation |
| 17 | rdf:type rdfs:Class ; | 17 | rdf:type rdfs:Class ; |
| 18 | rdfs:subClassOf ep-core:DimensionlessMeasure . | 18 | rdfs:subClassOf ep-core:DimensionlessMeasure . |
| 19 | 19 | ||
| 20 | +ep-core:BulkModulus | ||
| 21 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 22 | + rdfs:label "Shear Modulus"^^xsd:string ; | ||
| 23 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 24 | + | ||
| 20 | ep-core:Density | 25 | ep-core:Density |
| 21 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 26 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 22 | 27 | ||
| 23 | ep-core:DimensionlessMeasure | 28 | ep-core:DimensionlessMeasure |
| 24 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 29 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 25 | rdfs:label "Dimensionless Measure"^^xsd:string ; | 30 | rdfs:label "Dimensionless Measure"^^xsd:string ; |
| 26 | rdfs:subClassOf owl:Class . | 31 | rdfs:subClassOf owl:Class . |
| 27 | 32 | ||
| 33 | +ep-core:ElectromagneticEngergyDensity | ||
| 34 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 35 | + rdfs:label "Electromagnetic Energy Density"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 37 | + | ||
| 38 | +ep-core:EnergyPerVolume | ||
| 39 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 40 | + rdfs:label "Energy Per Volume"^^xsd:string ; | ||
| 41 | + rdfs:subClassOf owl:Class . | ||
| 42 | + | ||
| 28 | ep-core:Frequency | 43 | ep-core:Frequency |
| 29 | rdf:type rdfs:Class ; | 44 | rdf:type rdfs:Class ; |
| 30 | rdfs:subClassOf owl:Class . | 45 | rdfs:subClassOf owl:Class . |
| 31 | 46 | ||
| 32 | ep-core:GP_cm-1 | 47 | ep-core:GP_cm-1 |
| 33 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 48 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 34 | rdfs:label "Gigapascals per centimetre"^^xsd:string . | 49 | rdfs:label "Gigapascals per centimetre"^^xsd:string . |
| 35 | 50 | ||
| 36 | ep-core:Illuminance | 51 | ep-core:Illuminance |
| ... | @@ -46,7 +61,7 @@ ep-core:LinearStrain | ... | @@ -46,7 +61,7 @@ ep-core:LinearStrain |
| 46 | rdfs:subClassOf ep-core:Strain . | 61 | rdfs:subClassOf ep-core:Strain . |
| 47 | 62 | ||
| 48 | ep-core:MagneticFieldStrength | 63 | ep-core:MagneticFieldStrength |
| 49 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 64 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 50 | rdfs:label "magnetic field strength"^^xsd:string ; | 65 | rdfs:label "magnetic field strength"^^xsd:string ; |
| 51 | rdfs:subClassOf owl:Class . | 66 | rdfs:subClassOf owl:Class . |
| 52 | 67 | ||
| ... | @@ -67,37 +82,72 @@ ep-core:MassPerLength | ... | @@ -67,37 +82,72 @@ ep-core:MassPerLength |
| 67 | rdfs:subClassOf owl:Class . | 82 | rdfs:subClassOf owl:Class . |
| 68 | 83 | ||
| 69 | ep-core:MeasureOfFlowOfMaterial | 84 | ep-core:MeasureOfFlowOfMaterial |
| 70 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 85 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 71 | rdfs:label "measure of flow of material"^^xsd:string ; | 86 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 72 | rdfs:subClassOf owl:Class . | 87 | rdfs:subClassOf owl:Class . |
| 73 | 88 | ||
| 89 | +ep-core:ModulusOfCompression | ||
| 90 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 91 | + rdfs:label "modulus of compression"^^xsd:string ; | ||
| 92 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 93 | + | ||
| 94 | +ep-core:ModulusOfElasticity | ||
| 95 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 96 | + rdfs:label "modulus of elasticity"^^xsd:string ; | ||
| 97 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 98 | + | ||
| 99 | +ep-core:ModulusOfRigidity | ||
| 100 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 101 | + rdfs:label "Modulus of Rigidity"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 103 | + | ||
| 104 | +ep-core:NormalStress | ||
| 105 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 106 | + rdfs:label "Normal Stress"^^xsd:string ; | ||
| 107 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 108 | + | ||
| 74 | ep-core:PoissonRatio | 109 | ep-core:PoissonRatio |
| 75 | rdf:type rdfs:Class ; | 110 | rdf:type rdfs:Class ; |
| 76 | rdfs:subClassOf ep-core:Ratio . | 111 | rdfs:subClassOf ep-core:Ratio . |
| 77 | 112 | ||
| 113 | +ep-core:RadiantEngergyDensity | ||
| 114 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 115 | + rdfs:label "Radiant Energy Density"^^xsd:string ; | ||
| 116 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 117 | + | ||
| 78 | ep-core:Ratio | 118 | ep-core:Ratio |
| 79 | rdfs:subClassOf ep-core:DimensionlessMeasure . | 119 | rdfs:subClassOf ep-core:DimensionlessMeasure . |
| 80 | 120 | ||
| 121 | +ep-core:ShearModulus | ||
| 122 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 123 | + rdfs:label "Shear Modulus"^^xsd:string ; | ||
| 124 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 125 | + | ||
| 81 | ep-core:ShearStrain | 126 | ep-core:ShearStrain |
| 82 | rdf:type rdfs:Class ; | 127 | rdf:type rdfs:Class ; |
| 83 | rdfs:subClassOf ep-core:Strain . | 128 | rdfs:subClassOf ep-core:Strain . |
| 84 | 129 | ||
| 130 | +ep-core:ShearStress | ||
| 131 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 132 | + rdfs:label "Shear Stress"^^xsd:string ; | ||
| 133 | + rdfs:subClassOf ep-core:EnergyPerVolume . | ||
| 134 | + | ||
| 85 | ep-core:Strain | 135 | ep-core:Strain |
| 86 | rdf:type rdfs:Class ; | 136 | rdf:type rdfs:Class ; |
| 87 | rdfs:subClassOf ep-core:DimensionlessMeasure . | 137 | rdfs:subClassOf ep-core:DimensionlessMeasure . |
| 88 | 138 | ||
| 89 | ep-core:VolumeFlowRateAt15degC1atm | 139 | ep-core:VolumeFlowRateAt15degC1atm |
| 90 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 140 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 91 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 141 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 92 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 142 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 93 | 143 | ||
| 94 | ep-core:VolumeFlowRateAt1degC1atm | 144 | ep-core:VolumeFlowRateAt1degC1atm |
| 95 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 145 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 96 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 146 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 97 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 147 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 98 | 148 | ||
| 99 | ep-core:VolumeFlowRateAt60degF1atm | 149 | ep-core:VolumeFlowRateAt60degF1atm |
| 100 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 150 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 101 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 151 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 102 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 152 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 103 | 153 | ||
| ... | @@ -106,364 +156,419 @@ ep-core:VolumicConcentration | ... | @@ -106,364 +156,419 @@ ep-core:VolumicConcentration |
| 106 | rdfs:subClassOf ep-core:MassOrVolumicConcentration . | 156 | rdfs:subClassOf ep-core:MassOrVolumicConcentration . |
| 107 | 157 | ||
| 108 | ep-core:a_m-1 | 158 | ep-core:a_m-1 |
| 109 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 159 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 110 | rdfs:domain ep-core:MagneticFieldStrength ; | 160 | rdfs:domain ep-core:MagneticFieldStrength ; |
| 111 | rdfs:label "amperes per metre"^^xsd:string . | 161 | rdfs:label "amperes per metre"^^xsd:string . |
| 112 | 162 | ||
| 113 | ep-core:a_mm-1 | 163 | ep-core:a_mm-1 |
| 114 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 164 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 115 | rdfs:domain ep-core:MagneticFieldStrength ; | 165 | rdfs:domain ep-core:MagneticFieldStrength ; |
| 116 | rdfs:label "amperes per metre"^^xsd:string . | 166 | rdfs:label "amperes per metre"^^xsd:string . |
| 117 | 167 | ||
| 118 | ep-core:acre | 168 | ep-core:acre |
| 119 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 169 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 120 | rdfs:label "acres"^^xsd:string . | 170 | rdfs:label "acres"^^xsd:string . |
| 121 | 171 | ||
| 122 | ep-core:angstrom | 172 | ep-core:angstrom |
| 123 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 173 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 124 | rdfs:domain ep-core:Length ; | 174 | rdfs:domain ep-core:Length ; |
| 125 | rdfs:label "Angstrom"^^xsd:string . | 175 | rdfs:label "Angstrom"^^xsd:string . |
| 126 | 176 | ||
| 127 | ep-core:apiDensity | 177 | ep-core:apiDensity |
| 128 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 178 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 129 | rdfs:label "API Density"^^xsd:string . | 179 | rdfs:label "API Density"^^xsd:string . |
| 130 | 180 | ||
| 131 | ep-core:atm_100m-1 | 181 | ep-core:atm_100m-1 |
| 132 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 182 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 133 | rdfs:label "atmospheres per 100 metres"^^xsd:string . | 183 | rdfs:label "atmospheres per 100 metres"^^xsd:string . |
| 134 | 184 | ||
| 135 | ep-core:atm_ft-1 | 185 | ep-core:atm_ft-1 |
| 136 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 186 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 137 | rdfs:label "atmospheres per foot"^^xsd:string . | 187 | rdfs:label "atmospheres per foot"^^xsd:string . |
| 138 | 188 | ||
| 139 | ep-core:atm_m-1 | 189 | ep-core:atm_m-1 |
| 140 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 190 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 141 | rdfs:label "atmospheres per metre"^^xsd:string . | 191 | rdfs:label "atmospheres per metre"^^xsd:string . |
| 142 | 192 | ||
| 143 | ep-core:atmosphere | 193 | ep-core:atmosphere |
| 144 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 194 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 145 | rdfs:domain ep-core:Pressure ; | 195 | rdfs:domain ep-core:Pressure ; |
| 146 | rdfs:label "atmosphere"^^xsd:string . | 196 | rdfs:label "atmosphere"^^xsd:string . |
| 147 | 197 | ||
| 148 | ep-core:attogram | 198 | ep-core:attogram |
| 149 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 199 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 150 | rdfs:domain ep-core:Mass ; | 200 | rdfs:domain ep-core:Mass ; |
| 151 | rdfs:label "attogram"^^xsd:string . | 201 | rdfs:label "attogram"^^xsd:string . |
| 152 | 202 | ||
| 153 | ep-core:bar_km-1 | 203 | ep-core:bar_km-1 |
| 154 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 204 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 155 | rdfs:label "bar per kilometre"^^xsd:string . | 205 | rdfs:label "bar per kilometre"^^xsd:string . |
| 156 | 206 | ||
| 157 | ep-core:bar_m-1 | 207 | ep-core:bar_m-1 |
| 158 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 208 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 159 | rdfs:label "bar per metre"^^xsd:string . | 209 | rdfs:label "bar per metre"^^xsd:string . |
| 160 | 210 | ||
| 161 | ep-core:barn | 211 | ep-core:barn |
| 162 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 212 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 163 | rdfs:label "barn (area)"^^xsd:string . | 213 | rdfs:label "barn (area)"^^xsd:string . |
| 164 | 214 | ||
| 165 | ep-core:barrel_day-1 | 215 | ep-core:barrel_day-1 |
| 166 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 216 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 167 | rdfs:domain ep-core:VolumetricFlowRate ; | 217 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 168 | rdfs:label "barrel day-1"^^xsd:string . | 218 | rdfs:label "barrel day-1"^^xsd:string . |
| 169 | 219 | ||
| 170 | -ep-core:carat | 220 | +ep-core:btu_bbl-1 |
| 221 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 222 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 223 | + rdfs:label "British thermal units per barrel"^^xsd:string . | ||
| 224 | + | ||
| 225 | +ep-core:btu_ft-3 | ||
| 226 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 227 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 228 | + rdfs:label "British thermal units per cubic foot"^^xsd:string . | ||
| 229 | + | ||
| 230 | +ep-core:btu_gallon_UK | ||
| 231 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 232 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 233 | + rdfs:label "British thermal units per UK gallon"^^xsd:string . | ||
| 234 | + | ||
| 235 | +ep-core:btu_gallon_US | ||
| 236 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 237 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 238 | + rdfs:label "British thermal units per US gallon"^^xsd:string . | ||
| 239 | + | ||
| 240 | +ep-core:cal_cm-3 | ||
| 241 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 242 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 243 | + rdfs:label "calories per cubic centimetre"^^xsd:string . | ||
| 244 | + | ||
| 245 | +ep-core:cal_ml-1 | ||
| 246 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 247 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 248 | + rdfs:label "calories per millilitre"^^xsd:string . | ||
| 249 | + | ||
| 250 | +ep-core:cal_mm-3 | ||
| 171 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 251 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 252 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 253 | + rdfs:label "calories per cubic millimetre"^^xsd:string . | ||
| 254 | + | ||
| 255 | +ep-core:carat | ||
| 256 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 172 | rdfs:domain ep-core:Mass ; | 257 | rdfs:domain ep-core:Mass ; |
| 173 | rdfs:label "carat"^^xsd:string . | 258 | rdfs:label "carat"^^xsd:string . |
| 174 | 259 | ||
| 175 | ep-core:centiEuclid | 260 | ep-core:centiEuclid |
| 176 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 261 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 177 | rdfs:domain ep-core:DimensionlessMeasure ; | 262 | rdfs:domain ep-core:DimensionlessMeasure ; |
| 178 | rdfs:label "CentiEuclid"^^xsd:string . | 263 | rdfs:label "CentiEuclid"^^xsd:string . |
| 179 | 264 | ||
| 180 | ep-core:centimetre | 265 | ep-core:centimetre |
| 181 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 266 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 182 | rdfs:domain ep-core:Length ; | 267 | rdfs:domain ep-core:Length ; |
| 183 | rdfs:label "centimetre"^^xsd:string . | 268 | rdfs:label "centimetre"^^xsd:string . |
| 184 | 269 | ||
| 185 | ep-core:chain_Benoit_A | 270 | ep-core:chain_Benoit_A |
| 186 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 271 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 187 | rdfs:domain ep-core:Length ; | 272 | rdfs:domain ep-core:Length ; |
| 188 | rdfs:label "Benoit Chain A"^^xsd:string . | 273 | rdfs:label "Benoit Chain A"^^xsd:string . |
| 189 | 274 | ||
| 190 | ep-core:chain_Benoit_B | 275 | ep-core:chain_Benoit_B |
| 191 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 276 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 192 | rdfs:domain ep-core:Length ; | 277 | rdfs:domain ep-core:Length ; |
| 193 | rdfs:label "Benoit Chain B"^^xsd:string . | 278 | rdfs:label "Benoit Chain B"^^xsd:string . |
| 194 | 279 | ||
| 195 | ep-core:chain_Clarke | 280 | ep-core:chain_Clarke |
| 196 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 281 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 197 | rdfs:domain ep-core:Length ; | 282 | rdfs:domain ep-core:Length ; |
| 198 | rdfs:label "Clarke's Chain"^^xsd:string . | 283 | rdfs:label "Clarke's Chain"^^xsd:string . |
| 199 | 284 | ||
| 200 | ep-core:chain_Sears | 285 | ep-core:chain_Sears |
| 201 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 286 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 202 | rdfs:domain ep-core:Length ; | 287 | rdfs:domain ep-core:Length ; |
| 203 | rdfs:label "Sears Chain"^^xsd:string . | 288 | rdfs:label "Sears Chain"^^xsd:string . |
| 204 | 289 | ||
| 205 | ep-core:chain_US | 290 | ep-core:chain_US |
| 206 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 291 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 207 | rdfs:domain ep-core:Length ; | 292 | rdfs:domain ep-core:Length ; |
| 208 | rdfs:label "US Survey Chain"^^xsd:string . | 293 | rdfs:label "US Survey Chain"^^xsd:string . |
| 209 | 294 | ||
| 210 | ep-core:cm2 | 295 | ep-core:cm2 |
| 211 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 296 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 212 | rdfs:label "square centimetres"^^xsd:string . | 297 | rdfs:label "square centimetres"^^xsd:string . |
| 213 | 298 | ||
| 214 | ep-core:cm_s-2 | 299 | ep-core:cm_s-2 |
| 215 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 300 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 216 | rdfs:label "centimetres per second squared"^^xsd:string . | 301 | rdfs:label "centimetres per second squared"^^xsd:string . |
| 217 | 302 | ||
| 218 | ep-core:count | 303 | ep-core:count |
| 219 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 304 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 220 | rdfs:label "count"^^xsd:string . | 305 | rdfs:label "count"^^xsd:string . |
| 221 | 306 | ||
| 222 | ep-core:cwt_UK | 307 | ep-core:cwt_UK |
| 223 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 308 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 224 | rdfs:domain ep-core:Mass ; | 309 | rdfs:domain ep-core:Mass ; |
| 225 | rdfs:label "UK Hundredweight"^^xsd:string . | 310 | rdfs:label "UK Hundredweight"^^xsd:string . |
| 226 | 311 | ||
| 227 | ep-core:cwt_US | 312 | ep-core:cwt_US |
| 228 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 313 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 229 | rdfs:domain ep-core:Mass ; | 314 | rdfs:domain ep-core:Mass ; |
| 230 | rdfs:label "US Hundredweight"^^xsd:string . | 315 | rdfs:label "US Hundredweight"^^xsd:string . |
| 231 | 316 | ||
| 232 | ep-core:cycle_s-1 | 317 | ep-core:cycle_s-1 |
| 233 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 318 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 234 | rdfs:domain ep-core:Frequency ; | 319 | rdfs:domain ep-core:Frequency ; |
| 235 | rdfs:label "Cycles per second"^^xsd:string . | 320 | rdfs:label "Cycles per second"^^xsd:string . |
| 236 | 321 | ||
| 237 | ep-core:decimetre | 322 | ep-core:decimetre |
| 238 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 323 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 239 | rdfs:domain ep-core:Length ; | 324 | rdfs:domain ep-core:Length ; |
| 240 | rdfs:label "Decimetre"^^xsd:string . | 325 | rdfs:label "Decimetre"^^xsd:string . |
| 241 | 326 | ||
| 242 | ep-core:degreesOfAngle_100ft-1 | 327 | ep-core:degreesOfAngle_100ft-1 |
| 243 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 328 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 244 | rdfs:label "degrees of angle per 100ft"^^xsd:string . | 329 | rdfs:label "degrees of angle per 100ft"^^xsd:string . |
| 245 | 330 | ||
| 246 | ep-core:degreesOfAngle_30ft-1 | 331 | ep-core:degreesOfAngle_30ft-1 |
| 247 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 332 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 248 | rdfs:label "degrees of angle per 30ft"^^xsd:string . | 333 | rdfs:label "degrees of angle per 30ft"^^xsd:string . |
| 249 | 334 | ||
| 250 | ep-core:degreesOfAngle_30m-1 | 335 | ep-core:degreesOfAngle_30m-1 |
| 251 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 336 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 252 | rdfs:label "degrees of angle per 30m"^^xsd:string . | 337 | rdfs:label "degrees of angle per 30m"^^xsd:string . |
| 253 | 338 | ||
| 254 | ep-core:degreesOfAngle_ft-1 | 339 | ep-core:degreesOfAngle_ft-1 |
| 255 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 340 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 256 | rdfs:label "degrees of angle per ft"^^xsd:string . | 341 | rdfs:label "degrees of angle per ft"^^xsd:string . |
| 257 | 342 | ||
| 258 | ep-core:degreesOfAngle_hr-1 | 343 | ep-core:degreesOfAngle_hr-1 |
| 259 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 344 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 260 | rdfs:label "degrees of angle per hour"^^xsd:string . | 345 | rdfs:label "degrees of angle per hour"^^xsd:string . |
| 261 | 346 | ||
| 262 | ep-core:degreesOfAngle_m-1 | 347 | ep-core:degreesOfAngle_m-1 |
| 263 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 348 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 264 | rdfs:label "degrees of angle per m"^^xsd:string . | 349 | rdfs:label "degrees of angle per m"^^xsd:string . |
| 265 | 350 | ||
| 266 | ep-core:degreesOfAngle_min-1 | 351 | ep-core:degreesOfAngle_min-1 |
| 267 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 352 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 268 | rdfs:label "degrees of angle per minute"^^xsd:string . | 353 | rdfs:label "degrees of angle per minute"^^xsd:string . |
| 269 | 354 | ||
| 270 | ep-core:degreesOfAngle_s-1 | 355 | ep-core:degreesOfAngle_s-1 |
| 271 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 356 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 272 | rdfs:label "degrees of angle per second"^^xsd:string . | 357 | rdfs:label "degrees of angle per second"^^xsd:string . |
| 273 | 358 | ||
| 274 | ep-core:dyne | 359 | ep-core:dyne |
| 275 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 360 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 276 | rdfs:label "Dyne"^^xsd:string . | 361 | rdfs:label "Dyne"^^xsd:string . |
| 277 | 362 | ||
| 278 | ep-core:erg_cm-2 | 363 | ep-core:erg_cm-2 |
| 279 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 364 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 280 | rdfs:label "ergs per square centimetre"^^xsd:string . | 365 | rdfs:label "ergs per square centimetre"^^xsd:string . |
| 281 | 366 | ||
| 367 | +ep-core:erg_cm-3 | ||
| 368 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 369 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 370 | + rdfs:label "ergs per cubic centimetre"^^xsd:string . | ||
| 371 | + | ||
| 372 | +ep-core:erg_m-3 | ||
| 373 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 374 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 375 | + rdfs:label "ergs per cubic metre"^^xsd:string . | ||
| 376 | + | ||
| 282 | ep-core:euclid | 377 | ep-core:euclid |
| 283 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 378 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 284 | rdfs:domain ep-core:DimensionlessMeasure ; | 379 | rdfs:domain ep-core:DimensionlessMeasure ; |
| 285 | rdfs:label "Euclid"^^xsd:string . | 380 | rdfs:label "Euclid"^^xsd:string . |
| 286 | 381 | ||
| 287 | ep-core:fahrenheit | 382 | ep-core:fahrenheit |
| 288 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 383 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 289 | rdfs:domain ep-core:Temperature ; | 384 | rdfs:domain ep-core:Temperature ; |
| 290 | rdfs:label "fahrenheit"^^xsd:string . | 385 | rdfs:label "fahrenheit"^^xsd:string . |
| 291 | 386 | ||
| 292 | ep-core:fathom | 387 | ep-core:fathom |
| 293 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 388 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 294 | rdfs:domain ep-core:Length ; | 389 | rdfs:domain ep-core:Length ; |
| 295 | rdfs:label "fathom"^^xsd:string . | 390 | rdfs:label "fathom"^^xsd:string . |
| 296 | 391 | ||
| 297 | ep-core:femtometre | 392 | ep-core:femtometre |
| 298 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 393 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 299 | rdfs:domain ep-core:Length ; | 394 | rdfs:domain ep-core:Length ; |
| 300 | rdfs:label "femtometre"^^xsd:string . | 395 | rdfs:label "femtometre"^^xsd:string . |
| 301 | 396 | ||
| 302 | ep-core:footCandle | 397 | ep-core:footCandle |
| 303 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 398 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 304 | rdfs:domain ep-core:Illuminance ; | 399 | rdfs:domain ep-core:Illuminance ; |
| 305 | rdfs:label "foot candle"^^xsd:string . | 400 | rdfs:label "foot candle"^^xsd:string . |
| 306 | 401 | ||
| 307 | ep-core:foot_Benoit_A | 402 | ep-core:foot_Benoit_A |
| 308 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 403 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 309 | rdfs:domain ep-core:Length ; | 404 | rdfs:domain ep-core:Length ; |
| 310 | rdfs:label "Benoit A Foot"^^xsd:string . | 405 | rdfs:label "Benoit A Foot"^^xsd:string . |
| 311 | 406 | ||
| 312 | ep-core:foot_Benoit_B | 407 | ep-core:foot_Benoit_B |
| 313 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 408 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 314 | rdfs:domain ep-core:Length ; | 409 | rdfs:domain ep-core:Length ; |
| 315 | rdfs:label "Benoit B Foot"^^xsd:string . | 410 | rdfs:label "Benoit B Foot"^^xsd:string . |
| 316 | 411 | ||
| 317 | ep-core:foot_British_1865 | 412 | ep-core:foot_British_1865 |
| 318 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 413 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 319 | rdfs:domain ep-core:Length ; | 414 | rdfs:domain ep-core:Length ; |
| 320 | rdfs:label "British Foot (1865)"^^xsd:string . | 415 | rdfs:label "British Foot (1865)"^^xsd:string . |
| 321 | 416 | ||
| 322 | ep-core:foot_Clarke | 417 | ep-core:foot_Clarke |
| 323 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 418 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 324 | rdfs:domain ep-core:Length ; | 419 | rdfs:domain ep-core:Length ; |
| 325 | rdfs:label "Clarke Foot"^^xsd:string . | 420 | rdfs:label "Clarke Foot"^^xsd:string . |
| 326 | 421 | ||
| 327 | ep-core:foot_Gold_Coast | 422 | ep-core:foot_Gold_Coast |
| 328 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 423 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 329 | rdfs:domain ep-core:Length ; | 424 | rdfs:domain ep-core:Length ; |
| 330 | rdfs:label "Gold Coast Foot"^^xsd:string . | 425 | rdfs:label "Gold Coast Foot"^^xsd:string . |
| 331 | 426 | ||
| 332 | ep-core:foot_Indian | 427 | ep-core:foot_Indian |
| 333 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 428 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 334 | rdfs:domain ep-core:Length ; | 429 | rdfs:domain ep-core:Length ; |
| 335 | rdfs:label "Indian Foot"^^xsd:string . | 430 | rdfs:label "Indian Foot"^^xsd:string . |
| 336 | 431 | ||
| 337 | ep-core:foot_Indian_1937 | 432 | ep-core:foot_Indian_1937 |
| 338 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 433 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 339 | rdfs:domain ep-core:Length ; | 434 | rdfs:domain ep-core:Length ; |
| 340 | rdfs:label "Indian Foot (1937)"^^xsd:string . | 435 | rdfs:label "Indian Foot (1937)"^^xsd:string . |
| 341 | 436 | ||
| 342 | ep-core:foot_Indian_1962 | 437 | ep-core:foot_Indian_1962 |
| 343 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 438 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 344 | rdfs:domain ep-core:Length ; | 439 | rdfs:domain ep-core:Length ; |
| 345 | rdfs:label "Indian Foot (1962)"^^xsd:string . | 440 | rdfs:label "Indian Foot (1962)"^^xsd:string . |
| 346 | 441 | ||
| 347 | ep-core:foot_Indian_1975 | 442 | ep-core:foot_Indian_1975 |
| 348 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 443 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 349 | rdfs:domain ep-core:Length ; | 444 | rdfs:domain ep-core:Length ; |
| 350 | rdfs:label "Indian Foot (1975)"^^xsd:string . | 445 | rdfs:label "Indian Foot (1975)"^^xsd:string . |
| 351 | 446 | ||
| 352 | ep-core:foot_Modified_American | 447 | ep-core:foot_Modified_American |
| 353 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 448 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 354 | rdfs:domain ep-core:Length ; | 449 | rdfs:domain ep-core:Length ; |
| 355 | rdfs:label "Modified American Foot"^^xsd:string . | 450 | rdfs:label "Modified American Foot"^^xsd:string . |
| 356 | 451 | ||
| 357 | ep-core:foot_Sears | 452 | ep-core:foot_Sears |
| 358 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 453 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 359 | rdfs:domain ep-core:Length ; | 454 | rdfs:domain ep-core:Length ; |
| 360 | rdfs:label "Sears Foot"^^xsd:string . | 455 | rdfs:label "Sears Foot"^^xsd:string . |
| 361 | 456 | ||
| 362 | ep-core:foot_US_Survey | 457 | ep-core:foot_US_Survey |
| 363 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 458 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 364 | rdfs:domain ep-core:Length ; | 459 | rdfs:domain ep-core:Length ; |
| 365 | rdfs:label "US Survey Foot"^^xsd:string . | 460 | rdfs:label "US Survey Foot"^^xsd:string . |
| 366 | 461 | ||
| 367 | ep-core:foot_s-2 | 462 | ep-core:foot_s-2 |
| 368 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 463 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 369 | rdfs:label "feet per second squared"^^xsd:string . | 464 | rdfs:label "feet per second squared"^^xsd:string . |
| 370 | 465 | ||
| 371 | ep-core:ft2 | 466 | ep-core:ft2 |
| 372 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 467 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 373 | rdfs:label "square feet"^^xsd:string . | 468 | rdfs:label "square feet"^^xsd:string . |
| 374 | 469 | ||
| 375 | ep-core:ft_100ft-1 | 470 | ep-core:ft_100ft-1 |
| 376 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 471 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 377 | rdfs:domain ep-core:LengthPerLength ; | 472 | rdfs:domain ep-core:LengthPerLength ; |
| 378 | rdfs:label "feet per 100ft"^^xsd:string . | 473 | rdfs:label "feet per 100ft"^^xsd:string . |
| 379 | 474 | ||
| 380 | ep-core:ft_ft-1 | 475 | ep-core:ft_ft-1 |
| 381 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 476 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 382 | rdfs:domain ep-core:LengthPerLength ; | 477 | rdfs:domain ep-core:LengthPerLength ; |
| 383 | rdfs:label "feet per foot"^^xsd:string . | 478 | rdfs:label "feet per foot"^^xsd:string . |
| 384 | 479 | ||
| 385 | ep-core:ft_in-1 | 480 | ep-core:ft_in-1 |
| 386 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 481 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 387 | rdfs:domain ep-core:LengthPerLength ; | 482 | rdfs:domain ep-core:LengthPerLength ; |
| 388 | rdfs:label "feet per inch"^^xsd:string . | 483 | rdfs:label "feet per inch"^^xsd:string . |
| 389 | 484 | ||
| 485 | +ep-core:ft_lbf_bbl-1 | ||
| 486 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 487 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 488 | + rdfs:label "foot-pound (force) per barrel"^^xsd:string . | ||
| 489 | + | ||
| 490 | +ep-core:ft_lbf_usGallon-1 | ||
| 491 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 492 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 493 | + rdfs:label "foot-pound (force) per US gallon"^^xsd:string . | ||
| 494 | + | ||
| 390 | ep-core:ft_m-1 | 495 | ep-core:ft_m-1 |
| 391 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 496 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 392 | rdfs:domain ep-core:LengthPerLength ; | 497 | rdfs:domain ep-core:LengthPerLength ; |
| 393 | rdfs:label "feet per metre"^^xsd:string . | 498 | rdfs:label "feet per metre"^^xsd:string . |
| 394 | 499 | ||
| 395 | ep-core:ft_mi-1 | 500 | ep-core:ft_mi-1 |
| 396 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 501 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 397 | rdfs:domain ep-core:LengthPerLength ; | 502 | rdfs:domain ep-core:LengthPerLength ; |
| 398 | rdfs:label "feet per mile"^^xsd:string . | 503 | rdfs:label "feet per mile"^^xsd:string . |
| 399 | 504 | ||
| 400 | ep-core:g_kg-1 | 505 | ep-core:g_kg-1 |
| 401 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 506 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 402 | rdfs:domain ep-core:MassConcentration ; | 507 | rdfs:domain ep-core:MassConcentration ; |
| 403 | rdfs:label "grams per kilogram"^^xsd:string . | 508 | rdfs:label "grams per kilogram"^^xsd:string . |
| 404 | 509 | ||
| 405 | ep-core:galileo | 510 | ep-core:galileo |
| 406 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 511 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 407 | rdfs:label "galileo"^^xsd:string . | 512 | rdfs:label "galileo"^^xsd:string . |
| 408 | 513 | ||
| 409 | ep-core:gamma | 514 | ep-core:gamma |
| 410 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 515 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 411 | rdfs:domain ep-core:MagneticFieldStrength ; | 516 | rdfs:domain ep-core:MagneticFieldStrength ; |
| 412 | rdfs:label "gamma"^^xsd:string . | 517 | rdfs:label "gamma"^^xsd:string . |
| 413 | 518 | ||
| 414 | ep-core:gf | 519 | ep-core:gf |
| 415 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 520 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 416 | rdfs:label "Gram (force)"^^xsd:string . | 521 | rdfs:label "Gram (force)"^^xsd:string . |
| 417 | 522 | ||
| 418 | ep-core:ghz | 523 | ep-core:ghz |
| 419 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 524 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 420 | rdfs:domain ep-core:Frequency ; | 525 | rdfs:domain ep-core:Frequency ; |
| 421 | rdfs:label "Gigahertz"^^xsd:string . | 526 | rdfs:label "Gigahertz"^^xsd:string . |
| 422 | 527 | ||
| 423 | ep-core:gn | 528 | ep-core:gn |
| 424 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 529 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 425 | rdfs:label "normal acceleration Gn"^^xsd:string . | 530 | rdfs:label "normal acceleration Gn"^^xsd:string . |
| 426 | 531 | ||
| 427 | ep-core:grain | 532 | ep-core:grain |
| 428 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 533 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 429 | rdfs:domain ep-core:Mass ; | 534 | rdfs:domain ep-core:Mass ; |
| 430 | rdfs:label "grain"^^xsd:string . | 535 | rdfs:label "grain"^^xsd:string . |
| 431 | 536 | ||
| 432 | ep-core:grain_100ft-3 | 537 | ep-core:grain_100ft-3 |
| 433 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 538 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 434 | rdfs:label "grain per 100ft3"^^xsd:string . | 539 | rdfs:label "grain per 100ft3"^^xsd:string . |
| 435 | 540 | ||
| 436 | ep-core:grain_ft-3_1 | 541 | ep-core:grain_ft-3_1 |
| 437 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 542 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 438 | rdfs:label "grain per ft3"^^xsd:string . | 543 | rdfs:label "grain per ft3"^^xsd:string . |
| 439 | 544 | ||
| 440 | ep-core:grain_usGallon-1 | 545 | ep-core:grain_usGallon-1 |
| 441 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 546 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 442 | rdfs:label "grain per US Gallon"^^xsd:string . | 547 | rdfs:label "grain per US Gallon"^^xsd:string . |
| 443 | 548 | ||
| 444 | ep-core:gram | 549 | ep-core:gram |
| 445 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 550 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 446 | rdfs:domain ep-core:Mass ; | 551 | rdfs:domain ep-core:Mass ; |
| 447 | rdfs:label "gram"^^xsd:string . | 552 | rdfs:label "gram"^^xsd:string . |
| 448 | 553 | ||
| 449 | ep-core:gram_dm-3 | 554 | ep-core:gram_dm-3 |
| 450 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 555 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 451 | rdfs:label "gram dm-3"^^xsd:string . | 556 | rdfs:label "gram dm-3"^^xsd:string . |
| 452 | 557 | ||
| 453 | ep-core:gram_l-1 | 558 | ep-core:gram_l-1 |
| 454 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 559 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 455 | rdfs:label "grams per litre"^^xsd:string . | 560 | rdfs:label "grams per litre"^^xsd:string . |
| 456 | 561 | ||
| 457 | ep-core:gram_m-3 | 562 | ep-core:gram_m-3 |
| 458 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 563 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 459 | rdfs:label "gram m-3"^^xsd:string . | 564 | rdfs:label "gram m-3"^^xsd:string . |
| 460 | 565 | ||
| 461 | ep-core:gram_ukGallon-1 | 566 | ep-core:gram_ukGallon-1 |
| 462 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 567 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 463 | rdfs:label "grams per UK Gallon"^^xsd:string . | 568 | rdfs:label "grams per UK Gallon"^^xsd:string . |
| 464 | 569 | ||
| 465 | ep-core:gram_usGallon-1 | 570 | ep-core:gram_usGallon-1 |
| 466 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 571 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 467 | rdfs:label "grams per US Gallon"^^xsd:string . | 572 | rdfs:label "grams per US Gallon"^^xsd:string . |
| 468 | 573 | ||
| 469 | ep-core:hasSetOfAllPartsOfType | 574 | ep-core:hasSetOfAllPartsOfType |
| ... | @@ -472,517 +577,577 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -472,517 +577,577 @@ ep-core:hasSetOfAllPartsOfType |
| 472 | rdfs:label "basis for"^^xsd:string . | 577 | rdfs:label "basis for"^^xsd:string . |
| 473 | 578 | ||
| 474 | ep-core:hectare | 579 | ep-core:hectare |
| 475 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 580 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 476 | rdfs:label "hectares"^^xsd:string . | 581 | rdfs:label "hectares"^^xsd:string . |
| 477 | 582 | ||
| 583 | +ep-core:hp_hr_bbl-1 | ||
| 584 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 585 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 586 | + rdfs:label "horsepower hours per barrel"^^xsd:string . | ||
| 587 | + | ||
| 478 | ep-core:hz | 588 | ep-core:hz |
| 479 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 589 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 480 | rdfs:domain ep-core:Frequency ; | 590 | rdfs:domain ep-core:Frequency ; |
| 481 | rdfs:label "Hertz"^^xsd:string . | 591 | rdfs:label "Hertz"^^xsd:string . |
| 482 | 592 | ||
| 483 | ep-core:in2 | 593 | ep-core:in2 |
| 484 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 594 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 485 | rdfs:label "square inches"^^xsd:string . | 595 | rdfs:label "square inches"^^xsd:string . |
| 486 | 596 | ||
| 487 | ep-core:in2_ft-2 | 597 | ep-core:in2_ft-2 |
| 488 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 598 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 489 | rdfs:label "square inches per square foot"^^xsd:string . | 599 | rdfs:label "square inches per square foot"^^xsd:string . |
| 490 | 600 | ||
| 491 | ep-core:in2_in-2 | 601 | ep-core:in2_in-2 |
| 492 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 602 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 493 | rdfs:label "square inches per square inch"^^xsd:string . | 603 | rdfs:label "square inches per square inch"^^xsd:string . |
| 494 | 604 | ||
| 495 | ep-core:inch_64 | 605 | ep-core:inch_64 |
| 496 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 606 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 497 | rdfs:domain ep-core:Length ; | 607 | rdfs:domain ep-core:Length ; |
| 498 | rdfs:label "inch/64"^^xsd:string . | 608 | rdfs:label "inch/64"^^xsd:string . |
| 499 | 609 | ||
| 500 | ep-core:j_cm-2 | 610 | ep-core:j_cm-2 |
| 501 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 611 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 502 | rdfs:label "joules per square centimetre"^^xsd:string . | 612 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 503 | 613 | ||
| 614 | +ep-core:j_dm-3 | ||
| 615 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 616 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 617 | + rdfs:label "joules per cubic decimetre"^^xsd:string . | ||
| 618 | + | ||
| 504 | ep-core:j_m-2 | 619 | ep-core:j_m-2 |
| 505 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 620 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 506 | rdfs:label "joules per square metre"^^xsd:string . | 621 | rdfs:label "joules per square metre"^^xsd:string . |
| 507 | 622 | ||
| 508 | -ep-core:kg_kg-1 | 623 | +ep-core:j_m-3 |
| 624 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 625 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 626 | + rdfs:label "joules per cubic metre"^^xsd:string . | ||
| 627 | + | ||
| 628 | +ep-core:kCal_cm-3 | ||
| 509 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 629 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 630 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 631 | + rdfs:label "kilocalories per cubic centimetre"^^xsd:string . | ||
| 632 | + | ||
| 633 | +ep-core:kCal_m-3 | ||
| 634 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 635 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 636 | + rdfs:label "kilocalories per cubic metre"^^xsd:string . | ||
| 637 | + | ||
| 638 | +ep-core:kg_kg-1 | ||
| 639 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 510 | rdfs:domain ep-core:MassConcentration ; | 640 | rdfs:domain ep-core:MassConcentration ; |
| 511 | rdfs:label "kilograms per kilogram"^^xsd:string . | 641 | rdfs:label "kilograms per kilogram"^^xsd:string . |
| 512 | 642 | ||
| 513 | ep-core:kg_m-1 | 643 | ep-core:kg_m-1 |
| 514 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 644 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 515 | rdfs:domain ep-core:MassPerLength ; | 645 | rdfs:domain ep-core:MassPerLength ; |
| 516 | rdfs:label "kilograms per metre"^^xsd:string . | 646 | rdfs:label "kilograms per metre"^^xsd:string . |
| 517 | 647 | ||
| 518 | ep-core:kg_m_cm-2 | 648 | ep-core:kg_m_cm-2 |
| 519 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 649 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 520 | rdfs:domain ep-core:MassPerLength ; | 650 | rdfs:domain ep-core:MassPerLength ; |
| 521 | rdfs:label "Kilogram metres per cm2"^^xsd:string . | 651 | rdfs:label "Kilogram metres per cm2"^^xsd:string . |
| 522 | 652 | ||
| 523 | ep-core:kg_sack94-1 | 653 | ep-core:kg_sack94-1 |
| 524 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 654 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 525 | rdfs:domain ep-core:MassConcentration ; | 655 | rdfs:domain ep-core:MassConcentration ; |
| 526 | rdfs:label "kilograms per 94lb sack"^^xsd:string . | 656 | rdfs:label "kilograms per 94lb sack"^^xsd:string . |
| 527 | 657 | ||
| 528 | ep-core:kgf | 658 | ep-core:kgf |
| 529 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 659 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 530 | rdfs:label "kg (force)"^^xsd:string . | 660 | rdfs:label "kg (force)"^^xsd:string . |
| 531 | 661 | ||
| 532 | ep-core:kgf_m_m-2 | 662 | ep-core:kgf_m_m-2 |
| 533 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 663 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 534 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; | 664 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; |
| 535 | rdfs:label "kg (force) meter per square metre"^^xsd:string . | 665 | rdfs:label "kg (force) meter per square metre"^^xsd:string . |
| 536 | 666 | ||
| 537 | ep-core:khz | 667 | ep-core:khz |
| 538 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 668 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 539 | rdfs:domain ep-core:Frequency ; | 669 | rdfs:domain ep-core:Frequency ; |
| 540 | rdfs:label "Kilohertz"^^xsd:string . | 670 | rdfs:label "Kilohertz"^^xsd:string . |
| 541 | 671 | ||
| 542 | ep-core:kiloDyne | 672 | ep-core:kiloDyne |
| 543 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 673 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 544 | rdfs:label "Kilodyne"^^xsd:string . | 674 | rdfs:label "Kilodyne"^^xsd:string . |
| 545 | 675 | ||
| 546 | ep-core:kiloLux | 676 | ep-core:kiloLux |
| 547 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 677 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 548 | rdfs:domain ep-core:Illuminance ; | 678 | rdfs:domain ep-core:Illuminance ; |
| 549 | rdfs:label "kilolux"^^xsd:string . | 679 | rdfs:label "kilolux"^^xsd:string . |
| 550 | 680 | ||
| 551 | ep-core:kiloNewton | 681 | ep-core:kiloNewton |
| 552 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 682 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 553 | rdfs:label "Kilonewton"^^xsd:string . | 683 | rdfs:label "Kilonewton"^^xsd:string . |
| 554 | 684 | ||
| 555 | ep-core:kilogram | 685 | ep-core:kilogram |
| 556 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 686 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 557 | rdfs:domain ep-core:Mass ; | 687 | rdfs:domain ep-core:Mass ; |
| 558 | rdfs:label "kilogram"^^xsd:string . | 688 | rdfs:label "kilogram"^^xsd:string . |
| 559 | 689 | ||
| 560 | ep-core:kilogram_dm-3 | 690 | ep-core:kilogram_dm-3 |
| 561 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 691 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 562 | rdfs:label "kilogram dm-3"^^xsd:string . | 692 | rdfs:label "kilogram dm-3"^^xsd:string . |
| 563 | 693 | ||
| 564 | ep-core:kilogram_l-1 | 694 | ep-core:kilogram_l-1 |
| 565 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 695 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 566 | rdfs:label "kilogram per litre"^^xsd:string . | 696 | rdfs:label "kilogram per litre"^^xsd:string . |
| 567 | 697 | ||
| 568 | ep-core:kilogram_m-3 | 698 | ep-core:kilogram_m-3 |
| 569 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 699 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 570 | rdfs:label "kilogram m-3"^^xsd:string . | 700 | rdfs:label "kilogram m-3"^^xsd:string . |
| 571 | 701 | ||
| 572 | ep-core:kilometre | 702 | ep-core:kilometre |
| 573 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 703 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 574 | rdfs:domain ep-core:Length ; | 704 | rdfs:domain ep-core:Length ; |
| 575 | rdfs:label "Kilometre"^^xsd:string . | 705 | rdfs:label "Kilometre"^^xsd:string . |
| 576 | 706 | ||
| 577 | ep-core:kilovolt | 707 | ep-core:kilovolt |
| 578 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 708 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 579 | rdfs:label "kilovolt"^^xsd:string . | 709 | rdfs:label "kilovolt"^^xsd:string . |
| 580 | 710 | ||
| 711 | +ep-core:kj_dm-3 | ||
| 712 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 713 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 714 | + rdfs:label "kilojoules per cubic decimetre"^^xsd:string . | ||
| 715 | + | ||
| 716 | +ep-core:kj_m-3 | ||
| 717 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 718 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 719 | + rdfs:label "kilojoules per cubic metre"^^xsd:string . | ||
| 720 | + | ||
| 581 | ep-core:klbf | 721 | ep-core:klbf |
| 582 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 722 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 583 | rdfs:label "kilopound (force)"^^xsd:string . | 723 | rdfs:label "kilopound (force)"^^xsd:string . |
| 584 | 724 | ||
| 585 | ep-core:klbm | 725 | ep-core:klbm |
| 586 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 726 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 587 | rdfs:domain ep-core:Mass ; | 727 | rdfs:domain ep-core:Mass ; |
| 588 | rdfs:label "Thousand pounds mass"^^xsd:string . | 728 | rdfs:label "Thousand pounds mass"^^xsd:string . |
| 589 | 729 | ||
| 590 | ep-core:klbm_in-1 | 730 | ep-core:klbm_in-1 |
| 591 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 731 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 592 | rdfs:domain ep-core:MassPerLength ; | 732 | rdfs:domain ep-core:MassPerLength ; |
| 593 | rdfs:label "thousand pounds (mass) per inch"^^xsd:string . | 733 | rdfs:label "thousand pounds (mass) per inch"^^xsd:string . |
| 594 | 734 | ||
| 595 | ep-core:km2 | 735 | ep-core:km2 |
| 596 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 736 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 597 | rdfs:label "square kilometres"^^xsd:string . | 737 | rdfs:label "square kilometres"^^xsd:string . |
| 598 | 738 | ||
| 599 | ep-core:km_cm-1 | 739 | ep-core:km_cm-1 |
| 600 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 740 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 601 | rdfs:domain ep-core:LengthPerLength ; | 741 | rdfs:domain ep-core:LengthPerLength ; |
| 602 | rdfs:label "kilometres per centimetre"^^xsd:string . | 742 | rdfs:label "kilometres per centimetre"^^xsd:string . |
| 603 | 743 | ||
| 604 | ep-core:kpa_100m-1 | 744 | ep-core:kpa_100m-1 |
| 605 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 745 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 606 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . | 746 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . |
| 607 | 747 | ||
| 608 | ep-core:kpa_m-1 | 748 | ep-core:kpa_m-1 |
| 609 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 749 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 610 | rdfs:label "Kilopascal per metre"^^xsd:string . | 750 | rdfs:label "Kilopascal per metre"^^xsd:string . |
| 611 | 751 | ||
| 752 | +ep-core:kw_h_dm-3 | ||
| 753 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 754 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 755 | + rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string . | ||
| 756 | + | ||
| 757 | +ep-core:kw_h_m-3 | ||
| 758 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 759 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 760 | + rdfs:label "kilowatt hours per cubic metre"^^xsd:string . | ||
| 761 | + | ||
| 612 | ep-core:lbf | 762 | ep-core:lbf |
| 613 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 763 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 614 | rdfs:label "Pounds (force)"^^xsd:string . | 764 | rdfs:label "Pounds (force)"^^xsd:string . |
| 615 | 765 | ||
| 616 | ep-core:lbf_ft-3 | 766 | ep-core:lbf_ft-3 |
| 617 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 767 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 618 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . | 768 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . |
| 619 | 769 | ||
| 770 | +ep-core:lbf_ft_bbl-1 | ||
| 771 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 772 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 773 | + rdfs:label "pounds (force) foot per barrel"^^xsd:string . | ||
| 774 | + | ||
| 620 | ep-core:lbf_ft_in-2 | 775 | ep-core:lbf_ft_in-2 |
| 621 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 776 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 622 | rdfs:label "pound foot per square inch"^^xsd:string . | 777 | rdfs:label "pound foot per square inch"^^xsd:string . |
| 623 | 778 | ||
| 624 | ep-core:lbf_usGal-1 | 779 | ep-core:lbf_usGal-1 |
| 625 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 780 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 626 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . | 781 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . |
| 627 | 782 | ||
| 628 | ep-core:lbm | 783 | ep-core:lbm |
| 629 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 784 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 630 | rdfs:domain ep-core:Mass ; | 785 | rdfs:domain ep-core:Mass ; |
| 631 | rdfs:label "pound (mass)"^^xsd:string . | 786 | rdfs:label "pound (mass)"^^xsd:string . |
| 632 | 787 | ||
| 633 | ep-core:lbm_1000bbl-1 | 788 | ep-core:lbm_1000bbl-1 |
| 634 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 789 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 635 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 790 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 636 | 791 | ||
| 637 | ep-core:lbm_1000ukGallon-1 | 792 | ep-core:lbm_1000ukGallon-1 |
| 638 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 793 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 639 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 794 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 640 | 795 | ||
| 641 | ep-core:lbm_1000usGallon-1 | 796 | ep-core:lbm_1000usGallon-1 |
| 642 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 797 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 643 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 798 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 644 | 799 | ||
| 645 | ep-core:lbm_10bbl-1 | 800 | ep-core:lbm_10bbl-1 |
| 646 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 801 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 647 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 802 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 648 | 803 | ||
| 649 | ep-core:lbm_bbl-1 | 804 | ep-core:lbm_bbl-1 |
| 650 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 805 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 651 | rdfs:label "pounds (mass) per barrel"^^xsd:string . | 806 | rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 652 | 807 | ||
| 653 | ep-core:lbm_ft-1 | 808 | ep-core:lbm_ft-1 |
| 654 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 809 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 655 | rdfs:domain ep-core:MassPerLength ; | 810 | rdfs:domain ep-core:MassPerLength ; |
| 656 | rdfs:label "pounds (mass) per foot"^^xsd:string . | 811 | rdfs:label "pounds (mass) per foot"^^xsd:string . |
| 657 | 812 | ||
| 658 | ep-core:lbm_ft-3 | 813 | ep-core:lbm_ft-3 |
| 659 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 814 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 660 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 815 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 661 | 816 | ||
| 662 | ep-core:lbm_in-3 | 817 | ep-core:lbm_in-3 |
| 663 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 818 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 664 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 819 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 665 | 820 | ||
| 666 | ep-core:lbm_millibarrel-1 | 821 | ep-core:lbm_millibarrel-1 |
| 667 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 822 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 668 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 823 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 669 | 824 | ||
| 670 | ep-core:lbm_ukGallon-1 | 825 | ep-core:lbm_ukGallon-1 |
| 671 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 826 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 672 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 827 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 673 | 828 | ||
| 674 | ep-core:lbm_usGallon-1 | 829 | ep-core:lbm_usGallon-1 |
| 675 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 830 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 676 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 831 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 677 | 832 | ||
| 678 | ep-core:link_Benoit_A | 833 | ep-core:link_Benoit_A |
| 679 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 834 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 680 | rdfs:domain ep-core:Length ; | 835 | rdfs:domain ep-core:Length ; |
| 681 | rdfs:label "Benoit Link A"^^xsd:string . | 836 | rdfs:label "Benoit Link A"^^xsd:string . |
| 682 | 837 | ||
| 683 | ep-core:link_Benoit_B | 838 | ep-core:link_Benoit_B |
| 684 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 839 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 685 | rdfs:domain ep-core:Length ; | 840 | rdfs:domain ep-core:Length ; |
| 686 | rdfs:label "Benoit Link B"^^xsd:string . | 841 | rdfs:label "Benoit Link B"^^xsd:string . |
| 687 | 842 | ||
| 688 | ep-core:link_Clarke | 843 | ep-core:link_Clarke |
| 689 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 844 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 690 | rdfs:domain ep-core:Length ; | 845 | rdfs:domain ep-core:Length ; |
| 691 | rdfs:label "Clarke Link"^^xsd:string . | 846 | rdfs:label "Clarke Link"^^xsd:string . |
| 692 | 847 | ||
| 693 | ep-core:link_Sears | 848 | ep-core:link_Sears |
| 694 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 849 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 695 | rdfs:domain ep-core:Length ; | 850 | rdfs:domain ep-core:Length ; |
| 696 | rdfs:label "Sears Link"^^xsd:string . | 851 | rdfs:label "Sears Link"^^xsd:string . |
| 697 | 852 | ||
| 698 | ep-core:link_US_Survey | 853 | ep-core:link_US_Survey |
| 699 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 854 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 700 | rdfs:domain ep-core:Length ; | 855 | rdfs:domain ep-core:Length ; |
| 701 | rdfs:label "US Survey Link"^^xsd:string . | 856 | rdfs:label "US Survey Link"^^xsd:string . |
| 702 | 857 | ||
| 703 | ep-core:lm_m-2 | 858 | ep-core:lm_m-2 |
| 704 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 859 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 705 | rdfs:domain ep-core:Illuminance ; | 860 | rdfs:domain ep-core:Illuminance ; |
| 706 | rdfs:label "lumens per square metre"^^xsd:string . | 861 | rdfs:label "lumens per square metre"^^xsd:string . |
| 707 | 862 | ||
| 708 | ep-core:lux | 863 | ep-core:lux |
| 709 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 864 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 710 | rdfs:domain ep-core:Illuminance ; | 865 | rdfs:domain ep-core:Illuminance ; |
| 711 | rdfs:label "lux"^^xsd:string . | 866 | rdfs:label "lux"^^xsd:string . |
| 712 | 867 | ||
| 713 | ep-core:m2 | 868 | ep-core:m2 |
| 714 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 869 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 715 | rdfs:label "square metres"^^xsd:string . | 870 | rdfs:label "square metres"^^xsd:string . |
| 716 | 871 | ||
| 717 | ep-core:m2_m-2 | 872 | ep-core:m2_m-2 |
| 718 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 873 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 719 | rdfs:label "square metres per square metre"^^xsd:string . | 874 | rdfs:label "square metres per square metre"^^xsd:string . |
| 720 | 875 | ||
| 721 | ep-core:m_30m-1 | 876 | ep-core:m_30m-1 |
| 722 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 877 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 723 | rdfs:domain ep-core:LengthPerLength ; | 878 | rdfs:domain ep-core:LengthPerLength ; |
| 724 | rdfs:label "metres per 30m"^^xsd:string . | 879 | rdfs:label "metres per 30m"^^xsd:string . |
| 725 | 880 | ||
| 726 | ep-core:m_cm-2 | 881 | ep-core:m_cm-2 |
| 727 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 882 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 728 | rdfs:domain ep-core:LengthPerLength ; | 883 | rdfs:domain ep-core:LengthPerLength ; |
| 729 | rdfs:label "metres per centimetre"^^xsd:string . | 884 | rdfs:label "metres per centimetre"^^xsd:string . |
| 730 | 885 | ||
| 731 | ep-core:m_km-1 | 886 | ep-core:m_km-1 |
| 732 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 887 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 733 | rdfs:domain ep-core:LengthPerLength ; | 888 | rdfs:domain ep-core:LengthPerLength ; |
| 734 | rdfs:label "metres per kilometre"^^xsd:string . | 889 | rdfs:label "metres per kilometre"^^xsd:string . |
| 735 | 890 | ||
| 736 | ep-core:m_m-1 | 891 | ep-core:m_m-1 |
| 737 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 892 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 738 | rdfs:domain ep-core:LengthPerLength ; | 893 | rdfs:domain ep-core:LengthPerLength ; |
| 739 | rdfs:label "metres per metre"^^xsd:string . | 894 | rdfs:label "metres per metre"^^xsd:string . |
| 740 | 895 | ||
| 741 | ep-core:masseq_100g | 896 | ep-core:masseq_100g |
| 742 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 897 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 743 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . | 898 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . |
| 744 | 899 | ||
| 745 | ep-core:masseq_g | 900 | ep-core:masseq_g |
| 746 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 901 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 747 | rdfs:label "mass equivalent (grams)"^^xsd:string . | 902 | rdfs:label "mass equivalent (grams)"^^xsd:string . |
| 748 | 903 | ||
| 749 | ep-core:masseq_kg | 904 | ep-core:masseq_kg |
| 750 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 905 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 751 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . | 906 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . |
| 752 | 907 | ||
| 753 | ep-core:megaGramF | 908 | ep-core:megaGramF |
| 754 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 909 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 755 | rdfs:label "Megagram (force)"^^xsd:string . | 910 | rdfs:label "Megagram (force)"^^xsd:string . |
| 756 | 911 | ||
| 757 | ep-core:megaNewton | 912 | ep-core:megaNewton |
| 758 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 913 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 759 | rdfs:label "Meganewton"^^xsd:string . | 914 | rdfs:label "Meganewton"^^xsd:string . |
| 760 | 915 | ||
| 761 | ep-core:megagram | 916 | ep-core:megagram |
| 762 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 917 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 763 | rdfs:domain ep-core:Mass ; | 918 | rdfs:domain ep-core:Mass ; |
| 764 | rdfs:label "megagram"^^xsd:string . | 919 | rdfs:label "megagram"^^xsd:string . |
| 765 | 920 | ||
| 766 | ep-core:megagram_m-3 | 921 | ep-core:megagram_m-3 |
| 767 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 922 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 768 | rdfs:label "Megagram m-3"^^xsd:string . | 923 | rdfs:label "Megagram m-3"^^xsd:string . |
| 769 | 924 | ||
| 770 | ep-core:megahertz | 925 | ep-core:megahertz |
| 771 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 926 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 772 | rdfs:domain ep-core:Frequency ; | 927 | rdfs:domain ep-core:Frequency ; |
| 773 | rdfs:label "Megahertz"^^xsd:string . | 928 | rdfs:label "Megahertz"^^xsd:string . |
| 774 | 929 | ||
| 930 | +ep-core:megajoule_m-3 | ||
| 931 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 932 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 933 | + rdfs:label "megajoules per cubic metre"^^xsd:string . | ||
| 934 | + | ||
| 775 | ep-core:megametre | 935 | ep-core:megametre |
| 776 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 936 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 777 | rdfs:domain ep-core:Length ; | 937 | rdfs:domain ep-core:Length ; |
| 778 | rdfs:label "Megametre"^^xsd:string . | 938 | rdfs:label "Megametre"^^xsd:string . |
| 779 | 939 | ||
| 780 | ep-core:megavolt | 940 | ep-core:megavolt |
| 781 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 941 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 782 | rdfs:label "Megavolt"^^xsd:string . | 942 | rdfs:label "Megavolt"^^xsd:string . |
| 783 | 943 | ||
| 944 | +ep-core:megawatt_h_m-3 | ||
| 945 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 946 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 947 | + rdfs:label "megawatt hours per cubic metre"^^xsd:string . | ||
| 948 | + | ||
| 784 | ep-core:metre3_hour-1 | 949 | ep-core:metre3_hour-1 |
| 785 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 950 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 786 | rdfs:domain ep-core:VolumetricFlowRate ; | 951 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 787 | rdfs:label "metre3 hour-1"^^xsd:string . | 952 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 788 | 953 | ||
| 789 | ep-core:metre_German_Legal | 954 | ep-core:metre_German_Legal |
| 790 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 955 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 791 | rdfs:domain ep-core:Length ; | 956 | rdfs:domain ep-core:Length ; |
| 792 | rdfs:label "German Legal Metre"^^xsd:string . | 957 | rdfs:label "German Legal Metre"^^xsd:string . |
| 793 | 958 | ||
| 794 | ep-core:metre_s-2 | 959 | ep-core:metre_s-2 |
| 795 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 960 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 796 | rdfs:label "metres per second squared"^^xsd:string . | 961 | rdfs:label "metres per second squared"^^xsd:string . |
| 797 | 962 | ||
| 798 | ep-core:mg_in-1 | 963 | ep-core:mg_in-1 |
| 799 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 964 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 800 | rdfs:domain ep-core:MassPerLength ; | 965 | rdfs:domain ep-core:MassPerLength ; |
| 801 | rdfs:label "thousand kilograms per inch"^^xsd:string . | 966 | rdfs:label "thousand kilograms per inch"^^xsd:string . |
| 802 | 967 | ||
| 803 | ep-core:mg_kg-1 | 968 | ep-core:mg_kg-1 |
| 804 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 969 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 805 | rdfs:domain ep-core:MassConcentration ; | 970 | rdfs:domain ep-core:MassConcentration ; |
| 806 | rdfs:label "milligrams per kilogram"^^xsd:string . | 971 | rdfs:label "milligrams per kilogram"^^xsd:string . |
| 807 | 972 | ||
| 808 | ep-core:mgn | 973 | ep-core:mgn |
| 809 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 974 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 810 | rdfs:label "milliGn - normal acceleration"^^xsd:string . | 975 | rdfs:label "milliGn - normal acceleration"^^xsd:string . |
| 811 | 976 | ||
| 812 | ep-core:mi2 | 977 | ep-core:mi2 |
| 813 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 978 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 814 | rdfs:label "square miles"^^xsd:string . | 979 | rdfs:label "square miles"^^xsd:string . |
| 815 | 980 | ||
| 816 | ep-core:mi_in-1 | 981 | ep-core:mi_in-1 |
| 817 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 982 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 818 | rdfs:domain ep-core:LengthPerLength ; | 983 | rdfs:domain ep-core:LengthPerLength ; |
| 819 | rdfs:label "miles per inch"^^xsd:string . | 984 | rdfs:label "miles per inch"^^xsd:string . |
| 820 | 985 | ||
| 821 | ep-core:microEuclid | 986 | ep-core:microEuclid |
| 822 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 987 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 823 | rdfs:domain ep-core:DimensionlessMeasure ; | 988 | rdfs:domain ep-core:DimensionlessMeasure ; |
| 824 | rdfs:label "MicroEuclid"^^xsd:string . | 989 | rdfs:label "MicroEuclid"^^xsd:string . |
| 825 | 990 | ||
| 826 | ep-core:microNewton | 991 | ep-core:microNewton |
| 827 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 992 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 828 | rdfs:label "MIcronewton"^^xsd:string . | 993 | rdfs:label "MIcronewton"^^xsd:string . |
| 829 | 994 | ||
| 830 | ep-core:microgram | 995 | ep-core:microgram |
| 831 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 996 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 832 | rdfs:domain ep-core:Mass ; | 997 | rdfs:domain ep-core:Mass ; |
| 833 | rdfs:label "micrograms"^^xsd:string . | 998 | rdfs:label "micrograms"^^xsd:string . |
| 834 | 999 | ||
| 835 | ep-core:microgram_cm-3 | 1000 | ep-core:microgram_cm-3 |
| 836 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1001 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 837 | rdfs:label "microgram cm-3"^^xsd:string . | 1002 | rdfs:label "microgram cm-3"^^xsd:string . |
| 838 | 1003 | ||
| 839 | ep-core:micrometre | 1004 | ep-core:micrometre |
| 840 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1005 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 841 | rdfs:domain ep-core:Length ; | 1006 | rdfs:domain ep-core:Length ; |
| 842 | rdfs:label "micrometre"^^xsd:string . | 1007 | rdfs:label "micrometre"^^xsd:string . |
| 843 | 1008 | ||
| 844 | ep-core:microvolt | 1009 | ep-core:microvolt |
| 845 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1010 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 846 | rdfs:label "microvolt"^^xsd:string . | 1011 | rdfs:label "microvolt"^^xsd:string . |
| 847 | 1012 | ||
| 848 | ep-core:mil | 1013 | ep-core:mil |
| 849 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1014 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 850 | rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; | 1015 | rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; |
| 851 | rdfs:domain ep-core:Length ; | 1016 | rdfs:domain ep-core:Length ; |
| 852 | rdfs:label "mil"^^xsd:string . | 1017 | rdfs:label "mil"^^xsd:string . |
| 853 | 1018 | ||
| 854 | ep-core:mile | 1019 | ep-core:mile |
| 855 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1020 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 856 | rdfs:domain ep-core:Length ; | 1021 | rdfs:domain ep-core:Length ; |
| 857 | rdfs:label "mile"^^xsd:string . | 1022 | rdfs:label "mile"^^xsd:string . |
| 858 | 1023 | ||
| 859 | ep-core:mile_US | 1024 | ep-core:mile_US |
| 860 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1025 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 861 | rdfs:domain ep-core:Length ; | 1026 | rdfs:domain ep-core:Length ; |
| 862 | rdfs:label "US Mile"^^xsd:string . | 1027 | rdfs:label "US Mile"^^xsd:string . |
| 863 | 1028 | ||
| 864 | ep-core:milliEuclid | 1029 | ep-core:milliEuclid |
| 865 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1030 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 866 | rdfs:domain ep-core:DimensionlessMeasure ; | 1031 | rdfs:domain ep-core:DimensionlessMeasure ; |
| 867 | rdfs:label "MilliEuclid"^^xsd:string . | 1032 | rdfs:label "MilliEuclid"^^xsd:string . |
| 868 | 1033 | ||
| 869 | ep-core:milliNewton | 1034 | ep-core:milliNewton |
| 870 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1035 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 871 | rdfs:label "Millinewton"^^xsd:string . | 1036 | rdfs:label "Millinewton"^^xsd:string . |
| 872 | 1037 | ||
| 873 | ep-core:milliPa_second | 1038 | ep-core:milliPa_second |
| 874 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1039 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 875 | rdfs:domain ep-core:PlasticViscosity ; | 1040 | rdfs:domain ep-core:PlasticViscosity ; |
| 876 | rdfs:label "MPa.second"^^xsd:string . | 1041 | rdfs:label "MPa.second"^^xsd:string . |
| 877 | 1042 | ||
| 878 | ep-core:milligalileo | 1043 | ep-core:milligalileo |
| 879 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1044 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 880 | rdfs:label "milligalileo"^^xsd:string . | 1045 | rdfs:label "milligalileo"^^xsd:string . |
| 881 | 1046 | ||
| 882 | ep-core:milligram | 1047 | ep-core:milligram |
| 883 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1048 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 884 | rdfs:domain ep-core:Mass ; | 1049 | rdfs:domain ep-core:Mass ; |
| 885 | rdfs:label "milligram"^^xsd:string . | 1050 | rdfs:label "milligram"^^xsd:string . |
| 886 | 1051 | ||
| 887 | ep-core:milligram_dm-3 | 1052 | ep-core:milligram_dm-3 |
| 888 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1053 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 889 | rdfs:label "milligram dm-3"^^xsd:string . | 1054 | rdfs:label "milligram dm-3"^^xsd:string . |
| 890 | 1055 | ||
| 891 | ep-core:milligram_l-1 | 1056 | ep-core:milligram_l-1 |
| 892 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1057 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 893 | rdfs:label "milligrams per litre"^^xsd:string . | 1058 | rdfs:label "milligrams per litre"^^xsd:string . |
| 894 | 1059 | ||
| 895 | ep-core:milligram_m-3 | 1060 | ep-core:milligram_m-3 |
| 896 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1061 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 897 | rdfs:label "milligram m-3"^^xsd:string . | 1062 | rdfs:label "milligram m-3"^^xsd:string . |
| 898 | 1063 | ||
| 899 | ep-core:milligram_usGallon-1 | 1064 | ep-core:milligram_usGallon-1 |
| 900 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1065 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 901 | rdfs:label "milligrams per US Gallon"^^xsd:string . | 1066 | rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 902 | 1067 | ||
| 903 | ep-core:millihertz | 1068 | ep-core:millihertz |
| 904 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1069 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 905 | rdfs:domain ep-core:Frequency ; | 1070 | rdfs:domain ep-core:Frequency ; |
| 906 | rdfs:label "millihertz"^^xsd:string . | 1071 | rdfs:label "millihertz"^^xsd:string . |
| 907 | 1072 | ||
| 908 | ep-core:millivolt | 1073 | ep-core:millivolt |
| 909 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1074 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 910 | rdfs:label "millivolt"^^xsd:string . | 1075 | rdfs:label "millivolt"^^xsd:string . |
| 911 | 1076 | ||
| 912 | ep-core:mj_cm-2 | 1077 | ep-core:mj_cm-2 |
| 913 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1078 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 914 | rdfs:label "millijoules per square centimetre"^^xsd:string . | 1079 | rdfs:label "millijoules per square centimetre"^^xsd:string . |
| 915 | 1080 | ||
| 916 | ep-core:mj_m-2 | 1081 | ep-core:mj_m-2 |
| 917 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1082 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 918 | rdfs:label "millijoules per square metre"^^xsd:string . | 1083 | rdfs:label "millijoules per square metre"^^xsd:string . |
| 919 | 1084 | ||
| 920 | ep-core:mm2 | 1085 | ep-core:mm2 |
| 921 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1086 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 922 | rdfs:label "square millimetres"^^xsd:string . | 1087 | rdfs:label "square millimetres"^^xsd:string . |
| 923 | 1088 | ||
| 924 | ep-core:mm2_mm-2 | 1089 | ep-core:mm2_mm-2 |
| 925 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1090 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 926 | rdfs:label "square millimetres per square millimetre"^^xsd:string . | 1091 | rdfs:label "square millimetres per square millimetre"^^xsd:string . |
| 927 | 1092 | ||
| 928 | ep-core:mpa_m-1 | 1093 | ep-core:mpa_m-1 |
| 929 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1094 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 930 | rdfs:label "megapascal per metre"^^xsd:string . | 1095 | rdfs:label "megapascal per metre"^^xsd:string . |
| 931 | 1096 | ||
| 932 | ep-core:n_m-3 | 1097 | ep-core:n_m-3 |
| 933 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1098 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 934 | rdfs:label "Newtons per square metre"^^xsd:string . | 1099 | rdfs:label "Newtons per square metre"^^xsd:string . |
| 935 | 1100 | ||
| 936 | ep-core:n_m-E | 1101 | ep-core:n_m-E |
| 937 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1102 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 938 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; | 1103 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; |
| 939 | rdfs:label "joules per square centimetre"^^xsd:string . | 1104 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 940 | 1105 | ||
| 941 | ep-core:nanoEuclid | 1106 | ep-core:nanoEuclid |
| 942 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1107 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 943 | rdfs:domain ep-core:DimensionlessMeasure ; | 1108 | rdfs:domain ep-core:DimensionlessMeasure ; |
| 944 | rdfs:label "NanoEuclid"^^xsd:string . | 1109 | rdfs:label "NanoEuclid"^^xsd:string . |
| 945 | 1110 | ||
| 946 | ep-core:nanometre | 1111 | ep-core:nanometre |
| 947 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1112 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 948 | rdfs:domain ep-core:Length ; | 1113 | rdfs:domain ep-core:Length ; |
| 949 | rdfs:label "nanometre"^^xsd:string . | 1114 | rdfs:label "nanometre"^^xsd:string . |
| 950 | 1115 | ||
| 951 | ep-core:nauticalMile | 1116 | ep-core:nauticalMile |
| 952 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1117 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 953 | rdfs:domain ep-core:Length ; | 1118 | rdfs:domain ep-core:Length ; |
| 954 | rdfs:label "Nautical Mile"^^xsd:string . | 1119 | rdfs:label "Nautical Mile"^^xsd:string . |
| 955 | 1120 | ||
| 956 | ep-core:newton | 1121 | ep-core:newton |
| 957 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1122 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 958 | rdfs:label "Newton"^^xsd:string . | 1123 | rdfs:label "Newton"^^xsd:string . |
| 959 | 1124 | ||
| 960 | ep-core:oersted | 1125 | ep-core:oersted |
| 961 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1126 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 962 | rdfs:domain ep-core:MagneticFieldStrength ; | 1127 | rdfs:domain ep-core:MagneticFieldStrength ; |
| 963 | rdfs:label "Oersted"^^xsd:string . | 1128 | rdfs:label "Oersted"^^xsd:string . |
| 964 | 1129 | ||
| 965 | ep-core:ozAv | 1130 | ep-core:ozAv |
| 966 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1131 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 967 | rdfs:domain ep-core:Mass ; | 1132 | rdfs:domain ep-core:Mass ; |
| 968 | rdfs:label "Avoirdupois Ounce"^^xsd:string . | 1133 | rdfs:label "Avoirdupois Ounce"^^xsd:string . |
| 969 | 1134 | ||
| 970 | ep-core:ozTroy | 1135 | ep-core:ozTroy |
| 971 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1136 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 972 | rdfs:domain ep-core:Mass ; | 1137 | rdfs:domain ep-core:Mass ; |
| 973 | rdfs:label "Troy Ounces"^^xsd:string . | 1138 | rdfs:label "Troy Ounces"^^xsd:string . |
| 974 | 1139 | ||
| 975 | ep-core:ozf | 1140 | ep-core:ozf |
| 976 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1141 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 977 | rdfs:label "Ounces (force)"^^xsd:string . | 1142 | rdfs:label "Ounces (force)"^^xsd:string . |
| 978 | 1143 | ||
| 979 | ep-core:ozm | 1144 | ep-core:ozm |
| 980 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1145 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 981 | rdfs:domain ep-core:Mass ; | 1146 | rdfs:domain ep-core:Mass ; |
| 982 | rdfs:label "ounces (mass)"^^xsd:string . | 1147 | rdfs:label "ounces (mass)"^^xsd:string . |
| 983 | 1148 | ||
| 984 | ep-core:partPerMillion | 1149 | ep-core:partPerMillion |
| 985 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1150 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 986 | rdfs:domain ep-core:MassOrVolumicConcentration ; | 1151 | rdfs:domain ep-core:MassOrVolumicConcentration ; |
| 987 | rdfs:label "parts per milliion"^^xsd:string . | 1152 | rdfs:label "parts per milliion"^^xsd:string . |
| 988 | 1153 | ||
| ... | @@ -993,243 +1158,258 @@ ep-core:partPerMillionByVolume | ... | @@ -993,243 +1158,258 @@ ep-core:partPerMillionByVolume |
| 993 | rdfs:subPropertyOf ep-core:partPerMillion . | 1158 | rdfs:subPropertyOf ep-core:partPerMillion . |
| 994 | 1159 | ||
| 995 | ep-core:pascal_m-1 | 1160 | ep-core:pascal_m-1 |
| 996 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1161 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 997 | rdfs:label "Pascal per metre"^^xsd:string . | 1162 | rdfs:label "Pascal per metre"^^xsd:string . |
| 998 | 1163 | ||
| 999 | ep-core:pdl | 1164 | ep-core:pdl |
| 1000 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1165 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1001 | rdfs:label "Poundal"^^xsd:string . | 1166 | rdfs:label "Poundal"^^xsd:string . |
| 1002 | 1167 | ||
| 1003 | ep-core:perAnnum | 1168 | ep-core:perAnnum |
| 1004 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1169 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1005 | rdfs:domain ep-core:Frequency ; | 1170 | rdfs:domain ep-core:Frequency ; |
| 1006 | rdfs:label "per annum"^^xsd:string . | 1171 | rdfs:label "per annum"^^xsd:string . |
| 1007 | 1172 | ||
| 1008 | ep-core:perDay | 1173 | ep-core:perDay |
| 1009 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1174 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1010 | rdfs:domain ep-core:Frequency ; | 1175 | rdfs:domain ep-core:Frequency ; |
| 1011 | rdfs:label "per day"^^xsd:string . | 1176 | rdfs:label "per day"^^xsd:string . |
| 1012 | 1177 | ||
| 1013 | ep-core:perHour | 1178 | ep-core:perHour |
| 1014 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1179 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1015 | rdfs:domain ep-core:Frequency ; | 1180 | rdfs:domain ep-core:Frequency ; |
| 1016 | rdfs:label "per hour"^^xsd:string . | 1181 | rdfs:label "per hour"^^xsd:string . |
| 1017 | 1182 | ||
| 1018 | ep-core:perMil | 1183 | ep-core:perMil |
| 1019 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1184 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1020 | rdfs:domain ep-core:MassOrVolumicConcentration ; | 1185 | rdfs:domain ep-core:MassOrVolumicConcentration ; |
| 1021 | rdfs:label "Per Mille"^^xsd:string . | 1186 | rdfs:label "Per Mille"^^xsd:string . |
| 1022 | 1187 | ||
| 1023 | ep-core:perMinute | 1188 | ep-core:perMinute |
| 1024 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1189 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1025 | rdfs:domain ep-core:Frequency ; | 1190 | rdfs:domain ep-core:Frequency ; |
| 1026 | rdfs:label "per minute"^^xsd:string . | 1191 | rdfs:label "per minute"^^xsd:string . |
| 1027 | 1192 | ||
| 1028 | ep-core:perSecond | 1193 | ep-core:perSecond |
| 1029 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1194 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1030 | rdfs:domain ep-core:Frequency ; | 1195 | rdfs:domain ep-core:Frequency ; |
| 1031 | rdfs:label "per second"^^xsd:string . | 1196 | rdfs:label "per second"^^xsd:string . |
| 1032 | 1197 | ||
| 1033 | ep-core:perWeek | 1198 | ep-core:perWeek |
| 1034 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1199 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1035 | rdfs:domain ep-core:Frequency ; | 1200 | rdfs:domain ep-core:Frequency ; |
| 1036 | rdfs:label "per week"^^xsd:string . | 1201 | rdfs:label "per week"^^xsd:string . |
| 1037 | 1202 | ||
| 1038 | ep-core:picometre | 1203 | ep-core:picometre |
| 1039 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1204 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1040 | rdfs:domain ep-core:Length ; | 1205 | rdfs:domain ep-core:Length ; |
| 1041 | rdfs:label "picometre"^^xsd:string . | 1206 | rdfs:label "picometre"^^xsd:string . |
| 1042 | 1207 | ||
| 1043 | ep-core:ppdk | 1208 | ep-core:ppdk |
| 1044 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1209 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1045 | rdfs:domain ep-core:MassOrVolumicConcentration ; | 1210 | rdfs:domain ep-core:MassOrVolumicConcentration ; |
| 1046 | rdfs:label "parts per ten thousand"^^xsd:string . | 1211 | rdfs:label "parts per ten thousand"^^xsd:string . |
| 1047 | 1212 | ||
| 1048 | ep-core:ppk | 1213 | ep-core:ppk |
| 1049 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 1214 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1050 | rdfs:domain ep-core:MassOrVolumicConcentration ; | 1215 | rdfs:domain ep-core:MassOrVolumicConcentration ; |
| 1051 | rdfs:label "parts per thousand"^^xsd:string . | 1216 | rdfs:label "parts per thousand"^^xsd:string . |
| 1052 | 1217 | ||
| 1053 | ep-core:psi_1000ft-1 | 1218 | ep-core:psi_1000ft-1 |
| 1054 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1219 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1055 | rdfs:label "psi per 1000ft"^^xsd:string . | 1220 | rdfs:label "psi per 1000ft"^^xsd:string . |
| 1056 | 1221 | ||
| 1057 | ep-core:psi_100ft-1 | 1222 | ep-core:psi_100ft-1 |
| 1058 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1223 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1059 | rdfs:label "psi per 100ft"^^xsd:string . | 1224 | rdfs:label "psi per 100ft"^^xsd:string . |
| 1060 | 1225 | ||
| 1061 | ep-core:psi_ft-1 | 1226 | ep-core:psi_ft-1 |
| 1062 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1227 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1063 | rdfs:label "psi per ft"^^xsd:string . | 1228 | rdfs:label "psi per ft"^^xsd:string . |
| 1064 | 1229 | ||
| 1065 | ep-core:psi_m-1 | 1230 | ep-core:psi_m-1 |
| 1066 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1231 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1067 | rdfs:label "psi per metre"^^xsd:string . | 1232 | rdfs:label "psi per metre"^^xsd:string . |
| 1068 | 1233 | ||
| 1069 | ep-core:radian_ft-1 | 1234 | ep-core:radian_ft-1 |
| 1070 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1235 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1071 | rdfs:label "radians per ft"^^xsd:string . | 1236 | rdfs:label "radians per ft"^^xsd:string . |
| 1072 | 1237 | ||
| 1073 | ep-core:radian_m-1 | 1238 | ep-core:radian_m-1 |
| 1074 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1239 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1075 | rdfs:label "radians per m"^^xsd:string . | 1240 | rdfs:label "radians per m"^^xsd:string . |
| 1076 | 1241 | ||
| 1077 | ep-core:radian_s-1 | 1242 | ep-core:radian_s-1 |
| 1078 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1243 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1079 | rdfs:label "radians per s"^^xsd:string . | 1244 | rdfs:label "radians per s"^^xsd:string . |
| 1080 | 1245 | ||
| 1081 | ep-core:rev_min-1 | 1246 | ep-core:rev_min-1 |
| 1082 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1247 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1083 | rdfs:label "revolutions per minute"^^xsd:string . | 1248 | rdfs:label "revolutions per minute"^^xsd:string . |
| 1084 | 1249 | ||
| 1085 | ep-core:rev_s-1 | 1250 | ep-core:rev_s-1 |
| 1086 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1251 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1087 | rdfs:label "revolutions per second"^^xsd:string . | 1252 | rdfs:label "revolutions per second"^^xsd:string . |
| 1088 | 1253 | ||
| 1089 | ep-core:sack94 | 1254 | ep-core:sack94 |
| 1090 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1255 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1091 | rdfs:domain ep-core:Mass ; | 1256 | rdfs:domain ep-core:Mass ; |
| 1092 | rdfs:label "sacks"^^xsd:string . | 1257 | rdfs:label "sacks"^^xsd:string . |
| 1093 | 1258 | ||
| 1094 | ep-core:sixteenth_inch | 1259 | ep-core:sixteenth_inch |
| 1095 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1260 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1096 | rdfs:domain ep-core:Length ; | 1261 | rdfs:domain ep-core:Length ; |
| 1097 | rdfs:label "sixteenth of an inch"^^xsd:string . | 1262 | rdfs:label "sixteenth of an inch"^^xsd:string . |
| 1098 | 1263 | ||
| 1099 | ep-core:sixtyFourth_Inch | 1264 | ep-core:sixtyFourth_Inch |
| 1100 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1265 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1101 | rdfs:domain ep-core:Length ; | 1266 | rdfs:domain ep-core:Length ; |
| 1102 | rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . | 1267 | rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . |
| 1103 | 1268 | ||
| 1104 | ep-core:ten_megagram_m-3 | 1269 | ep-core:ten_megagram_m-3 |
| 1105 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1270 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1106 | rdfs:label "10 Megagram m-3"^^xsd:string . | 1271 | rdfs:label "10 Megagram m-3"^^xsd:string . |
| 1107 | 1272 | ||
| 1108 | ep-core:tenth_inch | 1273 | ep-core:tenth_inch |
| 1109 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1274 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1110 | rdfs:domain ep-core:Length ; | 1275 | rdfs:domain ep-core:Length ; |
| 1111 | rdfs:label "Tenth of an Inch"^^xsd:string . | 1276 | rdfs:label "Tenth of an Inch"^^xsd:string . |
| 1112 | 1277 | ||
| 1278 | +ep-core:therm_ft-3 | ||
| 1279 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1280 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1281 | + rdfs:label "therms per cubic foot"^^xsd:string . | ||
| 1282 | + | ||
| 1283 | +ep-core:therm_ukGallon-1 | ||
| 1284 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1285 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1286 | + rdfs:label "therms per UK gallon"^^xsd:string . | ||
| 1287 | + | ||
| 1113 | ep-core:thirtySecond_inch | 1288 | ep-core:thirtySecond_inch |
| 1114 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 1289 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1115 | rdfs:domain ep-core:Length ; | 1290 | rdfs:domain ep-core:Length ; |
| 1116 | rdfs:label "Thirty-Secondth of an inch"^^xsd:string . | 1291 | rdfs:label "Thirty-Secondth of an inch"^^xsd:string . |
| 1117 | 1292 | ||
| 1118 | ep-core:thousand_barrel | 1293 | ep-core:thousand_barrel |
| 1119 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1294 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1120 | rdfs:label "thousand barrel"^^xsd:string . | 1295 | rdfs:label "thousand barrel"^^xsd:string . |
| 1121 | 1296 | ||
| 1122 | -ep-core:ton_UK | 1297 | +ep-core:tonForceUS_mile_bbl-1 |
| 1123 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1298 | rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 1299 | + rdfs:domain ep-core:EnergyPerVolume ; | ||
| 1300 | + rdfs:label "US ton (force) miles per barrel"^^xsd:string . | ||
| 1301 | + | ||
| 1302 | +ep-core:ton_UK | ||
| 1303 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 1124 | rdfs:domain ep-core:Mass ; | 1304 | rdfs:domain ep-core:Mass ; |
| 1125 | rdfs:label "UK Ton"^^xsd:string . | 1305 | rdfs:label "UK Ton"^^xsd:string . |
| 1126 | 1306 | ||
| 1127 | ep-core:ton_US | 1307 | ep-core:ton_US |
| 1128 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1308 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1129 | rdfs:domain ep-core:Mass ; | 1309 | rdfs:domain ep-core:Mass ; |
| 1130 | rdfs:label "US Ton"^^xsd:string . | 1310 | rdfs:label "US Ton"^^xsd:string . |
| 1131 | 1311 | ||
| 1132 | ep-core:tonne | 1312 | ep-core:tonne |
| 1133 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1313 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1134 | rdfs:domain ep-core:Mass ; | 1314 | rdfs:domain ep-core:Mass ; |
| 1135 | rdfs:label "Tonne"^^xsd:string . | 1315 | rdfs:label "Tonne"^^xsd:string . |
| 1136 | 1316 | ||
| 1137 | ep-core:uhz | 1317 | ep-core:uhz |
| 1138 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 1318 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 1139 | rdfs:domain ep-core:Frequency ; | 1319 | rdfs:domain ep-core:Frequency ; |
| 1140 | rdfs:label "microHertz"^^xsd:string . | 1320 | rdfs:label "microHertz"^^xsd:string . |
| 1141 | 1321 | ||
| 1142 | ep-core:ukTonF | 1322 | ep-core:ukTonF |
| 1143 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1323 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1144 | rdfs:label "UK Ton (force)"^^xsd:string . | 1324 | rdfs:label "UK Ton (force)"^^xsd:string . |
| 1145 | 1325 | ||
| 1146 | ep-core:um2 | 1326 | ep-core:um2 |
| 1147 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1327 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1148 | rdfs:label "square micrometres"^^xsd:string . | 1328 | rdfs:label "square micrometres"^^xsd:string . |
| 1149 | 1329 | ||
| 1150 | ep-core:usTonF | 1330 | ep-core:usTonF |
| 1151 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1331 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1152 | rdfs:label "US Ton (force)"^^xsd:string . | 1332 | rdfs:label "US Ton (force)"^^xsd:string . |
| 1153 | 1333 | ||
| 1154 | ep-core:us_mi2 | 1334 | ep-core:us_mi2 |
| 1155 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1335 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1156 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | 1336 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; |
| 1157 | rdfs:label "square miles (US)"^^xsd:string . | 1337 | rdfs:label "square miles (US)"^^xsd:string . |
| 1158 | 1338 | ||
| 1159 | ep-core:volt | 1339 | ep-core:volt |
| 1160 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1340 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1161 | rdfs:label "Volt"^^xsd:string . | 1341 | rdfs:label "Volt"^^xsd:string . |
| 1162 | 1342 | ||
| 1163 | ep-core:yard | 1343 | ep-core:yard |
| 1164 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1344 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1165 | rdfs:domain ep-core:Length ; | 1345 | rdfs:domain ep-core:Length ; |
| 1166 | rdfs:label "Yard"^^xsd:string . | 1346 | rdfs:label "Yard"^^xsd:string . |
| 1167 | 1347 | ||
| 1168 | ep-core:yd2 | 1348 | ep-core:yd2 |
| 1169 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1349 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1170 | rdfs:label "square yards"^^xsd:string . | 1350 | rdfs:label "square yards"^^xsd:string . |
| 1171 | 1351 | ||
| 1172 | ep-core:yd_Benoit_A | 1352 | ep-core:yd_Benoit_A |
| 1173 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1353 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1174 | rdfs:domain ep-core:Length ; | 1354 | rdfs:domain ep-core:Length ; |
| 1175 | rdfs:label "Benoit A Yard"^^xsd:string . | 1355 | rdfs:label "Benoit A Yard"^^xsd:string . |
| 1176 | 1356 | ||
| 1177 | ep-core:yd_Benoit_B | 1357 | ep-core:yd_Benoit_B |
| 1178 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1358 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1179 | rdfs:domain ep-core:Length ; | 1359 | rdfs:domain ep-core:Length ; |
| 1180 | rdfs:label "Benoit B Yard"^^xsd:string . | 1360 | rdfs:label "Benoit B Yard"^^xsd:string . |
| 1181 | 1361 | ||
| 1182 | ep-core:yd_Clarke | 1362 | ep-core:yd_Clarke |
| 1183 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1363 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1184 | rdfs:domain ep-core:Length ; | 1364 | rdfs:domain ep-core:Length ; |
| 1185 | rdfs:label "Clarke's Yard"^^xsd:string . | 1365 | rdfs:label "Clarke's Yard"^^xsd:string . |
| 1186 | 1366 | ||
| 1187 | ep-core:yd_Imperial | 1367 | ep-core:yd_Imperial |
| 1188 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1368 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1189 | rdfs:domain ep-core:Length ; | 1369 | rdfs:domain ep-core:Length ; |
| 1190 | rdfs:label "Imperial Yard"^^xsd:string . | 1370 | rdfs:label "Imperial Yard"^^xsd:string . |
| 1191 | 1371 | ||
| 1192 | ep-core:yd_Indian | 1372 | ep-core:yd_Indian |
| 1193 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1373 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1194 | rdfs:domain ep-core:Length ; | 1374 | rdfs:domain ep-core:Length ; |
| 1195 | rdfs:label "Indian Yard"^^xsd:string . | 1375 | rdfs:label "Indian Yard"^^xsd:string . |
| 1196 | 1376 | ||
| 1197 | ep-core:yd_Indian_1937 | 1377 | ep-core:yd_Indian_1937 |
| 1198 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1378 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1199 | rdfs:domain ep-core:Length ; | 1379 | rdfs:domain ep-core:Length ; |
| 1200 | rdfs:label "Indian Yard (1937)"^^xsd:string . | 1380 | rdfs:label "Indian Yard (1937)"^^xsd:string . |
| 1201 | 1381 | ||
| 1202 | ep-core:yd_Indian_1962 | 1382 | ep-core:yd_Indian_1962 |
| 1203 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 1383 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 1204 | rdfs:domain ep-core:Length ; | 1384 | rdfs:domain ep-core:Length ; |
| 1205 | rdfs:label "Indian Yard (1962)"^^xsd:string . | 1385 | rdfs:label "Indian Yard (1962)"^^xsd:string . |
| 1206 | 1386 | ||
| 1207 | ep-core:yd_Indian_1975 | 1387 | ep-core:yd_Indian_1975 |
| 1208 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 1388 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1209 | rdfs:domain ep-core:Length ; | 1389 | rdfs:domain ep-core:Length ; |
| 1210 | rdfs:label "Indian Yard (1975)"^^xsd:string . | 1390 | rdfs:label "Indian Yard (1975)"^^xsd:string . |
| 1211 | 1391 | ||
| 1212 | ep-core:yd_Sears | 1392 | ep-core:yd_Sears |
| 1213 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 1393 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 1214 | rdfs:domain ep-core:Length ; | 1394 | rdfs:domain ep-core:Length ; |
| 1215 | rdfs:label "Sears Yard"^^xsd:string . | 1395 | rdfs:label "Sears Yard"^^xsd:string . |
| 1216 | 1396 | ||
| 1217 | ep-prodcore:DensityAt0degC1atm | 1397 | ep-prodcore:DensityAt0degC1atm |
| 1218 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 1398 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 1219 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; | 1399 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 1220 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1400 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 1221 | 1401 | ||
| 1222 | ep-prodcore:DensityAt15degC1atm | 1402 | ep-prodcore:DensityAt15degC1atm |
| 1223 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 1403 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 1224 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; | 1404 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 1225 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1405 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 1226 | 1406 | ||
| 1227 | ep-prodcore:DensityAt60degF1atm | 1407 | ep-prodcore:DensityAt60degF1atm |
| 1228 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 1408 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 1229 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; | 1409 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 1230 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 1410 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 1231 | 1411 | ||
| 1232 | ep-prodcore:MeasureOfDensityOfMaterial | 1412 | ep-prodcore:MeasureOfDensityOfMaterial |
| 1233 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 1413 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 1234 | rdfs:label "measure of density of material"^^xsd:string ; | 1414 | rdfs:label "measure of density of material"^^xsd:string ; |
| 1235 | rdfs:subClassOf owl:Class . | 1415 | rdfs:subClassOf owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment